Nov 29 19:33:28.818 INFO checking romainbellande/rust-jsonapi-poc against try#32252761328f59ccfadb1bafb8148c685bc830b3 for pr-56323 Nov 29 19:33:28.818 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-7/try#32252761328f59ccfadb1bafb8148c685bc830b3:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-56323/try#32252761328f59ccfadb1bafb8148c685bc830b3:/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 +32252761328f59ccfadb1bafb8148c685bc830b3-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 29 19:33:29.376 INFO [stdout] 01cc7002ec1e4b86380bb22662ca47ab08da963f4c6d61dc6c123138c971e813 Nov 29 19:33:29.378 INFO running `"docker" "start" "-a" "01cc7002ec1e4b86380bb22662ca47ab08da963f4c6d61dc6c123138c971e813"` Nov 29 19:33:30.912 INFO [stderr] usermod: no changes Nov 29 19:33:31.351 INFO [stderr] Compiling log v0.4.5 Nov 29 19:33:31.377 INFO [stderr] Compiling regex-syntax v0.5.6 Nov 29 19:33:31.384 INFO [stderr] Compiling pq-sys v0.4.6 Nov 29 19:33:31.384 INFO [stderr] Compiling syn v0.11.11 Nov 29 19:33:31.384 INFO [stderr] Checking r2d2 v0.8.2 Nov 29 19:33:31.384 INFO [stderr] Compiling memchr v2.1.0 Nov 29 19:33:31.384 INFO [stderr] Compiling backtrace-sys v0.1.24 Nov 29 19:33:31.384 INFO [stderr] Compiling syn v0.15.13 Nov 29 19:33:32.492 INFO [stderr] Checking serde_json v0.8.6 Nov 29 19:33:34.172 INFO [stderr] Compiling backtrace v0.3.9 Nov 29 19:33:35.505 INFO [stderr] Checking diesel v1.3.3 Nov 29 19:33:35.550 INFO [stderr] Checking error-chain v0.11.0 Nov 29 19:33:38.008 INFO [stderr] Compiling diesel v0.16.0 Nov 29 19:33:38.628 INFO [stderr] Compiling log v0.3.9 Nov 29 19:33:39.727 INFO [stderr] Compiling aho-corasick v0.6.8 Nov 29 19:33:39.814 INFO [stderr] Checking queryst v1.0.1 Nov 29 19:33:42.439 INFO [stderr] Compiling error-chain v0.10.0 Nov 29 19:33:44.933 INFO [stderr] Compiling mime v0.2.6 Nov 29 19:33:44.940 INFO [stderr] Checking cookie v0.9.2 Nov 29 19:33:50.456 INFO [stderr] Compiling hyper v0.10.13 Nov 29 19:34:22.857 INFO [stderr] Compiling derive-error-chain v0.10.1 Nov 29 19:34:36.412 INFO [stderr] Compiling serde_derive v1.0.80 Nov 29 19:34:37.824 INFO [stderr] Compiling regex v0.2.11 Nov 29 19:34:46.556 INFO [stderr] Checking dotenv v0.10.1 Nov 29 19:34:47.176 INFO [stderr] Compiling diesel_infer_schema v0.16.0 Nov 29 19:35:21.016 INFO [stderr] Compiling serde v1.0.80 Nov 29 19:35:46.024 INFO [stderr] Checking toml v0.4.8 Nov 29 19:35:46.026 INFO [stderr] Checking serde_json v1.0.32 Nov 29 19:35:46.028 INFO [stderr] Checking envy v0.3.3 Nov 29 19:35:56.320 INFO [stderr] Checking rocket v0.3.17 Nov 29 19:35:58.376 INFO [stderr] Checking jsonapi v0.6.0 Nov 29 19:36:09.897 INFO [stderr] Compiling diesel_codegen v0.16.1 Nov 29 19:36:12.768 INFO [stderr] Checking r2d2-diesel v1.0.0 Nov 29 19:36:14.700 INFO [stderr] Checking rocket_contrib v0.3.17 Nov 29 19:36:33.318 INFO [stderr] Compiling rocket_codegen v0.3.17 Nov 29 19:36:47.199 INFO [stderr] Checking japi v0.1.0 (/source/src/japi) Nov 29 19:36:48.556 INFO [stderr] warning: unused `#[macro_use]` import Nov 29 19:36:48.556 INFO [stderr] --> src/japi/src/lib.rs:8:1 Nov 29 19:36:48.556 INFO [stderr] | Nov 29 19:36:48.557 INFO [stderr] 8 | #[macro_use] extern crate rocket_contrib; Nov 29 19:36:48.557 INFO [stderr] | ^^^^^^^^^^^^ Nov 29 19:36:48.557 INFO [stderr] | Nov 29 19:36:48.557 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 19:36:48.557 INFO [stderr] Nov 29 19:36:48.557 INFO [stderr] warning: unused import: `from_value` Nov 29 19:36:48.557 INFO [stderr] --> src/japi/src/model.rs:2:18 Nov 29 19:36:48.557 INFO [stderr] | Nov 29 19:36:48.557 INFO [stderr] 2 | use serde_json::{from_value, to_value, Value}; Nov 29 19:36:48.557 INFO [stderr] | ^^^^^^^^^^ Nov 29 19:36:48.557 INFO [stderr] Nov 29 19:36:48.765 INFO [stderr] warning: variable does not need to be mutable Nov 29 19:36:48.765 INFO [stderr] --> src/japi/src/model.rs:16:26 Nov 29 19:36:48.765 INFO [stderr] | Nov 29 19:36:48.765 INFO [stderr] 16 | if let Value::Object(mut jsonAttributes) = to_value(self).unwrap() { Nov 29 19:36:48.765 INFO [stderr] | ----^^^^^^^^^^^^^^ Nov 29 19:36:48.765 INFO [stderr] | | Nov 29 19:36:48.765 INFO [stderr] | help: remove this `mut` Nov 29 19:36:48.765 INFO [stderr] | Nov 29 19:36:48.765 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 29 19:36:48.765 INFO [stderr] Nov 29 19:36:48.768 INFO [stderr] warning: variable `jsonAttributes` should have a snake case name such as `json_attributes` Nov 29 19:36:48.768 INFO [stderr] --> src/japi/src/model.rs:16:26 Nov 29 19:36:48.768 INFO [stderr] | Nov 29 19:36:48.768 INFO [stderr] 16 | if let Value::Object(mut jsonAttributes) = to_value(self).unwrap() { Nov 29 19:36:48.768 INFO [stderr] | ^^^^^^^^^^^^^^^^^^ Nov 29 19:36:48.768 INFO [stderr] | Nov 29 19:36:48.768 INFO [stderr] = note: #[warn(non_snake_case)] on by default Nov 29 19:36:48.768 INFO [stderr] Nov 29 19:36:48.829 INFO [stderr] Checking rust-api v0.1.0 (/source) Nov 29 19:36:51.644 INFO [stderr] warning: unused import: `jsonapi::jsonapi_model` Nov 29 19:36:51.644 INFO [stderr] --> src/hero.rs:9:5 Nov 29 19:36:51.644 INFO [stderr] | Nov 29 19:36:51.644 INFO [stderr] 9 | use jsonapi::jsonapi_model; Nov 29 19:36:51.644 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 29 19:36:51.644 INFO [stderr] | Nov 29 19:36:51.644 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 19:36:51.644 INFO [stderr] Nov 29 19:36:51.644 INFO [stderr] warning: unused import: `jsonapi::model::*` Nov 29 19:36:51.644 INFO [stderr] --> src/hero.rs:10:5 Nov 29 19:36:51.644 INFO [stderr] | Nov 29 19:36:51.644 INFO [stderr] 10 | use jsonapi::model::*; Nov 29 19:36:51.645 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 29 19:36:51.645 INFO [stderr] Nov 29 19:36:51.645 INFO [stderr] warning: unused import: `ResourceDto` Nov 29 19:36:51.645 INFO [stderr] --> src/hero.rs:14:30 Nov 29 19:36:51.645 INFO [stderr] | Nov 29 19:36:51.646 INFO [stderr] 14 | use japi::api::{DocumentDto, ResourceDto}; Nov 29 19:36:51.646 INFO [stderr] | ^^^^^^^^^^^ Nov 29 19:36:51.646 INFO [stderr] Nov 29 19:36:51.648 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:36:51.648 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:36:51.648 INFO [stderr] | Nov 29 19:36:51.649 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:36:51.649 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.649 INFO [stderr] | Nov 29 19:36:51.650 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 19:36:51.650 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 29 19:36:51.650 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.650 INFO [stderr] Nov 29 19:36:51.656 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:36:51.657 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:36:51.657 INFO [stderr] | Nov 29 19:36:51.657 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:36:51.657 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.658 INFO [stderr] | Nov 29 19:36:51.658 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 29 19:36:51.659 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.659 INFO [stderr] Nov 29 19:36:51.660 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 19:36:51.660 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.660 INFO [stderr] | Nov 29 19:36:51.660 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.661 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.661 INFO [stderr] | Nov 29 19:36:51.661 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 29 19:36:51.662 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.662 INFO [stderr] Nov 29 19:36:51.663 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 19:36:51.663 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.663 INFO [stderr] | Nov 29 19:36:51.664 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.664 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.664 INFO [stderr] | Nov 29 19:36:51.665 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 29 19:36:51.665 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.665 INFO [stderr] Nov 29 19:36:51.666 INFO [stderr] warning: cannot find type `identity` in this scope Nov 29 19:36:51.666 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.666 INFO [stderr] | Nov 29 19:36:51.666 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.667 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.667 INFO [stderr] | Nov 29 19:36:51.667 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 29 19:36:51.668 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.668 INFO [stderr] Nov 29 19:36:51.669 INFO [stderr] warning: cannot find type `hometown` in this scope Nov 29 19:36:51.669 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.669 INFO [stderr] | Nov 29 19:36:51.669 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.670 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.670 INFO [stderr] | Nov 29 19:36:51.670 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 29 19:36:51.671 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.671 INFO [stderr] Nov 29 19:36:51.671 INFO [stderr] warning: cannot find type `age` in this scope Nov 29 19:36:51.672 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.672 INFO [stderr] | Nov 29 19:36:51.672 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.672 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.673 INFO [stderr] | Nov 29 19:36:51.673 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 29 19:36:51.673 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.674 INFO [stderr] Nov 29 19:36:51.746 INFO [stderr] warning: unused import: `jsonapi::jsonapi_model` Nov 29 19:36:51.746 INFO [stderr] --> src/hero.rs:9:5 Nov 29 19:36:51.746 INFO [stderr] | Nov 29 19:36:51.747 INFO [stderr] 9 | use jsonapi::jsonapi_model; Nov 29 19:36:51.747 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 29 19:36:51.747 INFO [stderr] | Nov 29 19:36:51.747 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 29 19:36:51.748 INFO [stderr] Nov 29 19:36:51.748 INFO [stderr] warning: unused import: `jsonapi::model::*` Nov 29 19:36:51.748 INFO [stderr] --> src/hero.rs:10:5 Nov 29 19:36:51.748 INFO [stderr] | Nov 29 19:36:51.749 INFO [stderr] 10 | use jsonapi::model::*; Nov 29 19:36:51.749 INFO [stderr] | ^^^^^^^^^^^^^^^^^ Nov 29 19:36:51.749 INFO [stderr] Nov 29 19:36:51.749 INFO [stderr] warning: unused import: `ResourceDto` Nov 29 19:36:51.750 INFO [stderr] --> src/hero.rs:14:30 Nov 29 19:36:51.750 INFO [stderr] | Nov 29 19:36:51.750 INFO [stderr] 14 | use japi::api::{DocumentDto, ResourceDto}; Nov 29 19:36:51.750 INFO [stderr] | ^^^^^^^^^^^ Nov 29 19:36:51.751 INFO [stderr] Nov 29 19:36:51.752 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:36:51.752 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:36:51.752 INFO [stderr] | Nov 29 19:36:51.753 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:36:51.753 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.753 INFO [stderr] | Nov 29 19:36:51.753 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 29 19:36:51.753 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 29 19:36:51.754 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.754 INFO [stderr] Nov 29 19:36:51.754 INFO [stderr] warning: cannot find type `table` in this scope Nov 29 19:36:51.754 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 29 19:36:51.754 INFO [stderr] | Nov 29 19:36:51.754 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 29 19:36:51.754 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.754 INFO [stderr] | Nov 29 19:36:51.754 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 29 19:36:51.754 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.754 INFO [stderr] Nov 29 19:36:51.754 INFO [stderr] warning: cannot find type `id` in this scope Nov 29 19:36:51.754 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.754 INFO [stderr] | Nov 29 19:36:51.754 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.754 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.754 INFO [stderr] | Nov 29 19:36:51.754 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 29 19:36:51.754 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.754 INFO [stderr] Nov 29 19:36:51.754 INFO [stderr] warning: cannot find type `name` in this scope Nov 29 19:36:51.754 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.755 INFO [stderr] | Nov 29 19:36:51.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.755 INFO [stderr] | Nov 29 19:36:51.755 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 29 19:36:51.755 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.755 INFO [stderr] Nov 29 19:36:51.755 INFO [stderr] warning: cannot find type `identity` in this scope Nov 29 19:36:51.755 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.755 INFO [stderr] | Nov 29 19:36:51.755 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.755 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.755 INFO [stderr] | Nov 29 19:36:51.755 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 29 19:36:51.755 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.755 INFO [stderr] Nov 29 19:36:51.756 INFO [stderr] warning: cannot find type `hometown` in this scope Nov 29 19:36:51.756 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.756 INFO [stderr] | Nov 29 19:36:51.756 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.756 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.756 INFO [stderr] | Nov 29 19:36:51.756 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 29 19:36:51.756 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.756 INFO [stderr] Nov 29 19:36:51.757 INFO [stderr] warning: cannot find type `age` in this scope Nov 29 19:36:51.757 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 29 19:36:51.757 INFO [stderr] | Nov 29 19:36:51.757 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 29 19:36:51.757 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 29 19:36:51.757 INFO [stderr] | Nov 29 19:36:51.757 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 29 19:36:51.757 INFO [stderr] = note: for more information, see issue #50504 Nov 29 19:36:51.757 INFO [stderr] Nov 29 19:36:52.339 INFO [stderr] warning: unused variable: `connection` Nov 29 19:36:52.339 INFO [stderr] --> src/hero.rs:66:49 Nov 29 19:36:52.339 INFO [stderr] | Nov 29 19:36:52.339 INFO [stderr] 66 | pub fn create(hero: Json>, connection: db::Connection) { Nov 29 19:36:52.339 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 29 19:36:52.339 INFO [stderr] | Nov 29 19:36:52.339 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 19:36:52.339 INFO [stderr] Nov 29 19:36:52.463 INFO [stderr] warning: unused variable: `connection` Nov 29 19:36:52.463 INFO [stderr] --> src/hero.rs:66:49 Nov 29 19:36:52.463 INFO [stderr] | Nov 29 19:36:52.463 INFO [stderr] 66 | pub fn create(hero: Json>, connection: db::Connection) { Nov 29 19:36:52.463 INFO [stderr] | ^^^^^^^^^^ help: consider using `_connection` instead Nov 29 19:36:52.472 INFO [stderr] | Nov 29 19:36:52.472 INFO [stderr] = note: #[warn(unused_variables)] on by default Nov 29 19:36:52.472 INFO [stderr] Nov 29 19:36:52.813 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 21s Nov 29 19:36:52.839 INFO [stderr] su: No module specific data is present Nov 29 19:36:54.442 INFO running `"docker" "inspect" "01cc7002ec1e4b86380bb22662ca47ab08da963f4c6d61dc6c123138c971e813"` Nov 29 19:36:54.788 INFO running `"docker" "rm" "-f" "01cc7002ec1e4b86380bb22662ca47ab08da963f4c6d61dc6c123138c971e813"` Nov 29 19:36:55.172 INFO [stdout] 01cc7002ec1e4b86380bb22662ca47ab08da963f4c6d61dc6c123138c971e813