[INFO] cloning repository AnthonyMedina/rusty-server [INFO] running `"git" "clone" "--bare" "git://github.com/AnthonyMedina/rusty-server.git" "work/cache/sources/gh/AnthonyMedina/rusty-server"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/AnthonyMedina/rusty-server'... [INFO] running `"git" "clone" "work/cache/sources/gh/AnthonyMedina/rusty-server" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AnthonyMedina/rusty-server"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AnthonyMedina/rusty-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/AnthonyMedina/rusty-server" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1e15678a5cf409bfcc67b24bcf982554911768a9 [INFO] sha for GitHub repo AnthonyMedina/rusty-server: 1e15678a5cf409bfcc67b24bcf982554911768a9 [INFO] validating manifest of AnthonyMedina/rusty-server 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 AnthonyMedina/rusty-server 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 AnthonyMedina/rusty-server [INFO] finished frobbing AnthonyMedina/rusty-server [INFO] frobbed toml for AnthonyMedina/rusty-server written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/AnthonyMedina/rusty-server/Cargo.toml [INFO] started frobbing AnthonyMedina/rusty-server [INFO] finished frobbing AnthonyMedina/rusty-server [INFO] frobbed toml for AnthonyMedina/rusty-server written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server/Cargo.toml [INFO] crate AnthonyMedina/rusty-server 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing AnthonyMedina/rusty-server against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server:/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] 661686aef792034635c1e1cebbecd5f0ad4680fdc040e2ae4ddbebecaeeb1e9c [INFO] running `"docker" "start" "-a" "661686aef792034635c1e1cebbecd5f0ad4680fdc040e2ae4ddbebecaeeb1e9c"` [INFO] [stderr] Compiling server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `size` [INFO] [stderr] --> src/lib.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn new(size: usize) -> ThreadPool { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_size` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/lib.rs:7:30 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn execute(&self, f: F) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "661686aef792034635c1e1cebbecd5f0ad4680fdc040e2ae4ddbebecaeeb1e9c"` [INFO] running `"docker" "rm" "-f" "661686aef792034635c1e1cebbecd5f0ad4680fdc040e2ae4ddbebecaeeb1e9c"` [INFO] [stdout] 661686aef792034635c1e1cebbecd5f0ad4680fdc040e2ae4ddbebecaeeb1e9c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server:/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] 68cbfc87c63546657debcbfb237f69cb987a18b80fc37db79511f3fe35dd88b7 [INFO] running `"docker" "start" "-a" "68cbfc87c63546657debcbfb237f69cb987a18b80fc37db79511f3fe35dd88b7"` [INFO] [stderr] Compiling server v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `size` [INFO] [stderr] --> src/lib.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn new(size: usize) -> ThreadPool { [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_size` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `f` [INFO] [stderr] --> src/lib.rs:7:30 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn execute(&self, f: F) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_f` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s [INFO] running `"docker" "inspect" "68cbfc87c63546657debcbfb237f69cb987a18b80fc37db79511f3fe35dd88b7"` [INFO] running `"docker" "rm" "-f" "68cbfc87c63546657debcbfb237f69cb987a18b80fc37db79511f3fe35dd88b7"` [INFO] [stdout] 68cbfc87c63546657debcbfb237f69cb987a18b80fc37db79511f3fe35dd88b7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/AnthonyMedina/rusty-server:/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] 7f9536da14353059f2ae70d9f9c4f5822cc06a098685a8d15baa34419d59acd6 [INFO] running `"docker" "start" "-a" "7f9536da14353059f2ae70d9f9c4f5822cc06a098685a8d15baa34419d59acd6"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/server-f3b97a2e4711dce0 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/server-29285ff5f9794f3d [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] Doc-tests server [INFO] [stdout] [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] [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" "7f9536da14353059f2ae70d9f9c4f5822cc06a098685a8d15baa34419d59acd6"` [INFO] running `"docker" "rm" "-f" "7f9536da14353059f2ae70d9f9c4f5822cc06a098685a8d15baa34419d59acd6"` [INFO] [stdout] 7f9536da14353059f2ae70d9f9c4f5822cc06a098685a8d15baa34419d59acd6