[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c20c45ed72e5c42eb6b922c7d9a0a712632d0470e7a39165c8721a68a62b90c0 [INFO] running `"docker" "start" "-a" "c20c45ed72e5c42eb6b922c7d9a0a712632d0470e7a39165c8721a68a62b90c0"` [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.94s [INFO] running `"docker" "inspect" "c20c45ed72e5c42eb6b922c7d9a0a712632d0470e7a39165c8721a68a62b90c0"` [INFO] running `"docker" "rm" "-f" "c20c45ed72e5c42eb6b922c7d9a0a712632d0470e7a39165c8721a68a62b90c0"` [INFO] [stdout] c20c45ed72e5c42eb6b922c7d9a0a712632d0470e7a39165c8721a68a62b90c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 1c5427d61ca435872d1400e7922b4f3cfacc09f01995650a91364f1da110b581 [INFO] running `"docker" "start" "-a" "1c5427d61ca435872d1400e7922b4f3cfacc09f01995650a91364f1da110b581"` [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.07s [INFO] running `"docker" "inspect" "1c5427d61ca435872d1400e7922b4f3cfacc09f01995650a91364f1da110b581"` [INFO] running `"docker" "rm" "-f" "1c5427d61ca435872d1400e7922b4f3cfacc09f01995650a91364f1da110b581"` [INFO] [stdout] 1c5427d61ca435872d1400e7922b4f3cfacc09f01995650a91364f1da110b581 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] a6266d4c349979428e1eae766a2671bc13131a44ac1c89cca8c246a8eab1e0be [INFO] running `"docker" "start" "-a" "a6266d4c349979428e1eae766a2671bc13131a44ac1c89cca8c246a8eab1e0be"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/git-e5ad1d20ea8cb606 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test model::blob::test_metadata ... ok [INFO] [stdout] test model::hashable::test_mock ... ok [INFO] [stdout] test model::tree_node::test_create_tree_node ... ok [INFO] [stdout] test model::blob::test_blob_from ... ok [INFO] [stdout] test model::blob::hash_blob ... ok [INFO] [stdout] test model::blob::create_blob ... 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" "a6266d4c349979428e1eae766a2671bc13131a44ac1c89cca8c246a8eab1e0be"` [INFO] running `"docker" "rm" "-f" "a6266d4c349979428e1eae766a2671bc13131a44ac1c89cca8c246a8eab1e0be"` [INFO] [stdout] a6266d4c349979428e1eae766a2671bc13131a44ac1c89cca8c246a8eab1e0be