Oct 12 17:44:16.221 INFO testing yurydelendik/dwarf-to-json against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 17:44:16.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 17:44:16.832 INFO blam! 8dd0b283256704eca2887e326072ae7f7755a77a90224e2cad9fd10ba5942f75 Oct 12 17:44:16.834 INFO running `"docker" "start" "-a" "8dd0b283256704eca2887e326072ae7f7755a77a90224e2cad9fd10ba5942f75"` Oct 12 17:44:18.870 INFO kablam! usermod: no changes Oct 12 17:44:18.975 INFO kablam! Compiling ryu v0.2.3 Oct 12 17:44:18.979 INFO kablam! Compiling nodrop v0.1.12 Oct 12 17:44:18.979 INFO kablam! Compiling itoa v0.4.2 Oct 12 17:44:19.003 INFO kablam! Compiling fallible-iterator v0.1.5 Oct 12 17:44:19.003 INFO kablam! Compiling stable_deref_trait v1.1.1 Oct 12 17:44:19.011 INFO kablam! Compiling byteorder v1.2.4 Oct 12 17:44:19.011 INFO kablam! Compiling vlq v0.5.1 Oct 12 17:44:19.607 INFO kablam! Compiling arrayvec v0.4.7 Oct 12 17:44:22.052 INFO kablam! Compiling gimli v0.16.0 Oct 12 17:44:22.879 INFO kablam! Compiling serde_json v1.0.26 Oct 12 17:44:31.787 INFO kablam! Compiling dwarf-to-json v0.1.3 (/source) Oct 12 17:44:32.071 INFO kablam! warning: unused imports: `DebugLocLists`, `DebugLoc`, `LocationLists` Oct 12 17:44:32.071 INFO kablam! --> src/dwarf.rs:20:86 Oct 12 17:44:32.071 INFO kablam! | Oct 12 17:44:32.071 INFO kablam! 20 | use gimli::{DebugAbbrev, DebugInfo, DebugLine, DebugStr, DebugRanges, DebugRngLists, DebugLoc, Oct 12 17:44:32.071 INFO kablam! | ^^^^^^^^ Oct 12 17:44:32.071 INFO kablam! 21 | DebugLocLists, RangeLists, LocationLists, LittleEndian, AttributeValue}; Oct 12 17:44:32.071 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 17:44:32.071 INFO kablam! | Oct 12 17:44:32.071 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:44:32.071 INFO kablam! Oct 12 17:44:32.166 INFO kablam! warning: unused imports: `DebugLocLists`, `DebugLoc`, `LocationLists` Oct 12 17:44:32.166 INFO kablam! --> src/dwarf.rs:20:86 Oct 12 17:44:32.166 INFO kablam! | Oct 12 17:44:32.166 INFO kablam! 20 | use gimli::{DebugAbbrev, DebugInfo, DebugLine, DebugStr, DebugRanges, DebugRngLists, DebugLoc, Oct 12 17:44:32.166 INFO kablam! | ^^^^^^^^ Oct 12 17:44:32.166 INFO kablam! 21 | DebugLocLists, RangeLists, LocationLists, LittleEndian, AttributeValue}; Oct 12 17:44:32.166 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 17:44:32.166 INFO kablam! | Oct 12 17:44:32.166 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:44:32.166 INFO kablam! Oct 12 17:44:32.479 INFO kablam! warning: method is never used: `byte` Oct 12 17:44:32.479 INFO kablam! --> src/wasm.rs:56:5 Oct 12 17:44:32.479 INFO kablam! | Oct 12 17:44:32.479 INFO kablam! 56 | pub fn byte(&mut self) -> u8 { Oct 12 17:44:32.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:32.479 INFO kablam! | Oct 12 17:44:32.479 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:44:32.479 INFO kablam! Oct 12 17:44:32.479 INFO kablam! warning: method is never used: `bool` Oct 12 17:44:32.479 INFO kablam! --> src/wasm.rs:77:5 Oct 12 17:44:32.479 INFO kablam! | Oct 12 17:44:32.479 INFO kablam! 77 | pub fn bool(&mut self) -> bool { Oct 12 17:44:32.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:32.479 INFO kablam! Oct 12 17:44:32.847 INFO kablam! warning: method is never used: `byte` Oct 12 17:44:32.847 INFO kablam! --> src/wasm.rs:56:5 Oct 12 17:44:32.847 INFO kablam! | Oct 12 17:44:32.847 INFO kablam! 56 | pub fn byte(&mut self) -> u8 { Oct 12 17:44:32.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:32.847 INFO kablam! | Oct 12 17:44:32.847 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:44:32.847 INFO kablam! Oct 12 17:44:32.847 INFO kablam! warning: method is never used: `bool` Oct 12 17:44:32.847 INFO kablam! --> src/wasm.rs:77:5 Oct 12 17:44:32.847 INFO kablam! | Oct 12 17:44:32.847 INFO kablam! 77 | pub fn bool(&mut self) -> bool { Oct 12 17:44:32.847 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:32.847 INFO kablam! Oct 12 17:44:38.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.69s Oct 12 17:44:38.592 INFO kablam! su: No module specific data is present Oct 12 17:44:39.540 INFO running `"docker" "rm" "-f" "8dd0b283256704eca2887e326072ae7f7755a77a90224e2cad9fd10ba5942f75"` Oct 12 17:44:39.769 INFO blam! 8dd0b283256704eca2887e326072ae7f7755a77a90224e2cad9fd10ba5942f75 Oct 12 17:44:39.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 17:44:40.337 INFO blam! e5e45169f1219edec54538683794f4bac820b2c49df47450fdbcedfeffc83ef5 Oct 12 17:44:40.338 INFO running `"docker" "start" "-a" "e5e45169f1219edec54538683794f4bac820b2c49df47450fdbcedfeffc83ef5"` Oct 12 17:44:41.519 INFO kablam! usermod: no changes Oct 12 17:44:41.643 INFO kablam! Compiling dwarf-to-json v0.1.3 (/source) Oct 12 17:44:41.931 INFO kablam! warning: unused imports: `DebugLocLists`, `DebugLoc`, `LocationLists` Oct 12 17:44:41.931 INFO kablam! --> src/dwarf.rs:20:86 Oct 12 17:44:41.931 INFO kablam! | Oct 12 17:44:41.931 INFO kablam! 20 | use gimli::{DebugAbbrev, DebugInfo, DebugLine, DebugStr, DebugRanges, DebugRngLists, DebugLoc, Oct 12 17:44:41.931 INFO kablam! | ^^^^^^^^ Oct 12 17:44:41.931 INFO kablam! 21 | DebugLocLists, RangeLists, LocationLists, LittleEndian, AttributeValue}; Oct 12 17:44:41.931 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 17:44:41.931 INFO kablam! | Oct 12 17:44:41.931 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:44:41.931 INFO kablam! Oct 12 17:44:41.947 INFO kablam! warning: unused imports: `DebugLocLists`, `DebugLoc`, `LocationLists` Oct 12 17:44:41.947 INFO kablam! --> src/dwarf.rs:20:86 Oct 12 17:44:41.947 INFO kablam! | Oct 12 17:44:41.947 INFO kablam! 20 | use gimli::{DebugAbbrev, DebugInfo, DebugLine, DebugStr, DebugRanges, DebugRngLists, DebugLoc, Oct 12 17:44:41.947 INFO kablam! | ^^^^^^^^ Oct 12 17:44:41.947 INFO kablam! 21 | DebugLocLists, RangeLists, LocationLists, LittleEndian, AttributeValue}; Oct 12 17:44:41.947 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^^^ Oct 12 17:44:41.947 INFO kablam! | Oct 12 17:44:41.947 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 17:44:41.947 INFO kablam! Oct 12 17:44:42.358 INFO kablam! warning: method is never used: `byte` Oct 12 17:44:42.358 INFO kablam! --> src/wasm.rs:56:5 Oct 12 17:44:42.358 INFO kablam! | Oct 12 17:44:42.358 INFO kablam! 56 | pub fn byte(&mut self) -> u8 { Oct 12 17:44:42.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:42.358 INFO kablam! | Oct 12 17:44:42.358 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:44:42.358 INFO kablam! Oct 12 17:44:42.358 INFO kablam! warning: method is never used: `bool` Oct 12 17:44:42.358 INFO kablam! --> src/wasm.rs:77:5 Oct 12 17:44:42.358 INFO kablam! | Oct 12 17:44:42.358 INFO kablam! 77 | pub fn bool(&mut self) -> bool { Oct 12 17:44:42.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:42.358 INFO kablam! Oct 12 17:44:42.585 INFO kablam! warning: method is never used: `byte` Oct 12 17:44:42.585 INFO kablam! --> src/wasm.rs:56:5 Oct 12 17:44:42.585 INFO kablam! | Oct 12 17:44:42.585 INFO kablam! 56 | pub fn byte(&mut self) -> u8 { Oct 12 17:44:42.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:42.585 INFO kablam! | Oct 12 17:44:42.585 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 17:44:42.585 INFO kablam! Oct 12 17:44:42.585 INFO kablam! warning: method is never used: `bool` Oct 12 17:44:42.585 INFO kablam! --> src/wasm.rs:77:5 Oct 12 17:44:42.585 INFO kablam! | Oct 12 17:44:42.585 INFO kablam! 77 | pub fn bool(&mut self) -> bool { Oct 12 17:44:42.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 17:44:42.585 INFO kablam! Oct 12 17:44:45.817 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.26s Oct 12 17:44:45.818 INFO kablam! su: No module specific data is present Oct 12 17:44:46.487 INFO running `"docker" "rm" "-f" "e5e45169f1219edec54538683794f4bac820b2c49df47450fdbcedfeffc83ef5"` Oct 12 17:44:46.739 INFO blam! e5e45169f1219edec54538683794f4bac820b2c49df47450fdbcedfeffc83ef5 Oct 12 17:44:46.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 17:44:47.171 INFO blam! 25bc1aaaa7fbfa274a96ba72603de4e40647eb801993ca0d3a11fa86921463fe Oct 12 17:44:47.173 INFO running `"docker" "start" "-a" "25bc1aaaa7fbfa274a96ba72603de4e40647eb801993ca0d3a11fa86921463fe"` Oct 12 17:44:49.070 INFO kablam! usermod: no changes Oct 12 17:44:49.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 12 17:44:49.181 INFO kablam! Running /target/debug/deps/dwarf_to_json-038c63d90f254d4e Oct 12 17:44:49.195 INFO blam! Oct 12 17:44:49.195 INFO blam! running 0 tests Oct 12 17:44:49.195 INFO blam! Oct 12 17:44:49.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:44:49.195 INFO blam! Oct 12 17:44:49.195 INFO kablam! Running /target/debug/deps/dwarf_to_json-dabf3e571b7bfc8d Oct 12 17:44:49.235 INFO blam! Oct 12 17:44:49.235 INFO blam! running 0 tests Oct 12 17:44:49.235 INFO blam! Oct 12 17:44:49.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:44:49.236 INFO blam! Oct 12 17:44:49.237 INFO kablam! su: No module specific data is present Oct 12 17:44:51.147 INFO running `"docker" "rm" "-f" "25bc1aaaa7fbfa274a96ba72603de4e40647eb801993ca0d3a11fa86921463fe"` Oct 12 17:44:51.547 INFO blam! 25bc1aaaa7fbfa274a96ba72603de4e40647eb801993ca0d3a11fa86921463fe