Oct 15 09:58:17.014 INFO testing Javyre/uLisp against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:58:17.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.409 INFO blam! ab51b3b2411c308f9640fba7876aeb906afaf4dee64a8b866eb9d8c9e36409c9 Oct 15 09:58:17.418 INFO running `"docker" "start" "-a" "ab51b3b2411c308f9640fba7876aeb906afaf4dee64a8b866eb9d8c9e36409c9"` Oct 15 09:58:18.585 INFO kablam! usermod: no changes Oct 15 09:58:18.687 INFO kablam! Compiling env_logger v0.5.6 Oct 15 09:58:20.698 INFO kablam! Compiling ulisp v0.1.0 (/source) Oct 15 09:58:21.791 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 15 09:58:21.791 INFO kablam! --> src/vm/mem.rs:4:5 Oct 15 09:58:21.791 INFO kablam! | Oct 15 09:58:21.791 INFO kablam! 4 | Ref, Oct 15 09:58:21.791 INFO kablam! | ^^^ Oct 15 09:58:21.791 INFO kablam! 5 | RefMut, Oct 15 09:58:21.791 INFO kablam! | ^^^^^^ Oct 15 09:58:21.791 INFO kablam! | Oct 15 09:58:21.791 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:58:21.791 INFO kablam! Oct 15 09:58:22.144 INFO kablam! warning: unused variable: `initial_len` Oct 15 09:58:22.144 INFO kablam! --> src/vm/mod.rs:346:13 Oct 15 09:58:22.144 INFO kablam! | Oct 15 09:58:22.144 INFO kablam! 346 | let initial_len = self.reg_stack.len(); Oct 15 09:58:22.144 INFO kablam! | ^^^^^^^^^^^ help: consider using `_initial_len` instead Oct 15 09:58:22.144 INFO kablam! | Oct 15 09:58:22.144 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:58:22.145 INFO kablam! Oct 15 09:58:22.207 INFO kablam! warning: variable does not need to be mutable Oct 15 09:58:22.207 INFO kablam! --> src/vm/mod.rs:387:33 Oct 15 09:58:22.207 INFO kablam! | Oct 15 09:58:22.207 INFO kablam! 387 | let (mut insts, idents, mut var_strings, consts) = bin.unpack(); Oct 15 09:58:22.207 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:58:22.207 INFO kablam! | | Oct 15 09:58:22.207 INFO kablam! | help: remove this `mut` Oct 15 09:58:22.207 INFO kablam! | Oct 15 09:58:22.207 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:58:22.207 INFO kablam! Oct 15 09:58:22.299 INFO kablam! warning: method is never used: `append` Oct 15 09:58:22.299 INFO kablam! --> src/vm/mem.rs:68:5 Oct 15 09:58:22.299 INFO kablam! | Oct 15 09:58:22.299 INFO kablam! 68 | pub fn append(&mut self, other: Environment) { Oct 15 09:58:22.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.299 INFO kablam! | Oct 15 09:58:22.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:58:22.299 INFO kablam! Oct 15 09:58:22.299 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:22.299 INFO kablam! --> src/vm/mem.rs:81:5 Oct 15 09:58:22.299 INFO kablam! | Oct 15 09:58:22.299 INFO kablam! 81 | fn define_n(&mut self, frame: usize, ident: IdentID, val: MemData) -> Result<(), Error> { Oct 15 09:58:22.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.299 INFO kablam! Oct 15 09:58:22.299 INFO kablam! warning: method is never used: `get_parent` Oct 15 09:58:22.299 INFO kablam! --> src/vm/mem.rs:233:5 Oct 15 09:58:22.300 INFO kablam! | Oct 15 09:58:22.300 INFO kablam! 233 | fn get_parent(&self) -> Option<&Rc>> { Oct 15 09:58:22.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.300 INFO kablam! Oct 15 09:58:22.300 INFO kablam! warning: method is never used: `get_child` Oct 15 09:58:22.300 INFO kablam! --> src/vm/mem.rs:240:5 Oct 15 09:58:22.300 INFO kablam! | Oct 15 09:58:22.300 INFO kablam! 240 | fn get_child(&self) -> Option<&Weak>> { Oct 15 09:58:22.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.300 INFO kablam! Oct 15 09:58:22.300 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:22.300 INFO kablam! --> src/vm/mem.rs:248:5 Oct 15 09:58:22.300 INFO kablam! | Oct 15 09:58:22.300 INFO kablam! 248 | fn define_n(&mut self, n: usize, ident: IdentID, val: MemData) { Oct 15 09:58:22.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.300 INFO kablam! Oct 15 09:58:22.300 INFO kablam! warning: method is never used: `get_parent_n` Oct 15 09:58:22.300 INFO kablam! --> src/vm/mem.rs:286:5 Oct 15 09:58:22.300 INFO kablam! | Oct 15 09:58:22.300 INFO kablam! 286 | fn get_parent_n(&self, n: usize) -> Option>> { Oct 15 09:58:22.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.301 INFO kablam! Oct 15 09:58:22.301 INFO kablam! warning: method is never used: `get_child_n` Oct 15 09:58:22.301 INFO kablam! --> src/vm/mem.rs:295:5 Oct 15 09:58:22.301 INFO kablam! | Oct 15 09:58:22.301 INFO kablam! 295 | fn get_child_n(&self, n: usize) -> Option>> { Oct 15 09:58:22.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.301 INFO kablam! Oct 15 09:58:22.301 INFO kablam! warning: method is never used: `get_frame` Oct 15 09:58:22.301 INFO kablam! --> src/vm/mem.rs:321:5 Oct 15 09:58:22.301 INFO kablam! | Oct 15 09:58:22.301 INFO kablam! 321 | fn get_frame(&self) -> &Frame { Oct 15 09:58:22.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.301 INFO kablam! Oct 15 09:58:22.301 INFO kablam! warning: method is never used: `get_frame_mut` Oct 15 09:58:22.301 INFO kablam! --> src/vm/mem.rs:325:5 Oct 15 09:58:22.301 INFO kablam! | Oct 15 09:58:22.301 INFO kablam! 325 | fn get_frame_mut(&mut self) -> &mut Frame { Oct 15 09:58:22.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.301 INFO kablam! Oct 15 09:58:22.301 INFO kablam! warning: method is never used: `create_pointer` Oct 15 09:58:22.301 INFO kablam! --> src/vm/data.rs:189:5 Oct 15 09:58:22.301 INFO kablam! | Oct 15 09:58:22.302 INFO kablam! 189 | pub fn create_pointer(data: MemData) -> MemData { Oct 15 09:58:22.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.302 INFO kablam! Oct 15 09:58:22.302 INFO kablam! warning: method is never used: `clone_pointer` Oct 15 09:58:22.302 INFO kablam! --> src/vm/data.rs:197:5 Oct 15 09:58:22.302 INFO kablam! | Oct 15 09:58:22.302 INFO kablam! 197 | pub fn clone_pointer(&self) -> Option { Oct 15 09:58:22.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.302 INFO kablam! Oct 15 09:58:22.302 INFO kablam! warning: method is never used: `is_true` Oct 15 09:58:22.302 INFO kablam! --> src/vm/data.rs:257:5 Oct 15 09:58:22.302 INFO kablam! | Oct 15 09:58:22.302 INFO kablam! 257 | pub fn is_true(&self) -> bool { Oct 15 09:58:22.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.302 INFO kablam! Oct 15 09:58:22.302 INFO kablam! warning: method is never used: `eq` Oct 15 09:58:22.302 INFO kablam! --> src/vm/data.rs:293:5 Oct 15 09:58:22.302 INFO kablam! | Oct 15 09:58:22.302 INFO kablam! 293 | pub fn eq(&self, other: &Self) -> Result { Oct 15 09:58:22.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.302 INFO kablam! Oct 15 09:58:22.303 INFO kablam! warning: variant is never constructed: `BadScopeIndex` Oct 15 09:58:22.303 INFO kablam! --> src/vm/err.rs:43:5 Oct 15 09:58:22.303 INFO kablam! | Oct 15 09:58:22.303 INFO kablam! 43 | BadScopeIndex(usize), Oct 15 09:58:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.303 INFO kablam! Oct 15 09:58:22.303 INFO kablam! warning: field is never used: `consts` Oct 15 09:58:22.303 INFO kablam! --> src/vm/mod.rs:45:5 Oct 15 09:58:22.303 INFO kablam! | Oct 15 09:58:22.303 INFO kablam! 45 | consts: Rc>, Oct 15 09:58:22.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.303 INFO kablam! Oct 15 09:58:22.311 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:58:22.311 INFO kablam! --> src/vm/mod.rs:424:9 Oct 15 09:58:22.311 INFO kablam! | Oct 15 09:58:22.311 INFO kablam! 424 | self.memory.define(id, MemData::Lambda(insts, env)); Oct 15 09:58:22.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:22.311 INFO kablam! | Oct 15 09:58:22.311 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:58:22.311 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:58:22.311 INFO kablam! Oct 15 09:58:25.290 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.66s Oct 15 09:58:25.290 INFO kablam! su: No module specific data is present Oct 15 09:58:25.992 INFO running `"docker" "rm" "-f" "ab51b3b2411c308f9640fba7876aeb906afaf4dee64a8b866eb9d8c9e36409c9"` Oct 15 09:58:26.199 INFO blam! ab51b3b2411c308f9640fba7876aeb906afaf4dee64a8b866eb9d8c9e36409c9 Oct 15 09:58:26.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.612 INFO blam! 760d356755f59fa694c919dc43f1e5b83ab61c9bd66b77044c68c88cca071e37 Oct 15 09:58:26.615 INFO running `"docker" "start" "-a" "760d356755f59fa694c919dc43f1e5b83ab61c9bd66b77044c68c88cca071e37"` Oct 15 09:58:27.682 INFO kablam! usermod: no changes Oct 15 09:58:27.775 INFO kablam! Compiling ulisp v0.1.0 (/source) Oct 15 09:58:28.875 INFO kablam! warning: unused imports: `RefMut`, `Ref` Oct 15 09:58:28.875 INFO kablam! --> src/vm/mem.rs:4:5 Oct 15 09:58:28.875 INFO kablam! | Oct 15 09:58:28.875 INFO kablam! 4 | Ref, Oct 15 09:58:28.875 INFO kablam! | ^^^ Oct 15 09:58:28.875 INFO kablam! 5 | RefMut, Oct 15 09:58:28.875 INFO kablam! | ^^^^^^ Oct 15 09:58:28.875 INFO kablam! | Oct 15 09:58:28.875 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 09:58:28.875 INFO kablam! Oct 15 09:58:29.315 INFO kablam! warning: unused variable: `initial_len` Oct 15 09:58:29.315 INFO kablam! --> src/vm/mod.rs:346:13 Oct 15 09:58:29.315 INFO kablam! | Oct 15 09:58:29.315 INFO kablam! 346 | let initial_len = self.reg_stack.len(); Oct 15 09:58:29.315 INFO kablam! | ^^^^^^^^^^^ help: consider using `_initial_len` instead Oct 15 09:58:29.315 INFO kablam! | Oct 15 09:58:29.315 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:58:29.315 INFO kablam! Oct 15 09:58:29.371 INFO kablam! warning: variable does not need to be mutable Oct 15 09:58:29.371 INFO kablam! --> src/vm/mod.rs:387:33 Oct 15 09:58:29.371 INFO kablam! | Oct 15 09:58:29.371 INFO kablam! 387 | let (mut insts, idents, mut var_strings, consts) = bin.unpack(); Oct 15 09:58:29.371 INFO kablam! | ----^^^^^^^^^^^ Oct 15 09:58:29.371 INFO kablam! | | Oct 15 09:58:29.371 INFO kablam! | help: remove this `mut` Oct 15 09:58:29.371 INFO kablam! | Oct 15 09:58:29.371 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 09:58:29.371 INFO kablam! Oct 15 09:58:29.458 INFO kablam! warning: method is never used: `append` Oct 15 09:58:29.458 INFO kablam! --> src/vm/mem.rs:68:5 Oct 15 09:58:29.458 INFO kablam! | Oct 15 09:58:29.458 INFO kablam! 68 | pub fn append(&mut self, other: Environment) { Oct 15 09:58:29.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.458 INFO kablam! | Oct 15 09:58:29.458 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:58:29.458 INFO kablam! Oct 15 09:58:29.458 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:29.458 INFO kablam! --> src/vm/mem.rs:81:5 Oct 15 09:58:29.458 INFO kablam! | Oct 15 09:58:29.458 INFO kablam! 81 | fn define_n(&mut self, frame: usize, ident: IdentID, val: MemData) -> Result<(), Error> { Oct 15 09:58:29.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.458 INFO kablam! Oct 15 09:58:29.458 INFO kablam! warning: method is never used: `get_parent` Oct 15 09:58:29.458 INFO kablam! --> src/vm/mem.rs:233:5 Oct 15 09:58:29.458 INFO kablam! | Oct 15 09:58:29.458 INFO kablam! 233 | fn get_parent(&self) -> Option<&Rc>> { Oct 15 09:58:29.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.458 INFO kablam! Oct 15 09:58:29.458 INFO kablam! warning: method is never used: `get_child` Oct 15 09:58:29.458 INFO kablam! --> src/vm/mem.rs:240:5 Oct 15 09:58:29.458 INFO kablam! | Oct 15 09:58:29.458 INFO kablam! 240 | fn get_child(&self) -> Option<&Weak>> { Oct 15 09:58:29.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `define_n` Oct 15 09:58:29.459 INFO kablam! --> src/vm/mem.rs:248:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 248 | fn define_n(&mut self, n: usize, ident: IdentID, val: MemData) { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `get_parent_n` Oct 15 09:58:29.459 INFO kablam! --> src/vm/mem.rs:286:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 286 | fn get_parent_n(&self, n: usize) -> Option>> { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `get_child_n` Oct 15 09:58:29.459 INFO kablam! --> src/vm/mem.rs:295:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 295 | fn get_child_n(&self, n: usize) -> Option>> { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `get_frame` Oct 15 09:58:29.459 INFO kablam! --> src/vm/mem.rs:321:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 321 | fn get_frame(&self) -> &Frame { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `get_frame_mut` Oct 15 09:58:29.459 INFO kablam! --> src/vm/mem.rs:325:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 325 | fn get_frame_mut(&mut self) -> &mut Frame { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `create_pointer` Oct 15 09:58:29.459 INFO kablam! --> src/vm/data.rs:189:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 189 | pub fn create_pointer(data: MemData) -> MemData { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `clone_pointer` Oct 15 09:58:29.459 INFO kablam! --> src/vm/data.rs:197:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 197 | pub fn clone_pointer(&self) -> Option { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.459 INFO kablam! warning: method is never used: `is_true` Oct 15 09:58:29.459 INFO kablam! --> src/vm/data.rs:257:5 Oct 15 09:58:29.459 INFO kablam! | Oct 15 09:58:29.459 INFO kablam! 257 | pub fn is_true(&self) -> bool { Oct 15 09:58:29.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.459 INFO kablam! Oct 15 09:58:29.461 INFO kablam! warning: variant is never constructed: `BadScopeIndex` Oct 15 09:58:29.461 INFO kablam! --> src/vm/err.rs:43:5 Oct 15 09:58:29.461 INFO kablam! | Oct 15 09:58:29.461 INFO kablam! 43 | BadScopeIndex(usize), Oct 15 09:58:29.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.461 INFO kablam! Oct 15 09:58:29.461 INFO kablam! warning: field is never used: `consts` Oct 15 09:58:29.461 INFO kablam! --> src/vm/mod.rs:45:5 Oct 15 09:58:29.461 INFO kablam! | Oct 15 09:58:29.461 INFO kablam! 45 | consts: Rc>, Oct 15 09:58:29.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.461 INFO kablam! Oct 15 09:58:29.461 INFO kablam! warning: variant is never constructed: `R` Oct 15 09:58:29.461 INFO kablam! --> src/vm/macros.rs:54:30 Oct 15 09:58:29.461 INFO kablam! | Oct 15 09:58:29.461 INFO kablam! 54 | enum ___BinConst { $($ids),* } Oct 15 09:58:29.461 INFO kablam! | ^^^^ Oct 15 09:58:29.461 INFO kablam! | Oct 15 09:58:29.461 INFO kablam! ::: src/tests.rs:174:9 Oct 15 09:58:29.461 INFO kablam! | Oct 15 09:58:29.461 INFO kablam! 174 | / program! { Oct 15 09:58:29.461 INFO kablam! 175 | | { foo, bar } Oct 15 09:58:29.461 INFO kablam! 176 | | { Oct 15 09:58:29.461 INFO kablam! 177 | | (#a = Str("Heyheyhey".to_string())) Oct 15 09:58:29.461 INFO kablam! ... | Oct 15 09:58:29.461 INFO kablam! 210 | | } Oct 15 09:58:29.461 INFO kablam! 211 | | }, Oct 15 09:58:29.461 INFO kablam! | |_________- in this macro invocation Oct 15 09:58:29.461 INFO kablam! Oct 15 09:58:29.474 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 09:58:29.474 INFO kablam! --> src/vm/mod.rs:424:9 Oct 15 09:58:29.474 INFO kablam! | Oct 15 09:58:29.474 INFO kablam! 424 | self.memory.define(id, MemData::Lambda(insts, env)); Oct 15 09:58:29.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:58:29.474 INFO kablam! | Oct 15 09:58:29.474 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 09:58:29.474 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 09:58:29.474 INFO kablam! Oct 15 09:58:31.715 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.00s Oct 15 09:58:31.715 INFO kablam! su: No module specific data is present Oct 15 09:58:32.221 INFO running `"docker" "rm" "-f" "760d356755f59fa694c919dc43f1e5b83ab61c9bd66b77044c68c88cca071e37"` Oct 15 09:58:32.378 INFO blam! 760d356755f59fa694c919dc43f1e5b83ab61c9bd66b77044c68c88cca071e37 Oct 15 09:58:32.383 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:32.601 INFO blam! 74cd5e892b1d9471d87267518836af934da141a96812607967b9873ae9d90392 Oct 15 09:58:32.603 INFO running `"docker" "start" "-a" "74cd5e892b1d9471d87267518836af934da141a96812607967b9873ae9d90392"` Oct 15 09:58:33.119 INFO kablam! usermod: no changes Oct 15 09:58:33.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 09:58:33.199 INFO kablam! Running /target/debug/deps/ulisp-0069bde61634f0ab Oct 15 09:58:33.203 INFO blam! Oct 15 09:58:33.203 INFO blam! running 6 tests Oct 15 09:58:33.203 INFO blam! test tests::lambda ... ok Oct 15 09:58:33.203 INFO blam! test tests::multi_bin ... ok Oct 15 09:58:33.203 INFO blam! test tests::prg3 ... ok Oct 15 09:58:33.203 INFO blam! test tests::prg2 ... ok Oct 15 09:58:33.204 INFO blam! test tests::prg0 ... ok Oct 15 09:58:33.205 INFO blam! test tests::prg1 ... ok Oct 15 09:58:33.205 INFO blam! Oct 15 09:58:33.205 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:58:33.205 INFO blam! Oct 15 09:58:33.215 INFO kablam! su: No module specific data is present Oct 15 09:58:33.731 INFO running `"docker" "rm" "-f" "74cd5e892b1d9471d87267518836af934da141a96812607967b9873ae9d90392"` Oct 15 09:58:34.011 INFO blam! 74cd5e892b1d9471d87267518836af934da141a96812607967b9873ae9d90392