Sep 04 05:52:02.264 INFO checking sozu-lib-0.8.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 05:52:02.264 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 05:52:02.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:52:02.446 INFO blam! 7d56b1cdfc8dc03552e833760ea77d3e4ee07645b58b1a0e63fd0d7ba0bf82f8 Sep 04 05:52:02.448 INFO running `"docker" "start" "-a" "7d56b1cdfc8dc03552e833760ea77d3e4ee07645b58b1a0e63fd0d7ba0bf82f8"` Sep 04 05:52:03.287 INFO kablam! Checking hdrhistogram v6.0.6 Sep 04 05:52:03.287 INFO kablam! Checking tiny_http v0.6.0 Sep 04 05:52:03.287 INFO kablam! Checking sozu-command-lib v0.8.0 Sep 04 05:52:14.624 INFO kablam! Checking sozu-lib v0.8.0 (file:///source) Sep 04 05:52:18.974 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 05:52:18.974 INFO kablam! --> src/network/retry.rs:2:27 Sep 04 05:52:18.974 INFO kablam! | Sep 04 05:52:18.974 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 04 05:52:18.974 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:52:18.975 INFO kablam! | Sep 04 05:52:18.975 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 05:52:18.975 INFO kablam! Sep 04 05:52:19.868 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 04 05:52:19.868 INFO kablam! --> src/network/retry.rs:2:27 Sep 04 05:52:19.868 INFO kablam! | Sep 04 05:52:19.868 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 04 05:52:19.868 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 05:52:19.868 INFO kablam! | Sep 04 05:52:19.868 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 05:52:19.868 INFO kablam! Sep 04 05:52:23.183 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 05:52:23.183 INFO kablam! --> src/network/retry.rs:76:19 Sep 04 05:52:23.183 INFO kablam! | Sep 04 05:52:23.183 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 04 05:52:23.183 INFO kablam! | ^^^^^^^^^^ Sep 04 05:52:23.183 INFO kablam! Sep 04 05:52:24.976 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 04 05:52:24.976 INFO kablam! --> src/network/retry.rs:76:19 Sep 04 05:52:24.976 INFO kablam! | Sep 04 05:52:24.976 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 04 05:52:24.976 INFO kablam! | ^^^^^^^^^^ Sep 04 05:52:24.976 INFO kablam! Sep 04 05:52:29.271 INFO kablam! warning: value assigned to `client_stream` is never read Sep 04 05:52:29.271 INFO kablam! --> src/network/protocol/proxy_protocol/send.rs:192:13 Sep 04 05:52:29.271 INFO kablam! | Sep 04 05:52:29.271 INFO kablam! 192 | let mut client_stream = None; Sep 04 05:52:29.271 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 05:52:29.271 INFO kablam! | Sep 04 05:52:29.272 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 04 05:52:29.272 INFO kablam! Sep 04 05:52:29.272 INFO kablam! warning: value assigned to `client_stream` is never read Sep 04 05:52:29.272 INFO kablam! --> src/network/protocol/proxy_protocol/expect.rs:195:13 Sep 04 05:52:29.272 INFO kablam! | Sep 04 05:52:29.272 INFO kablam! 195 | let mut client_stream: Option = None; Sep 04 05:52:29.272 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 05:52:29.272 INFO kablam! Sep 04 05:52:29.276 INFO kablam! warning: unused variable: `expected` Sep 04 05:52:29.276 INFO kablam! --> src/parser/http11.rs:1874:11 Sep 04 05:52:29.276 INFO kablam! | Sep 04 05:52:29.276 INFO kablam! 1874 | let expected = Header { Sep 04 05:52:29.276 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 04 05:52:29.276 INFO kablam! | Sep 04 05:52:29.276 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 05:52:29.276 INFO kablam! Sep 04 05:52:33.910 INFO kablam! error: couldn't read examples/../assets/cert_test.pem: No such file or directory (os error 2) Sep 04 05:52:33.910 INFO kablam! --> examples/main.rs:139:15 Sep 04 05:52:33.910 INFO kablam! | Sep 04 05:52:33.910 INFO kablam! 139 | let cert2 = include_str!("../assets/cert_test.pem"); Sep 04 05:52:33.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:52:33.910 INFO kablam! Sep 04 05:52:33.910 INFO kablam! error: couldn't read examples/../assets/key_test.pem: No such file or directory (os error 2) Sep 04 05:52:33.910 INFO kablam! --> examples/main.rs:140:15 Sep 04 05:52:33.910 INFO kablam! | Sep 04 05:52:33.910 INFO kablam! 140 | let key2 = include_str!("../assets/key_test.pem"); Sep 04 05:52:33.910 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 05:52:33.910 INFO kablam! Sep 04 05:52:33.917 INFO kablam! error: aborting due to 2 previous errors Sep 04 05:52:33.917 INFO kablam! Sep 04 05:52:33.930 INFO kablam! error: Could not compile `sozu-lib`. Sep 04 05:52:33.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:52:34.276 INFO kablam! warning: module `testV2` should have a snake case name such as `test_v2` Sep 04 05:52:34.276 INFO kablam! --> src/network/protocol/proxy_protocol/header.rs:312:1 Sep 04 05:52:34.276 INFO kablam! | Sep 04 05:52:34.276 INFO kablam! 312 | / mod testV2 { Sep 04 05:52:34.276 INFO kablam! 313 | | Sep 04 05:52:34.276 INFO kablam! 314 | | use super::*; Sep 04 05:52:34.276 INFO kablam! 315 | | use std::net::{Ipv4Addr, Ipv6Addr}; Sep 04 05:52:34.276 INFO kablam! ... | Sep 04 05:52:34.276 INFO kablam! 362 | | } Sep 04 05:52:34.276 INFO kablam! 363 | | } Sep 04 05:52:34.276 INFO kablam! | |_^ Sep 04 05:52:34.276 INFO kablam! | Sep 04 05:52:34.276 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 04 05:52:34.277 INFO kablam! Sep 04 05:52:34.533 INFO kablam! error: build failed Sep 04 05:52:34.535 INFO kablam! su: No module specific data is present Sep 04 05:52:35.005 INFO running `"docker" "rm" "-f" "7d56b1cdfc8dc03552e833760ea77d3e4ee07645b58b1a0e63fd0d7ba0bf82f8"` Sep 04 05:52:35.118 INFO blam! 7d56b1cdfc8dc03552e833760ea77d3e4ee07645b58b1a0e63fd0d7ba0bf82f8