[INFO] updating cached repository davidbegin/five-pennies [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/davidbegin/five-pennies [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/davidbegin/five-pennies" "work/ex/beta-1.37-6/sources/1.36.0/gh/davidbegin/five-pennies"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/davidbegin/five-pennies'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/davidbegin/five-pennies" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidbegin/five-pennies"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidbegin/five-pennies'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dad4cb298c8f7df7f4401308cc5e991d5ba98002 [INFO] sha for GitHub repo davidbegin/five-pennies: dad4cb298c8f7df7f4401308cc5e991d5ba98002 [INFO] validating manifest of davidbegin/five-pennies 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 davidbegin/five-pennies 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 davidbegin/five-pennies [INFO] finished frobbing davidbegin/five-pennies [INFO] frobbed toml for davidbegin/five-pennies written to work/ex/beta-1.37-6/sources/1.36.0/gh/davidbegin/five-pennies/Cargo.toml [INFO] started frobbing davidbegin/five-pennies [INFO] finished frobbing davidbegin/five-pennies [INFO] frobbed toml for davidbegin/five-pennies written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidbegin/five-pennies/Cargo.toml [INFO] crate davidbegin/five-pennies 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/davidbegin/five-pennies/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 davidbegin/five-pennies 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/davidbegin/five-pennies:/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] 7d804e91dcb61160f66190bb5943dda852b56275569dca18384223adba7a17fd [INFO] running `"docker" "start" "-a" "7d804e91dcb61160f66190bb5943dda852b56275569dca18384223adba7a17fd"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Compiling five-pennies v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `nickel::router::http_router::HttpRouter` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use nickel::router::http_router::HttpRouter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | server.listen("127.0.0.1:1987"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.02s [INFO] running `"docker" "inspect" "7d804e91dcb61160f66190bb5943dda852b56275569dca18384223adba7a17fd"` [INFO] running `"docker" "rm" "-f" "7d804e91dcb61160f66190bb5943dda852b56275569dca18384223adba7a17fd"` [INFO] [stdout] 7d804e91dcb61160f66190bb5943dda852b56275569dca18384223adba7a17fd [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/davidbegin/five-pennies:/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] 35425f0c2f44877e71c8e0d08722e11b7c0e2f8cbfce2f7eb89d3f7e216d45fe [INFO] running `"docker" "start" "-a" "35425f0c2f44877e71c8e0d08722e11b7c0e2f8cbfce2f7eb89d3f7e216d45fe"` [INFO] [stderr] Compiling five-pennies v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `nickel::router::http_router::HttpRouter` [INFO] [stderr] --> src/main.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use nickel::router::http_router::HttpRouter; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | server.listen("127.0.0.1:1987"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "35425f0c2f44877e71c8e0d08722e11b7c0e2f8cbfce2f7eb89d3f7e216d45fe"` [INFO] running `"docker" "rm" "-f" "35425f0c2f44877e71c8e0d08722e11b7c0e2f8cbfce2f7eb89d3f7e216d45fe"` [INFO] [stdout] 35425f0c2f44877e71c8e0d08722e11b7c0e2f8cbfce2f7eb89d3f7e216d45fe [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/davidbegin/five-pennies:/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] 73f7fc470760aa4771d73d448e4298ace12758d7affe7be51e0b84ec81b5ee4e [INFO] running `"docker" "start" "-a" "73f7fc470760aa4771d73d448e4298ace12758d7affe7be51e0b84ec81b5ee4e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/five_pennies-1a5382f4f824135e [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test it_works ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/five_pennies-63130ee57ad79587 [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] [stderr] Doc-tests five-pennies [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" "73f7fc470760aa4771d73d448e4298ace12758d7affe7be51e0b84ec81b5ee4e"` [INFO] running `"docker" "rm" "-f" "73f7fc470760aa4771d73d448e4298ace12758d7affe7be51e0b84ec81b5ee4e"` [INFO] [stdout] 73f7fc470760aa4771d73d448e4298ace12758d7affe7be51e0b84ec81b5ee4e