Sep 03 23:14:41.625 INFO checking chichunchen/concurrent-cache-conscious-hamt-in-rust against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 03 23:14:41.625 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 03 23:14:41.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:14:41.844 INFO blam! 130cdcb42410cf484a3b7cb746120467bd6f503d9be606169cf83bbb7a5adaf6 Sep 03 23:14:41.844 INFO running `"docker" "start" "-a" "130cdcb42410cf484a3b7cb746120467bd6f503d9be606169cf83bbb7a5adaf6"` Sep 03 23:14:42.712 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 03 23:14:42.713 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 03 23:14:42.817 INFO kablam! Checking smallvec v0.6.0 Sep 03 23:14:42.817 INFO kablam! Checking thread-id v3.3.0 Sep 03 23:14:42.817 INFO kablam! Checking crossbeam-epoch v0.3.1 Sep 03 23:14:44.516 INFO kablam! Checking crossbeam-deque v0.2.0 Sep 03 23:14:44.602 INFO kablam! Checking parking_lot_core v0.2.13 Sep 03 23:14:45.374 INFO kablam! Checking rayon-core v1.4.0 Sep 03 23:14:45.829 INFO kablam! Checking parking_lot v0.3.8 Sep 03 23:14:46.878 INFO kablam! Checking chashmap v2.2.0 Sep 03 23:14:47.058 INFO kablam! Checking rayon v1.0.1 Sep 03 23:14:54.815 INFO kablam! Checking parallel-hamt-cache-conscious v0.1.0 (file:///source) Sep 03 23:14:55.517 INFO kablam! error: a macro named `binary_format` has already been exported Sep 03 23:14:55.517 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 03 23:14:55.517 INFO kablam! | Sep 03 23:14:55.517 INFO kablam! 173 | / macro_rules! binary_format { Sep 03 23:14:55.517 INFO kablam! 174 | | ($x:expr) => { Sep 03 23:14:55.517 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 03 23:14:55.517 INFO kablam! 176 | | }; Sep 03 23:14:55.518 INFO kablam! 177 | | } Sep 03 23:14:55.518 INFO kablam! | |_^ `binary_format` already exported Sep 03 23:14:55.518 INFO kablam! | Sep 03 23:14:55.518 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 03 23:14:55.518 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 03 23:14:55.518 INFO kablam! = note: for more information, see issue #35896 Sep 03 23:14:55.518 INFO kablam! note: previous macro export is now shadowed Sep 03 23:14:55.518 INFO kablam! --> src/cchamt.rs:179:1 Sep 03 23:14:55.518 INFO kablam! | Sep 03 23:14:55.518 INFO kablam! 179 | / macro_rules! binary_format { Sep 03 23:14:55.518 INFO kablam! 180 | | ($x:expr) => { Sep 03 23:14:55.518 INFO kablam! 181 | | format!("{:#034b}", $x) Sep 03 23:14:55.518 INFO kablam! 182 | | }; Sep 03 23:14:55.519 INFO kablam! 183 | | } Sep 03 23:14:55.519 INFO kablam! | |_^ Sep 03 23:14:55.519 INFO kablam! Sep 03 23:14:55.519 INFO kablam! error: a macro named `binary_format` has already been exported Sep 03 23:14:55.519 INFO kablam! --> src/rwlock_cchamt.rs:187:1 Sep 03 23:14:55.519 INFO kablam! | Sep 03 23:14:55.519 INFO kablam! 187 | / macro_rules! binary_format { Sep 03 23:14:55.519 INFO kablam! 188 | | ($x:expr) => { Sep 03 23:14:55.519 INFO kablam! 189 | | format!("{:#034b}", $x) Sep 03 23:14:55.519 INFO kablam! 190 | | }; Sep 03 23:14:55.519 INFO kablam! 191 | | } Sep 03 23:14:55.519 INFO kablam! | |_^ `binary_format` already exported Sep 03 23:14:55.519 INFO kablam! | Sep 03 23:14:55.519 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 03 23:14:55.519 INFO kablam! = note: for more information, see issue #35896 Sep 03 23:14:55.519 INFO kablam! note: previous macro export is now shadowed Sep 03 23:14:55.519 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 03 23:14:55.519 INFO kablam! | Sep 03 23:14:55.519 INFO kablam! 173 | / macro_rules! binary_format { Sep 03 23:14:55.519 INFO kablam! 174 | | ($x:expr) => { Sep 03 23:14:55.519 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 03 23:14:55.519 INFO kablam! 176 | | }; Sep 03 23:14:55.519 INFO kablam! 177 | | } Sep 03 23:14:55.519 INFO kablam! | |_^ Sep 03 23:14:55.519 INFO kablam! Sep 03 23:14:55.601 INFO kablam! error: a macro named `binary_format` has already been exported Sep 03 23:14:55.602 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 03 23:14:55.602 INFO kablam! | Sep 03 23:14:55.602 INFO kablam! 173 | / macro_rules! binary_format { Sep 03 23:14:55.602 INFO kablam! 174 | | ($x:expr) => { Sep 03 23:14:55.602 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 03 23:14:55.602 INFO kablam! 176 | | }; Sep 03 23:14:55.602 INFO kablam! 177 | | } Sep 03 23:14:55.602 INFO kablam! | |_^ `binary_format` already exported Sep 03 23:14:55.602 INFO kablam! | Sep 03 23:14:55.602 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 03 23:14:55.603 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 03 23:14:55.603 INFO kablam! = note: for more information, see issue #35896 Sep 03 23:14:55.603 INFO kablam! note: previous macro export is now shadowed Sep 03 23:14:55.603 INFO kablam! --> src/cchamt.rs:179:1 Sep 03 23:14:55.603 INFO kablam! | Sep 03 23:14:55.603 INFO kablam! 179 | / macro_rules! binary_format { Sep 03 23:14:55.603 INFO kablam! 180 | | ($x:expr) => { Sep 03 23:14:55.604 INFO kablam! 181 | | format!("{:#034b}", $x) Sep 03 23:14:55.604 INFO kablam! 182 | | }; Sep 03 23:14:55.604 INFO kablam! 183 | | } Sep 03 23:14:55.604 INFO kablam! | |_^ Sep 03 23:14:55.604 INFO kablam! Sep 03 23:14:55.604 INFO kablam! error: a macro named `binary_format` has already been exported Sep 03 23:14:55.604 INFO kablam! --> src/rwlock_cchamt.rs:187:1 Sep 03 23:14:55.604 INFO kablam! | Sep 03 23:14:55.604 INFO kablam! 187 | / macro_rules! binary_format { Sep 03 23:14:55.604 INFO kablam! 188 | | ($x:expr) => { Sep 03 23:14:55.605 INFO kablam! 189 | | format!("{:#034b}", $x) Sep 03 23:14:55.605 INFO kablam! 190 | | }; Sep 03 23:14:55.605 INFO kablam! 191 | | } Sep 03 23:14:55.605 INFO kablam! | |_^ `binary_format` already exported Sep 03 23:14:55.605 INFO kablam! | Sep 03 23:14:55.605 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! Sep 03 23:14:55.605 INFO kablam! = note: for more information, see issue #35896 Sep 03 23:14:55.606 INFO kablam! note: previous macro export is now shadowed Sep 03 23:14:55.606 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 03 23:14:55.606 INFO kablam! | Sep 03 23:14:55.606 INFO kablam! 173 | / macro_rules! binary_format { Sep 03 23:14:55.606 INFO kablam! 174 | | ($x:expr) => { Sep 03 23:14:55.606 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 03 23:14:55.606 INFO kablam! 176 | | }; Sep 03 23:14:55.606 INFO kablam! 177 | | } Sep 03 23:14:55.606 INFO kablam! | |_^ Sep 03 23:14:55.606 INFO kablam! Sep 03 23:14:56.333 INFO kablam! error: aborting due to 2 previous errors Sep 03 23:14:56.333 INFO kablam! Sep 03 23:14:56.343 INFO kablam! error: Could not compile `parallel-hamt-cache-conscious`. Sep 03 23:14:56.343 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 23:14:56.441 INFO kablam! error: aborting due to 2 previous errors Sep 03 23:14:56.442 INFO kablam! Sep 03 23:14:56.454 INFO kablam! error: Could not compile `parallel-hamt-cache-conscious`. Sep 03 23:14:56.454 INFO kablam! Sep 03 23:14:56.454 INFO kablam! To learn more, run the command again with --verbose. Sep 03 23:14:56.456 INFO kablam! su: No module specific data is present Sep 03 23:14:56.998 INFO running `"docker" "rm" "-f" "130cdcb42410cf484a3b7cb746120467bd6f503d9be606169cf83bbb7a5adaf6"` Sep 03 23:14:57.172 INFO blam! 130cdcb42410cf484a3b7cb746120467bd6f503d9be606169cf83bbb7a5adaf6