Oct 10 17:19:16.907 INFO testing oberien/pdbextract against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:19:16.907 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:19:16.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:19:17.442 INFO blam! 8699a2aef46e163468e8ffb1e7986fb32383f0985c2a79b92ce993ed2a194f21 Oct 10 17:19:17.448 INFO running `"docker" "start" "-a" "8699a2aef46e163468e8ffb1e7986fb32383f0985c2a79b92ce993ed2a194f21"` Oct 10 17:19:18.452 INFO kablam! usermod: no changes Oct 10 17:19:18.593 INFO kablam! Compiling multimap v0.4.0 Oct 10 17:19:18.593 INFO kablam! Compiling pdb v0.2.0 Oct 10 17:19:22.433 INFO kablam! Compiling pdbextract v0.1.0 (/source) Oct 10 17:19:24.273 INFO kablam! warning: unused import: `std::io::Write` Oct 10 17:19:24.273 INFO kablam! --> src/ir/classes.rs:3:5 Oct 10 17:19:24.273 INFO kablam! | Oct 10 17:19:24.274 INFO kablam! 3 | use std::io::Write; Oct 10 17:19:24.274 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:19:24.274 INFO kablam! | Oct 10 17:19:24.275 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:19:24.275 INFO kablam! Oct 10 17:19:24.275 INFO kablam! warning: unused import: `multimap::MultiMap` Oct 10 17:19:24.275 INFO kablam! --> src/ir/convert.rs:6:5 Oct 10 17:19:24.275 INFO kablam! | Oct 10 17:19:24.275 INFO kablam! 6 | use multimap::MultiMap; Oct 10 17:19:24.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:19:24.275 INFO kablam! Oct 10 17:19:24.868 INFO kablam! warning: unused variable: `position` Oct 10 17:19:24.869 INFO kablam! --> src/ir/classes.rs:86:25 Oct 10 17:19:24.869 INFO kablam! | Oct 10 17:19:24.869 INFO kablam! 86 | if let Some(position) = members.iter().position(|m| m.offset() == offset) { Oct 10 17:19:24.870 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 17:19:24.870 INFO kablam! | Oct 10 17:19:24.870 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:19:24.871 INFO kablam! Oct 10 17:19:24.871 INFO kablam! warning: unused variable: `name` Oct 10 17:19:24.871 INFO kablam! --> src/ir/classes.rs:166:28 Oct 10 17:19:24.872 INFO kablam! | Oct 10 17:19:24.872 INFO kablam! 166 | fn transform_bitfields(name: &Name, mut members: VecDeque) -> VecDeque { Oct 10 17:19:24.873 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 17:19:24.873 INFO kablam! Oct 10 17:19:24.873 INFO kablam! warning: unused variable: `typ` Oct 10 17:19:24.874 INFO kablam! --> src/ir/classes.rs:231:51 Oct 10 17:19:24.874 INFO kablam! | Oct 10 17:19:24.874 INFO kablam! 231 | TypeData::VirtualFunctionTablePointer(typ) => Some(ClassMember::Vtable), Oct 10 17:19:24.875 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 10 17:19:24.875 INFO kablam! Oct 10 17:19:24.875 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:24.876 INFO kablam! --> src/ir/classes.rs:261:41 Oct 10 17:19:24.876 INFO kablam! | Oct 10 17:19:24.876 INFO kablam! 261 | let BaseClassType { attributes, kind, offset, base_class, .. } = class; Oct 10 17:19:24.877 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:24.877 INFO kablam! Oct 10 17:19:24.877 INFO kablam! warning: unused variable: `base_pointer` Oct 10 17:19:24.878 INFO kablam! --> src/ir/classes.rs:285:68 Oct 10 17:19:24.878 INFO kablam! | Oct 10 17:19:24.878 INFO kablam! 285 | let VirtualBaseClassType { direct, attributes, base_class, base_pointer, Oct 10 17:19:24.878 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `base_pointer: _` Oct 10 17:19:24.879 INFO kablam! Oct 10 17:19:24.879 INFO kablam! warning: unused variable: `typ` Oct 10 17:19:24.879 INFO kablam! --> src/ir/classes.rs:502:35 Oct 10 17:19:24.879 INFO kablam! | Oct 10 17:19:24.880 INFO kablam! 502 | TypeData::Enumeration(typ) => Oct 10 17:19:24.880 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 10 17:19:24.880 INFO kablam! Oct 10 17:19:24.881 INFO kablam! warning: unused variable: `nested` Oct 10 17:19:24.881 INFO kablam! --> src/ir/unions.rs:27:46 Oct 10 17:19:24.881 INFO kablam! | Oct 10 17:19:24.882 INFO kablam! 27 | TypeData::Nested(nested) => {}, Oct 10 17:19:24.882 INFO kablam! | ^^^^^^ help: consider using `_nested` instead Oct 10 17:19:24.882 INFO kablam! Oct 10 17:19:24.882 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:24.883 INFO kablam! --> src/ir/size.rs:8:20 Oct 10 17:19:24.883 INFO kablam! | Oct 10 17:19:24.883 INFO kablam! 8 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:24.884 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:24.884 INFO kablam! Oct 10 17:19:24.884 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:24.885 INFO kablam! --> src/ir/size.rs:64:20 Oct 10 17:19:24.885 INFO kablam! | Oct 10 17:19:24.885 INFO kablam! 64 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:24.886 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:24.886 INFO kablam! Oct 10 17:19:24.886 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:24.886 INFO kablam! --> src/ir/size.rs:121:20 Oct 10 17:19:24.887 INFO kablam! | Oct 10 17:19:24.887 INFO kablam! 121 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:24.887 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:24.888 INFO kablam! Oct 10 17:19:24.888 INFO kablam! warning: unused variable: `offset` Oct 10 17:19:24.888 INFO kablam! --> src/ir/write.rs:220:37 Oct 10 17:19:24.889 INFO kablam! | Oct 10 17:19:24.889 INFO kablam! 220 | let BaseClass { attributes, offset, base_class } = base; Oct 10 17:19:24.889 INFO kablam! | ^^^^^^ help: try ignoring the field: `offset: _` Oct 10 17:19:24.890 INFO kablam! Oct 10 17:19:24.890 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:24.890 INFO kablam! --> src/ir/write.rs:222:27 Oct 10 17:19:24.891 INFO kablam! | Oct 10 17:19:24.891 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:24.891 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:24.891 INFO kablam! Oct 10 17:19:24.892 INFO kablam! warning: unused variable: `properties` Oct 10 17:19:24.892 INFO kablam! --> src/ir/write.rs:222:42 Oct 10 17:19:24.892 INFO kablam! | Oct 10 17:19:24.893 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:24.893 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 10 17:19:24.893 INFO kablam! Oct 10 17:19:24.894 INFO kablam! warning: unused variable: `base_pointer_offset` Oct 10 17:19:24.894 INFO kablam! --> src/ir/write.rs:238:44 Oct 10 17:19:24.894 INFO kablam! | Oct 10 17:19:24.895 INFO kablam! 238 | let VirtualBaseClass { attributes, base_pointer_offset, base_class, .. } = base; Oct 10 17:19:24.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `base_pointer_offset: _` Oct 10 17:19:24.895 INFO kablam! Oct 10 17:19:24.895 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:24.896 INFO kablam! --> src/ir/write.rs:240:27 Oct 10 17:19:24.896 INFO kablam! | Oct 10 17:19:24.896 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:24.897 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:24.897 INFO kablam! Oct 10 17:19:24.897 INFO kablam! warning: unused variable: `properties` Oct 10 17:19:24.898 INFO kablam! --> src/ir/write.rs:240:42 Oct 10 17:19:24.898 INFO kablam! | Oct 10 17:19:24.898 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:24.899 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 10 17:19:24.899 INFO kablam! Oct 10 17:19:24.899 INFO kablam! warning: unused variable: `fields` Oct 10 17:19:24.900 INFO kablam! --> src/ir/write.rs:381:24 Oct 10 17:19:24.900 INFO kablam! | Oct 10 17:19:24.901 INFO kablam! 381 | let Bitfield { fields } = b; Oct 10 17:19:24.901 INFO kablam! | ^^^^^^ help: try ignoring the field: `fields: _` Oct 10 17:19:24.901 INFO kablam! Oct 10 17:19:24.902 INFO kablam! warning: unused variable: `constant` Oct 10 17:19:24.902 INFO kablam! --> src/ir/write.rs:411:36 Oct 10 17:19:24.902 INFO kablam! | Oct 10 17:19:24.902 INFO kablam! 411 | let Modifier { underlying, constant, .. } = m; Oct 10 17:19:24.903 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `constant: _` Oct 10 17:19:24.903 INFO kablam! Oct 10 17:19:24.948 INFO kablam! warning: variable does not need to be mutable Oct 10 17:19:24.949 INFO kablam! --> src/ir/classes.rs:94:25 Oct 10 17:19:24.949 INFO kablam! | Oct 10 17:19:24.949 INFO kablam! 94 | let mut union_struct: Vec<_> = members.drain(..position+1).collect(); Oct 10 17:19:24.950 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 17:19:24.950 INFO kablam! | | Oct 10 17:19:24.950 INFO kablam! | help: remove this `mut` Oct 10 17:19:24.951 INFO kablam! | Oct 10 17:19:24.951 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:19:24.951 INFO kablam! Oct 10 17:19:25.184 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:19:25.184 INFO kablam! --> src/lib.rs:2:12 Oct 10 17:19:25.184 INFO kablam! | Oct 10 17:19:25.184 INFO kablam! 2 | #![feature(match_default_bindings)] Oct 10 17:19:25.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:19:25.184 INFO kablam! | Oct 10 17:19:25.184 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:19:25.184 INFO kablam! Oct 10 17:19:31.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.70s Oct 10 17:19:31.200 INFO kablam! su: No module specific data is present Oct 10 17:19:31.860 INFO running `"docker" "rm" "-f" "8699a2aef46e163468e8ffb1e7986fb32383f0985c2a79b92ce993ed2a194f21"` Oct 10 17:19:32.164 INFO blam! 8699a2aef46e163468e8ffb1e7986fb32383f0985c2a79b92ce993ed2a194f21 Oct 10 17:19:32.173 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:19:32.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:19:32.584 INFO blam! 1559bccbdc7c17420d4131798539c949c525fd7ffdb5e2584a67f43ab5a8ecf5 Oct 10 17:19:32.588 INFO running `"docker" "start" "-a" "1559bccbdc7c17420d4131798539c949c525fd7ffdb5e2584a67f43ab5a8ecf5"` Oct 10 17:19:33.764 INFO kablam! usermod: no changes Oct 10 17:19:33.892 INFO kablam! Compiling pdbextract v0.1.0 (/source) Oct 10 17:19:36.478 INFO kablam! warning: unused import: `std::io::Write` Oct 10 17:19:36.478 INFO kablam! --> src/ir/classes.rs:3:5 Oct 10 17:19:36.478 INFO kablam! | Oct 10 17:19:36.478 INFO kablam! 3 | use std::io::Write; Oct 10 17:19:36.478 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:19:36.478 INFO kablam! | Oct 10 17:19:36.478 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 17:19:36.478 INFO kablam! Oct 10 17:19:36.488 INFO kablam! warning: unused import: `multimap::MultiMap` Oct 10 17:19:36.488 INFO kablam! --> src/ir/convert.rs:6:5 Oct 10 17:19:36.489 INFO kablam! | Oct 10 17:19:36.489 INFO kablam! 6 | use multimap::MultiMap; Oct 10 17:19:36.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 17:19:36.489 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `position` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:86:25 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 86 | if let Some(position) = members.iter().position(|m| m.offset() == offset) { Oct 10 17:19:37.464 INFO kablam! | ^^^^^^^^ help: consider using `_position` instead Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `name` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:166:28 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 166 | fn transform_bitfields(name: &Name, mut members: VecDeque) -> VecDeque { Oct 10 17:19:37.464 INFO kablam! | ^^^^ help: consider using `_name` instead Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `typ` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:231:51 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 231 | TypeData::VirtualFunctionTablePointer(typ) => Some(ClassMember::Vtable), Oct 10 17:19:37.464 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:261:41 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 261 | let BaseClassType { attributes, kind, offset, base_class, .. } = class; Oct 10 17:19:37.464 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `base_pointer` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:285:68 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 285 | let VirtualBaseClassType { direct, attributes, base_class, base_pointer, Oct 10 17:19:37.464 INFO kablam! | ^^^^^^^^^^^^ help: try ignoring the field: `base_pointer: _` Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.464 INFO kablam! warning: unused variable: `typ` Oct 10 17:19:37.464 INFO kablam! --> src/ir/classes.rs:502:35 Oct 10 17:19:37.464 INFO kablam! | Oct 10 17:19:37.464 INFO kablam! 502 | TypeData::Enumeration(typ) => Oct 10 17:19:37.464 INFO kablam! | ^^^ help: consider using `_typ` instead Oct 10 17:19:37.464 INFO kablam! Oct 10 17:19:37.468 INFO kablam! warning: unused variable: `nested` Oct 10 17:19:37.468 INFO kablam! --> src/ir/unions.rs:27:46 Oct 10 17:19:37.468 INFO kablam! | Oct 10 17:19:37.468 INFO kablam! 27 | TypeData::Nested(nested) => {}, Oct 10 17:19:37.468 INFO kablam! | ^^^^^^ help: consider using `_nested` instead Oct 10 17:19:37.468 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:37.472 INFO kablam! --> src/ir/size.rs:8:20 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 8 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:37.472 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:37.472 INFO kablam! --> src/ir/size.rs:64:20 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 64 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:37.472 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `arena` Oct 10 17:19:37.472 INFO kablam! --> src/ir/size.rs:121:20 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 121 | fn size(&self, arena: &Arena) -> usize { Oct 10 17:19:37.472 INFO kablam! | ^^^^^ help: consider using `_arena` instead Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `offset` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:220:37 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 220 | let BaseClass { attributes, offset, base_class } = base; Oct 10 17:19:37.472 INFO kablam! | ^^^^^^ help: try ignoring the field: `offset: _` Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:222:27 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:37.472 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `properties` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:222:42 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 222 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:37.472 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `base_pointer_offset` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:238:44 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 238 | let VirtualBaseClass { attributes, base_pointer_offset, base_class, .. } = base; Oct 10 17:19:37.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: try ignoring the field: `base_pointer_offset: _` Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `kind` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:240:27 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:37.472 INFO kablam! | ^^^^ help: try ignoring the field: `kind: _` Oct 10 17:19:37.472 INFO kablam! Oct 10 17:19:37.472 INFO kablam! warning: unused variable: `properties` Oct 10 17:19:37.472 INFO kablam! --> src/ir/write.rs:240:42 Oct 10 17:19:37.472 INFO kablam! | Oct 10 17:19:37.472 INFO kablam! 240 | let Class { name, kind, members, properties, size } = &self.arena[base_class]; Oct 10 17:19:37.473 INFO kablam! | ^^^^^^^^^^ help: try ignoring the field: `properties: _` Oct 10 17:19:37.473 INFO kablam! Oct 10 17:19:37.473 INFO kablam! warning: unused variable: `fields` Oct 10 17:19:37.473 INFO kablam! --> src/ir/write.rs:381:24 Oct 10 17:19:37.473 INFO kablam! | Oct 10 17:19:37.473 INFO kablam! 381 | let Bitfield { fields } = b; Oct 10 17:19:37.473 INFO kablam! | ^^^^^^ help: try ignoring the field: `fields: _` Oct 10 17:19:37.473 INFO kablam! Oct 10 17:19:37.473 INFO kablam! warning: unused variable: `constant` Oct 10 17:19:37.473 INFO kablam! --> src/ir/write.rs:411:36 Oct 10 17:19:37.473 INFO kablam! | Oct 10 17:19:37.473 INFO kablam! 411 | let Modifier { underlying, constant, .. } = m; Oct 10 17:19:37.473 INFO kablam! | ^^^^^^^^ help: try ignoring the field: `constant: _` Oct 10 17:19:37.473 INFO kablam! Oct 10 17:19:37.630 INFO kablam! warning: variable does not need to be mutable Oct 10 17:19:37.630 INFO kablam! --> src/ir/classes.rs:94:25 Oct 10 17:19:37.630 INFO kablam! | Oct 10 17:19:37.631 INFO kablam! 94 | let mut union_struct: Vec<_> = members.drain(..position+1).collect(); Oct 10 17:19:37.631 INFO kablam! | ----^^^^^^^^^^^^ Oct 10 17:19:37.631 INFO kablam! | | Oct 10 17:19:37.631 INFO kablam! | help: remove this `mut` Oct 10 17:19:37.632 INFO kablam! | Oct 10 17:19:37.632 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 17:19:37.632 INFO kablam! Oct 10 17:19:37.920 INFO kablam! warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 17:19:37.921 INFO kablam! --> src/lib.rs:2:12 Oct 10 17:19:37.921 INFO kablam! | Oct 10 17:19:37.921 INFO kablam! 2 | #![feature(match_default_bindings)] Oct 10 17:19:37.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:19:37.921 INFO kablam! | Oct 10 17:19:37.922 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 17:19:37.922 INFO kablam! Oct 10 17:19:38.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.90s Oct 10 17:19:38.713 INFO kablam! su: No module specific data is present Oct 10 17:19:39.637 INFO running `"docker" "rm" "-f" "1559bccbdc7c17420d4131798539c949c525fd7ffdb5e2584a67f43ab5a8ecf5"` Oct 10 17:19:39.936 INFO blam! 1559bccbdc7c17420d4131798539c949c525fd7ffdb5e2584a67f43ab5a8ecf5 Oct 10 17:19:39.941 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:19:39.942 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 17:19:40.374 INFO blam! db875937fb64abd82b637b2d0c21392108a7266f04ec918d90425b6e63824d05 Oct 10 17:19:40.376 INFO running `"docker" "start" "-a" "db875937fb64abd82b637b2d0c21392108a7266f04ec918d90425b6e63824d05"` Oct 10 17:19:42.006 INFO kablam! usermod: no changes Oct 10 17:19:42.189 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 17:19:42.190 INFO kablam! Running /target/debug/deps/pdbextract-367ab2a325cbaf9d Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.196 INFO blam! running 0 tests Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.196 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.196 INFO blam! running 0 tests Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.196 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:19:42.196 INFO blam! Oct 10 17:19:42.199 INFO kablam! Running /target/debug/deps/pdbextract-5e2fc47d2fb49f38 Oct 10 17:19:42.199 INFO kablam! Doc-tests pdbextract Oct 10 17:19:45.506 INFO blam! Oct 10 17:19:45.506 INFO blam! running 0 tests Oct 10 17:19:45.506 INFO blam! Oct 10 17:19:45.506 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:19:45.507 INFO blam! Oct 10 17:19:45.520 INFO kablam! su: No module specific data is present Oct 10 17:19:46.929 INFO running `"docker" "rm" "-f" "db875937fb64abd82b637b2d0c21392108a7266f04ec918d90425b6e63824d05"` Oct 10 17:19:47.177 INFO blam! db875937fb64abd82b637b2d0c21392108a7266f04ec918d90425b6e63824d05