Oct 10 15:29:28.555 INFO testing samgiles/naulang-runtime against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:29:28.555 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:29:28.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:29:29.088 INFO blam! 08f52eb97437ea7d9505afde3b7077c335c4caa2f7c181333e52d302c423689c Oct 10 15:29:29.104 INFO running `"docker" "start" "-a" "08f52eb97437ea7d9505afde3b7077c335c4caa2f7c181333e52d302c423689c"` Oct 10 15:29:30.060 INFO kablam! usermod: no changes Oct 10 15:29:30.120 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 10 15:29:30.748 INFO kablam! warning: unused variable: `frame` Oct 10 15:29:30.748 INFO kablam! --> src/main.rs:11:9 Oct 10 15:29:30.748 INFO kablam! | Oct 10 15:29:30.748 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 10 15:29:30.748 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 10 15:29:30.748 INFO kablam! | Oct 10 15:29:30.748 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:29:30.748 INFO kablam! Oct 10 15:29:30.748 INFO kablam! warning: unused variable: `is_async` Oct 10 15:29:30.748 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 10 15:29:30.748 INFO kablam! | Oct 10 15:29:30.748 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 10 15:29:30.748 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 10 15:29:30.748 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `String` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 6 | String(StringObject), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `Integer` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:7:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 7 | Integer(IntegerObject), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `Float` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 8 | Float(FloatObject), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `Boolean` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 9 | Boolean(BooleanObject), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `Array` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: variant is never constructed: `Method` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 11 | Method(MethodObject<'o>), Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: method is never used: `new` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:36:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 36 | pub fn new(value: i32) -> IntegerObject { Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: method is never used: `get_value` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/primitives.rs:42:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 42 | pub fn get_value(&self) -> i32 { self.value } Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: method is never used: `get_bytecode` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/method.rs:31:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 31 | pub fn get_bytecode(&self, at_point: usize) -> u32 { Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: method is never used: `get_literal_at` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/method.rs:35:5 Oct 10 15:29:30.770 INFO kablam! | Oct 10 15:29:30.770 INFO kablam! 35 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 10 15:29:30.770 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.770 INFO kablam! Oct 10 15:29:30.770 INFO kablam! warning: method is never used: `create_new_frame` Oct 10 15:29:30.770 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `LOAD_CONST` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:6:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 6 | pub const LOAD_CONST :u32 = 1; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `LOAD` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:7:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 7 | pub const LOAD :u32 = 2; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `STORE` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:8:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 8 | pub const STORE :u32 = 3; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `OR` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 9 | pub const OR :u32 = 4; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `AND` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 10 | pub const AND :u32 = 5; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `EQUAL` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `GREATER_THAN` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:15:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 15 | pub const GREATER_THAN :u32 = 10; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `ADD` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:17:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 17 | pub const ADD :u32 = 12; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `SUB` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.771 INFO kablam! Oct 10 15:29:30.771 INFO kablam! warning: constant item is never used: `MUL` Oct 10 15:29:30.771 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 10 15:29:30.771 INFO kablam! | Oct 10 15:29:30.771 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 10 15:29:30.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `DIV` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `NOT` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `NEG` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `JUMP_IF_FALSE` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:23:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 23 | pub const JUMP_IF_FALSE :u32 = 18; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `JUMP` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:24:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 24 | pub const JUMP :u32 = 19; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `PRINT` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `INVOKE` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `RETURN` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `MOD` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.772 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 10 15:29:30.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.772 INFO kablam! Oct 10 15:29:30.772 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 10 15:29:30.772 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 10 15:29:30.772 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: constant item is never used: `DUP` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: constant item is never used: `CHAN_OUT` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/bytecode.rs:37:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 37 | pub const CHAN_OUT :u32 = 32; Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: constant item is never used: `CHAN_IN` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/bytecode.rs:38:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 38 | pub const CHAN_IN :u32 = 33; Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `pop` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:45:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 45 | pub fn pop(&mut self) -> Option> { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `push` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:49:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 49 | pub fn push(&mut self, object: Object<'f>) -> () { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `peek` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:53:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 53 | pub fn peek(&self) -> Option<&Object> { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `stack_height` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:58:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 58 | pub fn stack_height(&self) -> usize { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `set_local_at` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:62:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 62 | pub fn set_local_at(&mut self, index: usize, object: Object<'f>) -> () { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `get_local_at` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:66:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 66 | pub fn get_local_at(&self, index: usize) -> Option<&Object> { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: method is never used: `get_literal_at` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: variant is never constructed: `Continue` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/task.rs:5:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 5 | Continue, Oct 10 15:29:30.773 INFO kablam! | ^^^^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: variant is never constructed: `Halt` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/task.rs:6:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 6 | Halt, Oct 10 15:29:30.773 INFO kablam! | ^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: variant is never constructed: `Yield` Oct 10 15:29:30.773 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 10 15:29:30.773 INFO kablam! | Oct 10 15:29:30.773 INFO kablam! 7 | Yield, Oct 10 15:29:30.773 INFO kablam! | ^^^^^ Oct 10 15:29:30.773 INFO kablam! Oct 10 15:29:30.773 INFO kablam! warning: variant is never constructed: `Suspend` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 8 | Suspend, Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: struct is never constructed: `Task` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:12:1 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 12 | pub struct Task<'task> { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: method is never used: `new` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:24:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 24 | pub fn new() -> Task<'task> { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: method is never used: `new_withframe` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:32:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 32 | pub fn new_withframe(frame: &'task Box, parent_task: Option>>) -> Task<'task> { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: method is never used: `restore_previous_frame_or_halt` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:40:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 40 | pub fn restore_previous_frame_or_halt(&mut self) -> bool { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: method is never used: `set_parent_task` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/task.rs:58:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 58 | pub fn set_parent_task(&mut self, task: Task<'task>) -> () { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: function is never used: `interpreter_step` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/interpreter.rs:6:1 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 6 | pub fn interpreter_step(task: &mut Task) -> bool { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: function is never used: `run_interpreter_step` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/interpreter.rs:13:1 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 13 | fn run_interpreter_step(frame: &Box, task: &mut Task) -> bool { Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 1 | / pub mod Bytecode { Oct 10 15:29:30.774 INFO kablam! 2 | | use std::vec; Oct 10 15:29:30.774 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 10 15:29:30.774 INFO kablam! 4 | | Oct 10 15:29:30.774 INFO kablam! ... | Oct 10 15:29:30.774 INFO kablam! 150 | | ]; Oct 10 15:29:30.774 INFO kablam! 151 | | } Oct 10 15:29:30.774 INFO kablam! | |_^ Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: constant `_stack_effect_depends_on_args` should have an upper case name such as `_STACK_EFFECT_DEPENDS_ON_ARGS` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 10 15:29:30.774 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 10 15:29:30.774 INFO kablam! 79 | | 0, // halt Oct 10 15:29:30.774 INFO kablam! 80 | | 1, // load_const Oct 10 15:29:30.774 INFO kablam! 81 | | 1, // load Oct 10 15:29:30.774 INFO kablam! ... | Oct 10 15:29:30.774 INFO kablam! 112 | | -2, // chan in Oct 10 15:29:30.774 INFO kablam! 113 | | ]; Oct 10 15:29:30.774 INFO kablam! | |______^ Oct 10 15:29:30.774 INFO kablam! Oct 10 15:29:30.774 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 10 15:29:30.774 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 10 15:29:30.774 INFO kablam! | Oct 10 15:29:30.774 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 10 15:29:30.774 INFO kablam! 116 | | 1, // halt Oct 10 15:29:30.774 INFO kablam! 117 | | 2, // load_const Oct 10 15:29:30.775 INFO kablam! 118 | | 2, // load Oct 10 15:29:30.775 INFO kablam! ... | Oct 10 15:29:30.775 INFO kablam! 149 | | 1, // chan in Oct 10 15:29:30.775 INFO kablam! 150 | | ]; Oct 10 15:29:30.775 INFO kablam! | |______^ Oct 10 15:29:30.775 INFO kablam! Oct 10 15:29:31.428 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 10 15:29:31.432 INFO kablam! su: No module specific data is present Oct 10 15:29:31.936 INFO running `"docker" "rm" "-f" "08f52eb97437ea7d9505afde3b7077c335c4caa2f7c181333e52d302c423689c"` Oct 10 15:29:32.320 INFO blam! 08f52eb97437ea7d9505afde3b7077c335c4caa2f7c181333e52d302c423689c Oct 10 15:29:32.340 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:29:32.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:29:32.838 INFO blam! 39e32c03378bb4b5cb390c5478c7cbc9c5c8c18625a93d6688b41bf812114aa0 Oct 10 15:29:32.840 INFO running `"docker" "start" "-a" "39e32c03378bb4b5cb390c5478c7cbc9c5c8c18625a93d6688b41bf812114aa0"` Oct 10 15:29:34.408 INFO kablam! usermod: no changes Oct 10 15:29:34.480 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 10 15:29:35.481 INFO kablam! warning: unused variable: `frame` Oct 10 15:29:35.481 INFO kablam! --> src/main.rs:11:9 Oct 10 15:29:35.481 INFO kablam! | Oct 10 15:29:35.481 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 10 15:29:35.481 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 10 15:29:35.482 INFO kablam! | Oct 10 15:29:35.482 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:29:35.482 INFO kablam! Oct 10 15:29:35.483 INFO kablam! warning: unused variable: `is_async` Oct 10 15:29:35.483 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 10 15:29:35.483 INFO kablam! | Oct 10 15:29:35.483 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 10 15:29:35.483 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 10 15:29:35.483 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variable does not need to be mutable Oct 10 15:29:35.545 INFO kablam! --> src/naulang/interpreter/interpreter.rs:37:13 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 37 | let mut load_const_method = MethodObject::new(vec!( Oct 10 15:29:35.545 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! | | Oct 10 15:29:35.545 INFO kablam! | help: remove this `mut` Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variant is never constructed: `String` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 6 | String(StringObject), Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variant is never constructed: `Float` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 8 | Float(FloatObject), Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variant is never constructed: `Boolean` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 9 | Boolean(BooleanObject), Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variant is never constructed: `Array` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: variant is never constructed: `Method` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 11 | Method(MethodObject<'o>), Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: method is never used: `create_new_frame` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: constant item is never used: `OR` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 9 | pub const OR :u32 = 4; Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: constant item is never used: `AND` Oct 10 15:29:35.545 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 10 15:29:35.545 INFO kablam! | Oct 10 15:29:35.545 INFO kablam! 10 | pub const AND :u32 = 5; Oct 10 15:29:35.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.545 INFO kablam! Oct 10 15:29:35.545 INFO kablam! warning: constant item is never used: `EQUAL` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `SUB` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `MUL` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `DIV` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `NOT` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `NEG` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `PRINT` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `INVOKE` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `RETURN` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 10 15:29:35.546 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 10 15:29:35.546 INFO kablam! | Oct 10 15:29:35.546 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 10 15:29:35.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.546 INFO kablam! Oct 10 15:29:35.546 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: constant item is never used: `MOD` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: constant item is never used: `DUP` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: method is never used: `get_literal_at` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: variant is never constructed: `Yield` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 7 | Yield, Oct 10 15:29:35.547 INFO kablam! | ^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.547 INFO kablam! warning: variant is never constructed: `Suspend` Oct 10 15:29:35.547 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 10 15:29:35.547 INFO kablam! | Oct 10 15:29:35.547 INFO kablam! 8 | Suspend, Oct 10 15:29:35.547 INFO kablam! | ^^^^^^^ Oct 10 15:29:35.547 INFO kablam! Oct 10 15:29:35.556 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 10 15:29:35.556 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 10 15:29:35.556 INFO kablam! | Oct 10 15:29:35.556 INFO kablam! 1 | / pub mod Bytecode { Oct 10 15:29:35.556 INFO kablam! 2 | | use std::vec; Oct 10 15:29:35.556 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 10 15:29:35.556 INFO kablam! 4 | | Oct 10 15:29:35.556 INFO kablam! ... | Oct 10 15:29:35.556 INFO kablam! 150 | | ]; Oct 10 15:29:35.556 INFO kablam! 151 | | } Oct 10 15:29:35.556 INFO kablam! | |_^ Oct 10 15:29:35.556 INFO kablam! | Oct 10 15:29:35.556 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:29:35.556 INFO kablam! Oct 10 15:29:35.557 INFO kablam! warning: constant `_stack_effect_depends_on_args` should have an upper case name such as `_STACK_EFFECT_DEPENDS_ON_ARGS` Oct 10 15:29:35.557 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 10 15:29:35.557 INFO kablam! | Oct 10 15:29:35.557 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 10 15:29:35.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:29:35.557 INFO kablam! Oct 10 15:29:35.557 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 10 15:29:35.557 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 10 15:29:35.557 INFO kablam! | Oct 10 15:29:35.557 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 10 15:29:35.557 INFO kablam! 79 | | 0, // halt Oct 10 15:29:35.557 INFO kablam! 80 | | 1, // load_const Oct 10 15:29:35.557 INFO kablam! 81 | | 1, // load Oct 10 15:29:35.557 INFO kablam! ... | Oct 10 15:29:35.557 INFO kablam! 112 | | -2, // chan in Oct 10 15:29:35.557 INFO kablam! 113 | | ]; Oct 10 15:29:35.557 INFO kablam! | |______^ Oct 10 15:29:35.557 INFO kablam! Oct 10 15:29:35.557 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 10 15:29:35.557 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 10 15:29:35.557 INFO kablam! | Oct 10 15:29:35.557 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 10 15:29:35.557 INFO kablam! 116 | | 1, // halt Oct 10 15:29:35.557 INFO kablam! 117 | | 2, // load_const Oct 10 15:29:35.557 INFO kablam! 118 | | 2, // load Oct 10 15:29:35.557 INFO kablam! ... | Oct 10 15:29:35.557 INFO kablam! 149 | | 1, // chan in Oct 10 15:29:35.557 INFO kablam! 150 | | ]; Oct 10 15:29:35.557 INFO kablam! | |______^ Oct 10 15:29:35.557 INFO kablam! Oct 10 15:29:36.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 10 15:29:36.424 INFO kablam! su: No module specific data is present Oct 10 15:29:37.190 INFO running `"docker" "rm" "-f" "39e32c03378bb4b5cb390c5478c7cbc9c5c8c18625a93d6688b41bf812114aa0"` Oct 10 15:29:37.436 INFO blam! 39e32c03378bb4b5cb390c5478c7cbc9c5c8c18625a93d6688b41bf812114aa0 Oct 10 15:29:37.446 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:29:37.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:29:37.827 INFO blam! 173672285ada1aa93d7c1bc206e39d066ca76ed4b0c92f48bde0501ea131a098 Oct 10 15:29:37.834 INFO running `"docker" "start" "-a" "173672285ada1aa93d7c1bc206e39d066ca76ed4b0c92f48bde0501ea131a098"` Oct 10 15:29:39.111 INFO kablam! usermod: no changes Oct 10 15:29:39.184 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 15:29:39.184 INFO kablam! Running /target/debug/deps/naulang_runtime-5ac624bb2905b155 Oct 10 15:29:39.187 INFO blam! Oct 10 15:29:39.187 INFO blam! running 11 tests Oct 10 15:29:39.187 INFO blam! test naulang::interpreter::interpreter::tests::test_interpreter_step_task_load_const ... ignored Oct 10 15:29:39.188 INFO blam! test naulang::interpreter::task::tests::test_restore_previous_frame ... ok Oct 10 15:29:39.188 INFO blam! test naulang::interpreter::task::tests::test_new_task_state ... ok Oct 10 15:29:39.188 INFO blam! test naulang::interpreter::interpreter::tests::test_interepreter_step_task_halt ... ok Oct 10 15:29:39.188 INFO blam! test naulang::interpreter::frame::tests::test_push_peek_pop ... ok Oct 10 15:29:39.188 INFO blam! test naulang::objectspace::method::tests::test_get_bytecode ... ok Oct 10 15:29:39.188 INFO blam! test naulang::objectspace::method::tests::test_get_literal_at ... ok Oct 10 15:29:39.188 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth2 ... ok Oct 10 15:29:39.189 INFO blam! test naulang::interpreter::task::tests::test_set_parent_task ... ok Oct 10 15:29:39.189 INFO blam! test naulang::interpreter::frame::tests::test_set_get_local_at ... ok Oct 10 15:29:39.189 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth ... ok Oct 10 15:29:39.189 INFO blam! Oct 10 15:29:39.189 INFO blam! test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 10 15:29:39.189 INFO blam! Oct 10 15:29:39.192 INFO kablam! su: No module specific data is present Oct 10 15:29:40.218 INFO running `"docker" "rm" "-f" "173672285ada1aa93d7c1bc206e39d066ca76ed4b0c92f48bde0501ea131a098"` Oct 10 15:29:40.521 INFO blam! 173672285ada1aa93d7c1bc206e39d066ca76ed4b0c92f48bde0501ea131a098