Oct 10 20:53:44.177 INFO testing jkhsjdhjs/chell against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:53:44.177 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:53:44.177 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:53:44.468 INFO blam! 732c4a133dcf02621c1f9e07198e4649538645c28c4725903c6135fd6596645d Oct 10 20:53:44.472 INFO running `"docker" "start" "-a" "732c4a133dcf02621c1f9e07198e4649538645c28c4725903c6135fd6596645d"` Oct 10 20:53:45.253 INFO kablam! usermod: no changes Oct 10 20:53:45.532 INFO kablam! Compiling toml v0.4.5 Oct 10 20:53:45.540 INFO kablam! Compiling thread_local v0.3.4 Oct 10 20:53:45.542 INFO kablam! Compiling tokio-mockstream v1.1.0 Oct 10 20:53:45.542 INFO kablam! Compiling native-tls v0.1.4 Oct 10 20:53:47.416 INFO kablam! Compiling regex v0.2.2 Oct 10 20:53:47.832 INFO kablam! Compiling tokio-tls v0.1.3 Oct 10 20:53:51.084 INFO kablam! Compiling irc v0.12.5 Oct 10 20:53:57.464 INFO kablam! Compiling mysql_common v0.2.0 Oct 10 20:54:04.014 INFO kablam! Compiling mysql v12.0.3 Oct 10 20:54:09.388 INFO kablam! Compiling chell v0.1.0 (/source) Oct 10 20:54:15.288 INFO kablam! warning: unused variable: `account` Oct 10 20:54:15.288 INFO kablam! --> src/msg_handler.rs:38:17 Oct 10 20:54:15.288 INFO kablam! | Oct 10 20:54:15.288 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:15.288 INFO kablam! | ^^^^^^^ help: consider using `_account` instead Oct 10 20:54:15.288 INFO kablam! | Oct 10 20:54:15.288 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:54:15.288 INFO kablam! Oct 10 20:54:15.288 INFO kablam! warning: unused variable: `arg` Oct 10 20:54:15.288 INFO kablam! --> src/msg_handler.rs:38:34 Oct 10 20:54:15.288 INFO kablam! | Oct 10 20:54:15.288 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:15.288 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 10 20:54:15.288 INFO kablam! Oct 10 20:54:15.288 INFO kablam! warning: unused variable: `pool` Oct 10 20:54:15.288 INFO kablam! --> src/main.rs:26:9 Oct 10 20:54:15.288 INFO kablam! | Oct 10 20:54:15.288 INFO kablam! 26 | let pool = Pool::new(opts_builder).unwrap(); Oct 10 20:54:15.288 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 20:54:15.288 INFO kablam! Oct 10 20:54:15.328 INFO kablam! warning: function is never used: `exec_command` Oct 10 20:54:15.328 INFO kablam! --> src/msg_handler.rs:38:1 Oct 10 20:54:15.328 INFO kablam! | Oct 10 20:54:15.328 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:15.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.328 INFO kablam! | Oct 10 20:54:15.328 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:54:15.328 INFO kablam! Oct 10 20:54:15.328 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 20:54:15.328 INFO kablam! --> src/main.rs:1:12 Oct 10 20:54:15.328 INFO kablam! | Oct 10 20:54:15.328 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 10 20:54:15.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.328 INFO kablam! | Oct 10 20:54:15.328 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 20:54:15.328 INFO kablam! Oct 10 20:54:15.332 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.333 INFO kablam! --> src/sasl.rs:165:5 Oct 10 20:54:15.333 INFO kablam! | Oct 10 20:54:15.333 INFO kablam! 165 | send_msg(server, 0); Oct 10 20:54:15.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.334 INFO kablam! | Oct 10 20:54:15.334 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:54:15.334 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.335 INFO kablam! Oct 10 20:54:15.335 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.335 INFO kablam! --> src/sasl.rs:168:5 Oct 10 20:54:15.336 INFO kablam! | Oct 10 20:54:15.336 INFO kablam! 168 | check_msg(msg, server, 0); Oct 10 20:54:15.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.336 INFO kablam! | Oct 10 20:54:15.337 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.337 INFO kablam! Oct 10 20:54:15.337 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.337 INFO kablam! --> src/sasl.rs:170:5 Oct 10 20:54:15.338 INFO kablam! | Oct 10 20:54:15.338 INFO kablam! 170 | send_msg(server, 1); Oct 10 20:54:15.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.338 INFO kablam! | Oct 10 20:54:15.339 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.339 INFO kablam! Oct 10 20:54:15.339 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.339 INFO kablam! --> src/sasl.rs:173:5 Oct 10 20:54:15.340 INFO kablam! | Oct 10 20:54:15.340 INFO kablam! 173 | check_msg(msg, server, 1); Oct 10 20:54:15.340 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.340 INFO kablam! | Oct 10 20:54:15.341 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.341 INFO kablam! Oct 10 20:54:15.341 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.342 INFO kablam! --> src/sasl.rs:175:5 Oct 10 20:54:15.342 INFO kablam! | Oct 10 20:54:15.342 INFO kablam! 175 | send_msg(server, 2); Oct 10 20:54:15.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.343 INFO kablam! | Oct 10 20:54:15.343 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.343 INFO kablam! Oct 10 20:54:15.343 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.344 INFO kablam! --> src/sasl.rs:178:5 Oct 10 20:54:15.344 INFO kablam! | Oct 10 20:54:15.344 INFO kablam! 178 | check_msg(msg, server, 2); Oct 10 20:54:15.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.345 INFO kablam! | Oct 10 20:54:15.345 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.345 INFO kablam! Oct 10 20:54:15.346 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.346 INFO kablam! --> src/sasl.rs:180:5 Oct 10 20:54:15.346 INFO kablam! | Oct 10 20:54:15.347 INFO kablam! 180 | send_msg(server, 3); Oct 10 20:54:15.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.347 INFO kablam! | Oct 10 20:54:15.347 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.348 INFO kablam! Oct 10 20:54:15.348 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.348 INFO kablam! --> src/sasl.rs:183:5 Oct 10 20:54:15.349 INFO kablam! | Oct 10 20:54:15.349 INFO kablam! 183 | check_msg(msg, server, 3); Oct 10 20:54:15.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.349 INFO kablam! | Oct 10 20:54:15.350 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.350 INFO kablam! Oct 10 20:54:15.350 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.350 INFO kablam! --> src/sasl.rs:197:5 Oct 10 20:54:15.351 INFO kablam! | Oct 10 20:54:15.351 INFO kablam! 197 | send_msg(server, 4); Oct 10 20:54:15.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:15.351 INFO kablam! | Oct 10 20:54:15.352 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.356 INFO kablam! Oct 10 20:54:15.356 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:15.357 INFO kablam! --> src/msg_handler.rs:25:5 Oct 10 20:54:15.357 INFO kablam! | Oct 10 20:54:15.357 INFO kablam! 25 | / match cmd { Oct 10 20:54:15.358 INFO kablam! 26 | | DAILY1337 => server.send(PRIVMSG( Oct 10 20:54:15.358 INFO kablam! 27 | | msg.response_target().unwrap().into(), Oct 10 20:54:15.358 INFO kablam! 28 | | "u l33t h4xx0r you :)".into(), Oct 10 20:54:15.358 INFO kablam! ... | Oct 10 20:54:15.359 INFO kablam! 34 | | )), Oct 10 20:54:15.359 INFO kablam! 35 | | }; Oct 10 20:54:15.359 INFO kablam! | |______^ Oct 10 20:54:15.359 INFO kablam! | Oct 10 20:54:15.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:15.360 INFO kablam! Oct 10 20:54:19.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.48s Oct 10 20:54:19.760 INFO kablam! su: No module specific data is present Oct 10 20:54:20.393 INFO running `"docker" "rm" "-f" "732c4a133dcf02621c1f9e07198e4649538645c28c4725903c6135fd6596645d"` Oct 10 20:54:20.637 INFO blam! 732c4a133dcf02621c1f9e07198e4649538645c28c4725903c6135fd6596645d Oct 10 20:54:20.640 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:54:20.642 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:54:21.044 INFO blam! a88163ab7699d1089e764942d805286198dcd132c9b5f13ada9133743da262ee Oct 10 20:54:21.052 INFO running `"docker" "start" "-a" "a88163ab7699d1089e764942d805286198dcd132c9b5f13ada9133743da262ee"` Oct 10 20:54:22.074 INFO kablam! usermod: no changes Oct 10 20:54:22.242 INFO kablam! Compiling chell v0.1.0 (/source) Oct 10 20:54:27.232 INFO kablam! warning: unused variable: `account` Oct 10 20:54:27.232 INFO kablam! --> src/msg_handler.rs:38:17 Oct 10 20:54:27.232 INFO kablam! | Oct 10 20:54:27.232 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:27.232 INFO kablam! | ^^^^^^^ help: consider using `_account` instead Oct 10 20:54:27.232 INFO kablam! | Oct 10 20:54:27.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 20:54:27.232 INFO kablam! Oct 10 20:54:27.232 INFO kablam! warning: unused variable: `arg` Oct 10 20:54:27.232 INFO kablam! --> src/msg_handler.rs:38:34 Oct 10 20:54:27.232 INFO kablam! | Oct 10 20:54:27.232 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:27.232 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 10 20:54:27.232 INFO kablam! Oct 10 20:54:27.232 INFO kablam! warning: unused variable: `pool` Oct 10 20:54:27.232 INFO kablam! --> src/main.rs:26:9 Oct 10 20:54:27.232 INFO kablam! | Oct 10 20:54:27.232 INFO kablam! 26 | let pool = Pool::new(opts_builder).unwrap(); Oct 10 20:54:27.232 INFO kablam! | ^^^^ help: consider using `_pool` instead Oct 10 20:54:27.232 INFO kablam! Oct 10 20:54:27.288 INFO kablam! warning: function is never used: `exec_command` Oct 10 20:54:27.288 INFO kablam! --> src/msg_handler.rs:38:1 Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! 38 | fn exec_command(account: String, arg: String) {} Oct 10 20:54:27.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:54:27.288 INFO kablam! Oct 10 20:54:27.288 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 10 20:54:27.288 INFO kablam! --> src/main.rs:1:12 Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! 1 | #![feature(conservative_impl_trait)] Oct 10 20:54:27.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 20:54:27.288 INFO kablam! Oct 10 20:54:27.288 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.288 INFO kablam! --> src/sasl.rs:165:5 Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! 165 | send_msg(server, 0); Oct 10 20:54:27.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 20:54:27.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.288 INFO kablam! Oct 10 20:54:27.288 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.288 INFO kablam! --> src/sasl.rs:168:5 Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! 168 | check_msg(msg, server, 0); Oct 10 20:54:27.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.288 INFO kablam! Oct 10 20:54:27.288 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.288 INFO kablam! --> src/sasl.rs:170:5 Oct 10 20:54:27.288 INFO kablam! | Oct 10 20:54:27.288 INFO kablam! 170 | send_msg(server, 1); Oct 10 20:54:27.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.289 INFO kablam! Oct 10 20:54:27.289 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.289 INFO kablam! --> src/sasl.rs:173:5 Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! 173 | check_msg(msg, server, 1); Oct 10 20:54:27.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.289 INFO kablam! Oct 10 20:54:27.289 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.289 INFO kablam! --> src/sasl.rs:175:5 Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! 175 | send_msg(server, 2); Oct 10 20:54:27.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.289 INFO kablam! Oct 10 20:54:27.289 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.289 INFO kablam! --> src/sasl.rs:178:5 Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! 178 | check_msg(msg, server, 2); Oct 10 20:54:27.289 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.289 INFO kablam! | Oct 10 20:54:27.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.289 INFO kablam! Oct 10 20:54:27.289 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.292 INFO kablam! --> src/sasl.rs:180:5 Oct 10 20:54:27.292 INFO kablam! | Oct 10 20:54:27.292 INFO kablam! 180 | send_msg(server, 3); Oct 10 20:54:27.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.292 INFO kablam! | Oct 10 20:54:27.292 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.292 INFO kablam! Oct 10 20:54:27.296 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.296 INFO kablam! --> src/sasl.rs:183:5 Oct 10 20:54:27.296 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! 183 | check_msg(msg, server, 3); Oct 10 20:54:27.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.300 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.300 INFO kablam! Oct 10 20:54:27.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.300 INFO kablam! --> src/sasl.rs:197:5 Oct 10 20:54:27.300 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! 197 | send_msg(server, 4); Oct 10 20:54:27.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 20:54:27.300 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.300 INFO kablam! Oct 10 20:54:27.300 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 20:54:27.300 INFO kablam! --> src/msg_handler.rs:25:5 Oct 10 20:54:27.300 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! 25 | / match cmd { Oct 10 20:54:27.300 INFO kablam! 26 | | DAILY1337 => server.send(PRIVMSG( Oct 10 20:54:27.300 INFO kablam! 27 | | msg.response_target().unwrap().into(), Oct 10 20:54:27.300 INFO kablam! 28 | | "u l33t h4xx0r you :)".into(), Oct 10 20:54:27.300 INFO kablam! ... | Oct 10 20:54:27.300 INFO kablam! 34 | | )), Oct 10 20:54:27.300 INFO kablam! 35 | | }; Oct 10 20:54:27.300 INFO kablam! | |______^ Oct 10 20:54:27.300 INFO kablam! | Oct 10 20:54:27.300 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 20:54:27.300 INFO kablam! Oct 10 20:54:27.845 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.74s Oct 10 20:54:27.862 INFO kablam! su: No module specific data is present Oct 10 20:54:28.352 INFO running `"docker" "rm" "-f" "a88163ab7699d1089e764942d805286198dcd132c9b5f13ada9133743da262ee"` Oct 10 20:54:28.610 INFO blam! a88163ab7699d1089e764942d805286198dcd132c9b5f13ada9133743da262ee Oct 10 20:54:28.624 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:54:28.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 20:54:29.032 INFO blam! 1ba454d2d0bad1fab43541b443c559b6492997a69a42cc16b260ff80d5c529de Oct 10 20:54:29.034 INFO running `"docker" "start" "-a" "1ba454d2d0bad1fab43541b443c559b6492997a69a42cc16b260ff80d5c529de"` Oct 10 20:54:29.916 INFO kablam! usermod: no changes Oct 10 20:54:30.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 10 20:54:30.080 INFO kablam! Running /target/debug/deps/chell-f1816bee0364ad9f Oct 10 20:54:30.083 INFO blam! Oct 10 20:54:30.083 INFO blam! running 0 tests Oct 10 20:54:30.083 INFO blam! Oct 10 20:54:30.083 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:54:30.083 INFO blam! Oct 10 20:54:30.088 INFO kablam! su: No module specific data is present Oct 10 20:54:30.737 INFO running `"docker" "rm" "-f" "1ba454d2d0bad1fab43541b443c559b6492997a69a42cc16b260ff80d5c529de"` Oct 10 20:54:30.992 INFO blam! 1ba454d2d0bad1fab43541b443c559b6492997a69a42cc16b260ff80d5c529de