[INFO] cloning repository https://github.com/Dig-Doug/rust-135287
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dig-Doug/rust-135287" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDig-Doug%2Frust-135287", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDig-Doug%2Frust-135287'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9c39de6bb9941758a8c2d0fab7c3fdae032a6f5b
[INFO] documenting Dig-Doug/rust-135287 against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDig-Doug%2Frust-135287" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dig-Doug/rust-135287
[INFO] finished tweaking git repo https://github.com/Dig-Doug/rust-135287
[INFO] tweaked toml for git repo https://github.com/Dig-Doug/rust-135287 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dig-Doug/rust-135287 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dig-Doug/rust-135287 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded thiserror-impl v2.0.10
[INFO] [stderr]   Downloaded thiserror v2.0.10
[INFO] [stderr]   Downloaded diesel-async v0.4.1
[INFO] [stderr]   Downloaded postgres-types v0.2.8
[INFO] [stderr]   Downloaded postgres-protocol v0.6.7
[INFO] [stderr]   Downloaded async-graphql-value v7.0.13
[INFO] [stderr]   Downloaded async-graphql-derive v7.0.13
[INFO] [stderr]   Downloaded deadpool v0.9.5
[INFO] [stderr]   Downloaded tokio-postgres v0.7.12
[INFO] [stderr]   Downloaded async-graphql-parser v7.0.13
[INFO] [stderr]   Downloaded handlebars v5.1.2
[INFO] [stderr]   Downloaded async-graphql v7.0.13
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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] f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1
[INFO] running `Command { std: "docker" "start" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1", 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" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1", 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" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling thiserror v2.0.10
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking foldhash v0.1.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.10
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]     Checking tinyvec v1.8.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]     Checking bitflags v2.7.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling async-trait v0.1.85
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling winnow v0.6.24
[INFO] [stderr]     Checking unicode-normalization v0.1.24
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.8
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling diesel_derives v2.1.4
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling pest v2.7.15
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking pin-project v1.1.8
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking ascii_utils v0.9.3
[INFO] [stderr]     Checking deadpool-runtime v0.1.4
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]     Checking retain_mut v0.1.9
[INFO] [stderr]     Checking fast_chemail v0.9.6
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking chrono v0.4.39
[INFO] [stderr]     Checking scoped-futures v0.1.4
[INFO] [stderr]     Checking static_assertions_next v1.1.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling pest_meta v2.7.15
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]     Checking tempfile v3.15.0
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking serde_json v1.0.135
[INFO] [stderr]     Checking indexmap v2.7.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]     Checking tokio v1.42.0
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking postgres-types v0.2.8
[INFO] [stderr]     Checking async-graphql-value v7.0.13
[INFO] [stderr]    Compiling pest_generator v2.7.15
[INFO] [stderr]     Checking async-graphql-parser v7.0.13
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tracing-futures v0.2.5
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking diesel v2.1.6
[INFO] [stderr]    Compiling pest_derive v2.7.15
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]     Checking handlebars v5.1.2
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling async-graphql-derive v7.0.13
[INFO] [stderr]     Checking tokio-util v0.7.13
[INFO] [stderr]     Checking deadpool v0.9.5
[INFO] [stderr]     Checking tokio-postgres v0.7.12
[INFO] [stderr]     Checking async-graphql v7.0.13
[INFO] [stderr]     Checking diesel-async v0.4.1
[INFO] [stderr]  Documenting adt_sized_constraint v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.37s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/adt_sized_constraint/index.html
[INFO] running `Command { std: "docker" "inspect" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1", kill_on_drop: false }`
[INFO] [stdout] f22d3c39a39e031a7d3e33bb17cd31ca0623238e55d564b644098c8a945140f1
