Oct 14 20:45:11.370 INFO testing fideliusproject/fidelius-charm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:45:11.370 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 20:45:11.766 INFO blam! 0027b0941ec667e304bb14d0d9ed78db303fbe1321df3ba7d135f12ce821d6ba Oct 14 20:45:11.768 INFO running `"docker" "start" "-a" "0027b0941ec667e304bb14d0d9ed78db303fbe1321df3ba7d135f12ce821d6ba"` Oct 14 20:45:12.319 INFO kablam! usermod: no changes Oct 14 20:45:12.356 INFO kablam! Compiling fc v0.1.0 (/source) Oct 14 20:45:12.568 INFO kablam! error: a macro named `kernel_disable` has already been exported Oct 14 20:45:12.568 INFO kablam! --> src/core.rs:114:1 Oct 14 20:45:12.569 INFO kablam! | Oct 14 20:45:12.569 INFO kablam! 114 | / macro_rules! kernel_disable { Oct 14 20:45:12.569 INFO kablam! 115 | | ($x:expr) => (fc_protect(0,$x);); Oct 14 20:45:12.569 INFO kablam! 116 | | } Oct 14 20:45:12.570 INFO kablam! | |_^ `kernel_disable` already exported Oct 14 20:45:12.570 INFO kablam! | Oct 14 20:45:12.570 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 14 20:45:12.571 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! Oct 14 20:45:12.571 INFO kablam! = note: for more information, see issue #35896 Oct 14 20:45:12.571 INFO kablam! note: previous macro export is now shadowed Oct 14 20:45:12.571 INFO kablam! --> src/core.rs:49:1 Oct 14 20:45:12.571 INFO kablam! | Oct 14 20:45:12.572 INFO kablam! 49 | / macro_rules! kernel_disable { Oct 14 20:45:12.572 INFO kablam! 50 | | ($x:expr) => (fc_protect(0,$x);); Oct 14 20:45:12.572 INFO kablam! 51 | | } Oct 14 20:45:12.572 INFO kablam! | |_^ Oct 14 20:45:12.572 INFO kablam! Oct 14 20:45:12.572 INFO kablam! error: a macro named `kernel_enable` has already been exported Oct 14 20:45:12.572 INFO kablam! --> src/core.rs:118:1 Oct 14 20:45:12.573 INFO kablam! | Oct 14 20:45:12.573 INFO kablam! 118 | / macro_rules! kernel_enable { Oct 14 20:45:12.573 INFO kablam! 119 | | () => (fc_protect(1,0);); Oct 14 20:45:12.573 INFO kablam! 120 | | } Oct 14 20:45:12.573 INFO kablam! | |_^ `kernel_enable` already exported Oct 14 20:45:12.573 INFO kablam! | Oct 14 20:45:12.573 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! Oct 14 20:45:12.574 INFO kablam! = note: for more information, see issue #35896 Oct 14 20:45:12.574 INFO kablam! note: previous macro export is now shadowed Oct 14 20:45:12.574 INFO kablam! --> src/core.rs:53:1 Oct 14 20:45:12.574 INFO kablam! | Oct 14 20:45:12.574 INFO kablam! 53 | / macro_rules! kernel_enable { Oct 14 20:45:12.574 INFO kablam! 54 | | () => (fc_protect(1,0);); Oct 14 20:45:12.575 INFO kablam! 55 | | } Oct 14 20:45:12.575 INFO kablam! | |_^ Oct 14 20:45:12.575 INFO kablam! Oct 14 20:45:12.576 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:45:12.576 INFO kablam! --> src/core.rs:190:29 Oct 14 20:45:12.576 INFO kablam! | Oct 14 20:45:12.576 INFO kablam! 190 | modify_page_permissions(((x as *const _) as i64), PROT_READ); Oct 14 20:45:12.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:45:12.577 INFO kablam! | Oct 14 20:45:12.577 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 20:45:12.578 INFO kablam! Oct 14 20:45:12.578 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:45:12.578 INFO kablam! --> src/core.rs:202:29 Oct 14 20:45:12.578 INFO kablam! | Oct 14 20:45:12.579 INFO kablam! 202 | modify_page_permissions(((x as *const _) as i64), PROT_NONE); Oct 14 20:45:12.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:45:12.579 INFO kablam! Oct 14 20:45:12.580 INFO kablam! warning: unnecessary parentheses around function argument Oct 14 20:45:12.580 INFO kablam! --> src/core.rs:206:29 Oct 14 20:45:12.580 INFO kablam! | Oct 14 20:45:12.580 INFO kablam! 206 | modify_page_permissions(((x as *const _) as i64), PROT_READ | PROT_WRITE); Oct 14 20:45:12.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 20:45:12.581 INFO kablam! Oct 14 20:45:12.596 INFO kablam! error: aborting due to 2 previous errors Oct 14 20:45:12.597 INFO kablam! Oct 14 20:45:12.603 INFO kablam! error: Could not compile `fc`. Oct 14 20:45:12.603 INFO kablam! Oct 14 20:45:12.603 INFO kablam! To learn more, run the command again with --verbose. Oct 14 20:45:12.604 INFO kablam! su: No module specific data is present Oct 14 20:45:12.876 INFO running `"docker" "rm" "-f" "0027b0941ec667e304bb14d0d9ed78db303fbe1321df3ba7d135f12ce821d6ba"` Oct 14 20:45:12.958 INFO blam! 0027b0941ec667e304bb14d0d9ed78db303fbe1321df3ba7d135f12ce821d6ba