Oct 13 01:33:28.713 INFO testing samgiles/naulang-runtime against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:33:28.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:33:29.389 INFO blam! c971db57b09f6a2a344c97edf33a317d9d7b0051386118e87f2e4e7ff04507be Oct 13 01:33:29.390 INFO running `"docker" "start" "-a" "c971db57b09f6a2a344c97edf33a317d9d7b0051386118e87f2e4e7ff04507be"` Oct 13 01:33:31.163 INFO kablam! usermod: no changes Oct 13 01:33:31.263 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 13 01:33:31.680 INFO kablam! warning: unused variable: `frame` Oct 13 01:33:31.680 INFO kablam! --> src/main.rs:11:9 Oct 13 01:33:31.681 INFO kablam! | Oct 13 01:33:31.681 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 13 01:33:31.681 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 01:33:31.681 INFO kablam! | Oct 13 01:33:31.681 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:31.681 INFO kablam! Oct 13 01:33:31.681 INFO kablam! warning: unused variable: `is_async` Oct 13 01:33:31.681 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 13 01:33:31.681 INFO kablam! | Oct 13 01:33:31.681 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:31.681 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 13 01:33:31.681 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `String` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 6 | String(StringObject), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `Integer` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:7:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 7 | Integer(IntegerObject), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `Float` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 8 | Float(FloatObject), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `Boolean` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 9 | Boolean(BooleanObject), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `Array` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: variant is never constructed: `Method` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 11 | Method(MethodObject<'o>), Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: method is never used: `new` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:36:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 36 | pub fn new(value: i32) -> IntegerObject { Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: method is never used: `get_value` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/primitives.rs:42:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 42 | pub fn get_value(&self) -> i32 { self.value } Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: method is never used: `get_bytecode` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/method.rs:31:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 31 | pub fn get_bytecode(&self, at_point: usize) -> u32 { Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/method.rs:35:5 Oct 13 01:33:31.697 INFO kablam! | Oct 13 01:33:31.697 INFO kablam! 35 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:31.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.697 INFO kablam! Oct 13 01:33:31.697 INFO kablam! warning: method is never used: `create_new_frame` Oct 13 01:33:31.697 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `LOAD_CONST` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:6:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 6 | pub const LOAD_CONST :u32 = 1; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `LOAD` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:7:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 7 | pub const LOAD :u32 = 2; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `STORE` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:8:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 8 | pub const STORE :u32 = 3; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `OR` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 9 | pub const OR :u32 = 4; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `AND` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 10 | pub const AND :u32 = 5; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `EQUAL` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `GREATER_THAN` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:15:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 15 | pub const GREATER_THAN :u32 = 10; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `ADD` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:17:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 17 | pub const ADD :u32 = 12; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `SUB` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.698 INFO kablam! warning: constant item is never used: `MUL` Oct 13 01:33:31.698 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 13 01:33:31.698 INFO kablam! | Oct 13 01:33:31.698 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 13 01:33:31.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.698 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `DIV` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `NOT` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `NEG` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `JUMP_IF_FALSE` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:23:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 23 | pub const JUMP_IF_FALSE :u32 = 18; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `JUMP` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:24:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 24 | pub const JUMP :u32 = 19; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `PRINT` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `INVOKE` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `RETURN` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `MOD` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.699 INFO kablam! Oct 13 01:33:31.699 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 13 01:33:31.699 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 13 01:33:31.699 INFO kablam! | Oct 13 01:33:31.699 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 13 01:33:31.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: constant item is never used: `DUP` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: constant item is never used: `CHAN_OUT` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/bytecode.rs:37:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 37 | pub const CHAN_OUT :u32 = 32; Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: constant item is never used: `CHAN_IN` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/bytecode.rs:38:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 38 | pub const CHAN_IN :u32 = 33; Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `pop` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:45:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 45 | pub fn pop(&mut self) -> Option> { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `push` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:49:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 49 | pub fn push(&mut self, object: Object<'f>) -> () { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `peek` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:53:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 53 | pub fn peek(&self) -> Option<&Object> { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `stack_height` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:58:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 58 | pub fn stack_height(&self) -> usize { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `set_local_at` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:62:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 62 | pub fn set_local_at(&mut self, index: usize, object: Object<'f>) -> () { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `get_local_at` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:66:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 66 | pub fn get_local_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: variant is never constructed: `Continue` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/task.rs:5:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 5 | Continue, Oct 13 01:33:31.700 INFO kablam! | ^^^^^^^^ Oct 13 01:33:31.700 INFO kablam! Oct 13 01:33:31.700 INFO kablam! warning: variant is never constructed: `Halt` Oct 13 01:33:31.700 INFO kablam! --> src/naulang/interpreter/task.rs:6:5 Oct 13 01:33:31.700 INFO kablam! | Oct 13 01:33:31.700 INFO kablam! 6 | Halt, Oct 13 01:33:31.701 INFO kablam! | ^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: variant is never constructed: `Yield` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 7 | Yield, Oct 13 01:33:31.701 INFO kablam! | ^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: variant is never constructed: `Suspend` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 8 | Suspend, Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: struct is never constructed: `Task` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:12:1 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 12 | pub struct Task<'task> { Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: method is never used: `new` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:24:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 24 | pub fn new() -> Task<'task> { Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: method is never used: `new_withframe` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:32:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 32 | pub fn new_withframe(frame: &'task Box, parent_task: Option>>) -> Task<'task> { Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: method is never used: `restore_previous_frame_or_halt` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:40:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 40 | pub fn restore_previous_frame_or_halt(&mut self) -> bool { Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: method is never used: `set_parent_task` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/task.rs:58:5 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 58 | pub fn set_parent_task(&mut self, task: Task<'task>) -> () { Oct 13 01:33:31.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.701 INFO kablam! Oct 13 01:33:31.701 INFO kablam! warning: function is never used: `interpreter_step` Oct 13 01:33:31.701 INFO kablam! --> src/naulang/interpreter/interpreter.rs:6:1 Oct 13 01:33:31.701 INFO kablam! | Oct 13 01:33:31.701 INFO kablam! 6 | pub fn interpreter_step(task: &mut Task) -> bool { Oct 13 01:33:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:31.703 INFO kablam! warning: function is never used: `run_interpreter_step` Oct 13 01:33:31.703 INFO kablam! --> src/naulang/interpreter/interpreter.rs:13:1 Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! 13 | fn run_interpreter_step(frame: &Box, task: &mut Task) -> bool { Oct 13 01:33:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:31.703 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 13 01:33:31.703 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! 1 | / pub mod Bytecode { Oct 13 01:33:31.703 INFO kablam! 2 | | use std::vec; Oct 13 01:33:31.703 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:31.703 INFO kablam! 4 | | Oct 13 01:33:31.703 INFO kablam! ... | Oct 13 01:33:31.703 INFO kablam! 150 | | ]; Oct 13 01:33:31.703 INFO kablam! 151 | | } Oct 13 01:33:31.703 INFO kablam! | |_^ Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:31.703 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:31.703 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:31.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:31.703 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 13 01:33:31.703 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 13 01:33:31.703 INFO kablam! 79 | | 0, // halt Oct 13 01:33:31.703 INFO kablam! 80 | | 1, // load_const Oct 13 01:33:31.703 INFO kablam! 81 | | 1, // load Oct 13 01:33:31.703 INFO kablam! ... | Oct 13 01:33:31.703 INFO kablam! 112 | | -2, // chan in Oct 13 01:33:31.703 INFO kablam! 113 | | ]; Oct 13 01:33:31.703 INFO kablam! | |______^ Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:31.703 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 13 01:33:31.703 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 13 01:33:31.703 INFO kablam! | Oct 13 01:33:31.703 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 13 01:33:31.703 INFO kablam! 116 | | 1, // halt Oct 13 01:33:31.703 INFO kablam! 117 | | 2, // load_const Oct 13 01:33:31.703 INFO kablam! 118 | | 2, // load Oct 13 01:33:31.703 INFO kablam! ... | Oct 13 01:33:31.703 INFO kablam! 149 | | 1, // chan in Oct 13 01:33:31.703 INFO kablam! 150 | | ]; Oct 13 01:33:31.703 INFO kablam! | |______^ Oct 13 01:33:31.703 INFO kablam! Oct 13 01:33:32.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 13 01:33:32.503 INFO kablam! su: No module specific data is present Oct 13 01:33:33.767 INFO running `"docker" "rm" "-f" "c971db57b09f6a2a344c97edf33a317d9d7b0051386118e87f2e4e7ff04507be"` Oct 13 01:33:34.139 INFO blam! c971db57b09f6a2a344c97edf33a317d9d7b0051386118e87f2e4e7ff04507be Oct 13 01:33:34.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:33:34.830 INFO blam! edccbcc45ca52718d97a0cb3c8525dc38e0025a94560ca7493bb8220aff7331a Oct 13 01:33:34.832 INFO running `"docker" "start" "-a" "edccbcc45ca52718d97a0cb3c8525dc38e0025a94560ca7493bb8220aff7331a"` Oct 13 01:33:36.719 INFO kablam! usermod: no changes Oct 13 01:33:36.819 INFO kablam! Compiling naulang_runtime v0.1.0 (/source) Oct 13 01:33:37.376 INFO kablam! warning: unused variable: `frame` Oct 13 01:33:37.376 INFO kablam! --> src/main.rs:11:9 Oct 13 01:33:37.376 INFO kablam! | Oct 13 01:33:37.377 INFO kablam! 11 | let frame = Frame::new(FrameInfo { Oct 13 01:33:37.377 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 01:33:37.377 INFO kablam! | Oct 13 01:33:37.377 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:33:37.378 INFO kablam! Oct 13 01:33:37.378 INFO kablam! warning: unused variable: `is_async` Oct 13 01:33:37.378 INFO kablam! --> src/naulang/objectspace/method.rs:40:70 Oct 13 01:33:37.379 INFO kablam! | Oct 13 01:33:37.379 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:37.379 INFO kablam! | ^^^^^^^^ help: consider using `_is_async` instead Oct 13 01:33:37.379 INFO kablam! Oct 13 01:33:37.400 INFO kablam! warning: variable does not need to be mutable Oct 13 01:33:37.400 INFO kablam! --> src/naulang/interpreter/interpreter.rs:37:13 Oct 13 01:33:37.400 INFO kablam! | Oct 13 01:33:37.400 INFO kablam! 37 | let mut load_const_method = MethodObject::new(vec!( Oct 13 01:33:37.401 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.401 INFO kablam! | | Oct 13 01:33:37.401 INFO kablam! | help: remove this `mut` Oct 13 01:33:37.402 INFO kablam! | Oct 13 01:33:37.402 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:33:37.402 INFO kablam! Oct 13 01:33:37.403 INFO kablam! warning: variant is never constructed: `String` Oct 13 01:33:37.403 INFO kablam! --> src/naulang/objectspace/primitives.rs:6:5 Oct 13 01:33:37.403 INFO kablam! | Oct 13 01:33:37.404 INFO kablam! 6 | String(StringObject), Oct 13 01:33:37.404 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.404 INFO kablam! | Oct 13 01:33:37.405 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:33:37.405 INFO kablam! Oct 13 01:33:37.405 INFO kablam! warning: variant is never constructed: `Float` Oct 13 01:33:37.405 INFO kablam! --> src/naulang/objectspace/primitives.rs:8:5 Oct 13 01:33:37.406 INFO kablam! | Oct 13 01:33:37.406 INFO kablam! 8 | Float(FloatObject), Oct 13 01:33:37.406 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.406 INFO kablam! Oct 13 01:33:37.407 INFO kablam! warning: variant is never constructed: `Boolean` Oct 13 01:33:37.407 INFO kablam! --> src/naulang/objectspace/primitives.rs:9:5 Oct 13 01:33:37.407 INFO kablam! | Oct 13 01:33:37.408 INFO kablam! 9 | Boolean(BooleanObject), Oct 13 01:33:37.408 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.408 INFO kablam! Oct 13 01:33:37.408 INFO kablam! warning: variant is never constructed: `Array` Oct 13 01:33:37.409 INFO kablam! --> src/naulang/objectspace/primitives.rs:10:5 Oct 13 01:33:37.409 INFO kablam! | Oct 13 01:33:37.409 INFO kablam! 10 | Array(ArrayObject<'o>), Oct 13 01:33:37.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.410 INFO kablam! Oct 13 01:33:37.410 INFO kablam! warning: variant is never constructed: `Method` Oct 13 01:33:37.410 INFO kablam! --> src/naulang/objectspace/primitives.rs:11:5 Oct 13 01:33:37.411 INFO kablam! | Oct 13 01:33:37.411 INFO kablam! 11 | Method(MethodObject<'o>), Oct 13 01:33:37.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.411 INFO kablam! Oct 13 01:33:37.412 INFO kablam! warning: method is never used: `create_new_frame` Oct 13 01:33:37.412 INFO kablam! --> src/naulang/objectspace/method.rs:40:5 Oct 13 01:33:37.412 INFO kablam! | Oct 13 01:33:37.413 INFO kablam! 40 | fn create_new_frame<'a>(&'a self, mut previous_frame: Frame<'a>, is_async: bool) -> Box { Oct 13 01:33:37.413 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.413 INFO kablam! Oct 13 01:33:37.413 INFO kablam! warning: constant item is never used: `OR` Oct 13 01:33:37.414 INFO kablam! --> src/naulang/interpreter/bytecode.rs:9:5 Oct 13 01:33:37.414 INFO kablam! | Oct 13 01:33:37.414 INFO kablam! 9 | pub const OR :u32 = 4; Oct 13 01:33:37.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.415 INFO kablam! Oct 13 01:33:37.415 INFO kablam! warning: constant item is never used: `AND` Oct 13 01:33:37.415 INFO kablam! --> src/naulang/interpreter/bytecode.rs:10:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 10 | pub const AND :u32 = 5; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `EQUAL` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:11:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 11 | pub const EQUAL :u32 = 6; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `NOT_EQUAL` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:12:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 12 | pub const NOT_EQUAL :u32 = 7; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `LESS_THAN` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:13:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 13 | pub const LESS_THAN :u32 = 8; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `LESS_THAN_EQ` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:14:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 14 | pub const LESS_THAN_EQ :u32 = 9; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `GREATER_THAN_EQ` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:16:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 16 | pub const GREATER_THAN_EQ :u32 = 11; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `SUB` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:18:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 18 | pub const SUB :u32 = 13; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `MUL` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:19:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 19 | pub const MUL :u32 = 14; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `DIV` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:20:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 20 | pub const DIV :u32 = 15; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `NOT` Oct 13 01:33:37.416 INFO kablam! --> src/naulang/interpreter/bytecode.rs:21:5 Oct 13 01:33:37.416 INFO kablam! | Oct 13 01:33:37.416 INFO kablam! 21 | pub const NOT :u32 = 16; Oct 13 01:33:37.416 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.416 INFO kablam! Oct 13 01:33:37.416 INFO kablam! warning: constant item is never used: `NEG` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:22:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 22 | pub const NEG :u32 = 17; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `PRINT` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:25:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 25 | pub const PRINT :u32 = 20; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `INVOKE` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:26:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 26 | pub const INVOKE :u32 = 21; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `RETURN` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:27:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 27 | pub const RETURN :u32 = 22; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `ARRAY_LOAD` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:28:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 28 | pub const ARRAY_LOAD :u32 = 23; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `ARRAY_STORE` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:29:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 29 | pub const ARRAY_STORE :u32 = 24; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `STORE_DYNAMIC` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:30:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 30 | pub const STORE_DYNAMIC :u32 = 25; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `LOAD_DYNAMIC` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:31:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 31 | pub const LOAD_DYNAMIC :u32 = 26; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `INVOKE_GLOBAL` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:32:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 32 | pub const INVOKE_GLOBAL :u32 = 27; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `MOD` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:33:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 33 | pub const MOD :u32 = 28; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `COPY_LOCAL` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:34:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 34 | pub const COPY_LOCAL :u32 = 29; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `DUP` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:35:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 35 | pub const DUP :u32 = 30; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: constant item is never used: `INVOKE_ASYNC` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/bytecode.rs:36:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 36 | pub const INVOKE_ASYNC :u32 = 31; Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: method is never used: `get_literal_at` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/frame.rs:70:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 70 | pub fn get_literal_at(&self, index: usize) -> Option<&Object> { Oct 13 01:33:37.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.417 INFO kablam! warning: variant is never constructed: `Yield` Oct 13 01:33:37.417 INFO kablam! --> src/naulang/interpreter/task.rs:7:5 Oct 13 01:33:37.417 INFO kablam! | Oct 13 01:33:37.417 INFO kablam! 7 | Yield, Oct 13 01:33:37.417 INFO kablam! | ^^^^^ Oct 13 01:33:37.417 INFO kablam! Oct 13 01:33:37.418 INFO kablam! warning: variant is never constructed: `Suspend` Oct 13 01:33:37.418 INFO kablam! --> src/naulang/interpreter/task.rs:8:5 Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! 8 | Suspend, Oct 13 01:33:37.418 INFO kablam! | ^^^^^^^ Oct 13 01:33:37.418 INFO kablam! Oct 13 01:33:37.418 INFO kablam! warning: module `Bytecode` should have a snake case name such as `bytecode` Oct 13 01:33:37.418 INFO kablam! --> src/naulang/interpreter/bytecode.rs:1:1 Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! 1 | / pub mod Bytecode { Oct 13 01:33:37.418 INFO kablam! 2 | | use std::vec; Oct 13 01:33:37.418 INFO kablam! 3 | | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:37.418 INFO kablam! 4 | | Oct 13 01:33:37.418 INFO kablam! ... | Oct 13 01:33:37.418 INFO kablam! 150 | | ]; Oct 13 01:33:37.418 INFO kablam! 151 | | } Oct 13 01:33:37.418 INFO kablam! | |_^ Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:33:37.418 INFO kablam! Oct 13 01:33:37.418 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:37.418 INFO kablam! --> src/naulang/interpreter/bytecode.rs:3:5 Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! 3 | const _stack_effect_depends_on_args: i32 = -9999; Oct 13 01:33:37.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:33:37.418 INFO kablam! Oct 13 01:33:37.418 INFO kablam! warning: constant `stack_effects` should have an upper case name such as `STACK_EFFECTS` Oct 13 01:33:37.418 INFO kablam! --> src/naulang/interpreter/bytecode.rs:78:5 Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! 78 | / const stack_effects: [i32; 34] = [ Oct 13 01:33:37.418 INFO kablam! 79 | | 0, // halt Oct 13 01:33:37.418 INFO kablam! 80 | | 1, // load_const Oct 13 01:33:37.418 INFO kablam! 81 | | 1, // load Oct 13 01:33:37.418 INFO kablam! ... | Oct 13 01:33:37.418 INFO kablam! 112 | | -2, // chan in Oct 13 01:33:37.418 INFO kablam! 113 | | ]; Oct 13 01:33:37.418 INFO kablam! | |______^ Oct 13 01:33:37.418 INFO kablam! Oct 13 01:33:37.418 INFO kablam! warning: constant `bytecode_lengths` should have an upper case name such as `BYTECODE_LENGTHS` Oct 13 01:33:37.418 INFO kablam! --> src/naulang/interpreter/bytecode.rs:115:5 Oct 13 01:33:37.418 INFO kablam! | Oct 13 01:33:37.418 INFO kablam! 115 | / const bytecode_lengths: [usize; 34] = [ Oct 13 01:33:37.418 INFO kablam! 116 | | 1, // halt Oct 13 01:33:37.418 INFO kablam! 117 | | 2, // load_const Oct 13 01:33:37.418 INFO kablam! 118 | | 2, // load Oct 13 01:33:37.418 INFO kablam! ... | Oct 13 01:33:37.418 INFO kablam! 149 | | 1, // chan in Oct 13 01:33:37.418 INFO kablam! 150 | | ]; Oct 13 01:33:37.418 INFO kablam! | |______^ Oct 13 01:33:37.418 INFO kablam! Oct 13 01:33:38.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 13 01:33:38.316 INFO kablam! su: No module specific data is present Oct 13 01:33:39.323 INFO running `"docker" "rm" "-f" "edccbcc45ca52718d97a0cb3c8525dc38e0025a94560ca7493bb8220aff7331a"` Oct 13 01:33:39.861 INFO blam! edccbcc45ca52718d97a0cb3c8525dc38e0025a94560ca7493bb8220aff7331a Oct 13 01:33:39.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 01:33:40.758 INFO blam! 4a9ac2975d05aa3a620d88666d6318fde799306f36c2c609b7eb263304d124c0 Oct 13 01:33:40.760 INFO running `"docker" "start" "-a" "4a9ac2975d05aa3a620d88666d6318fde799306f36c2c609b7eb263304d124c0"` Oct 13 01:33:42.208 INFO kablam! usermod: no changes Oct 13 01:33:42.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 01:33:42.268 INFO kablam! Running /target/debug/deps/naulang_runtime-977398d7138f5057 Oct 13 01:33:42.272 INFO blam! Oct 13 01:33:42.272 INFO blam! running 11 tests Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::interpreter::tests::test_interpreter_step_task_load_const ... ignored Oct 13 01:33:42.283 INFO kablam! su: No module specific data is present Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth2 ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::frame::tests::test_push_peek_pop ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::bytecode::test::test_calculate_stack_depth ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::task::tests::test_restore_previous_frame ... ok Oct 13 01:33:42.283 INFO blam! test naulang::objectspace::method::tests::test_get_bytecode ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::task::tests::test_set_parent_task ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::task::tests::test_new_task_state ... ok Oct 13 01:33:42.283 INFO blam! test naulang::objectspace::method::tests::test_get_literal_at ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::frame::tests::test_set_get_local_at ... ok Oct 13 01:33:42.283 INFO blam! test naulang::interpreter::interpreter::tests::test_interepreter_step_task_halt ... ok Oct 13 01:33:42.283 INFO blam! Oct 13 01:33:42.283 INFO blam! test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 13 01:33:42.283 INFO blam! Oct 13 01:33:43.173 INFO running `"docker" "rm" "-f" "4a9ac2975d05aa3a620d88666d6318fde799306f36c2c609b7eb263304d124c0"` Oct 13 01:33:43.427 INFO blam! 4a9ac2975d05aa3a620d88666d6318fde799306f36c2c609b7eb263304d124c0