[INFO] fetching crate rg3d-ui 0.4.0... [INFO] checking rg3d-ui-0.4.0 against master#5e3f1b148db5bfa27fee52464ae1f5d34c49d77b for pr-75502 [INFO] extracting crate rg3d-ui 0.4.0 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate rg3d-ui 0.4.0 on toolchain 5e3f1b148db5bfa27fee52464ae1f5d34c49d77b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rg3d-ui 0.4.0 [INFO] finished tweaking crates.io crate rg3d-ui 0.4.0 [INFO] tweaked toml for crates.io crate rg3d-ui 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "fetch" "--locked" "--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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "rustops/crates-build-env@sha256:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 753c4823b119c17bdaf0c85d45dba2d4bdda20037af8d2e42b5b7c24214d6692 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "753c4823b119c17bdaf0c85d45dba2d4bdda20037af8d2e42b5b7c24214d6692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "753c4823b119c17bdaf0c85d45dba2d4bdda20037af8d2e42b5b7c24214d6692", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "753c4823b119c17bdaf0c85d45dba2d4bdda20037af8d2e42b5b7c24214d6692", kill_on_drop: false }` [INFO] [stdout] 753c4823b119c17bdaf0c85d45dba2d4bdda20037af8d2e42b5b7c24214d6692 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+5e3f1b148db5bfa27fee52464ae1f5d34c49d77b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7989fe8b0e9702e1ef1f8d9027c82e3a75c2f61b70db60a766d136540ab5633e [INFO] running `Command { std: "docker" "start" "-a" "7989fe8b0e9702e1ef1f8d9027c82e3a75c2f61b70db60a766d136540ab5633e", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling memoffset v0.5.5 [INFO] [stderr] Checking rg3d-core v0.8.0 [INFO] [stderr] Checking rg3d-ui v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1421:36 [INFO] [stdout] | [INFO] [stdout] 1421 | ... .build(&mut ui) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1429:36 [INFO] [stdout] | [INFO] [stdout] 1429 | ... .build(&mut ui) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1437:36 [INFO] [stdout] | [INFO] [stdout] 1437 | ... .build(&mut ui) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1445:36 [INFO] [stdout] | [INFO] [stdout] 1445 | ... .build(&mut ui) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1453:36 [INFO] [stdout] | [INFO] [stdout] 1453 | ... .build(&mut ui) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `build_node` found for struct `grid::GridBuilder<_, _>` in the current scope [INFO] [stdout] --> src/lib.rs:1461:22 [INFO] [stdout] | [INFO] [stdout] 1461 | .build_node()) [INFO] [stdout] | ^^^^^^^^^^ method not found in `grid::GridBuilder<_, _>` [INFO] [stdout] | [INFO] [stdout] ::: src/grid.rs:272:1 [INFO] [stdout] | [INFO] [stdout] 272 | pub struct GridBuilder> { [INFO] [stdout] | -------------------------------------------------------------- method `build_node` not found for this [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1462:24 [INFO] [stdout] | [INFO] [stdout] 1462 | .build(&mut ui))) [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/lib.rs:1469:20 [INFO] [stdout] | [INFO] [stdout] 1469 | .build(&mut ui); [INFO] [stdout] | ^^^^^^^ expected struct `BuildContext`, found struct `UserInterface` [INFO] [stdout] | [INFO] [stdout] = note: expected mutable reference `&mut BuildContext<'_, _, _>` [INFO] [stdout] found mutable reference `&mut UserInterface<(), node::StubNode>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rg3d-ui`. [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 `Command { std: "docker" "inspect" "7989fe8b0e9702e1ef1f8d9027c82e3a75c2f61b70db60a766d136540ab5633e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7989fe8b0e9702e1ef1f8d9027c82e3a75c2f61b70db60a766d136540ab5633e", kill_on_drop: false }` [INFO] [stdout] 7989fe8b0e9702e1ef1f8d9027c82e3a75c2f61b70db60a766d136540ab5633e