[INFO] updating cached repository segfo/httpsServer [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/segfo/httpsServer [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/segfo/httpsServer" "work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/segfo/httpsServer" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/segfo/httpsServer"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/segfo/httpsServer'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 68dc3595d730e77112c0224db3cd46181979379f [INFO] sha for GitHub repo segfo/httpsServer: 68dc3595d730e77112c0224db3cd46181979379f [INFO] validating manifest of segfo/httpsServer on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of segfo/httpsServer on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing segfo/httpsServer [INFO] finished frobbing segfo/httpsServer [INFO] frobbed toml for segfo/httpsServer written to work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer/Cargo.toml [INFO] started frobbing segfo/httpsServer [INFO] finished frobbing segfo/httpsServer [INFO] frobbed toml for segfo/httpsServer written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/segfo/httpsServer/Cargo.toml [INFO] crate segfo/httpsServer already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing segfo/httpsServer against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] b606d80da4e5610ff5df7391ef29495783013a00c2729bb6b13bea7e72fa8cae [INFO] running `"docker" "start" "-a" "b606d80da4e5610ff5df7391ef29495783013a00c2729bb6b13bea7e72fa8cae"` [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling httpServer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `iron::response::HttpResponse` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use iron::response::HttpResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `q1` [INFO] [stderr] --> src/main.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | let ref q1 = req.extensions.get::().unwrap().find("query").unwrap_or("/"); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_q1` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.09s [INFO] running `"docker" "inspect" "b606d80da4e5610ff5df7391ef29495783013a00c2729bb6b13bea7e72fa8cae"` [INFO] running `"docker" "rm" "-f" "b606d80da4e5610ff5df7391ef29495783013a00c2729bb6b13bea7e72fa8cae"` [INFO] [stdout] b606d80da4e5610ff5df7391ef29495783013a00c2729bb6b13bea7e72fa8cae [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 071168326af4ce1e3a966e6ce77f2fc2483dd46f10c91f9641af283d840514d0 [INFO] running `"docker" "start" "-a" "071168326af4ce1e3a966e6ce77f2fc2483dd46f10c91f9641af283d840514d0"` [INFO] [stderr] Compiling httpServer v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `iron::response::HttpResponse` [INFO] [stderr] --> src/main.rs:17:5 [INFO] [stderr] | [INFO] [stderr] 17 | use iron::response::HttpResponse; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `q1` [INFO] [stderr] --> src/main.rs:53:13 [INFO] [stderr] | [INFO] [stderr] 53 | let ref q1 = req.extensions.get::().unwrap().find("query").unwrap_or("/"); [INFO] [stderr] | ^^ help: consider prefixing with an underscore: `_q1` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `"docker" "inspect" "071168326af4ce1e3a966e6ce77f2fc2483dd46f10c91f9641af283d840514d0"` [INFO] running `"docker" "rm" "-f" "071168326af4ce1e3a966e6ce77f2fc2483dd46f10c91f9641af283d840514d0"` [INFO] [stdout] 071168326af4ce1e3a966e6ce77f2fc2483dd46f10c91f9641af283d840514d0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/segfo/httpsServer:/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=warn" "-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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 595ae61f7facfb07ae7bebdd8c2fa9df5a71809ddea32b589d77f16a8dc4fa18 [INFO] running `"docker" "start" "-a" "595ae61f7facfb07ae7bebdd8c2fa9df5a71809ddea32b589d77f16a8dc4fa18"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/httpServer-c1d1870a39fe6d0c [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" "595ae61f7facfb07ae7bebdd8c2fa9df5a71809ddea32b589d77f16a8dc4fa18"` [INFO] running `"docker" "rm" "-f" "595ae61f7facfb07ae7bebdd8c2fa9df5a71809ddea32b589d77f16a8dc4fa18"` [INFO] [stdout] 595ae61f7facfb07ae7bebdd8c2fa9df5a71809ddea32b589d77f16a8dc4fa18