[INFO] fetching crate rand-sequence 0.2.1...
[INFO] checking rand-sequence-0.2.1 against 1.95.0 for pr-155915
[INFO] extracting crate rand-sequence 0.2.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate rand-sequence 0.2.1
[INFO] finished tweaking crates.io crate rand-sequence 0.2.1
[INFO] tweaked toml for crates.io crate rand-sequence 0.2.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rand-sequence 0.2.1 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rand-sequence 0.2.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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded simba v0.6.0
[INFO] [stderr]   Downloaded core-graphics-types v0.1.2
[INFO] [stderr]   Downloaded bytemuck v1.14.0
[INFO] [stderr]   Downloaded plotters-bitmap v0.3.3
[INFO] [stderr]   Downloaded libloading v0.8.1
[INFO] [stderr]   Downloaded pathfinder_simd v0.5.2
[INFO] [stderr]   Downloaded is_prime v2.0.9
[INFO] [stderr]   Downloaded serde_derive v1.0.190
[INFO] [stderr]   Downloaded wide v0.7.13
[INFO] [stderr]   Downloaded png v0.17.10
[INFO] [stderr]   Downloaded serde v1.0.190
[INFO] [stderr]   Downloaded ttf-parser v0.17.1
[INFO] [stderr]   Downloaded statrs v0.16.0
[INFO] [stderr]   Downloaded image v0.24.7
[INFO] [stderr]   Downloaded nalgebra v0.29.0
[INFO] [stderr]   Downloaded rustix v0.38.20
[INFO] [stderr]   Downloaded gif v0.12.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bb21d93b696319ab515d5a2d5f1f0bfa5a5525049ddbb37fd9ebbb365ed7c252
[INFO] running `Command { std: "docker" "start" "-a" "bb21d93b696319ab515d5a2d5f1f0bfa5a5525049ddbb37fd9ebbb365ed7c252", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bb21d93b696319ab515d5a2d5f1f0bfa5a5525049ddbb37fd9ebbb365ed7c252", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb21d93b696319ab515d5a2d5f1f0bfa5a5525049ddbb37fd9ebbb365ed7c252", kill_on_drop: false }`
[INFO] [stdout] bb21d93b696319ab515d5a2d5f1f0bfa5a5525049ddbb37fd9ebbb365ed7c252
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e0345d639fb2abbf3274e559bb10dc34268895ee38cba2a5e4fcaf94086f11b8
[INFO] running `Command { std: "docker" "start" "-a" "e0345d639fb2abbf3274e559bb10dc34268895ee38cba2a5e4fcaf94086f11b8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling semver v1.0.20
[INFO] [stderr]     Checking bytemuck v1.14.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling yeslogic-fontconfig-sys v3.2.0
[INFO] [stderr]    Compiling serde v1.0.190
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]    Compiling pathfinder_simd v0.5.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking fdeflate v0.3.0
[INFO] [stderr]     Checking libloading v0.8.1
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking png v0.17.10
[INFO] [stderr]     Checking safe_arch v0.7.1
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling matrixmultiply v0.3.8
[INFO] [stderr]    Compiling rustix v0.38.20
[INFO] [stderr]    Compiling rayon-core v1.12.0
[INFO] [stderr]     Checking const-cstr v0.3.0
[INFO] [stderr]     Checking num-integer v0.1.45
[INFO] [stderr]    Compiling font-kit v0.11.0
[INFO] [stderr]     Checking jpeg-decoder v0.3.0
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]     Checking weezl v0.1.7
[INFO] [stderr]     Checking plotters-backend v0.3.5
[INFO] [stderr]     Checking pathfinder_geometry v0.5.1
[INFO] [stderr]     Checking gif v0.12.0
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking num-complex v0.4.4
[INFO] [stderr]     Checking wide v0.7.13
[INFO] [stderr]     Checking freetype v0.7.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking float-ord v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.10
[INFO] [stderr]     Checking ciborium-io v0.2.1
[INFO] [stderr]     Checking iana-time-zone v0.1.58
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]     Checking image v0.24.7
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking ciborium-ll v0.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.190
[INFO] [stderr]     Checking clap_builder v4.4.7
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]     Checking plotters-svg v0.3.5
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking regex-automata v0.4.3
[INFO] [stderr]     Checking rand_distr v0.4.3
[INFO] [stderr]     Checking ttf-parser v0.17.1
[INFO] [stderr]     Checking plotters-bitmap v0.3.3
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]     Checking simba v0.6.0
[INFO] [stderr]     Checking is-terminal v0.4.9
[INFO] [stderr]     Checking clap v4.4.7
[INFO] [stderr]     Checking rand-sequence v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking regex v1.10.2
[INFO] [stderr]     Checking is_prime v2.0.9
[INFO] [stderr]     Checking plotters v0.3.5
[INFO] [stderr]     Checking nalgebra v0.29.0
[INFO] [stderr]     Checking ciborium v0.2.1
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking statrs v0.16.0
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]  --> benches/bench.rs:9:24
[INFO] [stdout]   |
[INFO] [stdout] 9 |     use rand_sequence::RandomSequence;
[INFO] [stdout]   |                        ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     bench_n!(bench_n_u8, u8);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     bench_n!(bench_n_u16, u16);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     bench_n!(bench_n_u32, u32);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     bench_n!(bench_n_u64, u64);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     bench_n!(bench_n_usize, usize);
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u8>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:57
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     bench_n!(bench_n_u8, u8);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand_sequence::RandomSequence::<T>::n`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:28:50
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     |index| black_box({ sequence.n(index) }),
[INFO] [stdout]    |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     bench_n!(bench_n_u8, u8);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u16>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:57
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     bench_n!(bench_n_u16, u16);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand_sequence::RandomSequence::<T>::n`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:28:50
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     |index| black_box({ sequence.n(index) }),
[INFO] [stdout]    |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     bench_n!(bench_n_u16, u16);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u32>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:57
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     bench_n!(bench_n_u32, u32);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand_sequence::RandomSequence::<T>::n`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:28:50
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     |index| black_box({ sequence.n(index) }),
[INFO] [stdout]    |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 37 |     bench_n!(bench_n_u32, u32);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u64>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:57
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     bench_n!(bench_n_u64, u64);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand_sequence::RandomSequence::<T>::n`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:28:50
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     |index| black_box({ sequence.n(index) }),
[INFO] [stdout]    |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 38 |     bench_n!(bench_n_u64, u64);
[INFO] [stdout]    |     -------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<usize>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:24:57
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 let sequence = RandomSequence::<$type>::rand(&mut OsRng);
[INFO] [stdout]    |                                                         ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     bench_n!(bench_n_usize, usize);
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `rand_sequence::RandomSequence::<T>::n`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> benches/bench.rs:28:50
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     |index| black_box({ sequence.n(index) }),
[INFO] [stdout]    |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 39 |     bench_n!(bench_n_usize, usize);
[INFO] [stdout]    |     ------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `bench_n` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]  --> examples/distribution.rs:5:20
[INFO] [stdout]   |
[INFO] [stdout] 5 | use rand_sequence::RandomSequence;
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> examples/distribution.rs:21:20
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let sequence = RandomSequence::<T>::rand(&mut OsRng);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `rand_sequence::RandomSequence`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> examples/distribution.rs:57:20
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let sequence = RandomSequence::<T>::rand(&mut OsRng);
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u16>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> examples/distribution.rs:21:41
[INFO] [stdout]    |
[INFO] [stdout] 21 |     let sequence = RandomSequence::<T>::rand(&mut OsRng);
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `rand_sequence::rand::<impl rand_sequence::RandomSequence<u16>>::rand`: please use the `rand-unique` crate instead
[INFO] [stdout]   --> examples/distribution.rs:57:41
[INFO] [stdout]    |
[INFO] [stdout] 57 |     let sequence = RandomSequence::<T>::rand(&mut OsRng);
[INFO] [stdout]    |                                         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.85s
[INFO] running `Command { std: "docker" "inspect" "e0345d639fb2abbf3274e559bb10dc34268895ee38cba2a5e4fcaf94086f11b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e0345d639fb2abbf3274e559bb10dc34268895ee38cba2a5e4fcaf94086f11b8", kill_on_drop: false }`
[INFO] [stdout] e0345d639fb2abbf3274e559bb10dc34268895ee38cba2a5e4fcaf94086f11b8
