[INFO] updating cached repository https://github.com/AutumnAurelium/git-history-exporter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }`
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c3b9412920a6b462aeaa284bf186c81afc40daf4
[INFO] testing AutumnAurelium/git-history-exporter/c3b9412920a6b462aeaa284bf186c81afc40daf4 against master#733b47ea4b1b86216f14ef56e49440c33933f230+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAutumnAurelium%2Fgit-history-exporter" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AutumnAurelium/git-history-exporter
[INFO] finished tweaking git repo https://github.com/AutumnAurelium/git-history-exporter
[INFO] tweaked toml for git repo https://github.com/AutumnAurelium/git-history-exporter written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AutumnAurelium/git-history-exporter on toolchain 733b47ea4b1b86216f14ef56e49440c33933f230
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AutumnAurelium/git-history-exporter 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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "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" "+733b47ea4b1b86216f14ef56e49440c33933f230" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 305a73b87c9401f19e5af2dce917fb22b1cf1324de519eab848cb168251b37fd
[INFO] running `Command { std: "docker" "start" "-a" "305a73b87c9401f19e5af2dce917fb22b1cf1324de519eab848cb168251b37fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "305a73b87c9401f19e5af2dce917fb22b1cf1324de519eab848cb168251b37fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "305a73b87c9401f19e5af2dce917fb22b1cf1324de519eab848cb168251b37fd", kill_on_drop: false }`
[INFO] [stdout] 305a73b87c9401f19e5af2dce917fb22b1cf1324de519eab848cb168251b37fd
[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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] da55b75cff1f1e0f4d708f9b0ecf72a1f14b7c1a5e314812c898963391d851df
[INFO] running `Command { std: "docker" "start" "-a" "da55b75cff1f1e0f4d708f9b0ecf72a1f14b7c1a5e314812c898963391d851df", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling lexical-util v1.0.6
[INFO] [stderr]    Compiling arrow-schema v55.2.0
[INFO] [stderr]    Compiling openssl v0.10.73
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling flatbuffers v25.2.10
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling num v0.4.3
[INFO] [stderr]    Compiling arrow-buffer v55.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling arrow-data v55.2.0
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling arrow-array v55.2.0
[INFO] [stderr]    Compiling openssl-sys v0.9.109
[INFO] [stderr]    Compiling libz-sys v1.1.22
[INFO] [stderr]    Compiling zstd-sys v2.0.15+zstd.1.5.7
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libz-ng-sys v1.1.22
[INFO] [stderr]    Compiling lexical-write-integer v1.0.5
[INFO] [stderr]    Compiling lexical-parse-integer v1.0.5
[INFO] [stderr]    Compiling lexical-parse-float v1.0.5
[INFO] [stderr]    Compiling lexical-write-float v1.0.5
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling zlib-rs v0.5.1
[INFO] [stderr]    Compiling lexical-core v1.0.5
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling libz-rs-sys v0.5.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling arrow-select v55.2.0
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling twox-hash v2.1.1
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling integer-encoding v3.0.4
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling arrow-cast v55.2.0
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling thrift v0.17.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling lz4_flex v0.11.5
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling brotli v8.0.1
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling arrow-ipc v55.2.0
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling parquet v55.2.0
[INFO] [stderr]    Compiling git2 v0.20.2
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling git-history-exporter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parquet::schema::types::Type`
[INFO] [stdout]   --> src/archive/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use parquet::schema::types::Type;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `parquet::column::writer::ColumnWriter`
[INFO] [stdout]   --> src/archive/main.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use parquet::column::writer::ColumnWriter;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ByteArrayType`, `ByteArray`, and `Int64Type`
[INFO] [stdout]   --> src/archive/main.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 | use parquet::data_type::{ByteArray, Int64Type, ByteArrayType};
[INFO] [stdout]    |                          ^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]   --> src/archive/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use serde_json::Value;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]   --> src/archive/main.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 | use chrono::{DateTime, Utc, Datelike};
[INFO] [stdout]    |              ^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `schema`
[INFO] [stdout]    --> src/archive/main.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     let schema = reader.metadata().file_metadata().schema();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_schema`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bucket_key`
[INFO] [stdout]    --> src/archive/main.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 |     for (bucket_key, mut writer_buffer) in writers_map {
[INFO] [stdout]     |          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bucket_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 39s
[INFO] running `Command { std: "docker" "inspect" "da55b75cff1f1e0f4d708f9b0ecf72a1f14b7c1a5e314812c898963391d851df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da55b75cff1f1e0f4d708f9b0ecf72a1f14b7c1a5e314812c898963391d851df", kill_on_drop: false }`
[INFO] [stdout] da55b75cff1f1e0f4d708f9b0ecf72a1f14b7c1a5e314812c898963391d851df
[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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bd52914044fc8e2a8741dd8d67323d05493ab65e054bde8db28bc31041250608
[INFO] running `Command { std: "docker" "start" "-a" "bd52914044fc8e2a8741dd8d67323d05493ab65e054bde8db28bc31041250608", kill_on_drop: false }`
[INFO] [stderr]    Compiling git-history-exporter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `parquet::schema::types::Type`
[INFO] [stdout]   --> src/archive/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use parquet::schema::types::Type;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `parquet::column::writer::ColumnWriter`
[INFO] [stdout]   --> src/archive/main.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 15 | use parquet::column::writer::ColumnWriter;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `ByteArrayType`, `ByteArray`, and `Int64Type`
[INFO] [stdout]   --> src/archive/main.rs:16:26
[INFO] [stdout]    |
[INFO] [stdout] 16 | use parquet::data_type::{ByteArray, Int64Type, ByteArrayType};
[INFO] [stdout]    |                          ^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `serde_json::Value`
[INFO] [stdout]   --> src/archive/main.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | use serde_json::Value;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `DateTime` and `Utc`
[INFO] [stdout]   --> src/archive/main.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 | use chrono::{DateTime, Utc, Datelike};
[INFO] [stdout]    |              ^^^^^^^^  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `schema`
[INFO] [stdout]    --> src/archive/main.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |     let schema = reader.metadata().file_metadata().schema();
[INFO] [stdout]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_schema`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bucket_key`
[INFO] [stdout]    --> src/archive/main.rs:393:10
[INFO] [stdout]     |
[INFO] [stdout] 393 |     for (bucket_key, mut writer_buffer) in writers_map {
[INFO] [stdout]     |          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bucket_key`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.33s
[INFO] running `Command { std: "docker" "inspect" "bd52914044fc8e2a8741dd8d67323d05493ab65e054bde8db28bc31041250608", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bd52914044fc8e2a8741dd8d67323d05493ab65e054bde8db28bc31041250608", kill_on_drop: false }`
[INFO] [stdout] bd52914044fc8e2a8741dd8d67323d05493ab65e054bde8db28bc31041250608
[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=forbid -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+733b47ea4b1b86216f14ef56e49440c33933f230" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c333a88959719803a8b6f8caa329a9b2259d0c7004e710533322543a18a4d4c7
[INFO] running `Command { std: "docker" "start" "-a" "c333a88959719803a8b6f8caa329a9b2259d0c7004e710533322543a18a4d4c7", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `parquet::schema::types::Type`
[INFO] [stderr]   --> src/archive/main.rs:14:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | use parquet::schema::types::Type;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `parquet::column::writer::ColumnWriter`
[INFO] [stderr]   --> src/archive/main.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 15 | use parquet::column::writer::ColumnWriter;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `ByteArrayType`, `ByteArray`, and `Int64Type`
[INFO] [stderr]   --> src/archive/main.rs:16:26
[INFO] [stderr]    |
[INFO] [stderr] 16 | use parquet::data_type::{ByteArray, Int64Type, ByteArrayType};
[INFO] [stderr]    |                          ^^^^^^^^^  ^^^^^^^^^  ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `serde_json::Value`
[INFO] [stderr]   --> src/archive/main.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | use serde_json::Value;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `DateTime` and `Utc`
[INFO] [stderr]   --> src/archive/main.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 | use chrono::{DateTime, Utc, Datelike};
[INFO] [stderr]    |              ^^^^^^^^  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `schema`
[INFO] [stderr]    --> src/archive/main.rs:285:9
[INFO] [stderr]     |
[INFO] [stderr] 285 |     let schema = reader.metadata().file_metadata().schema();
[INFO] [stderr]     |         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_schema`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bucket_key`
[INFO] [stderr]    --> src/archive/main.rs:393:10
[INFO] [stderr]     |
[INFO] [stderr] 393 |     for (bucket_key, mut writer_buffer) in writers_map {
[INFO] [stderr]     |          ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_bucket_key`
[INFO] [stderr] 
[INFO] [stderr] warning: `git-history-exporter` (bin "archive" test) generated 7 warnings (run `cargo fix --bin "archive" --tests` to apply 5 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] [stderr]      Running unittests src/archive/main.rs (/opt/rustwide/target/debug/deps/archive-344d6b6e58c195fc)
[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] [stderr]      Running unittests src/history/main.rs (/opt/rustwide/target/debug/deps/history-c10be727603a2144)
[INFO] [stderr]      Running unittests src/pr-puller/main.rs (/opt/rustwide/target/debug/deps/prs-221280e09b2fe217)
[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 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] running `Command { std: "docker" "inspect" "c333a88959719803a8b6f8caa329a9b2259d0c7004e710533322543a18a4d4c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c333a88959719803a8b6f8caa329a9b2259d0c7004e710533322543a18a4d4c7", kill_on_drop: false }`
[INFO] [stdout] c333a88959719803a8b6f8caa329a9b2259d0c7004e710533322543a18a4d4c7
