Oct 22 01:17:33.943 INFO checking nginx-config-0.13.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:17:33.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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"` Oct 22 01:17:34.188 INFO blam! 2d77b2b42869722f528898c2e0496d6cd4de0cd388c5b53cae4d42dd905cd331 Oct 22 01:17:34.189 INFO running `"docker" "start" "-a" "2d77b2b42869722f528898c2e0496d6cd4de0cd388c5b53cae4d42dd905cd331"` Oct 22 01:17:34.972 INFO kablam! usermod: no changes Oct 22 01:17:35.080 INFO kablam! Checking nginx-config v0.13.2 (/source) Oct 22 01:17:39.816 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.816 INFO kablam! --> src/grammar.rs:80:5 Oct 22 01:17:39.816 INFO kablam! | Oct 22 01:17:39.817 INFO kablam! 80 | / enum Tok { Oct 22 01:17:39.817 INFO kablam! 81 | | Hostnames, Oct 22 01:17:39.817 INFO kablam! 82 | | Volatile, Oct 22 01:17:39.817 INFO kablam! 83 | | Pattern(String, Value), Oct 22 01:17:39.817 INFO kablam! 84 | | Default(Value), Oct 22 01:17:39.817 INFO kablam! 85 | | Include(String), Oct 22 01:17:39.817 INFO kablam! 86 | | } Oct 22 01:17:39.817 INFO kablam! | |_____^ Oct 22 01:17:39.817 INFO kablam! | Oct 22 01:17:39.817 INFO kablam! note: lint level defined here Oct 22 01:17:39.817 INFO kablam! --> src/lib.rs:11:9 Oct 22 01:17:39.817 INFO kablam! | Oct 22 01:17:39.817 INFO kablam! 11 | #![warn(missing_debug_implementations)] Oct 22 01:17:39.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:39.817 INFO kablam! Oct 22 01:17:39.819 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.819 INFO kablam! --> src/grammar.rs:80:5 Oct 22 01:17:39.819 INFO kablam! | Oct 22 01:17:39.819 INFO kablam! 80 | / enum Tok { Oct 22 01:17:39.819 INFO kablam! 81 | | Hostnames, Oct 22 01:17:39.819 INFO kablam! 82 | | Volatile, Oct 22 01:17:39.819 INFO kablam! 83 | | Pattern(String, Value), Oct 22 01:17:39.819 INFO kablam! 84 | | Default(Value), Oct 22 01:17:39.819 INFO kablam! 85 | | Include(String), Oct 22 01:17:39.819 INFO kablam! 86 | | } Oct 22 01:17:39.819 INFO kablam! | |_____^ Oct 22 01:17:39.819 INFO kablam! | Oct 22 01:17:39.824 INFO kablam! note: lint level defined here Oct 22 01:17:39.824 INFO kablam! --> src/lib.rs:11:9 Oct 22 01:17:39.824 INFO kablam! | Oct 22 01:17:39.824 INFO kablam! 11 | #![warn(missing_debug_implementations)] Oct 22 01:17:39.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:17:39.824 INFO kablam! Oct 22 01:17:39.824 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.824 INFO kablam! --> src/core.rs:80:1 Oct 22 01:17:39.824 INFO kablam! | Oct 22 01:17:39.824 INFO kablam! 80 | / enum ListenParts { Oct 22 01:17:39.824 INFO kablam! 81 | | DefaultServer, Oct 22 01:17:39.824 INFO kablam! 82 | | Ssl, Oct 22 01:17:39.824 INFO kablam! 83 | | Ext(ast::HttpExt), Oct 22 01:17:39.824 INFO kablam! ... | Oct 22 01:17:39.824 INFO kablam! 93 | | ReusePort, Oct 22 01:17:39.824 INFO kablam! 94 | | } Oct 22 01:17:39.824 INFO kablam! | |_^ Oct 22 01:17:39.824 INFO kablam! Oct 22 01:17:39.828 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.828 INFO kablam! --> src/log.rs:16:5 Oct 22 01:17:39.828 INFO kablam! | Oct 22 01:17:39.828 INFO kablam! 16 | / enum I { Oct 22 01:17:39.828 INFO kablam! 17 | | If(Value), Oct 22 01:17:39.828 INFO kablam! 18 | | Gzip(Option), Oct 22 01:17:39.828 INFO kablam! 19 | | Flush(String), Oct 22 01:17:39.828 INFO kablam! 20 | | Buffer(String), Oct 22 01:17:39.828 INFO kablam! 21 | | } Oct 22 01:17:39.828 INFO kablam! | |_____^ Oct 22 01:17:39.828 INFO kablam! Oct 22 01:17:39.836 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.836 INFO kablam! --> src/core.rs:80:1 Oct 22 01:17:39.836 INFO kablam! | Oct 22 01:17:39.836 INFO kablam! 80 | / enum ListenParts { Oct 22 01:17:39.836 INFO kablam! 81 | | DefaultServer, Oct 22 01:17:39.836 INFO kablam! 82 | | Ssl, Oct 22 01:17:39.836 INFO kablam! 83 | | Ext(ast::HttpExt), Oct 22 01:17:39.836 INFO kablam! ... | Oct 22 01:17:39.836 INFO kablam! 93 | | ReusePort, Oct 22 01:17:39.836 INFO kablam! 94 | | } Oct 22 01:17:39.836 INFO kablam! | |_^ Oct 22 01:17:39.836 INFO kablam! Oct 22 01:17:39.839 INFO kablam! warning: type does not implement `fmt::Debug`; consider adding #[derive(Debug)] or a manual implementation Oct 22 01:17:39.839 INFO kablam! --> src/log.rs:16:5 Oct 22 01:17:39.839 INFO kablam! | Oct 22 01:17:39.839 INFO kablam! 16 | / enum I { Oct 22 01:17:39.839 INFO kablam! 17 | | If(Value), Oct 22 01:17:39.839 INFO kablam! 18 | | Gzip(Option), Oct 22 01:17:39.839 INFO kablam! 19 | | Flush(String), Oct 22 01:17:39.839 INFO kablam! 20 | | Buffer(String), Oct 22 01:17:39.840 INFO kablam! 21 | | } Oct 22 01:17:39.840 INFO kablam! | |_____^ Oct 22 01:17:39.840 INFO kablam! Oct 22 01:17:44.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.14s Oct 22 01:17:44.164 INFO kablam! su: No module specific data is present Oct 22 01:17:44.662 INFO running `"docker" "rm" "-f" "2d77b2b42869722f528898c2e0496d6cd4de0cd388c5b53cae4d42dd905cd331"` Oct 22 01:17:44.892 INFO blam! 2d77b2b42869722f528898c2e0496d6cd4de0cd388c5b53cae4d42dd905cd331