[INFO] updating cached repository DanielReimer/Reminder-Bot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/DanielReimer/Reminder-Bot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/DanielReimer/Reminder-Bot" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/DanielReimer/Reminder-Bot"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/DanielReimer/Reminder-Bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/DanielReimer/Reminder-Bot" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 26b6dd248bc94bbd17eacc663cf423f109e74c1b [INFO] sha for GitHub repo DanielReimer/Reminder-Bot: 26b6dd248bc94bbd17eacc663cf423f109e74c1b [INFO] validating manifest of DanielReimer/Reminder-Bot on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of DanielReimer/Reminder-Bot on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing DanielReimer/Reminder-Bot [INFO] finished frobbing DanielReimer/Reminder-Bot [INFO] frobbed toml for DanielReimer/Reminder-Bot written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/DanielReimer/Reminder-Bot/Cargo.toml [INFO] started frobbing DanielReimer/Reminder-Bot [INFO] finished frobbing DanielReimer/Reminder-Bot [INFO] frobbed toml for DanielReimer/Reminder-Bot written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot/Cargo.toml [INFO] crate DanielReimer/Reminder-Bot has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing DanielReimer/Reminder-Bot against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] b9d26c37972e381a09c7ffec15bc649c4fe7c11639200bfc6dfd51dd64dc74a1 [INFO] running `"docker" "start" "-a" "b9d26c37972e381a09c7ffec15bc649c4fe7c11639200bfc6dfd51dd64dc74a1"` [INFO] [stderr] Compiling atoi v0.2.3 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling dotenv v0.9.0 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling diesel v1.2.2 [INFO] [stderr] Compiling irc v0.13.5 [INFO] [stderr] Compiling reminder_bot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `nick` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `channel` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `set_time` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `remind_time` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `reminded` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `remind_message` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Reminder` in this scope [INFO] [stderr] --> src/models.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `reminders` in this scope [INFO] [stderr] --> src/models.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewReminder` in this scope [INFO] [stderr] --> src/models.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.71s [INFO] running `"docker" "inspect" "b9d26c37972e381a09c7ffec15bc649c4fe7c11639200bfc6dfd51dd64dc74a1"` [INFO] running `"docker" "rm" "-f" "b9d26c37972e381a09c7ffec15bc649c4fe7c11639200bfc6dfd51dd64dc74a1"` [INFO] [stdout] b9d26c37972e381a09c7ffec15bc649c4fe7c11639200bfc6dfd51dd64dc74a1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 503c563eb4cb4922af74082a1cf162236e82d470a1f65e2c9a1b7bee34e375c0 [INFO] running `"docker" "start" "-a" "503c563eb4cb4922af74082a1cf162236e82d470a1f65e2c9a1b7bee34e375c0"` [INFO] [stderr] Compiling reminder_bot v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `table` in this scope [INFO] [stderr] --> <::diesel::macros::table_body macros>:165:33 [INFO] [stderr] | [INFO] [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `id` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `nick` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `channel` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `set_time` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `remind_time` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `reminded` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `remind_message` in this scope [INFO] [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 [INFO] [stderr] | [INFO] [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name [INFO] [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `Reminder` in this scope [INFO] [stderr] --> src/models.rs:9:10 [INFO] [stderr] | [INFO] [stderr] 9 | #[derive(Queryable)] [INFO] [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `reminders` in this scope [INFO] [stderr] --> src/models.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] warning: cannot find type `NewReminder` in this scope [INFO] [stderr] --> src/models.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | #[derive(Insertable)] [INFO] [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #50504 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `"docker" "inspect" "503c563eb4cb4922af74082a1cf162236e82d470a1f65e2c9a1b7bee34e375c0"` [INFO] running `"docker" "rm" "-f" "503c563eb4cb4922af74082a1cf162236e82d470a1f65e2c9a1b7bee34e375c0"` [INFO] [stdout] 503c563eb4cb4922af74082a1cf162236e82d470a1f65e2c9a1b7bee34e375c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/DanielReimer/Reminder-Bot:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 0b536f86db14daa9f2c4b947e991d82398ef201addd37f295f8cd5626d6e9ec3 [INFO] running `"docker" "start" "-a" "0b536f86db14daa9f2c4b947e991d82398ef201addd37f295f8cd5626d6e9ec3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/crater/target/debug/deps/reminder_bot-76b39ead74dbbad1 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test tests::test_current_time ... ok [INFO] [stdout] test tests::test_tomorrow_routine ... ok [INFO] [stdout] test tests::test_in_routine ... ok [INFO] [stdout] test tests::test_parse_reminder ... ok [INFO] [stdout] test tests::test_extract_in_time ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/reminder_bot-3842959fb8e29f9d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests reminder_bot [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/lib.rs - tomorrow_routine (line 157) ... ok [INFO] [stdout] test src/lib.rs - extract_in_time (line 177) ... ok [INFO] [stdout] test src/lib.rs - current_time (line 64) ... ok [INFO] [stdout] test src/lib.rs - parse_reminder (line 88) ... ok [INFO] [stdout] test src/lib.rs - in_routine (line 126) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - in_routine (line 126) stdout ---- [INFO] [stdout] thread 'src/lib.rs - in_routine (line 126)' panicked at 'test executable failed: [INFO] [stdout] [INFO] [stdout] thread 'main' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `(1548965150, "to sleep")`, [INFO] [stdout] right: `(1548965149, "to sleep")`', src/lib.rs:8:1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5579ede71623 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x5579ede6d5eb - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x5579ede70416 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x5579ede70194 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:215 [INFO] [stdout] 4: 0x5579ede70ac0 - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:478 [INFO] [stdout] 5: 0x5579ede70641 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 6: 0x5579ede7058e - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 7: 0x5579edcee773 - rust_out[317d481089b8c8fe]::main [INFO] [stdout] 8: 0x5579edcee4a2 - std[698b411d1b74fcff]::rt::lang_start::<()>::{closure#0} [INFO] [stdout] 9: 0x5579ede704c2 - std[698b411d1b74fcff]::panicking::try::do_call:: [INFO] [stdout] at src/libstd/rt.rs:49 [INFO] [stdout] at src/libstd/panicking.rs:297 [INFO] [stdout] 10: 0x5579ede72fb9 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 11: 0x5579ede70ff5 - std[698b411d1b74fcff]::rt::lang_start_internal [INFO] [stdout] at src/libstd/panicking.rs:276 [INFO] [stdout] at src/libstd/panic.rs:388 [INFO] [stdout] at src/libstd/rt.rs:48 [INFO] [stdout] 12: 0x5579edcee484 - std[698b411d1b74fcff]::rt::lang_start::<()> [INFO] [stdout] 13: 0x5579edcee7aa - main [INFO] [stdout] 14: 0x7fdc242f92e0 - __libc_start_main [INFO] [stdout] 15: 0x5579edcee119 - _start [INFO] [stdout] 16: 0x0 - [INFO] [stdout] [INFO] [stdout] ', src/librustdoc/test.rs:389:17 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x7f57c8f621e3 - std[698b411d1b74fcff]::sys::unix::backtrace::tracing::imp::unwind_backtrace [INFO] [stdout] at src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:39 [INFO] [stdout] 1: 0x7f57c8f5a9cb - std[698b411d1b74fcff]::sys_common::backtrace::_print [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:70 [INFO] [stdout] 2: 0x7f57c8f5e3f6 - std[698b411d1b74fcff]::panicking::default_hook::{closure#1} [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:58 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 3: 0x7f57c8f5e0f7 - std[698b411d1b74fcff]::panicking::default_hook [INFO] [stdout] at src/libstd/panicking.rs:209 [INFO] [stdout] 4: 0x7f57cafbd9ef - rustc[8198c0d23dc1abcc]::util::common::panic_hook [INFO] [stdout] 5: 0x7f57c8f5ebcd - std[698b411d1b74fcff]::panicking::rust_panic_with_hook [INFO] [stdout] at src/libstd/panicking.rs:482 [INFO] [stdout] 6: 0x7f57c8f5e681 - std[698b411d1b74fcff]::panicking::continue_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:385 [INFO] [stdout] 7: 0x7f57c8f5e5ce - std[698b411d1b74fcff]::panicking::begin_panic_fmt [INFO] [stdout] at src/libstd/panicking.rs:340 [INFO] [stdout] 8: 0x555f62efc8fc - rustdoc[88d74997c65aea9c]::test::run_test [INFO] [stdout] at src/librustdoc/test.rs:389 [INFO] [stdout] 9: 0x555f62ddc4e7 - >::set::::add_test::{closure#0}::{closure#0}::{closure#0}, ()>::{closure#0}, ()> [INFO] [stdout] at src/librustdoc/test.rs:754 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libsyntax/lib.rs:112 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-0.1.2/src/lib.rs:155 [INFO] [stdout] 10: 0x555f62e5e961 - syntax[55b360ca1c87f545]::with_globals::<::add_test::{closure#0}::{closure#0}::{closure#0}, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libsyntax/lib.rs:111 [INFO] [stdout] 11: 0x555f62c79508 - std[698b411d1b74fcff]::sys_common::backtrace::__rust_begin_short_backtrace::<::add_test::{closure#0}::{closure#0}, ()> [INFO] [stdout] at src/librustdoc/test.rs:751 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/sys_common/backtrace.rs:135 [INFO] [stdout] 12: 0x555f62c2f573 - std[698b411d1b74fcff]::panicking::try::do_call::::spawn_unchecked<::add_test::{closure#0}::{closure#0}, ()>::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:469 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:309 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:297 [INFO] [stdout] 13: 0x7f57c8f70029 - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:92 [INFO] [stdout] 14: 0x555f62ca9957 - <::spawn_unchecked<::add_test::{closure#0}::{closure#0}, ()>::{closure#0} as alloc[f4750af829db9b76]::boxed::FnBox<()>>::call_box [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panicking.rs:276 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/panic.rs:388 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/libstd/thread/mod.rs:468 [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:734 [INFO] [stdout] 15: 0x7f57c8f6edbd - ::new::thread_start [INFO] [stdout] at /rustc/7fea0229842e79db1159ea58ad9a653b288efee9/src/liballoc/boxed.rs:744 [INFO] [stdout] at src/libstd/sys_common/thread.rs:14 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:81 [INFO] [stdout] 16: 0x7f57c8ae0493 - start_thread [INFO] [stdout] 17: 0x7f57c860bace - __clone [INFO] [stdout] 18: 0x0 - [INFO] [stdout] query stack during panic: [INFO] [stdout] end of query stack [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - in_routine (line 126) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 4 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "0b536f86db14daa9f2c4b947e991d82398ef201addd37f295f8cd5626d6e9ec3"` [INFO] running `"docker" "rm" "-f" "0b536f86db14daa9f2c4b947e991d82398ef201addd37f295f8cd5626d6e9ec3"` [INFO] [stdout] 0b536f86db14daa9f2c4b947e991d82398ef201addd37f295f8cd5626d6e9ec3