[INFO] updating cached repository eoinkelly/rgit [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eoinkelly/rgit [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eoinkelly/rgit" "work/ex/beta-1.38-1/sources/1.37.0/gh/eoinkelly/rgit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/eoinkelly/rgit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eoinkelly/rgit" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eoinkelly/rgit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eoinkelly/rgit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9d5c4aace5309d6e23e39be94f42a8e94cfb92e6 [INFO] sha for GitHub repo eoinkelly/rgit: 9d5c4aace5309d6e23e39be94f42a8e94cfb92e6 [INFO] validating manifest of eoinkelly/rgit 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 eoinkelly/rgit 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 eoinkelly/rgit [INFO] finished frobbing eoinkelly/rgit [INFO] frobbed toml for eoinkelly/rgit written to work/ex/beta-1.38-1/sources/1.37.0/gh/eoinkelly/rgit/Cargo.toml [INFO] started frobbing eoinkelly/rgit [INFO] finished frobbing eoinkelly/rgit [INFO] frobbed toml for eoinkelly/rgit written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/eoinkelly/rgit/Cargo.toml [INFO] crate eoinkelly/rgit 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing eoinkelly/rgit 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-2/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/eoinkelly/rgit:/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] 3ae729d7207357c520690d12b41c2de68e3852cee9ff166cd1cd235c52f1e7c7 [INFO] running `"docker" "start" "-a" "3ae729d7207357c520690d12b41c2de68e3852cee9ff166cd1cd235c52f1e7c7"` [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling lazy_static v0.2.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling compress v0.1.2 [INFO] [stderr] Compiling rgit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git_sha.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | static ref SHA_REGEX: regex::Regex = regex::Regex::new(r"\A[a-fA-F0-9]{40,40}\z").unwrap(); [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git_sha.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | static ref SHA_REGEX: regex::Regex = regex::Regex::new(r"\A[a-fA-F0-9]{40,40}\z").unwrap(); [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.64s [INFO] running `"docker" "inspect" "3ae729d7207357c520690d12b41c2de68e3852cee9ff166cd1cd235c52f1e7c7"` [INFO] running `"docker" "rm" "-f" "3ae729d7207357c520690d12b41c2de68e3852cee9ff166cd1cd235c52f1e7c7"` [INFO] [stdout] 3ae729d7207357c520690d12b41c2de68e3852cee9ff166cd1cd235c52f1e7c7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/eoinkelly/rgit:/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] 12794a6dbafda1b6d0f3bd6d1bcb5f92689b17937704b526896089e8bcc9ec36 [INFO] running `"docker" "start" "-a" "12794a6dbafda1b6d0f3bd6d1bcb5f92689b17937704b526896089e8bcc9ec36"` [INFO] [stderr] Compiling rgit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git_sha.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | static ref SHA_REGEX: regex::Regex = regex::Regex::new(r"\A[a-fA-F0-9]{40,40}\z").unwrap(); [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git_sha.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | static ref SHA_REGEX: regex::Regex = regex::Regex::new(r"\A[a-fA-F0-9]{40,40}\z").unwrap(); [INFO] [stderr] 5 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s [INFO] running `"docker" "inspect" "12794a6dbafda1b6d0f3bd6d1bcb5f92689b17937704b526896089e8bcc9ec36"` [INFO] running `"docker" "rm" "-f" "12794a6dbafda1b6d0f3bd6d1bcb5f92689b17937704b526896089e8bcc9ec36"` [INFO] [stdout] 12794a6dbafda1b6d0f3bd6d1bcb5f92689b17937704b526896089e8bcc9ec36 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/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/eoinkelly/rgit:/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] d9ad8b4b0e138a963dd09b0820357cb1774615730cf7e325f6f5d1660cc59ab0 [INFO] running `"docker" "start" "-a" "d9ad8b4b0e138a963dd09b0820357cb1774615730cf7e325f6f5d1660cc59ab0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rgit-9fb2971d08788848 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test git_object_finder::tests::test_split_vec_on_byte_works_with_one_matching_byte ... ok [INFO] [stdout] test git_object_finder::tests::test_find_finds_object_which_exists ... ok [INFO] [stdout] test git_sha::tests::test_from_creates_gitsha_given_valid_arg ... ok [INFO] [stdout] test git_object_finder::tests::test_split_vec_on_byte_works_with_multiple_matching_bytes ... ok [INFO] [stdout] test git_sha::tests::test_from_panics_if_sha_contains_unexpected_chars ... ok [INFO] [stdout] test git_sha::tests::test_from_panics_if_sha_is_too_short ... 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" "d9ad8b4b0e138a963dd09b0820357cb1774615730cf7e325f6f5d1660cc59ab0"` [INFO] running `"docker" "rm" "-f" "d9ad8b4b0e138a963dd09b0820357cb1774615730cf7e325f6f5d1660cc59ab0"` [INFO] [stdout] d9ad8b4b0e138a963dd09b0820357cb1774615730cf7e325f6f5d1660cc59ab0