Nov 28 09:02:18.172 INFO checking azasypkin/ox-sdk against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 09:02:18.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +db42d4dad33013eba11ef37342ad9f614e5652b8-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 09:02:18.407 INFO [stdout] 8c1a4c0472b086564da97894cd5d13ec173f0f129104fdabf0d4e9c4fb2cba7e Nov 28 09:02:18.409 INFO running `"docker" "start" "-a" "8c1a4c0472b086564da97894cd5d13ec173f0f129104fdabf0d4e9c4fb2cba7e"` Nov 28 09:02:19.166 INFO [stderr] usermod: no changes Nov 28 09:02:19.269 INFO [stderr] Checking pin-utils v0.1.0-alpha.3 Nov 28 09:02:19.270 INFO [stderr] Checking futures-core-preview v0.3.0-alpha.9 Nov 28 09:02:19.798 INFO [stderr] Checking futures-channel-preview v0.3.0-alpha.9 Nov 28 09:02:19.799 INFO [stderr] Checking futures-io-preview v0.3.0-alpha.9 Nov 28 09:02:20.793 INFO [stderr] Checking futures-sink-preview v0.3.0-alpha.9 Nov 28 09:02:21.316 INFO [stderr] Checking futures-util-preview v0.3.0-alpha.9 Nov 28 09:02:24.877 INFO [stderr] Checking futures-executor-preview v0.3.0-alpha.9 Nov 28 09:02:25.726 INFO [stderr] Checking futures-preview v0.3.0-alpha.9 Nov 28 09:02:26.420 INFO [stderr] Checking ox_sdk v0.1.0 (/source) Nov 28 09:02:26.868 INFO [stderr] error[E0601]: `main` function not found in crate `components` Nov 28 09:02:26.869 INFO [stderr] | Nov 28 09:02:26.869 INFO [stderr] = note: consider adding a `main` function to `src/bin/components.rs` Nov 28 09:02:26.869 INFO [stderr] Nov 28 09:02:26.935 INFO [stderr] error: aborting due to previous error Nov 28 09:02:26.935 INFO [stderr] Nov 28 09:02:26.935 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Nov 28 09:02:26.945 INFO [stderr] error: Could not compile `ox_sdk`. Nov 28 09:02:26.947 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 09:02:27.041 INFO [stderr] warning: method is never used: `set_low_external` Nov 28 09:02:27.042 INFO [stderr] --> src/bin/components.rs:18:5 Nov 28 09:02:27.042 INFO [stderr] | Nov 28 09:02:27.043 INFO [stderr] 18 | pub(crate) fn set_low_external(&self) { Nov 28 09:02:27.043 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 09:02:27.043 INFO [stderr] | Nov 28 09:02:27.043 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 28 09:02:27.044 INFO [stderr] Nov 28 09:02:27.044 INFO [stderr] warning: method is never used: `set_high_external` Nov 28 09:02:27.044 INFO [stderr] --> src/bin/components.rs:22:5 Nov 28 09:02:27.045 INFO [stderr] | Nov 28 09:02:27.045 INFO [stderr] 22 | pub(crate) fn set_high_external(&self) { Nov 28 09:02:27.045 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 09:02:27.045 INFO [stderr] Nov 28 09:02:27.556 INFO [stderr] warning: unused import: `futures::executor::block_on` Nov 28 09:02:27.557 INFO [stderr] --> src/bin/emulator.rs:13:5 Nov 28 09:02:27.557 INFO [stderr] | Nov 28 09:02:27.571 INFO [stderr] 13 | use futures::executor::block_on; Nov 28 09:02:27.571 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 09:02:27.571 INFO [stderr] | Nov 28 09:02:27.571 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 09:02:27.571 INFO [stderr] Nov 28 09:02:27.653 INFO [stderr] error[E0599]: no method named `poll` found for type `Doubler` in the current scope Nov 28 09:02:27.653 INFO [stderr] --> src/bin/emulator.rs:58:13 Nov 28 09:02:27.653 INFO [stderr] | Nov 28 09:02:27.653 INFO [stderr] 26 | pub struct Doubler { Nov 28 09:02:27.653 INFO [stderr] | --------------------- method `poll` not found for this Nov 28 09:02:27.653 INFO [stderr] ... Nov 28 09:02:27.653 INFO [stderr] 58 | doubler.poll(); Nov 28 09:02:27.653 INFO [stderr] | ^^^^ Nov 28 09:02:27.653 INFO [stderr] | Nov 28 09:02:27.653 INFO [stderr] = help: items from traits can only be used if the trait is implemented and in scope Nov 28 09:02:27.660 INFO [stderr] = note: the following traits define an item `poll`, perhaps you need to implement one of them: Nov 28 09:02:27.660 INFO [stderr] candidate #1: `core::future::future::Future` Nov 28 09:02:27.660 INFO [stderr] candidate #2: `futures_core::future::future_obj::UnsafeFutureObj` Nov 28 09:02:27.660 INFO [stderr] Nov 28 09:02:27.667 INFO [stderr] error: aborting due to previous error Nov 28 09:02:27.667 INFO [stderr] Nov 28 09:02:27.672 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Nov 28 09:02:27.677 INFO [stderr] error: Could not compile `ox_sdk`. Nov 28 09:02:27.677 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 09:02:27.732 INFO [stderr] warning: unused import: `futures::executor::block_on` Nov 28 09:02:27.732 INFO [stderr] --> src/bin/emulator.rs:13:5 Nov 28 09:02:27.732 INFO [stderr] | Nov 28 09:02:27.732 INFO [stderr] 13 | use futures::executor::block_on; Nov 28 09:02:27.732 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 28 09:02:27.732 INFO [stderr] | Nov 28 09:02:27.732 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 28 09:02:27.732 INFO [stderr] Nov 28 09:02:27.818 INFO [stderr] error[E0599]: no method named `poll` found for type `Doubler` in the current scope Nov 28 09:02:27.818 INFO [stderr] --> src/bin/emulator.rs:58:13 Nov 28 09:02:27.818 INFO [stderr] | Nov 28 09:02:27.818 INFO [stderr] 26 | pub struct Doubler { Nov 28 09:02:27.818 INFO [stderr] | --------------------- method `poll` not found for this Nov 28 09:02:27.818 INFO [stderr] ... Nov 28 09:02:27.818 INFO [stderr] 58 | doubler.poll(); Nov 28 09:02:27.818 INFO [stderr] | ^^^^ Nov 28 09:02:27.818 INFO [stderr] | Nov 28 09:02:27.818 INFO [stderr] = help: items from traits can only be used if the trait is implemented and in scope Nov 28 09:02:27.818 INFO [stderr] = note: the following traits define an item `poll`, perhaps you need to implement one of them: Nov 28 09:02:27.818 INFO [stderr] candidate #1: `core::future::future::Future` Nov 28 09:02:27.818 INFO [stderr] candidate #2: `futures_core::future::future_obj::UnsafeFutureObj` Nov 28 09:02:27.818 INFO [stderr] Nov 28 09:02:27.838 INFO [stderr] error: aborting due to previous error Nov 28 09:02:27.838 INFO [stderr] Nov 28 09:02:27.838 INFO [stderr] For more information about this error, try `rustc --explain E0599`. Nov 28 09:02:27.843 INFO [stderr] error: Could not compile `ox_sdk`. Nov 28 09:02:27.843 INFO [stderr] Nov 28 09:02:27.843 INFO [stderr] To learn more, run the command again with --verbose. Nov 28 09:02:27.844 INFO [stderr] su: No module specific data is present Nov 28 09:02:28.303 INFO running `"docker" "inspect" "8c1a4c0472b086564da97894cd5d13ec173f0f129104fdabf0d4e9c4fb2cba7e"` Nov 28 09:02:28.497 INFO running `"docker" "rm" "-f" "8c1a4c0472b086564da97894cd5d13ec173f0f129104fdabf0d4e9c4fb2cba7e"` Nov 28 09:02:28.671 INFO [stdout] 8c1a4c0472b086564da97894cd5d13ec173f0f129104fdabf0d4e9c4fb2cba7e