[INFO] crate dictcc 0.1.1 is already in cache [INFO] testing dictcc-0.1.1 against 1.45.2 for beta-1.46-1 [INFO] extracting crate dictcc 0.1.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate dictcc 0.1.1 on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ecc9b4390fd3d1686b5e14a221a705fdbd37677f5de08fe71ec411ca668abdf [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" "2ecc9b4390fd3d1686b5e14a221a705fdbd37677f5de08fe71ec411ca668abdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ecc9b4390fd3d1686b5e14a221a705fdbd37677f5de08fe71ec411ca668abdf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ecc9b4390fd3d1686b5e14a221a705fdbd37677f5de08fe71ec411ca668abdf", kill_on_drop: false }` [INFO] [stdout] 2ecc9b4390fd3d1686b5e14a221a705fdbd37677f5de08fe71ec411ca668abdf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 640e0691800a65b563856f88157ec2b221b06a63c041117852358cd6b8dd019c [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" "640e0691800a65b563856f88157ec2b221b06a63c041117852358cd6b8dd019c", kill_on_drop: false }` [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling errno v0.2.6 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling pager v0.14.0 [INFO] [stderr] Compiling prettytable-rs v0.6.7 [INFO] [stderr] Compiling csv v1.1.3 [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 12.91s [INFO] running `Command { std: "docker" "inspect" "640e0691800a65b563856f88157ec2b221b06a63c041117852358cd6b8dd019c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "640e0691800a65b563856f88157ec2b221b06a63c041117852358cd6b8dd019c", kill_on_drop: false }` [INFO] [stdout] 640e0691800a65b563856f88157ec2b221b06a63c041117852358cd6b8dd019c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.45.2" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96e88052385305d7f79b9a4050975887a359d3baa09e3fb28b48b538bf381585 [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" "96e88052385305d7f79b9a4050975887a359d3baa09e3fb28b48b538bf381585", 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.64s [INFO] running `Command { std: "docker" "inspect" "96e88052385305d7f79b9a4050975887a359d3baa09e3fb28b48b538bf381585", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96e88052385305d7f79b9a4050975887a359d3baa09e3fb28b48b538bf381585", kill_on_drop: false }` [INFO] [stdout] 96e88052385305d7f79b9a4050975887a359d3baa09e3fb28b48b538bf381585 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+1.45.2" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0fa7dbe75d541af51e99bb5842e34d51264d03dc4e374e6869722f6f2b251075 [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" "0fa7dbe75d541af51e99bb5842e34d51264d03dc4e374e6869722f6f2b251075", 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.15s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dictcc-8e3619cfd845d71a [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_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_round_br ... ok [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] [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 `Command { std: "docker" "inspect" "0fa7dbe75d541af51e99bb5842e34d51264d03dc4e374e6869722f6f2b251075", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0fa7dbe75d541af51e99bb5842e34d51264d03dc4e374e6869722f6f2b251075", kill_on_drop: false }` [INFO] [stdout] 0fa7dbe75d541af51e99bb5842e34d51264d03dc4e374e6869722f6f2b251075