[INFO] fetching crate reti 0.2.0... [INFO] testing reti-0.2.0 against 1.52.1 for beta-1.52-2 [INFO] extracting crate reti 0.2.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate reti 0.2.0 on toolchain 1.52.1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate reti 0.2.0 [INFO] finished tweaking crates.io crate reti 0.2.0 [INFO] tweaked toml for crates.io crate reti 0.2.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate reti 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.52.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d97acc524b20840f7fffac956a6f42ad858935971647654b0eab062dcd0164e4 [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" "d97acc524b20840f7fffac956a6f42ad858935971647654b0eab062dcd0164e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d97acc524b20840f7fffac956a6f42ad858935971647654b0eab062dcd0164e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d97acc524b20840f7fffac956a6f42ad858935971647654b0eab062dcd0164e4", kill_on_drop: false }` [INFO] [stdout] d97acc524b20840f7fffac956a6f42ad858935971647654b0eab062dcd0164e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "build" "--frozen" "--message-format=json", 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] 16e6d186f38a90a4e37bf31c92ab46a9844f132fbef847032e74c3843ff1028e [INFO] running `Command { std: "docker" "start" "-a" "16e6d186f38a90a4e37bf31c92ab46a9844f132fbef847032e74c3843ff1028e", kill_on_drop: false }` [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling dlv-list v0.2.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling ordered-multimap v0.3.1 [INFO] [stderr] Compiling rust-ini v0.16.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling reti v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 31.32s [INFO] running `Command { std: "docker" "inspect" "16e6d186f38a90a4e37bf31c92ab46a9844f132fbef847032e74c3843ff1028e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16e6d186f38a90a4e37bf31c92ab46a9844f132fbef847032e74c3843ff1028e", kill_on_drop: false }` [INFO] [stdout] 16e6d186f38a90a4e37bf31c92ab46a9844f132fbef847032e74c3843ff1028e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen" "--no-run" "--message-format=json", 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] 18931caeadc4aa28bb146ee6479b96fe7a663360d0c3c82c6c5ba57b626d0afa [INFO] running `Command { std: "docker" "start" "-a" "18931caeadc4aa28bb146ee6479b96fe7a663360d0c3c82c6c5ba57b626d0afa", kill_on_drop: false }` [INFO] [stderr] Compiling reti v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:11:26 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:17:26 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> src/storage/data.rs:30:10 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.46s [INFO] running `Command { std: "docker" "inspect" "18931caeadc4aa28bb146ee6479b96fe7a663360d0c3c82c6c5ba57b626d0afa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "18931caeadc4aa28bb146ee6479b96fe7a663360d0c3c82c6c5ba57b626d0afa", kill_on_drop: false }` [INFO] [stdout] 18931caeadc4aa28bb146ee6479b96fe7a663360d0c3c82c6c5ba57b626d0afa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+1.52.1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 811293f768eae817da4fd5a8c37ae5b45b3023d649e098301d777c32b4e9fbaf [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" "811293f768eae817da4fd5a8c37ae5b45b3023d649e098301d777c32b4e9fbaf", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:11:10 [INFO] [stderr] | [INFO] [stderr] 11 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Default)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:17:26 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:17:10 [INFO] [stderr] | [INFO] [stderr] 17 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:23:26 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:23:10 [INFO] [stderr] | [INFO] [stderr] 23 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:30:26 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stderr] --> src/storage/data.rs:30:10 [INFO] [stderr] | [INFO] [stderr] 30 | #[derive(RustcDecodable, RustcEncodable, PartialEq, Debug, Clone)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 8 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/reti-e2f76b16548280f5) [INFO] [stdout] running 16 tests [INFO] [stdout] test storage::data::test_year_add_day ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_number ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_line ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_factor ... ok [INFO] [stdout] test storage::data::test_day_worked ... ok [INFO] [stdout] test storage::data::test_day_earned ... ok [INFO] [stdout] test storage::data::test_day_does_intersect ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_parts ... ok [INFO] [stdout] test storage::data::test_day_merge_day ... ok [INFO] [stdout] test storage::data::test_year_get_day_mut ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_time ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_part_no_factor ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_part_with_factor ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_comment ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_day ... ok [INFO] [stdout] test storage::legacy_parser::test::test_parse_date ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "811293f768eae817da4fd5a8c37ae5b45b3023d649e098301d777c32b4e9fbaf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "811293f768eae817da4fd5a8c37ae5b45b3023d649e098301d777c32b4e9fbaf", kill_on_drop: false }` [INFO] [stdout] 811293f768eae817da4fd5a8c37ae5b45b3023d649e098301d777c32b4e9fbaf