Oct 12 23:54:24.040 INFO testing sleepy771/Subnetizers against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:54:24.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 23:54:24.551 INFO blam! 0dd6ac950f92c15caf5f63b6ce3c248125d5c7fa456a9003aa6f22a6be79c444 Oct 12 23:54:24.554 INFO running `"docker" "start" "-a" "0dd6ac950f92c15caf5f63b6ce3c248125d5c7fa456a9003aa6f22a6be79c444"` Oct 12 23:54:26.235 INFO kablam! usermod: no changes Oct 12 23:54:26.467 INFO kablam! Compiling ref_slice v1.1.1 Oct 12 23:54:26.468 INFO kablam! Compiling memchr v1.0.2 Oct 12 23:54:26.468 INFO kablam! Compiling log v0.4.1 Oct 12 23:54:26.468 INFO kablam! Compiling snap v0.2.4 Oct 12 23:54:26.475 INFO kablam! Compiling serde_json v1.0.13 Oct 12 23:54:26.477 INFO kablam! Compiling chrono v0.4.1 Oct 12 23:54:26.477 INFO kablam! Compiling serde_yaml v0.7.3 Oct 12 23:54:26.483 INFO kablam! Compiling syn v0.12.15 Oct 12 23:54:26.895 INFO kablam! Compiling openssl-sys v0.9.27 Oct 12 23:54:28.701 INFO kablam! Compiling serde-value v0.5.1 Oct 12 23:54:30.131 INFO kablam! Compiling flate2 v0.2.20 Oct 12 23:54:31.915 INFO kablam! Compiling nom v3.2.1 Oct 12 23:54:31.987 INFO kablam! Compiling log v0.3.9 Oct 12 23:54:38.707 INFO kablam! Compiling error-chain v0.10.0 Oct 12 23:54:38.899 INFO kablam! Compiling openssl v0.9.24 Oct 12 23:54:47.075 INFO kablam! Compiling serde_derive_internals v0.22.2 Oct 12 23:54:48.423 INFO kablam! Compiling kafka v0.7.0 Oct 12 23:54:52.174 INFO kablam! Compiling serde_derive v1.0.36 Oct 12 23:55:06.003 INFO kablam! Compiling log4rs v0.8.0 Oct 12 23:55:17.494 INFO kablam! Compiling ipaggregator-rs v0.1.0 (/source) Oct 12 23:55:18.775 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 23:55:18.775 INFO kablam! --> src/main.rs:24:5 Oct 12 23:55:18.775 INFO kablam! | Oct 12 23:55:18.775 INFO kablam! 24 | use std::env::home_dir; Oct 12 23:55:18.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:55:18.775 INFO kablam! | Oct 12 23:55:18.775 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:55:18.775 INFO kablam! Oct 12 23:55:18.775 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 23:55:18.775 INFO kablam! --> src/main.rs:33:38 Oct 12 23:55:18.775 INFO kablam! | Oct 12 23:55:18.775 INFO kablam! 33 | if let Some(home_path) = home_dir() { Oct 12 23:55:18.775 INFO kablam! | ^^^^^^^^ Oct 12 23:55:18.775 INFO kablam! Oct 12 23:55:19.347 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:19.347 INFO kablam! --> src/subnet_tree.rs:208:13 Oct 12 23:55:19.347 INFO kablam! | Oct 12 23:55:19.347 INFO kablam! 208 | let mut reassign: bool; Oct 12 23:55:19.347 INFO kablam! | ----^^^^^^^^ Oct 12 23:55:19.347 INFO kablam! | | Oct 12 23:55:19.347 INFO kablam! | help: remove this `mut` Oct 12 23:55:19.347 INFO kablam! | Oct 12 23:55:19.347 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:55:19.347 INFO kablam! Oct 12 23:55:19.524 INFO kablam! warning: method is never used: `clear` Oct 12 23:55:19.524 INFO kablam! --> src/subnet_tree.rs:419:5 Oct 12 23:55:19.524 INFO kablam! | Oct 12 23:55:19.524 INFO kablam! 419 | fn clear(&mut self) -> () { Oct 12 23:55:19.524 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:19.524 INFO kablam! | Oct 12 23:55:19.525 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:55:19.525 INFO kablam! Oct 12 23:55:19.525 INFO kablam! warning: variant is never constructed: `TERMINATE` Oct 12 23:55:19.525 INFO kablam! --> src/ipagg.rs:130:5 Oct 12 23:55:19.525 INFO kablam! | Oct 12 23:55:19.525 INFO kablam! 130 | TERMINATE, Oct 12 23:55:19.525 INFO kablam! | ^^^^^^^^^ Oct 12 23:55:19.525 INFO kablam! Oct 12 23:55:19.525 INFO kablam! warning: function is never used: `simple_parser` Oct 12 23:55:19.525 INFO kablam! --> src/parsers.rs:8:1 Oct 12 23:55:19.525 INFO kablam! | Oct 12 23:55:19.525 INFO kablam! 8 | pub fn simple_parser(bytes: &[u8]) -> Result, String> { Oct 12 23:55:19.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:19.525 INFO kablam! Oct 12 23:55:19.525 INFO kablam! warning: method is never used: `shutdown` Oct 12 23:55:19.525 INFO kablam! --> src/listeners.rs:127:9 Oct 12 23:55:19.525 INFO kablam! | Oct 12 23:55:19.525 INFO kablam! 127 | pub fn shutdown(&self) -> () { Oct 12 23:55:19.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:19.525 INFO kablam! Oct 12 23:55:25.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 59.18s Oct 12 23:55:25.447 INFO kablam! su: No module specific data is present Oct 12 23:55:25.839 INFO running `"docker" "rm" "-f" "0dd6ac950f92c15caf5f63b6ce3c248125d5c7fa456a9003aa6f22a6be79c444"` Oct 12 23:55:25.936 INFO blam! 0dd6ac950f92c15caf5f63b6ce3c248125d5c7fa456a9003aa6f22a6be79c444 Oct 12 23:55:25.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 23:55:26.183 INFO blam! 703861156f283c038cca8bdab883812f7b8e5fad23823fdf7ab01ac7caa01373 Oct 12 23:55:26.184 INFO running `"docker" "start" "-a" "703861156f283c038cca8bdab883812f7b8e5fad23823fdf7ab01ac7caa01373"` Oct 12 23:55:27.056 INFO kablam! usermod: no changes Oct 12 23:55:27.259 INFO kablam! Compiling ipaggregator-rs v0.1.0 (/source) Oct 12 23:55:28.491 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 23:55:28.491 INFO kablam! --> src/main.rs:24:5 Oct 12 23:55:28.491 INFO kablam! | Oct 12 23:55:28.491 INFO kablam! 24 | use std::env::home_dir; Oct 12 23:55:28.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:55:28.491 INFO kablam! | Oct 12 23:55:28.491 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 23:55:28.491 INFO kablam! Oct 12 23:55:28.503 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 12 23:55:28.503 INFO kablam! --> src/main.rs:33:38 Oct 12 23:55:28.503 INFO kablam! | Oct 12 23:55:28.503 INFO kablam! 33 | if let Some(home_path) = home_dir() { Oct 12 23:55:28.503 INFO kablam! | ^^^^^^^^ Oct 12 23:55:28.503 INFO kablam! Oct 12 23:55:29.283 INFO kablam! warning: unused variable: `addr` Oct 12 23:55:29.283 INFO kablam! --> src/senders.rs:168:26 Oct 12 23:55:29.283 INFO kablam! | Oct 12 23:55:29.283 INFO kablam! 168 | Ok((len, addr)) => { Oct 12 23:55:29.283 INFO kablam! | ^^^^ help: consider using `_addr` instead Oct 12 23:55:29.283 INFO kablam! | Oct 12 23:55:29.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:55:29.283 INFO kablam! Oct 12 23:55:29.311 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.311 INFO kablam! --> src/subnet_tree.rs:208:13 Oct 12 23:55:29.311 INFO kablam! | Oct 12 23:55:29.311 INFO kablam! 208 | let mut reassign: bool; Oct 12 23:55:29.311 INFO kablam! | ----^^^^^^^^ Oct 12 23:55:29.311 INFO kablam! | | Oct 12 23:55:29.311 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.311 INFO kablam! | Oct 12 23:55:29.319 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 23:55:29.319 INFO kablam! Oct 12 23:55:29.335 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.335 INFO kablam! --> src/subnet_tree.rs:553:13 Oct 12 23:55:29.335 INFO kablam! | Oct 12 23:55:29.335 INFO kablam! 553 | let mut node = LastNode { Oct 12 23:55:29.335 INFO kablam! | ----^^^^ Oct 12 23:55:29.335 INFO kablam! | | Oct 12 23:55:29.335 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.335 INFO kablam! Oct 12 23:55:29.335 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.335 INFO kablam! --> src/subnet_tree.rs:562:13 Oct 12 23:55:29.335 INFO kablam! | Oct 12 23:55:29.335 INFO kablam! 562 | let mut node = LastNode { Oct 12 23:55:29.335 INFO kablam! | ----^^^^ Oct 12 23:55:29.335 INFO kablam! | | Oct 12 23:55:29.335 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.335 INFO kablam! Oct 12 23:55:29.347 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.347 INFO kablam! --> src/subnet_tree.rs:625:13 Oct 12 23:55:29.347 INFO kablam! | Oct 12 23:55:29.347 INFO kablam! 625 | let mut node = StandardNode { Oct 12 23:55:29.347 INFO kablam! | ----^^^^ Oct 12 23:55:29.347 INFO kablam! | | Oct 12 23:55:29.347 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.347 INFO kablam! Oct 12 23:55:29.355 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.355 INFO kablam! --> src/subnet_tree.rs:674:13 Oct 12 23:55:29.355 INFO kablam! | Oct 12 23:55:29.355 INFO kablam! 674 | let mut node = StandardNode { Oct 12 23:55:29.355 INFO kablam! | ----^^^^ Oct 12 23:55:29.355 INFO kablam! | | Oct 12 23:55:29.355 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.355 INFO kablam! Oct 12 23:55:29.355 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.355 INFO kablam! --> src/subnet_tree.rs:723:13 Oct 12 23:55:29.355 INFO kablam! | Oct 12 23:55:29.355 INFO kablam! 723 | let mut node = StandardNode { Oct 12 23:55:29.355 INFO kablam! | ----^^^^ Oct 12 23:55:29.355 INFO kablam! | | Oct 12 23:55:29.355 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.355 INFO kablam! Oct 12 23:55:29.403 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.403 INFO kablam! --> src/senders.rs:160:17 Oct 12 23:55:29.403 INFO kablam! | Oct 12 23:55:29.403 INFO kablam! 160 | let mut socket = UdpSocket::bind("127.0.0.1:13345").unwrap(); Oct 12 23:55:29.407 INFO kablam! | ----^^^^^^ Oct 12 23:55:29.407 INFO kablam! | | Oct 12 23:55:29.407 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.407 INFO kablam! Oct 12 23:55:29.407 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.407 INFO kablam! --> src/senders.rs:158:35 Oct 12 23:55:29.407 INFO kablam! | Oct 12 23:55:29.407 INFO kablam! 158 | let (mut udp_listener_tx, mut udp_listener_rx) = channel(); Oct 12 23:55:29.407 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 12 23:55:29.407 INFO kablam! | | Oct 12 23:55:29.407 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.407 INFO kablam! Oct 12 23:55:29.407 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.407 INFO kablam! --> src/senders.rs:158:14 Oct 12 23:55:29.407 INFO kablam! | Oct 12 23:55:29.407 INFO kablam! 158 | let (mut udp_listener_tx, mut udp_listener_rx) = channel(); Oct 12 23:55:29.407 INFO kablam! | ----^^^^^^^^^^^^^^^ Oct 12 23:55:29.407 INFO kablam! | | Oct 12 23:55:29.407 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.407 INFO kablam! Oct 12 23:55:29.407 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.408 INFO kablam! --> src/senders.rs:179:22 Oct 12 23:55:29.408 INFO kablam! | Oct 12 23:55:29.408 INFO kablam! 179 | let (mut tx, mut rx) = channel(); Oct 12 23:55:29.408 INFO kablam! | ----^^ Oct 12 23:55:29.408 INFO kablam! | | Oct 12 23:55:29.408 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.408 INFO kablam! Oct 12 23:55:29.408 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.408 INFO kablam! --> src/senders.rs:179:14 Oct 12 23:55:29.408 INFO kablam! | Oct 12 23:55:29.408 INFO kablam! 179 | let (mut tx, mut rx) = channel(); Oct 12 23:55:29.408 INFO kablam! | ----^^ Oct 12 23:55:29.408 INFO kablam! | | Oct 12 23:55:29.408 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.408 INFO kablam! Oct 12 23:55:29.575 INFO kablam! warning: variable does not need to be mutable Oct 12 23:55:29.575 INFO kablam! --> src/listeners.rs:186:21 Oct 12 23:55:29.575 INFO kablam! | Oct 12 23:55:29.575 INFO kablam! 186 | let mut socket = UdpSocket::bind("127.0.0.1:12341").unwrap(); Oct 12 23:55:29.575 INFO kablam! | ----^^^^^^ Oct 12 23:55:29.575 INFO kablam! | | Oct 12 23:55:29.575 INFO kablam! | help: remove this `mut` Oct 12 23:55:29.575 INFO kablam! Oct 12 23:55:29.599 INFO kablam! warning: method is never used: `clear` Oct 12 23:55:29.599 INFO kablam! --> src/subnet_tree.rs:419:5 Oct 12 23:55:29.599 INFO kablam! | Oct 12 23:55:29.599 INFO kablam! 419 | fn clear(&mut self) -> () { Oct 12 23:55:29.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:29.599 INFO kablam! | Oct 12 23:55:29.599 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:55:29.599 INFO kablam! Oct 12 23:55:29.599 INFO kablam! warning: variant is never constructed: `TERMINATE` Oct 12 23:55:29.600 INFO kablam! --> src/ipagg.rs:130:5 Oct 12 23:55:29.600 INFO kablam! | Oct 12 23:55:29.600 INFO kablam! 130 | TERMINATE, Oct 12 23:55:29.600 INFO kablam! | ^^^^^^^^^ Oct 12 23:55:29.600 INFO kablam! Oct 12 23:55:29.600 INFO kablam! warning: method is never used: `shutdown` Oct 12 23:55:29.600 INFO kablam! --> src/listeners.rs:127:9 Oct 12 23:55:29.600 INFO kablam! | Oct 12 23:55:29.600 INFO kablam! 127 | pub fn shutdown(&self) -> () { Oct 12 23:55:29.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:29.600 INFO kablam! Oct 12 23:55:29.607 INFO kablam! warning: function `test_last_node__set_heap_bit` should have a snake case name such as `test_last_node_set_heap_bit` Oct 12 23:55:29.607 INFO kablam! --> src/subnet_tree.rs:542:5 Oct 12 23:55:29.607 INFO kablam! | Oct 12 23:55:29.607 INFO kablam! 542 | / fn test_last_node__set_heap_bit() { Oct 12 23:55:29.607 INFO kablam! 543 | | let mut node = LastNode { Oct 12 23:55:29.607 INFO kablam! 544 | | octet: 0, Oct 12 23:55:29.607 INFO kablam! 545 | | heap: [0, 0, 0, 0, 0, 0, 0, 0], Oct 12 23:55:29.607 INFO kablam! ... | Oct 12 23:55:29.607 INFO kablam! 548 | | assert_eq!(node.heap, [1, 0, 0, 0, 0, 0, 0, 0]); Oct 12 23:55:29.607 INFO kablam! 549 | | } Oct 12 23:55:29.607 INFO kablam! | |_____^ Oct 12 23:55:29.607 INFO kablam! | Oct 12 23:55:29.607 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 23:55:29.607 INFO kablam! Oct 12 23:55:29.607 INFO kablam! warning: function `test_last_node___has_subnet` should have a snake case name such as `test_last_node_has_subnet` Oct 12 23:55:29.607 INFO kablam! --> src/subnet_tree.rs:552:5 Oct 12 23:55:29.607 INFO kablam! | Oct 12 23:55:29.607 INFO kablam! 552 | / fn test_last_node___has_subnet() { Oct 12 23:55:29.607 INFO kablam! 553 | | let mut node = LastNode { Oct 12 23:55:29.607 INFO kablam! 554 | | octet: 0, Oct 12 23:55:29.607 INFO kablam! 555 | | heap: [0, 0, 0, 0, 1, 0, 0, 0], Oct 12 23:55:29.607 INFO kablam! 556 | | }; Oct 12 23:55:29.607 INFO kablam! 557 | | assert!(node.contains_subnet_in_heap(256 + 0)); Oct 12 23:55:29.607 INFO kablam! 558 | | } Oct 12 23:55:29.607 INFO kablam! | |_____^ Oct 12 23:55:29.607 INFO kablam! Oct 12 23:55:29.607 INFO kablam! warning: function `test_standard_node__has_subnet` should have a snake case name such as `test_standard_node_has_subnet` Oct 12 23:55:29.607 INFO kablam! --> src/subnet_tree.rs:624:5 Oct 12 23:55:29.607 INFO kablam! | Oct 12 23:55:29.607 INFO kablam! 624 | / fn test_standard_node__has_subnet() { Oct 12 23:55:29.607 INFO kablam! 625 | | let mut node = StandardNode { Oct 12 23:55:29.607 INFO kablam! 626 | | level: 0, Oct 12 23:55:29.607 INFO kablam! 627 | | heap: [2, 0, 0, 0, 0, 0, 0, 0], Oct 12 23:55:29.607 INFO kablam! ... | Oct 12 23:55:29.607 INFO kablam! 632 | | assert!(!node.contains_subnet_in_heap(2)); Oct 12 23:55:29.607 INFO kablam! 633 | | } Oct 12 23:55:29.607 INFO kablam! | |_____^ Oct 12 23:55:29.607 INFO kablam! Oct 12 23:55:29.607 INFO kablam! warning: function `test_standard_node__unset_heap_bit` should have a snake case name such as `test_standard_node_unset_heap_bit` Oct 12 23:55:29.607 INFO kablam! --> src/subnet_tree.rs:636:5 Oct 12 23:55:29.607 INFO kablam! | Oct 12 23:55:29.607 INFO kablam! 636 | / fn test_standard_node__unset_heap_bit() { Oct 12 23:55:29.607 INFO kablam! 637 | | let mut node = StandardNode { Oct 12 23:55:29.607 INFO kablam! 638 | | octet: 0, Oct 12 23:55:29.607 INFO kablam! 639 | | heap: [1, 0, 0, 0, 0, 0, 0, 0], Oct 12 23:55:29.607 INFO kablam! ... | Oct 12 23:55:29.607 INFO kablam! 644 | | assert_eq!(node.heap, [0; 8]); Oct 12 23:55:29.607 INFO kablam! 645 | | } Oct 12 23:55:29.608 INFO kablam! | |_____^ Oct 12 23:55:29.608 INFO kablam! Oct 12 23:55:29.608 INFO kablam! warning: function `test_standard_node__set_heap_bit` should have a snake case name such as `test_standard_node_set_heap_bit` Oct 12 23:55:29.608 INFO kablam! --> src/subnet_tree.rs:648:5 Oct 12 23:55:29.608 INFO kablam! | Oct 12 23:55:29.608 INFO kablam! 648 | / fn test_standard_node__set_heap_bit() { Oct 12 23:55:29.608 INFO kablam! 649 | | let mut node = StandardNode { Oct 12 23:55:29.608 INFO kablam! 650 | | octet: 0, Oct 12 23:55:29.608 INFO kablam! 651 | | heap: [0, 0, 0, 0, 0, 0, 0, 0], Oct 12 23:55:29.608 INFO kablam! ... | Oct 12 23:55:29.608 INFO kablam! 656 | | assert_eq!(node.heap, [1, 0, 0, 0, 0, 0, 0, 0]); Oct 12 23:55:29.608 INFO kablam! 657 | | } Oct 12 23:55:29.608 INFO kablam! | |_____^ Oct 12 23:55:29.608 INFO kablam! Oct 12 23:55:29.614 INFO kablam! warning: function `test_standard_node__subnetize` should have a snake case name such as `test_standard_node_subnetize` Oct 12 23:55:29.614 INFO kablam! --> src/subnet_tree.rs:660:5 Oct 12 23:55:29.614 INFO kablam! | Oct 12 23:55:29.614 INFO kablam! 660 | / fn test_standard_node__subnetize() { Oct 12 23:55:29.614 INFO kablam! 661 | | let mut node = StandardNode { Oct 12 23:55:29.614 INFO kablam! 662 | | octet: 0, Oct 12 23:55:29.614 INFO kablam! 663 | | heap: [0, 0, 0, 0, 3, 0, 0, 0], Oct 12 23:55:29.614 INFO kablam! ... | Oct 12 23:55:29.614 INFO kablam! 668 | | assert_eq!(node.heap, [0, 0, 1, 0, 0, 0, 0, 0]); Oct 12 23:55:29.614 INFO kablam! 669 | | } Oct 12 23:55:29.614 INFO kablam! | |_____^ Oct 12 23:55:29.614 INFO kablam! Oct 12 23:55:29.614 INFO kablam! warning: function `test_standard_node__is_subnet` should have a snake case name such as `test_standard_node_is_subnet` Oct 12 23:55:29.614 INFO kablam! --> src/subnet_tree.rs:672:5 Oct 12 23:55:29.614 INFO kablam! | Oct 12 23:55:29.614 INFO kablam! 672 | / fn test_standard_node__is_subnet() { Oct 12 23:55:29.614 INFO kablam! 673 | | // Node has subnet bit set up Oct 12 23:55:29.614 INFO kablam! 674 | | let mut node = StandardNode { Oct 12 23:55:29.614 INFO kablam! 675 | | octet: 0, Oct 12 23:55:29.614 INFO kablam! ... | Oct 12 23:55:29.614 INFO kablam! 729 | | assert!(node.is_part_of_aggregated_subnet(23)); Oct 12 23:55:29.614 INFO kablam! 730 | | } Oct 12 23:55:29.614 INFO kablam! | |_____^ Oct 12 23:55:29.614 INFO kablam! Oct 12 23:55:29.614 INFO kablam! warning: function `test__calculate_partial_cidr` should have a snake case name such as `test_calculate_partial_cidr` Oct 12 23:55:29.614 INFO kablam! --> src/subnet_tree.rs:926:5 Oct 12 23:55:29.614 INFO kablam! | Oct 12 23:55:29.614 INFO kablam! 926 | / fn test__calculate_partial_cidr() { Oct 12 23:55:29.614 INFO kablam! 927 | | assert_eq!((0u8, 0u8), calculate_partial_cidr(1u16)); Oct 12 23:55:29.614 INFO kablam! 928 | | assert_eq!((0u8, 1u8), calculate_partial_cidr(2u16)); Oct 12 23:55:29.614 INFO kablam! 929 | | assert_eq!((0u8, 8u8), calculate_partial_cidr(256u16)); Oct 12 23:55:29.614 INFO kablam! 930 | | assert_eq!((255u8, 8u8), calculate_partial_cidr(511u16)); Oct 12 23:55:29.614 INFO kablam! 931 | | } Oct 12 23:55:29.614 INFO kablam! | |_____^ Oct 12 23:55:29.614 INFO kablam! Oct 12 23:55:29.635 INFO kablam! warning: unused `std::result::Result` which must be used Oct 12 23:55:29.635 INFO kablam! --> src/listeners.rs:189:17 Oct 12 23:55:29.635 INFO kablam! | Oct 12 23:55:29.635 INFO kablam! 189 | socket.send_to(b"STOP!", "127.0.0.1:12345"); Oct 12 23:55:29.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:55:29.635 INFO kablam! | Oct 12 23:55:29.635 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 12 23:55:29.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 12 23:55:29.635 INFO kablam! Oct 12 23:55:35.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.82s Oct 12 23:55:35.915 INFO kablam! su: No module specific data is present Oct 12 23:55:37.419 INFO running `"docker" "rm" "-f" "703861156f283c038cca8bdab883812f7b8e5fad23823fdf7ab01ac7caa01373"` Oct 12 23:55:37.635 INFO blam! 703861156f283c038cca8bdab883812f7b8e5fad23823fdf7ab01ac7caa01373 Oct 12 23:55:37.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 23:55:38.085 INFO blam! 6f9ef7cbad7dbe58da0d4918d6568f4d93c65e3984beee46b60c2a7b4a9f45d1 Oct 12 23:55:38.086 INFO running `"docker" "start" "-a" "6f9ef7cbad7dbe58da0d4918d6568f4d93c65e3984beee46b60c2a7b4a9f45d1"` Oct 12 23:55:39.474 INFO kablam! usermod: no changes Oct 12 23:55:39.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 12 23:55:39.729 INFO kablam! Running /target/debug/deps/ipaggregator_rs-4b21f76d90ae1691 Oct 12 23:55:39.732 INFO blam! Oct 12 23:55:39.732 INFO blam! running 40 tests Oct 12 23:55:39.752 INFO blam! test formatters::tests::test_concat_to_size_with_exact_len ... ok Oct 12 23:55:39.752 INFO blam! test formatters::tests::test_concat_to_size_too_short ... ok Oct 12 23:55:39.752 INFO blam! test formatters::tests::test_concat_to_size ... ok Oct 12 23:55:39.752 INFO blam! test parsers::tests::test_nom_ip_parser ... ok Oct 12 23:55:39.755 INFO blam! test parsers::tests::test_parse_ip ... ok Oct 12 23:55:39.767 INFO blam! test subnet_tree::tests::test_floor_log2 ... ok Oct 12 23:55:39.767 INFO blam! test subnet_tree::tests::test_is_flag_set ... ok Oct 12 23:55:39.767 INFO blam! test subnet_tree::tests::test_last_node___has_subnet ... ok Oct 12 23:55:39.767 INFO blam! test parsers::tests::test_simpl_parser ... ok Oct 12 23:55:39.775 INFO blam! test subnet_tree::tests::test__calculate_partial_cidr ... ok Oct 12 23:55:39.775 INFO blam! test subnet_tree::tests::test_calculate_subnet ... ok Oct 12 23:55:39.783 INFO blam! test subnet_tree::tests::test_last_node_add ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_contains ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_expand ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_is_subnet ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_unset_heap_bit ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_neighbor ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_walk_single_element ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_walk_multiple ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_last_node_walk_empty ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_standard_node__has_subnet ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_standard_node__is_subnet ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_standard_node__set_heap_bit ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_standard_node__subnetize ... ok Oct 12 23:55:39.799 INFO blam! test subnet_tree::tests::test_standard_node__unset_heap_bit ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_add ... ok Oct 12 23:55:39.805 INFO blam! test listeners::udp::tests::test_udp_server_listener ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_last_node__set_heap_bit ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_last_node_subnetize ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_add_subnet_carry_over ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_expand ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_contains ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_walk_single_heap ... ok Oct 12 23:55:39.805 INFO blam! test subnet_tree::tests::test_standard_node_walk_multiple_heap ... ok Oct 12 23:55:39.815 INFO blam! test subnet_tree::tests::test_standard_node_walk_empty ... ok Oct 12 23:55:39.815 INFO blam! test subnet_tree::tests::test_to_position ... ok Oct 12 23:55:39.815 INFO blam! test subnet_tree::tests::test_standard_node_add_multiple_heap ... ok Oct 12 23:55:39.823 INFO blam! test subnet_tree::tests::test_standard_node_walk_single_nested ... ok Oct 12 23:55:39.828 INFO blam! test senders::tests::test_udp_sender_run_sender ... ok Oct 12 23:55:40.423 INFO blam! test subnet_tree::tests::test_standard_node_is_subnet ... ok Oct 12 23:55:40.423 INFO kablam! su: No module specific data is present Oct 12 23:55:40.423 INFO blam! Oct 12 23:55:40.423 INFO blam! test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:55:40.423 INFO blam! Oct 12 23:55:41.314 INFO running `"docker" "rm" "-f" "6f9ef7cbad7dbe58da0d4918d6568f4d93c65e3984beee46b60c2a7b4a9f45d1"` Oct 12 23:55:41.613 INFO blam! 6f9ef7cbad7dbe58da0d4918d6568f4d93c65e3984beee46b60c2a7b4a9f45d1