[INFO] updating cached repository munckymagik/go-concurrency-patterns-in-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/munckymagik/go-concurrency-patterns-in-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/munckymagik/go-concurrency-patterns-in-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/munckymagik/go-concurrency-patterns-in-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/munckymagik/go-concurrency-patterns-in-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/munckymagik/go-concurrency-patterns-in-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b32ef0de765504a6b02ce0645e80f67226cac631 [INFO] sha for GitHub repo munckymagik/go-concurrency-patterns-in-rust: b32ef0de765504a6b02ce0645e80f67226cac631 [INFO] validating manifest of munckymagik/go-concurrency-patterns-in-rust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of munckymagik/go-concurrency-patterns-in-rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing munckymagik/go-concurrency-patterns-in-rust [INFO] finished frobbing munckymagik/go-concurrency-patterns-in-rust [INFO] frobbed toml for munckymagik/go-concurrency-patterns-in-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/munckymagik/go-concurrency-patterns-in-rust/Cargo.toml [INFO] started frobbing munckymagik/go-concurrency-patterns-in-rust [INFO] finished frobbing munckymagik/go-concurrency-patterns-in-rust [INFO] frobbed toml for munckymagik/go-concurrency-patterns-in-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust/Cargo.toml [INFO] crate munckymagik/go-concurrency-patterns-in-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing munckymagik/go-concurrency-patterns-in-rust against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 3f90d6f2f1d2a526773605ccce227648701142e1e516d9ee2943d18e42aa2173 [INFO] running `"docker" "start" "-a" "3f90d6f2f1d2a526773605ccce227648701142e1e516d9ee2943d18e42aa2173"` [INFO] [stderr] Compiling futures v0.1.11 [INFO] [stderr] Compiling chan v0.1.19 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling go-concurrency-patterns-in-rust v0.1.0 (/opt/crater/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_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_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_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 17.93s [INFO] running `"docker" "inspect" "3f90d6f2f1d2a526773605ccce227648701142e1e516d9ee2943d18e42aa2173"` [INFO] running `"docker" "rm" "-f" "3f90d6f2f1d2a526773605ccce227648701142e1e516d9ee2943d18e42aa2173"` [INFO] [stdout] 3f90d6f2f1d2a526773605ccce227648701142e1e516d9ee2943d18e42aa2173 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b380e837e8ac092ffaca28235fc4778fdea881a7c2b3d6926b8137aaf835fea6 [INFO] running `"docker" "start" "-a" "b380e837e8ac092ffaca28235fc4778fdea881a7c2b3d6926b8137aaf835fea6"` [INFO] [stderr] Compiling go-concurrency-patterns-in-rust v0.1.0 (/opt/crater/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_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] Finished dev [unoptimized + debuginfo] target(s) in 7.21s [INFO] running `"docker" "inspect" "b380e837e8ac092ffaca28235fc4778fdea881a7c2b3d6926b8137aaf835fea6"` [INFO] running `"docker" "rm" "-f" "b380e837e8ac092ffaca28235fc4778fdea881a7c2b3d6926b8137aaf835fea6"` [INFO] [stdout] b380e837e8ac092ffaca28235fc4778fdea881a7c2b3d6926b8137aaf835fea6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/munckymagik/go-concurrency-patterns-in-rust:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 70fd8c2f95fd0a64dafe0be5809b7464f10954d95b414ecd991799ee8867f44a [INFO] running `"docker" "start" "-a" "70fd8c2f95fd0a64dafe0be5809b7464f10954d95b414ecd991799ee8867f44a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/01_boring-4351f558fca5ef16 [INFO] [stderr] Running /opt/crater/target/debug/deps/02_boring_rand_sleep-f71830f97fcb6aad [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/03_ignore-4f9ed60636e386ef [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/04_ignore_less-f09eafb68c941a46 [INFO] [stderr] Running /opt/crater/target/debug/deps/05_channel-f12527755cbdb01b [INFO] [stderr] Running /opt/crater/target/debug/deps/06_generator-0eacc08ac5b9de8f [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] [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/07_channels_as_handle_on_svc-73ee659e14a7872f [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/08_fan_in_multiplexing-5fc9a67653c8dd18 [INFO] [stderr] Running /opt/crater/target/debug/deps/09_restoring_sequence-d02c983370825269 [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/10_restoring_sequence_sync_channel-070e0846d4938945 [INFO] [stderr] Running /opt/crater/target/debug/deps/11_select-6fa6ede5843c31f6 [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] [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/12_timeout_using_select-fa9ff50dc5bd117b [INFO] [stderr] Running /opt/crater/target/debug/deps/13_timeout_conversation-6be3a397f236fd17 [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/14_quit_channel-e54bc09bb7f0cd88 [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/14_quit_channel_with_wait_group-a4cb3b3be595767d [INFO] [stderr] Running /opt/crater/target/debug/deps/15_receive_on_quit_channel-8d75862dac18369d [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/16_daisy_chain-144a0d853886c36d [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/16_daisy_chain_with_cpu_pool-89ce0b0ae935e17a [INFO] [stderr] Running /opt/crater/target/debug/deps/16_daisy_chain_with_futures-fb0e2f358cfe554a [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/17_fake_google_search-ce0d4c74e0eedd0f [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/17_fake_google_search_cpu_pool-c1ac1aad4f53e7d0 [INFO] [stderr] Running /opt/crater/target/debug/deps/17_fake_google_search_fan_in-6863f9e8266651cb [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/17_fake_google_search_timeout-1916fce96a18f29a [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] [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" "70fd8c2f95fd0a64dafe0be5809b7464f10954d95b414ecd991799ee8867f44a"` [INFO] running `"docker" "rm" "-f" "70fd8c2f95fd0a64dafe0be5809b7464f10954d95b414ecd991799ee8867f44a"` [INFO] [stdout] 70fd8c2f95fd0a64dafe0be5809b7464f10954d95b414ecd991799ee8867f44a