[INFO] cloning repository andschwa/rust-genetic-algorithm [INFO] running `"git" "clone" "--bare" "git://github.com/andschwa/rust-genetic-algorithm.git" "work/cache/sources/gh/andschwa/rust-genetic-algorithm"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/andschwa/rust-genetic-algorithm'... [INFO] running `"git" "clone" "work/cache/sources/gh/andschwa/rust-genetic-algorithm" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andschwa/rust-genetic-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andschwa/rust-genetic-algorithm'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/andschwa/rust-genetic-algorithm" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a0477eecdab3f356a73ee4802279b6bd533b12f6 [INFO] sha for GitHub repo andschwa/rust-genetic-algorithm: a0477eecdab3f356a73ee4802279b6bd533b12f6 [INFO] validating manifest of andschwa/rust-genetic-algorithm on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of andschwa/rust-genetic-algorithm on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing andschwa/rust-genetic-algorithm [INFO] finished frobbing andschwa/rust-genetic-algorithm [INFO] frobbed toml for andschwa/rust-genetic-algorithm written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/andschwa/rust-genetic-algorithm/Cargo.toml [INFO] started frobbing andschwa/rust-genetic-algorithm [INFO] finished frobbing andschwa/rust-genetic-algorithm [INFO] frobbed toml for andschwa/rust-genetic-algorithm written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm/Cargo.toml [INFO] crate andschwa/rust-genetic-algorithm already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing andschwa/rust-genetic-algorithm against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 4c03b4a5566529859e9a02dfa9c50e07b22addfe418656ccebcdf0925298e1aa [INFO] running `"docker" "start" "-a" "4c03b4a5566529859e9a02dfa9c50e07b22addfe418656ccebcdf0925298e1aa"` [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling libc v0.2.38 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling clap v0.10.5 [INFO] [stderr] Compiling rust-genetic-algorithm v1.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / arg_enum!{ [INFO] [stderr] 17 | | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] 18 | | pub enum Problem { [INFO] [stderr] 19 | | Ackley, [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 38.45s [INFO] running `"docker" "inspect" "4c03b4a5566529859e9a02dfa9c50e07b22addfe418656ccebcdf0925298e1aa"` [INFO] running `"docker" "rm" "-f" "4c03b4a5566529859e9a02dfa9c50e07b22addfe418656ccebcdf0925298e1aa"` [INFO] [stdout] 4c03b4a5566529859e9a02dfa9c50e07b22addfe418656ccebcdf0925298e1aa [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 9efa14dca6bc8d55383aabc50fc336f4f3296287ccfe31acc0dac97f2e6fdd08 [INFO] running `"docker" "start" "-a" "9efa14dca6bc8d55383aabc50fc336f4f3296287ccfe31acc0dac97f2e6fdd08"` [INFO] [stderr] Compiling rust-genetic-algorithm v1.3.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/main.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | / arg_enum!{ [INFO] [stderr] 17 | | #[derive(Debug, PartialEq, Eq, Copy, Clone)] [INFO] [stderr] 18 | | pub enum Problem { [INFO] [stderr] 19 | | Ackley, [INFO] [stderr] ... | [INFO] [stderr] 25 | | } [INFO] [stderr] 26 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 1.03s [INFO] running `"docker" "inspect" "9efa14dca6bc8d55383aabc50fc336f4f3296287ccfe31acc0dac97f2e6fdd08"` [INFO] running `"docker" "rm" "-f" "9efa14dca6bc8d55383aabc50fc336f4f3296287ccfe31acc0dac97f2e6fdd08"` [INFO] [stdout] 9efa14dca6bc8d55383aabc50fc336f4f3296287ccfe31acc0dac97f2e6fdd08 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/andschwa/rust-genetic-algorithm:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 4fa7980633207eaa7c169480b868d7a3b89360b2faa5cb571b6e192b3aa617b4 [INFO] running `"docker" "start" "-a" "4fa7980633207eaa7c169480b868d7a3b89360b2faa5cb571b6e192b3aa617b4"` [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 0.04s [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 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_genetic_algorithm-715f461b7d63df89 [INFO] running `"docker" "inspect" "4fa7980633207eaa7c169480b868d7a3b89360b2faa5cb571b6e192b3aa617b4"` [INFO] running `"docker" "rm" "-f" "4fa7980633207eaa7c169480b868d7a3b89360b2faa5cb571b6e192b3aa617b4"` [INFO] [stdout] 4fa7980633207eaa7c169480b868d7a3b89360b2faa5cb571b6e192b3aa617b4