Dec 06 02:17:06.908 INFO testing davidarmstronglewis/personal-blog against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 06 02:17:06.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 02:17:07.325 INFO [stdout] d6155db256f28fb20bdd63e126d82308f8b49830055bfabf01cd0dd59ca331af Dec 06 02:17:07.327 INFO running `"docker" "start" "-a" "d6155db256f28fb20bdd63e126d82308f8b49830055bfabf01cd0dd59ca331af"` Dec 06 02:17:08.764 INFO [stderr] usermod: no changes Dec 06 02:17:09.312 INFO [stderr] Compiling parking_lot_core v0.2.14 Dec 06 02:17:09.324 INFO [stderr] Compiling chrono v0.4.2 Dec 06 02:17:09.326 INFO [stderr] Compiling tokio-core v0.1.17 Dec 06 02:17:11.324 INFO [stderr] Compiling parking_lot v0.5.5 Dec 06 02:17:13.228 INFO [stderr] Compiling crossbeam-channel v0.1.3 Dec 06 02:17:14.232 INFO [stderr] Compiling diesel v1.3.0 Dec 06 02:17:14.793 INFO [stderr] Compiling trust-dns-proto v0.3.3 Dec 06 02:17:14.794 INFO [stderr] Compiling tokio-signal v0.1.5 Dec 06 02:17:26.799 INFO [stderr] Compiling trust-dns-resolver v0.8.2 Dec 06 02:17:37.808 INFO [stderr] Compiling actix v0.5.8 Dec 06 02:17:47.971 INFO [stderr] Compiling actix-web v0.6.12 Dec 06 02:18:16.372 INFO [stderr] Compiling r2d2-diesel v1.0.0 Dec 06 02:18:17.648 INFO [stderr] Compiling personal-blog v0.1.0 (/source) Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:23.170 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:23.170 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 06 02:18:23.170 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 06 02:18:23.170 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 06 02:18:23.170 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.170 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 02:18:23.170 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 02:18:23.170 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.170 INFO [stderr] | Dec 06 02:18:23.170 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! Dec 06 02:18:23.170 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.170 INFO [stderr] Dec 06 02:18:23.172 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 02:18:23.172 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.172 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 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! Dec 06 02:18:23.172 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.172 INFO [stderr] Dec 06 02:18:23.172 INFO [stderr] warning: cannot find type `title` in this scope Dec 06 02:18:23.172 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.172 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 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! Dec 06 02:18:23.172 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.172 INFO [stderr] Dec 06 02:18:23.172 INFO [stderr] warning: cannot find type `body` in this scope Dec 06 02:18:23.172 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.172 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.172 INFO [stderr] | Dec 06 02:18:23.172 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! Dec 06 02:18:23.172 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.172 INFO [stderr] Dec 06 02:18:23.173 INFO [stderr] warning: cannot find type `published` in this scope Dec 06 02:18:23.173 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.173 INFO [stderr] | Dec 06 02:18:23.173 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.173 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.173 INFO [stderr] | Dec 06 02:18:23.173 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! Dec 06 02:18:23.173 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.173 INFO [stderr] Dec 06 02:18:23.173 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 06 02:18:23.173 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.173 INFO [stderr] | Dec 06 02:18:23.173 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.173 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.173 INFO [stderr] | Dec 06 02:18:23.173 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! Dec 06 02:18:23.173 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.173 INFO [stderr] Dec 06 02:18:23.176 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 06 02:18:23.176 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:23.176 INFO [stderr] | Dec 06 02:18:23.176 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:23.176 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:23.176 INFO [stderr] | Dec 06 02:18:23.176 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! Dec 06 02:18:23.176 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:23.176 INFO [stderr] Dec 06 02:18:31.308 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:31.309 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:31.309 INFO [stderr] | Dec 06 02:18:31.309 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:31.309 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.309 INFO [stderr] | Dec 06 02:18:31.309 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 02:18:31.309 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! Dec 06 02:18:31.309 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.309 INFO [stderr] Dec 06 02:18:31.309 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:31.310 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:31.310 INFO [stderr] | Dec 06 02:18:31.310 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:31.310 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.310 INFO [stderr] | Dec 06 02:18:31.310 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! Dec 06 02:18:31.310 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.311 INFO [stderr] Dec 06 02:18:31.311 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 06 02:18:31.311 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:31.311 INFO [stderr] | Dec 06 02:18:31.311 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:31.311 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.311 INFO [stderr] | Dec 06 02:18:31.311 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! Dec 06 02:18:31.311 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.311 INFO [stderr] Dec 06 02:18:31.311 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 06 02:18:31.311 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:31.312 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 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! Dec 06 02:18:31.312 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.312 INFO [stderr] Dec 06 02:18:31.312 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 06 02:18:31.312 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:31.312 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 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! Dec 06 02:18:31.312 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.312 INFO [stderr] Dec 06 02:18:31.312 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 02:18:31.312 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 02:18:31.312 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.312 INFO [stderr] | Dec 06 02:18:31.312 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! Dec 06 02:18:31.312 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.312 INFO [stderr] Dec 06 02:18:31.312 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 02:18:31.312 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.313 INFO [stderr] | Dec 06 02:18:31.313 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.313 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.313 INFO [stderr] | Dec 06 02:18:31.313 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! Dec 06 02:18:31.313 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.313 INFO [stderr] Dec 06 02:18:31.314 INFO [stderr] warning: cannot find type `title` in this scope Dec 06 02:18:31.314 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.314 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 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! Dec 06 02:18:31.314 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.314 INFO [stderr] Dec 06 02:18:31.314 INFO [stderr] warning: cannot find type `body` in this scope Dec 06 02:18:31.314 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.314 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 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! Dec 06 02:18:31.314 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.314 INFO [stderr] Dec 06 02:18:31.314 INFO [stderr] warning: cannot find type `published` in this scope Dec 06 02:18:31.314 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.314 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.314 INFO [stderr] | Dec 06 02:18:31.314 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! Dec 06 02:18:31.314 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.314 INFO [stderr] Dec 06 02:18:31.314 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 06 02:18:31.315 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.315 INFO [stderr] | Dec 06 02:18:31.315 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.315 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.315 INFO [stderr] | Dec 06 02:18:31.315 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! Dec 06 02:18:31.315 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.315 INFO [stderr] Dec 06 02:18:31.315 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 06 02:18:31.315 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:31.315 INFO [stderr] | Dec 06 02:18:31.315 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:31.315 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:31.315 INFO [stderr] | Dec 06 02:18:31.315 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! Dec 06 02:18:31.315 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:31.315 INFO [stderr] Dec 06 02:18:49.113 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Dec 06 02:18:49.135 INFO [stderr] su: No module specific data is present Dec 06 02:18:51.022 INFO running `"docker" "inspect" "d6155db256f28fb20bdd63e126d82308f8b49830055bfabf01cd0dd59ca331af"` Dec 06 02:18:51.112 INFO running `"docker" "rm" "-f" "d6155db256f28fb20bdd63e126d82308f8b49830055bfabf01cd0dd59ca331af"` Dec 06 02:18:51.267 INFO [stdout] d6155db256f28fb20bdd63e126d82308f8b49830055bfabf01cd0dd59ca331af Dec 06 02:18:51.270 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 02:18:51.589 INFO [stdout] 33e683392dedf5ed72512688fddc3a6f8665d225ba5de83e3c5572939a945e91 Dec 06 02:18:51.591 INFO running `"docker" "start" "-a" "33e683392dedf5ed72512688fddc3a6f8665d225ba5de83e3c5572939a945e91"` Dec 06 02:18:52.233 INFO [stderr] usermod: no changes Dec 06 02:18:52.508 INFO [stderr] Compiling personal-blog v0.1.0 (/source) Dec 06 02:18:58.416 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:58.416 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.416 INFO [stderr] | Dec 06 02:18:58.416 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.417 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.418 INFO [stderr] | Dec 06 02:18:58.418 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 02:18:58.418 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! Dec 06 02:18:58.418 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.418 INFO [stderr] Dec 06 02:18:58.418 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:58.418 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.418 INFO [stderr] | Dec 06 02:18:58.418 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.418 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.418 INFO [stderr] | Dec 06 02:18:58.418 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! Dec 06 02:18:58.418 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.418 INFO [stderr] Dec 06 02:18:58.418 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 06 02:18:58.418 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.418 INFO [stderr] | Dec 06 02:18:58.418 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.418 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.418 INFO [stderr] | Dec 06 02:18:58.418 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! Dec 06 02:18:58.418 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 06 02:18:58.419 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:58.419 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 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! Dec 06 02:18:58.419 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 06 02:18:58.419 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:58.419 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 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! Dec 06 02:18:58.419 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 02:18:58.419 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 02:18:58.419 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 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! Dec 06 02:18:58.419 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 02:18:58.419 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.419 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 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! Dec 06 02:18:58.419 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `title` in this scope Dec 06 02:18:58.419 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.419 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 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! Dec 06 02:18:58.419 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.419 INFO [stderr] Dec 06 02:18:58.419 INFO [stderr] warning: cannot find type `body` in this scope Dec 06 02:18:58.419 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.419 INFO [stderr] | Dec 06 02:18:58.419 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.420 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 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! Dec 06 02:18:58.420 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.420 INFO [stderr] Dec 06 02:18:58.420 INFO [stderr] warning: cannot find type `published` in this scope Dec 06 02:18:58.420 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.420 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 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! Dec 06 02:18:58.420 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.420 INFO [stderr] Dec 06 02:18:58.420 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 06 02:18:58.420 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.420 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 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! Dec 06 02:18:58.420 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.420 INFO [stderr] Dec 06 02:18:58.420 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 06 02:18:58.420 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.420 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.420 INFO [stderr] | Dec 06 02:18:58.420 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! Dec 06 02:18:58.420 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.420 INFO [stderr] Dec 06 02:18:58.573 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:58.573 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.573 INFO [stderr] | Dec 06 02:18:58.573 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.573 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.573 INFO [stderr] | Dec 06 02:18:58.573 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 06 02:18:58.573 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! Dec 06 02:18:58.573 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.573 INFO [stderr] Dec 06 02:18:58.573 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Dec 06 02:18:58.574 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.574 INFO [stderr] | Dec 06 02:18:58.574 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.574 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.575 INFO [stderr] | Dec 06 02:18:58.575 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! Dec 06 02:18:58.575 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.575 INFO [stderr] Dec 06 02:18:58.576 INFO [stderr] warning: cannot find type `BlogPost` in this scope Dec 06 02:18:58.576 INFO [stderr] --> src/db/models.rs:3:17 Dec 06 02:18:58.576 INFO [stderr] | Dec 06 02:18:58.577 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Dec 06 02:18:58.577 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.577 INFO [stderr] | Dec 06 02:18:58.577 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! Dec 06 02:18:58.578 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.578 INFO [stderr] Dec 06 02:18:58.579 INFO [stderr] warning: cannot find type `blog_posts` in this scope Dec 06 02:18:58.579 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:58.579 INFO [stderr] | Dec 06 02:18:58.579 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:58.580 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.580 INFO [stderr] | Dec 06 02:18:58.580 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! Dec 06 02:18:58.581 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.581 INFO [stderr] Dec 06 02:18:58.581 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Dec 06 02:18:58.581 INFO [stderr] --> src/db/models.rs:15:17 Dec 06 02:18:58.582 INFO [stderr] | Dec 06 02:18:58.582 INFO [stderr] 15 | #[derive(Debug, Insertable)] Dec 06 02:18:58.582 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.582 INFO [stderr] | Dec 06 02:18:58.583 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! Dec 06 02:18:58.583 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.583 INFO [stderr] Dec 06 02:18:58.584 INFO [stderr] warning: cannot find type `table` in this scope Dec 06 02:18:58.584 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 06 02:18:58.584 INFO [stderr] | Dec 06 02:18:58.584 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 06 02:18:58.585 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.585 INFO [stderr] | Dec 06 02:18:58.585 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! Dec 06 02:18:58.586 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.586 INFO [stderr] Dec 06 02:18:58.586 INFO [stderr] warning: cannot find type `id` in this scope Dec 06 02:18:58.587 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.587 INFO [stderr] | Dec 06 02:18:58.587 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.587 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.588 INFO [stderr] | Dec 06 02:18:58.588 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! Dec 06 02:18:58.588 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.588 INFO [stderr] Dec 06 02:18:58.589 INFO [stderr] warning: cannot find type `title` in this scope Dec 06 02:18:58.589 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.589 INFO [stderr] | Dec 06 02:18:58.589 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.589 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.589 INFO [stderr] | Dec 06 02:18:58.589 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! Dec 06 02:18:58.589 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.589 INFO [stderr] Dec 06 02:18:58.589 INFO [stderr] warning: cannot find type `body` in this scope Dec 06 02:18:58.589 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.589 INFO [stderr] | Dec 06 02:18:58.589 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.589 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.589 INFO [stderr] | Dec 06 02:18:58.589 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! Dec 06 02:18:58.590 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.590 INFO [stderr] Dec 06 02:18:58.590 INFO [stderr] warning: cannot find type `published` in this scope Dec 06 02:18:58.590 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.590 INFO [stderr] | Dec 06 02:18:58.590 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.590 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.590 INFO [stderr] | Dec 06 02:18:58.590 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! Dec 06 02:18:58.591 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.591 INFO [stderr] Dec 06 02:18:58.591 INFO [stderr] warning: cannot find type `created_at` in this scope Dec 06 02:18:58.591 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.591 INFO [stderr] | Dec 06 02:18:58.591 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.591 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.592 INFO [stderr] | Dec 06 02:18:58.592 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! Dec 06 02:18:58.592 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.592 INFO [stderr] Dec 06 02:18:58.592 INFO [stderr] warning: cannot find type `updated_at` in this scope Dec 06 02:18:58.592 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 06 02:18:58.592 INFO [stderr] | Dec 06 02:18:58.592 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 06 02:18:58.592 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 06 02:18:58.593 INFO [stderr] | Dec 06 02:18:58.593 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! Dec 06 02:18:58.593 INFO [stderr] = note: for more information, see issue #50504 Dec 06 02:18:58.593 INFO [stderr] Dec 06 02:18:59.344 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.08s Dec 06 02:18:59.363 INFO [stderr] su: No module specific data is present Dec 06 02:18:59.714 INFO running `"docker" "inspect" "33e683392dedf5ed72512688fddc3a6f8665d225ba5de83e3c5572939a945e91"` Dec 06 02:18:59.780 INFO running `"docker" "rm" "-f" "33e683392dedf5ed72512688fddc3a6f8665d225ba5de83e3c5572939a945e91"` Dec 06 02:18:59.842 INFO [stdout] 33e683392dedf5ed72512688fddc3a6f8665d225ba5de83e3c5572939a945e91 Dec 06 02:18:59.844 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-7/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 06 02:18:59.955 INFO [stdout] 1534e3771baeb536494be279ebd1ffa85c7d695ad2bd4d648b29f50ac658dc07 Dec 06 02:18:59.957 INFO running `"docker" "start" "-a" "1534e3771baeb536494be279ebd1ffa85c7d695ad2bd4d648b29f50ac658dc07"` Dec 06 02:19:00.356 INFO [stderr] usermod: no changes Dec 06 02:19:00.688 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.32s Dec 06 02:19:00.707 INFO [stderr] Running /target/debug/deps/personal_blog-f3815312e29fe3bc Dec 06 02:19:00.712 INFO [stdout] Dec 06 02:19:00.712 INFO [stdout] running 0 tests Dec 06 02:19:00.712 INFO [stdout] Dec 06 02:19:00.712 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 02:19:00.712 INFO [stdout] Dec 06 02:19:00.713 INFO [stderr] Running /target/debug/deps/personal_blog-d745623b7ee426b1 Dec 06 02:19:00.718 INFO [stdout] Dec 06 02:19:00.718 INFO [stdout] running 0 tests Dec 06 02:19:00.718 INFO [stdout] Dec 06 02:19:00.718 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 02:19:00.718 INFO [stdout] Dec 06 02:19:00.719 INFO [stderr] Doc-tests personal-blog Dec 06 02:19:10.164 INFO [stdout] Dec 06 02:19:10.164 INFO [stdout] running 0 tests Dec 06 02:19:10.164 INFO [stdout] Dec 06 02:19:10.164 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 06 02:19:10.164 INFO [stdout] Dec 06 02:19:10.177 INFO [stderr] su: No module specific data is present Dec 06 02:19:10.646 INFO running `"docker" "inspect" "1534e3771baeb536494be279ebd1ffa85c7d695ad2bd4d648b29f50ac658dc07"` Dec 06 02:19:10.896 INFO running `"docker" "rm" "-f" "1534e3771baeb536494be279ebd1ffa85c7d695ad2bd4d648b29f50ac658dc07"` Dec 06 02:19:11.134 INFO [stdout] 1534e3771baeb536494be279ebd1ffa85c7d695ad2bd4d648b29f50ac658dc07