[INFO] cloning repository m-decoster/iron-example [INFO] running `"git" "clone" "--bare" "git://github.com/m-decoster/iron-example.git" "work/cache/sources/gh/m-decoster/iron-example"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/m-decoster/iron-example'... [INFO] running `"git" "clone" "work/cache/sources/gh/m-decoster/iron-example" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/m-decoster/iron-example"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/m-decoster/iron-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/m-decoster/iron-example" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/m-decoster/iron-example"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/m-decoster/iron-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6eac6369bcfadaf05abe6780a46271cd462a992b [INFO] sha for GitHub repo m-decoster/iron-example: 6eac6369bcfadaf05abe6780a46271cd462a992b [INFO] validating manifest of m-decoster/iron-example 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 m-decoster/iron-example 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 m-decoster/iron-example [INFO] finished frobbing m-decoster/iron-example [INFO] frobbed toml for m-decoster/iron-example written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/m-decoster/iron-example/Cargo.toml [INFO] started frobbing m-decoster/iron-example [INFO] finished frobbing m-decoster/iron-example [INFO] frobbed toml for m-decoster/iron-example written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/m-decoster/iron-example/Cargo.toml [INFO] crate m-decoster/iron-example 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 m-decoster/iron-example 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/m-decoster/iron-example:/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] 8d8e14f3c987c1bd13c67a2285ec2f4fd6471d434baedfc316e7be21a06802cc [INFO] running `"docker" "start" "-a" "8d8e14f3c987c1bd13c67a2285ec2f4fd6471d434baedfc316e7be21a06802cc"` [INFO] [stderr] Compiling traitobject v0.0.3 [INFO] [stderr] Compiling route-recognizer v0.1.11 [INFO] [stderr] Compiling num_cpus v0.2.13 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling uuid v0.2.3 [INFO] [stderr] Compiling cookie v0.2.5 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling unsafe-any v0.4.1 [INFO] [stderr] Compiling error v0.1.9 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling hyper v0.9.12 [INFO] [stderr] Compiling iron v0.4.0 [INFO] [stderr] Compiling logger v0.2.0 [INFO] [stderr] Compiling router v0.4.0 [INFO] [stderr] Compiling iron-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/handlers.rs:138:31 [INFO] [stderr] | [INFO] [stderr] 138 | Ok(Response::with((status::NotFound))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.64s [INFO] running `"docker" "inspect" "8d8e14f3c987c1bd13c67a2285ec2f4fd6471d434baedfc316e7be21a06802cc"` [INFO] running `"docker" "rm" "-f" "8d8e14f3c987c1bd13c67a2285ec2f4fd6471d434baedfc316e7be21a06802cc"` [INFO] [stdout] 8d8e14f3c987c1bd13c67a2285ec2f4fd6471d434baedfc316e7be21a06802cc [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/m-decoster/iron-example:/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] a571d93798097d9b931ba44ff9e1a2966b7d000827ad6a0b53d4eb5178947a86 [INFO] running `"docker" "start" "-a" "a571d93798097d9b931ba44ff9e1a2966b7d000827ad6a0b53d4eb5178947a86"` [INFO] [stderr] Compiling iron-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/handlers.rs:138:31 [INFO] [stderr] | [INFO] [stderr] 138 | Ok(Response::with((status::NotFound))) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `"docker" "inspect" "a571d93798097d9b931ba44ff9e1a2966b7d000827ad6a0b53d4eb5178947a86"` [INFO] running `"docker" "rm" "-f" "a571d93798097d9b931ba44ff9e1a2966b7d000827ad6a0b53d4eb5178947a86"` [INFO] [stdout] a571d93798097d9b931ba44ff9e1a2966b7d000827ad6a0b53d4eb5178947a86 [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/m-decoster/iron-example:/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] 2761807548dcc916a0cc06818824d8bc2ada4e003d0141de34807d171d9ba763 [INFO] running `"docker" "start" "-a" "2761807548dcc916a0cc06818824d8bc2ada4e003d0141de34807d171d9ba763"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/iron_example-5ee89dfc1f3f5428 [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" "2761807548dcc916a0cc06818824d8bc2ada4e003d0141de34807d171d9ba763"` [INFO] running `"docker" "rm" "-f" "2761807548dcc916a0cc06818824d8bc2ada4e003d0141de34807d171d9ba763"` [INFO] [stdout] 2761807548dcc916a0cc06818824d8bc2ada4e003d0141de34807d171d9ba763