[INFO] cloning repository sjisjis/rust-iron-sample [INFO] running `"git" "clone" "--bare" "git://github.com/sjisjis/rust-iron-sample.git" "work/cache/sources/gh/sjisjis/rust-iron-sample"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/sjisjis/rust-iron-sample'... [INFO] running `"git" "clone" "work/cache/sources/gh/sjisjis/rust-iron-sample" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sjisjis/rust-iron-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sjisjis/rust-iron-sample'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sjisjis/rust-iron-sample" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 47d04e0575e31b533d15344319001e50e2a18949 [INFO] sha for GitHub repo sjisjis/rust-iron-sample: 47d04e0575e31b533d15344319001e50e2a18949 [INFO] validating manifest of sjisjis/rust-iron-sample 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 sjisjis/rust-iron-sample 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 sjisjis/rust-iron-sample [INFO] finished frobbing sjisjis/rust-iron-sample [INFO] frobbed toml for sjisjis/rust-iron-sample written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sjisjis/rust-iron-sample/Cargo.toml [INFO] started frobbing sjisjis/rust-iron-sample [INFO] finished frobbing sjisjis/rust-iron-sample [INFO] frobbed toml for sjisjis/rust-iron-sample written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample/Cargo.toml [INFO] crate sjisjis/rust-iron-sample 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 sjisjis/rust-iron-sample against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample:/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] ca93b4f3c29e0850085ed7ee9988bb7509a3e0c4d06f37d26cd91ceac492946f [INFO] running `"docker" "start" "-a" "ca93b4f3c29e0850085ed7ee9988bb7509a3e0c4d06f37d26cd91ceac492946f"` [INFO] [stderr] Compiling httparse v1.3.1 [INFO] [stderr] Compiling log v0.4.2 [INFO] [stderr] Compiling phf_generator v0.7.22 [INFO] [stderr] Compiling phf_codegen v0.7.22 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling mime_guess v1.8.4 [INFO] [stderr] Compiling mime v0.2.6 [INFO] [stderr] Compiling hyper v0.10.13 [INFO] [stderr] Compiling iron v0.6.0 [INFO] [stderr] Compiling iron v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | routes: HashMap> [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.82s [INFO] running `"docker" "inspect" "ca93b4f3c29e0850085ed7ee9988bb7509a3e0c4d06f37d26cd91ceac492946f"` [INFO] running `"docker" "rm" "-f" "ca93b4f3c29e0850085ed7ee9988bb7509a3e0c4d06f37d26cd91ceac492946f"` [INFO] [stdout] ca93b4f3c29e0850085ed7ee9988bb7509a3e0c4d06f37d26cd91ceac492946f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample:/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] 0289c63e923eb0bd727e622509ebd5cb078b7ad1a6790974ca456d3a2c5d67da [INFO] running `"docker" "start" "-a" "0289c63e923eb0bd727e622509ebd5cb078b7ad1a6790974ca456d3a2c5d67da"` [INFO] [stderr] Compiling iron v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:12:33 [INFO] [stderr] | [INFO] [stderr] 12 | routes: HashMap> [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Handler` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "0289c63e923eb0bd727e622509ebd5cb078b7ad1a6790974ca456d3a2c5d67da"` [INFO] running `"docker" "rm" "-f" "0289c63e923eb0bd727e622509ebd5cb078b7ad1a6790974ca456d3a2c5d67da"` [INFO] [stdout] 0289c63e923eb0bd727e622509ebd5cb078b7ad1a6790974ca456d3a2c5d67da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sjisjis/rust-iron-sample:/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] 9bae396e71c4d72491515aa00b09738bdef726db028cd156547b0f557cf2a4d2 [INFO] running `"docker" "start" "-a" "9bae396e71c4d72491515aa00b09738bdef726db028cd156547b0f557cf2a4d2"` [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/iron-5943582674577757 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9bae396e71c4d72491515aa00b09738bdef726db028cd156547b0f557cf2a4d2"` [INFO] running `"docker" "rm" "-f" "9bae396e71c4d72491515aa00b09738bdef726db028cd156547b0f557cf2a4d2"` [INFO] [stdout] 9bae396e71c4d72491515aa00b09738bdef726db028cd156547b0f557cf2a4d2