Oct 13 12:57:19.068 INFO checking kilac-0.2.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 12:57:19.070 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 12:57:19.428 INFO blam! f45db7764dcce954e6524d513650c5352c0d71749f5946e6e98f8bd8bc5d5dae Oct 13 12:57:19.430 INFO running `"docker" "start" "-a" "f45db7764dcce954e6524d513650c5352c0d71749f5946e6e98f8bd8bc5d5dae"` Oct 13 12:57:20.284 INFO kablam! usermod: no changes Oct 13 12:57:20.452 INFO kablam! Checking kilac v0.2.0 (/source) Oct 13 12:57:27.784 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 12:57:27.784 INFO kablam! --> benches/kilac.rs:17:47 Oct 13 12:57:27.784 INFO kablam! | Oct 13 12:57:27.784 INFO kablam! 17 | c.bench_function("ast min", |b| b.iter(|| parse(lex("min(5, 2)".into())))); Oct 13 12:57:27.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 13 12:57:27.784 INFO kablam! Oct 13 12:57:27.792 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 12:57:27.792 INFO kablam! --> benches/kilac.rs:18:50 Oct 13 12:57:27.792 INFO kablam! | Oct 13 12:57:27.792 INFO kablam! 18 | c.bench_function("ast minmax", |b| b.iter(|| parse(lex("min(5, max(2, -2))".into())))); Oct 13 12:57:27.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 13 12:57:27.792 INFO kablam! Oct 13 12:57:27.810 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 12:57:27.810 INFO kablam! --> benches/kilac.rs:26:54 Oct 13 12:57:27.810 INFO kablam! | Oct 13 12:57:27.810 INFO kablam! 26 | c.bench_function("calc empty min", |b| b.iter(|| eval(parse_fn(lex("min(5, 2)".into()), empty, EmptyCtx).ok().unwrap()))); Oct 13 12:57:27.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 13 12:57:27.810 INFO kablam! Oct 13 12:57:27.816 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Oct 13 12:57:27.816 INFO kablam! --> benches/kilac.rs:27:57 Oct 13 12:57:27.816 INFO kablam! | Oct 13 12:57:27.816 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()))); Oct 13 12:57:27.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Oct 13 12:57:27.816 INFO kablam! Oct 13 12:57:27.824 INFO kablam! error: aborting due to 4 previous errors Oct 13 12:57:27.824 INFO kablam! Oct 13 12:57:27.824 INFO kablam! For more information about this error, try `rustc --explain E0061`. Oct 13 12:57:27.852 INFO kablam! error: Could not compile `kilac`. Oct 13 12:57:27.852 INFO kablam! Oct 13 12:57:27.852 INFO kablam! To learn more, run the command again with --verbose. Oct 13 12:57:27.852 INFO kablam! su: No module specific data is present Oct 13 12:57:28.592 INFO running `"docker" "rm" "-f" "f45db7764dcce954e6524d513650c5352c0d71749f5946e6e98f8bd8bc5d5dae"` Oct 13 12:57:28.832 INFO blam! f45db7764dcce954e6524d513650c5352c0d71749f5946e6e98f8bd8bc5d5dae