[INFO] cloning repository https://github.com/kabwoyke/rust-modules
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kabwoyke/rust-modules" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabwoyke%2Frust-modules", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabwoyke%2Frust-modules'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8308bba76702eb255bdc21c8157ab085e0865c56
[INFO] documenting kabwoyke/rust-modules against beta-2025-04-20 for beta-1.87-rustdoc-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkabwoyke%2Frust-modules" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/kabwoyke/rust-modules on toolchain beta-2025-04-20
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/kabwoyke/rust-modules
[INFO] finished tweaking git repo https://github.com/kabwoyke/rust-modules
[INFO] tweaked toml for git repo https://github.com/kabwoyke/rust-modules written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/kabwoyke/rust-modules 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" "+beta-2025-04-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 676b0aac53059cba3692c31c50e482032789160ea62081a52ece9f9c5be14a87
[INFO] running `Command { std: "docker" "start" "-a" "676b0aac53059cba3692c31c50e482032789160ea62081a52ece9f9c5be14a87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "676b0aac53059cba3692c31c50e482032789160ea62081a52ece9f9c5be14a87", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "676b0aac53059cba3692c31c50e482032789160ea62081a52ece9f9c5be14a87", kill_on_drop: false }`
[INFO] [stdout] 676b0aac53059cba3692c31c50e482032789160ea62081a52ece9f9c5be14a87
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=warn" "-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 326aacf29c3b16e0a71d01713e30a6710075acb542dd22762b14a3287158bc07
[INFO] running `Command { std: "docker" "start" "-a" "326aacf29c3b16e0a71d01713e30a6710075acb542dd22762b14a3287158bc07", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]     Checking rustc-hash v1.1.0
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking either v1.10.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking jod-thread v0.1.2
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking unicode-properties v0.1.1
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking oorandom v11.1.3
[INFO] [stderr]     Checking ra-ap-rustc_lexer v0.35.0
[INFO] [stderr]     Checking la-arena v0.3.1
[INFO] [stderr]     Checking ra_ap_paths v0.0.204
[INFO] [stderr]     Checking ra_ap_limit v0.0.204
[INFO] [stderr]     Checking smol_str v0.2.1
[INFO] [stderr]     Checking cov-mark v2.0.0-pre.1
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]     Checking memchr v2.7.1
[INFO] [stderr]     Checking log v0.4.21
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling rustc_apfloat v0.2.0+llvm-462a31f5a5ab
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking ra_ap_parser v0.0.204
[INFO] [stderr]    Compiling serde_json v1.0.114
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]     Checking ena v0.14.2
[INFO] [stderr]     Checking line-index v0.1.1
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]     Checking home v0.5.9
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]     Checking indexmap v2.2.5
[INFO] [stderr]     Checking regex-syntax v0.8.2
[INFO] [stderr]    Compiling anyhow v1.0.81
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]     Checking anstream v0.6.13
[INFO] [stderr]     Checking ra_ap_toolchain v0.0.204
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking tap v1.0.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.12
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling radium v0.7.0
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling syn v2.0.53
[INFO] [stderr]    Compiling pulldown-cmark v0.10.0
[INFO] [stderr]     Checking strsim v0.11.0
[INFO] [stderr]     Checking clap_lex v0.7.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking wyz v0.5.1
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking funty v2.0.0
[INFO] [stderr]     Checking dot v0.1.4
[INFO] [stderr]     Checking clap_builder v4.5.2
[INFO] [stderr]     Checking pulldown-cmark-escape v0.10.0
[INFO] [stderr]     Checking wyz v0.6.1
[INFO] [stderr]     Checking yansi v0.5.1
[INFO] [stderr]     Checking json v0.12.4
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking perf-event-open-sys v1.0.1
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking inotify v0.9.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]    Compiling indoc v2.0.4
[INFO] [stderr]     Checking perf-event v0.4.7
[INFO] [stderr]     Checking rayon v1.9.0
[INFO] [stderr]     Checking bitvec v1.0.1
[INFO] [stderr]     Checking notify v6.1.1
[INFO] [stderr]     Checking ra_ap_text_edit v0.0.204
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]     Checking pulldown-cmark-to-cmark v10.0.4
[INFO] [stderr]     Checking rowan v0.15.15
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking regex v1.10.3
[INFO] [stderr]     Checking env_filter v0.1.0
[INFO] [stderr]     Checking env_logger v0.11.3
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling ra_ap_salsa-macros v0.0.204
[INFO] [stderr]    Compiling ra-ap-rustc_index_macros v0.35.0
[INFO] [stderr]    Compiling chalk-derive v0.96.0
[INFO] [stderr]    Compiling ra-ap-rustc_index_macros v0.40.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling clap_derive v4.5.3
[INFO] [stderr]    Compiling rust-analyzer-salsa-macros v0.17.0-pre.6
[INFO] [stderr]     Checking chalk-ir v0.96.0
[INFO] [stderr]     Checking ra-ap-rustc_index v0.40.0
[INFO] [stderr]     Checking ra-ap-rustc_index v0.35.0
[INFO] [stderr]     Checking ra-ap-rustc_parse_format v0.35.0
[INFO] [stderr]     Checking clap v4.5.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking always-assert v0.2.0
[INFO] [stderr]     Checking ra_ap_profile v0.0.204
[INFO] [stderr]     Checking ra-ap-rustc_abi v0.35.0
[INFO] [stderr]     Checking ra-ap-rustc_pattern_analysis v0.40.0
[INFO] [stderr]     Checking ra_ap_stdx v0.0.204
[INFO] [stdout] error[E0804]: cannot add auto trait `Send` to dyn bound via pointer cast
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ra_ap_stdx-0.0.204/src/anymap.rs:284:40
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 unsafe { Box::from_raw(raw as *mut $t) }
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ unsupported cast
[INFO] [stdout] ...
[INFO] [stdout] 379 | impl_clone!(dyn CloneAny + Send);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this could allow UB elsewhere
[INFO] [stdout]     = help: use `transmute` if you're sure this is sound
[INFO] [stdout]     = note: this error originates in the macro `impl_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0804]: cannot add auto traits `Send` and `Sync` to dyn bound via pointer cast
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ra_ap_stdx-0.0.204/src/anymap.rs:284:40
[INFO] [stdout]     |
[INFO] [stdout] 284 |                 unsafe { Box::from_raw(raw as *mut $t) }
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^ unsupported cast
[INFO] [stdout] ...
[INFO] [stdout] 380 | impl_clone!(dyn CloneAny + Send + Sync);
[INFO] [stdout]     | --------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this could allow UB elsewhere
[INFO] [stdout]     = help: use `transmute` if you're sure this is sound
[INFO] [stdout]     = note: this error originates in the macro `impl_clone` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0804`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ra_ap_stdx` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "326aacf29c3b16e0a71d01713e30a6710075acb542dd22762b14a3287158bc07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "326aacf29c3b16e0a71d01713e30a6710075acb542dd22762b14a3287158bc07", kill_on_drop: false }`
[INFO] [stdout] 326aacf29c3b16e0a71d01713e30a6710075acb542dd22762b14a3287158bc07
