Nov 17 05:17:24.752 INFO testing davidarmstronglewis/personal-blog against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 05:17:24.752 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:17:25.198 INFO [stdout] 90338d4c111e30a178da8368e6194c71de93339436cd74785a48f7c31bde71cb Nov 17 05:17:25.201 INFO running `"docker" "start" "-a" "90338d4c111e30a178da8368e6194c71de93339436cd74785a48f7c31bde71cb"` Nov 17 05:17:26.267 INFO [stderr] usermod: no changes Nov 17 05:17:26.721 INFO [stderr] Compiling actix-web v0.6.12 Nov 17 05:17:26.743 INFO [stderr] Compiling diesel v1.3.0 Nov 17 05:17:26.743 INFO [stderr] Compiling actix v0.5.8 Nov 17 05:18:24.935 INFO [stderr] Compiling r2d2-diesel v1.0.0 Nov 17 05:18:25.939 INFO [stderr] Compiling personal-blog v0.1.0 (/source) Nov 17 05:18:30.409 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:18:30.409 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:30.409 INFO [stderr] | Nov 17 05:18:30.409 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:30.409 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.409 INFO [stderr] | Nov 17 05:18:30.409 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 05:18:30.409 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! Nov 17 05:18:30.410 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.410 INFO [stderr] Nov 17 05:18:30.410 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:18:30.410 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:30.410 INFO [stderr] | Nov 17 05:18:30.410 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:30.410 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.410 INFO [stderr] | Nov 17 05:18:30.410 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! Nov 17 05:18:30.410 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.410 INFO [stderr] Nov 17 05:18:30.410 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 17 05:18:30.410 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:30.410 INFO [stderr] | Nov 17 05:18:30.410 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:30.410 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.410 INFO [stderr] | Nov 17 05:18:30.410 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! Nov 17 05:18:30.410 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.410 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 17 05:18:30.414 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 17 05:18:30.414 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 05:18:30.414 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 05:18:30.414 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `title` in this scope Nov 17 05:18:30.414 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.414 INFO [stderr] warning: cannot find type `body` in this scope Nov 17 05:18:30.414 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.414 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.414 INFO [stderr] | Nov 17 05:18:30.414 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! Nov 17 05:18:30.414 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.414 INFO [stderr] Nov 17 05:18:30.415 INFO [stderr] warning: cannot find type `published` in this scope Nov 17 05:18:30.415 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.415 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 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! Nov 17 05:18:30.415 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.415 INFO [stderr] Nov 17 05:18:30.415 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 05:18:30.415 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.415 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 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! Nov 17 05:18:30.415 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.415 INFO [stderr] Nov 17 05:18:30.415 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 17 05:18:30.415 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:30.415 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:30.415 INFO [stderr] | Nov 17 05:18:30.415 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! Nov 17 05:18:30.415 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:30.415 INFO [stderr] Nov 17 05:18:37.635 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:18:37.636 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:18:37.636 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 17 05:18:37.636 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 17 05:18:37.636 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 17 05:18:37.636 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 05:18:37.636 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 05:18:37.636 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `title` in this scope Nov 17 05:18:37.636 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `body` in this scope Nov 17 05:18:37.636 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.636 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.636 INFO [stderr] | Nov 17 05:18:37.636 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! Nov 17 05:18:37.636 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.636 INFO [stderr] Nov 17 05:18:37.636 INFO [stderr] warning: cannot find type `published` in this scope Nov 17 05:18:37.636 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.637 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 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! Nov 17 05:18:37.637 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.637 INFO [stderr] Nov 17 05:18:37.637 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 05:18:37.637 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.637 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 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! Nov 17 05:18:37.637 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.637 INFO [stderr] Nov 17 05:18:37.637 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 17 05:18:37.637 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:18:37.637 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:18:37.637 INFO [stderr] | Nov 17 05:18:37.637 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! Nov 17 05:18:37.637 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:18:37.637 INFO [stderr] Nov 17 05:18:59.271 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 32s Nov 17 05:18:59.299 INFO [stderr] su: No module specific data is present Nov 17 05:19:00.387 INFO running `"docker" "inspect" "90338d4c111e30a178da8368e6194c71de93339436cd74785a48f7c31bde71cb"` Nov 17 05:19:00.731 INFO running `"docker" "rm" "-f" "90338d4c111e30a178da8368e6194c71de93339436cd74785a48f7c31bde71cb"` Nov 17 05:19:01.095 INFO [stdout] 90338d4c111e30a178da8368e6194c71de93339436cd74785a48f7c31bde71cb Nov 17 05:19:01.103 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:19:01.543 INFO [stdout] f0040787bba704603bbeaf693b4c845086d6b8750da02c0d3ed69bf2187c5802 Nov 17 05:19:01.546 INFO running `"docker" "start" "-a" "f0040787bba704603bbeaf693b4c845086d6b8750da02c0d3ed69bf2187c5802"` Nov 17 05:19:02.780 INFO [stderr] usermod: no changes Nov 17 05:19:03.131 INFO [stderr] Compiling personal-blog v0.1.0 (/source) Nov 17 05:19:10.583 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:19:10.583 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:10.583 INFO [stderr] | Nov 17 05:19:10.583 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:10.583 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.583 INFO [stderr] | Nov 17 05:19:10.583 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 05:19:10.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! Nov 17 05:19:10.583 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.583 INFO [stderr] Nov 17 05:19:10.583 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:19:10.583 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:10.583 INFO [stderr] | Nov 17 05:19:10.583 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 17 05:19:10.584 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 17 05:19:10.584 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 17 05:19:10.584 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `title` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `body` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `published` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 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! Nov 17 05:19:10.584 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.584 INFO [stderr] Nov 17 05:19:10.584 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 05:19:10.584 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.584 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.584 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.584 INFO [stderr] | Nov 17 05:19:10.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! Nov 17 05:19:10.585 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.585 INFO [stderr] Nov 17 05:19:10.585 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 17 05:19:10.585 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:10.585 INFO [stderr] | Nov 17 05:19:10.585 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:10.585 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:10.585 INFO [stderr] | Nov 17 05:19:10.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! Nov 17 05:19:10.585 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:10.585 INFO [stderr] Nov 17 05:19:11.307 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:19:11.307 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:11.307 INFO [stderr] | Nov 17 05:19:11.307 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:11.307 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.307 INFO [stderr] | Nov 17 05:19:11.307 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 05:19:11.307 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! Nov 17 05:19:11.307 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.307 INFO [stderr] Nov 17 05:19:11.307 INFO [stderr] warning: cannot find type `NaiveDateTime` in this scope Nov 17 05:19:11.307 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:11.307 INFO [stderr] | Nov 17 05:19:11.307 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:11.307 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.307 INFO [stderr] | Nov 17 05:19:11.307 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! Nov 17 05:19:11.307 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.308 INFO [stderr] Nov 17 05:19:11.308 INFO [stderr] warning: cannot find type `BlogPost` in this scope Nov 17 05:19:11.308 INFO [stderr] --> src/db/models.rs:3:17 Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 INFO [stderr] 3 | #[derive(Debug, Queryable, Serialize, Deserialize)] Nov 17 05:19:11.308 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 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! Nov 17 05:19:11.308 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.308 INFO [stderr] Nov 17 05:19:11.308 INFO [stderr] warning: cannot find type `blog_posts` in this scope Nov 17 05:19:11.308 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:19:11.308 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 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! Nov 17 05:19:11.308 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.308 INFO [stderr] Nov 17 05:19:11.308 INFO [stderr] warning: cannot find type `NewBlogPost` in this scope Nov 17 05:19:11.308 INFO [stderr] --> src/db/models.rs:15:17 Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 INFO [stderr] 15 | #[derive(Debug, Insertable)] Nov 17 05:19:11.308 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.308 INFO [stderr] | Nov 17 05:19:11.308 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! Nov 17 05:19:11.308 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `title` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `body` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `published` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `created_at` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:11.309 INFO [stderr] warning: cannot find type `updated_at` in this scope Nov 17 05:19:11.309 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.309 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 05:19:11.309 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 05:19:11.309 INFO [stderr] | Nov 17 05:19:11.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! Nov 17 05:19:11.309 INFO [stderr] = note: for more information, see issue #50504 Nov 17 05:19:11.309 INFO [stderr] Nov 17 05:19:13.089 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 10.29s Nov 17 05:19:13.123 INFO [stderr] su: No module specific data is present Nov 17 05:19:14.948 INFO running `"docker" "inspect" "f0040787bba704603bbeaf693b4c845086d6b8750da02c0d3ed69bf2187c5802"` Nov 17 05:19:15.269 INFO running `"docker" "rm" "-f" "f0040787bba704603bbeaf693b4c845086d6b8750da02c0d3ed69bf2187c5802"` Nov 17 05:19:15.563 INFO [stdout] f0040787bba704603bbeaf693b4c845086d6b8750da02c0d3ed69bf2187c5802 Nov 17 05:19:15.569 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-5/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 05:19:16.046 INFO [stdout] 63b9f8ba3578eec9c29fdf9ddd0cbe4321bc416439f5734fae2e9498c5a72757 Nov 17 05:19:16.049 INFO running `"docker" "start" "-a" "63b9f8ba3578eec9c29fdf9ddd0cbe4321bc416439f5734fae2e9498c5a72757"` Nov 17 05:19:18.259 INFO [stderr] usermod: no changes Nov 17 05:19:18.749 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.45s Nov 17 05:19:18.760 INFO [stderr] Running /target/debug/deps/personal_blog-03c327d57a23395f Nov 17 05:19:18.777 INFO [stdout] Nov 17 05:19:18.777 INFO [stdout] running 0 tests Nov 17 05:19:18.777 INFO [stdout] Nov 17 05:19:18.777 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:19:18.777 INFO [stdout] Nov 17 05:19:18.780 INFO [stderr] Running /target/debug/deps/personal_blog-18ad6c462155588b Nov 17 05:19:18.784 INFO [stdout] Nov 17 05:19:18.784 INFO [stdout] running 0 tests Nov 17 05:19:18.784 INFO [stdout] Nov 17 05:19:18.784 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:19:18.784 INFO [stdout] Nov 17 05:19:18.786 INFO [stderr] Doc-tests personal-blog Nov 17 05:19:27.691 INFO [stdout] Nov 17 05:19:27.691 INFO [stdout] running 0 tests Nov 17 05:19:27.691 INFO [stdout] Nov 17 05:19:27.691 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 05:19:27.691 INFO [stdout] Nov 17 05:19:27.716 INFO [stderr] su: No module specific data is present Nov 17 05:19:29.008 INFO running `"docker" "inspect" "63b9f8ba3578eec9c29fdf9ddd0cbe4321bc416439f5734fae2e9498c5a72757"` Nov 17 05:19:29.263 INFO running `"docker" "rm" "-f" "63b9f8ba3578eec9c29fdf9ddd0cbe4321bc416439f5734fae2e9498c5a72757"` Nov 17 05:19:29.475 INFO [stdout] 63b9f8ba3578eec9c29fdf9ddd0cbe4321bc416439f5734fae2e9498c5a72757