[INFO] updating cached repository azasypkin/ox-sdk [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/azasypkin/ox-sdk [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/azasypkin/ox-sdk" "work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/azasypkin/ox-sdk"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/azasypkin/ox-sdk'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/azasypkin/ox-sdk" "work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/azasypkin/ox-sdk"` [INFO] [stderr] Cloning into 'work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/azasypkin/ox-sdk'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e667d953114a434b634adc3ac921f2399ca0fac0 [INFO] sha for GitHub repo azasypkin/ox-sdk: e667d953114a434b634adc3ac921f2399ca0fac0 [INFO] validating manifest of azasypkin/ox-sdk on toolchain master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of azasypkin/ox-sdk on toolchain try#bad365140e1e8233b42b21af70a407f14ce5fec5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing azasypkin/ox-sdk [INFO] finished frobbing azasypkin/ox-sdk [INFO] frobbed toml for azasypkin/ox-sdk written to work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/azasypkin/ox-sdk/Cargo.toml [INFO] started frobbing azasypkin/ox-sdk [INFO] finished frobbing azasypkin/ox-sdk [INFO] frobbed toml for azasypkin/ox-sdk written to work/ex/pr-56896/sources/try#bad365140e1e8233b42b21af70a407f14ce5fec5/gh/azasypkin/ox-sdk/Cargo.toml [INFO] crate azasypkin/ox-sdk has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+bad365140e1e8233b42b21af70a407f14ce5fec5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking azasypkin/ox-sdk against master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980 for pr-56896 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56896/worker-2/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56896/sources/master#adbfec229ce07ff4b2a7bf2d6dec2d13cb224980/gh/azasypkin/ox-sdk:/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=forbid" "-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" "+adbfec229ce07ff4b2a7bf2d6dec2d13cb224980-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 627246c3ff32f5b26815bc7ac34631f3785576e3257578e3fa7e419a408ce88b [INFO] running `"docker" "start" "-a" "627246c3ff32f5b26815bc7ac34631f3785576e3257578e3fa7e419a408ce88b"` [INFO] [stderr] Checking pin-utils v0.1.0-alpha.3 [INFO] [stderr] Checking futures-core-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-channel-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-io-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-sink-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.9 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.9 [INFO] [stderr] Checking ox_sdk v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `futures::executor::block_on` [INFO] [stderr] --> src/bin/emulator.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use futures::executor::block_on; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `components` [INFO] [stderr] | [INFO] [stderr] = note: consider adding a `main` function to `src/bin/components.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: Could not compile `ox_sdk`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: method is never used: `set_low_external` [INFO] [stderr] --> src/bin/components.rs:18:5 [INFO] [stderr] | [INFO] [stderr] 18 | pub(crate) fn set_low_external(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_high_external` [INFO] [stderr] --> src/bin/components.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 22 | pub(crate) fn set_high_external(&self) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for type `Doubler` in the current scope [INFO] [stderr] --> src/bin/emulator.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 26 | pub struct Doubler { [INFO] [stderr] | --------------------- method `poll` not found for this [INFO] [stderr] ... [INFO] [stderr] 58 | doubler.poll(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `poll`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `core::future::future::Future` [INFO] [stderr] candidate #2: `futures_core::future::future_obj::UnsafeFutureObj` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `ox_sdk`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `futures::executor::block_on` [INFO] [stderr] --> src/bin/emulator.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | use futures::executor::block_on; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `poll` found for type `Doubler` in the current scope [INFO] [stderr] --> src/bin/emulator.rs:58:13 [INFO] [stderr] | [INFO] [stderr] 26 | pub struct Doubler { [INFO] [stderr] | --------------------- method `poll` not found for this [INFO] [stderr] ... [INFO] [stderr] 58 | doubler.poll(); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `poll`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `core::future::future::Future` [INFO] [stderr] candidate #2: `futures_core::future::future_obj::UnsafeFutureObj` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `ox_sdk`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "627246c3ff32f5b26815bc7ac34631f3785576e3257578e3fa7e419a408ce88b"` [INFO] running `"docker" "rm" "-f" "627246c3ff32f5b26815bc7ac34631f3785576e3257578e3fa7e419a408ce88b"` [INFO] [stdout] 627246c3ff32f5b26815bc7ac34631f3785576e3257578e3fa7e419a408ce88b