[INFO] fetching crate clutter 1.20.0... [INFO] documenting clutter-1.20.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate clutter 1.20.0 into /workspace/builds/worker-111/source [INFO] validating manifest of crates.io crate clutter 1.20.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate clutter 1.20.0 [INFO] finished tweaking crates.io crate clutter 1.20.0 [INFO] tweaked toml for crates.io crate clutter 1.20.0 written to /workspace/builds/worker-111/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cairo v0.0.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 68413643b49f0409ccbe938e895c286fafd9c427e4f434db0160618e48a1c70a [INFO] running `Command { std: "docker" "start" "-a" "68413643b49f0409ccbe938e895c286fafd9c427e4f434db0160618e48a1c70a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68413643b49f0409ccbe938e895c286fafd9c427e4f434db0160618e48a1c70a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68413643b49f0409ccbe938e895c286fafd9c427e4f434db0160618e48a1c70a", kill_on_drop: false }` [INFO] [stdout] 68413643b49f0409ccbe938e895c286fafd9c427e4f434db0160618e48a1c70a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-111/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dd6c84bd675bcd10b44ec74518764154fff9ef2c6de00384b27e42becc6bab7 [INFO] running `Command { std: "docker" "start" "-a" "9dd6c84bd675bcd10b44ec74518764154fff9ef2c6de00384b27e42becc6bab7", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking cairo v0.0.4 [INFO] [stderr] Documenting clutter v1.20.0 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1796:49 [INFO] [stdout] | [INFO] [stdout] 1796 | fn on_allocation_changed(&mut self, handler: &|&mut ActorRef, &Box, allocation::Flags|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `...`, `..=`, `..`, `::`, `:`, or `{`, found `|` [INFO] [stdout] --> src/actor/mod.rs:1796:88 [INFO] [stdout] | [INFO] [stdout] 1796 | fn on_allocation_changed(&mut self, handler: &|&mut ActorRef, &Box, allocation::Flags|) -> u64 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1799:176 [INFO] [stdout] | [INFO] [stdout] 1799 | ... handler_for_on_allocation_changed, std::mem::transmute::<&|&mut ActorRef, &Box, allocation::Flags|, *mut libc::c_void>(handler), null... [INFO] [stdout] | ^ expected type [INFO] [stdout] | [INFO] [stdout] help: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] | [INFO] [stdout] 1799 | return rsi_connect_on_allocation_changed(self.as_actor(), "allocation_changed".to_c_str().unwrap() as *mut i8, handler_for_on_allocation_changed, std::mem::transmute::<{ &|&mut ActorRef }, &Box, allocation::Flags|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `,`, `::`, `:`, `<`, `=`, or `>`, found `|` [INFO] [stdout] --> src/actor/mod.rs:1799:215 [INFO] [stdout] | [INFO] [stdout] 1799 | ...nsmute::<&|&mut ActorRef, &Box, allocation::Flags|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected one of 9 possible tokens [INFO] [stdout] | [INFO] [stdout] help: you might have meant to end the type parameters here [INFO] [stdout] | [INFO] [stdout] 1799 | return rsi_connect_on_allocation_changed(self.as_actor(), "allocation_changed".to_c_str().unwrap() as *mut i8, handler_for_on_allocation_changed, std::mem::transmute::<&|&mut ActorRef, &Box, allocation::Flags>|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1804:38 [INFO] [stdout] | [INFO] [stdout] 1804 | fn on_destroy(&mut self, handler: &|&mut ActorRef|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1807:143 [INFO] [stdout] | [INFO] [stdout] 1807 | ...as *mut i8, handler_for_on_destroy, std::mem::transmute::<&|&mut ActorRef|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1822:65 [INFO] [stdout] | [INFO] [stdout] 1822 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |actor: &mut ActorRef, allocation_box: &Box, flags: allocation::Flags|>(h... [INFO] [stdout] | ^ expected type [INFO] [stdout] | [INFO] [stdout] help: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] | [INFO] [stdout] 1822 | let handler = std::mem::transmute::<*mut libc::c_void, { &mut |actor: &mut ActorRef }, allocation_box: &Box, flags: allocation::Flags|>(handler); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `,` or `>`, found `&` [INFO] [stdout] --> src/actor/mod.rs:1822:104 [INFO] [stdout] | [INFO] [stdout] 1822 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |actor: &mut ActorRef, allocation_box: &Box, flags: allocation::Flags|>(h... [INFO] [stdout] | ^ expected one of `,` or `>` [INFO] [stdout] | [INFO] [stdout] help: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] | [INFO] [stdout] 1822 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |actor: &mut ActorRef, { allocation_box: &Box }, flags: allocation::Flags|>(handler); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `(`, `+`, `,`, `::`, `<`, or `>`, found `|` [INFO] [stdout] --> src/actor/mod.rs:1822:134 [INFO] [stdout] | [INFO] [stdout] 1822 | ...cation_box: &Box, flags: allocation::Flags|>(handler); [INFO] [stdout] | ^ expected one of `(`, `+`, `,`, `::`, `<`, or `>` [INFO] [stdout] | [INFO] [stdout] help: you might have meant to end the type parameters here [INFO] [stdout] | [INFO] [stdout] 1822 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |actor: &mut ActorRef, allocation_box: &Box>, flags: allocation::Flags|>(handler); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/actor/mod.rs:1832:65 [INFO] [stdout] | [INFO] [stdout] 1832 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |actor: &mut ActorRef|>(handler); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/canvas.rs:64:35 [INFO] [stdout] | [INFO] [stdout] 64 | fn on_draw(&mut self, handler: &|&mut CanvasRef, &mut cairo::Cairo, i32, i32| -> bool) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `@`, found `|` [INFO] [stdout] --> src/canvas.rs:64:79 [INFO] [stdout] | [INFO] [stdout] 64 | fn on_draw(&mut self, handler: &|&mut CanvasRef, &mut cairo::Cairo, i32, i32| -> bool) -> u64 { [INFO] [stdout] | ^ expected one of `:` or `@` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/canvas.rs:67:135 [INFO] [stdout] | [INFO] [stdout] 67 | ...() as *mut i8, handler_for_on_draw, std::mem::transmute::<&|&mut CanvasRef, &mut cairo::Cairo, i32, i32| -> bool, *mut libc::c_void>(h... [INFO] [stdout] | ^ expected type [INFO] [stdout] | [INFO] [stdout] help: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] | [INFO] [stdout] 67 | return rsi_connect_on_draw(self.as_canvas(), "draw".to_c_str().unwrap() as *mut i8, handler_for_on_draw, std::mem::transmute::<{ &|&mut CanvasRef }, &mut cairo::Cairo, i32, i32| -> bool, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `,`, `::`, `:`, `<`, `=`, or `>`, found `|` [INFO] [stdout] --> src/canvas.rs:67:179 [INFO] [stdout] | [INFO] [stdout] 67 | ...e::<&|&mut CanvasRef, &mut cairo::Cairo, i32, i32| -> bool, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected one of 9 possible tokens [INFO] [stdout] | [INFO] [stdout] help: you might have meant to end the type parameters here [INFO] [stdout] | [INFO] [stdout] 67 | return rsi_connect_on_draw(self.as_canvas(), "draw".to_c_str().unwrap() as *mut i8, handler_for_on_draw, std::mem::transmute::<&|&mut CanvasRef, &mut cairo::Cairo, i32, i32>| -> bool, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/canvas.rs:89:65 [INFO] [stdout] | [INFO] [stdout] 89 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |canvas: &mut CanvasRef, cairo: &mut cairo::Cairo, width: i32, height: i3... [INFO] [stdout] | ^ expected type [INFO] [stdout] | [INFO] [stdout] help: expressions must be enclosed in braces to be used as const generic arguments [INFO] [stdout] | [INFO] [stdout] 89 | let handler = std::mem::transmute::<*mut libc::c_void, { &mut |canvas: &mut CanvasRef }, cairo: &mut cairo::Cairo, width: i32, height: i32| -> bool>(handler); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `,`, `>`, `?`, `for`, `~`, lifetime, or path, found `&` [INFO] [stdout] --> src/canvas.rs:89:97 [INFO] [stdout] | [INFO] [stdout] 89 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |canvas: &mut CanvasRef, cairo: &mut cairo::Cairo, width: i32, height: i3... [INFO] [stdout] | - ^ expected one of 9 possible tokens [INFO] [stdout] | | [INFO] [stdout] | tried to parse a type due to this [INFO] [stdout] | [INFO] [stdout] help: you might have meant to end the type parameters here [INFO] [stdout] | [INFO] [stdout] 89 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |canvas: &mut CanvasRef>, cairo: &mut cairo::Cairo, width: i32, height: i32| -> bool>(handler); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:406:39 [INFO] [stdout] | [INFO] [stdout] 406 | fn on_activate(&mut self, handler: &|&mut StageRef|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:409:146 [INFO] [stdout] | [INFO] [stdout] 409 | ...s *mut i8, handler_for_on_activate, std::mem::transmute::<&|&mut StageRef|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:414:41 [INFO] [stdout] | [INFO] [stdout] 414 | fn on_deactivate(&mut self, handler: &|&mut StageRef|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:417:152 [INFO] [stdout] | [INFO] [stdout] 417 | ...*mut i8, handler_for_on_deactivate, std::mem::transmute::<&|&mut StageRef|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:422:41 [INFO] [stdout] | [INFO] [stdout] 422 | fn on_fullscreen(&mut self, handler: &|&mut StageRef|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:425:152 [INFO] [stdout] | [INFO] [stdout] 425 | ...*mut i8, handler_for_on_fullscreen, std::mem::transmute::<&|&mut StageRef|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:430:43 [INFO] [stdout] | [INFO] [stdout] 430 | fn on_unfullscreen(&mut self, handler: &|&mut StageRef|) -> u64 { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:433:158 [INFO] [stdout] | [INFO] [stdout] 433 | ...ut i8, handler_for_on_unfullscreen, std::mem::transmute::<&|&mut StageRef|, *mut libc::c_void>(handler), null_void, 0); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:454:65 [INFO] [stdout] | [INFO] [stdout] 454 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |stage: &mut StageRef|>(handler); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:464:65 [INFO] [stdout] | [INFO] [stdout] 464 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |stage: &mut StageRef|>(handler); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:474:65 [INFO] [stdout] | [INFO] [stdout] 474 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |stage: &mut StageRef|>(handler); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/stage.rs:484:65 [INFO] [stdout] | [INFO] [stdout] 484 | let handler = std::mem::transmute::<*mut libc::c_void, &mut |stage: &mut StageRef|>(handler); [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/actor/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/canvas.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/color.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/constraint/bind.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/constraint/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/content.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/scaling.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/stage.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/text.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: malformed `stable` attribute input [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ help: must be of the form: `#![stable(feature = "name", since = "version")]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/actor/mod.rs:275:16 [INFO] [stdout] | [INFO] [stdout] 275 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/actor/mod.rs:1989:16 [INFO] [stdout] | [INFO] [stdout] 1989 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/color.rs:176:16 [INFO] [stdout] | [INFO] [stdout] 176 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/stage.rs:266:16 [INFO] [stdout] | [INFO] [stdout] 266 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:38:16 [INFO] [stdout] | [INFO] [stdout] 38 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:54:16 [INFO] [stdout] | [INFO] [stdout] 54 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:120:16 [INFO] [stdout] | [INFO] [stdout] 120 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:319:16 [INFO] [stdout] | [INFO] [stdout] 319 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:349:16 [INFO] [stdout] | [INFO] [stdout] 349 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:421:16 [INFO] [stdout] | [INFO] [stdout] 421 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/text.rs:452:16 [INFO] [stdout] | [INFO] [stdout] 452 | use std::c_str::ToCStr; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/actor/mod.rs:283:34 [INFO] [stdout] | [INFO] [stdout] 283 | fn get_name(&mut self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/actor/mod.rs:1997:34 [INFO] [stdout] | [INFO] [stdout] 1997 | fn get_name(&mut self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/color.rs:185:35 [INFO] [stdout] | [INFO] [stdout] 185 | pub fn to_string(&self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/stage.rs:274:35 [INFO] [stdout] | [INFO] [stdout] 274 | fn get_title(&mut self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/text.rs:128:39 [INFO] [stdout] | [INFO] [stdout] 128 | fn get_font_name(&mut self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `c_str` in `std` [INFO] [stdout] --> src/text.rs:360:34 [INFO] [stdout] | [INFO] [stdout] 360 | fn get_text(&mut self) -> std::c_str::CString { [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/actor/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/canvas.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/color.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/constraint/bind.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/constraint/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/content.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/scaling.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/stage.rs:387:3 [INFO] [stdout] | [INFO] [stdout] 387 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/stage.rs:398:3 [INFO] [stdout] | [INFO] [stdout] 398 | #[unstable] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/stage.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/text.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0734]: stability attributes may not be used outside of the standard library [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #![stable] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `clutter` [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:622:61 [INFO] [stdout] | [INFO] [stdout] 622 | clutter_actor_set_fixed_position_set(self.as_actor(), (fixed_position_set as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 622 - clutter_actor_set_fixed_position_set(self.as_actor(), (fixed_position_set as i32)); [INFO] [stdout] 622 + clutter_actor_set_fixed_position_set(self.as_actor(), fixed_position_set as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:692:51 [INFO] [stdout] | [INFO] [stdout] 692 | clutter_actor_set_x_expand(self.as_actor(), (expand as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 692 - clutter_actor_set_x_expand(self.as_actor(), (expand as i32)); [INFO] [stdout] 692 + clutter_actor_set_x_expand(self.as_actor(), expand as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:720:51 [INFO] [stdout] | [INFO] [stdout] 720 | clutter_actor_set_y_expand(self.as_actor(), (expand as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 720 - clutter_actor_set_y_expand(self.as_actor(), (expand as i32)); [INFO] [stdout] 720 + clutter_actor_set_y_expand(self.as_actor(), expand as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name clutter src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=5b8e47bcd668e3c9 -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-54c04358f06e3e4b.rmeta --cap-lints=warn --crate-version 1.20.0` (exit status: 1) [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:1340:61 [INFO] [stdout] | [INFO] [stdout] 1340 | clutter_actor_set_clip_to_allocation(self.as_actor(), (clip_set as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1340 - clutter_actor_set_clip_to_allocation(self.as_actor(), (clip_set as i32)); [INFO] [stdout] 1340 + clutter_actor_set_clip_to_allocation(self.as_actor(), clip_set as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:1730:51 [INFO] [stdout] | [INFO] [stdout] 1730 | clutter_actor_set_reactive(self.as_actor(), (reactive as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 1730 - clutter_actor_set_reactive(self.as_actor(), (reactive as i32)); [INFO] [stdout] 1730 + clutter_actor_set_reactive(self.as_actor(), reactive as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/actor/mod.rs:2009:60 [INFO] [stdout] | [INFO] [stdout] 2009 | clutter_actor_meta_set_enabled(self.as_actor_meta(), (enabled as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 2009 - clutter_actor_meta_set_enabled(self.as_actor_meta(), (enabled as i32)); [INFO] [stdout] 2009 + clutter_actor_meta_set_enabled(self.as_actor_meta(), enabled as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:126:65 [INFO] [stdout] | [INFO] [stdout] 126 | clutter_stage_set_throttle_motion_events(self.as_stage(), (throttle as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 126 - clutter_stage_set_throttle_motion_events(self.as_stage(), (throttle as i32)); [INFO] [stdout] 126 + clutter_stage_set_throttle_motion_events(self.as_stage(), throttle as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:146:52 [INFO] [stdout] | [INFO] [stdout] 146 | clutter_stage_set_use_alpha(self.as_stage(), (use_alpha as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 146 - clutter_stage_set_use_alpha(self.as_stage(), (use_alpha as i32)); [INFO] [stdout] 146 + clutter_stage_set_use_alpha(self.as_stage(), use_alpha as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:210:56 [INFO] [stdout] | [INFO] [stdout] 210 | clutter_stage_set_no_clear_hint(self.as_stage(), (use_alpha as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 210 - clutter_stage_set_no_clear_hint(self.as_stage(), (use_alpha as i32)); [INFO] [stdout] 210 + clutter_stage_set_no_clear_hint(self.as_stage(), use_alpha as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:247:64 [INFO] [stdout] | [INFO] [stdout] 247 | clutter_stage_set_motion_events_enabled(self.as_stage(), (enabled as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 247 - clutter_stage_set_motion_events_enabled(self.as_stage(), (enabled as i32)); [INFO] [stdout] 247 + clutter_stage_set_motion_events_enabled(self.as_stage(), enabled as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:287:57 [INFO] [stdout] | [INFO] [stdout] 287 | clutter_stage_set_user_resizable(self.as_stage(), (resizable as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 287 - clutter_stage_set_user_resizable(self.as_stage(), (resizable as i32)); [INFO] [stdout] 287 + clutter_stage_set_user_resizable(self.as_stage(), resizable as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:315:53 [INFO] [stdout] | [INFO] [stdout] 315 | clutter_stage_set_fullscreen(self.as_stage(), (fullscreen as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 315 - clutter_stage_set_fullscreen(self.as_stage(), (fullscreen as i32)); [INFO] [stdout] 315 + clutter_stage_set_fullscreen(self.as_stage(), fullscreen as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/stage.rs:353:55 [INFO] [stdout] | [INFO] [stdout] 353 | clutter_stage_set_accept_focus(self.as_stage(), (accept_focus as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 353 - clutter_stage_set_accept_focus(self.as_stage(), (accept_focus as i32)); [INFO] [stdout] 353 + clutter_stage_set_accept_focus(self.as_stage(), accept_focus as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/text.rs:141:50 [INFO] [stdout] | [INFO] [stdout] 141 | clutter_text_set_line_wrap(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 141 - clutter_text_set_line_wrap(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] 141 + clutter_text_set_line_wrap(self.as_text(), fixed_position_set as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/text.rs:161:51 [INFO] [stdout] | [INFO] [stdout] 161 | clutter_text_set_selectable(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 161 - clutter_text_set_selectable(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] 161 + clutter_text_set_selectable(self.as_text(), fixed_position_set as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> src/text.rs:184:49 [INFO] [stdout] | [INFO] [stdout] 184 | clutter_text_set_editable(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 184 - clutter_text_set_editable(self.as_text(), (fixed_position_set as i32)); [INFO] [stdout] 184 + clutter_text_set_editable(self.as_text(), fixed_position_set as i32); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 68 previous errors; 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0734. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9dd6c84bd675bcd10b44ec74518764154fff9ef2c6de00384b27e42becc6bab7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dd6c84bd675bcd10b44ec74518764154fff9ef2c6de00384b27e42becc6bab7", kill_on_drop: false }` [INFO] [stdout] 9dd6c84bd675bcd10b44ec74518764154fff9ef2c6de00384b27e42becc6bab7