Oct 15 09:58:16.826 INFO testing Javyre/uLisp against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:58:16.828 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 09:58:17.347 INFO blam! 096ea1fc9121ce41c3957a530b622b2f25f452aa39629d7027d30e3f9d8b3e2f Oct 15 09:58:17.357 INFO running `"docker" "start" "-a" "096ea1fc9121ce41c3957a530b622b2f25f452aa39629d7027d30e3f9d8b3e2f"` Oct 15 09:58:18.337 INFO kablam! usermod: no changes Oct 15 09:58:18.427 INFO kablam! Compiling ulisp v0.1.0 (/source) Oct 15 09:58:19.695 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 15 09:58:19.695 INFO kablam! --> src/vm/mem.rs:4:5 Oct 15 09:58:19.695 INFO kablam! | Oct 15 09:58:19.695 INFO kablam! 4 | Ref, Oct 15 09:58:19.695 INFO kablam! | ^^^ Oct 15 09:58:19.695 INFO kablam! 5 | RefMut, Oct 15 09:58:19.695 INFO kablam! | ^^^^^^ Oct 15 09:58:19.695 INFO kablam! | Oct 15 09:58:19.695 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:58:19.695 INFO kablam! Oct 15 09:58:20.147 INFO kablam! warning: unused variable: `initial_len` Oct 15 09:58:20.147 INFO kablam! --> src/vm/mod.rs:346:13 Oct 15 09:58:20.147 INFO kablam! | Oct 15 09:58:20.147 INFO kablam! 346 | let initial_len = self.reg_stack.len(); Oct 15 09:58:20.147 INFO kablam! | ^^^^^^^^^^^ help: consider using `_initial_len` instead Oct 15 09:58:20.147 INFO kablam! | Oct 15 09:58:20.147 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:58:20.147 INFO kablam! Oct 15 09:58:20.209 INFO kablam! warning: variable does not need to be mutable Oct 15 09:58:20.209 INFO kablam! --> src/vm/mod.rs:387:33 Oct 15 09:58:20.209 INFO kablam! | Oct 15 09:58:20.209 INFO kablam! 387 | let (mut insts, idents, mut var_strings, consts) = bin.unpack(); Oct 15 09:58:20.209 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:58:20.209 INFO kablam! | | Oct 15 09:58:20.209 INFO kablam! | help: remove this `mut` Oct 15 09:58:20.209 INFO kablam! | Oct 15 09:58:20.209 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:58:20.209 INFO kablam! Oct 15 09:58:20.299 INFO kablam! warning: method is never used: `append` Oct 15 09:58:20.299 INFO kablam! --> src/vm/mem.rs:68:5 Oct 15 09:58:20.299 INFO kablam! | Oct 15 09:58:20.299 INFO kablam! 68 | pub fn append(&mut self, other: Environment) { Oct 15 09:58:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.299 INFO kablam! | Oct 15 09:58:20.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:58:20.299 INFO kablam! Oct 15 09:58:20.299 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:20.299 INFO kablam! --> src/vm/mem.rs:81:5 Oct 15 09:58:20.299 INFO kablam! | Oct 15 09:58:20.299 INFO kablam! 81 | fn define_n(&mut self, frame: usize, ident: IdentID, val: MemData) -> Result<(), Error> { Oct 15 09:58:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.299 INFO kablam! Oct 15 09:58:20.299 INFO kablam! warning: method is never used: `get_parent` Oct 15 09:58:20.299 INFO kablam! --> src/vm/mem.rs:233:5 Oct 15 09:58:20.299 INFO kablam! | Oct 15 09:58:20.299 INFO kablam! 233 | fn get_parent(&self) -> Option<&Rc>> { Oct 15 09:58:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.299 INFO kablam! Oct 15 09:58:20.299 INFO kablam! warning: method is never used: `get_child` Oct 15 09:58:20.299 INFO kablam! --> src/vm/mem.rs:240:5 Oct 15 09:58:20.299 INFO kablam! | Oct 15 09:58:20.299 INFO kablam! 240 | fn get_child(&self) -> Option<&Weak>> { Oct 15 09:58:20.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.299 INFO kablam! Oct 15 09:58:20.299 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:20.299 INFO kablam! --> src/vm/mem.rs:248:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 248 | fn define_n(&mut self, n: usize, ident: IdentID, val: MemData) { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `get_parent_n` Oct 15 09:58:20.300 INFO kablam! --> src/vm/mem.rs:286:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 286 | fn get_parent_n(&self, n: usize) -> Option>> { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `get_child_n` Oct 15 09:58:20.300 INFO kablam! --> src/vm/mem.rs:295:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 295 | fn get_child_n(&self, n: usize) -> Option>> { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `get_frame` Oct 15 09:58:20.300 INFO kablam! --> src/vm/mem.rs:321:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 321 | fn get_frame(&self) -> &Frame { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `get_frame_mut` Oct 15 09:58:20.300 INFO kablam! --> src/vm/mem.rs:325:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 325 | fn get_frame_mut(&mut self) -> &mut Frame { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `create_pointer` Oct 15 09:58:20.300 INFO kablam! --> src/vm/data.rs:189:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 189 | pub fn create_pointer(data: MemData) -> MemData { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `clone_pointer` Oct 15 09:58:20.300 INFO kablam! --> src/vm/data.rs:197:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 197 | pub fn clone_pointer(&self) -> Option { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `is_true` Oct 15 09:58:20.300 INFO kablam! --> src/vm/data.rs:257:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 257 | pub fn is_true(&self) -> bool { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: method is never used: `eq` Oct 15 09:58:20.300 INFO kablam! --> src/vm/data.rs:293:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 293 | pub fn eq(&self, other: &Self) -> Result { Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: variant is never constructed: `BadScopeIndex` Oct 15 09:58:20.300 INFO kablam! --> src/vm/err.rs:43:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 43 | BadScopeIndex(usize), Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.300 INFO kablam! warning: field is never used: `consts` Oct 15 09:58:20.300 INFO kablam! --> src/vm/mod.rs:45:5 Oct 15 09:58:20.300 INFO kablam! | Oct 15 09:58:20.300 INFO kablam! 45 | consts: Rc>, Oct 15 09:58:20.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.300 INFO kablam! Oct 15 09:58:20.315 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:58:20.316 INFO kablam! --> src/vm/mod.rs:424:9 Oct 15 09:58:20.316 INFO kablam! | Oct 15 09:58:20.316 INFO kablam! 424 | self.memory.define(id, MemData::Lambda(insts, env)); Oct 15 09:58:20.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:20.316 INFO kablam! | Oct 15 09:58:20.316 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:58:20.316 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:58:20.316 INFO kablam! Oct 15 09:58:23.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.76s Oct 15 09:58:23.131 INFO kablam! su: No module specific data is present Oct 15 09:58:23.999 INFO running `"docker" "rm" "-f" "096ea1fc9121ce41c3957a530b622b2f25f452aa39629d7027d30e3f9d8b3e2f"` Oct 15 09:58:24.245 INFO blam! 096ea1fc9121ce41c3957a530b622b2f25f452aa39629d7027d30e3f9d8b3e2f Oct 15 09:58:24.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 09:58:24.786 INFO blam! e1bdc13442040a4e6d5465f52d0eddb5c3844633f80b7e36e7d41151bcce31a0 Oct 15 09:58:24.789 INFO running `"docker" "start" "-a" "e1bdc13442040a4e6d5465f52d0eddb5c3844633f80b7e36e7d41151bcce31a0"` Oct 15 09:58:25.859 INFO kablam! usermod: no changes Oct 15 09:58:25.989 INFO kablam! Compiling ulisp v0.1.0 (/source) Oct 15 09:58:27.131 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 15 09:58:27.131 INFO kablam! --> src/vm/mem.rs:4:5 Oct 15 09:58:27.131 INFO kablam! | Oct 15 09:58:27.131 INFO kablam! 4 | Ref, Oct 15 09:58:27.131 INFO kablam! | ^^^ Oct 15 09:58:27.131 INFO kablam! 5 | RefMut, Oct 15 09:58:27.131 INFO kablam! | ^^^^^^ Oct 15 09:58:27.131 INFO kablam! | Oct 15 09:58:27.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:58:27.131 INFO kablam! Oct 15 09:58:27.539 INFO kablam! warning: unused variable: `initial_len` Oct 15 09:58:27.539 INFO kablam! --> src/vm/mod.rs:346:13 Oct 15 09:58:27.539 INFO kablam! | Oct 15 09:58:27.539 INFO kablam! 346 | let initial_len = self.reg_stack.len(); Oct 15 09:58:27.539 INFO kablam! | ^^^^^^^^^^^ help: consider using `_initial_len` instead Oct 15 09:58:27.539 INFO kablam! | Oct 15 09:58:27.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:58:27.543 INFO kablam! Oct 15 09:58:27.597 INFO kablam! warning: variable does not need to be mutable Oct 15 09:58:27.597 INFO kablam! --> src/vm/mod.rs:387:33 Oct 15 09:58:27.597 INFO kablam! | Oct 15 09:58:27.597 INFO kablam! 387 | let (mut insts, idents, mut var_strings, consts) = bin.unpack(); Oct 15 09:58:27.597 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:58:27.597 INFO kablam! | | Oct 15 09:58:27.597 INFO kablam! | help: remove this `mut` Oct 15 09:58:27.597 INFO kablam! | Oct 15 09:58:27.597 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:58:27.597 INFO kablam! Oct 15 09:58:27.684 INFO kablam! warning: method is never used: `append` Oct 15 09:58:27.684 INFO kablam! --> src/vm/mem.rs:68:5 Oct 15 09:58:27.684 INFO kablam! | Oct 15 09:58:27.684 INFO kablam! 68 | pub fn append(&mut self, other: Environment) { Oct 15 09:58:27.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.684 INFO kablam! | Oct 15 09:58:27.684 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:58:27.684 INFO kablam! Oct 15 09:58:27.684 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:27.684 INFO kablam! --> src/vm/mem.rs:81:5 Oct 15 09:58:27.684 INFO kablam! | Oct 15 09:58:27.684 INFO kablam! 81 | fn define_n(&mut self, frame: usize, ident: IdentID, val: MemData) -> Result<(), Error> { Oct 15 09:58:27.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.684 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_parent` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:233:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 233 | fn get_parent(&self) -> Option<&Rc>> { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_child` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:240:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 240 | fn get_child(&self) -> Option<&Weak>> { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:248:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 248 | fn define_n(&mut self, n: usize, ident: IdentID, val: MemData) { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_parent_n` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:286:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 286 | fn get_parent_n(&self, n: usize) -> Option>> { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_child_n` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:295:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 295 | fn get_child_n(&self, n: usize) -> Option>> { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_frame` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:321:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 321 | fn get_frame(&self) -> &Frame { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `get_frame_mut` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mem.rs:325:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 325 | fn get_frame_mut(&mut self) -> &mut Frame { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `create_pointer` Oct 15 09:58:27.685 INFO kablam! --> src/vm/data.rs:189:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 189 | pub fn create_pointer(data: MemData) -> MemData { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `clone_pointer` Oct 15 09:58:27.685 INFO kablam! --> src/vm/data.rs:197:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 197 | pub fn clone_pointer(&self) -> Option { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: method is never used: `is_true` Oct 15 09:58:27.685 INFO kablam! --> src/vm/data.rs:257:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 257 | pub fn is_true(&self) -> bool { Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: variant is never constructed: `BadScopeIndex` Oct 15 09:58:27.685 INFO kablam! --> src/vm/err.rs:43:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 43 | BadScopeIndex(usize), Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.685 INFO kablam! warning: field is never used: `consts` Oct 15 09:58:27.685 INFO kablam! --> src/vm/mod.rs:45:5 Oct 15 09:58:27.685 INFO kablam! | Oct 15 09:58:27.685 INFO kablam! 45 | consts: Rc>, Oct 15 09:58:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.685 INFO kablam! Oct 15 09:58:27.689 INFO kablam! warning: variant is never constructed: `R` Oct 15 09:58:27.689 INFO kablam! --> src/vm/macros.rs:54:30 Oct 15 09:58:27.689 INFO kablam! | Oct 15 09:58:27.689 INFO kablam! 54 | enum ___BinConst { $($ids),* } Oct 15 09:58:27.689 INFO kablam! | ^^^^ Oct 15 09:58:27.689 INFO kablam! | Oct 15 09:58:27.689 INFO kablam! ::: src/tests.rs:174:9 Oct 15 09:58:27.689 INFO kablam! | Oct 15 09:58:27.689 INFO kablam! 174 | / program! { Oct 15 09:58:27.689 INFO kablam! 175 | | { foo, bar } Oct 15 09:58:27.689 INFO kablam! 176 | | { Oct 15 09:58:27.689 INFO kablam! 177 | | (#a = Str("Heyheyhey".to_string())) Oct 15 09:58:27.689 INFO kablam! ... | Oct 15 09:58:27.689 INFO kablam! 210 | | } Oct 15 09:58:27.689 INFO kablam! 211 | | }, Oct 15 09:58:27.689 INFO kablam! | |_________- in this macro invocation Oct 15 09:58:27.689 INFO kablam! Oct 15 09:58:27.699 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:58:27.699 INFO kablam! --> src/vm/mod.rs:424:9 Oct 15 09:58:27.699 INFO kablam! | Oct 15 09:58:27.699 INFO kablam! 424 | self.memory.define(id, MemData::Lambda(insts, env)); Oct 15 09:58:27.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:27.699 INFO kablam! | Oct 15 09:58:27.699 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:58:27.699 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:58:27.699 INFO kablam! Oct 15 09:58:30.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.30s Oct 15 09:58:30.203 INFO kablam! su: No module specific data is present Oct 15 09:58:30.943 INFO running `"docker" "rm" "-f" "e1bdc13442040a4e6d5465f52d0eddb5c3844633f80b7e36e7d41151bcce31a0"` Oct 15 09:58:31.036 INFO blam! e1bdc13442040a4e6d5465f52d0eddb5c3844633f80b7e36e7d41151bcce31a0 Oct 15 09:58:31.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 09:58:31.254 INFO blam! d7c84c6e6b12a2bed82ec9d84f0f15d68bf9448425bf907581b95e6041985908 Oct 15 09:58:31.261 INFO running `"docker" "start" "-a" "d7c84c6e6b12a2bed82ec9d84f0f15d68bf9448425bf907581b95e6041985908"` Oct 15 09:58:31.918 INFO kablam! usermod: no changes Oct 15 09:58:32.012 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:58:32.024 INFO kablam! Running /target/debug/deps/ulisp-78b7354509c450fd Oct 15 09:58:32.037 INFO kablam! su: No module specific data is present Oct 15 09:58:32.037 INFO blam! Oct 15 09:58:32.037 INFO blam! running 6 tests Oct 15 09:58:32.037 INFO blam! test tests::prg0 ... ok Oct 15 09:58:32.037 INFO blam! test tests::prg1 ... ok Oct 15 09:58:32.037 INFO blam! test tests::lambda ... ok Oct 15 09:58:32.037 INFO blam! test tests::prg3 ... ok Oct 15 09:58:32.037 INFO blam! test tests::multi_bin ... ok Oct 15 09:58:32.037 INFO blam! test tests::prg2 ... ok Oct 15 09:58:32.037 INFO blam! Oct 15 09:58:32.037 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:58:32.037 INFO blam! Oct 15 09:58:32.481 INFO running `"docker" "rm" "-f" "d7c84c6e6b12a2bed82ec9d84f0f15d68bf9448425bf907581b95e6041985908"` Oct 15 09:58:32.576 INFO blam! d7c84c6e6b12a2bed82ec9d84f0f15d68bf9448425bf907581b95e6041985908