Aug 31 22:10:51.710 INFO checking lucifer-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Aug 31 22:10:51.710 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Aug 31 22:10:51.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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=500" "-e" "CMD=cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 31 22:10:51.976 INFO blam! 14c60867c22e6d7fc7402a2b775b2a6ed78041f74118cb75acf4fdf1fdb684bf Aug 31 22:10:51.978 INFO running `"docker" "start" "-a" "14c60867c22e6d7fc7402a2b775b2a6ed78041f74118cb75acf4fdf1fdb684bf"` Aug 31 22:10:52.991 INFO kablam! Checking lucifer v0.1.0 (file:///source) Aug 31 22:10:54.099 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.099 INFO kablam! --> src/router/paths.rs:253:13 Aug 31 22:10:54.099 INFO kablam! | Aug 31 22:10:54.099 INFO kablam! 253 | Some((func, _args)) => {if func != test1 {panic!("wrong return value")}}, Aug 31 22:10:54.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.099 INFO kablam! | Aug 31 22:10:54.099 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.099 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.099 INFO kablam! Aug 31 22:10:54.100 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.100 INFO kablam! --> src/router/paths.rs:254:13 Aug 31 22:10:54.100 INFO kablam! | Aug 31 22:10:54.100 INFO kablam! 254 | None => panic!("Router fn does not return Some.") Aug 31 22:10:54.100 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.100 INFO kablam! | Aug 31 22:10:54.100 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.100 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.100 INFO kablam! Aug 31 22:10:54.101 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.101 INFO kablam! --> src/router/paths.rs:258:13 Aug 31 22:10:54.101 INFO kablam! | Aug 31 22:10:54.101 INFO kablam! 258 | Some((func, _args)) => {if func != test1 {panic!("wrong return value 2nd visit")}}, Aug 31 22:10:54.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.101 INFO kablam! | Aug 31 22:10:54.101 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.101 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.101 INFO kablam! Aug 31 22:10:54.101 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.101 INFO kablam! --> src/router/paths.rs:259:13 Aug 31 22:10:54.101 INFO kablam! | Aug 31 22:10:54.101 INFO kablam! 259 | None => panic!("Router fn does not return Some at 2nd visit.") Aug 31 22:10:54.101 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.101 INFO kablam! | Aug 31 22:10:54.101 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.101 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.101 INFO kablam! Aug 31 22:10:54.103 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.103 INFO kablam! --> src/router/paths.rs:263:13 Aug 31 22:10:54.103 INFO kablam! | Aug 31 22:10:54.103 INFO kablam! 263 | Some((func, _args)) => {if func != empty {panic!("wrong return value")}}, Aug 31 22:10:54.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.103 INFO kablam! | Aug 31 22:10:54.103 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.103 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.103 INFO kablam! Aug 31 22:10:54.103 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.103 INFO kablam! --> src/router/paths.rs:264:13 Aug 31 22:10:54.103 INFO kablam! | Aug 31 22:10:54.103 INFO kablam! 264 | None => panic!("Router fn does not return Some.") Aug 31 22:10:54.103 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.103 INFO kablam! | Aug 31 22:10:54.103 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.103 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.103 INFO kablam! Aug 31 22:10:54.103 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.104 INFO kablam! --> src/router/paths.rs:269:13 Aug 31 22:10:54.104 INFO kablam! | Aug 31 22:10:54.104 INFO kablam! 269 | Some((func, args)) => {if func != empty {panic!("wrong return value")}}, Aug 31 22:10:54.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.104 INFO kablam! | Aug 31 22:10:54.104 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.104 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.104 INFO kablam! Aug 31 22:10:54.104 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.104 INFO kablam! --> src/router/paths.rs:270:13 Aug 31 22:10:54.104 INFO kablam! | Aug 31 22:10:54.104 INFO kablam! 270 | None => panic!("Router fn does not return Some at /.") Aug 31 22:10:54.104 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.104 INFO kablam! | Aug 31 22:10:54.104 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.104 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.104 INFO kablam! Aug 31 22:10:54.106 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.106 INFO kablam! --> src/router/paths.rs:281:13 Aug 31 22:10:54.106 INFO kablam! | Aug 31 22:10:54.106 INFO kablam! 281 | Some((_func, args)) => { Aug 31 22:10:54.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.106 INFO kablam! | Aug 31 22:10:54.106 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.106 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.106 INFO kablam! Aug 31 22:10:54.106 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.106 INFO kablam! --> src/router/paths.rs:287:13 Aug 31 22:10:54.106 INFO kablam! | Aug 31 22:10:54.106 INFO kablam! 287 | None => panic!("Router fn does not return Some with variables.") Aug 31 22:10:54.106 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.106 INFO kablam! | Aug 31 22:10:54.106 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.106 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.107 INFO kablam! Aug 31 22:10:54.149 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.149 INFO kablam! --> src/router/paths.rs:298:13 Aug 31 22:10:54.149 INFO kablam! | Aug 31 22:10:54.149 INFO kablam! 298 | Some((_func, args)) => { Aug 31 22:10:54.149 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.149 INFO kablam! | Aug 31 22:10:54.149 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.149 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.149 INFO kablam! Aug 31 22:10:54.149 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.149 INFO kablam! --> src/router/paths.rs:304:13 Aug 31 22:10:54.149 INFO kablam! | Aug 31 22:10:54.149 INFO kablam! 304 | None => panic!("Router fn does not return Some with wildcard route.") Aug 31 22:10:54.149 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.149 INFO kablam! | Aug 31 22:10:54.149 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.149 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.149 INFO kablam! Aug 31 22:10:54.233 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.233 INFO kablam! --> src/router/route_handler.rs:72:13 Aug 31 22:10:54.233 INFO kablam! | Aug 31 22:10:54.233 INFO kablam! 72 | Some(_) => {}, Aug 31 22:10:54.233 INFO kablam! | ^^^^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.233 INFO kablam! | Aug 31 22:10:54.233 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.233 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.233 INFO kablam! Aug 31 22:10:54.233 INFO kablam! error[E0308]: mismatched types Aug 31 22:10:54.233 INFO kablam! --> src/router/route_handler.rs:73:13 Aug 31 22:10:54.233 INFO kablam! | Aug 31 22:10:54.233 INFO kablam! 73 | None => panic!("Server routing error") Aug 31 22:10:54.233 INFO kablam! | ^^^^ expected tuple, found enum `std::option::Option` Aug 31 22:10:54.233 INFO kablam! | Aug 31 22:10:54.234 INFO kablam! = note: expected type `(std::option::Option) -> http::Response>, std::collections::HashMap)` Aug 31 22:10:54.234 INFO kablam! found type `std::option::Option<_>` Aug 31 22:10:54.234 INFO kablam! Aug 31 22:10:54.282 INFO kablam! error: aborting due to 14 previous errors Aug 31 22:10:54.282 INFO kablam! Aug 31 22:10:54.282 INFO kablam! For more information about this error, try `rustc --explain E0308`. Aug 31 22:10:54.292 INFO kablam! error: Could not compile `lucifer`. Aug 31 22:10:54.292 INFO kablam! Aug 31 22:10:54.293 INFO kablam! To learn more, run the command again with --verbose. Aug 31 22:10:54.295 INFO kablam! su: No module specific data is present Aug 31 22:10:54.897 INFO running `"docker" "rm" "-f" "14c60867c22e6d7fc7402a2b775b2a6ed78041f74118cb75acf4fdf1fdb684bf"` Aug 31 22:10:55.087 INFO blam! 14c60867c22e6d7fc7402a2b775b2a6ed78041f74118cb75acf4fdf1fdb684bf