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