Oct 21 16:17:33.573 INFO checking l3kn/EulerLisp against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:17:33.574 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 16:17:33.872 INFO blam! 06ebdc45cd09a917823c1fd9739316b470f5abd03767ddfdc678b8aacf1c878f Oct 21 16:17:33.885 INFO running `"docker" "start" "-a" "06ebdc45cd09a917823c1fd9739316b470f5abd03767ddfdc678b8aacf1c878f"` Oct 21 16:17:34.417 INFO kablam! usermod: no changes Oct 21 16:17:34.488 INFO kablam! Checking memchr v2.0.1 Oct 21 16:17:34.488 INFO kablam! Checking nix v0.5.1 Oct 21 16:17:34.492 INFO kablam! Checking rayon v1.0.1 Oct 21 16:17:34.828 INFO kablam! Checking csv-core v0.1.4 Oct 21 16:17:35.628 INFO kablam! Checking csv v1.0.0-beta.5 Oct 21 16:17:37.763 INFO kablam! Checking rustyline v1.0.0 Oct 21 16:17:38.680 INFO kablam! Checking lisp v0.1.0 (/source) Oct 21 16:17:41.867 INFO kablam! error[E0308]: mismatched types Oct 21 16:17:41.867 INFO kablam! --> src/symbol_table.rs:42:26 Oct 21 16:17:41.867 INFO kablam! | Oct 21 16:17:41.868 INFO kablam! 42 | assert_eq!(st.insert("foo"), 0); Oct 21 16:17:41.868 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 21 16:17:41.868 INFO kablam! | Oct 21 16:17:41.868 INFO kablam! = note: expected type `&std::string::String` Oct 21 16:17:41.868 INFO kablam! found type `&'static str` Oct 21 16:17:41.868 INFO kablam! Oct 21 16:17:42.016 INFO kablam! error[E0308]: mismatched types Oct 21 16:17:42.016 INFO kablam! --> src/symbol_table.rs:43:26 Oct 21 16:17:42.016 INFO kablam! | Oct 21 16:17:42.016 INFO kablam! 43 | assert_eq!(st.insert("bar"), 1); Oct 21 16:17:42.016 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 21 16:17:42.016 INFO kablam! | Oct 21 16:17:42.016 INFO kablam! = note: expected type `&std::string::String` Oct 21 16:17:42.016 INFO kablam! found type `&'static str` Oct 21 16:17:42.016 INFO kablam! Oct 21 16:17:42.114 INFO kablam! error[E0308]: mismatched types Oct 21 16:17:42.114 INFO kablam! --> src/symbol_table.rs:44:26 Oct 21 16:17:42.114 INFO kablam! | Oct 21 16:17:42.114 INFO kablam! 44 | assert_eq!(st.insert("foo"), 0); Oct 21 16:17:42.114 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 21 16:17:42.114 INFO kablam! | Oct 21 16:17:42.114 INFO kablam! = note: expected type `&std::string::String` Oct 21 16:17:42.114 INFO kablam! found type `&'static str` Oct 21 16:17:42.114 INFO kablam! Oct 21 16:17:42.492 INFO kablam! error: aborting due to 3 previous errors Oct 21 16:17:42.492 INFO kablam! Oct 21 16:17:42.492 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 21 16:17:42.499 INFO kablam! error: Could not compile `lisp`. Oct 21 16:17:42.499 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 21 16:17:43.240 INFO kablam! warning: method is never used: `fetch_u32_usize` Oct 21 16:17:43.240 INFO kablam! --> src/compiler/vm.rs:123:5 Oct 21 16:17:43.240 INFO kablam! | Oct 21 16:17:43.240 INFO kablam! 123 | fn fetch_u32_usize(&mut self) -> usize { Oct 21 16:17:43.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:43.240 INFO kablam! | Oct 21 16:17:43.240 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 16:17:43.240 INFO kablam! Oct 21 16:17:43.240 INFO kablam! warning: method is never used: `fetch_u16` Oct 21 16:17:43.240 INFO kablam! --> src/compiler/vm.rs:132:5 Oct 21 16:17:43.240 INFO kablam! | Oct 21 16:17:43.240 INFO kablam! 132 | fn fetch_u16(&mut self) -> u16 { Oct 21 16:17:43.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:43.240 INFO kablam! Oct 21 16:17:43.240 INFO kablam! warning: function is never used: `vector_mul_i` Oct 21 16:17:43.240 INFO kablam! --> src/bignum.rs:325:1 Oct 21 16:17:43.240 INFO kablam! | Oct 21 16:17:43.240 INFO kablam! 325 | fn vector_mul_i(a: &Vec, b: usize) -> Vec { Oct 21 16:17:43.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 16:17:43.244 INFO kablam! Oct 21 16:17:43.432 INFO kablam! error: build failed Oct 21 16:17:43.432 INFO kablam! su: No module specific data is present Oct 21 16:17:44.380 INFO running `"docker" "rm" "-f" "06ebdc45cd09a917823c1fd9739316b470f5abd03767ddfdc678b8aacf1c878f"` Oct 21 16:17:44.659 INFO blam! 06ebdc45cd09a917823c1fd9739316b470f5abd03767ddfdc678b8aacf1c878f