[INFO] updating cached repository https://github.com/honeypotio/searchspot [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 718dd4462f912557266b45f3aff4822949a15557 [INFO] checking honeypotio/searchspot against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhoneypotio%2Fsearchspot" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/honeypotio/searchspot on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/honeypotio/searchspot [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/honeypotio/searchspot [INFO] tweaked toml for git repo https://github.com/honeypotio/searchspot written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/honeypotio/searchspot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=forbid" "-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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 3dc9100fcc838af3bc3c9679361292deadb3fa03939ede24e6046c7931e3d4f1 [INFO] running `"docker" "start" "-a" "3dc9100fcc838af3bc3c9679361292deadb3fa03939ede24e6046c7931e3d4f1"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking twoway v0.1.8 [INFO] [stderr] Checking generic-array v0.7.3 [INFO] [stderr] Checking openssl v0.9.24 [INFO] [stderr] Checking serde_json v0.9.10 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Checking digest-buffer v0.3.1 [INFO] [stderr] Checking crypto-mac v0.3.0 [INFO] [stderr] Checking digest v0.5.2 [INFO] [stderr] Checking sha2 v0.5.3 [INFO] [stderr] Checking sha-1 v0.3.4 [INFO] [stderr] Checking hmac v0.1.1 [INFO] [stderr] Checking oath v0.10.2 [INFO] [stderr] Checking hyper-openssl v0.2.7 [INFO] [stderr] Checking iron v0.6.0 [INFO] [stderr] Checking multipart v0.13.6 [INFO] [stderr] Checking rollbar v0.4.0 [INFO] [stderr] Checking rs-es v0.10.0 (https://github.com/honeypotio/rs-es.git?branch=dev#577c6dc0) [INFO] [stderr] Checking persistent v0.4.0 [INFO] [stderr] Checking router v0.6.0 [INFO] [stderr] Checking logger v0.4.0 [INFO] [stderr] Checking bodyparser v0.8.0 [INFO] [stderr] Checking urlencoded v0.6.0 (https://github.com/ryman/urlencoded#f337b487) [INFO] [stderr] Checking params v0.8.0 [INFO] [stderr] Checking searchspot v0.16.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/resources/mod.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | / lazy_static! { [INFO] [stderr] 19 | | pub static ref CONFIG: Config = Config::from_file(CONFIG_FILE.to_owned()); [INFO] [stderr] 20 | | } [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: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:275:17 [INFO] [stderr] | [INFO] [stderr] 275 | let mut salary_query = [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:670:17 [INFO] [stderr] | [INFO] [stderr] 670 | let mut final_query = query.with_indexes(&*index) [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:686:17 [INFO] [stderr] | [INFO] [stderr] 686 | let mut final_query = query.with_indexes(&*index) [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:710:21 [INFO] [stderr] | [INFO] [stderr] 710 | let mut results: Vec = result [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:275:17 [INFO] [stderr] | [INFO] [stderr] 275 | let mut salary_query = [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:670:17 [INFO] [stderr] | [INFO] [stderr] 670 | let mut final_query = query.with_indexes(&*index) [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:686:17 [INFO] [stderr] | [INFO] [stderr] 686 | let mut final_query = query.with_indexes(&*index) [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/resources/talent.rs:710:21 [INFO] [stderr] | [INFO] [stderr] 710 | let mut results: Vec = result [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:69:1 [INFO] [stderr] | [INFO] [stderr] 69 | / preload_talents! { [INFO] [stderr] 70 | | backend_rust [INFO] [stderr] 71 | | senior_java [INFO] [stderr] 72 | | rejected [INFO] [stderr] ... | [INFO] [stderr] 75 | | frontend_ember [INFO] [stderr] 76 | | } [INFO] [stderr] | |_^ in this macro invocation [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] --> tests/smoke.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | / lazy_static! { [INFO] [stderr] 91 | | pub static ref CONFIG: Config = Config::from_file(CONFIG_FILE.to_owned()); [INFO] [stderr] 92 | | } [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 1m 04s [INFO] running `"docker" "inspect" "3dc9100fcc838af3bc3c9679361292deadb3fa03939ede24e6046c7931e3d4f1"` [INFO] running `"docker" "rm" "-f" "3dc9100fcc838af3bc3c9679361292deadb3fa03939ede24e6046c7931e3d4f1"` [INFO] [stdout] 3dc9100fcc838af3bc3c9679361292deadb3fa03939ede24e6046c7931e3d4f1