Sep 01 16:02:29.666 INFO checking kilac-0.2.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 16:02:29.666 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 16:02:29.666 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 16:02:29.930 INFO blam! ba42c5e25782ea19183a8401cbe0b14206d3ef6c98e0caab5e23d95fb5f5a977 Sep 01 16:02:29.932 INFO running `"docker" "start" "-a" "ba42c5e25782ea19183a8401cbe0b14206d3ef6c98e0caab5e23d95fb5f5a977"` Sep 01 16:02:30.724 INFO kablam! Checking kilac v0.2.0 (file:///source) Sep 01 16:02:34.858 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:02:34.858 INFO kablam! --> benches/kilac.rs:17:47 Sep 01 16:02:34.858 INFO kablam! | Sep 01 16:02:34.858 INFO kablam! 17 | c.bench_function("ast min", |b| b.iter(|| parse(lex("min(5, 2)".into())))); Sep 01 16:02:34.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:02:34.858 INFO kablam! Sep 01 16:02:34.862 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:02:34.862 INFO kablam! --> benches/kilac.rs:18:50 Sep 01 16:02:34.863 INFO kablam! | Sep 01 16:02:34.863 INFO kablam! 18 | c.bench_function("ast minmax", |b| b.iter(|| parse(lex("min(5, max(2, -2))".into())))); Sep 01 16:02:34.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:02:34.863 INFO kablam! Sep 01 16:02:34.879 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:02:34.879 INFO kablam! --> benches/kilac.rs:26:54 Sep 01 16:02:34.879 INFO kablam! | Sep 01 16:02:34.879 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 01 16:02:34.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:02:34.879 INFO kablam! Sep 01 16:02:34.881 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 01 16:02:34.881 INFO kablam! --> benches/kilac.rs:27:57 Sep 01 16:02:34.881 INFO kablam! | Sep 01 16:02:34.881 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 01 16:02:34.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 01 16:02:34.881 INFO kablam! Sep 01 16:02:34.886 INFO kablam! error: aborting due to 4 previous errors Sep 01 16:02:34.886 INFO kablam! Sep 01 16:02:34.886 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 01 16:02:34.901 INFO kablam! error: Could not compile `kilac`. Sep 01 16:02:34.902 INFO kablam! Sep 01 16:02:34.902 INFO kablam! To learn more, run the command again with --verbose. Sep 01 16:02:34.903 INFO kablam! su: No module specific data is present Sep 01 16:02:35.311 INFO running `"docker" "rm" "-f" "ba42c5e25782ea19183a8401cbe0b14206d3ef6c98e0caab5e23d95fb5f5a977"` Sep 01 16:02:35.401 INFO blam! ba42c5e25782ea19183a8401cbe0b14206d3ef6c98e0caab5e23d95fb5f5a977