Nov 17 14:01:45.413 INFO testing LachlanHogan/chat-app-websocket against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 14:01:45.413 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 14:01:45.633 INFO [stdout] 02eda8019d084a279247c7f05bb60bb3801343f7455bb3347c4458ce34322b1c Nov 17 14:01:45.636 INFO running `"docker" "start" "-a" "02eda8019d084a279247c7f05bb60bb3801343f7455bb3347c4458ce34322b1c"` Nov 17 14:01:46.283 INFO [stderr] usermod: no changes Nov 17 14:01:46.455 INFO [stderr] Compiling syn v0.13.10 Nov 17 14:01:46.455 INFO [stderr] Compiling ws v0.7.6 Nov 17 14:01:46.455 INFO [stderr] Compiling dotenv v0.9.0 Nov 17 14:02:07.557 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 17 14:02:07.557 INFO [stderr] Compiling serde_derive v1.0.55 Nov 17 14:02:22.703 INFO [stderr] Compiling diesel v1.3.0 Nov 17 14:03:15.027 INFO [stderr] Compiling chat-app-websocket v0.1.0 (/source) Nov 17 14:03:17.052 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 14:03:17.052 INFO [stderr] --> src/models.rs:11:10 Nov 17 14:03:17.053 INFO [stderr] | Nov 17 14:03:17.053 INFO [stderr] 11 | #[derive(Queryable)] Nov 17 14:03:17.053 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.054 INFO [stderr] | Nov 17 14:03:17.054 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 14:03:17.054 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 14:03:17.055 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.059 INFO [stderr] Nov 17 14:03:17.060 INFO [stderr] warning: cannot find type `messages` in this scope Nov 17 14:03:17.067 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:17.067 INFO [stderr] | Nov 17 14:03:17.067 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:17.068 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.068 INFO [stderr] | Nov 17 14:03:17.068 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 14:03:17.068 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.068 INFO [stderr] Nov 17 14:03:17.075 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 17 14:03:17.075 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:17.075 INFO [stderr] | Nov 17 14:03:17.075 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:17.075 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.075 INFO [stderr] | Nov 17 14:03:17.075 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 14:03:17.075 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.075 INFO [stderr] Nov 17 14:03:17.075 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 14:03:17.075 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 14:03:17.075 INFO [stderr] | Nov 17 14:03:17.075 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 14:03:17.075 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.075 INFO [stderr] | Nov 17 14:03:17.075 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 14:03:17.075 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.075 INFO [stderr] Nov 17 14:03:17.075 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 14:03:17.075 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.075 INFO [stderr] | Nov 17 14:03:17.076 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.076 INFO [stderr] | Nov 17 14:03:17.076 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 14:03:17.076 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.076 INFO [stderr] Nov 17 14:03:17.076 INFO [stderr] warning: cannot find type `message` in this scope Nov 17 14:03:17.076 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.076 INFO [stderr] | Nov 17 14:03:17.076 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.076 INFO [stderr] | Nov 17 14:03:17.076 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 14:03:17.076 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.076 INFO [stderr] Nov 17 14:03:17.076 INFO [stderr] warning: cannot find type `username` in this scope Nov 17 14:03:17.076 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.076 INFO [stderr] | Nov 17 14:03:17.076 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.076 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.076 INFO [stderr] | Nov 17 14:03:17.076 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 14:03:17.076 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.077 INFO [stderr] Nov 17 14:03:17.077 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 17 14:03:17.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.077 INFO [stderr] | Nov 17 14:03:17.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.077 INFO [stderr] | Nov 17 14:03:17.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 17 14:03:17.077 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.077 INFO [stderr] Nov 17 14:03:17.077 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 17 14:03:17.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.077 INFO [stderr] | Nov 17 14:03:17.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.077 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.077 INFO [stderr] | Nov 17 14:03:17.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 17 14:03:17.077 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.077 INFO [stderr] Nov 17 14:03:17.077 INFO [stderr] warning: cannot find type `time` in this scope Nov 17 14:03:17.077 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:17.077 INFO [stderr] | Nov 17 14:03:17.077 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:17.078 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:17.078 INFO [stderr] | Nov 17 14:03:17.078 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 14:03:17.078 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:17.078 INFO [stderr] Nov 17 14:03:22.770 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 36s Nov 17 14:03:22.779 INFO [stderr] su: No module specific data is present Nov 17 14:03:23.565 INFO running `"docker" "inspect" "02eda8019d084a279247c7f05bb60bb3801343f7455bb3347c4458ce34322b1c"` Nov 17 14:03:23.939 INFO running `"docker" "rm" "-f" "02eda8019d084a279247c7f05bb60bb3801343f7455bb3347c4458ce34322b1c"` Nov 17 14:03:24.235 INFO [stdout] 02eda8019d084a279247c7f05bb60bb3801343f7455bb3347c4458ce34322b1c Nov 17 14:03:24.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 14:03:24.703 INFO [stdout] 72646edd7d8b385aadde927e7b3a6efcf1999a659f32995303456c5c6186fed6 Nov 17 14:03:24.709 INFO running `"docker" "start" "-a" "72646edd7d8b385aadde927e7b3a6efcf1999a659f32995303456c5c6186fed6"` Nov 17 14:03:25.899 INFO [stderr] usermod: no changes Nov 17 14:03:26.064 INFO [stderr] Compiling chat-app-websocket v0.1.0 (/source) Nov 17 14:03:28.228 INFO [stderr] warning: cannot find type `Message` in this scope Nov 17 14:03:28.228 INFO [stderr] --> src/models.rs:11:10 Nov 17 14:03:28.229 INFO [stderr] | Nov 17 14:03:28.229 INFO [stderr] 11 | #[derive(Queryable)] Nov 17 14:03:28.229 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.230 INFO [stderr] | Nov 17 14:03:28.230 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 17 14:03:28.230 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 14:03:28.231 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.231 INFO [stderr] Nov 17 14:03:28.231 INFO [stderr] warning: cannot find type `messages` in this scope Nov 17 14:03:28.231 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:28.232 INFO [stderr] | Nov 17 14:03:28.232 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:28.232 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.233 INFO [stderr] | Nov 17 14:03:28.233 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 14:03:28.233 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.233 INFO [stderr] Nov 17 14:03:28.234 INFO [stderr] warning: cannot find type `NewMessage` in this scope Nov 17 14:03:28.234 INFO [stderr] --> src/models.rs:21:10 Nov 17 14:03:28.234 INFO [stderr] | Nov 17 14:03:28.235 INFO [stderr] 21 | #[derive(Insertable)] Nov 17 14:03:28.235 INFO [stderr] | ^^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.235 INFO [stderr] | Nov 17 14:03:28.236 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 14:03:28.236 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.236 INFO [stderr] Nov 17 14:03:28.236 INFO [stderr] warning: cannot find type `table` in this scope Nov 17 14:03:28.237 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 17 14:03:28.237 INFO [stderr] | Nov 17 14:03:28.237 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 17 14:03:28.238 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.238 INFO [stderr] | Nov 17 14:03:28.238 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 14:03:28.238 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.239 INFO [stderr] Nov 17 14:03:28.239 INFO [stderr] warning: cannot find type `id` in this scope Nov 17 14:03:28.239 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.240 INFO [stderr] | Nov 17 14:03:28.240 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.240 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.240 INFO [stderr] | Nov 17 14:03:28.241 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 14:03:28.241 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.241 INFO [stderr] Nov 17 14:03:28.242 INFO [stderr] warning: cannot find type `message` in this scope Nov 17 14:03:28.242 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.242 INFO [stderr] | Nov 17 14:03:28.242 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.243 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.243 INFO [stderr] | Nov 17 14:03:28.243 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 14:03:28.244 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.244 INFO [stderr] Nov 17 14:03:28.244 INFO [stderr] warning: cannot find type `username` in this scope Nov 17 14:03:28.244 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.245 INFO [stderr] | Nov 17 14:03:28.245 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.245 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.245 INFO [stderr] | Nov 17 14:03:28.246 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 14:03:28.246 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.246 INFO [stderr] Nov 17 14:03:28.247 INFO [stderr] warning: cannot find type `user_from` in this scope Nov 17 14:03:28.247 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.247 INFO [stderr] | Nov 17 14:03:28.247 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.248 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.248 INFO [stderr] | Nov 17 14:03:28.248 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 14:03:28.249 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.249 INFO [stderr] Nov 17 14:03:28.249 INFO [stderr] warning: cannot find type `user_to` in this scope Nov 17 14:03:28.249 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.250 INFO [stderr] | Nov 17 14:03:28.250 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.250 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.250 INFO [stderr] | Nov 17 14:03:28.251 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 14:03:28.251 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.251 INFO [stderr] Nov 17 14:03:28.251 INFO [stderr] warning: cannot find type `time` in this scope Nov 17 14:03:28.251 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 17 14:03:28.251 INFO [stderr] | Nov 17 14:03:28.251 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 17 14:03:28.251 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 17 14:03:28.251 INFO [stderr] | Nov 17 14:03:28.251 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 14:03:28.251 INFO [stderr] = note: for more information, see issue #50504 Nov 17 14:03:28.251 INFO [stderr] Nov 17 14:03:29.091 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.15s Nov 17 14:03:29.103 INFO [stderr] su: No module specific data is present Nov 17 14:03:29.851 INFO running `"docker" "inspect" "72646edd7d8b385aadde927e7b3a6efcf1999a659f32995303456c5c6186fed6"` Nov 17 14:03:30.095 INFO running `"docker" "rm" "-f" "72646edd7d8b385aadde927e7b3a6efcf1999a659f32995303456c5c6186fed6"` Nov 17 14:03:30.347 INFO [stdout] 72646edd7d8b385aadde927e7b3a6efcf1999a659f32995303456c5c6186fed6 Nov 17 14:03:30.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/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 14:03:30.828 INFO [stdout] c8b32f6fa659142ff2dc6962d96e44e19adb6220b2df1f017daf89df37dd10d3 Nov 17 14:03:30.831 INFO running `"docker" "start" "-a" "c8b32f6fa659142ff2dc6962d96e44e19adb6220b2df1f017daf89df37dd10d3"` Nov 17 14:03:32.104 INFO [stderr] usermod: no changes Nov 17 14:03:32.255 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s Nov 17 14:03:32.271 INFO [stderr] Running /target/debug/deps/chat_app_websocket-ca75188a28137dff Nov 17 14:03:32.276 INFO [stdout] Nov 17 14:03:32.276 INFO [stdout] running 0 tests Nov 17 14:03:32.276 INFO [stdout] Nov 17 14:03:32.276 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 14:03:32.276 INFO [stdout] Nov 17 14:03:32.283 INFO [stderr] su: No module specific data is present Nov 17 14:03:33.136 INFO running `"docker" "inspect" "c8b32f6fa659142ff2dc6962d96e44e19adb6220b2df1f017daf89df37dd10d3"` Nov 17 14:03:33.419 INFO running `"docker" "rm" "-f" "c8b32f6fa659142ff2dc6962d96e44e19adb6220b2df1f017daf89df37dd10d3"` Nov 17 14:03:33.730 INFO [stdout] c8b32f6fa659142ff2dc6962d96e44e19adb6220b2df1f017daf89df37dd10d3