Oct 27 04:47:01.489 INFO checking fideliusproject/fidelius-charm against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:47:01.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 04:47:01.871 INFO blam! ce7a246d090ef0cd5616b7d3f0c66614fde73f21e63808435955e4c59b0054f5 Oct 27 04:47:01.875 INFO running `"docker" "start" "-a" "ce7a246d090ef0cd5616b7d3f0c66614fde73f21e63808435955e4c59b0054f5"` Oct 27 04:47:02.978 INFO kablam! usermod: no changes Oct 27 04:47:03.035 INFO kablam! Checking fc v0.1.0 (/source) Oct 27 04:47:03.375 INFO kablam! error: a macro named `kernel_disable` has already been exported Oct 27 04:47:03.375 INFO kablam! --> src/core.rs:114:1 Oct 27 04:47:03.375 INFO kablam! | Oct 27 04:47:03.375 INFO kablam! 114 | / macro_rules! kernel_disable { Oct 27 04:47:03.375 INFO kablam! 115 | | ($x:expr) => (fc_protect(0,$x);); Oct 27 04:47:03.375 INFO kablam! 116 | | } Oct 27 04:47:03.375 INFO kablam! | |_^ `kernel_disable` already exported Oct 27 04:47:03.375 INFO kablam! | Oct 27 04:47:03.375 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 27 04:47:03.375 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 27 04:47:03.375 INFO kablam! = note: for more information, see issue #35896 Oct 27 04:47:03.375 INFO kablam! note: previous macro export is now shadowed Oct 27 04:47:03.375 INFO kablam! --> src/core.rs:49:1 Oct 27 04:47:03.375 INFO kablam! | Oct 27 04:47:03.375 INFO kablam! 49 | / macro_rules! kernel_disable { Oct 27 04:47:03.375 INFO kablam! 50 | | ($x:expr) => (fc_protect(0,$x);); Oct 27 04:47:03.375 INFO kablam! 51 | | } Oct 27 04:47:03.375 INFO kablam! | |_^ Oct 27 04:47:03.375 INFO kablam! Oct 27 04:47:03.375 INFO kablam! error: a macro named `kernel_enable` has already been exported Oct 27 04:47:03.376 INFO kablam! --> src/core.rs:118:1 Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! 118 | / macro_rules! kernel_enable { Oct 27 04:47:03.376 INFO kablam! 119 | | () => (fc_protect(1,0);); Oct 27 04:47:03.376 INFO kablam! 120 | | } Oct 27 04:47:03.376 INFO kablam! | |_^ `kernel_enable` already exported Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 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 27 04:47:03.376 INFO kablam! = note: for more information, see issue #35896 Oct 27 04:47:03.376 INFO kablam! note: previous macro export is now shadowed Oct 27 04:47:03.376 INFO kablam! --> src/core.rs:53:1 Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! 53 | / macro_rules! kernel_enable { Oct 27 04:47:03.376 INFO kablam! 54 | | () => (fc_protect(1,0);); Oct 27 04:47:03.376 INFO kablam! 55 | | } Oct 27 04:47:03.376 INFO kablam! | |_^ Oct 27 04:47:03.376 INFO kablam! Oct 27 04:47:03.376 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.376 INFO kablam! --> src/core.rs:190:29 Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! 190 | modify_page_permissions(((x as *const _) as i64), PROT_READ); Oct 27 04:47:03.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:47:03.376 INFO kablam! Oct 27 04:47:03.376 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.376 INFO kablam! --> src/core.rs:202:29 Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! 202 | modify_page_permissions(((x as *const _) as i64), PROT_NONE); Oct 27 04:47:03.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.376 INFO kablam! Oct 27 04:47:03.376 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.376 INFO kablam! --> src/core.rs:206:29 Oct 27 04:47:03.376 INFO kablam! | Oct 27 04:47:03.376 INFO kablam! 206 | modify_page_permissions(((x as *const _) as i64), PROT_READ | PROT_WRITE); Oct 27 04:47:03.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.376 INFO kablam! Oct 27 04:47:03.420 INFO kablam! error: aborting due to 2 previous errors Oct 27 04:47:03.420 INFO kablam! Oct 27 04:47:03.427 INFO kablam! error: Could not compile `fc`. Oct 27 04:47:03.427 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 04:47:03.503 INFO kablam! error: a macro named `kernel_disable` has already been exported Oct 27 04:47:03.503 INFO kablam! --> src/core.rs:114:1 Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 INFO kablam! 114 | / macro_rules! kernel_disable { Oct 27 04:47:03.503 INFO kablam! 115 | | ($x:expr) => (fc_protect(0,$x);); Oct 27 04:47:03.503 INFO kablam! 116 | | } Oct 27 04:47:03.503 INFO kablam! | |_^ `kernel_disable` already exported Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 INFO kablam! = note: #[deny(duplicate_macro_exports)] on by default Oct 27 04:47:03.503 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 27 04:47:03.503 INFO kablam! = note: for more information, see issue #35896 Oct 27 04:47:03.503 INFO kablam! note: previous macro export is now shadowed Oct 27 04:47:03.503 INFO kablam! --> src/core.rs:49:1 Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 INFO kablam! 49 | / macro_rules! kernel_disable { Oct 27 04:47:03.503 INFO kablam! 50 | | ($x:expr) => (fc_protect(0,$x);); Oct 27 04:47:03.503 INFO kablam! 51 | | } Oct 27 04:47:03.503 INFO kablam! | |_^ Oct 27 04:47:03.503 INFO kablam! Oct 27 04:47:03.503 INFO kablam! error: a macro named `kernel_enable` has already been exported Oct 27 04:47:03.503 INFO kablam! --> src/core.rs:118:1 Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 INFO kablam! 118 | / macro_rules! kernel_enable { Oct 27 04:47:03.503 INFO kablam! 119 | | () => (fc_protect(1,0);); Oct 27 04:47:03.503 INFO kablam! 120 | | } Oct 27 04:47:03.503 INFO kablam! | |_^ `kernel_enable` already exported Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 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 27 04:47:03.503 INFO kablam! = note: for more information, see issue #35896 Oct 27 04:47:03.503 INFO kablam! note: previous macro export is now shadowed Oct 27 04:47:03.503 INFO kablam! --> src/core.rs:53:1 Oct 27 04:47:03.503 INFO kablam! | Oct 27 04:47:03.503 INFO kablam! 53 | / macro_rules! kernel_enable { Oct 27 04:47:03.503 INFO kablam! 54 | | () => (fc_protect(1,0);); Oct 27 04:47:03.503 INFO kablam! 55 | | } Oct 27 04:47:03.503 INFO kablam! | |_^ Oct 27 04:47:03.503 INFO kablam! Oct 27 04:47:03.511 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.512 INFO kablam! --> src/core.rs:190:29 Oct 27 04:47:03.512 INFO kablam! | Oct 27 04:47:03.512 INFO kablam! 190 | modify_page_permissions(((x as *const _) as i64), PROT_READ); Oct 27 04:47:03.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.512 INFO kablam! | Oct 27 04:47:03.512 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:47:03.512 INFO kablam! Oct 27 04:47:03.512 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.512 INFO kablam! --> src/core.rs:202:29 Oct 27 04:47:03.512 INFO kablam! | Oct 27 04:47:03.512 INFO kablam! 202 | modify_page_permissions(((x as *const _) as i64), PROT_NONE); Oct 27 04:47:03.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.512 INFO kablam! Oct 27 04:47:03.512 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 04:47:03.512 INFO kablam! --> src/core.rs:206:29 Oct 27 04:47:03.512 INFO kablam! | Oct 27 04:47:03.512 INFO kablam! 206 | modify_page_permissions(((x as *const _) as i64), PROT_READ | PROT_WRITE); Oct 27 04:47:03.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:47:03.512 INFO kablam! Oct 27 04:47:03.539 INFO kablam! error: aborting due to 2 previous errors Oct 27 04:47:03.539 INFO kablam! Oct 27 04:47:03.545 INFO kablam! error: Could not compile `fc`. Oct 27 04:47:03.545 INFO kablam! Oct 27 04:47:03.545 INFO kablam! To learn more, run the command again with --verbose. Oct 27 04:47:03.546 INFO kablam! su: No module specific data is present Oct 27 04:47:04.299 INFO running `"docker" "rm" "-f" "ce7a246d090ef0cd5616b7d3f0c66614fde73f21e63808435955e4c59b0054f5"` Oct 27 04:47:04.691 INFO blam! ce7a246d090ef0cd5616b7d3f0c66614fde73f21e63808435955e4c59b0054f5