Nov 27 21:47:36.504 INFO checking romainbellande/rust-jsonapi-poc against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 27 21:47:36.505 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-7/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-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 27 21:47:37.035 INFO [stdout] 50796654ab92dba0da1360f4386d737ee38e4d1b1501fe0ed6a6f470d71a9400 Nov 27 21:47:37.038 INFO running `"docker" "start" "-a" "50796654ab92dba0da1360f4386d737ee38e4d1b1501fe0ed6a6f470d71a9400"` Nov 27 21:47:39.536 INFO [stderr] usermod: no changes Nov 27 21:47:39.942 INFO [stderr] Compiling log v0.4.5 Nov 27 21:47:39.980 INFO [stderr] Compiling regex-syntax v0.5.6 Nov 27 21:47:39.985 INFO [stderr] Compiling pq-sys v0.4.6 Nov 27 21:47:39.985 INFO [stderr] Compiling syn v0.11.11 Nov 27 21:47:39.986 INFO [stderr] Checking r2d2 v0.8.2 Nov 27 21:47:39.986 INFO [stderr] Compiling memchr v2.1.0 Nov 27 21:47:39.987 INFO [stderr] Compiling backtrace-sys v0.1.24 Nov 27 21:47:39.987 INFO [stderr] Checking serde_json v0.8.6 Nov 27 21:47:41.430 INFO [stderr] Checking regex v0.2.11 Nov 27 21:47:43.486 INFO [stderr] Checking diesel v1.3.3 Nov 27 21:47:44.501 INFO [stderr] Checking error-chain v0.11.0 Nov 27 21:47:44.568 INFO [stderr] Checking error-chain v0.10.0 Nov 27 21:47:48.228 INFO [stderr] Compiling backtrace v0.3.9 Nov 27 21:47:48.398 INFO [stderr] Compiling serde v1.0.80 Nov 27 21:47:50.395 INFO [stderr] Compiling diesel v0.16.0 Nov 27 21:47:55.581 INFO [stderr] Compiling log v0.3.9 Nov 27 21:47:58.373 INFO [stderr] Compiling aho-corasick v0.6.8 Nov 27 21:48:03.696 INFO [stderr] Checking queryst v1.0.1 Nov 27 21:48:03.776 INFO [stderr] Compiling mime v0.2.6 Nov 27 21:48:08.914 INFO [stderr] Compiling cookie v0.9.2 Nov 27 21:48:38.992 INFO [stderr] Compiling hyper v0.10.13 Nov 27 21:48:40.368 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 27 21:49:21.183 INFO [stderr] Checking toml v0.4.8 Nov 27 21:49:21.949 INFO [stderr] Checking serde_json v1.0.32 Nov 27 21:49:25.193 INFO [stderr] Checking envy v0.3.3 Nov 27 21:49:28.302 INFO [stderr] Checking dotenv v0.10.1 Nov 27 21:49:30.120 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 27 21:49:36.312 INFO [stderr] Checking jsonapi v0.6.0 Nov 27 21:49:37.833 INFO [stderr] Checking rocket v0.3.17 Nov 27 21:49:49.657 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 27 21:49:57.177 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 27 21:50:11.224 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 27 21:50:30.418 INFO [stderr] Checking japi v0.1.0 (/source/src/japi) Nov 27 21:50:32.439 INFO [stderr] warning: unused `#[macro_use]` import Nov 27 21:50:32.440 INFO [stderr] --> src/japi/src/lib.rs:8:1 Nov 27 21:50:32.441 INFO [stderr] | Nov 27 21:50:32.442 INFO [stderr] 8 | #[macro_use] extern crate rocket_contrib; Nov 27 21:50:32.442 INFO [stderr] | ^^^^^^^^^^^^ Nov 27 21:50:32.443 INFO [stderr] | Nov 27 21:50:32.444 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 21:50:32.444 INFO [stderr] Nov 27 21:50:32.445 INFO [stderr] warning: unused import: `from_value` Nov 27 21:50:32.446 INFO [stderr] --> src/japi/src/model.rs:2:18 Nov 27 21:50:32.446 INFO [stderr] | Nov 27 21:50:32.447 INFO [stderr] 2 | use serde_json::{from_value, to_value, Value}; Nov 27 21:50:32.447 INFO [stderr] | ^^^^^^^^^^ Nov 27 21:50:32.448 INFO [stderr] Nov 27 21:50:32.836 INFO [stderr] warning: variable does not need to be mutable Nov 27 21:50:32.836 INFO [stderr] --> src/japi/src/model.rs:16:26 Nov 27 21:50:32.836 INFO [stderr] | Nov 27 21:50:32.836 INFO [stderr] 16 | if let Value::Object(mut jsonAttributes) = to_value(self).unwrap() { Nov 27 21:50:32.836 INFO [stderr] | ----^^^^^^^^^^^^^^ Nov 27 21:50:32.836 INFO [stderr] | | Nov 27 21:50:32.836 INFO [stderr] | help: remove this `mut` Nov 27 21:50:32.836 INFO [stderr] | Nov 27 21:50:32.836 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 27 21:50:32.836 INFO [stderr] Nov 27 21:50:32.839 INFO [stderr] warning: variable `jsonAttributes` should have a snake case name such as `json_attributes` Nov 27 21:50:32.839 INFO [stderr] --> src/japi/src/model.rs:16:26 Nov 27 21:50:32.839 INFO [stderr] | Nov 27 21:50:32.839 INFO [stderr] 16 | if let Value::Object(mut jsonAttributes) = to_value(self).unwrap() { Nov 27 21:50:32.840 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 27 21:50:32.852 INFO [stderr] | Nov 27 21:50:32.852 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 27 21:50:32.853 INFO [stderr] Nov 27 21:50:35.160 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 27 21:50:35.759 INFO [stderr] Checking rust-api v0.1.0 (/source) Nov 27 21:50:39.073 INFO [stderr] warning: unused import: `jsonapi::jsonapi_model` Nov 27 21:50:39.073 INFO [stderr] --> src/hero.rs:9:5 Nov 27 21:50:39.073 INFO [stderr] | Nov 27 21:50:39.073 INFO [stderr] 9 | use jsonapi::jsonapi_model; Nov 27 21:50:39.073 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 27 21:50:39.073 INFO [stderr] | Nov 27 21:50:39.073 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 21:50:39.073 INFO [stderr] Nov 27 21:50:39.073 INFO [stderr] warning: unused import: `jsonapi::model::*` Nov 27 21:50:39.073 INFO [stderr] --> src/hero.rs:10:5 Nov 27 21:50:39.073 INFO [stderr] | Nov 27 21:50:39.073 INFO [stderr] 10 | use jsonapi::model::*; Nov 27 21:50:39.073 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 21:50:39.073 INFO [stderr] Nov 27 21:50:39.073 INFO [stderr] warning: unused import: `ResourceDto` Nov 27 21:50:39.073 INFO [stderr] --> src/hero.rs:14:30 Nov 27 21:50:39.073 INFO [stderr] | Nov 27 21:50:39.073 INFO [stderr] 14 | use japi::api::{DocumentDto, ResourceDto}; Nov 27 21:50:39.073 INFO [stderr] | ^^^^^^^^^^^ Nov 27 21:50:39.073 INFO [stderr] Nov 27 21:50:39.076 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:50:39.076 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:50:39.076 INFO [stderr] | Nov 27 21:50:39.076 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.077 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:50:39.077 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.077 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 21:50:39.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.077 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 21:50:39.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.077 INFO [stderr] warning: cannot find type `identity` in this scope Nov 27 21:50:39.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.077 INFO [stderr] warning: cannot find type `hometown` in this scope Nov 27 21:50:39.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.077 INFO [stderr] | Nov 27 21:50:39.077 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 27 21:50:39.077 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.077 INFO [stderr] Nov 27 21:50:39.084 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 21:50:39.084 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.084 INFO [stderr] | Nov 27 21:50:39.084 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.084 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.084 INFO [stderr] | Nov 27 21:50:39.084 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 27 21:50:39.084 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.084 INFO [stderr] Nov 27 21:50:39.258 INFO [stderr] warning: unused import: `jsonapi::jsonapi_model` Nov 27 21:50:39.258 INFO [stderr] --> src/hero.rs:9:5 Nov 27 21:50:39.258 INFO [stderr] | Nov 27 21:50:39.258 INFO [stderr] 9 | use jsonapi::jsonapi_model; Nov 27 21:50:39.258 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 27 21:50:39.258 INFO [stderr] | Nov 27 21:50:39.268 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 27 21:50:39.268 INFO [stderr] Nov 27 21:50:39.268 INFO [stderr] warning: unused import: `jsonapi::model::*` Nov 27 21:50:39.268 INFO [stderr] --> src/hero.rs:10:5 Nov 27 21:50:39.268 INFO [stderr] | Nov 27 21:50:39.269 INFO [stderr] 10 | use jsonapi::model::*; Nov 27 21:50:39.269 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 27 21:50:39.269 INFO [stderr] Nov 27 21:50:39.269 INFO [stderr] warning: unused import: `ResourceDto` Nov 27 21:50:39.269 INFO [stderr] --> src/hero.rs:14:30 Nov 27 21:50:39.269 INFO [stderr] | Nov 27 21:50:39.269 INFO [stderr] 14 | use japi::api::{DocumentDto, ResourceDto}; Nov 27 21:50:39.269 INFO [stderr] | ^^^^^^^^^^^ Nov 27 21:50:39.269 INFO [stderr] Nov 27 21:50:39.271 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:50:39.271 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:50:39.271 INFO [stderr] | Nov 27 21:50:39.271 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:50:39.271 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.271 INFO [stderr] | Nov 27 21:50:39.271 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 21:50:39.271 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 27 21:50:39.271 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.271 INFO [stderr] Nov 27 21:50:39.272 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 21:50:39.272 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 21:50:39.272 INFO [stderr] | Nov 27 21:50:39.272 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 21:50:39.272 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.272 INFO [stderr] | Nov 27 21:50:39.272 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 27 21:50:39.272 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.272 INFO [stderr] Nov 27 21:50:39.273 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 21:50:39.273 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.273 INFO [stderr] | Nov 27 21:50:39.273 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.273 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.273 INFO [stderr] | Nov 27 21:50:39.273 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 27 21:50:39.273 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.273 INFO [stderr] Nov 27 21:50:39.274 INFO [stderr] warning: cannot find type `name` in this scope Nov 27 21:50:39.274 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.274 INFO [stderr] | Nov 27 21:50:39.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.274 INFO [stderr] | Nov 27 21:50:39.274 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 27 21:50:39.274 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.274 INFO [stderr] Nov 27 21:50:39.274 INFO [stderr] warning: cannot find type `identity` in this scope Nov 27 21:50:39.274 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.274 INFO [stderr] | Nov 27 21:50:39.274 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.274 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.274 INFO [stderr] | Nov 27 21:50:39.275 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 27 21:50:39.275 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.275 INFO [stderr] Nov 27 21:50:39.275 INFO [stderr] warning: cannot find type `hometown` in this scope Nov 27 21:50:39.275 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.275 INFO [stderr] | Nov 27 21:50:39.275 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.275 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.275 INFO [stderr] | Nov 27 21:50:39.275 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 27 21:50:39.275 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.275 INFO [stderr] Nov 27 21:50:39.276 INFO [stderr] warning: cannot find type `age` in this scope Nov 27 21:50:39.276 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 21:50:39.276 INFO [stderr] | Nov 27 21:50:39.276 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 21:50:39.276 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 21:50:39.276 INFO [stderr] | Nov 27 21:50:39.276 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 27 21:50:39.276 INFO [stderr] = note: for more information, see issue #50504 Nov 27 21:50:39.276 INFO [stderr] Nov 27 21:50:39.932 INFO [stderr] warning: unused variable: `connection` Nov 27 21:50:39.933 INFO [stderr] --> src/hero.rs:66:49 Nov 27 21:50:39.934 INFO [stderr] | Nov 27 21:50:39.934 INFO [stderr] 66 | pub fn create(hero: Json>, connection: db::Connection) { Nov 27 21:50:39.935 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 27 21:50:39.935 INFO [stderr] | Nov 27 21:50:39.936 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 21:50:39.936 INFO [stderr] Nov 27 21:50:40.092 INFO [stderr] warning: unused variable: `connection` Nov 27 21:50:40.093 INFO [stderr] --> src/hero.rs:66:49 Nov 27 21:50:40.093 INFO [stderr] | Nov 27 21:50:40.094 INFO [stderr] 66 | pub fn create(hero: Json>, connection: db::Connection) { Nov 27 21:50:40.094 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 27 21:50:40.095 INFO [stderr] | Nov 27 21:50:40.096 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 27 21:50:40.096 INFO [stderr] Nov 27 21:50:40.469 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 00s Nov 27 21:50:40.482 INFO [stderr] su: No module specific data is present Nov 27 21:50:42.172 INFO running `"docker" "inspect" "50796654ab92dba0da1360f4386d737ee38e4d1b1501fe0ed6a6f470d71a9400"` Nov 27 21:50:42.482 INFO running `"docker" "rm" "-f" "50796654ab92dba0da1360f4386d737ee38e4d1b1501fe0ed6a6f470d71a9400"` Nov 27 21:50:42.798 INFO [stdout] 50796654ab92dba0da1360f4386d737ee38e4d1b1501fe0ed6a6f470d71a9400