Oct 14 19:10:03.658 INFO testing hansihe/beam_code against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:10:03.658 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:10:04.048 INFO blam! d6c984a95eee317fd30a006b674cfa70bf68b88800f9134a4391891838e946e5 Oct 14 19:10:04.050 INFO running `"docker" "start" "-a" "d6c984a95eee317fd30a006b674cfa70bf68b88800f9134a4391891838e946e5"` Oct 14 19:10:04.948 INFO kablam! usermod: no changes Oct 14 19:10:05.090 INFO kablam! Compiling either v1.1.0 Oct 14 19:10:05.090 INFO kablam! Compiling memchr v1.0.1 Oct 14 19:10:05.090 INFO kablam! Compiling num-complex v0.1.38 Oct 14 19:10:05.090 INFO kablam! Compiling libflate v0.1.9 Oct 14 19:10:05.091 INFO kablam! Compiling string-intern v0.1.6 Oct 14 19:10:05.091 INFO kablam! Compiling num-bigint v0.1.39 Oct 14 19:10:05.835 INFO kablam! Compiling itertools v0.6.0 Oct 14 19:10:06.707 INFO kablam! Compiling aho-corasick v0.6.3 Oct 14 19:10:09.789 INFO kablam! Compiling regex v0.2.2 Oct 14 19:10:10.959 INFO kablam! Compiling num-rational v0.1.38 Oct 14 19:10:11.860 INFO kablam! Compiling beam_file v0.2.2 Oct 14 19:10:13.189 INFO kablam! Compiling num v0.1.39 Oct 14 19:10:13.743 INFO kablam! Compiling eetf v0.3.6 Oct 14 19:10:17.519 INFO kablam! Compiling beam_code v0.1.0 (/source) Oct 14 19:10:18.159 INFO kablam! warning: unused import: `::std::rc::Rc` Oct 14 19:10:18.159 INFO kablam! --> src/op.rs:6:5 Oct 14 19:10:18.159 INFO kablam! | Oct 14 19:10:18.159 INFO kablam! 6 | use ::std::rc::Rc; Oct 14 19:10:18.159 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:18.159 INFO kablam! | Oct 14 19:10:18.159 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:18.159 INFO kablam! Oct 14 19:10:18.175 INFO kablam! warning: unused import: `Literal` Oct 14 19:10:18.175 INFO kablam! --> src/ssa/mod.rs:5:52 Oct 14 19:10:18.175 INFO kablam! | Oct 14 19:10:18.175 INFO kablam! 5 | use ::op::{ Op, LabelId, Register, OpKind, Source, Literal }; Oct 14 19:10:18.175 INFO kablam! | ^^^^^^^ Oct 14 19:10:18.175 INFO kablam! Oct 14 19:10:18.175 INFO kablam! warning: unused import: `::std::hash::Hash` Oct 14 19:10:18.175 INFO kablam! --> src/ssa/representation.rs:5:5 Oct 14 19:10:18.175 INFO kablam! | Oct 14 19:10:18.175 INFO kablam! 5 | use ::std::hash::Hash; Oct 14 19:10:18.175 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:18.175 INFO kablam! Oct 14 19:10:18.175 INFO kablam! warning: unused import: `::std::fmt::Debug` Oct 14 19:10:18.175 INFO kablam! --> src/graph/dfs.rs:2:5 Oct 14 19:10:18.175 INFO kablam! | Oct 14 19:10:18.175 INFO kablam! 2 | use ::std::fmt::Debug; Oct 14 19:10:18.175 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:18.175 INFO kablam! Oct 14 19:10:18.175 INFO kablam! warning: unused import: `GraphAccessor` Oct 14 19:10:18.175 INFO kablam! --> src/graph/dfs.rs:5:14 Oct 14 19:10:18.175 INFO kablam! | Oct 14 19:10:18.175 INFO kablam! 5 | use super::{ GraphAccessor, GraphDfs }; Oct 14 19:10:18.175 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:18.175 INFO kablam! Oct 14 19:10:18.803 INFO kablam! warning: unused variable: `atom_num` Oct 14 19:10:18.803 INFO kablam! --> src/beam_module.rs:218:9 Oct 14 19:10:18.803 INFO kablam! | Oct 14 19:10:18.804 INFO kablam! 218 | for atom_num in 0..len { Oct 14 19:10:18.804 INFO kablam! | ^^^^^^^^ help: consider using `_atom_num` instead Oct 14 19:10:18.804 INFO kablam! | Oct 14 19:10:18.804 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:10:18.804 INFO kablam! Oct 14 19:10:19.154 INFO kablam! warning: method is never used: `x_reg` Oct 14 19:10:19.154 INFO kablam! --> src/op.rs:687:5 Oct 14 19:10:19.154 INFO kablam! | Oct 14 19:10:19.154 INFO kablam! 687 | fn x_reg(num: u32) -> Source { Oct 14 19:10:19.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:19.154 INFO kablam! | Oct 14 19:10:19.154 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:10:19.154 INFO kablam! Oct 14 19:10:19.157 INFO kablam! warning: type alias is never used: `GraphAccessor` Oct 14 19:10:19.157 INFO kablam! --> src/graph/mod.rs:14:1 Oct 14 19:10:19.157 INFO kablam! | Oct 14 19:10:19.157 INFO kablam! 14 | pub type GraphAccessor = Fn(NodeId, usize) -> Option; Oct 14 19:10:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:19.157 INFO kablam! Oct 14 19:10:24.503 INFO kablam! warning: unused import: `::std::rc::Rc` Oct 14 19:10:24.503 INFO kablam! --> src/op.rs:6:5 Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! 6 | use ::std::rc::Rc; Oct 14 19:10:24.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:24.503 INFO kablam! Oct 14 19:10:24.503 INFO kablam! warning: unused import: `Literal` Oct 14 19:10:24.503 INFO kablam! --> src/ssa/mod.rs:5:52 Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! 5 | use ::op::{ Op, LabelId, Register, OpKind, Source, Literal }; Oct 14 19:10:24.503 INFO kablam! | ^^^^^^^ Oct 14 19:10:24.503 INFO kablam! Oct 14 19:10:24.503 INFO kablam! warning: unused import: `::std::hash::Hash` Oct 14 19:10:24.503 INFO kablam! --> src/ssa/representation.rs:5:5 Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! 5 | use ::std::hash::Hash; Oct 14 19:10:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:24.503 INFO kablam! Oct 14 19:10:24.503 INFO kablam! warning: unused import: `::std::fmt::Debug` Oct 14 19:10:24.503 INFO kablam! --> src/graph/dfs.rs:2:5 Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! 2 | use ::std::fmt::Debug; Oct 14 19:10:24.503 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:24.503 INFO kablam! Oct 14 19:10:24.503 INFO kablam! warning: unused import: `GraphAccessor` Oct 14 19:10:24.503 INFO kablam! --> src/graph/dfs.rs:5:14 Oct 14 19:10:24.503 INFO kablam! | Oct 14 19:10:24.503 INFO kablam! 5 | use super::{ GraphAccessor, GraphDfs }; Oct 14 19:10:24.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:24.503 INFO kablam! Oct 14 19:10:25.435 INFO kablam! warning: unused variable: `atom_num` Oct 14 19:10:25.436 INFO kablam! --> src/beam_module.rs:218:9 Oct 14 19:10:25.436 INFO kablam! | Oct 14 19:10:25.436 INFO kablam! 218 | for atom_num in 0..len { Oct 14 19:10:25.436 INFO kablam! | ^^^^^^^^ help: consider using `_atom_num` instead Oct 14 19:10:25.437 INFO kablam! | Oct 14 19:10:25.437 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:10:25.437 INFO kablam! Oct 14 19:10:25.876 INFO kablam! warning: method is never used: `with_reads_labels` Oct 14 19:10:25.876 INFO kablam! --> src/op.rs:32:5 Oct 14 19:10:25.877 INFO kablam! | Oct 14 19:10:25.877 INFO kablam! 32 | pub fn with_reads_labels(kind: OpKind, reads: Vec, labels: Vec) -> Self { Oct 14 19:10:25.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:25.877 INFO kablam! | Oct 14 19:10:25.878 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:10:25.878 INFO kablam! Oct 14 19:10:25.879 INFO kablam! warning: variant is never constructed: `CaseEnd` Oct 14 19:10:25.879 INFO kablam! --> src/op.rs:156:5 Oct 14 19:10:25.879 INFO kablam! | Oct 14 19:10:25.880 INFO kablam! 156 | CaseEnd, Oct 14 19:10:25.880 INFO kablam! | ^^^^^^^ Oct 14 19:10:25.880 INFO kablam! Oct 14 19:10:25.880 INFO kablam! warning: method is never used: `x_reg` Oct 14 19:10:25.881 INFO kablam! --> src/op.rs:687:5 Oct 14 19:10:25.881 INFO kablam! | Oct 14 19:10:25.881 INFO kablam! 687 | fn x_reg(num: u32) -> Source { Oct 14 19:10:25.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:25.882 INFO kablam! Oct 14 19:10:25.882 INFO kablam! warning: method is never used: `get_register` Oct 14 19:10:25.882 INFO kablam! --> src/op.rs:691:5 Oct 14 19:10:25.882 INFO kablam! | Oct 14 19:10:25.883 INFO kablam! 691 | pub fn get_register(&self) -> Register { Oct 14 19:10:25.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:25.883 INFO kablam! Oct 14 19:10:25.883 INFO kablam! warning: method is never used: `get_register` Oct 14 19:10:25.884 INFO kablam! --> src/ssa/representation.rs:63:5 Oct 14 19:10:25.884 INFO kablam! | Oct 14 19:10:25.884 INFO kablam! 63 | pub fn get_register(&self) -> SSARegister { Oct 14 19:10:25.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:25.884 INFO kablam! Oct 14 19:10:25.884 INFO kablam! warning: type alias is never used: `GraphAccessor` Oct 14 19:10:25.884 INFO kablam! --> src/graph/mod.rs:14:1 Oct 14 19:10:25.884 INFO kablam! | Oct 14 19:10:25.884 INFO kablam! 14 | pub type GraphAccessor = Fn(NodeId, usize) -> Option; Oct 14 19:10:25.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:25.884 INFO kablam! Oct 14 19:10:34.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.22s Oct 14 19:10:34.207 INFO kablam! su: No module specific data is present Oct 14 19:10:35.299 INFO running `"docker" "rm" "-f" "d6c984a95eee317fd30a006b674cfa70bf68b88800f9134a4391891838e946e5"` Oct 14 19:10:35.540 INFO blam! d6c984a95eee317fd30a006b674cfa70bf68b88800f9134a4391891838e946e5 Oct 14 19:10:35.547 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:10:36.040 INFO blam! 46c3493e05d8a5aa257d92990a397352474632bdcb58bc368d36a6222617e01c Oct 14 19:10:36.055 INFO running `"docker" "start" "-a" "46c3493e05d8a5aa257d92990a397352474632bdcb58bc368d36a6222617e01c"` Oct 14 19:10:37.318 INFO kablam! usermod: no changes Oct 14 19:10:37.475 INFO kablam! Compiling beam_code v0.1.0 (/source) Oct 14 19:10:38.478 INFO kablam! warning: unused import: `::std::rc::Rc` Oct 14 19:10:38.478 INFO kablam! --> src/op.rs:6:5 Oct 14 19:10:38.478 INFO kablam! | Oct 14 19:10:38.478 INFO kablam! 6 | use ::std::rc::Rc; Oct 14 19:10:38.478 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:38.478 INFO kablam! | Oct 14 19:10:38.478 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:38.478 INFO kablam! Oct 14 19:10:38.483 INFO kablam! warning: unused import: `Literal` Oct 14 19:10:38.483 INFO kablam! --> src/ssa/mod.rs:5:52 Oct 14 19:10:38.483 INFO kablam! | Oct 14 19:10:38.483 INFO kablam! 5 | use ::op::{ Op, LabelId, Register, OpKind, Source, Literal }; Oct 14 19:10:38.483 INFO kablam! | ^^^^^^^ Oct 14 19:10:38.483 INFO kablam! Oct 14 19:10:38.483 INFO kablam! warning: unused import: `::std::hash::Hash` Oct 14 19:10:38.483 INFO kablam! --> src/ssa/representation.rs:5:5 Oct 14 19:10:38.483 INFO kablam! | Oct 14 19:10:38.483 INFO kablam! 5 | use ::std::hash::Hash; Oct 14 19:10:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:38.483 INFO kablam! Oct 14 19:10:38.483 INFO kablam! warning: unused import: `::std::fmt::Debug` Oct 14 19:10:38.483 INFO kablam! --> src/graph/dfs.rs:2:5 Oct 14 19:10:38.483 INFO kablam! | Oct 14 19:10:38.483 INFO kablam! 2 | use ::std::fmt::Debug; Oct 14 19:10:38.483 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:38.483 INFO kablam! Oct 14 19:10:38.483 INFO kablam! warning: unused import: `GraphAccessor` Oct 14 19:10:38.483 INFO kablam! --> src/graph/dfs.rs:5:14 Oct 14 19:10:38.483 INFO kablam! | Oct 14 19:10:38.483 INFO kablam! 5 | use super::{ GraphAccessor, GraphDfs }; Oct 14 19:10:38.483 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:38.483 INFO kablam! Oct 14 19:10:38.659 INFO kablam! warning: unused import: `::std::rc::Rc` Oct 14 19:10:38.659 INFO kablam! --> src/op.rs:6:5 Oct 14 19:10:38.659 INFO kablam! | Oct 14 19:10:38.659 INFO kablam! 6 | use ::std::rc::Rc; Oct 14 19:10:38.659 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:38.659 INFO kablam! | Oct 14 19:10:38.659 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:10:38.659 INFO kablam! Oct 14 19:10:38.665 INFO kablam! warning: unused import: `Literal` Oct 14 19:10:38.665 INFO kablam! --> src/ssa/mod.rs:5:52 Oct 14 19:10:38.665 INFO kablam! | Oct 14 19:10:38.665 INFO kablam! 5 | use ::op::{ Op, LabelId, Register, OpKind, Source, Literal }; Oct 14 19:10:38.665 INFO kablam! | ^^^^^^^ Oct 14 19:10:38.665 INFO kablam! Oct 14 19:10:38.665 INFO kablam! warning: unused import: `::std::hash::Hash` Oct 14 19:10:38.665 INFO kablam! --> src/ssa/representation.rs:5:5 Oct 14 19:10:38.665 INFO kablam! | Oct 14 19:10:38.665 INFO kablam! 5 | use ::std::hash::Hash; Oct 14 19:10:38.665 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:38.665 INFO kablam! Oct 14 19:10:38.667 INFO kablam! warning: unused import: `::std::fmt::Debug` Oct 14 19:10:38.667 INFO kablam! --> src/graph/dfs.rs:2:5 Oct 14 19:10:38.667 INFO kablam! | Oct 14 19:10:38.667 INFO kablam! 2 | use ::std::fmt::Debug; Oct 14 19:10:38.667 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 19:10:38.667 INFO kablam! Oct 14 19:10:38.667 INFO kablam! warning: unused import: `GraphAccessor` Oct 14 19:10:38.667 INFO kablam! --> src/graph/dfs.rs:5:14 Oct 14 19:10:38.667 INFO kablam! | Oct 14 19:10:38.667 INFO kablam! 5 | use super::{ GraphAccessor, GraphDfs }; Oct 14 19:10:38.667 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 19:10:38.667 INFO kablam! Oct 14 19:10:39.299 INFO kablam! warning: unused variable: `atom_num` Oct 14 19:10:39.299 INFO kablam! --> src/beam_module.rs:218:9 Oct 14 19:10:39.299 INFO kablam! | Oct 14 19:10:39.299 INFO kablam! 218 | for atom_num in 0..len { Oct 14 19:10:39.299 INFO kablam! | ^^^^^^^^ help: consider using `_atom_num` instead Oct 14 19:10:39.299 INFO kablam! | Oct 14 19:10:39.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:10:39.299 INFO kablam! Oct 14 19:10:39.739 INFO kablam! warning: method is never used: `x_reg` Oct 14 19:10:39.739 INFO kablam! --> src/op.rs:687:5 Oct 14 19:10:39.739 INFO kablam! | Oct 14 19:10:39.739 INFO kablam! 687 | fn x_reg(num: u32) -> Source { Oct 14 19:10:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:39.739 INFO kablam! | Oct 14 19:10:39.739 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:10:39.739 INFO kablam! Oct 14 19:10:39.739 INFO kablam! warning: type alias is never used: `GraphAccessor` Oct 14 19:10:39.739 INFO kablam! --> src/graph/mod.rs:14:1 Oct 14 19:10:39.739 INFO kablam! | Oct 14 19:10:39.739 INFO kablam! 14 | pub type GraphAccessor = Fn(NodeId, usize) -> Option; Oct 14 19:10:39.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:39.739 INFO kablam! Oct 14 19:10:39.891 INFO kablam! warning: unused variable: `atom_num` Oct 14 19:10:39.892 INFO kablam! --> src/beam_module.rs:218:9 Oct 14 19:10:39.892 INFO kablam! | Oct 14 19:10:39.892 INFO kablam! 218 | for atom_num in 0..len { Oct 14 19:10:39.893 INFO kablam! | ^^^^^^^^ help: consider using `_atom_num` instead Oct 14 19:10:39.893 INFO kablam! | Oct 14 19:10:39.893 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:10:39.894 INFO kablam! Oct 14 19:10:40.307 INFO kablam! warning: method is never used: `with_reads_labels` Oct 14 19:10:40.308 INFO kablam! --> src/op.rs:32:5 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 32 | pub fn with_reads_labels(kind: OpKind, reads: Vec, labels: Vec) -> Self { Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.308 INFO kablam! warning: variant is never constructed: `CaseEnd` Oct 14 19:10:40.308 INFO kablam! --> src/op.rs:156:5 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 156 | CaseEnd, Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^ Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.308 INFO kablam! warning: method is never used: `x_reg` Oct 14 19:10:40.308 INFO kablam! --> src/op.rs:687:5 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 687 | fn x_reg(num: u32) -> Source { Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.308 INFO kablam! warning: method is never used: `get_register` Oct 14 19:10:40.308 INFO kablam! --> src/op.rs:691:5 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 691 | pub fn get_register(&self) -> Register { Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.308 INFO kablam! warning: method is never used: `get_register` Oct 14 19:10:40.308 INFO kablam! --> src/ssa/representation.rs:63:5 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 63 | pub fn get_register(&self) -> SSARegister { Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.308 INFO kablam! warning: type alias is never used: `GraphAccessor` Oct 14 19:10:40.308 INFO kablam! --> src/graph/mod.rs:14:1 Oct 14 19:10:40.308 INFO kablam! | Oct 14 19:10:40.308 INFO kablam! 14 | pub type GraphAccessor = Fn(NodeId, usize) -> Option; Oct 14 19:10:40.308 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:10:40.308 INFO kablam! Oct 14 19:10:40.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.49s Oct 14 19:10:40.832 INFO kablam! su: No module specific data is present Oct 14 19:10:41.740 INFO running `"docker" "rm" "-f" "46c3493e05d8a5aa257d92990a397352474632bdcb58bc368d36a6222617e01c"` Oct 14 19:10:42.019 INFO blam! 46c3493e05d8a5aa257d92990a397352474632bdcb58bc368d36a6222617e01c Oct 14 19:10:42.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 19:10:42.448 INFO blam! 12116d946e079c9e59af3aa06cd878ff3faf783c160ddd68957bcaf0e1044162 Oct 14 19:10:42.450 INFO running `"docker" "start" "-a" "12116d946e079c9e59af3aa06cd878ff3faf783c160ddd68957bcaf0e1044162"` Oct 14 19:10:43.794 INFO kablam! usermod: no changes Oct 14 19:10:43.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 19:10:43.925 INFO kablam! Running /target/debug/deps/beam_code-f7497a3f1a214857 Oct 14 19:10:43.931 INFO blam! Oct 14 19:10:43.931 INFO blam! running 0 tests Oct 14 19:10:43.932 INFO kablam! Running /target/debug/deps/beam_code-684fdb882bb92e41 Oct 14 19:10:43.932 INFO blam! Oct 14 19:10:43.932 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:10:43.933 INFO blam! Oct 14 19:10:43.943 INFO kablam! Doc-tests beam_code Oct 14 19:10:43.944 INFO blam! Oct 14 19:10:43.947 INFO blam! running 0 tests Oct 14 19:10:43.947 INFO blam! Oct 14 19:10:43.947 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:10:43.948 INFO blam! Oct 14 19:10:44.989 INFO blam! Oct 14 19:10:44.989 INFO blam! running 0 tests Oct 14 19:10:44.989 INFO blam! Oct 14 19:10:44.990 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:10:44.990 INFO blam! Oct 14 19:10:44.996 INFO kablam! su: No module specific data is present Oct 14 19:10:45.699 INFO running `"docker" "rm" "-f" "12116d946e079c9e59af3aa06cd878ff3faf783c160ddd68957bcaf0e1044162"` Oct 14 19:10:45.927 INFO blam! 12116d946e079c9e59af3aa06cd878ff3faf783c160ddd68957bcaf0e1044162