Oct 10 23:07:34.143 INFO testing fideliusproject/fidelius-charm against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:07:34.144 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:07:34.145 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:07:34.664 INFO blam! 1395f02445b63cb2737e49455e8c94ec229574202137a542908b2b961954c6b2 Oct 10 23:07:34.666 INFO running `"docker" "start" "-a" "1395f02445b63cb2737e49455e8c94ec229574202137a542908b2b961954c6b2"` Oct 10 23:07:36.188 INFO kablam! usermod: no changes Oct 10 23:07:36.248 INFO kablam! Compiling fc v0.1.0 (/source) Oct 10 23:07:36.937 INFO kablam! error: a macro named `kernel_disable` has already been exported Oct 10 23:07:36.937 INFO kablam! --> src/core.rs:114:1 Oct 10 23:07:36.937 INFO kablam! | Oct 10 23:07:36.937 INFO kablam! 114 | / macro_rules! kernel_disable { Oct 10 23:07:36.937 INFO kablam! 115 | | ($x:expr) => (fc_protect(0,$x);); Oct 10 23:07:36.937 INFO kablam! 116 | | } Oct 10 23:07:36.937 INFO kablam! | |_^ `kernel_disable` already exported Oct 10 23:07:36.937 INFO kablam! | Oct 10 23:07:36.937 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 10 23:07:36.937 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 10 23:07:36.937 INFO kablam! = note: for more information, see issue #35896 Oct 10 23:07:36.937 INFO kablam! note: previous macro export is now shadowed Oct 10 23:07:36.937 INFO kablam! --> src/core.rs:49:1 Oct 10 23:07:36.937 INFO kablam! | Oct 10 23:07:36.937 INFO kablam! 49 | / macro_rules! kernel_disable { Oct 10 23:07:36.937 INFO kablam! 50 | | ($x:expr) => (fc_protect(0,$x);); Oct 10 23:07:36.937 INFO kablam! 51 | | } Oct 10 23:07:36.937 INFO kablam! | |_^ Oct 10 23:07:36.937 INFO kablam! Oct 10 23:07:36.937 INFO kablam! error: a macro named `kernel_enable` has already been exported Oct 10 23:07:36.937 INFO kablam! --> src/core.rs:118:1 Oct 10 23:07:36.937 INFO kablam! | Oct 10 23:07:36.937 INFO kablam! 118 | / macro_rules! kernel_enable { Oct 10 23:07:36.937 INFO kablam! 119 | | () => (fc_protect(1,0);); Oct 10 23:07:36.937 INFO kablam! 120 | | } Oct 10 23:07:36.937 INFO kablam! | |_^ `kernel_enable` already exported Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 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 10 23:07:36.938 INFO kablam! = note: for more information, see issue #35896 Oct 10 23:07:36.938 INFO kablam! note: previous macro export is now shadowed Oct 10 23:07:36.938 INFO kablam! --> src/core.rs:53:1 Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 INFO kablam! 53 | / macro_rules! kernel_enable { Oct 10 23:07:36.938 INFO kablam! 54 | | () => (fc_protect(1,0);); Oct 10 23:07:36.938 INFO kablam! 55 | | } Oct 10 23:07:36.938 INFO kablam! | |_^ Oct 10 23:07:36.938 INFO kablam! Oct 10 23:07:36.938 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:07:36.938 INFO kablam! --> src/core.rs:190:29 Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 INFO kablam! 190 | modify_page_permissions(((x as *const _) as i64), PROT_READ); Oct 10 23:07:36.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:07:36.938 INFO kablam! Oct 10 23:07:36.938 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:07:36.938 INFO kablam! --> src/core.rs:202:29 Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 INFO kablam! 202 | modify_page_permissions(((x as *const _) as i64), PROT_NONE); Oct 10 23:07:36.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:07:36.938 INFO kablam! Oct 10 23:07:36.938 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 23:07:36.938 INFO kablam! --> src/core.rs:206:29 Oct 10 23:07:36.938 INFO kablam! | Oct 10 23:07:36.938 INFO kablam! 206 | modify_page_permissions(((x as *const _) as i64), PROT_READ | PROT_WRITE); Oct 10 23:07:36.938 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:07:36.938 INFO kablam! Oct 10 23:07:36.989 INFO kablam! error: aborting due to 2 previous errors Oct 10 23:07:36.989 INFO kablam! Oct 10 23:07:36.990 INFO kablam! error: Could not compile `fc`. Oct 10 23:07:36.990 INFO kablam! Oct 10 23:07:36.990 INFO kablam! To learn more, run the command again with --verbose. Oct 10 23:07:36.997 INFO kablam! su: No module specific data is present Oct 10 23:07:37.640 INFO running `"docker" "rm" "-f" "1395f02445b63cb2737e49455e8c94ec229574202137a542908b2b961954c6b2"` Oct 10 23:07:37.884 INFO blam! 1395f02445b63cb2737e49455e8c94ec229574202137a542908b2b961954c6b2