[INFO] cloning repository https://github.com/kuviman/yeti-draw
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kuviman/yeti-draw" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkuviman%2Fyeti-draw", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkuviman%2Fyeti-draw'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a9235647fd04b84be00318b39ec17cb6c6574112
[INFO] documenting kuviman/yeti-draw against 1.98.0-beta.1 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkuviman%2Fyeti-draw" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kuviman/yeti-draw
[INFO] finished tweaking git repo https://github.com/kuviman/yeti-draw
[INFO] tweaked toml for git repo https://github.com/kuviman/yeti-draw written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kuviman/yeti-draw on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kuviman/yeti-draw already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec
[INFO] running `Command { std: "docker" "start" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.135
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stderr]    Compiling futures-core v0.3.24
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling khronos_api v3.1.0
[INFO] [stderr]    Compiling futures-channel v0.3.24
[INFO] [stderr]     Checking libloading v0.7.3
[INFO] [stderr]    Compiling futures-util v0.3.24
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.12
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]     Checking dlib v0.5.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling wayland-sys v0.29.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking futures-sink v0.3.24
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.11
[INFO] [stderr]     Checking downcast-rs v1.2.0
[INFO] [stderr]     Checking scoped-tls v1.0.0
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling servo-fontconfig-sys v5.1.0
[INFO] [stderr]    Compiling slotmap v1.0.6
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]    Compiling serde_json v1.0.86
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]     Checking nom v7.1.1
[INFO] [stderr]     Checking instant v0.1.12
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling smithay-client-toolkit v0.16.0
[INFO] [stderr]    Compiling crossfont v0.5.0
[INFO] [stderr]    Compiling x11-dl v2.20.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.6
[INFO] [stderr]     Checking futures-io v0.3.24
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling parking_lot_core v0.9.4
[INFO] [stderr]     Checking arrayref v0.3.6
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.2
[INFO] [stderr]     Checking tiny-skia-path v0.7.0
[INFO] [stderr]     Checking safe_arch v0.5.2
[INFO] [stderr]    Compiling wayland-scanner v0.29.5
[INFO] [stderr]    Compiling gl_generator v0.14.0
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling futures-task v0.3.24
[INFO] [stderr]    Compiling slab v0.4.7
[INFO] [stderr]     Checking nix v0.24.2
[INFO] [stderr]     Checking num_cpus v1.13.1
[INFO] [stderr]    Compiling freetype-sys v0.13.1
[INFO] [stderr]    Compiling expat-sys v2.1.6
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling tinyfiledialogs v3.9.1
[INFO] [stderr]     Checking threadpool v1.8.1
[INFO] [stderr]     Checking rayon-core v1.9.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking memmap2 v0.5.7
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking aho-corasick v0.7.19
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking freetype-rs v0.26.0
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]     Checking regex-syntax v0.6.27
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]     Checking servo-fontconfig v0.5.1
[INFO] [stderr]     Checking cty v0.2.2
[INFO] [stderr]     Checking os_str_bytes v6.3.0
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking rayon v1.5.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking generic-array v0.12.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]     Checking tiny-skia v0.7.0
[INFO] [stderr]    Compiling glutin_glx_sys v0.1.8
[INFO] [stderr]    Compiling gl v0.14.0
[INFO] [stderr]    Compiling glutin_egl_sys v0.1.6
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling minimp3-sys v0.3.2
[INFO] [stderr]     Checking xcursor v0.3.4
[INFO] [stderr]     Checking dirs-sys v0.3.7
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking spin v0.9.4
[INFO] [stderr]     Checking object v0.29.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling wayland-client v0.29.5
[INFO] [stderr]    Compiling wayland-protocols v0.29.5
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking textwrap v0.15.1
[INFO] [stderr]     Checking byte-tools v0.3.1
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking regex v1.6.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]     Checking wayland-commons v0.29.5
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]     Checking jpeg-decoder v0.2.6
[INFO] [stderr]     Checking block-padding v0.1.5
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking env_logger v0.9.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking directories v4.0.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]     Checking raw-window-handle v0.4.3
[INFO] [stderr]     Checking raw-window-handle v0.5.0
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]     Checking mio v0.8.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]     Checking batbox-macros v0.11.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]     Checking wayland-cursor v0.29.5
[INFO] [stderr]     Checking half v2.1.0
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]     Checking dyn-clone v1.0.9
[INFO] [stderr]    Compiling cpal v0.13.5
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking wayland-egl v0.29.5
[INFO] [stderr]     Checking osmesa-sys v0.1.2
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking tiff v0.7.3
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]     Checking block-buffer v0.7.3
[INFO] [stderr]     Checking digest v0.8.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking slice-deque v0.3.0
[INFO] [stderr]     Checking ogg v0.8.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking fake-simd v0.1.2
[INFO] [stderr]     Checking ttf-parser v0.6.2
[INFO] [stderr]     Checking opaque-debug v0.2.3
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking lewton v0.10.2
[INFO] [stderr]     Checking sha-1 v0.8.2
[INFO] [stderr]     Checking inotify v0.7.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling darling_core v0.14.1
[INFO] [stderr]     Checking bytes v0.4.12
[INFO] [stderr]     Checking filetime v0.2.17
[INFO] [stderr]     Checking linked-hash-map v0.5.6
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.7
[INFO] [stderr]     Checking claxon v0.4.3
[INFO] [stderr]     Checking hound v3.5.0
[INFO] [stderr]     Checking notify v4.0.17
[INFO] [stderr]     Checking ttf-parser v0.15.2
[INFO] [stderr]     Checking geng-ui-macros v0.11.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]     Checking ws v0.9.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling futures-macro v0.3.24
[INFO] [stderr]    Compiling darling_macro v0.14.1
[INFO] [stderr]    Compiling clap_derive v3.2.18
[INFO] [stderr]    Compiling foreign-types-macros v0.2.2
[INFO] [stderr]    Compiling async-trait v0.1.57
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling pin-project-internal v1.0.12
[INFO] [stderr]     Checking owned_ttf_parser v0.6.0
[INFO] [stderr]    Compiling darling v0.14.1
[INFO] [stderr]    Compiling batbox-derive v0.11.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]    Compiling ugli-derive v0.11.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]     Checking rusttype v0.9.2
[INFO] [stderr]     Checking foreign-types v0.5.0
[INFO] [stderr]     Checking thiserror v1.0.37
[INFO] [stderr]     Checking calloop v0.10.1
[INFO] [stderr]     Checking minimp3 v0.5.1
[INFO] [stderr]     Checking alsa v0.6.0
[INFO] [stderr]     Checking pin-project v1.0.12
[INFO] [stderr]     Checking flume v0.10.14
[INFO] [stderr]     Checking exr v1.5.2
[INFO] [stderr]     Checking clap v3.2.22
[INFO] [stderr]     Checking rodio v0.15.0
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]     Checking futures-executor v0.3.24
[INFO] [stderr]     Checking futures v0.3.24
[INFO] [stderr]     Checking image v0.24.4
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling proc-macro-crate v1.2.1
[INFO] [stderr]    Compiling batbox v0.12.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]    Compiling num_enum_derive v0.5.7
[INFO] [stderr]     Checking ugli-raw v0.12.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]    Compiling geng-derive v0.12.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]     Checking num_enum v0.5.7
[INFO] [stderr]     Checking sctk-adwaita v0.4.3
[INFO] [stderr]     Checking winit v0.27.4
[INFO] [stderr]     Checking glutin v0.29.1
[INFO] [stderr]     Checking ugli v0.12.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stderr]     Checking geng v0.12.0 (https://github.com/kuviman/geng#7b655e9d)
[INFO] [stdout] error[E0659]: `Server` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/app.rs:30:9
[INFO] [stdout]    |
[INFO] [stdout] 30 |         Server::new(opt.addr(), model_constructor()).run();
[INFO] [stdout]    |         ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Server` could refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use server::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Server` to disambiguate
[INFO] [stdout] note: `Server` could also refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Server` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `Server` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/app.rs:34:26
[INFO] [stdout]    |
[INFO] [stdout] 34 |             let server = Server::new(opt.addr(), model_constructor());
[INFO] [stdout]    |                          ^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Server` could refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use server::*;
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Server` to disambiguate
[INFO] [stdout] note: `Server` could also refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/geng-81dbfda879b097c1/7b655e9/crates/geng/src/net/simple/mod.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use super::*;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `Server` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `geng` (lib) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec", kill_on_drop: false }`
[INFO] [stdout] 87d27b02b4cedda305383a1cc9f2681061c8603d579481a5c3a57dc6016bbfec
