Sep 19 16:19:00.508 INFO checking chichunchen/concurrent-cache-conscious-hamt-in-rust against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:19:00.508 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:19:00.508 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:19:00.758 INFO blam! 1d3880a7e353c5dea45db8e62dc4cb62604151ef7d6ee55bfc99bfaa4a6f8746 Sep 19 16:19:00.760 INFO running `"docker" "start" "-a" "1d3880a7e353c5dea45db8e62dc4cb62604151ef7d6ee55bfc99bfaa4a6f8746"` Sep 19 16:19:02.674 INFO kablam! usermod: no changes Sep 19 16:19:02.750 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 19 16:19:02.750 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 19 16:19:02.825 INFO kablam! Checking owning_ref v0.2.4 Sep 19 16:19:03.258 INFO kablam! Checking parking_lot v0.3.8 Sep 19 16:19:03.867 INFO kablam! Checking chashmap v2.2.0 Sep 19 16:19:04.450 INFO kablam! Checking parallel-hamt-cache-conscious v0.1.0 (/source) Sep 19 16:19:05.070 INFO kablam! error: a macro named `binary_format` has already been exported Sep 19 16:19:05.070 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 19 16:19:05.070 INFO kablam! | Sep 19 16:19:05.070 INFO kablam! 173 | / macro_rules! binary_format { Sep 19 16:19:05.070 INFO kablam! 174 | | ($x:expr) => { Sep 19 16:19:05.070 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 19 16:19:05.070 INFO kablam! 176 | | }; Sep 19 16:19:05.070 INFO kablam! 177 | | } Sep 19 16:19:05.070 INFO kablam! | |_^ `binary_format` already exported Sep 19 16:19:05.071 INFO kablam! | Sep 19 16:19:05.071 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 19 16:19:05.071 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 19 16:19:05.071 INFO kablam! = note: for more information, see issue #35896 Sep 19 16:19:05.071 INFO kablam! note: previous macro export is now shadowed Sep 19 16:19:05.071 INFO kablam! --> src/cchamt.rs:179:1 Sep 19 16:19:05.071 INFO kablam! | Sep 19 16:19:05.071 INFO kablam! 179 | / macro_rules! binary_format { Sep 19 16:19:05.071 INFO kablam! 180 | | ($x:expr) => { Sep 19 16:19:05.071 INFO kablam! 181 | | format!("{:#034b}", $x) Sep 19 16:19:05.071 INFO kablam! 182 | | }; Sep 19 16:19:05.071 INFO kablam! 183 | | } Sep 19 16:19:05.071 INFO kablam! | |_^ Sep 19 16:19:05.071 INFO kablam! Sep 19 16:19:05.071 INFO kablam! error: a macro named `binary_format` has already been exported Sep 19 16:19:05.071 INFO kablam! --> src/rwlock_cchamt.rs:187:1 Sep 19 16:19:05.071 INFO kablam! | Sep 19 16:19:05.071 INFO kablam! 187 | / macro_rules! binary_format { Sep 19 16:19:05.071 INFO kablam! 188 | | ($x:expr) => { Sep 19 16:19:05.071 INFO kablam! 189 | | format!("{:#034b}", $x) Sep 19 16:19:05.071 INFO kablam! 190 | | }; Sep 19 16:19:05.071 INFO kablam! 191 | | } Sep 19 16:19:05.071 INFO kablam! | |_^ `binary_format` already exported Sep 19 16:19:05.071 INFO kablam! | Sep 19 16:19:05.071 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 19 16:19:05.071 INFO kablam! = note: for more information, see issue #35896 Sep 19 16:19:05.072 INFO kablam! note: previous macro export is now shadowed Sep 19 16:19:05.072 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 19 16:19:05.072 INFO kablam! | Sep 19 16:19:05.072 INFO kablam! 173 | / macro_rules! binary_format { Sep 19 16:19:05.072 INFO kablam! 174 | | ($x:expr) => { Sep 19 16:19:05.072 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 19 16:19:05.072 INFO kablam! 176 | | }; Sep 19 16:19:05.072 INFO kablam! 177 | | } Sep 19 16:19:05.072 INFO kablam! | |_^ Sep 19 16:19:05.072 INFO kablam! Sep 19 16:19:05.102 INFO kablam! error: a macro named `binary_format` has already been exported Sep 19 16:19:05.102 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 19 16:19:05.102 INFO kablam! | Sep 19 16:19:05.102 INFO kablam! 173 | / macro_rules! binary_format { Sep 19 16:19:05.102 INFO kablam! 174 | | ($x:expr) => { Sep 19 16:19:05.102 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 19 16:19:05.102 INFO kablam! 176 | | }; Sep 19 16:19:05.102 INFO kablam! 177 | | } Sep 19 16:19:05.102 INFO kablam! | |_^ `binary_format` already exported Sep 19 16:19:05.102 INFO kablam! | Sep 19 16:19:05.102 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Sep 19 16:19:05.102 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 19 16:19:05.102 INFO kablam! = note: for more information, see issue #35896 Sep 19 16:19:05.103 INFO kablam! note: previous macro export is now shadowed Sep 19 16:19:05.103 INFO kablam! --> src/cchamt.rs:179:1 Sep 19 16:19:05.103 INFO kablam! | Sep 19 16:19:05.103 INFO kablam! 179 | / macro_rules! binary_format { Sep 19 16:19:05.103 INFO kablam! 180 | | ($x:expr) => { Sep 19 16:19:05.103 INFO kablam! 181 | | format!("{:#034b}", $x) Sep 19 16:19:05.103 INFO kablam! 182 | | }; Sep 19 16:19:05.103 INFO kablam! 183 | | } Sep 19 16:19:05.103 INFO kablam! | |_^ Sep 19 16:19:05.103 INFO kablam! Sep 19 16:19:05.103 INFO kablam! error: a macro named `binary_format` has already been exported Sep 19 16:19:05.103 INFO kablam! --> src/rwlock_cchamt.rs:187:1 Sep 19 16:19:05.103 INFO kablam! | Sep 19 16:19:05.103 INFO kablam! 187 | / macro_rules! binary_format { Sep 19 16:19:05.103 INFO kablam! 188 | | ($x:expr) => { Sep 19 16:19:05.103 INFO kablam! 189 | | format!("{:#034b}", $x) Sep 19 16:19:05.103 INFO kablam! 190 | | }; Sep 19 16:19:05.103 INFO kablam! 191 | | } Sep 19 16:19:05.103 INFO kablam! | |_^ `binary_format` already exported Sep 19 16:19:05.103 INFO kablam! | Sep 19 16:19:05.103 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 19 16:19:05.103 INFO kablam! = note: for more information, see issue #35896 Sep 19 16:19:05.103 INFO kablam! note: previous macro export is now shadowed Sep 19 16:19:05.103 INFO kablam! --> src/mutex_cchamt.rs:173:1 Sep 19 16:19:05.103 INFO kablam! | Sep 19 16:19:05.103 INFO kablam! 173 | / macro_rules! binary_format { Sep 19 16:19:05.103 INFO kablam! 174 | | ($x:expr) => { Sep 19 16:19:05.103 INFO kablam! 175 | | format!("{:#034b}", $x) Sep 19 16:19:05.103 INFO kablam! 176 | | }; Sep 19 16:19:05.103 INFO kablam! 177 | | } Sep 19 16:19:05.104 INFO kablam! | |_^ Sep 19 16:19:05.104 INFO kablam! Sep 19 16:19:05.738 INFO kablam! error: aborting due to 2 previous errors Sep 19 16:19:05.738 INFO kablam! Sep 19 16:19:05.750 INFO kablam! error: Could not compile `parallel-hamt-cache-conscious`. Sep 19 16:19:05.751 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:19:05.796 INFO kablam! error: aborting due to 2 previous errors Sep 19 16:19:05.796 INFO kablam! Sep 19 16:19:05.807 INFO kablam! error: Could not compile `parallel-hamt-cache-conscious`. Sep 19 16:19:05.807 INFO kablam! Sep 19 16:19:05.807 INFO kablam! To learn more, run the command again with --verbose. Sep 19 16:19:05.809 INFO kablam! su: No module specific data is present Sep 19 16:19:07.187 INFO running `"docker" "rm" "-f" "1d3880a7e353c5dea45db8e62dc4cb62604151ef7d6ee55bfc99bfaa4a6f8746"` Sep 19 16:19:07.306 INFO blam! 1d3880a7e353c5dea45db8e62dc4cb62604151ef7d6ee55bfc99bfaa4a6f8746