Oct 13 01:33:41.227 INFO testing samgiles/naulang-runtime against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:33:41.227 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:33:41.780 INFO blam! c8d326b7969da460191f90cb68ebb94bd2169490face3e57cec3efb0a924806b Oct 13 01:33:41.782 INFO running `"docker" "start" "-a" "c8d326b7969da460191f90cb68ebb94bd2169490face3e57cec3efb0a924806b"` Oct 13 01:33:43.355 INFO kablam! usermod: no changes Oct 13 01:33:43.403 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 13 01:33:43.755 INFO kablam! warning: unused variable: `frame` Oct 13 01:33:43.755 INFO kablam! --> src/main.rs:11:9 Oct 13 01:33:43.755 INFO kablam! | Oct 13 01:33:43.755 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 13 01:33:43.755 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 01:33:43.755 INFO kablam! | Oct 13 01:33:43.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:43.755 INFO kablam! Oct 13 01:33:43.755 INFO kablam! warning: unused variable: `is_async` Oct 13 01:33:43.755 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 13 01:33:43.755 INFO kablam! | Oct 13 01:33:43.755 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:43.755 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 13 01:33:43.755 INFO kablam! Oct 13 01:33:43.767 INFO kablam! warning: variant is never constructed: `String` Oct 13 01:33:43.767 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 13 01:33:43.767 INFO kablam! | Oct 13 01:33:43.767 INFO kablam! 6 | String(StringObject), Oct 13 01:33:43.767 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.767 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: variant is never constructed: `Integer` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:7:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 7 | Integer(IntegerObject), Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: variant is never constructed: `Float` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 8 | Float(FloatObject), Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: variant is never constructed: `Boolean` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 9 | Boolean(BooleanObject), Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: variant is never constructed: `Array` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: variant is never constructed: `Method` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 11 | Method(MethodObject<'o>), Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: method is never used: `new` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:36:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 36 | pub fn new(value: i32) -> IntegerObject { Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: method is never used: `get_value` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/primitives.rs:42:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 42 | pub fn get_value(&self) -> i32 { self.value } Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: method is never used: `get_bytecode` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/method.rs:31:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 31 | pub fn get_bytecode(&self, at_point: usize) -> u32 { Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/method.rs:35:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 35 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: method is never used: `create_new_frame` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: constant item is never used: `LOAD_CONST` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/interpreter/bytecode.rs:6:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 6 | pub const LOAD_CONST :u32 = 1; Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: constant item is never used: `LOAD` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/interpreter/bytecode.rs:7:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 7 | pub const LOAD :u32 = 2; Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: constant item is never used: `STORE` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/interpreter/bytecode.rs:8:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 8 | pub const STORE :u32 = 3; Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: constant item is never used: `OR` Oct 13 01:33:43.775 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 13 01:33:43.775 INFO kablam! | Oct 13 01:33:43.775 INFO kablam! 9 | pub const OR :u32 = 4; Oct 13 01:33:43.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.775 INFO kablam! Oct 13 01:33:43.775 INFO kablam! warning: constant item is never used: `AND` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 10 | pub const AND :u32 = 5; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `EQUAL` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `GREATER_THAN` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:15:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 15 | pub const GREATER_THAN :u32 = 10; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `ADD` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:17:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 17 | pub const ADD :u32 = 12; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `SUB` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `MUL` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `DIV` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `NOT` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `NEG` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `JUMP_IF_FALSE` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:23:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 23 | pub const JUMP_IF_FALSE :u32 = 18; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.776 INFO kablam! warning: constant item is never used: `JUMP` Oct 13 01:33:43.776 INFO kablam! --> src/naulang/interpreter/bytecode.rs:24:5 Oct 13 01:33:43.776 INFO kablam! | Oct 13 01:33:43.776 INFO kablam! 24 | pub const JUMP :u32 = 19; Oct 13 01:33:43.776 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.776 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `PRINT` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `INVOKE` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `RETURN` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `MOD` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `DUP` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `CHAN_OUT` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:37:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 37 | pub const CHAN_OUT :u32 = 32; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: constant item is never used: `CHAN_IN` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/bytecode.rs:38:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 38 | pub const CHAN_IN :u32 = 33; Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.777 INFO kablam! Oct 13 01:33:43.777 INFO kablam! warning: method is never used: `pop` Oct 13 01:33:43.777 INFO kablam! --> src/naulang/interpreter/frame.rs:45:5 Oct 13 01:33:43.777 INFO kablam! | Oct 13 01:33:43.777 INFO kablam! 45 | pub fn pop(&mut self) -> Option> { Oct 13 01:33:43.777 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `push` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:49:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 49 | pub fn push(&mut self, object: Object<'f>) -> () { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `peek` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:53:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 53 | pub fn peek(&self) -> Option<&Object> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `stack_height` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:58:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 58 | pub fn stack_height(&self) -> usize { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `set_local_at` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:62:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 62 | pub fn set_local_at(&mut self, index: usize, object: Object<'f>) -> () { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `get_local_at` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:66:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 66 | pub fn get_local_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: variant is never constructed: `Continue` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:5:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 5 | Continue, Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: variant is never constructed: `Halt` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:6:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 6 | Halt, Oct 13 01:33:43.778 INFO kablam! | ^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: variant is never constructed: `Yield` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 7 | Yield, Oct 13 01:33:43.778 INFO kablam! | ^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: variant is never constructed: `Suspend` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 8 | Suspend, Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: struct is never constructed: `Task` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:12:1 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 12 | pub struct Task<'task> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `new` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:24:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 24 | pub fn new() -> Task<'task> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `new_withframe` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:32:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 32 | pub fn new_withframe(frame: &'task Box, parent_task: Option>>) -> Task<'task> { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.778 INFO kablam! warning: method is never used: `restore_previous_frame_or_halt` Oct 13 01:33:43.778 INFO kablam! --> src/naulang/interpreter/task.rs:40:5 Oct 13 01:33:43.778 INFO kablam! | Oct 13 01:33:43.778 INFO kablam! 40 | pub fn restore_previous_frame_or_halt(&mut self) -> bool { Oct 13 01:33:43.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.778 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: method is never used: `set_parent_task` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/task.rs:58:5 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 58 | pub fn set_parent_task(&mut self, task: Task<'task>) -> () { Oct 13 01:33:43.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: function is never used: `interpreter_step` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/interpreter.rs:6:1 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 6 | pub fn interpreter_step(task: &mut Task) -> bool { Oct 13 01:33:43.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: function is never used: `run_interpreter_step` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/interpreter.rs:13:1 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 13 | fn run_interpreter_step(frame: &Box, task: &mut Task) -> bool { Oct 13 01:33:43.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 1 | / pub mod Bytecode { Oct 13 01:33:43.779 INFO kablam! 2 | | use std::vec; Oct 13 01:33:43.779 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:43.779 INFO kablam! 4 | | Oct 13 01:33:43.779 INFO kablam! ... | Oct 13 01:33:43.779 INFO kablam! 150 | | ]; Oct 13 01:33:43.779 INFO kablam! 151 | | } Oct 13 01:33:43.779 INFO kablam! | |_^ Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: constant `_stack_effect_depends_on_args` should have an upper case name such as `_STACK_EFFECT_DEPENDS_ON_ARGS` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:43.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 13 01:33:43.779 INFO kablam! 79 | | 0, // halt Oct 13 01:33:43.779 INFO kablam! 80 | | 1, // load_const Oct 13 01:33:43.779 INFO kablam! 81 | | 1, // load Oct 13 01:33:43.779 INFO kablam! ... | Oct 13 01:33:43.779 INFO kablam! 112 | | -2, // chan in Oct 13 01:33:43.779 INFO kablam! 113 | | ]; Oct 13 01:33:43.779 INFO kablam! | |______^ Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:43.779 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 13 01:33:43.779 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 13 01:33:43.779 INFO kablam! | Oct 13 01:33:43.779 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 13 01:33:43.779 INFO kablam! 116 | | 1, // halt Oct 13 01:33:43.779 INFO kablam! 117 | | 2, // load_const Oct 13 01:33:43.779 INFO kablam! 118 | | 2, // load Oct 13 01:33:43.779 INFO kablam! ... | Oct 13 01:33:43.779 INFO kablam! 149 | | 1, // chan in Oct 13 01:33:43.779 INFO kablam! 150 | | ]; Oct 13 01:33:43.779 INFO kablam! | |______^ Oct 13 01:33:43.779 INFO kablam! Oct 13 01:33:44.585 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 13 01:33:44.587 INFO kablam! su: No module specific data is present Oct 13 01:33:45.511 INFO running `"docker" "rm" "-f" "c8d326b7969da460191f90cb68ebb94bd2169490face3e57cec3efb0a924806b"` Oct 13 01:33:45.830 INFO blam! c8d326b7969da460191f90cb68ebb94bd2169490face3e57cec3efb0a924806b Oct 13 01:33:45.835 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:33:46.207 INFO blam! a10d77f6c7c965b0b8adeb657c6c90e795a74d80addb309d8d5873d2e41f67bf Oct 13 01:33:46.219 INFO running `"docker" "start" "-a" "a10d77f6c7c965b0b8adeb657c6c90e795a74d80addb309d8d5873d2e41f67bf"` Oct 13 01:33:47.704 INFO kablam! usermod: no changes Oct 13 01:33:47.750 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 13 01:33:48.215 INFO kablam! warning: unused variable: `frame` Oct 13 01:33:48.215 INFO kablam! --> src/main.rs:11:9 Oct 13 01:33:48.215 INFO kablam! | Oct 13 01:33:48.215 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 13 01:33:48.215 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 01:33:48.215 INFO kablam! | Oct 13 01:33:48.215 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:48.215 INFO kablam! Oct 13 01:33:48.215 INFO kablam! warning: unused variable: `is_async` Oct 13 01:33:48.215 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 13 01:33:48.215 INFO kablam! | Oct 13 01:33:48.215 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:48.215 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 13 01:33:48.215 INFO kablam! Oct 13 01:33:48.230 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:48.231 INFO kablam! --> src/naulang/interpreter/interpreter.rs:37:13 Oct 13 01:33:48.231 INFO kablam! | Oct 13 01:33:48.231 INFO kablam! 37 | let mut load_const_method = MethodObject::new(vec!( Oct 13 01:33:48.231 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.231 INFO kablam! | | Oct 13 01:33:48.231 INFO kablam! | help: remove this `mut` Oct 13 01:33:48.231 INFO kablam! | Oct 13 01:33:48.231 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:33:48.231 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: variant is never constructed: `String` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 6 | String(StringObject), Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: variant is never constructed: `Float` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 8 | Float(FloatObject), Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: variant is never constructed: `Boolean` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 9 | Boolean(BooleanObject), Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: variant is never constructed: `Array` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: variant is never constructed: `Method` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 11 | Method(MethodObject<'o>), Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: method is never used: `create_new_frame` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `OR` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 9 | pub const OR :u32 = 4; Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `AND` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 10 | pub const AND :u32 = 5; Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `EQUAL` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 13 01:33:48.232 INFO kablam! | Oct 13 01:33:48.232 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 13 01:33:48.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.232 INFO kablam! Oct 13 01:33:48.232 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 13 01:33:48.232 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `SUB` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `MUL` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `DIV` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `NOT` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `NEG` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `PRINT` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.233 INFO kablam! warning: constant item is never used: `INVOKE` Oct 13 01:33:48.233 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 13 01:33:48.233 INFO kablam! | Oct 13 01:33:48.233 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 13 01:33:48.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.233 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `RETURN` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 13 01:33:48.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.235 INFO kablam! Oct 13 01:33:48.235 INFO kablam! warning: constant item is never used: `MOD` Oct 13 01:33:48.235 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 13 01:33:48.235 INFO kablam! | Oct 13 01:33:48.235 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: constant item is never used: `DUP` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: variant is never constructed: `Yield` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 7 | Yield, Oct 13 01:33:48.236 INFO kablam! | ^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: variant is never constructed: `Suspend` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 8 | Suspend, Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 1 | / pub mod Bytecode { Oct 13 01:33:48.236 INFO kablam! 2 | | use std::vec; Oct 13 01:33:48.236 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:48.236 INFO kablam! 4 | | Oct 13 01:33:48.236 INFO kablam! ... | Oct 13 01:33:48.236 INFO kablam! 150 | | ]; Oct 13 01:33:48.236 INFO kablam! 151 | | } Oct 13 01:33:48.236 INFO kablam! | |_^ Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.236 INFO kablam! warning: constant `_stack_effect_depends_on_args` should have an upper case name such as `_STACK_EFFECT_DEPENDS_ON_ARGS` Oct 13 01:33:48.236 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 13 01:33:48.236 INFO kablam! | Oct 13 01:33:48.236 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:48.236 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:48.236 INFO kablam! Oct 13 01:33:48.237 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 13 01:33:48.237 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 13 01:33:48.237 INFO kablam! | Oct 13 01:33:48.237 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 13 01:33:48.237 INFO kablam! 79 | | 0, // halt Oct 13 01:33:48.237 INFO kablam! 80 | | 1, // load_const Oct 13 01:33:48.237 INFO kablam! 81 | | 1, // load Oct 13 01:33:48.237 INFO kablam! ... | Oct 13 01:33:48.237 INFO kablam! 112 | | -2, // chan in Oct 13 01:33:48.237 INFO kablam! 113 | | ]; Oct 13 01:33:48.237 INFO kablam! | |______^ Oct 13 01:33:48.239 INFO kablam! Oct 13 01:33:48.239 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 13 01:33:48.239 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 13 01:33:48.239 INFO kablam! | Oct 13 01:33:48.239 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 13 01:33:48.239 INFO kablam! 116 | | 1, // halt Oct 13 01:33:48.239 INFO kablam! 117 | | 2, // load_const Oct 13 01:33:48.239 INFO kablam! 118 | | 2, // load Oct 13 01:33:48.239 INFO kablam! ... | Oct 13 01:33:48.239 INFO kablam! 149 | | 1, // chan in Oct 13 01:33:48.239 INFO kablam! 150 | | ]; Oct 13 01:33:48.239 INFO kablam! | |______^ Oct 13 01:33:48.239 INFO kablam! Oct 13 01:33:49.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 13 01:33:49.079 INFO kablam! su: No module specific data is present Oct 13 01:33:49.859 INFO running `"docker" "rm" "-f" "a10d77f6c7c965b0b8adeb657c6c90e795a74d80addb309d8d5873d2e41f67bf"` Oct 13 01:33:50.181 INFO blam! a10d77f6c7c965b0b8adeb657c6c90e795a74d80addb309d8d5873d2e41f67bf Oct 13 01:33:50.189 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 01:33:50.736 INFO blam! 04a01678b5fa7b24d5789ffafd8e09d76fdd5877d0a6bd583e3002c33159c119 Oct 13 01:33:50.737 INFO running `"docker" "start" "-a" "04a01678b5fa7b24d5789ffafd8e09d76fdd5877d0a6bd583e3002c33159c119"` Oct 13 01:33:51.915 INFO kablam! usermod: no changes Oct 13 01:33:51.951 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:33:51.958 INFO kablam! Running /target/debug/deps/naulang_runtime-5ac624bb2905b155 Oct 13 01:33:51.959 INFO blam! Oct 13 01:33:51.959 INFO blam! running 11 tests Oct 13 01:33:51.960 INFO blam! test naulang::interpreter::interpreter::tests::test_interepreter_step_task_halt ... ok Oct 13 01:33:51.960 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth2 ... ok Oct 13 01:33:51.961 INFO blam! test naulang::interpreter::interpreter::tests::test_interpreter_step_task_load_const ... ignored Oct 13 01:33:51.961 INFO blam! test naulang::interpreter::frame::tests::test_set_get_local_at ... ok Oct 13 01:33:51.961 INFO blam! test naulang::interpreter::frame::tests::test_push_peek_pop ... ok Oct 13 01:33:51.962 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth ... ok Oct 13 01:33:51.964 INFO blam! test naulang::interpreter::task::tests::test_new_task_state ... ok Oct 13 01:33:51.964 INFO blam! test naulang::interpreter::task::tests::test_set_parent_task ... ok Oct 13 01:33:51.964 INFO blam! test naulang::interpreter::task::tests::test_restore_previous_frame ... ok Oct 13 01:33:51.964 INFO blam! test naulang::objectspace::method::tests::test_get_bytecode ... ok Oct 13 01:33:51.964 INFO blam! test naulang::objectspace::method::tests::test_get_literal_at ... ok Oct 13 01:33:51.964 INFO blam! Oct 13 01:33:51.964 INFO blam! test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 13 01:33:51.964 INFO blam! Oct 13 01:33:51.968 INFO kablam! su: No module specific data is present Oct 13 01:33:52.953 INFO running `"docker" "rm" "-f" "04a01678b5fa7b24d5789ffafd8e09d76fdd5877d0a6bd583e3002c33159c119"` Oct 13 01:33:53.215 INFO blam! 04a01678b5fa7b24d5789ffafd8e09d76fdd5877d0a6bd583e3002c33159c119