Sep 02 09:33:44.563 INFO checking kilac-0.2.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 09:33:44.563 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 09:33:44.563 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 09:33:44.749 INFO blam! e80e0c2ac6f5dffa58961b4df9a75f2d5880cbbe04d3773f5ced104f3a3fa6ea Sep 02 09:33:44.752 INFO running `"docker" "start" "-a" "e80e0c2ac6f5dffa58961b4df9a75f2d5880cbbe04d3773f5ced104f3a3fa6ea"` Sep 02 09:33:45.436 INFO kablam! Checking kilac v0.2.0 (file:///source) Sep 02 09:33:49.051 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 09:33:49.051 INFO kablam! --> benches/kilac.rs:17:47 Sep 02 09:33:49.051 INFO kablam! | Sep 02 09:33:49.051 INFO kablam! 17 | c.bench_function("ast min", |b| b.iter(|| parse(lex("min(5, 2)".into())))); Sep 02 09:33:49.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 09:33:49.051 INFO kablam! Sep 02 09:33:49.057 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 09:33:49.057 INFO kablam! --> benches/kilac.rs:18:50 Sep 02 09:33:49.057 INFO kablam! | Sep 02 09:33:49.057 INFO kablam! 18 | c.bench_function("ast minmax", |b| b.iter(|| parse(lex("min(5, max(2, -2))".into())))); Sep 02 09:33:49.057 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 09:33:49.058 INFO kablam! Sep 02 09:33:49.078 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 09:33:49.078 INFO kablam! --> benches/kilac.rs:26:54 Sep 02 09:33:49.078 INFO kablam! | Sep 02 09:33:49.078 INFO kablam! 26 | c.bench_function("calc empty min", |b| b.iter(|| eval(parse_fn(lex("min(5, 2)".into()), empty, EmptyCtx).ok().unwrap()))); Sep 02 09:33:49.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 09:33:49.078 INFO kablam! Sep 02 09:33:49.081 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 02 09:33:49.081 INFO kablam! --> benches/kilac.rs:27:57 Sep 02 09:33:49.081 INFO kablam! | Sep 02 09:33:49.081 INFO kablam! 27 | c.bench_function("calc empty minmax", |b| b.iter(|| eval(parse_fn(lex("min(5, max(2, -2))".into()), empty, EmptyCtx).ok().unwrap()))); Sep 02 09:33:49.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 02 09:33:49.081 INFO kablam! Sep 02 09:33:49.092 INFO kablam! error: aborting due to 4 previous errors Sep 02 09:33:49.092 INFO kablam! Sep 02 09:33:49.092 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 02 09:33:49.110 INFO kablam! error: Could not compile `kilac`. Sep 02 09:33:49.110 INFO kablam! Sep 02 09:33:49.110 INFO kablam! To learn more, run the command again with --verbose. Sep 02 09:33:49.112 INFO kablam! su: No module specific data is present Sep 02 09:33:49.508 INFO running `"docker" "rm" "-f" "e80e0c2ac6f5dffa58961b4df9a75f2d5880cbbe04d3773f5ced104f3a3fa6ea"` Sep 02 09:33:49.623 INFO blam! e80e0c2ac6f5dffa58961b4df9a75f2d5880cbbe04d3773f5ced104f3a3fa6ea