[INFO] crate epoxy_streams 0.3.1 is already in cache [INFO] extracting crate epoxy_streams 0.3.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/epoxy_streams/0.3.1 [INFO] extracting crate epoxy_streams 0.3.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/epoxy_streams/0.3.1 [INFO] validating manifest of epoxy_streams-0.3.1 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 epoxy_streams-0.3.1 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 epoxy_streams-0.3.1 [INFO] finished frobbing epoxy_streams-0.3.1 [INFO] frobbed toml for epoxy_streams-0.3.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/epoxy_streams/0.3.1/Cargo.toml [INFO] started frobbing epoxy_streams-0.3.1 [INFO] finished frobbing epoxy_streams-0.3.1 [INFO] frobbed toml for epoxy_streams-0.3.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/epoxy_streams/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 epoxy_streams-0.3.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/epoxy_streams/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 821d65d0d18e45c8b066090fa8bfd292e602c19c247c1699a127b62d7d040bfb [INFO] running `"docker" "start" "-a" "821d65d0d18e45c8b066090fa8bfd292e602c19c247c1699a127b62d7d040bfb"` [INFO] [stderr] Compiling epoxy_streams v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value.rs:191:18 [INFO] [stderr] | [INFO] [stderr] 191 | impl ReactiveValue { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | impl ReactiveValue { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | value: &ReactiveValue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | value: &ReactiveValue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn map(value: &ReactiveValue, map_function: F) -> ReadonlyReactiveValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/streams.rs:11:32 [INFO] [stderr] | [INFO] [stderr] 11 | on_emit: BTreeMap)>>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(Arc)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.28s [INFO] running `"docker" "inspect" "821d65d0d18e45c8b066090fa8bfd292e602c19c247c1699a127b62d7d040bfb"` [INFO] running `"docker" "rm" "-f" "821d65d0d18e45c8b066090fa8bfd292e602c19c247c1699a127b62d7d040bfb"` [INFO] [stdout] 821d65d0d18e45c8b066090fa8bfd292e602c19c247c1699a127b62d7d040bfb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/epoxy_streams/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8df4289aba8479c4f33d2b32c4f2c8a8dd57d262d398a01727a5da8ca343a9ce [INFO] running `"docker" "start" "-a" "8df4289aba8479c4f33d2b32c4f2c8a8dd57d262d398a01727a5da8ca343a9ce"` [INFO] [stderr] Compiling epoxy_streams v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value.rs:191:18 [INFO] [stderr] | [INFO] [stderr] 191 | impl ReactiveValue { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:4:18 [INFO] [stderr] | [INFO] [stderr] 4 | impl ReactiveValue { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:30:17 [INFO] [stderr] | [INFO] [stderr] 30 | value: &ReactiveValue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | value: &ReactiveValue, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/reactive_value_operators.rs:98:30 [INFO] [stderr] | [INFO] [stderr] 98 | pub fn map(value: &ReactiveValue, map_function: F) -> ReadonlyReactiveValue [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ReactiveValue` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/streams.rs:11:32 [INFO] [stderr] | [INFO] [stderr] 11 | on_emit: BTreeMap)>>, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Fn(Arc)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `"docker" "inspect" "8df4289aba8479c4f33d2b32c4f2c8a8dd57d262d398a01727a5da8ca343a9ce"` [INFO] running `"docker" "rm" "-f" "8df4289aba8479c4f33d2b32c4f2c8a8dd57d262d398a01727a5da8ca343a9ce"` [INFO] [stdout] 8df4289aba8479c4f33d2b32c4f2c8a8dd57d262d398a01727a5da8ca343a9ce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/epoxy_streams/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 56a643add98e049287926b0b67c0edd4ad466c9b5423394c6695a9292bb14700 [INFO] running `"docker" "start" "-a" "56a643add98e049287926b0b67c0edd4ad466c9b5423394c6695a9292bb14700"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/epoxy_streams-98adbdcdb84f69c9 [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] Doc-tests epoxy_streams [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test src/reactive_value.rs - reactive_value::ReactiveValue::new (line 198) ... ok [INFO] [stdout] test src/reactive_value.rs - reactive_value::WriteableReactiveValue (line 131) ... ok [INFO] [stdout] test src/reactive_value.rs - reactive_value::ReadonlyReactiveValue (line 96) ... ok [INFO] [stdout] test src/reactive_value_operators.rs - reactive_value_operators::ReactiveValue::fallback (line 47) ... ok [INFO] [stdout] test src/reactive_value.rs - reactive_value::ReadonlyReactiveValue (line 83) ... ok [INFO] [stdout] test src/reactive_value.rs - reactive_value::ReactiveValue::as_stream (line 14) ... ok [INFO] [stdout] test src/reactive_value.rs - reactive_value::Stream::to_reactive_value (line 262) ... ok [INFO] [stdout] test src/reactive_value_operators.rs - reactive_value_operators::ReactiveValue::map (line 85) ... ok [INFO] [stdout] test src/reactive_value_operators.rs - reactive_value_operators::ReactiveValue::sanitize (line 13) ... ok [INFO] [stdout] test src/stateless_operators.rs - stateless_operators::Stream::flat_map (line 154) ... ok [INFO] [stdout] test src/stateless_operators.rs - stateless_operators::Stream::map (line 76) ... ok [INFO] [stdout] test src/stateless_operators.rs - stateless_operators::Stream::filter (line 36) ... ok [INFO] [stdout] test src/stateful_operators.rs - stateful_operators::Stream::buffer (line 114) ... ok [INFO] [stdout] test src/stateless_operators.rs - stateless_operators::Stream::map_rc (line 112) ... ok [INFO] [stdout] test src/stateful_operators.rs - stateful_operators::Stream::count_values (line 87) ... ok [INFO] [stdout] test src/stateful_operators.rs - stateful_operators::Stream::scan (line 19) ... ok [INFO] [stdout] test src/streams.rs - streams::Sink (line 83) ... ok [INFO] [stdout] test src/streams.rs - streams::Stream (line 25) ... ok [INFO] [stdout] test src/streams.rs - streams::Stream (line 35) ... ok [INFO] [stdout] test src/streams.rs - streams::Subscription (line 64) ... ok [INFO] [stdout] test src/stream_combinators.rs - stream_combinators::merge (line 12) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "56a643add98e049287926b0b67c0edd4ad466c9b5423394c6695a9292bb14700"` [INFO] running `"docker" "rm" "-f" "56a643add98e049287926b0b67c0edd4ad466c9b5423394c6695a9292bb14700"` [INFO] [stdout] 56a643add98e049287926b0b67c0edd4ad466c9b5423394c6695a9292bb14700