[INFO] fetching crate v9 0.1.43... [INFO] testing v9-0.1.43 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate v9 0.1.43 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate v9 0.1.43 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate v9 0.1.43 [INFO] finished tweaking crates.io crate v9 0.1.43 [INFO] tweaked toml for crates.io crate v9 0.1.43 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate v9 0.1.43 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.92 [INFO] [stderr] Downloaded serde_json v1.0.39 [INFO] [stderr] Downloaded serde_derive v1.0.92 [INFO] [stderr] Downloaded ryu v0.2.8 [INFO] [stderr] Downloaded syn v0.15.33 [INFO] [stderr] Downloaded proc-macro2 v0.4.29 [INFO] [stderr] Downloaded v9-attr v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b0e232c0edb9e2cfb1367bb689793737dbaad991ae3b06a5e6631a4a0cdad340 [INFO] running `Command { std: "docker" "start" "-a" "b0e232c0edb9e2cfb1367bb689793737dbaad991ae3b06a5e6631a4a0cdad340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b0e232c0edb9e2cfb1367bb689793737dbaad991ae3b06a5e6631a4a0cdad340", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0e232c0edb9e2cfb1367bb689793737dbaad991ae3b06a5e6631a4a0cdad340", kill_on_drop: false }` [INFO] [stdout] b0e232c0edb9e2cfb1367bb689793737dbaad991ae3b06a5e6631a4a0cdad340 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 898f5ccae47781a05d43db26b35de771cf9ea2eece12abed862277364fc89018 [INFO] running `Command { std: "docker" "start" "-a" "898f5ccae47781a05d43db26b35de771cf9ea2eece12abed862277364fc89018", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.29 [INFO] [stderr] Compiling syn v0.15.33 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling v9-attr v0.1.0 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling v9 v0.1.43 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/util.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl Send for SyncRef> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/util.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub struct SyncRef { [INFO] [stdout] 9 | | val: RefCell, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `id::RunList` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.12s [INFO] running `Command { std: "docker" "inspect" "898f5ccae47781a05d43db26b35de771cf9ea2eece12abed862277364fc89018", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "898f5ccae47781a05d43db26b35de771cf9ea2eece12abed862277364fc89018", kill_on_drop: false }` [INFO] [stdout] 898f5ccae47781a05d43db26b35de771cf9ea2eece12abed862277364fc89018 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6a0b23dc3a9f5bcc5d20e2f537d46290c8fb818378e78bf7c2d9f2f23cae3ad [INFO] running `Command { std: "docker" "start" "-a" "a6a0b23dc3a9f5bcc5d20e2f537d46290c8fb818378e78bf7c2d9f2f23cae3ad", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling getrandom v0.1.7 [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/util.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl Send for SyncRef> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/util.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub struct SyncRef { [INFO] [stdout] 9 | | val: RefCell, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `id::RunList` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.0 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling rand v0.7.0 [INFO] [stderr] Compiling v9 v0.1.43 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `data` [INFO] [stdout] --> tests/kernel_arg.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | data: &'a mut Vec<&'b mut i32>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Scary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> tests/kernel_arg.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 558 | / decl_table! { [INFO] [stdout] 559 | | pub struct bobs { [INFO] [stdout] 560 | | pub name: Name, [INFO] [stdout] 561 | | pub digestion_count: u64, [INFO] [stdout] 562 | | } [INFO] [stdout] 563 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 558 | / decl_table! { [INFO] [stdout] 559 | | pub struct bobs { [INFO] [stdout] 560 | | pub name: Name, [INFO] [stdout] 561 | | pub digestion_count: u64, [INFO] [stdout] 562 | | } [INFO] [stdout] 563 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 581 | / decl_table! { [INFO] [stdout] 582 | | pub struct dupes { [INFO] [stdout] 583 | | pub speed: f32, [INFO] [stdout] 584 | | pub scale: f32, [INFO] [stdout] 585 | | } [INFO] [stdout] 586 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 581 | / decl_table! { [INFO] [stdout] 582 | | pub struct dupes { [INFO] [stdout] 583 | | pub speed: f32, [INFO] [stdout] 584 | | pub scale: f32, [INFO] [stdout] 585 | | } [INFO] [stdout] 586 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 625 | / decl_table! { [INFO] [stdout] 626 | | /// Our many fine cheeses! [INFO] [stdout] 627 | | pub struct cheeses { [INFO] [stdout] 628 | | pub quantity: f64, [INFO] [stdout] ... | [INFO] [stdout] 631 | | } [INFO] [stdout] 632 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / decl_table! { [INFO] [stdout] 79 | | pub struct ships { [INFO] [stdout] 80 | | pub name: Name, [INFO] [stdout] 81 | | pub weight: u32, [INFO] [stdout] 82 | | } [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:78:5 [INFO] [stdout] | [INFO] [stdout] 78 | / decl_table! { [INFO] [stdout] 79 | | pub struct ships { [INFO] [stdout] 80 | | pub name: Name, [INFO] [stdout] 81 | | pub weight: u32, [INFO] [stdout] 82 | | } [INFO] [stdout] 83 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `doc` [INFO] [stdout] --> src/table.rs:509:21 [INFO] [stdout] | [INFO] [stdout] 509 | #[doc(hidden)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / decl_table! { [INFO] [stdout] 86 | | pub struct sailors { [INFO] [stdout] 87 | | pub name: Name, [INFO] [stdout] 88 | | pub ship: ships::Id, [INFO] [stdout] 89 | | } [INFO] [stdout] 90 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stdout] --> src/table.rs:510:21 [INFO] [stdout] | [INFO] [stdout] 510 | $crate::decl_context! { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/event.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / decl_table! { [INFO] [stdout] 86 | | pub struct sailors { [INFO] [stdout] 87 | | pub name: Name, [INFO] [stdout] 88 | | pub ship: ships::Id, [INFO] [stdout] 89 | | } [INFO] [stdout] 90 | | } [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stdout] --> src/util.rs:28:1 [INFO] [stdout] | [INFO] [stdout] 28 | unsafe impl Send for SyncRef> {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stdout] = warning: this will change its meaning in a future release! [INFO] [stdout] = note: for more information, see issue #93367 [INFO] [stdout] note: try using the same sequence of generic parameters as the struct definition [INFO] [stdout] --> src/util.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / pub struct SyncRef { [INFO] [stdout] 9 | | val: RefCell, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: `id::RunList` is not a generic parameter [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `val` [INFO] [stdout] --> src/property.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | val: i32, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `MyProperty` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/property.rs:215:14 [INFO] [stdout] | [INFO] [stdout] 215 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.14s [INFO] running `Command { std: "docker" "inspect" "a6a0b23dc3a9f5bcc5d20e2f537d46290c8fb818378e78bf7c2d9f2f23cae3ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6a0b23dc3a9f5bcc5d20e2f537d46290c8fb818378e78bf7c2d9f2f23cae3ad", kill_on_drop: false }` [INFO] [stdout] a6a0b23dc3a9f5bcc5d20e2f537d46290c8fb818378e78bf7c2d9f2f23cae3ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] eb0f5b09c814d75194a4d7a6bf6674dca34062b79b9c1a1e06f8459af6f97e48 [INFO] running `Command { std: "docker" "start" "-a" "eb0f5b09c814d75194a4d7a6bf6674dca34062b79b9c1a1e06f8459af6f97e48", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / decl_table! { [INFO] [stderr] 626 | | /// Our many fine cheeses! [INFO] [stderr] 627 | | pub struct cheeses { [INFO] [stderr] 628 | | pub quantity: f64, [INFO] [stderr] ... | [INFO] [stderr] 631 | | } [INFO] [stderr] 632 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / decl_table! { [INFO] [stderr] 626 | | /// Our many fine cheeses! [INFO] [stderr] 627 | | pub struct cheeses { [INFO] [stderr] 628 | | pub quantity: f64, [INFO] [stderr] ... | [INFO] [stderr] 631 | | } [INFO] [stderr] 632 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: cross-crate traits with a default impl, like `Send`, should not be specialized [INFO] [stderr] --> src/util.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | unsafe impl Send for SyncRef> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(suspicious_auto_trait_impls)]` on by default [INFO] [stderr] = warning: this will change its meaning in a future release! [INFO] [stderr] = note: for more information, see issue #93367 [INFO] [stderr] note: try using the same sequence of generic parameters as the struct definition [INFO] [stderr] --> src/util.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / pub struct SyncRef { [INFO] [stderr] 9 | | val: RefCell, [INFO] [stderr] 10 | | } [INFO] [stderr] | |_^ [INFO] [stderr] = note: `id::RunList` is not a generic parameter [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 558 | / decl_table! { [INFO] [stderr] 559 | | pub struct bobs { [INFO] [stderr] 560 | | pub name: Name, [INFO] [stderr] 561 | | pub digestion_count: u64, [INFO] [stderr] 562 | | } [INFO] [stderr] 563 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_attributes)]` on by default [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 558 | / decl_table! { [INFO] [stderr] 559 | | pub struct bobs { [INFO] [stderr] 560 | | pub name: Name, [INFO] [stderr] 561 | | pub digestion_count: u64, [INFO] [stderr] 562 | | } [INFO] [stderr] 563 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 581 | / decl_table! { [INFO] [stderr] 582 | | pub struct dupes { [INFO] [stderr] 583 | | pub speed: f32, [INFO] [stderr] 584 | | pub scale: f32, [INFO] [stderr] 585 | | } [INFO] [stderr] 586 | | } [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 581 | / decl_table! { [INFO] [stderr] 582 | | pub struct dupes { [INFO] [stderr] 583 | | pub speed: f32, [INFO] [stderr] 584 | | pub scale: f32, [INFO] [stderr] 585 | | } [INFO] [stderr] 586 | | } [INFO] [stderr] | |_________- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / decl_table! { [INFO] [stderr] 626 | | /// Our many fine cheeses! [INFO] [stderr] 627 | | pub struct cheeses { [INFO] [stderr] 628 | | pub quantity: f64, [INFO] [stderr] ... | [INFO] [stderr] 631 | | } [INFO] [stderr] 632 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 625 | / decl_table! { [INFO] [stderr] 626 | | /// Our many fine cheeses! [INFO] [stderr] 627 | | pub struct cheeses { [INFO] [stderr] 628 | | pub quantity: f64, [INFO] [stderr] ... | [INFO] [stderr] 631 | | } [INFO] [stderr] 632 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/event.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | / decl_table! { [INFO] [stderr] 79 | | pub struct ships { [INFO] [stderr] 80 | | pub name: Name, [INFO] [stderr] 81 | | pub weight: u32, [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/event.rs:78:5 [INFO] [stderr] | [INFO] [stderr] 78 | / decl_table! { [INFO] [stderr] 79 | | pub struct ships { [INFO] [stderr] 80 | | pub name: Name, [INFO] [stderr] 81 | | pub weight: u32, [INFO] [stderr] 82 | | } [INFO] [stderr] 83 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused attribute `doc` [INFO] [stderr] --> src/table.rs:509:21 [INFO] [stderr] | [INFO] [stderr] 509 | #[doc(hidden)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/event.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / decl_table! { [INFO] [stderr] 86 | | pub struct sailors { [INFO] [stderr] 87 | | pub name: Name, [INFO] [stderr] 88 | | pub ship: ships::Id, [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] note: the built-in attribute `doc` will be ignored, since it's applied to the macro invocation `crate::decl_context` [INFO] [stderr] --> src/table.rs:510:21 [INFO] [stderr] | [INFO] [stderr] 510 | $crate::decl_context! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/event.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / decl_table! { [INFO] [stderr] 86 | | pub struct sailors { [INFO] [stderr] 87 | | pub name: Name, [INFO] [stderr] 88 | | pub ship: ships::Id, [INFO] [stderr] 89 | | } [INFO] [stderr] 90 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] = note: this warning originates in the macro `$crate::decl_table` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `val` [INFO] [stderr] --> src/property.rs:217:9 [INFO] [stderr] | [INFO] [stderr] 217 | val: i32, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `MyProperty` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> src/property.rs:215:14 [INFO] [stderr] | [INFO] [stderr] 215 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `v9` (lib) generated 2 warnings [INFO] [stderr] warning: `v9` (lib test) generated 7 warnings (1 duplicate) [INFO] [stderr] warning: field is never read: `data` [INFO] [stderr] --> tests/kernel_arg.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | data: &'a mut Vec<&'b mut i32>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Scary` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> tests/kernel_arg.rs:8:10 [INFO] [stderr] | [INFO] [stderr] 8 | #[derive(Debug)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `v9` (test "kernel_arg") generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/v9-d3293050bef23d9a) [INFO] [stdout] [INFO] [stdout] running 26 tests [INFO] [stdout] test id::test_run_list::dude ... ok [INFO] [stdout] test id::test_run_list::dude2 ... ok [INFO] [stdout] test event::test_tracking::two_tables ... ok [INFO] [stdout] test id::test_run_list::id_list ... ok [INFO] [stdout] test id::test_run_list::on_iter_is_some ... ok [INFO] [stdout] test id::test_run_list::random_found ... ok [INFO] [stdout] test event::test_tracking::basics ... ok [INFO] [stdout] test id::test_run_list::short_range ... ok [INFO] [stdout] test id::test_run_list::thing ... ok [INFO] [stdout] test id::test_run_list::unordered_ranges ... ok [INFO] [stdout] test object::test::change_string ... ok [INFO] [stdout] test object::test::construction ... ok [INFO] [stdout] test id::test_run_list::efficient_when_backwards ... ok [INFO] [stdout] test object::test::look_string ... ok [INFO] [stdout] test object::test::universe_claims_to_be_threadsafe ... ok [INFO] [stdout] test object::test::single_string ... ok [INFO] [stdout] test table::test::basics ... ok [INFO] [stdout] test property::test::property ... ok [INFO] [stdout] test table::test::register ... ok [INFO] [stdout] test table::test::separate_col_access ... ok [INFO] [stdout] test id::test_run_list::test ... ok [INFO] [stdout] test object::test::conflicting_strings - should panic ... ok [INFO] [stdout] test object::test::look_for_missing_string - should panic ... ok [INFO] [stdout] test table::test::double_register - should panic ... ok [INFO] [stdout] test table::test::duplicate_column_types - should panic ... ok [INFO] [stdout] test id::test_run_list::random_insertions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/doc.rs (/opt/rustwide/target/debug/deps/doc-d66df38cc942318d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test compiles ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/event.rs (/opt/rustwide/target/debug/deps/event-3790e9abad2d2a54) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test track_edit ... ok [INFO] [stdout] test track_removal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/ice.rs (/opt/rustwide/target/debug/deps/ice-8418774cc7e2ee39) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test doesnt_ice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/iter.rs (/opt/rustwide/target/debug/deps/iter-4fd3222bee647129) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/kernel_arg.rs (/opt/rustwide/target/debug/deps/kernel_arg-196061105d23688b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test arg_passing_issue ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/kernels.rs (/opt/rustwide/target/debug/deps/kernels-7d1b350b63e55caa) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test borrowing_universe ... ok [INFO] [stdout] test compiles ... ok [INFO] [stdout] test eval ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/monkey.rs (/opt/rustwide/target/debug/deps/monkey-79125c4d15205783) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Running tests/move.rs (/opt/rustwide/target/debug/deps/move-7829018af210cb5b) [INFO] [stdout] test patch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/nice_paths.rs (/opt/rustwide/target/debug/deps/nice_paths-ee42440e7189fe42) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test moving ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/no_orphan_silliness.rs (/opt/rustwide/target/debug/deps/no_orphan_silliness-3ad206409c03da51) [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 tests/property.rs (/opt/rustwide/target/debug/deps/property-f67f30c8b9776d99) [INFO] [stdout] [INFO] [stderr] Running tests/range.rs (/opt/rustwide/target/debug/deps/range-5a0e3292e52017c1) [INFO] [stdout] running 1 test [INFO] [stdout] test compiles_without_orphan_trouble ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/recursive.rs (/opt/rustwide/target/debug/deps/recursive-c6a412ef6727e1fe) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test main ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/serde.rs (/opt/rustwide/target/debug/deps/serde-b4510ba6e250d30d) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test serialize_it ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests v9 [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test src/util.rs - util::SyncRefSyncless (line 32) - compile fail ... ok [INFO] [stdout] test src/kernel.rs - kernel::UnsafetyTest (line 426) - compile fail ... ok [INFO] [stdout] test src/object.rs - object::SoundnessChecks (line 380) - compile fail ... ok [INFO] [stdout] test src/object.rs - object::decl_context (line 238) ... ok [INFO] [stdout] test src/object.rs - object::SoundnessChecks (line 394) - compile fail ... FAILED [INFO] [stdout] test src/property.rs - property::decl_property (line 21) ... ok [INFO] [stdout] test src/table.rs - table::decl_table (line 162) ... ok [INFO] [stdout] test src/lib.rs - (line 5) ... ok [INFO] [stdout] test src/table.rs - table::decl_table (line 30) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/object.rs - object::SoundnessChecks (line 394) stdout ---- [INFO] [stdout] Test compiled successfully, but it's marked `compile_fail`. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/object.rs - object::SoundnessChecks (line 394) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 8 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.07s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "eb0f5b09c814d75194a4d7a6bf6674dca34062b79b9c1a1e06f8459af6f97e48", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb0f5b09c814d75194a4d7a6bf6674dca34062b79b9c1a1e06f8459af6f97e48", kill_on_drop: false }` [INFO] [stdout] eb0f5b09c814d75194a4d7a6bf6674dca34062b79b9c1a1e06f8459af6f97e48