[INFO] fetching crate reactive-streams 0.0.1... [INFO] checking reactive-streams-0.0.1 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate reactive-streams 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate reactive-streams 0.0.1 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate reactive-streams 0.0.1 [INFO] finished tweaking crates.io crate reactive-streams 0.0.1 [INFO] tweaked toml for crates.io crate reactive-streams 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d9d11eb2ea7345841e194d53aed97d5998146b92af3375b79304d48ba284451 [INFO] running `Command { std: "docker" "start" "-a" "9d9d11eb2ea7345841e194d53aed97d5998146b92af3375b79304d48ba284451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9d9d11eb2ea7345841e194d53aed97d5998146b92af3375b79304d48ba284451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d9d11eb2ea7345841e194d53aed97d5998146b92af3375b79304d48ba284451", kill_on_drop: false }` [INFO] [stdout] 9d9d11eb2ea7345841e194d53aed97d5998146b92af3375b79304d48ba284451 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c182f260d7ae3974002fdb05a4847bb67d08c0e8e9b2467f846d5e17ac5847bf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c182f260d7ae3974002fdb05a4847bb67d08c0e8e9b2467f846d5e17ac5847bf", kill_on_drop: false }` [INFO] [stderr] Checking reactive-streams v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn subscribe(s: Subscriber); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Subscriber` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Subscription` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | fn onError(e: std::error::Error); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn subscribe(s: Subscriber); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Subscriber` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Subscription` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | fn onError(e: std::error::Error); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0038]: the trait `Subscriber` cannot be made into an object [INFO] [stdout] --> src/lib.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn subscribe(s: Subscriber); [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `Subscriber` cannot be made into an object [INFO] [stdout] ... [INFO] [stdout] 13 | pub trait Subscriber { [INFO] [stdout] | ---------- this trait cannot be made into an object... [INFO] [stdout] 14 | #[allow(non_snake_case)] [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ----------- ...because associated function `onSubscribe` has no `self` parameter [INFO] [stdout] 16 | #[allow(non_snake_case)] [INFO] [stdout] 17 | fn onNext(t: T); [INFO] [stdout] | ------ ...because associated function `onNext` has no `self` parameter [INFO] [stdout] 18 | #[allow(non_snake_case)] [INFO] [stdout] 19 | fn onError(e: std::error::Error); [INFO] [stdout] | ------- ...because associated function `onError` has no `self` parameter [INFO] [stdout] 20 | #[allow(non_snake_case)] [INFO] [stdout] 21 | fn onComplete(); [INFO] [stdout] | ---------- ...because associated function `onComplete` has no `self` parameter [INFO] [stdout] | [INFO] [stdout] help: consider turning `onSubscribe` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 15 | fn onSubscribe(s: Subscription) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onNext` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 17 | fn onNext(t: T) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onError` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 19 | fn onError(e: std::error::Error) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onComplete` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 21 | fn onComplete() where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0038]: the trait `Subscription` cannot be made into an object [INFO] [stdout] --> src/lib.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait Subscription { [INFO] [stdout] | ------------ this trait cannot be made into an object... [INFO] [stdout] 7 | #[allow(non_snake_case)] [INFO] [stdout] 8 | fn request(n: u64); [INFO] [stdout] | ------- ...because associated function `request` has no `self` parameter [INFO] [stdout] 9 | #[allow(non_snake_case)] [INFO] [stdout] 10 | fn cancel(); [INFO] [stdout] | ------ ...because associated function `cancel` has no `self` parameter [INFO] [stdout] ... [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Subscription` cannot be made into an object [INFO] [stdout] | [INFO] [stdout] help: consider turning `request` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 8 | fn request(n: u64) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `cancel` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 10 | fn cancel() where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0038`. [INFO] [stdout] [INFO] [stderr] error: could not compile `reactive-streams` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0038]: the trait `Subscriber` cannot be made into an object [INFO] [stdout] --> src/lib.rs:3:19 [INFO] [stdout] | [INFO] [stdout] 3 | fn subscribe(s: Subscriber); [INFO] [stdout] | ^^^^^^^^^^^^^ the trait `Subscriber` cannot be made into an object [INFO] [stdout] ... [INFO] [stdout] 13 | pub trait Subscriber { [INFO] [stdout] | ---------- this trait cannot be made into an object... [INFO] [stdout] 14 | #[allow(non_snake_case)] [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ----------- ...because associated function `onSubscribe` has no `self` parameter [INFO] [stdout] 16 | #[allow(non_snake_case)] [INFO] [stdout] 17 | fn onNext(t: T); [INFO] [stdout] | ------ ...because associated function `onNext` has no `self` parameter [INFO] [stdout] 18 | #[allow(non_snake_case)] [INFO] [stdout] 19 | fn onError(e: std::error::Error); [INFO] [stdout] | ------- ...because associated function `onError` has no `self` parameter [INFO] [stdout] 20 | #[allow(non_snake_case)] [INFO] [stdout] 21 | fn onComplete(); [INFO] [stdout] | ---------- ...because associated function `onComplete` has no `self` parameter [INFO] [stdout] | [INFO] [stdout] help: consider turning `onSubscribe` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 15 | fn onSubscribe(s: Subscription) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onNext` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 17 | fn onNext(t: T) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onError` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 19 | fn onError(e: std::error::Error) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `onComplete` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 21 | fn onComplete() where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0038]: the trait `Subscription` cannot be made into an object [INFO] [stdout] --> src/lib.rs:15:21 [INFO] [stdout] | [INFO] [stdout] 6 | pub trait Subscription { [INFO] [stdout] | ------------ this trait cannot be made into an object... [INFO] [stdout] 7 | #[allow(non_snake_case)] [INFO] [stdout] 8 | fn request(n: u64); [INFO] [stdout] | ------- ...because associated function `request` has no `self` parameter [INFO] [stdout] 9 | #[allow(non_snake_case)] [INFO] [stdout] 10 | fn cancel(); [INFO] [stdout] | ------ ...because associated function `cancel` has no `self` parameter [INFO] [stdout] ... [INFO] [stdout] 15 | fn onSubscribe(s: Subscription); [INFO] [stdout] | ^^^^^^^^^^^^ the trait `Subscription` cannot be made into an object [INFO] [stdout] | [INFO] [stdout] help: consider turning `request` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 8 | fn request(n: u64) where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: consider turning `cancel` into a method by giving it a `&self` argument or constraining it so it does not apply to trait objects [INFO] [stdout] | [INFO] [stdout] 10 | fn cancel() where Self: Sized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stdout] For more information about this error, try `rustc --explain E0038`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c182f260d7ae3974002fdb05a4847bb67d08c0e8e9b2467f846d5e17ac5847bf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c182f260d7ae3974002fdb05a4847bb67d08c0e8e9b2467f846d5e17ac5847bf", kill_on_drop: false }` [INFO] [stdout] c182f260d7ae3974002fdb05a4847bb67d08c0e8e9b2467f846d5e17ac5847bf