[INFO] updating cached repository CanalTP/ruspell [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/CanalTP/ruspell [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/CanalTP/ruspell" "work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/CanalTP/ruspell" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CanalTP/ruspell"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CanalTP/ruspell'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1c5c3220476b04f1e09adc4ce252894b17a708ff [INFO] sha for GitHub repo CanalTP/ruspell: 1c5c3220476b04f1e09adc4ce252894b17a708ff [INFO] validating manifest of CanalTP/ruspell on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of CanalTP/ruspell on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing CanalTP/ruspell [INFO] finished frobbing CanalTP/ruspell [INFO] frobbed toml for CanalTP/ruspell written to work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell/Cargo.toml [INFO] started frobbing CanalTP/ruspell [INFO] finished frobbing CanalTP/ruspell [INFO] frobbed toml for CanalTP/ruspell written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/CanalTP/ruspell/Cargo.toml [INFO] crate CanalTP/ruspell already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing CanalTP/ruspell against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell:/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.37.0" "build" "--frozen"` [INFO] [stdout] 250fb32ee104a8865e5832df1a3faeb72cd7e871e97dfdd76008543dfeaab006 [INFO] running `"docker" "start" "-a" "250fb32ee104a8865e5832df1a3faeb72cd7e871e97dfdd76008543dfeaab006"` [INFO] [stderr] Compiling serde v1.0.44 [INFO] [stderr] Compiling ispell v0.3.0 (https://github.com/lise-henry/rust-ispell?rev=e7933097aba283d51f2d373c59a781e4ccca24eb#e7933097) [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling syn v0.13.4 [INFO] [stderr] Compiling structopt-derive v0.2.8 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling serde_derive v1.0.44 [INFO] [stderr] Compiling backtrace v0.3.6 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling structopt v0.2.8 [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] Compiling serde_yaml v0.7.4 [INFO] [stderr] Compiling ruspell v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | Ispell(::ispell::Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | Ispell(::ispell::Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "250fb32ee104a8865e5832df1a3faeb72cd7e871e97dfdd76008543dfeaab006"` [INFO] running `"docker" "rm" "-f" "250fb32ee104a8865e5832df1a3faeb72cd7e871e97dfdd76008543dfeaab006"` [INFO] [stdout] 250fb32ee104a8865e5832df1a3faeb72cd7e871e97dfdd76008543dfeaab006 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f89ec692cca8a29c7046c711de735fd2797958ce88ff1be134d9bf9e8643adb5 [INFO] running `"docker" "start" "-a" "f89ec692cca8a29c7046c711de735fd2797958ce88ff1be134d9bf9e8643adb5"` [INFO] [stderr] Compiling ruspell v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | Ispell(::ispell::Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | / error_chain! { [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Io(::std::io::Error); [INFO] [stderr] 5 | | Ispell(::ispell::Error); [INFO] [stderr] ... | [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [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 [unoptimized + debuginfo] target(s) in 1.88s [INFO] running `"docker" "inspect" "f89ec692cca8a29c7046c711de735fd2797958ce88ff1be134d9bf9e8643adb5"` [INFO] running `"docker" "rm" "-f" "f89ec692cca8a29c7046c711de735fd2797958ce88ff1be134d9bf9e8643adb5"` [INFO] [stdout] f89ec692cca8a29c7046c711de735fd2797958ce88ff1be134d9bf9e8643adb5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/CanalTP/ruspell:/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.37.0" "test" "--frozen"` [INFO] [stdout] b2386c7c1323dfafa134fe28eefdc0c8031cf012517412438306c4c6e684f9e8 [INFO] running `"docker" "start" "-a" "b2386c7c1323dfafa134fe28eefdc0c8031cf012517412438306c4c6e684f9e8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/ruspell-456d3245fed1a04e [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" "b2386c7c1323dfafa134fe28eefdc0c8031cf012517412438306c4c6e684f9e8"` [INFO] running `"docker" "rm" "-f" "b2386c7c1323dfafa134fe28eefdc0c8031cf012517412438306c4c6e684f9e8"` [INFO] [stdout] b2386c7c1323dfafa134fe28eefdc0c8031cf012517412438306c4c6e684f9e8