Oct 13 05:03:19.361 INFO testing oberien/pdbextract against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:03:19.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:03:19.791 INFO blam! 1595ccf4f7db8396d405fc2835c21a9fa160072d5d6653e3f996259d47560c1b Oct 13 05:03:19.811 INFO running `"docker" "start" "-a" "1595ccf4f7db8396d405fc2835c21a9fa160072d5d6653e3f996259d47560c1b"` Oct 13 05:03:21.144 INFO kablam! usermod: no changes Oct 13 05:03:21.241 INFO kablam! Compiling uuid v0.5.1 Oct 13 05:03:21.241 INFO kablam! Compiling multimap v0.4.0 Oct 13 05:03:21.241 INFO kablam! Compiling thread_local v0.3.4 Oct 13 05:03:22.695 INFO kablam! Compiling pdb v0.2.0 Oct 13 05:03:23.275 INFO kablam! Compiling regex v0.2.3 Oct 13 05:03:37.239 INFO kablam! Compiling pdbextract v0.1.0 (/source) Oct 13 05:03:37.963 INFO kablam! warning: unused import: `std::io::Write` Oct 13 05:03:37.964 INFO kablam! --> src/ir/classes.rs:3:5 Oct 13 05:03:37.964 INFO kablam! | Oct 13 05:03:37.964 INFO kablam! 3 | use std::io::Write; Oct 13 05:03:37.964 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:03:37.965 INFO kablam! | Oct 13 05:03:37.965 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:03:37.965 INFO kablam! Oct 13 05:03:37.965 INFO kablam! warning: unused import: `multimap::MultiMap` Oct 13 05:03:37.965 INFO kablam! --> src/ir/convert.rs:6:5 Oct 13 05:03:37.965 INFO kablam! | Oct 13 05:03:37.965 INFO kablam! 6 | use multimap::MultiMap; Oct 13 05:03:37.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:03:37.966 INFO kablam! Oct 13 05:03:38.509 INFO kablam! warning: unused variable: `position` Oct 13 05:03:38.510 INFO kablam! --> src/ir/classes.rs:86:25 Oct 13 05:03:38.510 INFO kablam! | Oct 13 05:03:38.511 INFO kablam! 86 | if let Some(position) = members.iter().position(|m| m.offset() == offset) { Oct 13 05:03:38.512 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 13 05:03:38.512 INFO kablam! | Oct 13 05:03:38.513 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:03:38.513 INFO kablam! Oct 13 05:03:38.514 INFO kablam! warning: unused variable: `name` Oct 13 05:03:38.514 INFO kablam! --> src/ir/classes.rs:166:28 Oct 13 05:03:38.515 INFO kablam! | Oct 13 05:03:38.516 INFO kablam! 166 | fn transform_bitfields(name: &Name, mut members: VecDeque) -> VecDeque { Oct 13 05:03:38.516 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 05:03:38.517 INFO kablam! Oct 13 05:03:38.517 INFO kablam! warning: unused variable: `typ` Oct 13 05:03:38.518 INFO kablam! --> src/ir/classes.rs:231:51 Oct 13 05:03:38.518 INFO kablam! | Oct 13 05:03:38.519 INFO kablam! 231 | TypeData::VirtualFunctionTablePointer(typ) => Some(ClassMember::Vtable), Oct 13 05:03:38.519 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 13 05:03:38.519 INFO kablam! Oct 13 05:03:38.519 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:38.520 INFO kablam! --> src/ir/classes.rs:261:41 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 261 | let BaseClassType { attributes, kind, offset, base_class, .. } = class; Oct 13 05:03:38.520 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `base_pointer` Oct 13 05:03:38.520 INFO kablam! --> src/ir/classes.rs:285:68 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 285 | let VirtualBaseClassType { direct, attributes, base_class, base_pointer, Oct 13 05:03:38.520 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `base_pointer: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `typ` Oct 13 05:03:38.520 INFO kablam! --> src/ir/classes.rs:502:35 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 502 | TypeData::Enumeration(typ) => Oct 13 05:03:38.520 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `nested` Oct 13 05:03:38.520 INFO kablam! --> src/ir/unions.rs:27:46 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 27 | TypeData::Nested(nested) => {}, Oct 13 05:03:38.520 INFO kablam! | ^^^^^^ help: consider using `_nested` instead Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:38.520 INFO kablam! --> src/ir/size.rs:8:20 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 8 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:38.520 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:38.520 INFO kablam! --> src/ir/size.rs:64:20 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 64 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:38.520 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:38.520 INFO kablam! --> src/ir/size.rs:121:20 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 121 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:38.520 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `offset` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:220:37 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 220 | let BaseClass { attributes, offset, base_class } = base; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^ help: try ignoring the field: `offset: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:222:27 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:38.520 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `properties` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:222:42 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `base_pointer_offset` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:238:44 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 238 | let VirtualBaseClass { attributes, base_pointer_offset, base_class, .. } = base; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `base_pointer_offset: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:240:27 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:38.520 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `properties` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:240:42 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `fields` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:381:24 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 381 | let Bitfield { fields } = b; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^ help: try ignoring the field: `fields: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.520 INFO kablam! warning: unused variable: `constant` Oct 13 05:03:38.520 INFO kablam! --> src/ir/write.rs:411:36 Oct 13 05:03:38.520 INFO kablam! | Oct 13 05:03:38.520 INFO kablam! 411 | let Modifier { underlying, constant, .. } = m; Oct 13 05:03:38.520 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `constant: _` Oct 13 05:03:38.520 INFO kablam! Oct 13 05:03:38.590 INFO kablam! warning: variable does not need to be mutable Oct 13 05:03:38.591 INFO kablam! --> src/ir/classes.rs:94:25 Oct 13 05:03:38.591 INFO kablam! | Oct 13 05:03:38.591 INFO kablam! 94 | let mut union_struct: Vec<_> = members.drain(..position+1).collect(); Oct 13 05:03:38.591 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 05:03:38.595 INFO kablam! | | Oct 13 05:03:38.595 INFO kablam! | help: remove this `mut` Oct 13 05:03:38.595 INFO kablam! | Oct 13 05:03:38.595 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:03:38.595 INFO kablam! Oct 13 05:03:38.827 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:03:38.827 INFO kablam! --> src/lib.rs:2:12 Oct 13 05:03:38.827 INFO kablam! | Oct 13 05:03:38.827 INFO kablam! 2 | #![feature(match_default_bindings)] Oct 13 05:03:38.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:03:38.827 INFO kablam! | Oct 13 05:03:38.827 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:03:38.827 INFO kablam! Oct 13 05:03:43.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.53s Oct 13 05:03:43.696 INFO kablam! su: No module specific data is present Oct 13 05:03:44.431 INFO running `"docker" "rm" "-f" "1595ccf4f7db8396d405fc2835c21a9fa160072d5d6653e3f996259d47560c1b"` Oct 13 05:03:44.698 INFO blam! 1595ccf4f7db8396d405fc2835c21a9fa160072d5d6653e3f996259d47560c1b Oct 13 05:03:44.703 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:03:45.143 INFO blam! 88d0bfb1b195386a53a9c51cf8b2ce19482f84850d9f9c852d0397b626930683 Oct 13 05:03:45.163 INFO running `"docker" "start" "-a" "88d0bfb1b195386a53a9c51cf8b2ce19482f84850d9f9c852d0397b626930683"` Oct 13 05:03:46.502 INFO kablam! usermod: no changes Oct 13 05:03:46.611 INFO kablam! Compiling pdbextract v0.1.0 (/source) Oct 13 05:03:47.772 INFO kablam! warning: unused import: `std::io::Write` Oct 13 05:03:47.772 INFO kablam! --> src/ir/classes.rs:3:5 Oct 13 05:03:47.772 INFO kablam! | Oct 13 05:03:47.773 INFO kablam! 3 | use std::io::Write; Oct 13 05:03:47.773 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:03:47.773 INFO kablam! | Oct 13 05:03:47.774 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:03:47.774 INFO kablam! Oct 13 05:03:47.774 INFO kablam! warning: unused import: `multimap::MultiMap` Oct 13 05:03:47.774 INFO kablam! --> src/ir/convert.rs:6:5 Oct 13 05:03:47.775 INFO kablam! | Oct 13 05:03:47.775 INFO kablam! 6 | use multimap::MultiMap; Oct 13 05:03:47.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 05:03:47.776 INFO kablam! Oct 13 05:03:48.694 INFO kablam! warning: unused variable: `position` Oct 13 05:03:48.694 INFO kablam! --> src/ir/classes.rs:86:25 Oct 13 05:03:48.694 INFO kablam! | Oct 13 05:03:48.695 INFO kablam! 86 | if let Some(position) = members.iter().position(|m| m.offset() == offset) { Oct 13 05:03:48.695 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 13 05:03:48.695 INFO kablam! | Oct 13 05:03:48.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:03:48.696 INFO kablam! Oct 13 05:03:48.696 INFO kablam! warning: unused variable: `name` Oct 13 05:03:48.697 INFO kablam! --> src/ir/classes.rs:166:28 Oct 13 05:03:48.697 INFO kablam! | Oct 13 05:03:48.697 INFO kablam! 166 | fn transform_bitfields(name: &Name, mut members: VecDeque) -> VecDeque { Oct 13 05:03:48.697 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 13 05:03:48.698 INFO kablam! Oct 13 05:03:48.698 INFO kablam! warning: unused variable: `typ` Oct 13 05:03:48.698 INFO kablam! --> src/ir/classes.rs:231:51 Oct 13 05:03:48.699 INFO kablam! | Oct 13 05:03:48.699 INFO kablam! 231 | TypeData::VirtualFunctionTablePointer(typ) => Some(ClassMember::Vtable), Oct 13 05:03:48.700 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 13 05:03:48.700 INFO kablam! Oct 13 05:03:48.700 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:48.701 INFO kablam! --> src/ir/classes.rs:261:41 Oct 13 05:03:48.701 INFO kablam! | Oct 13 05:03:48.701 INFO kablam! 261 | let BaseClassType { attributes, kind, offset, base_class, .. } = class; Oct 13 05:03:48.701 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:48.702 INFO kablam! Oct 13 05:03:48.702 INFO kablam! warning: unused variable: `base_pointer` Oct 13 05:03:48.702 INFO kablam! --> src/ir/classes.rs:285:68 Oct 13 05:03:48.703 INFO kablam! | Oct 13 05:03:48.703 INFO kablam! 285 | let VirtualBaseClassType { direct, attributes, base_class, base_pointer, Oct 13 05:03:48.703 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `base_pointer: _` Oct 13 05:03:48.704 INFO kablam! Oct 13 05:03:48.704 INFO kablam! warning: unused variable: `typ` Oct 13 05:03:48.704 INFO kablam! --> src/ir/classes.rs:502:35 Oct 13 05:03:48.705 INFO kablam! | Oct 13 05:03:48.705 INFO kablam! 502 | TypeData::Enumeration(typ) => Oct 13 05:03:48.705 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 13 05:03:48.706 INFO kablam! Oct 13 05:03:48.706 INFO kablam! warning: unused variable: `nested` Oct 13 05:03:48.706 INFO kablam! --> src/ir/unions.rs:27:46 Oct 13 05:03:48.706 INFO kablam! | Oct 13 05:03:48.707 INFO kablam! 27 | TypeData::Nested(nested) => {}, Oct 13 05:03:48.707 INFO kablam! | ^^^^^^ help: consider using `_nested` instead Oct 13 05:03:48.707 INFO kablam! Oct 13 05:03:48.708 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:48.708 INFO kablam! --> src/ir/size.rs:8:20 Oct 13 05:03:48.708 INFO kablam! | Oct 13 05:03:48.709 INFO kablam! 8 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:48.709 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:48.709 INFO kablam! Oct 13 05:03:48.710 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:48.710 INFO kablam! --> src/ir/size.rs:64:20 Oct 13 05:03:48.710 INFO kablam! | Oct 13 05:03:48.714 INFO kablam! 64 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:48.715 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:48.715 INFO kablam! Oct 13 05:03:48.716 INFO kablam! warning: unused variable: `arena` Oct 13 05:03:48.716 INFO kablam! --> src/ir/size.rs:121:20 Oct 13 05:03:48.716 INFO kablam! | Oct 13 05:03:48.716 INFO kablam! 121 | fn size(&self, arena: &Arena) -> usize { Oct 13 05:03:48.717 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 13 05:03:48.717 INFO kablam! Oct 13 05:03:48.717 INFO kablam! warning: unused variable: `offset` Oct 13 05:03:48.718 INFO kablam! --> src/ir/write.rs:220:37 Oct 13 05:03:48.718 INFO kablam! | Oct 13 05:03:48.718 INFO kablam! 220 | let BaseClass { attributes, offset, base_class } = base; Oct 13 05:03:48.719 INFO kablam! | ^^^^^^ help: try ignoring the field: `offset: _` Oct 13 05:03:48.719 INFO kablam! Oct 13 05:03:48.719 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:48.719 INFO kablam! --> src/ir/write.rs:222:27 Oct 13 05:03:48.720 INFO kablam! | Oct 13 05:03:48.720 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:48.720 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:48.721 INFO kablam! Oct 13 05:03:48.721 INFO kablam! warning: unused variable: `properties` Oct 13 05:03:48.721 INFO kablam! --> src/ir/write.rs:222:42 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:48.722 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.722 INFO kablam! warning: unused variable: `base_pointer_offset` Oct 13 05:03:48.722 INFO kablam! --> src/ir/write.rs:238:44 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 238 | let VirtualBaseClass { attributes, base_pointer_offset, base_class, .. } = base; Oct 13 05:03:48.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `base_pointer_offset: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.722 INFO kablam! warning: unused variable: `kind` Oct 13 05:03:48.722 INFO kablam! --> src/ir/write.rs:240:27 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:48.722 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.722 INFO kablam! warning: unused variable: `properties` Oct 13 05:03:48.722 INFO kablam! --> src/ir/write.rs:240:42 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 13 05:03:48.722 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.722 INFO kablam! warning: unused variable: `fields` Oct 13 05:03:48.722 INFO kablam! --> src/ir/write.rs:381:24 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 381 | let Bitfield { fields } = b; Oct 13 05:03:48.722 INFO kablam! | ^^^^^^ help: try ignoring the field: `fields: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.722 INFO kablam! warning: unused variable: `constant` Oct 13 05:03:48.722 INFO kablam! --> src/ir/write.rs:411:36 Oct 13 05:03:48.722 INFO kablam! | Oct 13 05:03:48.722 INFO kablam! 411 | let Modifier { underlying, constant, .. } = m; Oct 13 05:03:48.722 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `constant: _` Oct 13 05:03:48.722 INFO kablam! Oct 13 05:03:48.799 INFO kablam! warning: variable does not need to be mutable Oct 13 05:03:48.799 INFO kablam! --> src/ir/classes.rs:94:25 Oct 13 05:03:48.799 INFO kablam! | Oct 13 05:03:48.799 INFO kablam! 94 | let mut union_struct: Vec<_> = members.drain(..position+1).collect(); Oct 13 05:03:48.799 INFO kablam! | ----^^^^^^^^^^^^ Oct 13 05:03:48.799 INFO kablam! | | Oct 13 05:03:48.799 INFO kablam! | help: remove this `mut` Oct 13 05:03:48.799 INFO kablam! | Oct 13 05:03:48.799 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:03:48.799 INFO kablam! Oct 13 05:03:49.075 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 13 05:03:49.075 INFO kablam! --> src/lib.rs:2:12 Oct 13 05:03:49.075 INFO kablam! | Oct 13 05:03:49.075 INFO kablam! 2 | #![feature(match_default_bindings)] Oct 13 05:03:49.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:03:49.075 INFO kablam! | Oct 13 05:03:49.075 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 05:03:49.075 INFO kablam! Oct 13 05:03:49.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Oct 13 05:03:49.687 INFO kablam! su: No module specific data is present Oct 13 05:03:50.631 INFO running `"docker" "rm" "-f" "88d0bfb1b195386a53a9c51cf8b2ce19482f84850d9f9c852d0397b626930683"` Oct 13 05:03:51.024 INFO blam! 88d0bfb1b195386a53a9c51cf8b2ce19482f84850d9f9c852d0397b626930683 Oct 13 05:03:51.028 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 13 05:03:51.511 INFO blam! 0bd1413eb34f03d9df53c910dc6960e150396ceeab7f42b5f6a7c4ea13cfaff1 Oct 13 05:03:51.531 INFO running `"docker" "start" "-a" "0bd1413eb34f03d9df53c910dc6960e150396ceeab7f42b5f6a7c4ea13cfaff1"` Oct 13 05:03:52.779 INFO kablam! usermod: no changes Oct 13 05:03:52.950 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 13 05:03:52.953 INFO kablam! Running /target/debug/deps/pdbextract-367ab2a325cbaf9d Oct 13 05:03:52.963 INFO blam! Oct 13 05:03:52.963 INFO blam! running 0 tests Oct 13 05:03:52.963 INFO blam! Oct 13 05:03:52.963 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:03:52.963 INFO blam! Oct 13 05:03:52.964 INFO kablam! Running /target/debug/deps/pdbextract-5e2fc47d2fb49f38 Oct 13 05:03:52.966 INFO blam! Oct 13 05:03:52.966 INFO blam! running 0 tests Oct 13 05:03:52.975 INFO blam! Oct 13 05:03:52.975 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:03:52.975 INFO blam! Oct 13 05:03:52.975 INFO kablam! Doc-tests pdbextract Oct 13 05:03:54.243 INFO blam! Oct 13 05:03:54.243 INFO blam! running 0 tests Oct 13 05:03:54.243 INFO blam! Oct 13 05:03:54.243 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:03:54.243 INFO blam! Oct 13 05:03:54.255 INFO kablam! su: No module specific data is present Oct 13 05:03:55.408 INFO running `"docker" "rm" "-f" "0bd1413eb34f03d9df53c910dc6960e150396ceeab7f42b5f6a7c4ea13cfaff1"` Oct 13 05:03:55.651 INFO blam! 0bd1413eb34f03d9df53c910dc6960e150396ceeab7f42b5f6a7c4ea13cfaff1