[INFO] updating cached repository atsushi130/perceptron [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/atsushi130/perceptron [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/atsushi130/perceptron" "work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/atsushi130/perceptron" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/atsushi130/perceptron"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/atsushi130/perceptron'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] faa5fe3c75986bcab83ca02d6551b0a4ddca9c3c [INFO] sha for GitHub repo atsushi130/perceptron: faa5fe3c75986bcab83ca02d6551b0a4ddca9c3c [INFO] validating manifest of atsushi130/perceptron on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of atsushi130/perceptron on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing atsushi130/perceptron [INFO] finished frobbing atsushi130/perceptron [INFO] frobbed toml for atsushi130/perceptron written to work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron/Cargo.toml [INFO] started frobbing atsushi130/perceptron [INFO] finished frobbing atsushi130/perceptron [INFO] frobbed toml for atsushi130/perceptron written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/atsushi130/perceptron/Cargo.toml [INFO] crate atsushi130/perceptron already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing atsushi130/perceptron against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 1670504a758e510f60e1734bc795b703a89e5d23c000e4024a1046f969b50065 [INFO] running `"docker" "start" "-a" "1670504a758e510f60e1734bc795b703a89e5d23c000e4024a1046f969b50065"` [INFO] [stderr] Compiling perceptron v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/learner/perceptron/perceptron.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | self.sign((x as f64)) [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/file_operator/parser/tsv_parser.rs:11:37 [INFO] [stderr] | [INFO] [stderr] 11 | let splits: Vec<_> = string.trim_right().split('\t').collect(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `"docker" "inspect" "1670504a758e510f60e1734bc795b703a89e5d23c000e4024a1046f969b50065"` [INFO] running `"docker" "rm" "-f" "1670504a758e510f60e1734bc795b703a89e5d23c000e4024a1046f969b50065"` [INFO] [stdout] 1670504a758e510f60e1734bc795b703a89e5d23c000e4024a1046f969b50065 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 70446a1c8515bd01ef23616d3d5299412e48cc9d8a210e9b77863050b742be01 [INFO] running `"docker" "start" "-a" "70446a1c8515bd01ef23616d3d5299412e48cc9d8a210e9b77863050b742be01"` [INFO] [stderr] Compiling perceptron v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around method argument [INFO] [stderr] --> src/learner/perceptron/perceptron.rs:64:19 [INFO] [stderr] | [INFO] [stderr] 64 | self.sign((x as f64)) [INFO] [stderr] | ^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/file_operator/parser/tsv_parser.rs:11:37 [INFO] [stderr] | [INFO] [stderr] 11 | let splits: Vec<_> = string.trim_right().split('\t').collect(); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "70446a1c8515bd01ef23616d3d5299412e48cc9d8a210e9b77863050b742be01"` [INFO] running `"docker" "rm" "-f" "70446a1c8515bd01ef23616d3d5299412e48cc9d8a210e9b77863050b742be01"` [INFO] [stdout] 70446a1c8515bd01ef23616d3d5299412e48cc9d8a210e9b77863050b742be01 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/atsushi130/perceptron:/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 8d6cb4a82bf75b59b68be74edecc9be288f2442437cc5232e84a58ace291c16b [INFO] running `"docker" "start" "-a" "8d6cb4a82bf75b59b68be74edecc9be288f2442437cc5232e84a58ace291c16b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/perceptron-6c0da654d3925b1e [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] running `"docker" "inspect" "8d6cb4a82bf75b59b68be74edecc9be288f2442437cc5232e84a58ace291c16b"` [INFO] running `"docker" "rm" "-f" "8d6cb4a82bf75b59b68be74edecc9be288f2442437cc5232e84a58ace291c16b"` [INFO] [stdout] 8d6cb4a82bf75b59b68be74edecc9be288f2442437cc5232e84a58ace291c16b