[INFO] cloning repository bschwind/udp-stress-test [INFO] running `"git" "clone" "--bare" "git://github.com/bschwind/udp-stress-test.git" "work/cache/sources/gh/bschwind/udp-stress-test"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/bschwind/udp-stress-test'... [INFO] running `"git" "clone" "work/cache/sources/gh/bschwind/udp-stress-test" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bschwind/udp-stress-test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bschwind/udp-stress-test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/bschwind/udp-stress-test" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ae582a9eb84e7c8ddbdce41d0f638ca9d149e007 [INFO] sha for GitHub repo bschwind/udp-stress-test: ae582a9eb84e7c8ddbdce41d0f638ca9d149e007 [INFO] validating manifest of bschwind/udp-stress-test on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of bschwind/udp-stress-test on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing bschwind/udp-stress-test [INFO] finished frobbing bschwind/udp-stress-test [INFO] frobbed toml for bschwind/udp-stress-test written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/bschwind/udp-stress-test/Cargo.toml [INFO] started frobbing bschwind/udp-stress-test [INFO] finished frobbing bschwind/udp-stress-test [INFO] frobbed toml for bschwind/udp-stress-test written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test/Cargo.toml [INFO] crate bschwind/udp-stress-test already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing bschwind/udp-stress-test against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] c5bed38056376c5fa77789122ae1b8ae2547d4ebe38a61bc5d0d759da0541d88 [INFO] running `"docker" "start" "-a" "c5bed38056376c5fa77789122ae1b8ae2547d4ebe38a61bc5d0d759da0541d88"` [INFO] [stderr] Compiling futures v0.1.13 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling clap v2.24.1 [INFO] [stderr] Compiling bytes v0.4.3 [INFO] [stderr] Compiling mio v0.6.7 [INFO] [stderr] Compiling tokio-io v0.1.1 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling tokio-timer v0.1.1 [INFO] [stderr] Compiling tokio-core v0.1.7 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling udp-fun v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/main.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | fn run_server(bind_addr: &str, server_port: u16, buf: Vec, num_clients: usize) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_buf` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 41.08s [INFO] running `"docker" "inspect" "c5bed38056376c5fa77789122ae1b8ae2547d4ebe38a61bc5d0d759da0541d88"` [INFO] running `"docker" "rm" "-f" "c5bed38056376c5fa77789122ae1b8ae2547d4ebe38a61bc5d0d759da0541d88"` [INFO] [stdout] c5bed38056376c5fa77789122ae1b8ae2547d4ebe38a61bc5d0d759da0541d88 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 4772b95fb5ac72b9d049716e5bbed912f9211296f120813620490c328f75f48e [INFO] running `"docker" "start" "-a" "4772b95fb5ac72b9d049716e5bbed912f9211296f120813620490c328f75f48e"` [INFO] [stderr] Compiling udp-fun v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `buf` [INFO] [stderr] --> src/main.rs:113:50 [INFO] [stderr] | [INFO] [stderr] 113 | fn run_server(bind_addr: &str, server_port: u16, buf: Vec, num_clients: usize) { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_buf` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `"docker" "inspect" "4772b95fb5ac72b9d049716e5bbed912f9211296f120813620490c328f75f48e"` [INFO] running `"docker" "rm" "-f" "4772b95fb5ac72b9d049716e5bbed912f9211296f120813620490c328f75f48e"` [INFO] [stdout] 4772b95fb5ac72b9d049716e5bbed912f9211296f120813620490c328f75f48e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/bschwind/udp-stress-test:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] d6e5f54de3acb10ce07340345ecec12ebe9d9370ce8ebd2a72e736d3bcca9934 [INFO] running `"docker" "start" "-a" "d6e5f54de3acb10ce07340345ecec12ebe9d9370ce8ebd2a72e736d3bcca9934"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/udp_fun-e8f139a876d28e39 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d6e5f54de3acb10ce07340345ecec12ebe9d9370ce8ebd2a72e736d3bcca9934"` [INFO] running `"docker" "rm" "-f" "d6e5f54de3acb10ce07340345ecec12ebe9d9370ce8ebd2a72e736d3bcca9934"` [INFO] [stdout] d6e5f54de3acb10ce07340345ecec12ebe9d9370ce8ebd2a72e736d3bcca9934