[INFO] updating cached repository https://github.com/aclemmensen/cargo-local-search [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cb8f660daaaec884185e143ab5d90cdc4a5b817b [INFO] testing aclemmensen/cargo-local-search against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Faclemmensen%2Fcargo-local-search" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/aclemmensen/cargo-local-search on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/aclemmensen/cargo-local-search [INFO] finished tweaking git repo https://github.com/aclemmensen/cargo-local-search [INFO] tweaked toml for git repo https://github.com/aclemmensen/cargo-local-search written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/aclemmensen/cargo-local-search already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 4b72e225f8fc0597adb0d1b2469e13adfd649013ae1f8205fe28737180cea48f [INFO] running `"docker" "start" "-a" "4b72e225f8fc0597adb0d1b2469e13adfd649013ae1f8205fe28737180cea48f"` [INFO] [stderr] Compiling num-traits v0.2.4 [INFO] [stderr] Compiling num-integer v0.1.38 [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling regex v1.0.0 [INFO] [stderr] Compiling dtoa v0.4.2 [INFO] [stderr] Compiling itoa v0.4.1 [INFO] [stderr] Compiling serde v1.0.55 [INFO] [stderr] Compiling cmake v0.1.31 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling regex-syntax v0.6.0 [INFO] [stderr] Compiling thread_local v0.3.5 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling atty v0.2.10 [INFO] [stderr] Compiling libz-sys v1.0.18 [INFO] [stderr] Compiling libgit2-sys v0.7.1 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.7 [INFO] [stderr] Compiling syn v0.13.10 [INFO] [stderr] Compiling clap v2.31.2 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling which v2.0.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde_derive v1.0.55 [INFO] [stderr] Compiling stopwatch v0.0.7 [INFO] [stderr] Compiling serde_json v1.0.17 [INFO] [stderr] Compiling git2 v0.7.1 [INFO] [stderr] Compiling cargo-local-search v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:50 [INFO] [stderr] | [INFO] [stderr] 58 | fn find_cargo_repo_path() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | fn build_index() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:90:75 [INFO] [stderr] | [INFO] [stderr] 90 | fn handle_input(state: &State, input: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | fn read_input(state: &State) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ranking.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE: Regex = Regex::new("(.)").unwrap(); [INFO] [stderr] 48 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `"docker" "inspect" "4b72e225f8fc0597adb0d1b2469e13adfd649013ae1f8205fe28737180cea48f"` [INFO] running `"docker" "rm" "-f" "4b72e225f8fc0597adb0d1b2469e13adfd649013ae1f8205fe28737180cea48f"` [INFO] [stdout] 4b72e225f8fc0597adb0d1b2469e13adfd649013ae1f8205fe28737180cea48f [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bcb7aa1688c401696d4ae2e5cff1c1dc79a1f9fcadc63bdbb45a6635bb933f50 [INFO] running `"docker" "start" "-a" "bcb7aa1688c401696d4ae2e5cff1c1dc79a1f9fcadc63bdbb45a6635bb933f50"` [INFO] [stderr] Compiling cargo-local-search v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:58:50 [INFO] [stderr] | [INFO] [stderr] 58 | fn find_cargo_repo_path() -> Result> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:74:45 [INFO] [stderr] | [INFO] [stderr] 74 | fn build_index() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:90:75 [INFO] [stderr] | [INFO] [stderr] 90 | fn handle_input(state: &State, input: &str) -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:111:48 [INFO] [stderr] | [INFO] [stderr] 111 | fn read_input(state: &State) -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/ranking.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE: Regex = Regex::new("(.)").unwrap(); [INFO] [stderr] 48 | | } [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] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `"docker" "inspect" "bcb7aa1688c401696d4ae2e5cff1c1dc79a1f9fcadc63bdbb45a6635bb933f50"` [INFO] running `"docker" "rm" "-f" "bcb7aa1688c401696d4ae2e5cff1c1dc79a1f9fcadc63bdbb45a6635bb933f50"` [INFO] [stdout] bcb7aa1688c401696d4ae2e5cff1c1dc79a1f9fcadc63bdbb45a6635bb933f50 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 0a7696f4eab9ea3a76047e719b38652c199a46d9f3af6bbeb18b534599934956 [INFO] running `"docker" "start" "-a" "0a7696f4eab9ea3a76047e719b38652c199a46d9f3af6bbeb18b534599934956"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cargo_local_search-bacc0c3fc12ed451 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test ranking::tests::distance_based ... ok [INFO] [stdout] test ranking::tests::acronyms ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "0a7696f4eab9ea3a76047e719b38652c199a46d9f3af6bbeb18b534599934956"` [INFO] running `"docker" "rm" "-f" "0a7696f4eab9ea3a76047e719b38652c199a46d9f3af6bbeb18b534599934956"` [INFO] [stdout] 0a7696f4eab9ea3a76047e719b38652c199a46d9f3af6bbeb18b534599934956