[INFO] crate dictcc 0.1.1 is already in cache [INFO] extracting crate dictcc 0.1.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/dictcc/0.1.1 [INFO] extracting crate dictcc 0.1.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dictcc/0.1.1 [INFO] validating manifest of dictcc-0.1.1 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 dictcc-0.1.1 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 dictcc-0.1.1 [INFO] finished frobbing dictcc-0.1.1 [INFO] frobbed toml for dictcc-0.1.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/dictcc/0.1.1/Cargo.toml [INFO] started frobbing dictcc-0.1.1 [INFO] finished frobbing dictcc-0.1.1 [INFO] frobbed toml for dictcc-0.1.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dictcc/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 dictcc-0.1.1 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dictcc/0.1.1:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 80659c74dcc06437801cb0e4efdfe46622880ca273a5be1c124dc53420753f54 [INFO] running `"docker" "start" "-a" "80659c74dcc06437801cb0e4efdfe46622880ca273a5be1c124dc53420753f54"` [INFO] [stderr] Compiling winapi v0.3.7 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling errno v0.2.4 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling pager v0.14.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling bstr v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling winconsole v0.10.0 [INFO] [stderr] Compiling colored v1.8.0 [INFO] [stderr] Compiling dictcc v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `ToString` is imported redundantly [INFO] [stderr] --> src/parse/word_ast.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 12 | use std::string::ToString; [INFO] [stderr] | --------------------- the item `ToString` is already imported here [INFO] [stderr] ... [INFO] [stderr] 32 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `prettytable` is imported redundantly [INFO] [stderr] --> src/dict/grouped.rs:258:13 [INFO] [stderr] | [INFO] [stderr] 258 | use prettytable; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate prettytable; [INFO] [stderr] | ------------------------- the item `prettytable` is already imported here [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/dict/mod.rs:593:20 [INFO] [stderr] | [INFO] [stderr] 593 | Ok(match s.trim_right_matches('.') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/dict/mod.rs:635:20 [INFO] [stderr] | [INFO] [stderr] 635 | Ok(match s.trim_right_matches('.') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.84s [INFO] running `"docker" "inspect" "80659c74dcc06437801cb0e4efdfe46622880ca273a5be1c124dc53420753f54"` [INFO] running `"docker" "rm" "-f" "80659c74dcc06437801cb0e4efdfe46622880ca273a5be1c124dc53420753f54"` [INFO] [stdout] 80659c74dcc06437801cb0e4efdfe46622880ca273a5be1c124dc53420753f54 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dictcc/0.1.1:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 81f4a0afdc93f08f5d4bb9709b632fa6bb43aee1489d42eb2b8bc740a1074f26 [INFO] running `"docker" "start" "-a" "81f4a0afdc93f08f5d4bb9709b632fa6bb43aee1489d42eb2b8bc740a1074f26"` [INFO] [stderr] Compiling dictcc v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `ToString` is imported redundantly [INFO] [stderr] --> src/parse/word_ast.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 12 | use std::string::ToString; [INFO] [stderr] | --------------------- the item `ToString` is already imported here [INFO] [stderr] ... [INFO] [stderr] 32 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `prettytable` is imported redundantly [INFO] [stderr] --> src/dict/grouped.rs:258:13 [INFO] [stderr] | [INFO] [stderr] 258 | use prettytable; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | extern crate prettytable; [INFO] [stderr] | ------------------------- the item `prettytable` is already imported here [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/dict/mod.rs:593:20 [INFO] [stderr] | [INFO] [stderr] 593 | Ok(match s.trim_right_matches('.') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/dict/mod.rs:635:20 [INFO] [stderr] | [INFO] [stderr] 635 | Ok(match s.trim_right_matches('.') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.02s [INFO] running `"docker" "inspect" "81f4a0afdc93f08f5d4bb9709b632fa6bb43aee1489d42eb2b8bc740a1074f26"` [INFO] running `"docker" "rm" "-f" "81f4a0afdc93f08f5d4bb9709b632fa6bb43aee1489d42eb2b8bc740a1074f26"` [INFO] [stdout] 81f4a0afdc93f08f5d4bb9709b632fa6bb43aee1489d42eb2b8bc740a1074f26 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dictcc/0.1.1:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] bafd302f33e5c6fd4e4833869fec4eb053806215a17d912f7e66b4e80758b638 [INFO] running `"docker" "start" "-a" "bafd302f33e5c6fd4e4833869fec4eb053806215a17d912f7e66b4e80758b638"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/dictcc-7069793f9b8453a2 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test parse::word_ast::tests::test_angle_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_curly_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_csv ... ok [INFO] [stdout] test parse::word_ast::tests::test_entry_parser ... ok [INFO] [stdout] test parse::word_ast::tests::test_square_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_round_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_word_node_display ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests dictcc [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/dict/grouped.rs - dict::grouped (line 11) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "bafd302f33e5c6fd4e4833869fec4eb053806215a17d912f7e66b4e80758b638"` [INFO] running `"docker" "rm" "-f" "bafd302f33e5c6fd4e4833869fec4eb053806215a17d912f7e66b4e80758b638"` [INFO] [stdout] bafd302f33e5c6fd4e4833869fec4eb053806215a17d912f7e66b4e80758b638