[INFO] fetching crate iced_incremental 0.0.0... [INFO] testing iced_incremental-0.0.0 against master#cdb45c87e2cd43495379f7e867e3cc15dcee9f93 for pr-145838-1 [INFO] extracting crate iced_incremental 0.0.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate iced_incremental 0.0.0 [INFO] finished tweaking crates.io crate iced_incremental 0.0.0 [INFO] tweaked toml for crates.io crate iced_incremental 0.0.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate iced_incremental 0.0.0 on toolchain cdb45c87e2cd43495379f7e867e3cc15dcee9f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 306 packages to latest compatible versions [INFO] [stderr] Adding bitflags v1.2.1 (available: v1.3.2) [INFO] [stderr] Adding iced v0.1.1 (available: v0.13.1) [INFO] [stderr] Adding iced_graphics v0.0.0 (available: v0.13.0) [INFO] [stderr] Adding iced_native v0.2.2 (available: v0.10.3) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iced_graphics v0.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6d498c66d84ec90b011ad71e86a22b6ae71d1563cb04275a7e3118f23d1ac7b7 [INFO] running `Command { std: "docker" "start" "-a" "6d498c66d84ec90b011ad71e86a22b6ae71d1563cb04275a7e3118f23d1ac7b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6d498c66d84ec90b011ad71e86a22b6ae71d1563cb04275a7e3118f23d1ac7b7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6d498c66d84ec90b011ad71e86a22b6ae71d1563cb04275a7e3118f23d1ac7b7", kill_on_drop: false }` [INFO] [stdout] 6d498c66d84ec90b011ad71e86a22b6ae71d1563cb04275a7e3118f23d1ac7b7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+cdb45c87e2cd43495379f7e867e3cc15dcee9f93" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b34eda9a0f3b8732bf9246d17b62e47b6d6b5801b4926d9e89bfa93ab5d9b57a [INFO] running `Command { std: "docker" "start" "-a" "b34eda9a0f3b8732bf9246d17b62e47b6d6b5801b4926d9e89bfa93ab5d9b57a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling xml-rs v0.8.27 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling cty v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling downcast-rs v1.2.1 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libloading v0.8.8 [INFO] [stderr] Compiling cmake v0.1.54 [INFO] [stderr] Compiling wayland-sys v0.29.5 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling raw-window-handle v0.4.3 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling dlib v0.5.2 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling x11 v2.21.0 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling relevant v0.4.2 [INFO] [stderr] Compiling smithay-client-toolkit v0.16.1 [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling xcursor v0.3.10 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.9 [INFO] [stderr] Compiling colorful v0.2.2 [INFO] [stderr] Compiling hibitset v0.6.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling euclid v0.20.14 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling wayland-scanner v0.29.5 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling parking_lot_core v0.6.3 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling x11-dl v2.21.0 [INFO] [stderr] Compiling crossbeam-deque v0.7.4 [INFO] [stderr] Compiling iced_core v0.2.1 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling xdg v2.5.2 [INFO] [stderr] Compiling xi-unicode v0.2.1 [INFO] [stderr] Compiling glam v0.8.7 [INFO] [stderr] Compiling instant v0.1.13 [INFO] [stderr] Compiling float-ord v0.2.0 [INFO] [stderr] Compiling svg_fmt v0.2.1 [INFO] [stderr] Compiling iced_style v0.1.0 [INFO] [stderr] Compiling iced_graphics v0.0.0 [INFO] [stderr] Compiling wayland-client v0.29.5 [INFO] [stderr] Compiling wayland-protocols v0.29.5 [INFO] [stderr] Compiling lyon_geom v0.14.1 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling raw-window-handle v0.3.4 [INFO] [stderr] Compiling nix v0.24.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling net2 v0.2.39 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling gfx-hal v0.4.1 [INFO] [stderr] Compiling ash v0.29.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling memmap2 v0.5.10 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling nix v0.20.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling glyph_brush_layout v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.7.3 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling lyon_path v0.14.0 [INFO] [stderr] Compiling wayland-commons v0.29.5 [INFO] [stderr] Compiling twox-hash v1.6.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling freetype v0.4.1 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Compiling euclid_macros v0.1.0 [INFO] [stderr] Compiling font-kit v0.4.0 [INFO] [stderr] Compiling euclid v0.19.9 [INFO] [stderr] Compiling zerocopy v0.2.9 [INFO] [stderr] Compiling glyph_brush v0.6.3 [INFO] [stderr] Compiling gfx-backend-empty v0.4.0 [INFO] [stderr] Compiling rendy-memory v0.5.2 [INFO] [stderr] Compiling rendy-descriptor v0.5.1 [INFO] [stderr] Compiling guillotiere v0.4.4 [INFO] [stderr] Compiling wayland-commons v0.23.6 [INFO] [stderr] Compiling calloop v0.4.4 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling x11rb v0.8.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling wayland-cursor v0.29.5 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling gfx-backend-vulkan v0.4.3 [INFO] [stderr] Compiling wgpu-native v0.4.3 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling iced_futures v0.1.2 [INFO] [stderr] Compiling iced_native v0.2.2 [INFO] [stderr] Compiling clipboard_x11 v0.2.0 [INFO] [stderr] Compiling wgpu v0.4.0 [INFO] [stderr] Compiling wgpu_glyph v0.7.0 [INFO] [stderr] Compiling iced_wgpu v0.2.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.6.6 [INFO] [stderr] Compiling winit v0.22.2 [INFO] [stderr] Compiling smithay-clipboard v0.6.6 [INFO] [stderr] Compiling clipboard_wayland v0.1.2 [INFO] [stderr] Compiling window_clipboard v0.1.4 [INFO] [stderr] Compiling iced_winit v0.1.0 [INFO] [stderr] Compiling iced v0.1.1 [INFO] [stderr] Compiling iced_incremental v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved imports `iced_graphics::Backend`, `iced_graphics::Defaults`, `iced_graphics::Primitive`, `iced_graphics::Renderer` [INFO] [stdout] --> src/iced_widget.rs:1:21 [INFO] [stdout] | [INFO] [stdout] 1 | use iced_graphics::{Backend, Defaults, Primitive, Renderer}; [INFO] [stdout] | ^^^^^^^ ^^^^^^^^ ^^^^^^^^^ ^^^^^^^^ no `Renderer` in the root [INFO] [stdout] | | | | [INFO] [stdout] | | | no `Primitive` in the root [INFO] [stdout] | | no `Defaults` in the root [INFO] [stdout] | no `Backend` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing this trait instead: [INFO] [stdout] iced_native::window::Backend [INFO] [stdout] = help: consider importing one of these traits instead: [INFO] [stdout] iced_native::Renderer [INFO] [stdout] iced_native::button::Renderer [INFO] [stdout] iced_native::checkbox::Renderer [INFO] [stdout] iced_native::column::Renderer [INFO] [stdout] iced_native::container::Renderer [INFO] [stdout] iced_native::image::Renderer [INFO] [stdout] iced_native::pane_grid::Renderer [INFO] [stdout] iced_native::progress_bar::Renderer [INFO] [stdout] iced_native::radio::Renderer [INFO] [stdout] iced_native::row::Renderer [INFO] [stdout] iced_native::scrollable::Renderer [INFO] [stdout] iced_native::slider::Renderer [INFO] [stdout] iced_native::space::Renderer [INFO] [stdout] iced_native::svg::Renderer [INFO] [stdout] iced_native::text::Renderer [INFO] [stdout] iced_native::text_input::Renderer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `iced_native::mouse` [INFO] [stdout] --> src/iced_widget.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | layout, mouse, Clipboard, Element, Event, Hasher, Layout, Length, Point, Widget, [INFO] [stdout] | ^^^^^ no `mouse` in the root [INFO] [stdout] | [INFO] [stdout] = help: consider importing this module instead: [INFO] [stdout] iced_native::input::mouse [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `iced_incremental` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b34eda9a0f3b8732bf9246d17b62e47b6d6b5801b4926d9e89bfa93ab5d9b57a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b34eda9a0f3b8732bf9246d17b62e47b6d6b5801b4926d9e89bfa93ab5d9b57a", kill_on_drop: false }` [INFO] [stdout] b34eda9a0f3b8732bf9246d17b62e47b6d6b5801b4926d9e89bfa93ab5d9b57a