[INFO] cloning repository https://github.com/duesee/mls-utils
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/duesee/mls-utils" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduesee%2Fmls-utils", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fduesee%2Fmls-utils'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ae595eb64814bb88b8ef1dfa1861840cff8337b7
[INFO] documenting duesee/mls-utils 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%2Fduesee%2Fmls-utils" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/duesee/mls-utils
[INFO] finished tweaking git repo https://github.com/duesee/mls-utils
[INFO] tweaked toml for git repo https://github.com/duesee/mls-utils written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/duesee/mls-utils 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/duesee/mls-utils 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] 59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d
[INFO] running `Command { std: "docker" "start" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d", 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" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d" "/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" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d", 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" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d" "/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.141
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]     Checking gimli v0.27.2
[INFO] [stderr]    Compiling backtrace v0.3.67
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking miniz_oxide v0.6.2
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking itoa v1.0.6
[INFO] [stderr]     Checking ryu v1.0.13
[INFO] [stderr]     Checking object v0.30.3
[INFO] [stderr]     Checking num_cpus v1.15.0
[INFO] [stderr]     Checking rayon v1.7.0
[INFO] [stderr]    Compiling tls_codec_derive v0.3.0-pre.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]     Checking addr2line v0.19.0
[INFO] [stderr]     Checking thiserror v1.0.40
[INFO] [stderr]     Checking tls_codec v0.3.0-pre.2
[INFO] [stderr]     Checking openmls_traits v0.1.0 (https://github.com/openmls/openmls#052ba573)
[INFO] [stderr]     Checking openmls v0.4.1 (https://github.com/openmls/openmls#052ba573)
[INFO] [stdout] error[E0659]: `ConfirmedTranscriptHashInput` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/group/group_context.rs:10:55
[INFO] [stdout]    |
[INFO] [stdout] 10 |     framing::{mls_auth_content::AuthenticatedContent, ConfirmedTranscriptHashInput},
[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: `ConfirmedTranscriptHashInput` could refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub use public_message::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `ConfirmedTranscriptHashInput` to disambiguate
[INFO] [stdout] note: `ConfirmedTranscriptHashInput` could also refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub use public_message_in::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `ConfirmedTranscriptHashInput` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `InterimTranscriptHashInput` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/messages/group_info.rs:15:14
[INFO] [stdout]    |
[INFO] [stdout] 15 |     framing::InterimTranscriptHashInput,
[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: `InterimTranscriptHashInput` could refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub use public_message::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `InterimTranscriptHashInput` to disambiguate
[INFO] [stdout] note: `InterimTranscriptHashInput` could also refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub use public_message_in::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `InterimTranscriptHashInput` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `ConfirmedTranscriptHashInput` is ambiguous
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/group/group_context.rs:91:25
[INFO] [stdout]    |
[INFO] [stdout] 91 |             let input = ConfirmedTranscriptHashInput::try_from(authenticated_content)
[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: `ConfirmedTranscriptHashInput` could refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:90:9
[INFO] [stdout]    |
[INFO] [stdout] 90 | pub use public_message::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `ConfirmedTranscriptHashInput` to disambiguate
[INFO] [stdout] note: `ConfirmedTranscriptHashInput` could also refer to the struct imported here
[INFO] [stdout]   --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:91:9
[INFO] [stdout]    |
[INFO] [stdout] 91 | pub use public_message_in::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `ConfirmedTranscriptHashInput` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0659]: `InterimTranscriptHashInput` is ambiguous
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/messages/group_info.rs:161:21
[INFO] [stdout]     |
[INFO] [stdout] 161 |         let input = InterimTranscriptHashInput::from(self.confirmation_tag());
[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: `InterimTranscriptHashInput` could refer to the struct imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:90:9
[INFO] [stdout]     |
[INFO] [stdout]  90 | pub use public_message::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `InterimTranscriptHashInput` to disambiguate
[INFO] [stdout] note: `InterimTranscriptHashInput` could also refer to the struct imported here
[INFO] [stdout]    --> /opt/rustwide/cargo-home/git/checkouts/openmls-5f1d9effd259731d/052ba57/openmls/src/framing/mod.rs:91:9
[INFO] [stdout]     |
[INFO] [stdout]  91 | pub use public_message_in::*;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `InterimTranscriptHashInput` 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 `openmls` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d", kill_on_drop: false }`
[INFO] [stdout] 59646472bffba515f33865bb11edc0ef2d29da08197e21183964b773108e0e2d
