Sep 01 23:17:38.436 INFO checking sozu-lib-0.8.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 23:17:38.436 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 23:17:38.436 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:17:38.629 INFO blam! 6a5b858c54b23e739335c974d7696e5b88e4b3566c4271053aec88f29b2ae101 Sep 01 23:17:38.631 INFO running `"docker" "start" "-a" "6a5b858c54b23e739335c974d7696e5b88e4b3566c4271053aec88f29b2ae101"` Sep 01 23:17:39.530 INFO kablam! Checking base64 v0.7.0 Sep 01 23:17:39.535 INFO kablam! Checking tiny_http v0.6.0 Sep 01 23:17:39.535 INFO kablam! Checking rustls v0.13.1 Sep 01 23:17:39.535 INFO kablam! Checking sozu-command-lib v0.8.0 Sep 01 23:17:40.515 INFO kablam! Checking hdrhistogram v6.0.6 Sep 01 23:17:54.059 INFO kablam! Checking sozu-lib v0.8.0 (file:///source) Sep 01 23:17:58.619 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 01 23:17:58.619 INFO kablam! --> src/network/retry.rs:2:27 Sep 01 23:17:58.619 INFO kablam! | Sep 01 23:17:58.619 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 01 23:17:58.619 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:17:58.619 INFO kablam! | Sep 01 23:17:58.619 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:17:58.619 INFO kablam! Sep 01 23:17:59.738 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample': use Distribution instead Sep 01 23:17:59.738 INFO kablam! --> src/network/retry.rs:2:27 Sep 01 23:17:59.738 INFO kablam! | Sep 01 23:17:59.738 INFO kablam! 2 | use rand::distributions::{IndependentSample, Range}; Sep 01 23:17:59.738 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 23:17:59.738 INFO kablam! | Sep 01 23:17:59.738 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 23:17:59.738 INFO kablam! Sep 01 23:18:03.576 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 23:18:03.576 INFO kablam! --> src/network/retry.rs:76:19 Sep 01 23:18:03.576 INFO kablam! | Sep 01 23:18:03.576 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 01 23:18:03.576 INFO kablam! | ^^^^^^^^^^ Sep 01 23:18:03.576 INFO kablam! Sep 01 23:18:05.608 INFO kablam! warning: use of deprecated item 'rand::distributions::IndependentSample::ind_sample': use Distribution instead Sep 01 23:18:05.608 INFO kablam! --> src/network/retry.rs:76:19 Sep 01 23:18:05.608 INFO kablam! | Sep 01 23:18:05.608 INFO kablam! 76 | range.ind_sample(&mut rng) Sep 01 23:18:05.608 INFO kablam! | ^^^^^^^^^^ Sep 01 23:18:05.608 INFO kablam! Sep 01 23:18:10.443 INFO kablam! warning: value assigned to `client_stream` is never read Sep 01 23:18:10.443 INFO kablam! --> src/network/protocol/proxy_protocol/send.rs:192:13 Sep 01 23:18:10.443 INFO kablam! | Sep 01 23:18:10.443 INFO kablam! 192 | let mut client_stream = None; Sep 01 23:18:10.443 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:18:10.443 INFO kablam! | Sep 01 23:18:10.443 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 23:18:10.443 INFO kablam! Sep 01 23:18:10.444 INFO kablam! warning: value assigned to `client_stream` is never read Sep 01 23:18:10.444 INFO kablam! --> src/network/protocol/proxy_protocol/expect.rs:195:13 Sep 01 23:18:10.444 INFO kablam! | Sep 01 23:18:10.444 INFO kablam! 195 | let mut client_stream: Option = None; Sep 01 23:18:10.444 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 23:18:10.444 INFO kablam! Sep 01 23:18:10.450 INFO kablam! warning: unused variable: `expected` Sep 01 23:18:10.450 INFO kablam! --> src/parser/http11.rs:1874:11 Sep 01 23:18:10.450 INFO kablam! | Sep 01 23:18:10.450 INFO kablam! 1874 | let expected = Header { Sep 01 23:18:10.450 INFO kablam! | ^^^^^^^^ help: consider using `_expected` instead Sep 01 23:18:10.450 INFO kablam! | Sep 01 23:18:10.450 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 23:18:10.450 INFO kablam! Sep 01 23:18:16.576 INFO kablam! warning: module `testV2` should have a snake case name such as `test_v2` Sep 01 23:18:16.577 INFO kablam! --> src/network/protocol/proxy_protocol/header.rs:312:1 Sep 01 23:18:16.577 INFO kablam! | Sep 01 23:18:16.577 INFO kablam! 312 | / mod testV2 { Sep 01 23:18:16.577 INFO kablam! 313 | | Sep 01 23:18:16.577 INFO kablam! 314 | | use super::*; Sep 01 23:18:16.577 INFO kablam! 315 | | use std::net::{Ipv4Addr, Ipv6Addr}; Sep 01 23:18:16.577 INFO kablam! ... | Sep 01 23:18:16.577 INFO kablam! 362 | | } Sep 01 23:18:16.577 INFO kablam! 363 | | } Sep 01 23:18:16.577 INFO kablam! | |_^ Sep 01 23:18:16.577 INFO kablam! | Sep 01 23:18:16.577 INFO kablam! = note: #[warn(non_snake_case)] on by default Sep 01 23:18:16.577 INFO kablam! Sep 01 23:18:17.215 INFO kablam! error: couldn't read examples/../assets/cert_test.pem: No such file or directory (os error 2) Sep 01 23:18:17.215 INFO kablam! --> examples/main.rs:139:15 Sep 01 23:18:17.215 INFO kablam! | Sep 01 23:18:17.215 INFO kablam! 139 | let cert2 = include_str!("../assets/cert_test.pem"); Sep 01 23:18:17.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:18:17.215 INFO kablam! Sep 01 23:18:17.215 INFO kablam! error: couldn't read examples/../assets/key_test.pem: No such file or directory (os error 2) Sep 01 23:18:17.215 INFO kablam! --> examples/main.rs:140:15 Sep 01 23:18:17.215 INFO kablam! | Sep 01 23:18:17.215 INFO kablam! 140 | let key2 = include_str!("../assets/key_test.pem"); Sep 01 23:18:17.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 23:18:17.215 INFO kablam! Sep 01 23:18:17.222 INFO kablam! error: aborting due to 2 previous errors Sep 01 23:18:17.222 INFO kablam! Sep 01 23:18:17.241 INFO kablam! error: Could not compile `sozu-lib`. Sep 01 23:18:17.241 INFO kablam! Sep 01 23:18:17.241 INFO kablam! To learn more, run the command again with --verbose. Sep 01 23:18:17.242 INFO kablam! su: No module specific data is present Sep 01 23:18:17.610 INFO running `"docker" "rm" "-f" "6a5b858c54b23e739335c974d7696e5b88e4b3566c4271053aec88f29b2ae101"` Sep 01 23:18:17.699 INFO blam! 6a5b858c54b23e739335c974d7696e5b88e4b3566c4271053aec88f29b2ae101