[INFO] cloning repository https://github.com/Notgnoshi/serdoc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Notgnoshi/serdoc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotgnoshi%2Fserdoc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotgnoshi%2Fserdoc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd4a7b79e69d778b7a1b6b7bb218fe4a1c2a8961 [INFO] testing Notgnoshi/serdoc against try#16fbf98f22730e073c09e7b03f0eafb87a295545 for pr-145628-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNotgnoshi%2Fserdoc" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/Notgnoshi/serdoc [INFO] finished tweaking git repo https://github.com/Notgnoshi/serdoc [INFO] tweaked toml for git repo https://github.com/Notgnoshi/serdoc written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/Notgnoshi/serdoc on toolchain 16fbf98f22730e073c09e7b03f0eafb87a295545 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/Notgnoshi/serdoc 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" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 50fc2b417ccff8c9765028294df5451f2bbdcf69faf46f2a77b2cad410ea4402 [INFO] running `Command { std: "docker" "start" "-a" "50fc2b417ccff8c9765028294df5451f2bbdcf69faf46f2a77b2cad410ea4402", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "50fc2b417ccff8c9765028294df5451f2bbdcf69faf46f2a77b2cad410ea4402", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "50fc2b417ccff8c9765028294df5451f2bbdcf69faf46f2a77b2cad410ea4402", kill_on_drop: false }` [INFO] [stdout] 50fc2b417ccff8c9765028294df5451f2bbdcf69faf46f2a77b2cad410ea4402 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4d06ae9232c5f83ef3046f139064678a429c0be86848afffab70eeac6b5dd459 [INFO] running `Command { std: "docker" "start" "-a" "4d06ae9232c5f83ef3046f139064678a429c0be86848afffab70eeac6b5dd459", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling serde v1.0.193 [INFO] [stderr] Compiling hashbrown v0.14.2 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling winnow v0.5.19 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling uncased v0.9.9 [INFO] [stderr] Compiling colorchoice v1.0.0 [INFO] [stderr] Compiling anstyle-query v1.0.0 [INFO] [stderr] Compiling thiserror v1.0.50 [INFO] [stderr] Compiling anstyle v1.0.4 [INFO] [stderr] Compiling figment v0.10.12 [INFO] [stderr] Compiling clap_lex v0.6.0 [INFO] [stderr] Compiling iana-time-zone v0.1.58 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling anstyle-parse v0.2.2 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling thread_local v1.1.7 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling pretty_assertions v1.4.0 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling anstream v0.6.4 [INFO] [stderr] Compiling clap_builder v4.4.9 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling chrono v0.4.31 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling stderrlog v0.5.4 [INFO] [stderr] Compiling serde_derive v1.0.193 [INFO] [stderr] Compiling phf_macros v0.11.2 [INFO] [stderr] Compiling thiserror-impl v1.0.50 [INFO] [stderr] Compiling clap_derive v4.4.7 [INFO] [stderr] Compiling documented-derive v0.2.0 [INFO] [stderr] Compiling struct-field-names-as-array-derive v0.3.0 [INFO] [stderr] Compiling struct-field-names-as-array v0.3.0 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling documented v0.2.0 [INFO] [stderr] Compiling clap v4.4.10 [INFO] [stderr] Compiling serde_spanned v0.6.4 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling toml_edit v0.20.7 [INFO] [stderr] Compiling toml_edit v0.21.0 [INFO] [stderr] Compiling toml v0.8.6 [INFO] [stderr] Compiling serdoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.33s [INFO] running `Command { std: "docker" "inspect" "4d06ae9232c5f83ef3046f139064678a429c0be86848afffab70eeac6b5dd459", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4d06ae9232c5f83ef3046f139064678a429c0be86848afffab70eeac6b5dd459", kill_on_drop: false }` [INFO] [stdout] 4d06ae9232c5f83ef3046f139064678a429c0be86848afffab70eeac6b5dd459 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69296d36e9edc685699062f061e485b29d8930244b78b558c6c3d463878e4db1 [INFO] running `Command { std: "docker" "start" "-a" "69296d36e9edc685699062f061e485b29d8930244b78b558c6c3d463878e4db1", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling stderrlog v0.5.4 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling serdoc v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.08s [INFO] running `Command { std: "docker" "inspect" "69296d36e9edc685699062f061e485b29d8930244b78b558c6c3d463878e4db1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69296d36e9edc685699062f061e485b29d8930244b78b558c6c3d463878e4db1", kill_on_drop: false }` [INFO] [stdout] 69296d36e9edc685699062f061e485b29d8930244b78b558c6c3d463878e4db1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+16fbf98f22730e073c09e7b03f0eafb87a295545" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2760f4e7603e8956f27922047debb1bd5950a86387364b0d36c2054d9db8f17c [INFO] running `Command { std: "docker" "start" "-a" "2760f4e7603e8956f27922047debb1bd5950a86387364b0d36c2054d9db8f17c", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/serdoc-db21158c391d0ab3) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test config::tests::generate_default_docs_file ... ignored, Run this 'test' to generate the default.toml file [INFO] [stdout] test config::tests::nullable_config_matches_config ... ok [INFO] [stdout] test layering::tests::config_dir_doesnt_exist ... ok [INFO] [stdout] test layering::tests::required_fields_must_be_set ... ok [INFO] [stdout] test config::tests::every_config_field_has_documentation ... ok [INFO] [stdout] test layering::tests::disable_config_files ... ok [INFO] [stdout] test layering::tests::each_layer_overrides_the_previous ... ok [INFO] [stdout] test config::tests::default_docs_file_matches_default_impl ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2760f4e7603e8956f27922047debb1bd5950a86387364b0d36c2054d9db8f17c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2760f4e7603e8956f27922047debb1bd5950a86387364b0d36c2054d9db8f17c", kill_on_drop: false }` [INFO] [stdout] 2760f4e7603e8956f27922047debb1bd5950a86387364b0d36c2054d9db8f17c