[INFO] cloning repository srishanbhattarai/halflifers [INFO] running `"git" "clone" "--bare" "git://github.com/srishanbhattarai/halflifers.git" "work/cache/sources/gh/srishanbhattarai/halflifers"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/srishanbhattarai/halflifers'... [INFO] running `"git" "clone" "work/cache/sources/gh/srishanbhattarai/halflifers" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/srishanbhattarai/halflifers" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/srishanbhattarai/halflifers"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/srishanbhattarai/halflifers'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3db79c08120a3cdd4813d50226d87aadfec33819 [INFO] sha for GitHub repo srishanbhattarai/halflifers: 3db79c08120a3cdd4813d50226d87aadfec33819 [INFO] validating manifest of srishanbhattarai/halflifers 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 srishanbhattarai/halflifers 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 srishanbhattarai/halflifers [INFO] finished frobbing srishanbhattarai/halflifers [INFO] frobbed toml for srishanbhattarai/halflifers written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers/Cargo.toml [INFO] started frobbing srishanbhattarai/halflifers [INFO] finished frobbing srishanbhattarai/halflifers [INFO] frobbed toml for srishanbhattarai/halflifers written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/srishanbhattarai/halflifers/Cargo.toml [INFO] crate srishanbhattarai/halflifers 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 srishanbhattarai/halflifers against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 71749ec7e278b76f4a9cacc99c1184029d69a9895ae94f1ceec6b6a3e145dcee [INFO] running `"docker" "start" "-a" "71749ec7e278b76f4a9cacc99c1184029d69a9895ae94f1ceec6b6a3e145dcee"` [INFO] [stderr] Compiling libsqlite3-sys v0.11.1 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling diesel v1.4.1 [INFO] [stderr] Compiling halflife v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/database.rs:41:52 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(path: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `ToString` is imported redundantly [INFO] [stderr] --> src/main.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert` [INFO] [stderr] --> src/database.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn insert(&self, hl: NewHalflife) -> QueryResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.57s [INFO] running `"docker" "inspect" "71749ec7e278b76f4a9cacc99c1184029d69a9895ae94f1ceec6b6a3e145dcee"` [INFO] running `"docker" "rm" "-f" "71749ec7e278b76f4a9cacc99c1184029d69a9895ae94f1ceec6b6a3e145dcee"` [INFO] [stdout] 71749ec7e278b76f4a9cacc99c1184029d69a9895ae94f1ceec6b6a3e145dcee [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 5471bdd5ff9f038e0f674c716221ab2b6b5a740053041296c15b3e42e504aab7 [INFO] running `"docker" "start" "-a" "5471bdd5ff9f038e0f674c716221ab2b6b5a740053041296c15b3e42e504aab7"` [INFO] [stderr] Compiling halflife v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/database.rs:41:52 [INFO] [stderr] | [INFO] [stderr] 41 | pub fn new(path: &str) -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `ToString` is imported redundantly [INFO] [stderr] --> src/main.rs:44:21 [INFO] [stderr] | [INFO] [stderr] 44 | use std::string::ToString; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `insert` [INFO] [stderr] --> src/database.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | pub fn insert(&self, hl: NewHalflife) -> QueryResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "5471bdd5ff9f038e0f674c716221ab2b6b5a740053041296c15b3e42e504aab7"` [INFO] running `"docker" "rm" "-f" "5471bdd5ff9f038e0f674c716221ab2b6b5a740053041296c15b3e42e504aab7"` [INFO] [stdout] 5471bdd5ff9f038e0f674c716221ab2b6b5a740053041296c15b3e42e504aab7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/srishanbhattarai/halflifers:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] f7836e7ed1c945f880b24f9d385ae2a98f6d3076574742d137c538bc16ae2d5f [INFO] running `"docker" "start" "-a" "f7836e7ed1c945f880b24f9d385ae2a98f6d3076574742d137c538bc16ae2d5f"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/halflife-387b0b7c754374c4 [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" "f7836e7ed1c945f880b24f9d385ae2a98f6d3076574742d137c538bc16ae2d5f"` [INFO] running `"docker" "rm" "-f" "f7836e7ed1c945f880b24f9d385ae2a98f6d3076574742d137c538bc16ae2d5f"` [INFO] [stdout] f7836e7ed1c945f880b24f9d385ae2a98f6d3076574742d137c538bc16ae2d5f