[INFO] fetching crate anonymous_table 0.3.3...
[INFO] checking anonymous_table-0.3.3 against master#b286722878e18db29a7fbe672be7c4d3b02e8e4d for pr-127655
[INFO] extracting crate anonymous_table 0.3.3 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate anonymous_table 0.3.3 on toolchain b286722878e18db29a7fbe672be7c4d3b02e8e4d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate anonymous_table 0.3.3
[INFO] finished tweaking crates.io crate anonymous_table 0.3.3
[INFO] tweaked toml for crates.io crate anonymous_table 0.3.3 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate anonymous_table 0.3.3 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a2903f83ad620ddf1f8871f64f70ccd836dd90bc988e7b42ddf442d82ce66d9e
[INFO] running `Command { std: "docker" "start" "-a" "a2903f83ad620ddf1f8871f64f70ccd836dd90bc988e7b42ddf442d82ce66d9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a2903f83ad620ddf1f8871f64f70ccd836dd90bc988e7b42ddf442d82ce66d9e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a2903f83ad620ddf1f8871f64f70ccd836dd90bc988e7b42ddf442d82ce66d9e", kill_on_drop: false }`
[INFO] [stdout] a2903f83ad620ddf1f8871f64f70ccd836dd90bc988e7b42ddf442d82ce66d9e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+b286722878e18db29a7fbe672be7c4d3b02e8e4d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fba14835ce75907a522067644bfe8158ab6f4ec4eb44f46b4c233eba9c2a3ae0
[INFO] running `Command { std: "docker" "start" "-a" "fba14835ce75907a522067644bfe8158ab6f4ec4eb44f46b4c233eba9c2a3ae0", kill_on_drop: false }`
[INFO] [stderr]     Checking anonymous_table v0.3.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: methods `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stdout]   --> src/anonymous.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AnonymousCell{
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub unsafe fn insert_value<T: Anonymous>(&mut self, new: T){
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub unsafe fn as_raw<T: Anonymous>(&self) -> *const T{
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub unsafe fn as_raw_mut<T: Anonymous>(&mut self) -> *mut T{
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stdout]   --> src/anonymous.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AnonymousCell{
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub unsafe fn insert_value<T: Anonymous>(&mut self, new: T){
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub unsafe fn as_raw<T: Anonymous>(&self) -> *const T{
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub unsafe fn as_raw_mut<T: Anonymous>(&mut self) -> *mut T{
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reserved` is never read
[INFO] [stdout]    --> src/table.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 97  | pub struct AnonymousTable {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     reserved: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reserved` is never read
[INFO] [stdout]    --> src/table.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 97  | pub struct AnonymousTable {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     reserved: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stdout]   --> src/anonymous.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AnonymousCell{
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub unsafe fn insert_value<T: Anonymous>(&mut self, new: T){
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub unsafe fn as_raw<T: Anonymous>(&self) -> *const T{
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub unsafe fn as_raw_mut<T: Anonymous>(&mut self) -> *mut T{
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reserved` is never read
[INFO] [stdout]    --> src/table.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 97  | pub struct AnonymousTable {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     reserved: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stdout]   --> src/anonymous.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AnonymousCell{
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub unsafe fn insert_value<T: Anonymous>(&mut self, new: T){
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub unsafe fn as_raw<T: Anonymous>(&self) -> *const T{
[INFO] [stdout]    |                   ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 51 |     pub unsafe fn as_raw_mut<T: Anonymous>(&mut self) -> *mut T{
[INFO] [stdout]    |                   ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `reserved` is never read
[INFO] [stdout]    --> src/table.rs:101:5
[INFO] [stdout]     |
[INFO] [stdout] 97  | pub struct AnonymousTable {
[INFO] [stdout]     |            -------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 101 |     reserved: Vec<usize>,
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] running `Command { std: "docker" "inspect" "fba14835ce75907a522067644bfe8158ab6f4ec4eb44f46b4c233eba9c2a3ae0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fba14835ce75907a522067644bfe8158ab6f4ec4eb44f46b4c233eba9c2a3ae0", kill_on_drop: false }`
[INFO] [stdout] fba14835ce75907a522067644bfe8158ab6f4ec4eb44f46b4c233eba9c2a3ae0
