[INFO] cloning repository https://github.com/munckymagik/go-concurrency-patterns-in-rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/munckymagik/go-concurrency-patterns-in-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmunckymagik%2Fgo-concurrency-patterns-in-rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmunckymagik%2Fgo-concurrency-patterns-in-rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b32ef0de765504a6b02ce0645e80f67226cac631 [INFO] checking munckymagik/go-concurrency-patterns-in-rust against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmunckymagik%2Fgo-concurrency-patterns-in-rust" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/munckymagik/go-concurrency-patterns-in-rust on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/munckymagik/go-concurrency-patterns-in-rust [INFO] finished tweaking git repo https://github.com/munckymagik/go-concurrency-patterns-in-rust [INFO] tweaked toml for git repo https://github.com/munckymagik/go-concurrency-patterns-in-rust written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/munckymagik/go-concurrency-patterns-in-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 82f45b9789a8b71dc147525ff180b6fe424b9ab5dd33b500998551a629ff8b40 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "82f45b9789a8b71dc147525ff180b6fe424b9ab5dd33b500998551a629ff8b40"` [INFO] [stderr] Checking futures v0.1.11 [INFO] [stderr] Checking chan v0.1.19 [INFO] [stderr] Checking futures-cpupool v0.1.5 [INFO] [stderr] Checking go-concurrency-patterns-in-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 25 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 26 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 27 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_timeout.rs:25:1 [INFO] [stderr] | [INFO] [stderr] 25 | / lazy_static! { [INFO] [stderr] 26 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 27 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 28 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 29 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_cpu_pool.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | / lazy_static! { [INFO] [stderr] 29 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 30 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 31 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 32 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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/bin/17_fake_google_search_fan_in.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref WEB: FakeSearch = FakeSearch::new("web"); [INFO] [stderr] 26 | | static ref IMAGE: FakeSearch = FakeSearch::new("image"); [INFO] [stderr] 27 | | static ref VIDEO: FakeSearch = FakeSearch::new("video"); [INFO] [stderr] 28 | | } [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 9.32s [INFO] running `"docker" "inspect" "82f45b9789a8b71dc147525ff180b6fe424b9ab5dd33b500998551a629ff8b40"` [INFO] running `"docker" "rm" "-f" "82f45b9789a8b71dc147525ff180b6fe424b9ab5dd33b500998551a629ff8b40"` [INFO] [stdout] 82f45b9789a8b71dc147525ff180b6fe424b9ab5dd33b500998551a629ff8b40