Sep 04 12:55:43.957 INFO checking kilac-0.2.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 12:55:43.957 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 12:55:43.957 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 12:55:44.158 INFO blam! 791b85297b9bbaedc721bd02c54b8274cdd81ccceffb0a0c96a526f40fb0043c Sep 04 12:55:44.160 INFO running `"docker" "start" "-a" "791b85297b9bbaedc721bd02c54b8274cdd81ccceffb0a0c96a526f40fb0043c"` Sep 04 12:55:44.877 INFO kablam! Checking kilac v0.2.0 (file:///source) Sep 04 12:55:49.979 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 12:55:49.979 INFO kablam! --> benches/kilac.rs:17:47 Sep 04 12:55:49.980 INFO kablam! | Sep 04 12:55:49.980 INFO kablam! 17 | c.bench_function("ast min", |b| b.iter(|| parse(lex("min(5, 2)".into())))); Sep 04 12:55:49.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 12:55:49.980 INFO kablam! Sep 04 12:55:49.988 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 12:55:49.988 INFO kablam! --> benches/kilac.rs:18:50 Sep 04 12:55:49.988 INFO kablam! | Sep 04 12:55:49.988 INFO kablam! 18 | c.bench_function("ast minmax", |b| b.iter(|| parse(lex("min(5, max(2, -2))".into())))); Sep 04 12:55:49.988 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 12:55:49.988 INFO kablam! Sep 04 12:55:50.020 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 12:55:50.021 INFO kablam! --> benches/kilac.rs:26:54 Sep 04 12:55:50.021 INFO kablam! | Sep 04 12:55:50.021 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 04 12:55:50.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 12:55:50.021 INFO kablam! Sep 04 12:55:50.023 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 12:55:50.023 INFO kablam! --> benches/kilac.rs:27:57 Sep 04 12:55:50.023 INFO kablam! | Sep 04 12:55:50.023 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 04 12:55:50.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 12:55:50.023 INFO kablam! Sep 04 12:55:50.033 INFO kablam! error: aborting due to 4 previous errors Sep 04 12:55:50.034 INFO kablam! Sep 04 12:55:50.034 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 04 12:55:50.052 INFO kablam! error: Could not compile `kilac`. Sep 04 12:55:50.052 INFO kablam! Sep 04 12:55:50.052 INFO kablam! To learn more, run the command again with --verbose. Sep 04 12:55:50.054 INFO kablam! su: No module specific data is present Sep 04 12:55:50.400 INFO running `"docker" "rm" "-f" "791b85297b9bbaedc721bd02c54b8274cdd81ccceffb0a0c96a526f40fb0043c"` Sep 04 12:55:50.499 INFO blam! 791b85297b9bbaedc721bd02c54b8274cdd81ccceffb0a0c96a526f40fb0043c