[INFO] updating cached repository themasch/rust-git [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/themasch/rust-git [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/themasch/rust-git" "work/ex/beta-1.38-1/sources/1.37.0/gh/themasch/rust-git"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/themasch/rust-git'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/themasch/rust-git" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] df0f80a3e6da51d05a8bead799f95c281a4ab1a0 [INFO] sha for GitHub repo themasch/rust-git: df0f80a3e6da51d05a8bead799f95c281a4ab1a0 [INFO] validating manifest of themasch/rust-git on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of themasch/rust-git on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing themasch/rust-git [INFO] finished frobbing themasch/rust-git [INFO] frobbed toml for themasch/rust-git written to work/ex/beta-1.38-1/sources/1.37.0/gh/themasch/rust-git/Cargo.toml [INFO] started frobbing themasch/rust-git [INFO] finished frobbing themasch/rust-git [INFO] frobbed toml for themasch/rust-git written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git/Cargo.toml [INFO] crate themasch/rust-git already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/themasch/rust-git/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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing themasch/rust-git against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e506a149b345adbc176f0a0d42ec0a019abfeb4c7a1d7689d23a749782ce00e5 [INFO] running `"docker" "start" "-a" "e506a149b345adbc176f0a0d42ec0a019abfeb4c7a1d7689d23a749782ce00e5"` [INFO] [stderr] Compiling sha1 v0.1.1 [INFO] [stderr] Compiling git v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/model/hashable.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | impl fmt::Debug for Hashable { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hashable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `model::Tree` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use model::Tree; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `model::tree_node::TreeNode` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use model::tree_node::TreeNode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/model/tree_node.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn new(node: Box, mode: u16, name: String) -> TreeNode { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/model/tree.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new() -> Tree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add` [INFO] [stderr] --> src/model/tree.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn add(&mut self, obj: TreeNode) -> &Tree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | f.read_to_end(&mut buffer); [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 1.86s [INFO] running `"docker" "inspect" "e506a149b345adbc176f0a0d42ec0a019abfeb4c7a1d7689d23a749782ce00e5"` [INFO] running `"docker" "rm" "-f" "e506a149b345adbc176f0a0d42ec0a019abfeb4c7a1d7689d23a749782ce00e5"` [INFO] [stdout] e506a149b345adbc176f0a0d42ec0a019abfeb4c7a1d7689d23a749782ce00e5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b3045878a23022703e50dbfb85cdfaa42abcdec8e89759f5182c479f0b1d3cfc [INFO] running `"docker" "start" "-a" "b3045878a23022703e50dbfb85cdfaa42abcdec8e89759f5182c479f0b1d3cfc"` [INFO] [stderr] Compiling git v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/model/hashable.rs:17:21 [INFO] [stderr] | [INFO] [stderr] 17 | impl fmt::Debug for Hashable { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Hashable` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `model::Tree` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use model::Tree; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `model::tree_node::TreeNode` [INFO] [stderr] --> src/main.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use model::tree_node::TreeNode; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io` [INFO] [stderr] --> src/main.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use std::io; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/model/tree.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | pub fn new() -> Tree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `add` [INFO] [stderr] --> src/model/tree.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub fn add(&mut self, obj: TreeNode) -> &Tree { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:37:5 [INFO] [stderr] | [INFO] [stderr] 37 | f.read_to_end(&mut buffer); [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 1.18s [INFO] running `"docker" "inspect" "b3045878a23022703e50dbfb85cdfaa42abcdec8e89759f5182c479f0b1d3cfc"` [INFO] running `"docker" "rm" "-f" "b3045878a23022703e50dbfb85cdfaa42abcdec8e89759f5182c479f0b1d3cfc"` [INFO] [stdout] b3045878a23022703e50dbfb85cdfaa42abcdec8e89759f5182c479f0b1d3cfc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/themasch/rust-git:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 8a5b0bab8d953d86880e5886f199d11f2d4ef93fff15430520e0a7622741b230 [INFO] running `"docker" "start" "-a" "8a5b0bab8d953d86880e5886f199d11f2d4ef93fff15430520e0a7622741b230"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/git-77256ecb31cc9962 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test model::blob::test_metadata ... ok [INFO] [stdout] test model::blob::create_blob ... ok [INFO] [stdout] test model::blob::hash_blob ... ok [INFO] [stdout] test model::blob::test_blob_from ... ok [INFO] [stdout] test model::hashable::test_mock ... ok [INFO] [stdout] test model::tree_node::test_create_tree_node ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "8a5b0bab8d953d86880e5886f199d11f2d4ef93fff15430520e0a7622741b230"` [INFO] running `"docker" "rm" "-f" "8a5b0bab8d953d86880e5886f199d11f2d4ef93fff15430520e0a7622741b230"` [INFO] [stdout] 8a5b0bab8d953d86880e5886f199d11f2d4ef93fff15430520e0a7622741b230