Oct 27 01:45:48.028 INFO checking l3kn/EulerLisp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:45:48.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 27 01:45:48.617 INFO blam! aed99499fafb874d80587491dff1f33e44d4e65b26a04489d24de004caee690e Oct 27 01:45:48.624 INFO running `"docker" "start" "-a" "aed99499fafb874d80587491dff1f33e44d4e65b26a04489d24de004caee690e"` Oct 27 01:45:49.227 INFO kablam! usermod: no changes Oct 27 01:45:49.311 INFO kablam! Checking memchr v2.0.1 Oct 27 01:45:49.311 INFO kablam! Checking rayon-core v1.4.0 Oct 27 01:45:49.812 INFO kablam! Checking csv-core v0.1.4 Oct 27 01:45:50.571 INFO kablam! Checking csv v1.0.0-beta.5 Oct 27 01:45:50.939 INFO kablam! Checking rayon v1.0.1 Oct 27 01:45:54.455 INFO kablam! Checking lisp v0.1.0 (/source) Oct 27 01:45:57.574 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:57.575 INFO kablam! --> src/symbol_table.rs:42:26 Oct 27 01:45:57.575 INFO kablam! | Oct 27 01:45:57.575 INFO kablam! 42 | assert_eq!(st.insert("foo"), 0); Oct 27 01:45:57.575 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:57.575 INFO kablam! | Oct 27 01:45:57.575 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:57.575 INFO kablam! found type `&'static str` Oct 27 01:45:57.575 INFO kablam! Oct 27 01:45:57.627 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:57.627 INFO kablam! --> src/symbol_table.rs:43:26 Oct 27 01:45:57.627 INFO kablam! | Oct 27 01:45:57.627 INFO kablam! 43 | assert_eq!(st.insert("bar"), 1); Oct 27 01:45:57.627 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:57.627 INFO kablam! | Oct 27 01:45:57.627 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:57.627 INFO kablam! found type `&'static str` Oct 27 01:45:57.627 INFO kablam! Oct 27 01:45:57.675 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:57.675 INFO kablam! --> src/symbol_table.rs:44:26 Oct 27 01:45:57.675 INFO kablam! | Oct 27 01:45:57.675 INFO kablam! 44 | assert_eq!(st.insert("foo"), 0); Oct 27 01:45:57.675 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:57.675 INFO kablam! | Oct 27 01:45:57.675 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:57.675 INFO kablam! found type `&'static str` Oct 27 01:45:57.675 INFO kablam! Oct 27 01:45:58.267 INFO kablam! error: aborting due to 3 previous errors Oct 27 01:45:58.267 INFO kablam! Oct 27 01:45:58.267 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 01:45:58.287 INFO kablam! error: Could not compile `lisp`. Oct 27 01:45:58.287 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:45:58.353 INFO kablam! warning: method is never used: `fetch_u32_usize` Oct 27 01:45:58.353 INFO kablam! --> src/compiler/vm.rs:123:5 Oct 27 01:45:58.353 INFO kablam! | Oct 27 01:45:58.354 INFO kablam! 123 | fn fetch_u32_usize(&mut self) -> usize { Oct 27 01:45:58.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:58.354 INFO kablam! | Oct 27 01:45:58.354 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:45:58.354 INFO kablam! Oct 27 01:45:58.354 INFO kablam! warning: method is never used: `fetch_u16` Oct 27 01:45:58.354 INFO kablam! --> src/compiler/vm.rs:132:5 Oct 27 01:45:58.354 INFO kablam! | Oct 27 01:45:58.354 INFO kablam! 132 | fn fetch_u16(&mut self) -> u16 { Oct 27 01:45:58.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:58.354 INFO kablam! Oct 27 01:45:58.355 INFO kablam! warning: function is never used: `vector_mul_i` Oct 27 01:45:58.355 INFO kablam! --> src/bignum.rs:325:1 Oct 27 01:45:58.355 INFO kablam! | Oct 27 01:45:58.355 INFO kablam! 325 | fn vector_mul_i(a: &Vec, b: usize) -> Vec { Oct 27 01:45:58.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:58.355 INFO kablam! Oct 27 01:45:58.535 INFO kablam! error: build failed Oct 27 01:45:58.536 INFO kablam! su: No module specific data is present Oct 27 01:45:59.520 INFO running `"docker" "rm" "-f" "aed99499fafb874d80587491dff1f33e44d4e65b26a04489d24de004caee690e"` Oct 27 01:45:59.791 INFO blam! aed99499fafb874d80587491dff1f33e44d4e65b26a04489d24de004caee690e