[INFO] cloning repository k0pernicus/gyro [INFO] running `"git" "clone" "--bare" "git://github.com/k0pernicus/gyro.git" "work/cache/sources/gh/k0pernicus/gyro"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/k0pernicus/gyro'... [INFO] running `"git" "clone" "work/cache/sources/gh/k0pernicus/gyro" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/k0pernicus/gyro" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/k0pernicus/gyro"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/k0pernicus/gyro'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7463240ffcc40aedb9bc3596790896da28045582 [INFO] sha for GitHub repo k0pernicus/gyro: 7463240ffcc40aedb9bc3596790896da28045582 [INFO] validating manifest of k0pernicus/gyro 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 k0pernicus/gyro 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 k0pernicus/gyro [INFO] finished frobbing k0pernicus/gyro [INFO] frobbed toml for k0pernicus/gyro written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro/Cargo.toml [INFO] started frobbing k0pernicus/gyro [INFO] finished frobbing k0pernicus/gyro [INFO] frobbed toml for k0pernicus/gyro written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/k0pernicus/gyro/Cargo.toml [INFO] crate k0pernicus/gyro 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 k0pernicus/gyro against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro:/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] c1addc52056b90fbd57ed91907659fce1640f604b440c3dcdd569ee3fad49e63 [INFO] running `"docker" "start" "-a" "c1addc52056b90fbd57ed91907659fce1640f604b440c3dcdd569ee3fad49e63"` [INFO] [stderr] Compiling same-file v0.1.2 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling metadeps v1.1.1 [INFO] [stderr] Compiling libz-sys v1.0.12 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling openssl-sys v0.9.6 [INFO] [stderr] Compiling curl-sys v0.3.7 [INFO] [stderr] Compiling libssh2-sys v0.2.5 [INFO] [stderr] Compiling libgit2-sys v0.6.6 [INFO] [stderr] Compiling git2 v0.6.4 [INFO] [stderr] Compiling gyro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: static item is never used: `CLEAN_LABEL` [INFO] [stderr] --> src/git.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | static CLEAN_LABEL: &'static str = "CLEAN"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DIRTY_LABEL` [INFO] [stderr] --> src/git.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | static DIRTY_LABEL: &'static str = "DIRTY"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` [INFO] [stderr] --> src/lib.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:55:45 [INFO] [stderr] | [INFO] [stderr] 55 | let mut configuration_file_path = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:159:58 [INFO] [stderr] | [INFO] [stderr] 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead [INFO] [stderr] --> src/main.rs:94:33 [INFO] [stderr] | [INFO] [stderr] 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 03s [INFO] running `"docker" "inspect" "c1addc52056b90fbd57ed91907659fce1640f604b440c3dcdd569ee3fad49e63"` [INFO] running `"docker" "rm" "-f" "c1addc52056b90fbd57ed91907659fce1640f604b440c3dcdd569ee3fad49e63"` [INFO] [stdout] c1addc52056b90fbd57ed91907659fce1640f604b440c3dcdd569ee3fad49e63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro:/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] 380a994873f3a8f5d9322f790e938f9aa3988fd6a9ae4494b3b13654127beba0 [INFO] running `"docker" "start" "-a" "380a994873f3a8f5d9322f790e938f9aa3988fd6a9ae4494b3b13654127beba0"` [INFO] [stderr] Compiling gyro v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:55:45 [INFO] [stderr] | [INFO] [stderr] 55 | let mut configuration_file_path = match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:159:58 [INFO] [stderr] | [INFO] [stderr] 159 | find_git_repositories(&mut gitpath_directories, &env::home_dir().unwrap()); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::slice_unchecked': use `get_unchecked(begin..end)` instead [INFO] [stderr] --> src/main.rs:94:33 [INFO] [stderr] | [INFO] [stderr] 94 | let based_key = key.slice_unchecked(category_separator_index.unwrap() + 1, key.len()) [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `CLEAN_LABEL` [INFO] [stderr] --> src/git.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | static CLEAN_LABEL: &'static str = "CLEAN"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `DIRTY_LABEL` [INFO] [stderr] --> src/git.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | static DIRTY_LABEL: &'static str = "DIRTY"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: static item is never used: `CONFIGURATION_FILE_NAME_BUP` [INFO] [stderr] --> src/lib.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | static CONFIGURATION_FILE_NAME_BUP: &'static str = ".gyro.new"; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.30s [INFO] running `"docker" "inspect" "380a994873f3a8f5d9322f790e938f9aa3988fd6a9ae4494b3b13654127beba0"` [INFO] running `"docker" "rm" "-f" "380a994873f3a8f5d9322f790e938f9aa3988fd6a9ae4494b3b13654127beba0"` [INFO] [stdout] 380a994873f3a8f5d9322f790e938f9aa3988fd6a9ae4494b3b13654127beba0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/k0pernicus/gyro:/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] 20318e371847e17fbf236a6114b8e8a746a8e9fef06dc29acadd17c295720772 [INFO] running `"docker" "start" "-a" "20318e371847e17fbf236a6114b8e8a746a8e9fef06dc29acadd17c295720772"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/libgyro-38ce456bc1aa9f8c [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] [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] [stderr] Running /opt/crater/target/debug/deps/gyro-4b40487b7c335781 [INFO] [stderr] Doc-tests libgyro [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" "20318e371847e17fbf236a6114b8e8a746a8e9fef06dc29acadd17c295720772"` [INFO] running `"docker" "rm" "-f" "20318e371847e17fbf236a6114b8e8a746a8e9fef06dc29acadd17c295720772"` [INFO] [stdout] 20318e371847e17fbf236a6114b8e8a746a8e9fef06dc29acadd17c295720772