[INFO] cloning repository https://github.com/Yttrium40/Rust-Schedule [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Yttrium40/Rust-Schedule" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYttrium40%2FRust-Schedule", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYttrium40%2FRust-Schedule'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b43bd3314d2c278f5ce0d038376bbaceba7b3499 [INFO] testing Yttrium40/Rust-Schedule against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FYttrium40%2FRust-Schedule" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Yttrium40/Rust-Schedule on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Yttrium40/Rust-Schedule [INFO] finished tweaking git repo https://github.com/Yttrium40/Rust-Schedule [INFO] tweaked toml for git repo https://github.com/Yttrium40/Rust-Schedule written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/Yttrium40/Rust-Schedule already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9f2eb8c10d0ae6e2a4c6da9b33b88ecf307c4d8b600b98562bde4e05f60f94e3 [INFO] running `Command { std: "docker" "start" "-a" "9f2eb8c10d0ae6e2a4c6da9b33b88ecf307c4d8b600b98562bde4e05f60f94e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9f2eb8c10d0ae6e2a4c6da9b33b88ecf307c4d8b600b98562bde4e05f60f94e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9f2eb8c10d0ae6e2a4c6da9b33b88ecf307c4d8b600b98562bde4e05f60f94e3", kill_on_drop: false }` [INFO] [stdout] 9f2eb8c10d0ae6e2a4c6da9b33b88ecf307c4d8b600b98562bde4e05f60f94e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 96f3f002ffe551fdbd72daa07aadb1c7d8ffdf1e8d4becbc52247e531df5f230 [INFO] running `Command { std: "docker" "start" "-a" "96f3f002ffe551fdbd72daa07aadb1c7d8ffdf1e8d4becbc52247e531df5f230", kill_on_drop: false }` [INFO] [stderr] Compiling rust_schedule v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn run() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 - pub fn run() -> Result<(), Box> { [INFO] [stdout] 34 + pub fn run() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:108:64 [INFO] [stdout] | [INFO] [stdout] 108 | fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 - fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 108 + fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 113 + fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:125:55 [INFO] [stdout] | [INFO] [stdout] 125 | fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 125 - fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 125 + fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:163:58 [INFO] [stdout] | [INFO] [stdout] 163 | fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 163 + fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:171:56 [INFO] [stdout] | [INFO] [stdout] 171 | fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 171 - fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 171 + fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:182:54 [INFO] [stdout] | [INFO] [stdout] 182 | fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 182 - fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 182 + fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:189:37 [INFO] [stdout] | [INFO] [stdout] 189 | fn run_settings() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 189 - fn run_settings() -> Result<(), Box> { [INFO] [stdout] 189 + fn run_settings() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:198:39 [INFO] [stdout] | [INFO] [stdout] 198 | fn read_input() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 - fn read_input() -> Result> { [INFO] [stdout] 198 + fn read_input() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:204:38 [INFO] [stdout] | [INFO] [stdout] 204 | fn read_input_id() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 204 - fn read_input_id() -> Result> { [INFO] [stdout] 204 + fn read_input_id() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/event/schedule/xport.rs:17:66 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] 17 + pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `input` is never read [INFO] [stdout] --> src/run/mod.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | let mut input = String::new(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `day` is never read [INFO] [stdout] --> src/run/mod.rs:130:13 [INFO] [stdout] | [INFO] [stdout] 130 | let mut day = Day::Sunday; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `id` is never read [INFO] [stdout] --> src/run/mod.rs:205:13 [INFO] [stdout] | [INFO] [stdout] 205 | let mut id = 0; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `event` [INFO] [stdout] --> src/run/event/schedule/mod.rs:38:21 [INFO] [stdout] | [INFO] [stdout] 38 | if let Some(event) = self.table.remove(&id) { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_event` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `description` is never read [INFO] [stdout] --> src/run/event/schedule/xport.rs:27:13 [INFO] [stdout] | [INFO] [stdout] 27 | let mut description = String::new(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Settings` [INFO] [stdout] --> src/run/mod.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | pub struct Settings { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/run/mod.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | fn new() -> Settings { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/run/mod.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: static is never used: `SETTINGS` [INFO] [stdout] --> src/run/mod.rs:30:1 [INFO] [stdout] | [INFO] [stdout] 30 | / static mut SETTINGS: Settings = Settings { [INFO] [stdout] 31 | | twelve_hour: false, [INFO] [stdout] 32 | | }; [INFO] [stdout] | |______^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.53s [INFO] running `Command { std: "docker" "inspect" "96f3f002ffe551fdbd72daa07aadb1c7d8ffdf1e8d4becbc52247e531df5f230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f3f002ffe551fdbd72daa07aadb1c7d8ffdf1e8d4becbc52247e531df5f230", kill_on_drop: false }` [INFO] [stdout] 96f3f002ffe551fdbd72daa07aadb1c7d8ffdf1e8d4becbc52247e531df5f230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 355a4ab943a46460b99acc229950c9e43b67d1e1b42b053425b8b47cdeec23b0 [INFO] running `Command { std: "docker" "start" "-a" "355a4ab943a46460b99acc229950c9e43b67d1e1b42b053425b8b47cdeec23b0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust_schedule v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:34:32 [INFO] [stdout] | [INFO] [stdout] 34 | pub fn run() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 34 - pub fn run() -> Result<(), Box> { [INFO] [stdout] 34 + pub fn run() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:108:64 [INFO] [stdout] | [INFO] [stdout] 108 | fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 108 - fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 108 + fn run_display_schedule(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:113:61 [INFO] [stdout] | [INFO] [stdout] 113 | fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 113 - fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 113 + fn run_display_event(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:125:55 [INFO] [stdout] | [INFO] [stdout] 125 | fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 125 - fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 125 + fn run_add(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:163:58 [INFO] [stdout] | [INFO] [stdout] 163 | fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 163 - fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 163 + fn run_remove(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:171:56 [INFO] [stdout] | [INFO] [stdout] 171 | fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 171 - fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] 171 + fn run_edit(schedule: &mut Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:182:54 [INFO] [stdout] | [INFO] [stdout] 182 | fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 182 - fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] 182 + fn run_export(schedule: &Schedule) -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:189:37 [INFO] [stdout] | [INFO] [stdout] 189 | fn run_settings() -> Result<(), Box> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 189 - fn run_settings() -> Result<(), Box> { [INFO] [stdout] 189 + fn run_settings() -> Result<(), Box> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:198:39 [INFO] [stdout] | [INFO] [stdout] 198 | fn read_input() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 198 - fn read_input() -> Result> { [INFO] [stdout] 198 + fn read_input() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/mod.rs:204:38 [INFO] [stdout] | [INFO] [stdout] 204 | fn read_input_id() -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 204 - fn read_input_id() -> Result> { [INFO] [stdout] 204 + fn read_input_id() -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/run/event/schedule/xport.rs:17:66 [INFO] [stdout] | [INFO] [stdout] 17 | pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 17 - pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] 17 + pub fn import_schedule(filename: String) -> Result> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/run/event/schedule/mod.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 108 | match table.add(Event::new("N2", Day::Monday, Time(200, 300), "L2", "D2")) { [INFO] [stdout] | -------------------------------------------------------------------- this expression has type `Result` [INFO] [stdout] 109 | Err(_) => panic!("Problem"), [INFO] [stdout] 110 | Ok(()) => (), [INFO] [stdout] | ^^ expected `u8`, found `()` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust_schedule` due to 2 previous errors; 11 warnings emitted [INFO] running `Command { std: "docker" "inspect" "355a4ab943a46460b99acc229950c9e43b67d1e1b42b053425b8b47cdeec23b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "355a4ab943a46460b99acc229950c9e43b67d1e1b42b053425b8b47cdeec23b0", kill_on_drop: false }` [INFO] [stdout] 355a4ab943a46460b99acc229950c9e43b67d1e1b42b053425b8b47cdeec23b0