Sep 01 06:00:52.066 INFO checking sozu-lib-0.8.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:00:52.066 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:00:52.066 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:00:52.214 INFO blam! f4949f2ab1ab4cf1903c2e47bef2121c14cab88ec1a538ea391740474102a745 Sep 01 06:00:52.216 INFO running `"docker" "start" "-a" "f4949f2ab1ab4cf1903c2e47bef2121c14cab88ec1a538ea391740474102a745"` Sep 01 06:00:53.021 INFO kablam! Checking hdrhistogram v6.0.6 Sep 01 06:00:53.029 INFO kablam! Checking tiny_http v0.6.0 Sep 01 06:00:53.029 INFO kablam! Checking rustls v0.13.1 Sep 01 06:00:53.029 INFO kablam! Checking sozu-command-lib v0.8.0 Sep 01 06:01:06.445 INFO kablam! Checking sozu-lib v0.8.0 (file:///source) Sep 01 06:01:11.093 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 01 06:01:11.093 INFO kablam! --> src/network/retry.rs:2:27 Sep 01 06:01:11.093 INFO kablam! | Sep 01 06:01:11.093 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 01 06:01:11.093 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 06:01:11.093 INFO kablam! | Sep 01 06:01:11.093 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:01:11.093 INFO kablam! Sep 01 06:01:12.272 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 01 06:01:12.272 INFO kablam! --> src/network/retry.rs:2:27 Sep 01 06:01:12.272 INFO kablam! | Sep 01 06:01:12.272 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 01 06:01:12.272 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 06:01:12.272 INFO kablam! | Sep 01 06:01:12.273 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 06:01:12.273 INFO kablam! Sep 01 06:01:15.532 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 06:01:15.532 INFO kablam! --> src/network/retry.rs:76:19 Sep 01 06:01:15.532 INFO kablam! | Sep 01 06:01:15.532 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 01 06:01:15.532 INFO kablam! | ^^^^^^^^^^ Sep 01 06:01:15.533 INFO kablam! Sep 01 06:01:17.491 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 06:01:17.492 INFO kablam! --> src/network/retry.rs:76:19 Sep 01 06:01:17.492 INFO kablam! | Sep 01 06:01:17.492 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 01 06:01:17.493 INFO kablam! | ^^^^^^^^^^ Sep 01 06:01:17.493 INFO kablam! Sep 01 06:01:21.753 INFO kablam! warning: value assigned to `client_stream` is never read Sep 01 06:01:21.753 INFO kablam! --> src/network/protocol/proxy_protocol/send.rs:192:13 Sep 01 06:01:21.753 INFO kablam! | Sep 01 06:01:21.753 INFO kablam! 192 | let mut client_stream = None; Sep 01 06:01:21.753 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:01:21.753 INFO kablam! | Sep 01 06:01:21.753 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 06:01:21.753 INFO kablam! Sep 01 06:01:21.754 INFO kablam! warning: value assigned to `client_stream` is never read Sep 01 06:01:21.754 INFO kablam! --> src/network/protocol/proxy_protocol/expect.rs:195:13 Sep 01 06:01:21.754 INFO kablam! | Sep 01 06:01:21.754 INFO kablam! 195 | let mut client_stream: Option = None; Sep 01 06:01:21.754 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 06:01:21.754 INFO kablam! Sep 01 06:01:21.756 INFO kablam! warning: unused variable: `expected` Sep 01 06:01:21.756 INFO kablam! --> src/parser/http11.rs:1874:11 Sep 01 06:01:21.756 INFO kablam! | Sep 01 06:01:21.756 INFO kablam! 1874 | let expected = Header { Sep 01 06:01:21.756 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 01 06:01:21.756 INFO kablam! | Sep 01 06:01:21.756 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 06:01:21.756 INFO kablam! Sep 01 06:01:25.925 INFO kablam! warning: module `testV2` should have a snake case name such as `test_v2` Sep 01 06:01:25.925 INFO kablam! --> src/network/protocol/proxy_protocol/header.rs:312:1 Sep 01 06:01:25.925 INFO kablam! | Sep 01 06:01:25.925 INFO kablam! 312 | / mod testV2 { Sep 01 06:01:25.925 INFO kablam! 313 | | Sep 01 06:01:25.925 INFO kablam! 314 | | use super::*; Sep 01 06:01:25.925 INFO kablam! 315 | | use std::net::{Ipv4Addr, Ipv6Addr}; Sep 01 06:01:25.925 INFO kablam! ... | Sep 01 06:01:25.925 INFO kablam! 362 | | } Sep 01 06:01:25.926 INFO kablam! 363 | | } Sep 01 06:01:25.926 INFO kablam! | |_^ Sep 01 06:01:25.926 INFO kablam! | Sep 01 06:01:25.926 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 06:01:25.926 INFO kablam! Sep 01 06:01:26.472 INFO kablam! error: couldn't read examples/../assets/cert_test.pem: No such file or directory (os error 2) Sep 01 06:01:26.472 INFO kablam! --> examples/main.rs:139:15 Sep 01 06:01:26.472 INFO kablam! | Sep 01 06:01:26.472 INFO kablam! 139 | let cert2 = include_str!("../assets/cert_test.pem"); Sep 01 06:01:26.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:01:26.472 INFO kablam! Sep 01 06:01:26.472 INFO kablam! error: couldn't read examples/../assets/key_test.pem: No such file or directory (os error 2) Sep 01 06:01:26.472 INFO kablam! --> examples/main.rs:140:15 Sep 01 06:01:26.472 INFO kablam! | Sep 01 06:01:26.472 INFO kablam! 140 | let key2 = include_str!("../assets/key_test.pem"); Sep 01 06:01:26.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 06:01:26.473 INFO kablam! Sep 01 06:01:26.480 INFO kablam! error: aborting due to 2 previous errors Sep 01 06:01:26.480 INFO kablam! Sep 01 06:01:26.491 INFO kablam! error: Could not compile `sozu-lib`. Sep 01 06:01:26.491 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 06:01:26.652 INFO kablam! error: build failed Sep 01 06:01:26.654 INFO kablam! su: No module specific data is present Sep 01 06:01:27.146 INFO running `"docker" "rm" "-f" "f4949f2ab1ab4cf1903c2e47bef2121c14cab88ec1a538ea391740474102a745"` Sep 01 06:01:27.254 INFO blam! f4949f2ab1ab4cf1903c2e47bef2121c14cab88ec1a538ea391740474102a745