Oct 12 18:35:23.185 INFO testing wtetzner/waterbear against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 18:35:23.185 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:35:23.667 INFO blam! 2b113f41dace136c462c8f5d109051433525a8ebbca3a68e2582396fccbf5950 Oct 12 18:35:23.673 INFO running `"docker" "start" "-a" "2b113f41dace136c462c8f5d109051433525a8ebbca3a68e2582396fccbf5950"` Oct 12 18:35:24.785 INFO kablam! usermod: no changes Oct 12 18:35:24.966 INFO kablam! Compiling libc v0.2.42 Oct 12 18:35:24.966 INFO kablam! Compiling void v1.0.2 Oct 12 18:35:24.966 INFO kablam! Compiling lazy_static v1.0.2 Oct 12 18:35:24.966 INFO kablam! Compiling regex v1.0.1 Oct 12 18:35:24.966 INFO kablam! Compiling ucd-util v0.1.1 Oct 12 18:35:24.966 INFO kablam! Compiling utf8-ranges v1.0.0 Oct 12 18:35:24.966 INFO kablam! Compiling unicode-width v0.1.5 Oct 12 18:35:24.966 INFO kablam! Compiling vec_map v0.8.1 Oct 12 18:35:25.635 INFO kablam! Compiling termcolor v1.0.1 Oct 12 18:35:25.813 INFO kablam! Compiling unicode_categories v0.1.1 Oct 12 18:35:26.027 INFO kablam! Compiling unicode-segmentation v1.2.1 Oct 12 18:35:28.575 INFO kablam! Compiling unreachable v1.0.0 Oct 12 18:35:28.575 INFO kablam! Compiling textwrap v0.10.0 Oct 12 18:35:28.607 INFO kablam! Compiling regex-syntax v0.6.1 Oct 12 18:35:29.157 INFO kablam! Compiling thread_local v0.3.5 Oct 12 18:35:33.319 INFO kablam! Compiling memchr v2.0.1 Oct 12 18:35:33.319 INFO kablam! Compiling atty v0.2.10 Oct 12 18:35:33.911 INFO kablam! Compiling clap v2.32.0 Oct 12 18:35:34.317 INFO kablam! Compiling aho-corasick v0.6.6 Oct 12 18:36:06.103 INFO kablam! Compiling instruction-derive v0.1.0 (/source/instruction-derive) Oct 12 18:36:10.085 INFO kablam! Compiling waterbear v0.2.0 (/source) Oct 12 18:36:10.669 INFO kablam! warning: unused import: `Statements` Oct 12 18:36:10.669 INFO kablam! --> src/disasm.rs:5:11 Oct 12 18:36:10.669 INFO kablam! | Oct 12 18:36:10.669 INFO kablam! 5 | use ast::{Statements,Statement,Directive}; Oct 12 18:36:10.669 INFO kablam! | ^^^^^^^^^^ Oct 12 18:36:10.669 INFO kablam! | Oct 12 18:36:10.669 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:36:10.669 INFO kablam! Oct 12 18:36:12.308 INFO kablam! warning: unused variable: `graph` Oct 12 18:36:12.308 INFO kablam! --> src/disasm.rs:166:24 Oct 12 18:36:12.308 INFO kablam! | Oct 12 18:36:12.308 INFO kablam! 166 | fn compute_bit_aliases(graph: &InstructionGraph, names: &mut Names) { Oct 12 18:36:12.308 INFO kablam! | ^^^^^ help: consider using `_graph` instead Oct 12 18:36:12.308 INFO kablam! | Oct 12 18:36:12.308 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:36:12.308 INFO kablam! Oct 12 18:36:12.308 INFO kablam! warning: unused variable: `graph` Oct 12 18:36:12.308 INFO kablam! --> src/disasm.rs:176:20 Oct 12 18:36:12.308 INFO kablam! | Oct 12 18:36:12.308 INFO kablam! 176 | fn compute_aliases(graph: &InstructionGraph, names: &mut Names) { Oct 12 18:36:12.308 INFO kablam! | ^^^^^ help: consider using `_graph` instead Oct 12 18:36:12.308 INFO kablam! Oct 12 18:36:12.319 INFO kablam! warning: unused variable: `num_bytes` Oct 12 18:36:12.320 INFO kablam! --> src/disasm.rs:993:16 Oct 12 18:36:12.320 INFO kablam! | Oct 12 18:36:12.320 INFO kablam! 993 | pub fn new(num_bytes: usize) -> InstructionGraph { Oct 12 18:36:12.320 INFO kablam! | ^^^^^^^^^ help: consider using `_num_bytes` instead Oct 12 18:36:12.320 INFO kablam! Oct 12 18:36:12.955 INFO kablam! warning: variant is never constructed: `NoInstruction` Oct 12 18:36:12.955 INFO kablam! --> src/disasm.rs:12:5 Oct 12 18:36:12.956 INFO kablam! | Oct 12 18:36:12.956 INFO kablam! 12 | NoInstruction(usize, u8), Oct 12 18:36:12.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:12.957 INFO kablam! | Oct 12 18:36:12.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:36:12.957 INFO kablam! Oct 12 18:36:12.957 INFO kablam! warning: function is never used: `make_bytes` Oct 12 18:36:12.958 INFO kablam! --> src/disasm.rs:126:1 Oct 12 18:36:12.958 INFO kablam! | Oct 12 18:36:12.958 INFO kablam! 126 | fn make_bytes(bytes: &[u8]) -> Vec<(Option,Statement,Option)> { Oct 12 18:36:12.958 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:12.959 INFO kablam! Oct 12 18:36:12.959 INFO kablam! warning: method is never used: `push_label` Oct 12 18:36:12.959 INFO kablam! --> src/disasm.rs:948:5 Oct 12 18:36:12.960 INFO kablam! | Oct 12 18:36:12.960 INFO kablam! 948 | pub fn push_label(&mut self, name: &str, pos: usize) { Oct 12 18:36:12.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:12.960 INFO kablam! Oct 12 18:36:21.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 56.29s Oct 12 18:36:21.117 INFO kablam! su: No module specific data is present Oct 12 18:36:21.936 INFO running `"docker" "rm" "-f" "2b113f41dace136c462c8f5d109051433525a8ebbca3a68e2582396fccbf5950"` Oct 12 18:36:22.183 INFO blam! 2b113f41dace136c462c8f5d109051433525a8ebbca3a68e2582396fccbf5950 Oct 12 18:36:22.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 12 18:36:22.609 INFO blam! e66c8d3c94d2349088f76bb5bc8283ec1b619042e2a8c40029563fdde4c9c8cd Oct 12 18:36:22.612 INFO running `"docker" "start" "-a" "e66c8d3c94d2349088f76bb5bc8283ec1b619042e2a8c40029563fdde4c9c8cd"` Oct 12 18:36:24.326 INFO kablam! usermod: no changes Oct 12 18:36:24.463 INFO kablam! Compiling waterbear v0.2.0 (/source) Oct 12 18:36:25.591 INFO kablam! warning: unused import: `Statements` Oct 12 18:36:25.591 INFO kablam! --> src/disasm.rs:5:11 Oct 12 18:36:25.591 INFO kablam! | Oct 12 18:36:25.591 INFO kablam! 5 | use ast::{Statements,Statement,Directive}; Oct 12 18:36:25.591 INFO kablam! | ^^^^^^^^^^ Oct 12 18:36:25.591 INFO kablam! | Oct 12 18:36:25.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 18:36:25.591 INFO kablam! Oct 12 18:36:27.695 INFO kablam! warning: unused variable: `graph` Oct 12 18:36:27.695 INFO kablam! --> src/disasm.rs:166:24 Oct 12 18:36:27.695 INFO kablam! | Oct 12 18:36:27.695 INFO kablam! 166 | fn compute_bit_aliases(graph: &InstructionGraph, names: &mut Names) { Oct 12 18:36:27.695 INFO kablam! | ^^^^^ help: consider using `_graph` instead Oct 12 18:36:27.695 INFO kablam! | Oct 12 18:36:27.695 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:36:27.695 INFO kablam! Oct 12 18:36:27.695 INFO kablam! warning: unused variable: `graph` Oct 12 18:36:27.695 INFO kablam! --> src/disasm.rs:176:20 Oct 12 18:36:27.695 INFO kablam! | Oct 12 18:36:27.695 INFO kablam! 176 | fn compute_aliases(graph: &InstructionGraph, names: &mut Names) { Oct 12 18:36:27.695 INFO kablam! | ^^^^^ help: consider using `_graph` instead Oct 12 18:36:27.695 INFO kablam! Oct 12 18:36:27.695 INFO kablam! warning: unused variable: `num_bytes` Oct 12 18:36:27.695 INFO kablam! --> src/disasm.rs:993:16 Oct 12 18:36:27.695 INFO kablam! | Oct 12 18:36:27.695 INFO kablam! 993 | pub fn new(num_bytes: usize) -> InstructionGraph { Oct 12 18:36:27.695 INFO kablam! | ^^^^^^^^^ help: consider using `_num_bytes` instead Oct 12 18:36:27.695 INFO kablam! Oct 12 18:36:28.552 INFO kablam! warning: variant is never constructed: `NoInstruction` Oct 12 18:36:28.552 INFO kablam! --> src/disasm.rs:12:5 Oct 12 18:36:28.552 INFO kablam! | Oct 12 18:36:28.552 INFO kablam! 12 | NoInstruction(usize, u8), Oct 12 18:36:28.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:28.552 INFO kablam! | Oct 12 18:36:28.552 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:36:28.552 INFO kablam! Oct 12 18:36:28.553 INFO kablam! warning: function is never used: `make_bytes` Oct 12 18:36:28.553 INFO kablam! --> src/disasm.rs:126:1 Oct 12 18:36:28.553 INFO kablam! | Oct 12 18:36:28.553 INFO kablam! 126 | fn make_bytes(bytes: &[u8]) -> Vec<(Option,Statement,Option)> { Oct 12 18:36:28.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:28.553 INFO kablam! Oct 12 18:36:28.553 INFO kablam! warning: method is never used: `push_label` Oct 12 18:36:28.553 INFO kablam! --> src/disasm.rs:948:5 Oct 12 18:36:28.553 INFO kablam! | Oct 12 18:36:28.553 INFO kablam! 948 | pub fn push_label(&mut self, name: &str, pos: usize) { Oct 12 18:36:28.553 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:36:28.553 INFO kablam! Oct 12 18:36:32.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.43s Oct 12 18:36:32.799 INFO kablam! su: No module specific data is present Oct 12 18:36:34.013 INFO running `"docker" "rm" "-f" "e66c8d3c94d2349088f76bb5bc8283ec1b619042e2a8c40029563fdde4c9c8cd"` Oct 12 18:36:34.315 INFO blam! e66c8d3c94d2349088f76bb5bc8283ec1b619042e2a8c40029563fdde4c9c8cd