[INFO] fetching crate xloop 0.1.1... [INFO] checking xloop-0.1.1 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate xloop 0.1.1 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate xloop 0.1.1 [INFO] finished tweaking crates.io crate xloop 0.1.1 [INFO] tweaked toml for crates.io crate xloop 0.1.1 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate xloop 0.1.1 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 102 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 688a63e2168fcf5173fc26f1b3718b6ed3752e925237a5a8f0b32c038583328e [INFO] running `Command { std: "docker" "start" "-a" "688a63e2168fcf5173fc26f1b3718b6ed3752e925237a5a8f0b32c038583328e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "688a63e2168fcf5173fc26f1b3718b6ed3752e925237a5a8f0b32c038583328e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "688a63e2168fcf5173fc26f1b3718b6ed3752e925237a5a8f0b32c038583328e", kill_on_drop: false }` [INFO] [stdout] 688a63e2168fcf5173fc26f1b3718b6ed3752e925237a5a8f0b32c038583328e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c272b158fe2f8b3a37cd394303bb9f79d0047fd48744218d37254d8b38b3cf92 [INFO] running `Command { std: "docker" "start" "-a" "c272b158fe2f8b3a37cd394303bb9f79d0047fd48744218d37254d8b38b3cf92", kill_on_drop: false }` [INFO] [stderr] Checking xloop_event v0.1.0 [INFO] [stderr] Checking log v0.4.28 [INFO] [stderr] Checking raw-window-handle v0.6.2 [INFO] [stderr] Checking xloop_types v0.1.2 [INFO] [stderr] Checking xloop v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `xloop_impl` in the crate root [INFO] [stdout] --> lib.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | pub use super::xloop_impl::prelude::*; [INFO] [stdout] | ^^^^^^^^^^ could not find `xloop_impl` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 13 | | feature = "macos_metal", [INFO] [stdout] 14 | | all(feature = "auto", target_os = "macos"), [INFO] [stdout] 15 | | all(feature = "all", target_os = "macos") [INFO] [stdout] 16 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 17 | extern crate xloop_macos as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 20 | | feature = "ios_metal", [INFO] [stdout] 21 | | all(feature = "auto", target_os = "ios"), [INFO] [stdout] 22 | | all(feature = "all", target_os = "ios") [INFO] [stdout] 23 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 24 | extern crate xloop_ios as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 27 | | feature = "android_gpu", [INFO] [stdout] 28 | | all(feature = "auto", target_os = "android"), [INFO] [stdout] 29 | | all(feature = "all", target_os = "android") [INFO] [stdout] 30 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 31 | extern crate xloop_android as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 34 | | feature = "windows_dx", [INFO] [stdout] 35 | | all(feature = "auto", target_os = "windows"), [INFO] [stdout] 36 | | all(feature = "all", target_os = "windows") [INFO] [stdout] 37 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 38 | extern crate xloop_windows as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 41 | | feature = "wasm_wgl", [INFO] [stdout] 42 | | all(feature = "auto", target_arch = "wasm32"), [INFO] [stdout] 43 | | all(feature = "all", target_arch = "wasm32") [INFO] [stdout] 44 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 45 | extern crate xloop_wasm as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `xloop_impl` [INFO] [stdout] --> lib.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub use xloop_impl::*; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `xloop_impl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `xloop_impl`, use `cargo add xloop_impl` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::Platform` [INFO] [stdout] --> lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub use super::Platform; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Platform` in the root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these traits instead [INFO] [stdout] | [INFO] [stdout] 56 - pub use super::Platform; [INFO] [stdout] 56 + pub use crate::types::Platform; [INFO] [stdout] | [INFO] [stdout] 56 - pub use super::Platform; [INFO] [stdout] 56 + pub use xloop_types::Platform; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `xloop_impl` in the crate root [INFO] [stdout] --> lib.rs:54:17 [INFO] [stdout] | [INFO] [stdout] 54 | pub use super::xloop_impl::prelude::*; [INFO] [stdout] | ^^^^^^^^^^ could not find `xloop_impl` in the crate root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 13 | | feature = "macos_metal", [INFO] [stdout] 14 | | all(feature = "auto", target_os = "macos"), [INFO] [stdout] 15 | | all(feature = "all", target_os = "macos") [INFO] [stdout] 16 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 17 | extern crate xloop_macos as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:24:27 [INFO] [stdout] | [INFO] [stdout] 19 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 20 | | feature = "ios_metal", [INFO] [stdout] 21 | | all(feature = "auto", target_os = "ios"), [INFO] [stdout] 22 | | all(feature = "all", target_os = "ios") [INFO] [stdout] 23 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 24 | extern crate xloop_ios as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:31:31 [INFO] [stdout] | [INFO] [stdout] 26 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 27 | | feature = "android_gpu", [INFO] [stdout] 28 | | all(feature = "auto", target_os = "android"), [INFO] [stdout] 29 | | all(feature = "all", target_os = "android") [INFO] [stdout] 30 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 31 | extern crate xloop_android as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 33 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 34 | | feature = "windows_dx", [INFO] [stdout] 35 | | all(feature = "auto", target_os = "windows"), [INFO] [stdout] 36 | | all(feature = "all", target_os = "windows") [INFO] [stdout] 37 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 38 | extern crate xloop_windows as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> lib.rs:45:28 [INFO] [stdout] | [INFO] [stdout] 40 | #[cfg(any( [INFO] [stdout] | __________- [INFO] [stdout] 41 | | feature = "wasm_wgl", [INFO] [stdout] 42 | | all(feature = "auto", target_arch = "wasm32"), [INFO] [stdout] 43 | | all(feature = "all", target_arch = "wasm32") [INFO] [stdout] 44 | | ))] [INFO] [stdout] | |_- the item is gated here [INFO] [stdout] 45 | extern crate xloop_wasm as xloop_impl; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `xloop_impl` [INFO] [stdout] --> lib.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | pub use xloop_impl::*; [INFO] [stdout] | ^^^^^^^^^^ use of unresolved module or unlinked crate `xloop_impl` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `xloop_impl`, use `cargo add xloop_impl` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `super::Platform` [INFO] [stdout] --> lib.rs:56:10 [INFO] [stdout] | [INFO] [stdout] 56 | pub use super::Platform; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `Platform` in the root [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these traits instead [INFO] [stdout] | [INFO] [stdout] 56 - pub use super::Platform; [INFO] [stdout] 56 + pub use crate::types::Platform; [INFO] [stdout] | [INFO] [stdout] 56 - pub use super::Platform; [INFO] [stdout] 56 + pub use xloop_types::Platform; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `xloop` (lib) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xloop` (lib test) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "c272b158fe2f8b3a37cd394303bb9f79d0047fd48744218d37254d8b38b3cf92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c272b158fe2f8b3a37cd394303bb9f79d0047fd48744218d37254d8b38b3cf92", kill_on_drop: false }` [INFO] [stdout] c272b158fe2f8b3a37cd394303bb9f79d0047fd48744218d37254d8b38b3cf92