[INFO] cloning repository https://github.com/steveofficer/Git2Json [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/steveofficer/Git2Json" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveofficer%2FGit2Json", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveofficer%2FGit2Json'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de0fc02bbab4ae558a1b8d2deb6c38e71bc3578f [INFO] testing steveofficer/Git2Json against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsteveofficer%2FGit2Json" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/steveofficer/Git2Json [INFO] finished tweaking git repo https://github.com/steveofficer/Git2Json [INFO] tweaked toml for git repo https://github.com/steveofficer/Git2Json written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/steveofficer/Git2Json on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/steveofficer/Git2Json 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc1ff0b4716cca0830b8fe24e993c6bc498c71761fdd913354c831a65edf39e8 [INFO] running `Command { std: "docker" "start" "-a" "fc1ff0b4716cca0830b8fe24e993c6bc498c71761fdd913354c831a65edf39e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc1ff0b4716cca0830b8fe24e993c6bc498c71761fdd913354c831a65edf39e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc1ff0b4716cca0830b8fe24e993c6bc498c71761fdd913354c831a65edf39e8", kill_on_drop: false }` [INFO] [stdout] fc1ff0b4716cca0830b8fe24e993c6bc498c71761fdd913354c831a65edf39e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bd67f39c818952dc655d1b89730eb17bc9f4c6cb675d709d4744692d428ff62f [INFO] running `Command { std: "docker" "start" "-a" "bd67f39c818952dc655d1b89730eb17bc9f4c6cb675d709d4744692d428ff62f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.78 [INFO] [stderr] Compiling rustversion v1.0.14 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling paste v1.0.14 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling bitflags v2.4.2 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling indoc v2.0.4 [INFO] [stderr] Compiling unicode-width v0.1.11 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling memchr v2.7.1 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling itertools v0.12.1 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling castaway v0.2.2 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling compact_str v0.7.1 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.52 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling crossterm v0.27.0 [INFO] [stderr] Compiling lru v0.12.3 [INFO] [stderr] Compiling strum_macros v0.26.1 [INFO] [stderr] Compiling stability v0.1.1 [INFO] [stderr] Compiling strum v0.26.1 [INFO] [stderr] Compiling ratatui v0.26.1 [INFO] [stderr] Compiling git2json v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `tree`, `parent`, `author`, `committer`, `gpgsig`, and `message` are never read [INFO] [stdout] --> src/git_parser/commit/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct GitCommitEntry { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 12 | tree: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 14 | author: GitUser, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | committer: GitUser, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | gpgsig: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitCommitEntry` has a derived impl for the trait `Debug`, but this is 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: fields `name`, `email`, and `timestamp` are never read [INFO] [stdout] --> src/git_parser/commit/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct GitUser { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 22 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | email: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | timestamp: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitUser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.26s [INFO] running `Command { std: "docker" "inspect" "bd67f39c818952dc655d1b89730eb17bc9f4c6cb675d709d4744692d428ff62f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd67f39c818952dc655d1b89730eb17bc9f4c6cb675d709d4744692d428ff62f", kill_on_drop: false }` [INFO] [stdout] bd67f39c818952dc655d1b89730eb17bc9f4c6cb675d709d4744692d428ff62f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 10ac7bf7e3562199dffa59745ba778e42dfc9e30d95f961dc8d6fd024ac4c204 [INFO] running `Command { std: "docker" "start" "-a" "10ac7bf7e3562199dffa59745ba778e42dfc9e30d95f961dc8d6fd024ac4c204", kill_on_drop: false }` [INFO] [stderr] Compiling git2json v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: fields `tree`, `parent`, `author`, `committer`, `gpgsig`, and `message` are never read [INFO] [stdout] --> src/git_parser/commit/mod.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct GitCommitEntry { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 12 | tree: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 13 | parent: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 14 | author: GitUser, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | committer: GitUser, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 16 | gpgsig: Option, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 17 | message: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitCommitEntry` has a derived impl for the trait `Debug`, but this is 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: fields `name`, `email`, and `timestamp` are never read [INFO] [stdout] --> src/git_parser/commit/mod.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct GitUser { [INFO] [stdout] | ------- fields in this struct [INFO] [stdout] 22 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 23 | email: String, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 24 | timestamp: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `GitUser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "10ac7bf7e3562199dffa59745ba778e42dfc9e30d95f961dc8d6fd024ac4c204", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "10ac7bf7e3562199dffa59745ba778e42dfc9e30d95f961dc8d6fd024ac4c204", kill_on_drop: false }` [INFO] [stdout] 10ac7bf7e3562199dffa59745ba778e42dfc9e30d95f961dc8d6fd024ac4c204 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e97d30bb146971b63273a9dbfd5c5477874b8eb9ddf6db88f36635816d7f9b74 [INFO] running `Command { std: "docker" "start" "-a" "e97d30bb146971b63273a9dbfd5c5477874b8eb9ddf6db88f36635816d7f9b74", kill_on_drop: false }` [INFO] [stderr] warning: fields `tree`, `parent`, `author`, `committer`, `gpgsig`, and `message` are never read [INFO] [stdout] [INFO] [stderr] --> src/git_parser/commit/mod.rs:12:5 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 11 | pub struct GitCommitEntry { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | -------------- fields in this struct [INFO] [stdout] [INFO] [stderr] 12 | tree: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 13 | parent: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 14 | author: GitUser, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 15 | committer: GitUser, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] 16 | gpgsig: Option, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] 17 | message: String, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GitCommitEntry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: fields `name`, `email`, and `timestamp` are never read [INFO] [stderr] --> src/git_parser/commit/mod.rs:22:5 [INFO] [stderr] | [INFO] [stderr] 21 | pub struct GitUser { [INFO] [stderr] | ------- fields in this struct [INFO] [stderr] 22 | name: String, [INFO] [stderr] | ^^^^ [INFO] [stderr] 23 | email: String, [INFO] [stderr] | ^^^^^ [INFO] [stderr] 24 | timestamp: String, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `GitUser` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `git2json` (bin "git2json" test) generated 2 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/git2json-3d07fe9a6b586624) [INFO] running `Command { std: "docker" "inspect" "e97d30bb146971b63273a9dbfd5c5477874b8eb9ddf6db88f36635816d7f9b74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e97d30bb146971b63273a9dbfd5c5477874b8eb9ddf6db88f36635816d7f9b74", kill_on_drop: false }` [INFO] [stdout] e97d30bb146971b63273a9dbfd5c5477874b8eb9ddf6db88f36635816d7f9b74