[INFO] crate bottle 1.0.0-alpha is already in cache [INFO] checking bottle-1.0.0-alpha against try#d93021f5faa26e4f9d2719e79f9974e06aa40e17 for pr-71873 [INFO] extracting crate bottle 1.0.0-alpha into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate bottle 1.0.0-alpha on toolchain d93021f5faa26e4f9d2719e79f9974e06aa40e17 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate bottle 1.0.0-alpha [INFO] finished tweaking crates.io crate bottle 1.0.0-alpha [INFO] tweaked toml for crates.io crate bottle 1.0.0-alpha written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate crates.io crate bottle 1.0.0-alpha already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "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" "+d93021f5faa26e4f9d2719e79f9974e06aa40e17" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 59f4d3c14b609ec73309cd63d694d2655f5e261ed696f2be30702a677014c20b [INFO] running `"docker" "start" "-a" "59f4d3c14b609ec73309cd63d694d2655f5e261ed696f2be30702a677014c20b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling proc-macro-nested v0.1.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.15 [INFO] [stderr] Checking futures-sink v0.3.4 [INFO] [stderr] Checking smallvec v1.3.0 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking futures-channel v0.3.4 [INFO] [stderr] Checking kv-log-macro v1.0.4 [INFO] [stderr] Checking crossbeam-epoch v0.8.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking num_cpus v1.12.0 [INFO] [stderr] Checking async-task v1.3.1 [INFO] [stderr] Checking mio v0.6.21 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mio-uds v0.6.7 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Checking async-std v1.5.0 [INFO] [stderr] Checking futures-util v0.3.4 [INFO] [stderr] Checking futures-executor v0.3.4 [INFO] [stderr] Checking futures v0.3.4 [INFO] [stderr] Checking bottle v1.0.0-alpha (/opt/rustwide/workdir) [INFO] [stderr] error[E0053]: method `handle` has an incompatible type for trait [INFO] [stderr] --> examples/simple.rs:23:2 [INFO] [stderr] | [INFO] [stderr] 23 | fn handle(self: Receiver, _event: Reflect) -> Remote> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `bottle::Output`, found struct `bottle::remote::Remote` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(bottle::receiver::Receiver<'_, _>, Reflect) -> bottle::Output>` [INFO] [stderr] found fn pointer `fn(bottle::receiver::Receiver<'_, _>, Reflect) -> bottle::remote::Remote<_>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `handle` has an incompatible type for trait [INFO] [stderr] --> examples/simple.rs:30:2 [INFO] [stderr] | [INFO] [stderr] 30 | fn handle(self: Receiver, _event: Event) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `bottle::Output`, found `()` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(bottle::receiver::Receiver<'_, _>, Event) -> bottle::Output<()>` [INFO] [stderr] found fn pointer `fn(bottle::receiver::Receiver<'_, _>, Event)` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0053`. [INFO] [stderr] error: could not compile `bottle`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "59f4d3c14b609ec73309cd63d694d2655f5e261ed696f2be30702a677014c20b"` [INFO] running `"docker" "rm" "-f" "59f4d3c14b609ec73309cd63d694d2655f5e261ed696f2be30702a677014c20b"` [INFO] [stdout] 59f4d3c14b609ec73309cd63d694d2655f5e261ed696f2be30702a677014c20b