[INFO] fetching crate odds 0.4.0... [INFO] testing odds-0.4.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate odds 0.4.0 into /workspace/builds/worker-118/source [INFO] validating manifest of crates.io crate odds 0.4.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-118/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c0ef6d23957b0a37bdada3d7657fd0866f3a5031efb1c2cc21c51164834e5bac [INFO] running `Command { std: "docker" "start" "-a" "c0ef6d23957b0a37bdada3d7657fd0866f3a5031efb1c2cc21c51164834e5bac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c0ef6d23957b0a37bdada3d7657fd0866f3a5031efb1c2cc21c51164834e5bac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0ef6d23957b0a37bdada3d7657fd0866f3a5031efb1c2cc21c51164834e5bac", kill_on_drop: false }` [INFO] [stdout] c0ef6d23957b0a37bdada3d7657fd0866f3a5031efb1c2cc21c51164834e5bac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29ad0dcc88a3ae83dc54125db92ca7fa588aaf0bb39ee267c2d8baac62c50611 [INFO] running `Command { std: "docker" "start" "-a" "29ad0dcc88a3ae83dc54125db92ca7fa588aaf0bb39ee267c2d8baac62c50611", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rawpointer v0.2.1 [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 7.30s [INFO] running `Command { std: "docker" "inspect" "29ad0dcc88a3ae83dc54125db92ca7fa588aaf0bb39ee267c2d8baac62c50611", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29ad0dcc88a3ae83dc54125db92ca7fa588aaf0bb39ee267c2d8baac62c50611", kill_on_drop: false }` [INFO] [stdout] 29ad0dcc88a3ae83dc54125db92ca7fa588aaf0bb39ee267c2d8baac62c50611 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d627f79f80560b882a85924f01ae0cbb9aa9d9e27ec825e936e1bfc082a13e60 [INFO] running `Command { std: "docker" "start" "-a" "d627f79f80560b882a85924f01ae0cbb9aa9d9e27ec825e936e1bfc082a13e60", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling itertools v0.8.2 [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 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: 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: 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: 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 5.30s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/odds-4ae89ab8f24cc6bd) [INFO] [stderr] Executable tests/quick.rs (/opt/rustwide/target/debug/deps/quick-88754c8283d064f2) [INFO] [stderr] Executable tests/slice.rs (/opt/rustwide/target/debug/deps/slice-c7ed8c2a60e01e7d) [INFO] [stderr] Executable tests/stride.rs (/opt/rustwide/target/debug/deps/stride-8702ea21e259de52) [INFO] [stderr] Executable tests/tests.rs (/opt/rustwide/target/debug/deps/tests-86231803f88aa5f2) [INFO] running `Command { std: "docker" "inspect" "d627f79f80560b882a85924f01ae0cbb9aa9d9e27ec825e936e1bfc082a13e60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d627f79f80560b882a85924f01ae0cbb9aa9d9e27ec825e936e1bfc082a13e60", kill_on_drop: false }` [INFO] [stdout] d627f79f80560b882a85924f01ae0cbb9aa9d9e27ec825e936e1bfc082a13e60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-118/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 05c4757f9627a52feb3b4d3d172d53f7629e6f0ed8be642b71ded1e58ee586f4 [INFO] running `Command { std: "docker" "start" "-a" "05c4757f9627a52feb3b4d3d172d53f7629e6f0ed8be642b71ded1e58ee586f4", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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.93s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/odds-4ae89ab8f24cc6bd) [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_split ... ok [INFO] [stdout] test slice::rev::test_rev_slice_slice ... 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] [stdout] test slice::test_shared_prefix ... ok [INFO] [stderr] Running tests/quick.rs (/opt/rustwide/target/debug/deps/quick-88754c8283d064f2) [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] [stderr] Running tests/slice.rs (/opt/rustwide/target/debug/deps/slice-c7ed8c2a60e01e7d) [INFO] [stdout] test find ... ok [INFO] [stdout] test rfind ... ok [INFO] [stdout] test bit_count ... 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] [stderr] Running tests/stride.rs (/opt/rustwide/target/debug/deps/stride-8702ea21e259de52) [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] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test from_stride_empty ... ok [INFO] [stdout] test mut_stride ... ok [INFO] [stdout] test mut_stride_compose ... ok [INFO] [stdout] test stride ... ok [INFO] [stdout] test stride_compose ... ok [INFO] [stdout] test stride_index ... 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.10s [INFO] [stdout] [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/debug/deps/tests-86231803f88aa5f2) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stderr] Doc-tests odds [INFO] [stdout] test prefixes ... ok [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.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test src/slice/rev.rs - slice::rev::RevSlice (line 22) ... ok [INFO] [stdout] test src/fix.rs - fix_impl::fix (line 52) ... ok [INFO] [stdout] test src/slice/mod.rs - slice::split_aligned_for (line 232) ... ok [INFO] [stdout] test src/stride.rs - stride::StrideMut::from_slice (line 273) ... ok [INFO] [stdout] test src/stride.rs - stride::Stride::from_slice (line 272) ... ok [INFO] [stdout] test src/fix.rs - fix_impl::Fix (line 12) ... ok [INFO] [stdout] test src/slice/mod.rs - slice::rotate_left (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.92s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "05c4757f9627a52feb3b4d3d172d53f7629e6f0ed8be642b71ded1e58ee586f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "05c4757f9627a52feb3b4d3d172d53f7629e6f0ed8be642b71ded1e58ee586f4", kill_on_drop: false }` [INFO] [stdout] 05c4757f9627a52feb3b4d3d172d53f7629e6f0ed8be642b71ded1e58ee586f4