[INFO] crate autojump 0.3.1 is already in cache [INFO] extracting crate autojump 0.3.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/autojump/0.3.1 [INFO] extracting crate autojump 0.3.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/autojump/0.3.1 [INFO] validating manifest of autojump-0.3.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of autojump-0.3.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing autojump-0.3.1 [INFO] finished frobbing autojump-0.3.1 [INFO] frobbed toml for autojump-0.3.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/autojump/0.3.1/Cargo.toml [INFO] started frobbing autojump-0.3.1 [INFO] finished frobbing autojump-0.3.1 [INFO] frobbed toml for autojump-0.3.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/autojump/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing autojump-0.3.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/autojump/0.3.1:/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.36.0" "build" "--frozen"` [INFO] [stdout] 4e06ea16371b833c5f5288543f2cac30189bf9fe20afaaacf58d7734ef2808b5 [INFO] running `"docker" "start" "-a" "4e06ea16371b833c5f5288543f2cac30189bf9fe20afaaacf58d7734ef2808b5"` [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling atomicwrites v0.1.5 [INFO] [stderr] Compiling autojump v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/cli/main.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(unused_imports)] implied by #[warn(warnings)] [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/cli/manip.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | if let Some(home) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [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/config/mod.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/utils/input.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | needle.trim_right_matches(path::MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.46s [INFO] running `"docker" "inspect" "4e06ea16371b833c5f5288543f2cac30189bf9fe20afaaacf58d7734ef2808b5"` [INFO] running `"docker" "rm" "-f" "4e06ea16371b833c5f5288543f2cac30189bf9fe20afaaacf58d7734ef2808b5"` [INFO] [stdout] 4e06ea16371b833c5f5288543f2cac30189bf9fe20afaaacf58d7734ef2808b5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/autojump/0.3.1:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 9259fec18a71ade7e1606d455687bc98587b88e0d1c8dec0c13521a1f8cd78e0 [INFO] running `"docker" "start" "-a" "9259fec18a71ade7e1606d455687bc98587b88e0d1c8dec0c13521a1f8cd78e0"` [INFO] [stderr] Compiling autojump v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `std` is imported redundantly [INFO] [stderr] --> src/cli/main.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | use std; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(unused_imports)] implied by #[warn(warnings)] [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/cli/manip.rs:32:25 [INFO] [stderr] | [INFO] [stderr] 32 | if let Some(home) = env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:2:9 [INFO] [stderr] | [INFO] [stderr] 2 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: #[warn(deprecated)] implied by #[warn(warnings)] [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/config/mod.rs:14:11 [INFO] [stderr] | [INFO] [stderr] 14 | match env::home_dir() { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/utils/input.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | needle.trim_right_matches(path::MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.76s [INFO] running `"docker" "inspect" "9259fec18a71ade7e1606d455687bc98587b88e0d1c8dec0c13521a1f8cd78e0"` [INFO] running `"docker" "rm" "-f" "9259fec18a71ade7e1606d455687bc98587b88e0d1c8dec0c13521a1f8cd78e0"` [INFO] [stdout] 9259fec18a71ade7e1606d455687bc98587b88e0d1c8dec0c13521a1f8cd78e0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/autojump/0.3.1:/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.36.0" "test" "--frozen"` [INFO] [stdout] 61074adf34ec77131ba5d9a2972ac468854c1b7b5f2ca2dab24f40fcf3970c31 [INFO] running `"docker" "start" "-a" "61074adf34ec77131ba5d9a2972ac468854c1b7b5f2ca2dab24f40fcf3970c31"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test utils::input::tests::test_sanitize_one_needle ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/autojump-da11ecf4e698513c [INFO] [stdout] test matcher::tests::test_re_match_consecutive ... ok [INFO] [stdout] test matcher::tests::test_re_match_anywhere ... ok [INFO] [stdout] test matcher::re_based::tests::test_re_escape ... ok [INFO] [stdout] test matcher::tests::test_fuzzy ... ok [INFO] [stdout] test utils::tabentry::tests::test_tab_entry_info_parse_malformed ... ok [INFO] [stdout] test utils::tabentry::tests::test_tab_entry_info_parse_malformed_deviations ... ok [INFO] [stdout] test utils::tabentry::tests::test_tab_entry_info_parse_wellformed ... ok [INFO] [stdout] test utils::input::tests::test_sanitize ... ok [INFO] [stdout] test matcher::tests::test_smartcase ... ok [INFO] [stdout] test matcher::tests::test_matcher ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/autojump-b8e921c742e849b2 [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests autojump [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 1 test [INFO] [stdout] test src/utils/tabentry.rs - utils::tabentry::get_tab_entry_info (line 51) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "61074adf34ec77131ba5d9a2972ac468854c1b7b5f2ca2dab24f40fcf3970c31"` [INFO] running `"docker" "rm" "-f" "61074adf34ec77131ba5d9a2972ac468854c1b7b5f2ca2dab24f40fcf3970c31"` [INFO] [stdout] 61074adf34ec77131ba5d9a2972ac468854c1b7b5f2ca2dab24f40fcf3970c31