[INFO] fetching crate odds 0.4.0... [INFO] testing odds-0.4.0 against 1.59.0 for beta-1.60-1 [INFO] extracting crate odds 0.4.0 into /workspace/builds/worker-87/source [INFO] validating manifest of crates.io crate odds 0.4.0 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate odds 0.4.0 [INFO] finished tweaking crates.io crate odds 0.4.0 [INFO] tweaked toml for crates.io crate odds 0.4.0 written to /workspace/builds/worker-87/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1fc34e021513a8b02eaaf1b4f1407f3170715e1f322ef82114d68f068946d338 [INFO] running `Command { std: "docker" "start" "-a" "1fc34e021513a8b02eaaf1b4f1407f3170715e1f322ef82114d68f068946d338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1fc34e021513a8b02eaaf1b4f1407f3170715e1f322ef82114d68f068946d338", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1fc34e021513a8b02eaaf1b4f1407f3170715e1f322ef82114d68f068946d338", kill_on_drop: false }` [INFO] [stdout] 1fc34e021513a8b02eaaf1b4f1407f3170715e1f322ef82114d68f068946d338 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9379c8144cab5bcc5b4988df413fb9cd6f96dbd1cdabf003798d981339dc12cd [INFO] running `Command { std: "docker" "start" "-a" "9379c8144cab5bcc5b4988df413fb9cd6f96dbd1cdabf003798d981339dc12cd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling rawslice v0.1.1 [INFO] [stderr] Compiling odds v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.95s [INFO] running `Command { std: "docker" "inspect" "9379c8144cab5bcc5b4988df413fb9cd6f96dbd1cdabf003798d981339dc12cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9379c8144cab5bcc5b4988df413fb9cd6f96dbd1cdabf003798d981339dc12cd", kill_on_drop: false }` [INFO] [stdout] 9379c8144cab5bcc5b4988df413fb9cd6f96dbd1cdabf003798d981339dc12cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7fc6e304691d95653ea1b1f307943cb746d9c09943bd6ad565b8c5f211b3e46c [INFO] running `Command { std: "docker" "start" "-a" "7fc6e304691d95653ea1b1f307943cb746d9c09943bd6ad565b8c5f211b3e46c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling odds v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> tests/slice.rs:46:35 [INFO] [stdout] | [INFO] [stdout] 46 | ch_slice = self.slice.slice_unchecked(0, char_len); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stdout] --> tests/slice.rs:47:37 [INFO] [stdout] | [INFO] [stdout] 47 | self.slice = self.slice.slice_unchecked(char_len, self.slice.len()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> tests/slice.rs:16:12 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn new(s: &'a str) -> Self [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | r#try!(write!(f, "[")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:260:21 [INFO] [stdout] | [INFO] [stdout] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/stride.rs:258:25 [INFO] [stdout] | [INFO] [stdout] 258 | r#try!(write!(f, ", ")); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stdout] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.87s [INFO] running `Command { std: "docker" "inspect" "7fc6e304691d95653ea1b1f307943cb746d9c09943bd6ad565b8c5f211b3e46c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fc6e304691d95653ea1b1f307943cb746d9c09943bd6ad565b8c5f211b3e46c", kill_on_drop: false }` [INFO] [stdout] 7fc6e304691d95653ea1b1f307943cb746d9c09943bd6ad565b8c5f211b3e46c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-87/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" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2698b85ba70e3fc7a9be17960c5adc38f18b408e1262304cba596e7c3ad24323 [INFO] running `Command { std: "docker" "start" "-a" "2698b85ba70e3fc7a9be17960c5adc38f18b408e1262304cba596e7c3ad24323", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:255:17 [INFO] [stderr] | [INFO] [stderr] 255 | r#try!(write!(f, "[")); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:258:25 [INFO] [stderr] | [INFO] [stderr] 258 | r#try!(write!(f, ", ")); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 268 | stride_impl!{struct Stride -> &'a [A], as_ptr, *const A, &'a A} [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:255:17 [INFO] [stderr] | [INFO] [stderr] 255 | r#try!(write!(f, "[")); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:260:21 [INFO] [stderr] | [INFO] [stderr] 260 | r#try!(write!(f, "{:?}", (*self)[i])); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/stride.rs:258:25 [INFO] [stderr] | [INFO] [stderr] 258 | r#try!(write!(f, ", ")); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 269 | stride_impl!{struct StrideMut -> &'a mut [A], as_mut_ptr, *mut A, &'a mut A} [INFO] [stderr] | ---------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `stride_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `odds` (lib) generated 6 warnings [INFO] [stderr] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stderr] --> tests/slice.rs:46:35 [INFO] [stderr] | [INFO] [stderr] 46 | ch_slice = self.slice.slice_unchecked(0, char_len); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `core::str::::slice_unchecked`: use `get_unchecked(begin..end)` instead [INFO] [stderr] --> tests/slice.rs:47:37 [INFO] [stderr] | [INFO] [stderr] 47 | self.slice = self.slice.slice_unchecked(char_len, self.slice.len()); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `new` [INFO] [stderr] --> tests/slice.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn new(s: &'a str) -> Self [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `odds` (test "slice") generated 3 warnings [INFO] [stderr] warning: `odds` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/odds-122bea4fd80d0456) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test slice::blocked::test_blocked ... ok [INFO] [stdout] test slice::blocked::test_blocked_index ... ok [INFO] [stdout] test slice::rev::test_rev_slice_1 ... ok [INFO] [stdout] test slice::rev::test_rev_slice_find ... ok [INFO] [stdout] test slice::rev::test_rev_slice_hash ... ok [INFO] [stdout] test slice::rev::test_rev_slice_slice ... ok [INFO] [stdout] test slice::rev::test_rev_slice_split ... ok [INFO] [stdout] test slice::test_find ... ok [INFO] [stdout] test slice::unalign::test_unalign ... ok [INFO] [stdout] test string::str_windows ... ok [INFO] [stdout] test string::test_char_str ... ok [INFO] [stdout] test string::test_slice ... ok [INFO] [stdout] test test_repr ... ok [INFO] [stdout] test slice::blocked::test_blocked_index_oob - should panic ... ok [INFO] [stdout] test slice::rev::test_rev_slice_2 - should panic ... ok [INFO] [stdout] test slice::rev::test_rev_slice_3 - should panic ... ok [INFO] [stdout] test string::str_windows_not_0 - should panic ... ok [INFO] [stderr] Running tests/quick.rs (/opt/rustwide/target/debug/deps/quick-09f871c8dfee8e3b) [INFO] [stdout] test slice::test_shared_prefix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test bit_count ... ok [INFO] [stdout] test find ... ok [INFO] [stderr] Running tests/slice.rs (/opt/rustwide/target/debug/deps/slice-32898ffbcde3abd0) [INFO] [stdout] test rfind ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] [stderr] Running tests/stride.rs (/opt/rustwide/target/debug/deps/stride-ae421e27f0d2b5c1) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test from_stride_empty ... ok [INFO] [stdout] test mut_stride_compose ... ok [INFO] [stdout] test mut_stride ... ok [INFO] [stdout] test stride_compose ... ok [INFO] [stdout] test stride_index ... ok [INFO] [stdout] test stride ... ok [INFO] [stdout] test stride_uneven ... ok [INFO] [stdout] test stride_index_fail - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-53f03e468e8ad666) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test prefixes ... ok [INFO] [stderr] Doc-tests odds [INFO] [stdout] test substrings ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/fix.rs - fix_impl::fix (line 52) ... ok [INFO] [stdout] test src/fix.rs - fix_impl::Fix (line 12) ... ok [INFO] [stdout] test src/stride.rs - stride::Stride::from_slice (line 272) ... ok [INFO] [stdout] test src/slice/mod.rs - slice::split_aligned_for (line 232) ... ok [INFO] [stdout] test src/slice/mod.rs - slice::rotate_left (line 61) ... ok [INFO] [stdout] test src/slice/rev.rs - slice::rev::RevSlice (line 22) ... ok [INFO] [stdout] test src/stride.rs - stride::StrideMut::from_slice (line 273) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2698b85ba70e3fc7a9be17960c5adc38f18b408e1262304cba596e7c3ad24323", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2698b85ba70e3fc7a9be17960c5adc38f18b408e1262304cba596e7c3ad24323", kill_on_drop: false }` [INFO] [stdout] 2698b85ba70e3fc7a9be17960c5adc38f18b408e1262304cba596e7c3ad24323