Sep 04 15:52:45.781 INFO checking kilac-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 15:52:45.781 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 15:52:45.781 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 15:52:45.958 INFO blam! 925eb343147c10e7b8fda188b656cfefc5102a90de6a9b4f05575effe25f27fb Sep 04 15:52:45.960 INFO running `"docker" "start" "-a" "925eb343147c10e7b8fda188b656cfefc5102a90de6a9b4f05575effe25f27fb"` Sep 04 15:52:46.635 INFO kablam! Checking kilac v0.2.0 (file:///source) Sep 04 15:52:50.935 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 15:52:50.935 INFO kablam! --> benches/kilac.rs:17:47 Sep 04 15:52:50.935 INFO kablam! | Sep 04 15:52:50.935 INFO kablam! 17 | c.bench_function("ast min", |b| b.iter(|| parse(lex("min(5, 2)".into())))); Sep 04 15:52:50.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 15:52:50.935 INFO kablam! Sep 04 15:52:50.939 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 15:52:50.940 INFO kablam! --> benches/kilac.rs:18:50 Sep 04 15:52:50.940 INFO kablam! | Sep 04 15:52:50.940 INFO kablam! 18 | c.bench_function("ast minmax", |b| b.iter(|| parse(lex("min(5, max(2, -2))".into())))); Sep 04 15:52:50.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 15:52:50.940 INFO kablam! Sep 04 15:52:50.957 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 15:52:50.957 INFO kablam! --> benches/kilac.rs:26:54 Sep 04 15:52:50.957 INFO kablam! | Sep 04 15:52:50.957 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 15:52:50.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 15:52:50.957 INFO kablam! Sep 04 15:52:50.958 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 15:52:50.958 INFO kablam! --> benches/kilac.rs:27:57 Sep 04 15:52:50.959 INFO kablam! | Sep 04 15:52:50.959 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 15:52:50.959 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters Sep 04 15:52:50.959 INFO kablam! Sep 04 15:52:50.964 INFO kablam! error: aborting due to 4 previous errors Sep 04 15:52:50.964 INFO kablam! Sep 04 15:52:50.964 INFO kablam! For more information about this error, try `rustc --explain E0061`. Sep 04 15:52:50.977 INFO kablam! error: Could not compile `kilac`. Sep 04 15:52:50.977 INFO kablam! Sep 04 15:52:50.977 INFO kablam! To learn more, run the command again with --verbose. Sep 04 15:52:50.978 INFO kablam! su: No module specific data is present Sep 04 15:52:51.579 INFO running `"docker" "rm" "-f" "925eb343147c10e7b8fda188b656cfefc5102a90de6a9b4f05575effe25f27fb"` Sep 04 15:52:51.697 INFO blam! 925eb343147c10e7b8fda188b656cfefc5102a90de6a9b4f05575effe25f27fb