[INFO] crate dictcc 0.1.1 is already in cache [INFO] testing dictcc-0.1.1 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate dictcc 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate dictcc 0.1.1 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dictcc 0.1.1 [INFO] finished tweaking crates.io crate dictcc 0.1.1 [INFO] tweaked toml for crates.io crate dictcc 0.1.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 083af99e029fde61d50877ac279cae0d9e895f0c8858f25fb55ab87dda1bc5c2 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "083af99e029fde61d50877ac279cae0d9e895f0c8858f25fb55ab87dda1bc5c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "083af99e029fde61d50877ac279cae0d9e895f0c8858f25fb55ab87dda1bc5c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "083af99e029fde61d50877ac279cae0d9e895f0c8858f25fb55ab87dda1bc5c2", kill_on_drop: false }` [INFO] [stdout] 083af99e029fde61d50877ac279cae0d9e895f0c8858f25fb55ab87dda1bc5c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e03e3ecd728e9d115a4a6f0fb7771f65d4108c52306796ba110fe384fcfe4b2c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e03e3ecd728e9d115a4a6f0fb7771f65d4108c52306796ba110fe384fcfe4b2c", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.74 [INFO] [stderr] Compiling encode_unicode v0.3.6 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling itertools v0.7.11 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling errno v0.2.6 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling pager v0.14.0 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling dictcc v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/parse/word_ast.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 12 | use std::string::ToString; [INFO] [stdout] | --------------------- the item `ToString` is already imported here [INFO] [stdout] ... [INFO] [stdout] 32 | use std::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `prettytable` is imported redundantly [INFO] [stdout] --> src/dict/grouped.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | use prettytable; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate prettytable; [INFO] [stdout] | ------------------------- the item `prettytable` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:593:20 [INFO] [stdout] | [INFO] [stdout] 593 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:635:20 [INFO] [stdout] | [INFO] [stdout] 635 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.81s [INFO] running `Command { std: "docker" "inspect" "e03e3ecd728e9d115a4a6f0fb7771f65d4108c52306796ba110fe384fcfe4b2c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e03e3ecd728e9d115a4a6f0fb7771f65d4108c52306796ba110fe384fcfe4b2c", kill_on_drop: false }` [INFO] [stdout] e03e3ecd728e9d115a4a6f0fb7771f65d4108c52306796ba110fe384fcfe4b2c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b769738de15ac009dc76d374bda81669aeb736d42556f59839b37d0284774202 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b769738de15ac009dc76d374bda81669aeb736d42556f59839b37d0284774202", kill_on_drop: false }` [INFO] [stderr] Compiling dictcc v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/parse/word_ast.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 12 | use std::string::ToString; [INFO] [stdout] | --------------------- the item `ToString` is already imported here [INFO] [stdout] ... [INFO] [stdout] 32 | use std::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `prettytable` is imported redundantly [INFO] [stdout] --> src/dict/grouped.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | use prettytable; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate prettytable; [INFO] [stdout] | ------------------------- the item `prettytable` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:593:20 [INFO] [stdout] | [INFO] [stdout] 593 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:635:20 [INFO] [stdout] | [INFO] [stdout] 635 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `ToString` is imported redundantly [INFO] [stdout] --> src/parse/word_ast.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 12 | use std::string::ToString; [INFO] [stdout] | --------------------- the item `ToString` is already imported here [INFO] [stdout] ... [INFO] [stdout] 32 | use std::string::ToString; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `prettytable` is imported redundantly [INFO] [stdout] --> src/dict/grouped.rs:258:13 [INFO] [stdout] | [INFO] [stdout] 258 | use prettytable; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/lib.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | extern crate prettytable; [INFO] [stdout] | ------------------------- the item `prettytable` is already imported here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:593:20 [INFO] [stdout] | [INFO] [stdout] 593 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'failure::core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stdout] --> src/dict/mod.rs:635:20 [INFO] [stdout] | [INFO] [stdout] 635 | Ok(match s.trim_right_matches('.') { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 4.28s [INFO] running `Command { std: "docker" "inspect" "b769738de15ac009dc76d374bda81669aeb736d42556f59839b37d0284774202", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b769738de15ac009dc76d374bda81669aeb736d42556f59839b37d0284774202", kill_on_drop: false }` [INFO] [stdout] b769738de15ac009dc76d374bda81669aeb736d42556f59839b37d0284774202 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 973de8319b8ba0cefab7401912459f7a62faa4203803fcad1340e518d60ef01d [INFO] running `Command { std: "docker" "start" "-a" "973de8319b8ba0cefab7401912459f7a62faa4203803fcad1340e518d60ef01d", kill_on_drop: false }` [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] warning: 4 warnings emitted [INFO] [stderr] [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] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dictcc-5aa954f753c0b302 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test parse::word_ast::tests::test_csv ... ok [INFO] [stdout] test parse::word_ast::tests::test_curly_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_entry_parser ... ok [INFO] [stdout] test parse::word_ast::tests::test_angle_br ... ok [INFO] [stderr] Doc-tests dictcc [INFO] [stdout] test parse::word_ast::tests::test_square_br ... ok [INFO] [stdout] test parse::word_ast::tests::test_word_node_display ... ok [INFO] [stdout] test parse::word_ast::tests::test_round_br ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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 `Command { std: "docker" "inspect" "973de8319b8ba0cefab7401912459f7a62faa4203803fcad1340e518d60ef01d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "973de8319b8ba0cefab7401912459f7a62faa4203803fcad1340e518d60ef01d", kill_on_drop: false }` [INFO] [stdout] 973de8319b8ba0cefab7401912459f7a62faa4203803fcad1340e518d60ef01d