Oct 27 01:45:48.028 INFO checking l3kn/EulerLisp against try#19f01b935b91481fd445b16b533d2f87661bf12e 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-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.590 INFO blam! 1d7f17c8afecb5837fa3bb7d4817064a60489cf5ed1ba3b158f38a2bcf8deb0d Oct 27 01:45:48.597 INFO running `"docker" "start" "-a" "1d7f17c8afecb5837fa3bb7d4817064a60489cf5ed1ba3b158f38a2bcf8deb0d"` Oct 27 01:45:49.400 INFO kablam! usermod: no changes Oct 27 01:45:49.539 INFO kablam! Checking memchr v2.0.1 Oct 27 01:45:49.547 INFO kablam! Checking rustyline v1.0.0 Oct 27 01:45:50.056 INFO kablam! Checking csv-core v0.1.4 Oct 27 01:45:50.775 INFO kablam! Checking csv v1.0.0-beta.5 Oct 27 01:45:52.199 INFO kablam! Checking lisp v0.1.0 (/source) Oct 27 01:45:54.083 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:54.083 INFO kablam! --> src/symbol_table.rs:42:26 Oct 27 01:45:54.083 INFO kablam! | Oct 27 01:45:54.083 INFO kablam! 42 | assert_eq!(st.insert("foo"), 0); Oct 27 01:45:54.083 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:54.083 INFO kablam! | Oct 27 01:45:54.083 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:54.083 INFO kablam! found type `&'static str` Oct 27 01:45:54.083 INFO kablam! Oct 27 01:45:54.163 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:54.163 INFO kablam! --> src/symbol_table.rs:43:26 Oct 27 01:45:54.163 INFO kablam! | Oct 27 01:45:54.163 INFO kablam! 43 | assert_eq!(st.insert("bar"), 1); Oct 27 01:45:54.163 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:54.167 INFO kablam! | Oct 27 01:45:54.167 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:54.167 INFO kablam! found type `&'static str` Oct 27 01:45:54.167 INFO kablam! Oct 27 01:45:54.275 INFO kablam! error[E0308]: mismatched types Oct 27 01:45:54.275 INFO kablam! --> src/symbol_table.rs:44:26 Oct 27 01:45:54.275 INFO kablam! | Oct 27 01:45:54.275 INFO kablam! 44 | assert_eq!(st.insert("foo"), 0); Oct 27 01:45:54.275 INFO kablam! | ^^^^^ expected struct `std::string::String`, found str Oct 27 01:45:54.275 INFO kablam! | Oct 27 01:45:54.275 INFO kablam! = note: expected type `&std::string::String` Oct 27 01:45:54.275 INFO kablam! found type `&'static str` Oct 27 01:45:54.275 INFO kablam! Oct 27 01:45:54.854 INFO kablam! error: aborting due to 3 previous errors Oct 27 01:45:54.854 INFO kablam! Oct 27 01:45:54.854 INFO kablam! For more information about this error, try `rustc --explain E0308`. Oct 27 01:45:54.870 INFO kablam! error: Could not compile `lisp`. Oct 27 01:45:54.872 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:45:55.149 INFO kablam! warning: method is never used: `fetch_u32_usize` Oct 27 01:45:55.150 INFO kablam! --> src/compiler/vm.rs:123:5 Oct 27 01:45:55.150 INFO kablam! | Oct 27 01:45:55.150 INFO kablam! 123 | fn fetch_u32_usize(&mut self) -> usize { Oct 27 01:45:55.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:55.151 INFO kablam! | Oct 27 01:45:55.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 01:45:55.152 INFO kablam! Oct 27 01:45:55.152 INFO kablam! warning: method is never used: `fetch_u16` Oct 27 01:45:55.152 INFO kablam! --> src/compiler/vm.rs:132:5 Oct 27 01:45:55.153 INFO kablam! | Oct 27 01:45:55.153 INFO kablam! 132 | fn fetch_u16(&mut self) -> u16 { Oct 27 01:45:55.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:55.154 INFO kablam! Oct 27 01:45:55.154 INFO kablam! warning: function is never used: `vector_mul_i` Oct 27 01:45:55.154 INFO kablam! --> src/bignum.rs:325:1 Oct 27 01:45:55.155 INFO kablam! | Oct 27 01:45:55.155 INFO kablam! 325 | fn vector_mul_i(a: &Vec, b: usize) -> Vec { Oct 27 01:45:55.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 01:45:55.156 INFO kablam! Oct 27 01:45:55.339 INFO kablam! error: build failed Oct 27 01:45:55.341 INFO kablam! su: No module specific data is present Oct 27 01:45:56.604 INFO running `"docker" "rm" "-f" "1d7f17c8afecb5837fa3bb7d4817064a60489cf5ed1ba3b158f38a2bcf8deb0d"` Oct 27 01:45:56.967 INFO blam! 1d7f17c8afecb5837fa3bb7d4817064a60489cf5ed1ba3b158f38a2bcf8deb0d