[INFO] cloning repository https://github.com/jdmichaud/rs-observable [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jdmichaud/rs-observable" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Frs-observable", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Frs-observable'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33168d99c5c8eaa49a3f4b8b664a42e4594f6c4d [INFO] testing jdmichaud/rs-observable against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjdmichaud%2Frs-observable" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jdmichaud/rs-observable on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jdmichaud/rs-observable [INFO] finished tweaking git repo https://github.com/jdmichaud/rs-observable [INFO] tweaked toml for git repo https://github.com/jdmichaud/rs-observable written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/jdmichaud/rs-observable already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 098403e294bd3424ac8b4668c4eecb58cca4d8b6bbb5ab81def38e570e3a6f71 [INFO] running `Command { std: "docker" "start" "-a" "098403e294bd3424ac8b4668c4eecb58cca4d8b6bbb5ab81def38e570e3a6f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "098403e294bd3424ac8b4668c4eecb58cca4d8b6bbb5ab81def38e570e3a6f71", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "098403e294bd3424ac8b4668c4eecb58cca4d8b6bbb5ab81def38e570e3a6f71", kill_on_drop: false }` [INFO] [stdout] 098403e294bd3424ac8b4668c4eecb58cca4d8b6bbb5ab81def38e570e3a6f71 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cdf89e72fcbee98b65b2f5d4ec2476756cd219cc026d9a64727463e1292da8b3 [INFO] running `Command { std: "docker" "start" "-a" "cdf89e72fcbee98b65b2f5d4ec2476756cd219cc026d9a64727463e1292da8b3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling observable v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0053]: method `start` has an incompatible type for trait [INFO] [stdout] --> src/main.rs:41:33 [INFO] [stdout] | [INFO] [stdout] 41 | fn start(&self, subscription: &mut DefaultSubscription>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | expected trait object `dyn Subscription`, found mutable reference [INFO] [stdout] | help: change the parameter type to match the trait: `(dyn Subscription + 'static)` [INFO] [stdout] | [INFO] [stdout] note: type in trait [INFO] [stdout] --> src/main.rs:7:33 [INFO] [stdout] | [INFO] [stdout] 7 | fn start(&self, subscription: dyn Subscription); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: expected fn pointer `fn(&SimpleObserver, (dyn Subscription + 'static))` [INFO] [stdout] found fn pointer `fn(&SimpleObserver, &mut DefaultSubscription>)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `subscribe` found for struct `DefaultObservable` in the current scope [INFO] [stdout] --> src/main.rs:118:35 [INFO] [stdout] | [INFO] [stdout] 23 | fn subscribe(self: Rc, observer: Self::Observer) -> Self::SubscriptionType; [INFO] [stdout] | --------- -------- the method might not be found because of this arbitrary self type [INFO] [stdout] | | [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] ... [INFO] [stdout] 85 | struct DefaultObservable { [INFO] [stdout] | -------------------------------------------- method `subscribe` not found for this [INFO] [stdout] ... [INFO] [stdout] 118 | let _subscription1 = observable.subscribe(SimpleObserver:: { [INFO] [stdout] | ^^^^^^^^^ method not found in `DefaultObservable` [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 118 | let _subscription1 = Rc::new(observable).subscribe(SimpleObserver:: { [INFO] [stdout] | ++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `subscribe` found for struct `DefaultObservable` in the current scope [INFO] [stdout] --> src/main.rs:125:35 [INFO] [stdout] | [INFO] [stdout] 23 | fn subscribe(self: Rc, observer: Self::Observer) -> Self::SubscriptionType; [INFO] [stdout] | --------- -------- the method might not be found because of this arbitrary self type [INFO] [stdout] | | [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] ... [INFO] [stdout] 85 | struct DefaultObservable { [INFO] [stdout] | -------------------------------------------- method `subscribe` not found for this [INFO] [stdout] ... [INFO] [stdout] 125 | let _subscription2 = observable.subscribe(SimpleObserver:: { [INFO] [stdout] | ^^^^^^^^^ method not found in `DefaultObservable` [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let _subscription2 = Rc::new(observable).subscribe(SimpleObserver:: { [INFO] [stdout] | ++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0053, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0053`. [INFO] [stdout] [INFO] [stderr] error: could not compile `observable` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "cdf89e72fcbee98b65b2f5d4ec2476756cd219cc026d9a64727463e1292da8b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdf89e72fcbee98b65b2f5d4ec2476756cd219cc026d9a64727463e1292da8b3", kill_on_drop: false }` [INFO] [stdout] cdf89e72fcbee98b65b2f5d4ec2476756cd219cc026d9a64727463e1292da8b3