[INFO] updating cached repository royaldark/grit [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/royaldark/grit [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/royaldark/grit" "work/ex/beta-1.38-1/sources/1.37.0/gh/royaldark/grit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/royaldark/grit'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/royaldark/grit" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/royaldark/grit"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/royaldark/grit'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 49b8c02ccb47d2585a0dd0839db40257550ffd91 [INFO] sha for GitHub repo royaldark/grit: 49b8c02ccb47d2585a0dd0839db40257550ffd91 [INFO] validating manifest of royaldark/grit 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 royaldark/grit 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 royaldark/grit [INFO] finished frobbing royaldark/grit [INFO] frobbed toml for royaldark/grit written to work/ex/beta-1.38-1/sources/1.37.0/gh/royaldark/grit/Cargo.toml [INFO] started frobbing royaldark/grit [INFO] finished frobbing royaldark/grit [INFO] frobbed toml for royaldark/grit written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/royaldark/grit/Cargo.toml [INFO] crate royaldark/grit 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 royaldark/grit 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-6/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/royaldark/grit:/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] 82a6540d1e1337d2f7149e1a419be467cb7a079294fdcf4d45618e633f9d21d7 [INFO] running `"docker" "start" "-a" "82a6540d1e1337d2f7149e1a419be467cb7a079294fdcf4d45618e633f9d21d7"` [INFO] [stderr] Compiling grit 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/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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] warning: unused variable: `path` [INFO] [stderr] --> src/commands/update_index.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `opts` [INFO] [stderr] --> src/commands/update_index.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_opts` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.98s [INFO] running `"docker" "inspect" "82a6540d1e1337d2f7149e1a419be467cb7a079294fdcf4d45618e633f9d21d7"` [INFO] running `"docker" "rm" "-f" "82a6540d1e1337d2f7149e1a419be467cb7a079294fdcf4d45618e633f9d21d7"` [INFO] [stdout] 82a6540d1e1337d2f7149e1a419be467cb7a079294fdcf4d45618e633f9d21d7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/royaldark/grit:/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] f153c6e3ce596ca1a24102fdbf785bbac856fe24d06693de790ea3a1cead5955 [INFO] running `"docker" "start" "-a" "f153c6e3ce596ca1a24102fdbf785bbac856fe24d06693de790ea3a1cead5955"` [INFO] [stderr] Compiling grit 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/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/helpers.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref GIT_DIR: String = String::from(".git"); [INFO] [stderr] 5 | | pub static ref OBJECTS_DIR: String = format!("{}/objects", *GIT_DIR); [INFO] [stderr] 6 | | pub static ref REFS_DIR: String = format!("{}/refs", *GIT_DIR); [INFO] [stderr] 7 | | } [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] warning: unused variable: `path` [INFO] [stderr] --> src/commands/update_index.rs:7:21 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_path` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `opts` [INFO] [stderr] --> src/commands/update_index.rs:7:34 [INFO] [stderr] | [INFO] [stderr] 7 | pub fn update_index(path: &Path, opts: UpdateIndexOpts) {} [INFO] [stderr] | ^^^^ help: consider prefixing with an underscore: `_opts` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.53s [INFO] running `"docker" "inspect" "f153c6e3ce596ca1a24102fdbf785bbac856fe24d06693de790ea3a1cead5955"` [INFO] running `"docker" "rm" "-f" "f153c6e3ce596ca1a24102fdbf785bbac856fe24d06693de790ea3a1cead5955"` [INFO] [stdout] f153c6e3ce596ca1a24102fdbf785bbac856fe24d06693de790ea3a1cead5955 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/royaldark/grit:/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] c1ca8af28f4dde9978e0d680932fa6a115706c5178c4cd0bf73d0e19bd1d3172 [INFO] running `"docker" "start" "-a" "c1ca8af28f4dde9978e0d680932fa6a115706c5178c4cd0bf73d0e19bd1d3172"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/grit-6a619aeb3230d6a8 [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" "c1ca8af28f4dde9978e0d680932fa6a115706c5178c4cd0bf73d0e19bd1d3172"` [INFO] running `"docker" "rm" "-f" "c1ca8af28f4dde9978e0d680932fa6a115706c5178c4cd0bf73d0e19bd1d3172"` [INFO] [stdout] c1ca8af28f4dde9978e0d680932fa6a115706c5178c4cd0bf73d0e19bd1d3172