[INFO] fetching crate anonymous_table 0.3.3...
[INFO] testing anonymous_table-0.3.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[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 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "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" "+1871252fc8bb672d40787e67404e6eaae7059369" "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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a1d02f17d92c4b8f22d5104483d0d9af36bb5cf175c9ff847dc976cb3d784dc5
[INFO] running `Command { std: "docker" "start" "-a" "a1d02f17d92c4b8f22d5104483d0d9af36bb5cf175c9ff847dc976cb3d784dc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a1d02f17d92c4b8f22d5104483d0d9af36bb5cf175c9ff847dc976cb3d784dc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1d02f17d92c4b8f22d5104483d0d9af36bb5cf175c9ff847dc976cb3d784dc5", kill_on_drop: false }`
[INFO] [stdout] a1d02f17d92c4b8f22d5104483d0d9af36bb5cf175c9ff847dc976cb3d784dc5
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc24706ded8f57872144db7e6616059e4d0815a1f3e6c605885a7b7e674f094f
[INFO] running `Command { std: "docker" "start" "-a" "dc24706ded8f57872144db7e6616059e4d0815a1f3e6c605885a7b7e674f094f", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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: 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: field `id` is never read
[INFO] [stdout]   --> src/anonymous.rs:10:16
[INFO] [stdout]    |
[INFO] [stdout] 7  | pub(crate) struct AnonymousCell{
[INFO] [stdout]    |                   ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub(crate) id: u16,
[INFO] [stdout]    |                ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AnonymousCell` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_mut`, `exchange_value`, `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stdout]   --> src/anonymous.rs:30:19
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl AnonymousCell{
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     pub unsafe fn get_mut<T: Anonymous>(&mut self) -> &mut T{
[INFO] [stdout]    |                   ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub unsafe fn exchange_value<T: Anonymous + Copy>(&mut self, new: T) -> T{
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^
[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] 
[INFO] [stdout] warning: struct `AnonymousRow` is never constructed
[INFO] [stdout]   --> src/table.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | pub struct AnonymousRow(Vec<AnonymousCell>);
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AnonymousRow` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple associated items are never used
[INFO] [stdout]   --> src/table.rs:16:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl AnonymousRow {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] 16 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn with_capacity(cap: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 22 |     pub fn len(&self) -> usize {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 26 |     pub fn push<T: Anonymous>(&mut self, item: T) {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn chain_push<T: Anonymous>(mut self, item: T) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn insert<T: Anonymous>(&mut self, item: T, index: usize) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn exchange_at<T: Anonymous + Copy>(&mut self, item: T, index: usize) -> Result<(), ()> {
[INFO] [stdout]    |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     pub fn get_at<T: Anonymous>(&self, index: usize) -> Option<&T> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn get_mut_at<T: Anonymous>(&mut self, index: usize) -> Option<&mut T> {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub unsafe fn get_at_unchecked<T: Anonymous>(&self, index: usize) -> &T {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub unsafe fn get_at_mut_unchecked<T: Anonymous>(&mut self, index: usize) -> &mut T {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn get_ids(&self) -> Vec<u16> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableRaw` is never constructed
[INFO] [stdout]   --> src/table.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | struct TableRaw {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_row` and `get_row_mut` are never used
[INFO] [stdout]   --> src/table.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl TableRaw {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 81 |     fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AnonymousTable` is never constructed
[INFO] [stdout]   --> src/table.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct AnonymousTable {
[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: multiple associated items are never used
[INFO] [stdout]    --> src/table.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | impl AnonymousTable {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout] 107 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reserve(&mut self, increase: usize) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     fn register_row(&mut self, ids: Vec<u16>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn register_named_row(&mut self, row: AnonymousRow, name: RowName) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn push_row(&mut self, row: AnonymousRow) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn chain_push_row(mut self, row: AnonymousRow) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn insert_at<T: Anonymous>(&mut self, obj: T, location: TableIndex) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn get_named_row(&self, name: RowName) -> Option<&AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn get_named_row_mut(&mut self, name: RowName) -> Option<&mut AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     pub fn get_all_of_type<T: Anonymous>(&self) -> Vec<&T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub fn register_tagged_row(&mut self, row: AnonymousRow, tag: Tag) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn registed_multi_tagged_row(&mut self, row: AnonymousRow, tags: &[Tag]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     pub fn register_named_tagged_row(&mut self, row: AnonymousRow, tag: Tag, name: RowName) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |     pub fn register_named_multi_tagged_row(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 284 |     pub fn get_tagged_rows(&self, tag: Tag) -> Option<Vec<&AnonymousRow>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn get_from_tagged<T: Anonymous>(&self, tag: Tag) -> Option<Vec<&T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 8 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "dc24706ded8f57872144db7e6616059e4d0815a1f3e6c605885a7b7e674f094f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc24706ded8f57872144db7e6616059e4d0815a1f3e6c605885a7b7e674f094f", kill_on_drop: false }`
[INFO] [stdout] dc24706ded8f57872144db7e6616059e4d0815a1f3e6c605885a7b7e674f094f
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94a1275472d9cc8a44127ae19e79cfa4bbd426dbd2a19d3d4f5d9bbdc3ae3832
[INFO] running `Command { std: "docker" "start" "-a" "94a1275472d9cc8a44127ae19e79cfa4bbd426dbd2a19d3d4f5d9bbdc3ae3832", kill_on_drop: false }`
[INFO] [stderr]    Compiling 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: 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: 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: associated items `with_capacity`, `chain_push`, `insert`, `get_at_unchecked`, `get_at_mut_unchecked`, and `get_ids` are never used
[INFO] [stdout]   --> src/table.rs:19:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | impl AnonymousRow {
[INFO] [stdout]    | ----------------- associated items in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub fn with_capacity(cap: usize) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub fn chain_push<T: Anonymous>(mut self, item: T) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 33 |     pub fn insert<T: Anonymous>(&mut self, item: T, index: usize) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 62 |     pub unsafe fn get_at_unchecked<T: Anonymous>(&self, index: usize) -> &T {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 65 |     pub unsafe fn get_at_mut_unchecked<T: Anonymous>(&mut self, index: usize) -> &mut T {
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 70 |     fn get_ids(&self) -> Vec<u16> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TableRaw` is never constructed
[INFO] [stdout]   --> src/table.rs:76:8
[INFO] [stdout]    |
[INFO] [stdout] 76 | struct TableRaw {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_row` and `get_row_mut` are never used
[INFO] [stdout]   --> src/table.rs:81:8
[INFO] [stdout]    |
[INFO] [stdout] 80 | impl TableRaw {
[INFO] [stdout]    | ------------- methods in this implementation
[INFO] [stdout] 81 |     fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 85 |     fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AnonymousTable` is never constructed
[INFO] [stdout]   --> src/table.rs:97:12
[INFO] [stdout]    |
[INFO] [stdout] 97 | pub struct AnonymousTable {
[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: multiple associated items are never used
[INFO] [stdout]    --> src/table.rs:107:12
[INFO] [stdout]     |
[INFO] [stdout] 106 | impl AnonymousTable {
[INFO] [stdout]     | ------------------- associated items in this implementation
[INFO] [stdout] 107 |     pub fn new() -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn clear(&mut self) {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 124 |     pub fn len(&self) -> usize {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 128 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     pub fn reserve(&mut self, increase: usize) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 |     fn register_row(&mut self, ids: Vec<u16>) {
[INFO] [stdout]     |        ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 |     pub fn register_named_row(&mut self, row: AnonymousRow, name: RowName) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     pub fn push_row(&mut self, row: AnonymousRow) {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 |     pub fn chain_push_row(mut self, row: AnonymousRow) -> Self {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     pub fn insert_at<T: Anonymous>(&mut self, obj: T, location: TableIndex) {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     pub fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 |     pub fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     pub fn get_named_row(&self, name: RowName) -> Option<&AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 |     pub fn get_named_row_mut(&mut self, name: RowName) -> Option<&mut AnonymousRow> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 207 |     pub fn get_all_of_type<T: Anonymous>(&self) -> Vec<&T> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 225 |     pub fn register_tagged_row(&mut self, row: AnonymousRow, tag: Tag) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 237 |     pub fn registed_multi_tagged_row(&mut self, row: AnonymousRow, tags: &[Tag]) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 251 |     pub fn register_named_tagged_row(&mut self, row: AnonymousRow, tag: Tag, name: RowName) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 264 |     pub fn register_named_multi_tagged_row(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 284 |     pub fn get_tagged_rows(&self, tag: Tag) -> Option<Vec<&AnonymousRow>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 293 |     pub fn get_from_tagged<T: Anonymous>(&self, tag: Tag) -> Option<Vec<&T>> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 6 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.99s
[INFO] running `Command { std: "docker" "inspect" "94a1275472d9cc8a44127ae19e79cfa4bbd426dbd2a19d3d4f5d9bbdc3ae3832", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94a1275472d9cc8a44127ae19e79cfa4bbd426dbd2a19d3d4f5d9bbdc3ae3832", kill_on_drop: false }`
[INFO] [stdout] 94a1275472d9cc8a44127ae19e79cfa4bbd426dbd2a19d3d4f5d9bbdc3ae3832
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] bc592663d983bcb725dbd374e176d07697c542cae2547ed02afb02fc12b45ee6
[INFO] running `Command { std: "docker" "start" "-a" "bc592663d983bcb725dbd374e176d07697c542cae2547ed02afb02fc12b45ee6", kill_on_drop: false }`
[INFO] [stderr] warning: methods `insert_value`, `as_raw`, and `as_raw_mut` are never used
[INFO] [stderr]   --> src/anonymous.rs:43:19
[INFO] [stderr]    |
[INFO] [stderr] 14 | impl AnonymousCell{
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 43 |     pub unsafe fn insert_value<T: Anonymous>(&mut self, new: T){
[INFO] [stderr]    |                   ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 47 |     pub unsafe fn as_raw<T: Anonymous>(&self) -> *const T{
[INFO] [stderr]    |                   ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 51 |     pub unsafe fn as_raw_mut<T: Anonymous>(&mut self) -> *mut T{
[INFO] [stderr]    |                   ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `reserved` is never read
[INFO] [stderr]    --> src/table.rs:101:5
[INFO] [stderr]     |
[INFO] [stderr] 97  | pub struct AnonymousTable {
[INFO] [stderr]     |            -------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 101 |     reserved: Vec<usize>,
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `anonymous_table` (lib) generated 2 warnings
[INFO] [stderr] warning: associated items `with_capacity`, `chain_push`, `insert`, `get_at_unchecked`, `get_at_mut_unchecked`, and `get_ids` are never used
[INFO] [stderr]   --> src/table.rs:19:12
[INFO] [stderr]    |
[INFO] [stderr] 15 | impl AnonymousRow {
[INFO] [stderr]    | ----------------- associated items in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 19 |     pub fn with_capacity(cap: usize) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub fn chain_push<T: Anonymous>(mut self, item: T) -> Self {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 33 |     pub fn insert<T: Anonymous>(&mut self, item: T, index: usize) {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 62 |     pub unsafe fn get_at_unchecked<T: Anonymous>(&self, index: usize) -> &T {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 65 |     pub unsafe fn get_at_mut_unchecked<T: Anonymous>(&mut self, index: usize) -> &mut T {
[INFO] [stderr]    |                   ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 70 |     fn get_ids(&self) -> Vec<u16> {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TableRaw` is never constructed
[INFO] [stderr]   --> src/table.rs:76:8
[INFO] [stderr]    |
[INFO] [stderr] 76 | struct TableRaw {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_row` and `get_row_mut` are never used
[INFO] [stderr]   --> src/table.rs:81:8
[INFO] [stderr]    |
[INFO] [stderr] 80 | impl TableRaw {
[INFO] [stderr]    | ------------- methods in this implementation
[INFO] [stderr] 81 |     fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stderr]    |        ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 85 |     fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AnonymousTable` is never constructed
[INFO] [stderr]   --> src/table.rs:97:12
[INFO] [stderr]    |
[INFO] [stderr] 97 | pub struct AnonymousTable {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AnonymousTable` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: multiple associated items are never used
[INFO] [stderr]    --> src/table.rs:107:12
[INFO] [stderr]     |
[INFO] [stderr] 106 | impl AnonymousTable {
[INFO] [stderr]     | ------------------- associated items in this implementation
[INFO] [stderr] 107 |     pub fn new() -> Self {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 117 |     pub fn clear(&mut self) {
[INFO] [stderr]     |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 124 |     pub fn len(&self) -> usize {
[INFO] [stderr]     |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 128 |     pub fn capacity(&self) -> usize {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 132 |     pub fn reserve(&mut self, increase: usize) {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 140 |     fn register_row(&mut self, ids: Vec<u16>) {
[INFO] [stderr]     |        ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 157 |     pub fn register_named_row(&mut self, row: AnonymousRow, name: RowName) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 164 |     pub fn push_row(&mut self, row: AnonymousRow) {
[INFO] [stderr]     |            ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 169 |     pub fn chain_push_row(mut self, row: AnonymousRow) -> Self {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 174 |     pub fn insert_at<T: Anonymous>(&mut self, obj: T, location: TableIndex) {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 189 |     pub fn get_row(&self, row: usize) -> Option<&AnonymousRow> {
[INFO] [stderr]     |            ^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 193 |     pub fn get_row_mut(&mut self, row: usize) -> Option<&mut AnonymousRow> {
[INFO] [stderr]     |            ^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 197 |     pub fn get_named_row(&self, name: RowName) -> Option<&AnonymousRow> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 202 |     pub fn get_named_row_mut(&mut self, name: RowName) -> Option<&mut AnonymousRow> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 207 |     pub fn get_all_of_type<T: Anonymous>(&self) -> Vec<&T> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 225 |     pub fn register_tagged_row(&mut self, row: AnonymousRow, tag: Tag) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 237 |     pub fn registed_multi_tagged_row(&mut self, row: AnonymousRow, tags: &[Tag]) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 251 |     pub fn register_named_tagged_row(&mut self, row: AnonymousRow, tag: Tag, name: RowName) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 264 |     pub fn register_named_multi_tagged_row(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 284 |     pub fn get_tagged_rows(&self, tag: Tag) -> Option<Vec<&AnonymousRow>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 293 |     pub fn get_from_tagged<T: Anonymous>(&self, tag: Tag) -> Option<Vec<&T>> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `anonymous_table` (bin "anonymous_table" test) generated 6 warnings (1 duplicate)
[INFO] [stderr] warning: `anonymous_table` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/anonymous_table-28d0ccccfbfb8ebc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/anonymous_table-d5545c6037b9f9b9)
[INFO] [stdout] 
[INFO] [stdout] running 22 tests
[INFO] [stdout] test tests::anonymous_test::assign_empty_enum ... ok
[INFO] [stdout] test tests::anonymous_test::assign_some_primitive ... ok
[INFO] [stdout] test tests::anonymous_test::edit_with_move ... ok
[INFO] [stdout] test tests::anonymous_test::assign_complex ... ok
[INFO] [stdout] test tests::anonymous_test::assign_complex_enum ... ok
[INFO] [stdout] test tests::anonymous_test::assign_primitive_enum ... ok
[INFO] [stdout] test tests::anonymous_test::assign_none_primitive ... ok
[INFO] [stdout] test tests::anonymous_test::edit_under_scope ... ok
[INFO] [stdout] test tests::anonymous_test::evil_things ... ok
[INFO] [stdout] test tests::anonymous_test::evil_bad_things ... ok
[INFO] [stdout] test tests::anonymous_test::assign_primitive ... ok
[INFO] [stdout] test tests::row_test::get ... ok
[INFO] [stdout] test tests::row_test::push ... ok
[INFO] [stdout] test tests::anonymous_test::multiple_updates ... ok
[INFO] [stdout] test tests::anonymous_test::reassign ... ok
[INFO] [stdout] test tests::anonymous_test::update_inplace ... ok
[INFO] [stdout] test tests::row_test::update ... ok
[INFO] [stdout] test tests::tag_test::tag_and_name_row ... ok
[INFO] [stdout] test tests::tag_test::get_from_tagged ... ok
[INFO] [stdout] test tests::tag_test::tag_multiple_rows ... ok
[INFO] [stdout] test tests::row_test::change ... ok
[INFO] [stderr]    Doc-tests anonymous_table
[INFO] [stdout] test tests::tag_test::tag_row ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "bc592663d983bcb725dbd374e176d07697c542cae2547ed02afb02fc12b45ee6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc592663d983bcb725dbd374e176d07697c542cae2547ed02afb02fc12b45ee6", kill_on_drop: false }`
[INFO] [stdout] bc592663d983bcb725dbd374e176d07697c542cae2547ed02afb02fc12b45ee6
