[INFO] fetching crate codegen 0.2.0...
[INFO] testing codegen-0.2.0 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate codegen 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate codegen 0.2.0
[INFO] finished tweaking crates.io crate codegen 0.2.0
[INFO] tweaked toml for crates.io crate codegen 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate codegen 0.2.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 3 packages to latest compatible versions
[INFO] [stderr]       Adding indexmap v1.9.3 (available: v2.11.4)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c65a143a0d5b96b894c1430cd5dc4c1755dc7d3f661f4553c6bffc25a7205d8
[INFO] running `Command { std: "docker" "start" "-a" "8c65a143a0d5b96b894c1430cd5dc4c1755dc7d3f661f4553c6bffc25a7205d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c65a143a0d5b96b894c1430cd5dc4c1755dc7d3f661f4553c6bffc25a7205d8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c65a143a0d5b96b894c1430cd5dc4c1755dc7d3f661f4553c6bffc25a7205d8", kill_on_drop: false }`
[INFO] [stdout] 8c65a143a0d5b96b894c1430cd5dc4c1755dc7d3f661f4553c6bffc25a7205d8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 082c9469cf1cf804b83a3c50e589c22cf4fa972a890019a67e0ef55735db0683
[INFO] running `Command { std: "docker" "start" "-a" "082c9469cf1cf804b83a3c50e589c22cf4fa972a890019a67e0ef55735db0683", kill_on_drop: false }`
[INFO] [stderr]    Compiling codegen v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `line` is never read
[INFO] [stdout]  --> src/import.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Import {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 4 |     line: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Import` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/module.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Module {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/scope.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Scope {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 23 |     /// Scope documentation
[INFO] [stdout] 24 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Scope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `macros` is never read
[INFO] [stdout]   --> src/trait.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Trait {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     macros: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Trait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] running `Command { std: "docker" "inspect" "082c9469cf1cf804b83a3c50e589c22cf4fa972a890019a67e0ef55735db0683", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "082c9469cf1cf804b83a3c50e589c22cf4fa972a890019a67e0ef55735db0683", kill_on_drop: false }`
[INFO] [stdout] 082c9469cf1cf804b83a3c50e589c22cf4fa972a890019a67e0ef55735db0683
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a34487791c6fe69d4806624082a8d2313ce93d5775cb1f069aedee311cda740d
[INFO] running `Command { std: "docker" "start" "-a" "a34487791c6fe69d4806624082a8d2313ce93d5775cb1f069aedee311cda740d", kill_on_drop: false }`
[INFO] [stderr]    Compiling codegen v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `line` is never read
[INFO] [stdout]  --> src/import.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Import {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 4 |     line: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Import` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/module.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Module {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/scope.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Scope {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 23 |     /// Scope documentation
[INFO] [stdout] 24 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Scope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `macros` is never read
[INFO] [stdout]   --> src/trait.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Trait {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     macros: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Trait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> tests/codegen.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |     field1.doc(doc.clone());
[INFO] [stdout]    |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `line` is never read
[INFO] [stdout]  --> src/import.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Import {
[INFO] [stdout]   |            ------ field in this struct
[INFO] [stdout] 4 |     line: String,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Import` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/module.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub struct Module {
[INFO] [stdout]    |            ------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `docs` is never read
[INFO] [stdout]   --> src/scope.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | pub struct Scope {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 23 |     /// Scope documentation
[INFO] [stdout] 24 |     docs: Option<Docs>,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Scope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `macros` is never read
[INFO] [stdout]   --> src/trait.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Trait {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 21 |     macros: Vec<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Trait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.64s
[INFO] running `Command { std: "docker" "inspect" "a34487791c6fe69d4806624082a8d2313ce93d5775cb1f069aedee311cda740d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a34487791c6fe69d4806624082a8d2313ce93d5775cb1f069aedee311cda740d", kill_on_drop: false }`
[INFO] [stdout] a34487791c6fe69d4806624082a8d2313ce93d5775cb1f069aedee311cda740d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6895f6d36075ed493295debd3f6b6282e672061fd79253d01cfd652405541a69
[INFO] running `Command { std: "docker" "start" "-a" "6895f6d36075ed493295debd3f6b6282e672061fd79253d01cfd652405541a69", kill_on_drop: false }`
[INFO] [stderr] warning: field `line` is never read
[INFO] [stderr]  --> src/import.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | pub struct Import {
[INFO] [stderr]   |            ------ field in this struct
[INFO] [stderr] 4 |     line: String,
[INFO] [stderr]   |     ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `Import` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `docs` is never read
[INFO] [stderr]   --> src/module.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub struct Module {
[INFO] [stderr]    |            ------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 |     docs: Option<Docs>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Module` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `docs` is never read
[INFO] [stderr]   --> src/scope.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 22 | pub struct Scope {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] 23 |     /// Scope documentation
[INFO] [stderr] 24 |     docs: Option<Docs>,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Scope` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `macros` is never read
[INFO] [stderr]   --> src/trait.rs:21:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct Trait {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 21 |     macros: Vec<String>,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Trait` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: `codegen` (lib) generated 4 warnings
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> tests/codegen.rs:65:19
[INFO] [stderr]    |
[INFO] [stderr] 65 |     field1.doc(doc.clone());
[INFO] [stderr]    |                   ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `codegen` (test "codegen") generated 1 warning (run `cargo fix --test "codegen"` to apply 1 suggestion)
[INFO] [stderr] warning: `codegen` (lib test) generated 4 warnings (4 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codegen-9bc7b4d44e278203)
[INFO] [stderr]      Running tests/codegen.rs (/opt/rustwide/target/debug/deps/codegen-904ed8857b1c9dcc)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 31 tests
[INFO] [stdout] test empty_struct ... ok
[INFO] [stdout] test empty_scope ... ok
[INFO] [stdout] test enum_with_multiple_allow ... ok
[INFO] [stdout] test get_or_new_module ... ok
[INFO] [stdout] test module_mut ... ok
[INFO] [stdout] test impl_with_macros ... ok
[INFO] [stdout] test scoped_imports ... ok
[INFO] [stdout] test single_fn ... ok
[INFO] [stdout] test function_with_async ... ok
[INFO] [stdout] test impl_with_associated_const ... ok
[INFO] [stdout] test enum_with_allow ... ok
[INFO] [stdout] test single_struct ... ok
[INFO] [stdout] test single_struct_documented_field ... ok
[INFO] [stdout] test enum_with_repr ... ok
[INFO] [stdout] test struct_doc ... ok
[INFO] [stdout] test struct_in_mod ... ok
[INFO] [stdout] test struct_mod_import ... ok
[INFO] [stdout] test struct_with_generics_2 ... ok
[INFO] [stdout] test struct_with_allow ... ok
[INFO] [stdout] test struct_with_generics_3 ... ok
[INFO] [stdout] test struct_with_multiple_allow ... ok
[INFO] [stdout] test struct_with_derive ... ok
[INFO] [stdout] test struct_with_member_visibility ... ok
[INFO] [stdout] test trait_with_macros ... ok
[INFO] [stdout] test two_structs ... ok
[INFO] [stdout] test type_alias ... ok
[INFO] [stdout] test struct_where_clause_1 ... ok
[INFO] [stdout] test struct_with_pushed_field ... ok
[INFO] [stdout] test struct_with_repr ... ok
[INFO] [stdout] test struct_where_clause_2 ... ok
[INFO] [stdout] test struct_with_generics_1 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 31 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests codegen
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/lib.rs - (line 13) ... ok
[INFO] [stdout] test src/function.rs - function::Function::extern_abi (line 193) ... ok
[INFO] [stdout] test src/function.rs - function::Function::attr (line 179) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6895f6d36075ed493295debd3f6b6282e672061fd79253d01cfd652405541a69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6895f6d36075ed493295debd3f6b6282e672061fd79253d01cfd652405541a69", kill_on_drop: false }`
[INFO] [stdout] 6895f6d36075ed493295debd3f6b6282e672061fd79253d01cfd652405541a69
