[INFO] crate lather 0.0.0 is already in cache
[INFO] checking lather-0.0.0 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate lather 0.0.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate lather 0.0.0 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate lather 0.0.0
[INFO] finished tweaking crates.io crate lather 0.0.0
[INFO] tweaked toml for crates.io crate lather 0.0.0 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] fc8cc71c055bec21bba3c469674e1d48382ea6d15e6ce59ca334b0b969e21ad2
[INFO] running `"docker" "start" "-a" "fc8cc71c055bec21bba3c469674e1d48382ea6d15e6ce59ca334b0b969e21ad2"`
[INFO] [stderr]    Compiling winapi v0.2.8
[INFO] [stderr]    Compiling utf8-ranges v0.1.3
[INFO] [stderr]    Compiling regex-syntax v0.3.9
[INFO] [stderr]    Compiling ndarray v0.9.1
[INFO] [stderr]    Compiling cpython v0.1.0
[INFO] [stderr]     Checking quadrature v0.1.2
[INFO] [stderr]     Checking gnuplot v0.0.22
[INFO] [stderr]     Checking rust-ini v0.10.3
[INFO] [stderr]    Compiling GSL v0.4.31
[INFO] [stderr]    Compiling memchr v0.1.11
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking rustfft v2.1.0
[INFO] [stderr]     Checking png v0.9.0
[INFO] [stderr]     Checking rayon v0.8.2
[INFO] [stderr]    Compiling aho-corasick v0.5.3
[INFO] [stderr]    Compiling thread-id v2.0.0
[INFO] [stderr]    Compiling thread_local v0.2.7
[INFO] [stderr]    Compiling regex v0.1.80
[INFO] [stderr]    Compiling python3-sys v0.1.3
[INFO] [stderr]     Checking numpy v0.2.1
[INFO] [stderr]     Checking lather v0.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the item `Write` is imported redundantly
[INFO] [stderr]    --> src/simulation.rs:348:13
[INFO] [stderr]     |
[INFO] [stderr] 6   | use std::fmt::Write;
[INFO] [stderr]     |     --------------- the item `Write` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 348 |         use std::fmt::Write;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]   --> src/lib.rs:49:5
[INFO] [stderr]    |
[INFO] [stderr] 49 | /     py_class!(class PySimulation |py| {
[INFO] [stderr] 50 | |         data sim: RefCell<Simulation>;
[INFO] [stderr] 51 | |
[INFO] [stderr] 52 | |         def __new__(_cls, filename: &str) -> PyResult<PySimulation> {
[INFO] [stderr] ...  |
[INFO] [stderr] 89 | |         }
[INFO] [stderr] 90 | |     });
[INFO] [stderr]    | |_______^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the item `Write` is imported redundantly
[INFO] [stderr]    --> src/simulation.rs:348:13
[INFO] [stderr]     |
[INFO] [stderr] 6   | use std::fmt::Write;
[INFO] [stderr]     |     --------------- the item `Write` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 348 |         use std::fmt::Write;
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/lib.rs:84:25
[INFO] [stderr]    |
[INFO] [stderr] 84 |             for (input, mut output) in bis_data.iter().zip(bisectors.as_slice_mut().unwrap()) {
[INFO] [stderr]    |                         ----^^^^^^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> src/lib.rs:84:25
[INFO] [stderr]    |
[INFO] [stderr] 84 |             for (input, mut output) in bis_data.iter().zip(bisectors.as_slice_mut().unwrap()) {
[INFO] [stderr]    |                         ----^^^^^^
[INFO] [stderr]    |                         |
[INFO] [stderr]    |                         help: remove this `mut`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_mut)]` on by default
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 22.08s
[INFO] running `"docker" "inspect" "fc8cc71c055bec21bba3c469674e1d48382ea6d15e6ce59ca334b0b969e21ad2"`
[INFO] running `"docker" "rm" "-f" "fc8cc71c055bec21bba3c469674e1d48382ea6d15e6ce59ca334b0b969e21ad2"`
[INFO] [stdout] fc8cc71c055bec21bba3c469674e1d48382ea6d15e6ce59ca334b0b969e21ad2
