[INFO] fetching crate common_traits 0.12.1...
[INFO] testing common_traits-0.12.1 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate common_traits 0.12.1 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate common_traits 0.12.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate common_traits 0.12.1
[INFO] tweaked toml for crates.io crate common_traits 0.12.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate common_traits 0.12.1 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate common_traits 0.12.1 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded impl-tools-lib v0.11.4
[INFO] [stderr]   Downloaded proc-macro2 v1.0.84
[INFO] [stderr]   Downloaded impl-tools v0.11.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3
[INFO] running `Command { std: "docker" "start" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.84
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling impl-tools-lib v0.11.4
[INFO] [stderr]    Compiling impl-tools v0.11.4
[INFO] [stderr]    Compiling common_traits v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f32 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f64 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f32 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f64 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling common_traits v0.12.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `Atomic` is ambiguous
[INFO] [stdout]  --> tests/atomics.rs:5:19
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn test_atomic<F: Atomic>()
[INFO] [stdout]   |                   ^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Atomic` could refer to the trait imported here
[INFO] [stdout]  --> tests/atomics.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use common_traits::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout] note: `Atomic` could also refer to the struct imported here
[INFO] [stdout]  --> tests/atomics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core::sync::atomic::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = note: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f32 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stdout]     --> src/impls.rs:1011:25
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stdout]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f64 as AsBytes>::BITS`
[INFO] [stdout] ...
[INFO] [stdout] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stdout]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.79s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: common_traits v0.12.1 (/opt/rustwide/workdir), proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stderr]     --> src/impls.rs:1011:25
[INFO] [stderr]      |
[INFO] [stderr] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stderr]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f32 as AsBytes>::BITS`
[INFO] [stderr] ...
[INFO] [stderr] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stderr]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]      = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: an associated constant with this name may be added to the standard library in the future
[INFO] [stderr]     --> src/impls.rs:1011:25
[INFO] [stderr]      |
[INFO] [stderr] 1011 |     const BITS: usize = <$ty>::BITS as usize;
[INFO] [stderr]      |                         ^^^^^^^^^^^ help: use the fully qualified path to the associated const: `<f64 as AsBytes>::BITS`
[INFO] [stderr] ...
[INFO] [stderr] 2475 | impl_float!(f32, AtomicF32, 0.0, 1.0, f64, AtomicF64, 0.0, 1.0,);
[INFO] [stderr]      | ---------------------------------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stderr]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stderr]      = note: this warning originates in the macro `impl_float` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `common_traits` (lib) generated 2 warnings (run `cargo fix --lib -p common_traits` to apply 2 suggestions)
[INFO] [stderr] warning: `Atomic` is ambiguous
[INFO] [stderr]  --> tests/atomics.rs:5:19
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn test_atomic<F: Atomic>()
[INFO] [stderr]   |                   ^^^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `Atomic` could refer to the trait imported here
[INFO] [stderr]  --> tests/atomics.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use common_traits::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^
[INFO] [stderr]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr] note: `Atomic` could also refer to the struct imported here
[INFO] [stderr]  --> tests/atomics.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use core::sync::atomic::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   = help: consider adding an explicit import of `Atomic` to disambiguate
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stderr]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `common_traits` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr] warning: `common_traits` (test "atomics") generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: common_traits v0.12.1 (/opt/rustwide/workdir), proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/common_traits-f8f12496f8e23d70)
[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/atomics.rs (/opt/rustwide/target/debug/deps/atomics-1b8c9e8fc08c269b)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_atomic_float_bf16 ... ok
[INFO] [stdout] test test_atomic_float_f16 ... ok
[INFO] [stdout] test test_atomic_float_f32 ... ok
[INFO] [stdout] test test_atomic_float_f64 ... ok
[INFO] [stdout] test test_atomic_int_i16 ... ok
[INFO] [stdout] test test_atomic_int_i32 ... ok
[INFO] [stdout] test test_atomic_int_i64 ... ok
[INFO] [stdout] test test_atomic_int_i8 ... ok
[INFO] [stdout] test test_atomic_int_isize ... ok
[INFO] [stdout] test test_atomic_uint_u16 ... ok
[INFO] [stdout] test test_atomic_uint_u32 ... ok
[INFO] [stdout] test test_atomic_uint_u64 ... ok
[INFO] [stdout] test test_atomic_uint_u8 ... ok
[INFO] [stdout] test test_atomic_uint_usize ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fast_range.rs (/opt/rustwide/target/debug/deps/fast_range-1f298a2da0785c9f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test_fast_mod ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/invariants.rs (/opt/rustwide/target/debug/deps/invariants-a6d406007d984442)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test test_invariants ... ok
[INFO] [stdout] test test_invariant_eq - should panic ... ok
[INFO] [stdout] test test_invariant - should panic ... ok
[INFO] [stdout] test test_invariant_expr - should panic ... ok
[INFO] [stdout] test test_invariant_ne - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/select_in_word.rs (/opt/rustwide/target/debug/deps/select_in_word-3f2fa243ea33d55b)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_select_in_word_sparse ... ok
[INFO] [stdout] test test_select_in_word ... ok
[INFO] [stdout] test test_select_zero_in_word ... 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]    Doc-tests common_traits
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/lib.rs - invariant (line 145) ... ok
[INFO] [stdout] test src/select_in_word.rs - select_in_word::SelectInWord (line 2) ... ok
[INFO] [stdout] test src/rnd.rs - rnd::RngNext (line 55) ... ok
[INFO] [stdout] test src/rnd.rs - rnd::Rng (line 5) ... ok
[INFO] [stdout] test src/lib.rs - (line 36) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3", kill_on_drop: false }`
[INFO] [stdout] f685c69ec7ac2b5bf0c86f858088f1850521b5e3ec3482efc74de32b3f63fda3
