Oct 15 11:40:51.912 INFO testing Damezuma/rs-simple-udp-echo against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:40:51.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 11:40:52.215 INFO blam! 5b61d89f21c824de724cb98853d47b06fd1a02ec41f772e647b6cdb12c3a2cb0 Oct 15 11:40:52.217 INFO running `"docker" "start" "-a" "5b61d89f21c824de724cb98853d47b06fd1a02ec41f772e647b6cdb12c3a2cb0"` Oct 15 11:40:53.431 INFO kablam! usermod: no changes Oct 15 11:40:53.474 INFO kablam! Compiling arguments v0.1.0 (/source) Oct 15 11:40:53.842 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 15 11:40:53.842 INFO kablam! --> src/client/mod.rs:1:5 Oct 15 11:40:53.842 INFO kablam! | Oct 15 11:40:53.842 INFO kablam! 1 | use std::net::Ipv4Addr; Oct 15 11:40:53.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.842 INFO kablam! | Oct 15 11:40:53.842 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:40:53.842 INFO kablam! Oct 15 11:40:53.842 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 15 11:40:53.842 INFO kablam! --> src/server/mod.rs:1:5 Oct 15 11:40:53.842 INFO kablam! | Oct 15 11:40:53.842 INFO kablam! 1 | use std::net::Ipv4Addr; Oct 15 11:40:53.842 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.842 INFO kablam! Oct 15 11:40:53.907 INFO kablam! warning: unused variable: `a` Oct 15 11:40:53.907 INFO kablam! --> src/client/mod.rs:25:24 Oct 15 11:40:53.907 INFO kablam! | Oct 15 11:40:53.907 INFO kablam! 25 | Ok((s, a))=>{ Oct 15 11:40:53.907 INFO kablam! | ^ help: consider using `_a` instead Oct 15 11:40:53.907 INFO kablam! | Oct 15 11:40:53.907 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:53.907 INFO kablam! Oct 15 11:40:53.919 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:53.919 INFO kablam! --> src/client/mod.rs:18:9 Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! 18 | self.socket.set_read_timeout(Some(std::time::Duration::from_millis(10))); Oct 15 11:40:53.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:40:53.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:53.919 INFO kablam! Oct 15 11:40:53.919 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:53.919 INFO kablam! --> src/server/mod.rs:20:17 Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! 20 | self.socket.send_to(&buffer[0..size], ipv); Oct 15 11:40:53.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:53.919 INFO kablam! Oct 15 11:40:53.919 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:53.919 INFO kablam! --> src/main.rs:18:9 Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! 18 | server.recv(); Oct 15 11:40:53.919 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:53.919 INFO kablam! Oct 15 11:40:53.919 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:53.919 INFO kablam! --> src/main.rs:39:5 Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! 39 | std::io::stdin().read_line(&mut s); Oct 15 11:40:53.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:53.919 INFO kablam! Oct 15 11:40:53.919 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:53.919 INFO kablam! --> src/main.rs:40:5 Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! 40 | client.send(&s, &SocketAddrV4::new(ip, port_number)); Oct 15 11:40:53.919 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:53.919 INFO kablam! | Oct 15 11:40:53.919 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:53.919 INFO kablam! Oct 15 11:40:54.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.14s Oct 15 11:40:54.609 INFO kablam! su: No module specific data is present Oct 15 11:40:55.054 INFO running `"docker" "rm" "-f" "5b61d89f21c824de724cb98853d47b06fd1a02ec41f772e647b6cdb12c3a2cb0"` Oct 15 11:40:55.181 INFO blam! 5b61d89f21c824de724cb98853d47b06fd1a02ec41f772e647b6cdb12c3a2cb0 Oct 15 11:40:55.184 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 11:40:55.431 INFO blam! b0ac3acc5d0d2d85809f889184c7180960c4d3ea7971cf98d3ccbefd7c66c68d Oct 15 11:40:55.435 INFO running `"docker" "start" "-a" "b0ac3acc5d0d2d85809f889184c7180960c4d3ea7971cf98d3ccbefd7c66c68d"` Oct 15 11:40:56.122 INFO kablam! usermod: no changes Oct 15 11:40:56.156 INFO kablam! Compiling arguments v0.1.0 (/source) Oct 15 11:40:56.669 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 15 11:40:56.669 INFO kablam! --> src/client/mod.rs:1:5 Oct 15 11:40:56.669 INFO kablam! | Oct 15 11:40:56.669 INFO kablam! 1 | use std::net::Ipv4Addr; Oct 15 11:40:56.670 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.670 INFO kablam! | Oct 15 11:40:56.670 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:40:56.670 INFO kablam! Oct 15 11:40:56.671 INFO kablam! warning: unused import: `std::net::Ipv4Addr` Oct 15 11:40:56.671 INFO kablam! --> src/server/mod.rs:1:5 Oct 15 11:40:56.671 INFO kablam! | Oct 15 11:40:56.671 INFO kablam! 1 | use std::net::Ipv4Addr; Oct 15 11:40:56.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.674 INFO kablam! Oct 15 11:40:56.751 INFO kablam! warning: unused variable: `a` Oct 15 11:40:56.751 INFO kablam! --> src/client/mod.rs:25:24 Oct 15 11:40:56.751 INFO kablam! | Oct 15 11:40:56.751 INFO kablam! 25 | Ok((s, a))=>{ Oct 15 11:40:56.751 INFO kablam! | ^ help: consider using `_a` instead Oct 15 11:40:56.751 INFO kablam! | Oct 15 11:40:56.751 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:40:56.751 INFO kablam! Oct 15 11:40:56.762 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:56.762 INFO kablam! --> src/client/mod.rs:18:9 Oct 15 11:40:56.762 INFO kablam! | Oct 15 11:40:56.762 INFO kablam! 18 | self.socket.set_read_timeout(Some(std::time::Duration::from_millis(10))); Oct 15 11:40:56.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.763 INFO kablam! | Oct 15 11:40:56.763 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 11:40:56.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:56.763 INFO kablam! Oct 15 11:40:56.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:56.763 INFO kablam! --> src/server/mod.rs:20:17 Oct 15 11:40:56.763 INFO kablam! | Oct 15 11:40:56.763 INFO kablam! 20 | self.socket.send_to(&buffer[0..size], ipv); Oct 15 11:40:56.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.763 INFO kablam! | Oct 15 11:40:56.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:56.763 INFO kablam! Oct 15 11:40:56.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:56.763 INFO kablam! --> src/main.rs:18:9 Oct 15 11:40:56.763 INFO kablam! | Oct 15 11:40:56.763 INFO kablam! 18 | server.recv(); Oct 15 11:40:56.763 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 11:40:56.763 INFO kablam! | Oct 15 11:40:56.763 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:56.763 INFO kablam! Oct 15 11:40:56.763 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:56.763 INFO kablam! --> src/main.rs:39:5 Oct 15 11:40:56.764 INFO kablam! | Oct 15 11:40:56.764 INFO kablam! 39 | std::io::stdin().read_line(&mut s); Oct 15 11:40:56.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.764 INFO kablam! | Oct 15 11:40:56.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:56.764 INFO kablam! Oct 15 11:40:56.764 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 11:40:56.764 INFO kablam! --> src/main.rs:40:5 Oct 15 11:40:56.764 INFO kablam! | Oct 15 11:40:56.764 INFO kablam! 40 | client.send(&s, &SocketAddrV4::new(ip, port_number)); Oct 15 11:40:56.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:40:56.764 INFO kablam! | Oct 15 11:40:56.764 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 11:40:56.764 INFO kablam! Oct 15 11:40:57.138 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.99s Oct 15 11:40:57.153 INFO kablam! su: No module specific data is present Oct 15 11:40:57.843 INFO running `"docker" "rm" "-f" "b0ac3acc5d0d2d85809f889184c7180960c4d3ea7971cf98d3ccbefd7c66c68d"` Oct 15 11:40:57.949 INFO blam! b0ac3acc5d0d2d85809f889184c7180960c4d3ea7971cf98d3ccbefd7c66c68d Oct 15 11:40:57.952 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 11:40:58.167 INFO blam! 1faf08f5211491f4ce73e025bc3c3d24389ce6f4ce196dd23f74758e07a5fca6 Oct 15 11:40:58.169 INFO running `"docker" "start" "-a" "1faf08f5211491f4ce73e025bc3c3d24389ce6f4ce196dd23f74758e07a5fca6"` Oct 15 11:40:59.259 INFO kablam! usermod: no changes Oct 15 11:40:59.335 INFO blam! Oct 15 11:40:59.336 INFO blam! running 0 tests Oct 15 11:40:59.336 INFO blam! Oct 15 11:40:59.336 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:40:59.336 INFO blam! Oct 15 11:40:59.336 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 11:40:59.336 INFO kablam! Running /target/debug/deps/arguments-07a8a90abc85de09 Oct 15 11:40:59.336 INFO kablam! su: No module specific data is present Oct 15 11:41:00.023 INFO running `"docker" "rm" "-f" "1faf08f5211491f4ce73e025bc3c3d24389ce6f4ce196dd23f74758e07a5fca6"` Oct 15 11:41:00.235 INFO blam! 1faf08f5211491f4ce73e025bc3c3d24389ce6f4ce196dd23f74758e07a5fca6