01KH4J8018BHVKBA78KDGD4HZP: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KH4J8H3T8DZ53W6MF0W2VS5V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-10T20:01:17.115Zjob assigned to worker 01KH4J8DA3GAC7F1Q92TQZ9H7E [factory gimlet-EVT22200007-propolis, EVT22200007/57695] (queued for 37 s)
 
22026-02-10T20:01:26.659Zstarting task 0: "setup"
32026-02-10T20:01:26.685Z++ uname -s
42026-02-10T20:01:26.685Z+ kern=SunOS
52026-02-10T20:01:26.685Z+ build_user=build
62026-02-10T20:01:26.685Z+ build_uid=12345
72026-02-10T20:01:26.685Z+ work_dir=/work
82026-02-10T20:01:26.685Z+ input_dir=/input
92026-02-10T20:01:26.685Z+ [[ 0 == 12345 ]]
102026-02-10T20:01:26.685Z+ case "$kern" in
112026-02-10T20:01:26.685Z+ groupadd -g 12345 build
122026-02-10T20:01:26.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-10T20:01:28.690Z+ zfs create -o mountpoint=/work rpool/work
142026-02-10T20:01:28.741Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-10T20:01:28.773Z+ home_fs=zfs
162026-02-10T20:01:28.774Z+ [[ zfs == autofs ]]
172026-02-10T20:01:28.774Z+ mkdir -p /home/build
182026-02-10T20:01:28.774Z+ chown build:build /home/build /work
192026-02-10T20:01:30.745Z+ chmod 0700 /home/build /work
202026-02-10T20:01:30.770Zprocess exited: duration 4094 ms, exit code 0
 
212026-02-10T20:01:30.821Zstarting task 1: "rust-toolchain"
222026-02-10T20:01:30.846Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-10T20:01:30.846Z * rust toolchain channel = "1.91.1"
242026-02-10T20:01:30.846Z * rust toolchain profile = "default"
252026-02-10T20:01:30.846Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-10T20:01:30.846Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-10T20:01:30.846Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-10T20:01:30.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-10T20:01:30.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-10T20:01:31.002Zinfo: downloading installer
312026-02-10T20:01:32.361Zwarn: It looks like you have an existing installation of Rust at:
322026-02-10T20:01:32.362Zwarn: /opt/ooce/bin
332026-02-10T20:01:32.362Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-10T20:01:32.362Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-10T20:01:32.362Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-10T20:01:32.362Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-10T20:01:32.362Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-10T20:01:32.362Zerror: cannot install while Rust is installed
392026-02-10T20:01:32.362Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-10T20:01:32.387Zinfo: profile set to 'default'
412026-02-10T20:01:32.387Zinfo: default host triple is x86_64-unknown-illumos
422026-02-10T20:01:32.387Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-10T20:01:32.573Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-10T20:01:32.573Zinfo: downloading component 'cargo'
452026-02-10T20:01:32.740Zinfo: downloading component 'clippy'
462026-02-10T20:01:32.917Zinfo: downloading component 'rust-docs'
472026-02-10T20:01:33.276Zinfo: downloading component 'rust-std'
482026-02-10T20:01:33.639Zinfo: downloading component 'rustc'
492026-02-10T20:01:35.464Zinfo: downloading component 'rustfmt'
502026-02-10T20:01:40.547Zinfo: installing component 'cargo'
512026-02-10T20:01:41.899Zinfo: installing component 'clippy'
522026-02-10T20:01:42.384Zinfo: installing component 'rust-docs'
532026-02-10T20:01:46.090Zinfo: installing component 'rust-std'
542026-02-10T20:01:48.750Zinfo: installing component 'rustc'
552026-02-10T20:01:57.944Zinfo: installing component 'rustfmt'
562026-02-10T20:01:58.379Z
572026-02-10T20:01:58.380Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
582026-02-10T20:01:58.576Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-02-10T20:01:58.576Z
602026-02-10T20:01:58.576Z
612026-02-10T20:01:58.576ZRust is installed now. Great!
622026-02-10T20:01:58.576Z
632026-02-10T20:01:58.576ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-10T20:01:58.576Zenvironment variable. This has not been done automatically.
652026-02-10T20:01:58.576Z
662026-02-10T20:01:58.576ZTo configure your current shell, you need to source
672026-02-10T20:01:58.576Zthe corresponding env file under $HOME/.cargo.
682026-02-10T20:01:58.576Z
692026-02-10T20:01:58.576ZThis is usually done by running one of the following (note the leading DOT):
702026-02-10T20:01:58.576Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-10T20:01:58.576Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-10T20:01:58.576Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-10T20:01:58.716Z+ rustup --version
742026-02-10T20:01:58.744Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-10T20:01:58.744Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-10T20:01:58.894Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-02-10T20:01:58.918Z+ cargo --version
782026-02-10T20:01:59.087Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-02-10T20:01:59.111Z+ rustc --version
802026-02-10T20:01:59.264Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-02-10T20:01:59.288Zprocess exited: duration 28450 ms, exit code 0
 
822026-02-10T20:01:59.337Zstarting task 2: "authentication"
832026-02-10T20:01:59.403Zprocess exited: duration 65 ms, exit code 0
 
842026-02-10T20:01:59.452Zstarting task 3: "clone repository"
852026-02-10T20:01:59.477Z+ mkdir -p /work/oxidecomputer/omicron
862026-02-10T20:01:59.477Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-02-10T20:01:59.501ZCloning into '/work/oxidecomputer/omicron'...
882026-02-10T20:02:20.948Z+ cd /work/oxidecomputer/omicron
892026-02-10T20:02:20.948Z+ git fetch origin 9bc02f7ed90af9d339795cca86c1430f266f3b10
902026-02-10T20:02:21.680ZFrom https://github.com/oxidecomputer/omicron
912026-02-10T20:02:21.680Z * branch 9bc02f7ed90af9d339795cca86c1430f266f3b10 -> FETCH_HEAD
922026-02-10T20:02:21.705Z+ [[ -n tq-zfs-key-rotation ]]
932026-02-10T20:02:21.705Z++ git branch --show-current
942026-02-10T20:02:21.705Z+ current=main
952026-02-10T20:02:21.705Z+ [[ main != tq-zfs-key-rotation ]]
962026-02-10T20:02:21.705Z+ git branch -f tq-zfs-key-rotation 9bc02f7ed90af9d339795cca86c1430f266f3b10
972026-02-10T20:02:21.705Z+ git checkout -f tq-zfs-key-rotation
982026-02-10T20:02:22.415ZSwitched to branch 'tq-zfs-key-rotation'
992026-02-10T20:02:22.441Z+ git reset --hard 9bc02f7ed90af9d339795cca86c1430f266f3b10
1002026-02-10T20:02:22.541ZHEAD is now at 9bc02f7ed Remove dependency on `zfs-atomic-change-key` crate (#9837)
1012026-02-10T20:02:22.566Zprocess exited: duration 23092 ms, exit code 0
 
1022026-02-10T20:02:22.619Zstarting task 4: "build"
1032026-02-10T20:02:22.643Z+ source .github/buildomat/ci-env.sh
1042026-02-10T20:02:22.643Z++ export CARGO_TERM_COLOR=always
1052026-02-10T20:02:22.643Z++ CARGO_TERM_COLOR=always
1062026-02-10T20:02:22.643Z+ cargo --version
1072026-02-10T20:02:22.737Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-02-10T20:02:22.761Z+ rustc --version
1092026-02-10T20:02:22.859Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-02-10T20:02:22.884Z+ WORK=/work
1112026-02-10T20:02:22.884Z+ pfexec mkdir -p /work
1122026-02-10T20:02:22.884Z+ pfexec chown build /work
1132026-02-10T20:02:22.885Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142026-02-10T20:02:49.133Z Startup: Refreshing catalog 'helios-dev' ... Done
1152026-02-10T20:03:06.079Z Startup: Caching catalogs ... Done
1162026-02-10T20:03:42.456ZPlanning: Solver setup ... Done (32.705s)
1172026-02-10T20:03:46.780ZPlanning: Running solver ... Done (0.246s)
1182026-02-10T20:03:46.780ZPlanning: Finding local manifests ... Done (0.002s)
1192026-02-10T20:03:46.780ZPlanning: Fetching manifests: 0/4 0% complete
1202026-02-10T20:03:46.780ZPlanning: Fetching manifests: 4/4 100% complete
1212026-02-10T20:03:46.780ZPlanning: Package planning ... Done (0.081s)
1222026-02-10T20:03:46.899ZPlanning: Merging actions ... Done (0.081s)
1232026-02-10T20:03:46.899ZPlanning: Checking for conflicting actions ... Done (0.481s)
1242026-02-10T20:03:46.899ZPlanning: Consolidating action changes ... Done (0.019s)
1252026-02-10T20:03:46.899ZPlanning: Evaluating mediators ... Done (0.798s)
1262026-02-10T20:03:46.899ZPlanning: Planning completed in 37.69 seconds
1272026-02-10T20:03:46.899Z Packages to install: 4
1282026-02-10T20:03:46.899Z Mediators to change: 2
1292026-02-10T20:03:46.899Z Services to change: 1
1302026-02-10T20:03:46.899Z Estimated space available: 154.94 GB
1312026-02-10T20:03:46.899ZEstimated space to be consumed: 1.81 GB
1322026-02-10T20:03:46.899Z Create boot environment: No
1332026-02-10T20:03:46.899ZCreate backup boot environment: No
1342026-02-10T20:03:46.899Z Rebuild boot archive: No
1352026-02-10T20:03:46.899Z
1362026-02-10T20:03:46.899ZChanged mediators:
1372026-02-10T20:03:46.899Z mediator clang:
1382026-02-10T20:03:46.899Z version: None -> 15 (system default)
1392026-02-10T20:03:46.899Z
1402026-02-10T20:03:46.900Z mediator llvm:
1412026-02-10T20:03:46.900Z version: 14 (system default) -> 15 (system default)
1422026-02-10T20:03:46.900Z
1432026-02-10T20:03:46.900ZChanged packages:
1442026-02-10T20:03:46.900Zhelios-dev
1452026-02-10T20:03:46.900Z developer/build-essential
1462026-02-10T20:03:46.900Z None -> 11-2.0
1472026-02-10T20:03:46.900Z library/libxmlsec1
1482026-02-10T20:03:46.900Z None -> 1.2.35-2.0
1492026-02-10T20:03:46.900Z ooce/developer/clang-15
1502026-02-10T20:03:46.900Z None -> 15.0.7-2.0
1512026-02-10T20:03:46.900Z ooce/developer/llvm-15
1522026-02-10T20:03:46.900Z None -> 15.0.7-2.0
1532026-02-10T20:03:46.900Z
1542026-02-10T20:03:46.900ZServices:
1552026-02-10T20:03:46.900Z restart_fmri:
1562026-02-10T20:03:46.900Z svc:/system/update-man-index:default
1572026-02-10T20:03:46.900Z
1582026-02-10T20:03:46.900ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592026-02-10T20:03:51.924ZDownload: 1191/3290 items 55.6/212.6MB 26% complete (11.0M/s)
1602026-02-10T20:03:54.228ZDownload: 2231/3290 items 119.2/212.6MB 56% complete (12.1M/s)
1612026-02-10T20:03:59.744ZDownload: 3286/3290 items 210.3/212.6MB 98% complete (15.7M/s)
1622026-02-10T20:04:00.809ZDownload: Completed 212.60 MB in 15.85 seconds (13.4M/s)
1632026-02-10T20:04:00.840Z Actions: 1/3689 actions (Installing new actions)
1642026-02-10T20:04:07.513Z Actions: 2363/3689 actions (Installing new actions)
1652026-02-10T20:04:07.591Z Actions: Completed 3689 actions in 6.51 seconds.
1662026-02-10T20:04:08.038Z Done (0.867s)
1672026-02-10T20:04:08.038Z Done (0.000s)
1682026-02-10T20:04:09.347Z Done (1.586s)
1692026-02-10T20:04:15.792Z Done (6.158s)
1702026-02-10T20:04:15.821Z Done (0.021s)
1712026-02-10T20:04:15.821Z Done (0.000s)
1722026-02-10T20:04:15.821Z Done (0.000s)
1732026-02-10T20:04:16.979ZPlanning: Evaluating mediator changes ... Done
1742026-02-10T20:04:17.200ZPlanning: Checking for conflicting actions ... Done
1752026-02-10T20:04:17.329ZPlanning: Consolidating action changes ... Done
1762026-02-10T20:04:17.556ZPlanning: Evaluating mediators ... Done
1772026-02-10T20:04:17.589ZPlanning: Planning completed in 0.64 seconds
1782026-02-10T20:04:17.589Z Mediators to change: 2
1792026-02-10T20:04:17.589Z Create boot environment: No
1802026-02-10T20:04:17.590ZCreate backup boot environment: No
1812026-02-10T20:04:17.751Z Done
1822026-02-10T20:04:17.751Z Done
1832026-02-10T20:04:18.830Z Done
1842026-02-10T20:04:24.429Z Done
1852026-02-10T20:04:24.529Z Done
1862026-02-10T20:04:24.529Z Done
1872026-02-10T20:04:24.608Z Done
1882026-02-10T20:04:25.505ZPlanning: Evaluating mediator changes ... Done
1892026-02-10T20:04:25.531ZPlanning: Merging actions ... Done
1902026-02-10T20:04:25.823ZPlanning: Checking for conflicting actions ... Done
1912026-02-10T20:04:25.847ZPlanning: Consolidating action changes ... Done
1922026-02-10T20:04:26.211ZPlanning: Evaluating mediators ... Done
1932026-02-10T20:04:26.289ZPlanning: Planning completed in 1.17 seconds
1942026-02-10T20:04:26.339Z Packages to change: 1
1952026-02-10T20:04:26.339Z Mediators to change: 1
1962026-02-10T20:04:26.339Z Services to change: 1
1972026-02-10T20:04:26.339Z Create boot environment: No
1982026-02-10T20:04:26.339ZCreate backup boot environment: Yes
1992026-02-10T20:04:28.499Z Actions: 1/6 actions (Updating modified actions)
2002026-02-10T20:04:28.523Z Actions: Completed 6 actions in 0.00 seconds.
2012026-02-10T20:04:28.523Z Done
2022026-02-10T20:04:28.523Z Done
2032026-02-10T20:04:28.821Z Done
2042026-02-10T20:04:34.619Z Done
2052026-02-10T20:04:34.764Z Done
2062026-02-10T20:04:34.788Z Done
2072026-02-10T20:04:34.870Z Done
2082026-02-10T20:04:35.524ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092026-02-10T20:04:35.524Zclang system 15 system
2102026-02-10T20:04:35.524Zcsh system system illumos
2112026-02-10T20:04:35.524Zctags system system illumos
2122026-02-10T20:04:35.524Zfile system system illumos
2132026-02-10T20:04:35.524Zgcc vendor 12 vendor
2142026-02-10T20:04:35.524Zgcc system 10 system
2152026-02-10T20:04:35.524Zgcc system 7 system
2162026-02-10T20:04:35.524Zgo system 1.20 system
2172026-02-10T20:04:35.524Zgo system 1.19 system
2182026-02-10T20:04:35.524Zllvm system 15 system
2192026-02-10T20:04:35.524Zllvm system 14 system
2202026-02-10T20:04:35.524Zmariadb system 10.6 system
2212026-02-10T20:04:35.524Zmta vendor vendor dma
2222026-02-10T20:04:35.524Zopenjdk system 17 system
2232026-02-10T20:04:35.524Zopenjdk system 11 system
2242026-02-10T20:04:35.524Zopenjdk system 1.8 system
2252026-02-10T20:04:35.524Zopenssl vendor 3 vendor
2262026-02-10T20:04:35.524Zperl system 5.36 system
2272026-02-10T20:04:35.524Zpostgresql system 15 system
2282026-02-10T20:04:35.524Zpostgresql system 13 system
2292026-02-10T20:04:35.524Zpython vendor 3 vendor
2302026-02-10T20:04:35.524Zpython system 2 system
2312026-02-10T20:04:35.524Zpython3 system 3.11 system
2322026-02-10T20:04:35.524Zruby system 3.0 system
2332026-02-10T20:04:35.524Zwords vendor vendor american-english
2342026-02-10T20:04:35.524Zwords system system australian-english
2352026-02-10T20:04:35.524Zwords system system british-english
2362026-02-10T20:04:35.524Zwords system system canadian-english
2372026-02-10T20:04:35.524Zwords system system french
2382026-02-10T20:04:35.524Zwords system system italian
2392026-02-10T20:04:35.524Zwords system system ngerman
2402026-02-10T20:04:35.524Zwords system system ogerman
2412026-02-10T20:04:35.524Zwords system system spanish
2422026-02-10T20:04:35.952ZPUBLISHER TYPE STATUS P LOCATION
2432026-02-10T20:04:35.952Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2442026-02-10T20:04:46.627ZFMRI IFO
2452026-02-10T20:04:46.627Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2462026-02-10T20:04:46.628Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2472026-02-10T20:04:46.628Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2482026-02-10T20:04:46.628Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2492026-02-10T20:04:46.628Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2502026-02-10T20:04:46.628Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2512026-02-10T20:04:46.628Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2522026-02-10T20:04:46.628Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2532026-02-10T20:04:46.628Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2542026-02-10T20:04:46.628Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2552026-02-10T20:04:46.628Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2562026-02-10T20:04:46.628Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2572026-02-10T20:04:46.628Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2582026-02-10T20:04:46.628Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2592026-02-10T20:04:46.628Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2602026-02-10T20:04:46.628Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2612026-02-10T20:04:47.999Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2622026-02-10T20:04:48.686Z Updating crates.io index
2632026-02-10T20:04:48.722Z Updating git repository `https://github.com/oxidecomputer/lldp`
2642026-02-10T20:04:49.511Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2652026-02-10T20:04:50.977Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2662026-02-10T20:04:51.534Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2672026-02-10T20:04:52.074Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2682026-02-10T20:04:52.830Z Updating git repository `https://github.com/oxidecomputer/propolis`
2692026-02-10T20:04:55.359Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-02-10T20:04:59.124Z Updating git repository `https://github.com/oxidecomputer/opte`
2712026-02-10T20:05:00.848Z Updating git repository `https://github.com/oxidecomputer/tofino`
2722026-02-10T20:05:01.503Z Updating git repository `https://github.com/oxidecomputer/falcon`
2732026-02-10T20:05:03.003Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2742026-02-10T20:05:04.112Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752026-02-10T20:05:04.732Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2762026-02-10T20:05:05.671Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2772026-02-10T20:05:06.311Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2782026-02-10T20:05:07.680Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-02-10T20:05:08.711Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-02-10T20:05:09.255Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812026-02-10T20:05:09.927Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2822026-02-10T20:05:10.686Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2832026-02-10T20:05:11.306Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2842026-02-10T20:05:11.807Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2852026-02-10T20:05:12.508Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2862026-02-10T20:05:13.290Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2872026-02-10T20:05:14.320Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2882026-02-10T20:05:14.900Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2892026-02-10T20:05:15.641Z Updating git repository `https://github.com/oxidecomputer/ispf`
2902026-02-10T20:05:16.337Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2912026-02-10T20:05:17.569Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2922026-02-10T20:05:18.328Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2932026-02-10T20:05:18.864Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2942026-02-10T20:05:19.560Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2952026-02-10T20:05:20.334Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-02-10T20:05:21.106Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2972026-02-10T20:05:21.605Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2982026-02-10T20:05:22.299Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2992026-02-10T20:05:22.837Z Updating git repository `https://github.com/illumos/smf-rs`
3002026-02-10T20:05:23.501Z Updating git repository `https://github.com/oxidecomputer/omicron`
3012026-02-10T20:05:41.311Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3022026-02-10T20:05:43.119Z Downloading crates ...
3032026-02-10T20:05:48.201Z Downloaded synstructure v0.13.1
3042026-02-10T20:05:48.224Z Downloaded serde_core v1.0.228
3052026-02-10T20:05:48.224Z Downloaded clap v4.5.48
3062026-02-10T20:05:48.248Z Downloaded utf16_iter v1.0.5
3072026-02-10T20:05:48.248Z Downloaded zerofrom-derive v0.1.4
3082026-02-10T20:05:48.248Z Downloaded idna_adapter v1.2.0
3092026-02-10T20:05:48.273Z Downloaded zerovec v0.10.4
3102026-02-10T20:05:48.273Z Downloaded zerofrom v0.1.4
3112026-02-10T20:05:48.273Z Downloaded utf8_iter v1.0.4
3122026-02-10T20:05:48.297Z Downloaded unicode-width v0.1.14
3132026-02-10T20:05:48.297Z Downloaded write16 v1.0.0
3142026-02-10T20:05:48.297Z Downloaded toml_edit v0.22.27
3152026-02-10T20:05:48.321Z Downloaded serde_json v1.0.149
3162026-02-10T20:05:48.321Z Downloaded goblin v0.8.2
3172026-02-10T20:05:48.345Z Downloaded tabled v0.15.0
3182026-02-10T20:05:48.369Z Downloaded syn v1.0.109
3192026-02-10T20:05:48.369Z Downloaded syn v2.0.114
3202026-02-10T20:05:48.393Z Downloaded rustix v0.38.37
3212026-02-10T20:05:48.417Z Downloaded rustix v1.1.3
3222026-02-10T20:05:48.440Z Downloaded pest v2.8.2
3232026-02-10T20:05:48.440Z Downloaded log v0.4.29
3242026-02-10T20:05:48.464Z Downloaded libc v0.2.180
3252026-02-10T20:05:48.488Z Downloaded autocfg v1.4.0
3262026-02-10T20:05:48.488Z Downloaded toml v0.8.23
3272026-02-10T20:05:48.512Z Downloaded textwrap v0.16.2
3282026-02-10T20:05:48.512Z Downloaded tempfile v3.24.0
3292026-02-10T20:05:48.512Z Downloaded serde v1.0.228
3302026-02-10T20:05:48.512Z Downloaded proc-macro-error v1.0.4
3312026-02-10T20:05:48.512Z Downloaded pest_derive v2.8.2
3322026-02-10T20:05:48.512Z Downloaded once_cell v1.21.3
3332026-02-10T20:05:48.512Z Downloaded num-traits v0.2.19
3342026-02-10T20:05:48.536Z Downloaded litemap v0.7.3
3352026-02-10T20:05:48.536Z Downloaded toml_write v0.1.2
3362026-02-10T20:05:48.536Z Downloaded toml_datetime v0.6.11
3372026-02-10T20:05:48.536Z Downloaded thiserror-impl v2.0.18
3382026-02-10T20:05:48.536Z Downloaded thiserror-impl v1.0.69
3392026-02-10T20:05:48.536Z Downloaded thiserror v2.0.18
3402026-02-10T20:05:48.536Z Downloaded thiserror v1.0.69
3412026-02-10T20:05:48.560Z Downloaded terminal_size v0.4.0
3422026-02-10T20:05:48.560Z Downloaded smallvec v1.15.1
3432026-02-10T20:05:48.560Z Downloaded semver v1.0.27
3442026-02-10T20:05:48.560Z Downloaded memchr v2.7.4
3452026-02-10T20:05:48.560Z Downloaded scroll v0.12.0
3462026-02-10T20:05:48.560Z Downloaded plain v0.2.3
3472026-02-10T20:05:48.560Z Downloaded pest_generator v2.8.2
3482026-02-10T20:05:48.560Z Downloaded memmap v0.7.0
3492026-02-10T20:05:48.585Z Downloaded usdt-macro v0.5.0
3502026-02-10T20:05:48.585Z Downloaded unicode-ident v1.0.19
3512026-02-10T20:05:48.585Z Downloaded typenum v1.17.0
3522026-02-10T20:05:48.585Z Downloaded thread-id v4.2.2
3532026-02-10T20:05:48.585Z Downloaded smawk v0.3.2
3542026-02-10T20:05:48.585Z Downloaded sha2 v0.10.9
3552026-02-10T20:05:48.585Z Downloaded quote v1.0.40
3562026-02-10T20:05:48.585Z Downloaded proc-macro-error-attr v1.0.4
3572026-02-10T20:05:48.585Z Downloaded pretty-hex v0.4.1
3582026-02-10T20:05:48.585Z Downloaded percent-encoding v2.3.2
3592026-02-10T20:05:48.585Z Downloaded ordered-float v2.10.1
3602026-02-10T20:05:48.585Z Downloaded macaddr v1.0.1
3612026-02-10T20:05:48.609Z Downloaded itoa v1.0.11
3622026-02-10T20:05:48.609Z Downloaded displaydoc v0.2.5
3632026-02-10T20:05:48.609Z Downloaded heck v0.5.0
3642026-02-10T20:05:48.609Z Downloaded heck v0.4.1
3652026-02-10T20:05:48.609Z Downloaded getrandom v0.3.4
3662026-02-10T20:05:48.609Z Downloaded fs-err v3.1.1
3672026-02-10T20:05:48.609Z Downloaded form_urlencoded v1.2.2
3682026-02-10T20:05:48.609Z Downloaded erased-serde v0.4.6
3692026-02-10T20:05:48.609Z Downloaded zerocopy v0.7.35
3702026-02-10T20:05:48.634Z Downloaded zerovec-derive v0.10.3
3712026-02-10T20:05:48.634Z Downloaded typeid v1.0.3
3722026-02-10T20:05:48.634Z Downloaded yoke v0.7.4
3732026-02-10T20:05:48.658Z Downloaded unicode-width v0.2.0
3742026-02-10T20:05:48.658Z Downloaded swrite v0.1.0
3752026-02-10T20:05:48.658Z Downloaded strsim v0.11.1
3762026-02-10T20:05:48.658Z Downloaded stable_deref_trait v1.2.0
3772026-02-10T20:05:48.658Z Downloaded serde_tokenstream v0.2.2
3782026-02-10T20:05:48.658Z Downloaded serde_spanned v0.6.9
3792026-02-10T20:05:48.658Z Downloaded serde_derive v1.0.228
3802026-02-10T20:05:48.682Z Downloaded serde-value v0.7.0
3812026-02-10T20:05:48.682Z Downloaded serde-untagged v0.1.7
3822026-02-10T20:05:48.682Z Downloaded scroll_derive v0.12.0
3832026-02-10T20:05:48.682Z Downloaded icu_collections v1.5.0
3842026-02-10T20:05:48.682Z Downloaded fnv v1.0.7
3852026-02-10T20:05:48.682Z Downloaded dtrace-parser v0.2.0
3862026-02-10T20:05:48.706Z Downloaded dof v0.3.0
3872026-02-10T20:05:48.706Z Downloaded indexmap v2.13.0
3882026-02-10T20:05:48.706Z Downloaded icu_provider_macros v1.5.0
3892026-02-10T20:05:48.706Z Downloaded icu_provider v1.5.0
3902026-02-10T20:05:48.707Z Downloaded icu_normalizer_data v1.5.0
3912026-02-10T20:05:48.707Z Downloaded icu_normalizer v1.5.0
3922026-02-10T20:05:48.707Z Downloaded icu_locid_transform v1.5.0
3932026-02-10T20:05:48.731Z Downloaded icu_locid v1.5.0
3942026-02-10T20:05:48.731Z Downloaded equivalent v1.0.2
3952026-02-10T20:05:48.731Z Downloaded cpufeatures v0.2.14
3962026-02-10T20:05:48.731Z Downloaded idna v1.0.3
3972026-02-10T20:05:48.731Z Downloaded papergrid v0.11.0
3982026-02-10T20:05:48.755Z Downloaded icu_properties_data v1.5.0
3992026-02-10T20:05:48.780Z Downloaded proc-macro2 v1.0.101
4002026-02-10T20:05:48.780Z Downloaded hashbrown v0.16.1
4012026-02-10T20:05:48.780Z Downloaded digest v0.10.7
4022026-02-10T20:05:48.780Z Downloaded crypto-common v0.1.6
4032026-02-10T20:05:48.780Z Downloaded clap_builder v4.5.48
4042026-02-10T20:05:48.805Z Downloaded yoke-derive v0.7.4
4052026-02-10T20:05:48.805Z Downloaded writeable v0.5.5
4062026-02-10T20:05:48.805Z Downloaded utf8parse v0.2.2
4072026-02-10T20:05:48.805Z Downloaded usdt v0.5.0
4082026-02-10T20:05:48.805Z Downloaded url v2.5.4
4092026-02-10T20:05:48.805Z Downloaded unicode-xid v0.2.6
4102026-02-10T20:05:48.805Z Downloaded tabled_derive v0.7.0
4112026-02-10T20:05:48.805Z Downloaded is_terminal_polyfill v1.70.1
4122026-02-10T20:05:48.805Z Downloaded icu_properties v1.5.1
4132026-02-10T20:05:48.805Z Downloaded icu_locid_transform_data v1.5.0
4142026-02-10T20:05:48.805Z Downloaded fastrand v2.1.1
4152026-02-10T20:05:48.805Z Downloaded clap_derive v4.5.47
4162026-02-10T20:05:48.805Z Downloaded camino-tempfile v1.4.1
4172026-02-10T20:05:48.829Z Downloaded bitflags v2.9.4
4182026-02-10T20:05:48.829Z Downloaded generic-array v0.14.7
4192026-02-10T20:05:48.829Z Downloaded errno v0.3.12
4202026-02-10T20:05:48.829Z Downloaded tinystr v0.7.6
4212026-02-10T20:05:48.829Z Downloaded camino v1.2.2
4222026-02-10T20:05:48.829Z Downloaded bytecount v0.6.8
4232026-02-10T20:05:48.829Z Downloaded cfg-if v1.0.4
4242026-02-10T20:05:48.829Z Downloaded cargo-util-schemas v0.8.2
4252026-02-10T20:05:48.854Z Downloaded anstyle-query v1.1.1
4262026-02-10T20:05:48.854Z Downloaded cargo_metadata v0.21.0
4272026-02-10T20:05:48.854Z Downloaded byteorder v1.5.0
4282026-02-10T20:05:48.855Z Downloaded anyhow v1.0.99
4292026-02-10T20:05:48.855Z Downloaded anstyle-parse v0.2.5
4302026-02-10T20:05:48.855Z Downloaded anstyle v1.0.11
4312026-02-10T20:05:48.855Z Downloaded anstream v0.6.18
4322026-02-10T20:05:48.855Z Downloaded pest_meta v2.8.2
4332026-02-10T20:05:48.855Z Downloaded colorchoice v1.0.2
4342026-02-10T20:05:48.855Z Downloaded clap_lex v0.7.4
4352026-02-10T20:05:48.878Z Downloaded cargo_toml v0.21.0
4362026-02-10T20:05:48.878Z Downloaded cargo-platform v0.2.0
4372026-02-10T20:05:48.879Z Downloaded block-buffer v0.10.4
4382026-02-10T20:05:49.009Z Downloaded zmij v1.0.15
4392026-02-10T20:05:49.048Z Downloaded usdt-impl v0.5.0
4402026-02-10T20:05:49.072Z Downloaded unicode-linebreak v0.1.5
4412026-02-10T20:05:49.095Z Downloaded version_check v0.9.5
4422026-02-10T20:05:49.119Z Downloaded zerocopy-derive v0.7.35
4432026-02-10T20:05:49.119Z Downloaded usdt-attr-macro v0.5.0
4442026-02-10T20:05:49.144Z Downloaded winnow v0.7.14
4452026-02-10T20:05:49.169Z Downloaded ucd-trie v0.1.7
4462026-02-10T20:05:49.269Z Compiling proc-macro2 v1.0.101
4472026-02-10T20:05:49.269Z Compiling unicode-ident v1.0.19
4482026-02-10T20:05:49.269Z Compiling serde_core v1.0.228
4492026-02-10T20:05:49.269Z Compiling serde v1.0.228
4502026-02-10T20:05:49.293Z Compiling version_check v0.9.5
4512026-02-10T20:05:49.293Z Compiling libc v0.2.180
4522026-02-10T20:05:49.293Z Compiling memchr v2.7.4
4532026-02-10T20:05:49.324Z Compiling stable_deref_trait v1.2.0
4542026-02-10T20:05:49.555Z Compiling thiserror v2.0.18
4552026-02-10T20:05:49.689Z Compiling zmij v1.0.15
4562026-02-10T20:05:50.451Z Compiling itoa v1.0.11
4572026-02-10T20:05:50.485Z Compiling writeable v0.5.5
4582026-02-10T20:05:50.798Z Compiling litemap v0.7.3
4592026-02-10T20:05:50.918Z Compiling ucd-trie v0.1.7
4602026-02-10T20:05:51.159Z Compiling thiserror v1.0.69
4612026-02-10T20:05:51.255Z Compiling autocfg v1.4.0
4622026-02-10T20:05:51.538Z Compiling icu_locid_transform_data v1.5.0
4632026-02-10T20:05:51.676Z Compiling bitflags v2.9.4
4642026-02-10T20:05:51.968Z Compiling quote v1.0.40
4652026-02-10T20:05:52.155Z Compiling errno v0.3.12
4662026-02-10T20:05:52.189Z Compiling byteorder v1.5.0
4672026-02-10T20:05:52.266Z Compiling icu_properties_data v1.5.0
4682026-02-10T20:05:52.340Z Compiling serde_json v1.0.149
4692026-02-10T20:05:52.496Z Compiling syn v2.0.114
4702026-02-10T20:05:52.671Z Compiling num-traits v0.2.19
4712026-02-10T20:05:52.709Z Compiling typeid v1.0.3
4722026-02-10T20:05:52.745Z Compiling equivalent v1.0.2
4732026-02-10T20:05:52.840Z Compiling write16 v1.0.0
4742026-02-10T20:05:52.938Z Compiling utf8_iter v1.0.4
4752026-02-10T20:05:53.056Z Compiling hashbrown v0.16.1
4762026-02-10T20:05:53.232Z Compiling utf16_iter v1.0.5
4772026-02-10T20:05:53.281Z Compiling icu_normalizer_data v1.5.0
4782026-02-10T20:05:53.434Z Compiling smallvec v1.15.1
4792026-02-10T20:05:53.466Z Compiling rustix v0.38.37
4802026-02-10T20:05:53.926Z Compiling usdt-impl v0.5.0
4812026-02-10T20:05:54.006Z Compiling proc-macro-error-attr v1.0.4
4822026-02-10T20:05:54.372Z Compiling indexmap v2.13.0
4832026-02-10T20:05:54.406Z Compiling toml_write v0.1.2
4842026-02-10T20:05:54.407Z Compiling winnow v0.7.14
4852026-02-10T20:05:54.468Z Compiling syn v1.0.109
4862026-02-10T20:05:54.585Z Compiling thread-id v4.2.2
4872026-02-10T20:05:55.704Z Compiling proc-macro-error v1.0.4
4882026-02-10T20:05:56.061Z Compiling utf8parse v0.2.2
4892026-02-10T20:05:56.137Z Compiling log v0.4.29
4902026-02-10T20:05:56.292Z Compiling percent-encoding v2.3.2
4912026-02-10T20:05:56.322Z Compiling camino v1.2.2
4922026-02-10T20:05:56.553Z Compiling getrandom v0.3.4
4932026-02-10T20:05:56.691Z Compiling rustix v1.1.3
4942026-02-10T20:05:57.049Z Compiling plain v0.2.3
4952026-02-10T20:05:57.177Z Compiling ordered-float v2.10.1
4962026-02-10T20:05:57.287Z Compiling form_urlencoded v1.2.2
4972026-02-10T20:05:57.677Z Compiling anstyle-parse v0.2.5
4982026-02-10T20:05:57.939Z Compiling terminal_size v0.4.0
4992026-02-10T20:05:58.230Z Compiling colorchoice v1.0.2
5002026-02-10T20:05:58.271Z Compiling is_terminal_polyfill v1.70.1
5012026-02-10T20:05:58.442Z Compiling anstyle v1.0.11
5022026-02-10T20:05:58.472Z Compiling anstyle-query v1.1.1
5032026-02-10T20:05:58.504Z Compiling cfg-if v1.0.4
5042026-02-10T20:05:58.649Z Compiling pretty-hex v0.4.1
5052026-02-10T20:05:58.916Z Compiling anstream v0.6.18
5062026-02-10T20:05:59.040Z Compiling semver v1.0.27
5072026-02-10T20:05:59.617Z Compiling fs-err v3.1.1
5082026-02-10T20:05:59.808Z Compiling bytecount v0.6.8
5092026-02-10T20:05:59.914Z Compiling fnv v1.0.7
5102026-02-10T20:05:59.970Z Compiling unicode-width v0.1.14
5112026-02-10T20:06:00.027Z Compiling fastrand v2.1.1
5122026-02-10T20:06:00.119Z Compiling synstructure v0.13.1
5132026-02-10T20:06:00.151Z Compiling anyhow v1.0.99
5142026-02-10T20:06:00.587Z Compiling unicode-xid v0.2.6
5152026-02-10T20:06:00.632Z Compiling once_cell v1.21.3
5162026-02-10T20:06:00.836Z Compiling strsim v0.11.1
5172026-02-10T20:06:00.898Z Compiling clap_lex v0.7.4
5182026-02-10T20:06:01.078Z Compiling heck v0.4.1
5192026-02-10T20:06:01.435Z Compiling heck v0.5.0
5202026-02-10T20:06:01.560Z Compiling clap_builder v4.5.48
5212026-02-10T20:06:01.605Z Compiling tempfile v3.24.0
5222026-02-10T20:06:02.034Z Compiling papergrid v0.11.0
5232026-02-10T20:06:02.166Z Compiling memmap v0.7.0
5242026-02-10T20:06:02.334Z Compiling smawk v0.3.2
5252026-02-10T20:06:02.472Z Compiling unicode-linebreak v0.1.5
5262026-02-10T20:06:02.530Z Compiling unicode-width v0.2.0
5272026-02-10T20:06:03.040Z Compiling textwrap v0.16.2
5282026-02-10T20:06:03.343Z Compiling camino-tempfile v1.4.1
5292026-02-10T20:06:03.836Z Compiling swrite v0.1.0
5302026-02-10T20:06:03.873Z Compiling tabled_derive v0.7.0
5312026-02-10T20:06:03.926Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
5322026-02-10T20:06:04.678Z Compiling serde_derive v1.0.228
5332026-02-10T20:06:04.678Z Compiling zerofrom-derive v0.1.4
5342026-02-10T20:06:04.796Z Compiling yoke-derive v0.7.4
5352026-02-10T20:06:04.908Z Compiling zerovec-derive v0.10.3
5362026-02-10T20:06:05.154Z Compiling thiserror-impl v2.0.18
5372026-02-10T20:06:06.297Z Compiling displaydoc v0.2.5
5382026-02-10T20:06:07.596Z Compiling icu_provider_macros v1.5.0
5392026-02-10T20:06:08.033Z Compiling thiserror-impl v1.0.69
5402026-02-10T20:06:08.066Z Compiling zerocopy-derive v0.7.35
5412026-02-10T20:06:08.553Z Compiling zerofrom v0.1.4
5422026-02-10T20:06:08.876Z Compiling yoke v0.7.4
5432026-02-10T20:06:08.907Z Compiling pest v2.8.2
5442026-02-10T20:06:08.941Z Compiling scroll_derive v0.12.0
5452026-02-10T20:06:09.414Z Compiling zerovec v0.10.4
5462026-02-10T20:06:10.287Z Compiling zerocopy v0.7.35
5472026-02-10T20:06:10.488Z Compiling clap_derive v4.5.47
5482026-02-10T20:06:10.594Z Compiling scroll v0.12.0
5492026-02-10T20:06:11.197Z Compiling goblin v0.8.2
5502026-02-10T20:06:11.441Z Compiling tabled v0.15.0
5512026-02-10T20:06:11.829Z Compiling tinystr v0.7.6
5522026-02-10T20:06:11.856Z Compiling icu_collections v1.5.0
5532026-02-10T20:06:12.218Z Compiling icu_locid v1.5.0
5542026-02-10T20:06:12.301Z Compiling pest_meta v2.8.2
5552026-02-10T20:06:13.834Z Compiling icu_provider v1.5.0
5562026-02-10T20:06:14.141Z Compiling pest_generator v2.8.2
5572026-02-10T20:06:14.201Z Compiling toml_datetime v0.6.11
5582026-02-10T20:06:14.236Z Compiling serde_spanned v0.6.9
5592026-02-10T20:06:14.518Z Compiling dof v0.3.0
5602026-02-10T20:06:14.803Z Compiling icu_locid_transform v1.5.0
5612026-02-10T20:06:14.968Z Compiling toml_edit v0.22.27
5622026-02-10T20:06:15.028Z Compiling erased-serde v0.4.6
5632026-02-10T20:06:15.587Z Compiling serde_tokenstream v0.2.2
5642026-02-10T20:06:16.055Z Compiling serde-value v0.7.0
5652026-02-10T20:06:16.244Z Compiling serde-untagged v0.1.7
5662026-02-10T20:06:16.287Z Compiling cargo-platform v0.2.0
5672026-02-10T20:06:16.818Z Compiling icu_properties v1.5.1
5682026-02-10T20:06:16.873Z Compiling clap v4.5.48
5692026-02-10T20:06:16.906Z Compiling macaddr v1.0.1
5702026-02-10T20:06:16.980Z Compiling pest_derive v2.8.2
5712026-02-10T20:06:17.800Z Compiling dtrace-parser v0.2.0
5722026-02-10T20:06:18.710Z Compiling toml v0.8.23
5732026-02-10T20:06:19.609Z Compiling cargo_toml v0.21.0
5742026-02-10T20:06:19.650Z Compiling usdt-attr-macro v0.5.0
5752026-02-10T20:06:19.689Z Compiling usdt-macro v0.5.0
5762026-02-10T20:06:20.624Z Compiling icu_normalizer v1.5.0
5772026-02-10T20:06:20.904Z Compiling usdt v0.5.0
5782026-02-10T20:06:21.550Z Compiling idna_adapter v1.2.0
5792026-02-10T20:06:21.767Z Compiling idna v1.0.3
5802026-02-10T20:06:22.364Z Compiling url v2.5.4
5812026-02-10T20:06:23.324Z Compiling cargo-util-schemas v0.8.2
5822026-02-10T20:06:25.569Z Compiling cargo_metadata v0.21.0
5832026-02-10T20:06:27.994Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5842026-02-10T20:06:33.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
5852026-02-10T20:06:33.744Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5862026-02-10T20:06:35.097Z Downloading crates ...
5872026-02-10T20:06:35.309Z Downloaded array-init v0.0.4
5882026-02-10T20:06:35.333Z Downloaded crossbeam-channel v0.5.15
5892026-02-10T20:06:35.356Z Downloaded document-features v0.2.11
5902026-02-10T20:06:35.356Z Downloaded foreign-types v0.3.2
5912026-02-10T20:06:35.380Z Downloaded expectorate v1.2.0
5922026-02-10T20:06:35.380Z Downloaded getrandom v0.2.15
5932026-02-10T20:06:35.380Z Downloaded des v0.8.1
5942026-02-10T20:06:35.404Z Downloaded hashbrown v0.12.3
5952026-02-10T20:06:35.404Z Downloaded dirs-next v2.0.0
5962026-02-10T20:06:35.428Z Downloaded futures-io v0.3.31
5972026-02-10T20:06:35.428Z Downloaded gethostname v0.5.0
5982026-02-10T20:06:35.452Z Downloaded half v2.4.1
5992026-02-10T20:06:35.452Z Downloaded hyper-tls v0.6.0
6002026-02-10T20:06:35.484Z Downloaded libscf-sys v1.1.0
6012026-02-10T20:06:35.484Z Downloaded httparse v1.9.5
6022026-02-10T20:06:35.484Z Downloaded multimap v0.10.1
6032026-02-10T20:06:35.509Z Downloaded nibble_vec v0.1.0
6042026-02-10T20:06:35.509Z Downloaded hex-literal v0.4.1
6052026-02-10T20:06:35.509Z Downloaded futures-task v0.3.31
6062026-02-10T20:06:35.509Z Downloaded nix v0.28.0
6072026-02-10T20:06:35.537Z Downloaded lzss v0.8.2
6082026-02-10T20:06:35.561Z Downloaded num-iter v0.1.45
6092026-02-10T20:06:35.586Z Downloaded omicron-zone-package v0.12.2
6102026-02-10T20:06:35.610Z Downloaded parking_lot_core v0.8.6
6112026-02-10T20:06:35.635Z Downloaded num-derive v0.4.2
6122026-02-10T20:06:35.661Z Downloaded password-hash v0.5.0
6132026-02-10T20:06:35.687Z Downloaded progenitor-client v0.10.0
6142026-02-10T20:06:35.687Z Downloaded rand_core v0.9.3
6152026-02-10T20:06:35.687Z Downloaded rayon v1.10.0
6162026-02-10T20:06:35.710Z Downloaded rfc6979 v0.4.0
6172026-02-10T20:06:35.735Z Downloaded precomputed-hash v0.1.1
6182026-02-10T20:06:35.735Z Downloaded same-file v1.0.6
6192026-02-10T20:06:35.735Z Downloaded proptest v1.7.0
6202026-02-10T20:06:35.760Z Downloaded progenitor-macro v0.10.0
6212026-02-10T20:06:35.760Z Downloaded serde_repr v0.1.19
6222026-02-10T20:06:35.760Z Downloaded serde-big-array v0.5.1
6232026-02-10T20:06:35.786Z Downloaded shell-words v1.1.0
6242026-02-10T20:06:35.810Z Downloaded signal-hook v0.3.18
6252026-02-10T20:06:35.838Z Downloaded serde_path_to_error v0.1.20
6262026-02-10T20:06:35.838Z Downloaded sync_wrapper v1.0.1
6272026-02-10T20:06:35.838Z Downloaded tiny-keccak v2.0.2
6282026-02-10T20:06:35.838Z Downloaded tagptr v0.2.0
6292026-02-10T20:06:35.862Z Downloaded tokio-tungstenite v0.23.1
6302026-02-10T20:06:35.862Z Downloaded tui-tree-widget v0.23.1
6312026-02-10T20:06:35.862Z Downloaded take_mut v0.2.2
6322026-02-10T20:06:35.862Z Downloaded tungstenite v0.23.0
6332026-02-10T20:06:35.862Z Downloaded slog-stdlog v4.1.1
6342026-02-10T20:06:35.862Z Downloaded unarray v0.1.4
6352026-02-10T20:06:35.886Z Downloaded unicode-normalization v0.1.24
6362026-02-10T20:06:35.886Z Downloaded typed-path v0.9.3
6372026-02-10T20:06:35.886Z Downloaded untrusted v0.7.1
6382026-02-10T20:06:35.911Z Downloaded tabled_derive v0.11.0
6392026-02-10T20:06:35.911Z Downloaded tabwriter v1.4.0
6402026-02-10T20:06:35.911Z Downloaded tabled_derive v0.10.0
6412026-02-10T20:06:35.911Z Downloaded which v4.4.2
6422026-02-10T20:06:35.911Z Downloaded time-macros v0.2.24
6432026-02-10T20:06:35.911Z Downloaded time-core v0.1.6
6442026-02-10T20:06:35.911Z Downloaded tokio-util v0.7.15
6452026-02-10T20:06:35.936Z Downloaded xshell-macros v0.2.7
6462026-02-10T20:06:35.936Z Downloaded zone_cfg_derive v0.3.0
6472026-02-10T20:06:35.936Z Downloaded zone v0.1.8
6482026-02-10T20:06:35.936Z Downloaded usdt-impl v0.6.0
6492026-02-10T20:06:35.960Z Downloaded zerocopy v0.8.27
6502026-02-10T20:06:35.984Z Downloaded zeroize v1.8.1
6512026-02-10T20:06:35.984Z Downloaded vcpkg v0.2.15
6522026-02-10T20:06:36.050Z Downloaded zstd-safe v7.2.3
6532026-02-10T20:06:36.088Z Downloaded zone_cfg_derive v0.1.2
6542026-02-10T20:06:36.088Z Downloaded zstd v0.13.3
6552026-02-10T20:06:36.088Z Downloaded yasna v0.5.2
6562026-02-10T20:06:36.088Z Downloaded webpki-roots v1.0.1
6572026-02-10T20:06:36.088Z Downloaded serde_cbor v0.11.2
6582026-02-10T20:06:36.113Z Downloaded unicode-truncate v1.1.0
6592026-02-10T20:06:36.113Z Downloaded usdt-attr-macro v0.6.0
6602026-02-10T20:06:36.113Z Downloaded zerocopy-derive v0.8.27
6612026-02-10T20:06:36.113Z Downloaded zone v0.3.1
6622026-02-10T20:06:36.113Z Downloaded xshell v0.2.7
6632026-02-10T20:06:36.113Z Downloaded winnow v0.6.26
6642026-02-10T20:06:36.140Z Downloaded zlib-rs v0.5.1
6652026-02-10T20:06:36.165Z Downloaded serde_derive_internals v0.29.1
6662026-02-10T20:06:36.165Z Downloaded tough v0.20.0
6672026-02-10T20:06:36.165Z Downloaded yansi v1.0.1
6682026-02-10T20:06:36.165Z Downloaded ssh-cipher v0.2.0
6692026-02-10T20:06:36.165Z Downloaded tinyvec_macros v0.1.1
6702026-02-10T20:06:36.165Z Downloaded schemars v0.8.22
6712026-02-10T20:06:36.190Z Downloaded test-strategy v0.4.3
6722026-02-10T20:06:36.190Z Downloaded vergen-lib v0.1.6
6732026-02-10T20:06:36.190Z Downloaded tokio-dtrace v0.1.0
6742026-02-10T20:06:36.215Z Downloaded unit-prefix v0.5.1
6752026-02-10T20:06:36.215Z Downloaded typify v0.4.3
6762026-02-10T20:06:36.215Z Downloaded zerocopy-derive v0.6.6
6772026-02-10T20:06:36.215Z Downloaded zopfli v0.8.1
6782026-02-10T20:06:36.240Z Downloaded untrusted v0.9.0
6792026-02-10T20:06:36.240Z Downloaded utf-8 v0.7.6
6802026-02-10T20:06:36.240Z Downloaded tracing v0.1.40
6812026-02-10T20:06:36.240Z Downloaded tokio v1.49.0
6822026-02-10T20:06:36.283Z Downloaded unsafe-libyaml v0.2.11
6832026-02-10T20:06:36.306Z Downloaded unicode-segmentation v1.12.0
6842026-02-10T20:06:36.306Z Downloaded tracing-attributes v0.1.27
6852026-02-10T20:06:36.306Z Downloaded strum_macros v0.26.4
6862026-02-10T20:06:36.307Z Downloaded typify-macro v0.4.3
6872026-02-10T20:06:36.307Z Downloaded tower v0.5.2
6882026-02-10T20:06:36.331Z Downloaded tokio-macros v2.6.0
6892026-02-10T20:06:36.331Z Downloaded tls_codec_derive v0.4.1
6902026-02-10T20:06:36.331Z Downloaded typify v0.2.0
6912026-02-10T20:06:36.331Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
6922026-02-10T20:06:36.356Z Downloaded sha3 v0.10.8
6932026-02-10T20:06:36.356Z Downloaded zerocopy v0.6.6
6942026-02-10T20:06:36.380Z Downloaded wyz v0.5.1
6952026-02-10T20:06:36.380Z Downloaded unicase v2.8.1
6962026-02-10T20:06:36.380Z Downloaded typify-impl v0.4.3
6972026-02-10T20:06:36.404Z Downloaded tracing-core v0.1.32
6982026-02-10T20:06:36.404Z Downloaded tokio-postgres v0.7.13
6992026-02-10T20:06:36.404Z Downloaded termtree v0.5.1
7002026-02-10T20:06:36.404Z Downloaded reedline v0.40.0
7012026-02-10T20:06:36.404Z Downloaded vergen-gitcl v1.0.8
7022026-02-10T20:06:36.428Z Downloaded trait-variant v0.1.2
7032026-02-10T20:06:36.428Z Downloaded rustls v0.22.4
7042026-02-10T20:06:36.428Z Downloaded term v0.7.0
7052026-02-10T20:06:36.428Z Downloaded tokio-native-tls v0.3.1
7062026-02-10T20:06:36.454Z Downloaded tar v0.4.44
7072026-02-10T20:06:36.454Z Downloaded tap v1.0.1
7082026-02-10T20:06:36.454Z Downloaded pem v3.0.5
7092026-02-10T20:06:36.454Z Downloaded tokio-stream v0.1.17
7102026-02-10T20:06:36.454Z Downloaded spin v0.9.8
7112026-02-10T20:06:36.454Z Downloaded smoltcp v0.9.1
7122026-02-10T20:06:36.478Z Downloaded rand_chacha v0.3.1
7132026-02-10T20:06:36.478Z Downloaded tabled v0.20.0
7142026-02-10T20:06:36.502Z Downloaded rustls-webpki v0.102.8
7152026-02-10T20:06:36.526Z Downloaded progenitor v0.10.0
7162026-02-10T20:06:36.550Z Downloaded pkcs8 v0.10.2
7172026-02-10T20:06:36.550Z Downloaded unicode-bidi v0.3.17
7182026-02-10T20:06:36.550Z Downloaded tungstenite v0.21.0
7192026-02-10T20:06:36.550Z Downloaded secrecy v0.8.0
7202026-02-10T20:06:36.550Z Downloaded rand_seeder v0.4.0
7212026-02-10T20:06:36.550Z Downloaded h2 v0.4.6
7222026-02-10T20:06:36.574Z Downloaded tokio-rustls v0.24.1
7232026-02-10T20:06:36.574Z Downloaded time v0.3.43
7242026-02-10T20:06:36.574Z Downloaded static_assertions v1.1.0
7252026-02-10T20:06:36.574Z Downloaded sec1 v0.7.3
7262026-02-10T20:06:36.574Z Downloaded salsa20 v0.10.2
7272026-02-10T20:06:36.574Z Downloaded rustls v0.21.12
7282026-02-10T20:06:36.600Z Downloaded rayon-core v1.12.1
7292026-02-10T20:06:36.600Z Downloaded rand_core v0.6.4
7302026-02-10T20:06:36.600Z Downloaded rand v0.9.2
7312026-02-10T20:06:36.600Z Downloaded blake3 v1.5.4
7322026-02-10T20:06:36.625Z Downloaded aes v0.8.4
7332026-02-10T20:06:36.625Z Downloaded rand_chacha v0.9.0
7342026-02-10T20:06:36.625Z Downloaded progenitor-client v0.8.0
7352026-02-10T20:06:36.625Z Downloaded progenitor v0.11.2
7362026-02-10T20:06:36.648Z Downloaded crc-any v2.5.0
7372026-02-10T20:06:36.648Z Downloaded aws-lc-sys v0.26.0
7382026-02-10T20:06:36.922Z Downloaded chrono v0.4.43
7392026-02-10T20:06:36.947Z Downloaded bzip2-sys v0.1.13+1.0.8
7402026-02-10T20:06:36.972Z Downloaded argon2 v0.5.3
7412026-02-10T20:06:36.972Z Downloaded zip v0.6.6
7422026-02-10T20:06:36.972Z Downloaded toml_edit v0.19.15
7432026-02-10T20:06:36.999Z Downloaded ring v0.17.14
7442026-02-10T20:06:37.050Z Downloaded reqwest v0.12.24
7452026-02-10T20:06:37.074Z Downloaded match_cfg v0.1.0
7462026-02-10T20:06:37.074Z Downloaded async-bb8-diesel v0.2.1
7472026-02-10T20:06:37.074Z Downloaded value-bag v1.12.0
7482026-02-10T20:06:37.074Z Downloaded schemars v1.0.4
7492026-02-10T20:06:37.099Z Downloaded whoami v1.5.2
7502026-02-10T20:06:37.099Z Downloaded walkdir v2.5.0
7512026-02-10T20:06:37.099Z Downloaded uuid v1.19.0
7522026-02-10T20:06:37.099Z Downloaded socket2 v0.6.1
7532026-02-10T20:06:37.099Z Downloaded proc-macro-error-attr2 v2.0.0
7542026-02-10T20:06:37.099Z Downloaded vsss-rs v3.3.4
7552026-02-10T20:06:37.099Z Downloaded crc8 v0.1.1
7562026-02-10T20:06:37.124Z Downloaded cbc v0.1.2
7572026-02-10T20:06:37.124Z Downloaded async-trait v0.1.89
7582026-02-10T20:06:37.124Z Downloaded x509-cert v0.2.5
7592026-02-10T20:06:37.124Z Downloaded toml_writer v1.0.6+spec-1.1.0
7602026-02-10T20:06:37.148Z Downloaded parse-display v0.10.0
7612026-02-10T20:06:37.148Z Downloaded tinyvec v1.8.0
7622026-02-10T20:06:37.148Z Downloaded strum_macros v0.27.2
7632026-02-10T20:06:37.148Z Downloaded sqlformat v0.3.5
7642026-02-10T20:06:37.148Z Downloaded spki v0.7.3
7652026-02-10T20:06:37.148Z Downloaded slog-scope v4.4.0
7662026-02-10T20:06:37.148Z Downloaded slog-json v2.6.1
7672026-02-10T20:06:37.148Z Downloaded signal-hook-tokio v0.3.1
7682026-02-10T20:06:37.148Z Downloaded num-rational v0.4.2
7692026-02-10T20:06:37.173Z Downloaded bumpalo v3.16.0
7702026-02-10T20:06:37.173Z Downloaded tower-layer v0.3.3
7712026-02-10T20:06:37.173Z Downloaded thiserror-impl-no-std v2.0.2
7722026-02-10T20:06:37.173Z Downloaded structmeta-derive v0.3.0
7732026-02-10T20:06:37.173Z Downloaded strip-ansi-escapes v0.2.0
7742026-02-10T20:06:37.173Z Downloaded snafu-derive v0.8.5
7752026-02-10T20:06:37.173Z Downloaded slog-envlogger v2.2.0
7762026-02-10T20:06:37.173Z Downloaded siphasher v0.3.11
7772026-02-10T20:06:37.173Z Downloaded serde_spanned v1.0.4
7782026-02-10T20:06:37.173Z Downloaded sct v0.7.1
7792026-02-10T20:06:37.173Z Downloaded chrono-tz v0.10.4
7802026-02-10T20:06:37.198Z Downloaded blake2 v0.10.6
7812026-02-10T20:06:37.222Z Downloaded atty v0.2.14
7822026-02-10T20:06:37.222Z Downloaded crc-catalog v2.4.0
7832026-02-10T20:06:37.222Z Downloaded bindgen v0.69.5
7842026-02-10T20:06:37.222Z Downloaded arc-swap v1.7.1
7852026-02-10T20:06:37.249Z Downloaded cexpr v0.6.0
7862026-02-10T20:06:37.249Z Downloaded bitfield-macros v0.19.2
7872026-02-10T20:06:37.249Z Downloaded backtrace v0.3.74
7882026-02-10T20:06:37.249Z Downloaded cipher v0.4.4
7892026-02-10T20:06:37.249Z Downloaded waitgroup v0.1.2
7902026-02-10T20:06:37.249Z Downloaded const_format_proc_macros v0.2.34
7912026-02-10T20:06:37.274Z Downloaded xattr v1.3.1
7922026-02-10T20:06:37.274Z Downloaded vte_generate_state_changes v0.1.2
7932026-02-10T20:06:37.274Z Downloaded semver v0.1.20
7942026-02-10T20:06:37.274Z Downloaded sapling-renderdag v0.1.0
7952026-02-10T20:06:37.274Z Downloaded rustls-pki-types v1.10.0
7962026-02-10T20:06:37.274Z Downloaded rustls v0.23.19
7972026-02-10T20:06:37.274Z Downloaded crunchy v0.2.2
7982026-02-10T20:06:37.298Z Downloaded crossbeam-utils v0.8.21
7992026-02-10T20:06:37.299Z Downloaded ascii-canvas v3.0.0
8002026-02-10T20:06:37.299Z Downloaded zeroize_derive v1.4.2
8012026-02-10T20:06:37.299Z Downloaded vergen-git2 v1.0.7
8022026-02-10T20:06:37.299Z Downloaded vergen v9.0.6
8032026-02-10T20:06:37.299Z Downloaded tower-service v0.3.3
8042026-02-10T20:06:37.299Z Downloaded crucible-workspace-hack v0.1.0
8052026-02-10T20:06:37.299Z Downloaded corncobs v0.1.4
8062026-02-10T20:06:37.299Z Downloaded console v0.16.0
8072026-02-10T20:06:37.299Z Downloaded colored v3.0.0
8082026-02-10T20:06:37.299Z Downloaded bit-set v0.5.3
8092026-02-10T20:06:37.299Z Downloaded bcs v0.1.6
8102026-02-10T20:06:37.323Z Downloaded bb8 v0.8.5
8112026-02-10T20:06:37.324Z Downloaded rustversion v1.0.22
8122026-02-10T20:06:37.324Z Downloaded glob v0.3.2
8132026-02-10T20:06:37.324Z Downloaded xz2 v0.1.7
8142026-02-10T20:06:37.324Z Downloaded winnow v0.5.40
8152026-02-10T20:06:37.324Z Downloaded want v0.3.1
8162026-02-10T20:06:37.324Z Downloaded wait-timeout v0.2.0
8172026-02-10T20:06:37.348Z Downloaded vte v0.11.1
8182026-02-10T20:06:37.348Z Downloaded typify-impl v0.2.0
8192026-02-10T20:06:37.348Z Downloaded rustc_version v0.1.7
8202026-02-10T20:06:37.348Z Downloaded russh-keys v0.45.0
8212026-02-10T20:06:37.373Z Downloaded ron v0.7.1
8222026-02-10T20:06:37.373Z Downloaded regex-automata v0.4.11
8232026-02-10T20:06:37.397Z Downloaded ref-cast-impl v1.0.25
8242026-02-10T20:06:37.397Z Downloaded heck v0.3.3
8252026-02-10T20:06:37.397Z Downloaded heapless v0.8.0
8262026-02-10T20:06:37.397Z Downloaded hash32 v0.3.1
8272026-02-10T20:06:37.397Z Downloaded usdt-macro v0.6.0
8282026-02-10T20:06:37.397Z Downloaded usdt v0.6.0
8292026-02-10T20:06:37.398Z Downloaded tower-http v0.6.6
8302026-02-10T20:06:37.422Z Downloaded tokio-tungstenite v0.21.0
8312026-02-10T20:06:37.422Z Downloaded thread_local v1.1.8
8322026-02-10T20:06:37.422Z Downloaded testing_table v0.3.0
8332026-02-10T20:06:37.422Z Downloaded tabled v0.18.0
8342026-02-10T20:06:37.449Z Downloaded libsw v3.5.0
8352026-02-10T20:06:37.449Z Downloaded unicode_categories v0.1.1
8362026-02-10T20:06:37.449Z Downloaded unicode-properties v0.1.3
8372026-02-10T20:06:37.449Z Downloaded toml v0.9.11+spec-1.1.0
8382026-02-10T20:06:37.449Z Downloaded try-lock v0.2.5
8392026-02-10T20:06:37.449Z Downloaded toml v0.7.8
8402026-02-10T20:06:37.449Z Downloaded support-bundle-viewer v0.1.2
8412026-02-10T20:06:37.476Z Downloaded zip v4.2.0
8422026-02-10T20:06:37.476Z Downloaded subprocess v0.2.9
8432026-02-10T20:06:37.476Z Downloaded void v1.0.2
8442026-02-10T20:06:37.476Z Downloaded uzers v0.12.1
8452026-02-10T20:06:37.476Z Downloaded topological-sort v0.2.2
8462026-02-10T20:06:37.476Z Downloaded toml_parser v1.0.6+spec-1.1.0
8472026-02-10T20:06:37.476Z Downloaded toml_datetime v0.7.5+spec-1.1.0
8482026-02-10T20:06:37.476Z Downloaded thiserror-no-std v2.0.2
8492026-02-10T20:06:37.476Z Downloaded sync-ptr v0.1.4
8502026-02-10T20:06:37.476Z Downloaded base64 v0.13.1
8512026-02-10T20:06:37.501Z Downloaded subtle v2.6.1
8522026-02-10T20:06:37.501Z Downloaded smoltcp v0.11.0
8532026-02-10T20:06:37.501Z Downloaded psl-types v2.0.11
8542026-02-10T20:06:37.501Z Downloaded cancel-safe-futures v0.1.5
8552026-02-10T20:06:37.501Z Downloaded strum v0.27.2
8562026-02-10T20:06:37.501Z Downloaded steno v0.4.1
8572026-02-10T20:06:37.528Z Downloaded assert_matches v1.5.0
8582026-02-10T20:06:37.528Z Downloaded strum_macros v0.24.3
8592026-02-10T20:06:37.528Z Downloaded strum v0.26.3
8602026-02-10T20:06:37.528Z Downloaded string_cache v0.8.9
8612026-02-10T20:06:37.528Z Downloaded sqlparser_derive v0.2.2
8622026-02-10T20:06:37.528Z Downloaded supports-color v3.0.2
8632026-02-10T20:06:37.528Z Downloaded slog-bunyan v2.5.0
8642026-02-10T20:06:37.528Z Downloaded snafu v0.8.5
8652026-02-10T20:06:37.528Z Downloaded smallvec v0.6.14
8662026-02-10T20:06:37.553Z Downloaded slog-dtrace v0.3.0
8672026-02-10T20:06:37.553Z Downloaded sled v0.34.7
8682026-02-10T20:06:37.553Z Downloaded slab v0.4.9
8692026-02-10T20:06:37.553Z Downloaded shlex v1.3.0
8702026-02-10T20:06:37.553Z Downloaded quinn v0.11.5
8712026-02-10T20:06:37.553Z Downloaded universal-hash v0.5.1
8722026-02-10T20:06:37.553Z Downloaded structmeta v0.3.0
8732026-02-10T20:06:37.577Z Downloaded socket2 v0.5.10
8742026-02-10T20:06:37.577Z Downloaded slog-term v2.9.2
8752026-02-10T20:06:37.577Z Downloaded simd-adler32 v0.3.7
8762026-02-10T20:06:37.577Z Downloaded signature v2.2.0
8772026-02-10T20:06:37.577Z Downloaded sqlparser v0.45.0
8782026-02-10T20:06:37.577Z Downloaded siphasher v1.0.1
8792026-02-10T20:06:37.577Z Downloaded similar v2.7.0
8802026-02-10T20:06:37.605Z Downloaded signal-hook-mio v0.2.4
8812026-02-10T20:06:37.605Z Downloaded smf v0.2.3
8822026-02-10T20:06:37.605Z Downloaded typify-macro v0.2.0
8832026-02-10T20:06:37.605Z Downloaded twox-hash v2.1.0
8842026-02-10T20:06:37.605Z Downloaded tokio-rustls v0.26.0
8852026-02-10T20:06:37.605Z Downloaded tokio-rustls v0.25.0
8862026-02-10T20:06:37.605Z Downloaded tls_codec v0.4.1
8872026-02-10T20:06:37.605Z Downloaded slog-async v2.8.0
8882026-02-10T20:06:37.605Z Downloaded publicsuffix v2.3.0
8892026-02-10T20:06:37.605Z Downloaded bitfield v0.19.2
8902026-02-10T20:06:37.605Z Downloaded signal-hook-registry v1.4.2
8912026-02-10T20:06:37.605Z Downloaded radium v0.7.0
8922026-02-10T20:06:37.605Z Downloaded termios v0.3.3
8932026-02-10T20:06:37.631Z Downloaded sigpipe v0.1.3
8942026-02-10T20:06:37.631Z Downloaded bitfield-struct v0.6.2
8952026-02-10T20:06:37.631Z Downloaded aes-gcm v0.10.3
8962026-02-10T20:06:37.631Z Downloaded predicates-core v1.0.8
8972026-02-10T20:06:37.631Z Downloaded bzip2 v0.5.2
8982026-02-10T20:06:37.631Z Downloaded arrayref v0.3.9
8992026-02-10T20:06:37.631Z Downloaded critical-section v1.1.3
9002026-02-10T20:06:37.631Z Downloaded castaway v0.2.3
9012026-02-10T20:06:37.631Z Downloaded camino-tempfile-ext v0.3.2
9022026-02-10T20:06:37.631Z Downloaded thread-id v5.0.0
9032026-02-10T20:06:37.631Z Downloaded term v1.1.0
9042026-02-10T20:06:37.631Z Downloaded ssh-key v0.6.6
9052026-02-10T20:06:37.657Z Downloaded bstr v1.10.0
9062026-02-10T20:06:37.657Z Downloaded base64ct v1.6.0
9072026-02-10T20:06:37.657Z Downloaded atomicwrites v0.4.4
9082026-02-10T20:06:37.657Z Downloaded stringprep v0.1.5
9092026-02-10T20:06:37.682Z Downloaded ssh-encoding v0.2.0
9102026-02-10T20:06:37.682Z Downloaded slog v2.8.2
9112026-02-10T20:06:37.682Z Downloaded sha1 v0.10.6
9122026-02-10T20:06:37.682Z Downloaded serde_with_macros v3.16.1
9132026-02-10T20:06:37.682Z Downloaded serde_with v3.16.1
9142026-02-10T20:06:37.708Z Downloaded serde_urlencoded v0.7.1
9152026-02-10T20:06:37.708Z Downloaded serde_plain v1.0.2
9162026-02-10T20:06:37.708Z Downloaded salty v0.3.0
9172026-02-10T20:06:37.708Z Downloaded rustyline v14.0.0
9182026-02-10T20:06:37.708Z Downloaded regress v0.10.4
9192026-02-10T20:06:37.734Z Downloaded regex-syntax v0.8.5
9202026-02-10T20:06:37.735Z Downloaded regex-syntax v0.6.29
9212026-02-10T20:06:37.759Z Downloaded ratatui v0.29.0
9222026-02-10T20:06:37.784Z Downloaded prettyplease v0.2.36
9232026-02-10T20:06:37.785Z Downloaded portable-atomic v1.11.0
9242026-02-10T20:06:37.785Z Downloaded petgraph v0.8.2
9252026-02-10T20:06:37.809Z Downloaded libgit2-sys v0.18.2+1.9.1
9262026-02-10T20:06:37.881Z Downloaded crc32fast v1.4.2
9272026-02-10T20:06:37.906Z Downloaded constant_time_eq v0.3.1
9282026-02-10T20:06:37.906Z Downloaded const_format v0.2.34
9292026-02-10T20:06:37.906Z Downloaded cobs v0.2.3
9302026-02-10T20:06:37.906Z Downloaded ciborium v0.2.2
9312026-02-10T20:06:37.906Z Downloaded async-stream-impl v0.3.6
9322026-02-10T20:06:37.906Z Downloaded aead v0.5.2
9332026-02-10T20:06:37.906Z Downloaded serde_bytes v0.11.19
9342026-02-10T20:06:37.906Z Downloaded secrecy v0.10.3
9352026-02-10T20:06:37.906Z Downloaded schemars v0.9.0
9362026-02-10T20:06:37.931Z Downloaded samael v0.0.19
9372026-02-10T20:06:37.931Z Downloaded russh v0.45.0
9382026-02-10T20:06:37.955Z Downloaded rpassword v7.4.0
9392026-02-10T20:06:37.956Z Downloaded regex v1.11.3
9402026-02-10T20:06:37.956Z Downloaded rcgen v0.12.1
9412026-02-10T20:06:37.956Z Downloaded rand_xorshift v0.4.0
9422026-02-10T20:06:37.956Z Downloaded quinn-proto v0.11.8
9432026-02-10T20:06:37.980Z Downloaded progenitor v0.8.0
9442026-02-10T20:06:37.980Z Downloaded postcard v1.0.10
9452026-02-10T20:06:37.980Z Downloaded polar-core v0.27.3
9462026-02-10T20:06:37.980Z Downloaded pkcs5 v0.7.1
9472026-02-10T20:06:37.980Z Downloaded petgraph v0.6.5
9482026-02-10T20:06:38.005Z Downloaded csv-core v0.1.11
9492026-02-10T20:06:38.005Z Downloaded cookie v0.18.1
9502026-02-10T20:06:38.029Z Downloaded chacha20 v0.9.1
9512026-02-10T20:06:38.029Z Downloaded serde_yaml v0.9.34+deprecated
9522026-02-10T20:06:38.029Z Downloaded scroll v0.13.0
9532026-02-10T20:06:38.029Z Downloaded schemars_derive v0.8.22
9542026-02-10T20:06:38.029Z Downloaded rsa v0.9.8
9552026-02-10T20:06:38.029Z Downloaded rand v0.8.5
9562026-02-10T20:06:38.029Z Downloaded radix_trie v0.2.1
9572026-02-10T20:06:38.054Z Downloaded quick-xml v0.37.2
9582026-02-10T20:06:38.054Z Downloaded qorb v0.4.1
9592026-02-10T20:06:38.054Z Downloaded pretty-hex v0.2.1
9602026-02-10T20:06:38.054Z Downloaded postgres-types v0.2.9
9612026-02-10T20:06:38.054Z Downloaded openssl v0.10.73
9622026-02-10T20:06:38.080Z Downloaded olpc-cjson v0.1.4
9632026-02-10T20:06:38.080Z Downloaded serde-hex v0.1.0
9642026-02-10T20:06:38.080Z Downloaded seq-macro v0.3.6
9652026-02-10T20:06:38.080Z Downloaded scrypt v0.11.0
9662026-02-10T20:06:38.080Z Downloaded scroll_derive v0.13.1
9672026-02-10T20:06:38.080Z Downloaded scopeguard v1.2.0
9682026-02-10T20:06:38.080Z Downloaded rustls-pemfile v2.2.0
9692026-02-10T20:06:38.080Z Downloaded ron v0.8.1
9702026-02-10T20:06:38.105Z Downloaded progenitor-impl v0.8.0
9712026-02-10T20:06:38.105Z Downloaded progenitor-client v0.11.2
9722026-02-10T20:06:38.105Z Downloaded pem-rfc7468 v0.7.0
9732026-02-10T20:06:38.105Z Downloaded parking_lot_core v0.9.10
9742026-02-10T20:06:38.105Z Downloaded cargo_metadata v0.19.2
9752026-02-10T20:06:38.105Z Downloaded scheduled-thread-pool v0.2.7
9762026-02-10T20:06:38.105Z Downloaded rusty-fork v0.3.0
9772026-02-10T20:06:38.105Z Downloaded rustls-webpki v0.101.7
9782026-02-10T20:06:38.130Z Downloaded rustls-pemfile v1.0.4
9792026-02-10T20:06:38.130Z Downloaded rustls-native-certs v0.8.1
9802026-02-10T20:06:38.130Z Downloaded rustc_version v0.4.1
9812026-02-10T20:06:38.130Z Downloaded rustc-hash v2.1.1
9822026-02-10T20:06:38.130Z Downloaded russh-cryptovec v0.7.3
9832026-02-10T20:06:38.130Z Downloaded rtoolbox v0.0.2
9842026-02-10T20:06:38.130Z Downloaded predicates-tree v1.0.12
9852026-02-10T20:06:38.130Z Downloaded powerfmt v0.2.0
9862026-02-10T20:06:38.130Z Downloaded jiff v0.2.15
9872026-02-10T20:06:38.155Z Downloaded rustc-hash v1.1.0
9882026-02-10T20:06:38.155Z Downloaded resolv-conf v0.7.0
9892026-02-10T20:06:38.155Z Downloaded ref-cast v1.0.25
9902026-02-10T20:06:38.180Z Downloaded r2d2 v0.8.10
9912026-02-10T20:06:38.180Z Downloaded quinn-udp v0.5.5
9922026-02-10T20:06:38.180Z Downloaded quick-error v1.2.3
9932026-02-10T20:06:38.180Z Downloaded progenitor-impl v0.11.2
9942026-02-10T20:06:38.180Z Downloaded progenitor-impl v0.10.0
9952026-02-10T20:06:38.180Z Downloaded polyval v0.6.2
9962026-02-10T20:06:38.180Z Downloaded pin-project-internal v1.1.6
9972026-02-10T20:06:38.180Z Downloaded phf_shared v0.11.2
9982026-02-10T20:06:38.180Z Downloaded p521 v0.13.3
9992026-02-10T20:06:38.180Z Downloaded p384 v0.13.1
10002026-02-10T20:06:38.204Z Downloaded futures-core v0.3.31
10012026-02-10T20:06:38.204Z Downloaded progenitor-macro v0.8.0
10022026-02-10T20:06:38.204Z Downloaded pin-project-lite v0.2.14
10032026-02-10T20:06:38.204Z Downloaded libz-sys v1.1.20
10042026-02-10T20:06:38.229Z Downloaded elliptic-curve v0.13.8
10052026-02-10T20:06:38.229Z Downloaded progenitor-macro v0.11.2
10062026-02-10T20:06:38.229Z Downloaded pretty_assertions v1.4.1
10072026-02-10T20:06:38.254Z Downloaded prefix-trie v0.7.0
10082026-02-10T20:06:38.254Z Downloaded ryu v1.0.18
10092026-02-10T20:06:38.254Z Downloaded rustc-demangle v0.1.24
10102026-02-10T20:06:38.254Z Downloaded primeorder v0.13.6
10112026-02-10T20:06:38.254Z Downloaded predicates v3.1.3
10122026-02-10T20:06:38.254Z Downloaded pbkdf2 v0.11.0
10132026-02-10T20:06:38.254Z Downloaded lzma-sys v0.1.20
10142026-02-10T20:06:38.288Z Downloaded hostname v0.4.2
10152026-02-10T20:06:38.288Z Downloaded git2 v0.20.2
10162026-02-10T20:06:38.313Z Downloaded aws-lc-rs v1.12.4
10172026-02-10T20:06:38.313Z Downloaded ppv-lite86 v0.2.20
10182026-02-10T20:06:38.313Z Downloaded pkg-config v0.3.31
10192026-02-10T20:06:38.313Z Downloaded petname v2.0.2
10202026-02-10T20:06:38.337Z Downloaded parse-size v1.1.0
10212026-02-10T20:06:38.338Z Downloaded parking_lot v0.12.3
10222026-02-10T20:06:38.338Z Downloaded hashbrown v0.13.2
10232026-02-10T20:06:38.338Z Downloaded dyn-clone v1.0.20
10242026-02-10T20:06:38.338Z Downloaded cmake v0.1.51
10252026-02-10T20:06:38.338Z Downloaded proc-macro-crate v1.3.1
10262026-02-10T20:06:38.338Z Downloaded postgres-protocol v0.6.8
10272026-02-10T20:06:38.338Z Downloaded peg v0.8.5
10282026-02-10T20:06:38.362Z Downloaded path-slash v0.1.5
10292026-02-10T20:06:38.362Z Downloaded object v0.36.5
10302026-02-10T20:06:38.363Z Downloaded object v0.30.4
10312026-02-10T20:06:38.387Z Downloaded csv v1.3.1
10322026-02-10T20:06:38.413Z Downloaded aho-corasick v1.1.3
10332026-02-10T20:06:38.413Z Downloaded poly1305 v0.8.0
10342026-02-10T20:06:38.413Z Downloaded openssl-macros v0.1.1
10352026-02-10T20:06:38.413Z Downloaded openapiv3 v2.2.0
10362026-02-10T20:06:38.438Z Downloaded nix v0.30.1
10372026-02-10T20:06:38.462Z Downloaded crossterm v0.29.0
10382026-02-10T20:06:38.490Z Downloaded cfg_aliases v0.2.1
10392026-02-10T20:06:38.490Z Downloaded bit-set v0.8.0
10402026-02-10T20:06:38.490Z Downloaded proc-macro-error2 v2.0.1
10412026-02-10T20:06:38.490Z Downloaded oso-derive v0.27.3
10422026-02-10T20:06:38.490Z Downloaded openssl-sys v0.9.109
10432026-02-10T20:06:38.490Z Downloaded number_prefix v0.4.0
10442026-02-10T20:06:38.490Z Downloaded num_enum_derive v0.5.11
10452026-02-10T20:06:38.490Z Downloaded nix v0.29.0
10462026-02-10T20:06:38.515Z Downloaded nix v0.27.1
10472026-02-10T20:06:38.515Z Downloaded moka v0.12.10
10482026-02-10T20:06:38.540Z Downloaded libxml v0.3.3
10492026-02-10T20:06:38.540Z Downloaded compact_str v0.8.0
10502026-02-10T20:06:38.565Z Downloaded pkcs1 v0.7.5
10512026-02-10T20:06:38.565Z Downloaded pin-utils v0.1.0
10522026-02-10T20:06:38.565Z Downloaded pin-project v1.1.6
10532026-02-10T20:06:38.565Z Downloaded phf_shared v0.12.1
10542026-02-10T20:06:38.565Z Downloaded phf v0.12.1
10552026-02-10T20:06:38.565Z Downloaded phf v0.11.2
10562026-02-10T20:06:38.591Z Downloaded peg-runtime v0.8.5
10572026-02-10T20:06:38.591Z Downloaded peg-macros v0.8.5
10582026-02-10T20:06:38.591Z Downloaded pbkdf2 v0.12.2
10592026-02-10T20:06:38.591Z Downloaded paste v1.0.15
10602026-02-10T20:06:38.591Z Downloaded password-hash v0.4.2
10612026-02-10T20:06:38.591Z Downloaded parse-display-derive v0.10.0
10622026-02-10T20:06:38.591Z Downloaded parking_lot v0.11.2
10632026-02-10T20:06:38.591Z Downloaded papergrid v0.17.0
10642026-02-10T20:06:38.616Z Downloaded papergrid v0.14.0
10652026-02-10T20:06:38.616Z Downloaded packed_struct v0.10.1
10662026-02-10T20:06:38.616Z Downloaded p256 v0.13.2
10672026-02-10T20:06:38.616Z Downloaded oxnet v0.1.4
10682026-02-10T20:06:38.641Z Downloaded owo-colors v4.2.2
10692026-02-10T20:06:38.641Z Downloaded openssl-probe v0.1.5
10702026-02-10T20:06:38.641Z Downloaded num_enum v0.5.11
10712026-02-10T20:06:38.641Z Downloaded num-derive v0.3.3
10722026-02-10T20:06:38.641Z Downloaded num-complex v0.4.6
10732026-02-10T20:06:38.641Z Downloaded itertools v0.12.1
10742026-02-10T20:06:38.670Z Downloaded iddqd v0.3.16
10752026-02-10T20:06:38.670Z Downloaded console v0.15.10
10762026-02-10T20:06:38.694Z Downloaded clang-sys v1.8.1
10772026-02-10T20:06:38.695Z Downloaded ciborium-io v0.2.2
10782026-02-10T20:06:38.695Z Downloaded bytes v1.11.1
10792026-02-10T20:06:38.695Z Downloaded block-padding v0.3.3
10802026-02-10T20:06:38.695Z Downloaded bitvec v1.0.1
10812026-02-10T20:06:38.720Z Downloaded bit-vec v0.8.0
10822026-02-10T20:06:38.720Z Downloaded bindgen v0.71.1
10832026-02-10T20:06:38.744Z Downloaded atomic-waker v1.1.2
10842026-02-10T20:06:38.744Z Downloaded async-recursion v1.1.1
10852026-02-10T20:06:38.744Z Downloaded packed_struct_codegen v0.10.1
10862026-02-10T20:06:38.744Z Downloaded oxide-tokio-rt v0.1.2
10872026-02-10T20:06:38.744Z Downloaded oso v0.27.3
10882026-02-10T20:06:38.769Z Downloaded opaque-debug v0.3.1
10892026-02-10T20:06:38.769Z Downloaded num_threads v0.1.7
10902026-02-10T20:06:38.769Z Downloaded num-bigint-dig v0.8.6
10912026-02-10T20:06:38.769Z Downloaded nu-ansi-term v0.50.1
10922026-02-10T20:06:38.769Z Downloaded nom v7.1.3
10932026-02-10T20:06:38.793Z Downloaded nodrop v0.1.14
10942026-02-10T20:06:38.794Z Downloaded nanorand v0.7.0
10952026-02-10T20:06:38.794Z Downloaded mio v1.0.2
10962026-02-10T20:06:38.794Z Downloaded miniz_oxide v0.8.5
10972026-02-10T20:06:38.794Z Downloaded minimal-lexical v0.2.1
10982026-02-10T20:06:38.818Z Downloaded md5 v0.7.0
10992026-02-10T20:06:38.818Z Downloaded linear-map v1.2.0
11002026-02-10T20:06:38.818Z Downloaded lalrpop v0.19.12
11012026-02-10T20:06:38.843Z Downloaded iri-string v0.7.8
11022026-02-10T20:06:38.843Z Downloaded hickory-server v0.25.2
11032026-02-10T20:06:38.869Z Downloaded crypto-bigint v0.5.5
11042026-02-10T20:06:38.869Z Downloaded crc v3.2.1
11052026-02-10T20:06:38.869Z Downloaded convert_case v0.4.0
11062026-02-10T20:06:38.869Z Downloaded cfg_aliases v0.1.1
11072026-02-10T20:06:38.869Z Downloaded bcrypt-pbkdf v0.10.0
11082026-02-10T20:06:38.869Z Downloaded async-stream v0.3.6
11092026-02-10T20:06:38.869Z Downloaded arrayvec v0.7.6
11102026-02-10T20:06:38.894Z Downloaded adler2 v2.0.0
11112026-02-10T20:06:38.894Z Downloaded num-conv v0.1.0
11122026-02-10T20:06:38.894Z Downloaded num-bigint v0.4.6
11132026-02-10T20:06:38.894Z Downloaded normalize-line-endings v0.3.0
11142026-02-10T20:06:38.894Z Downloaded newtype_derive v0.1.6
11152026-02-10T20:06:38.894Z Downloaded newtype-uuid-macros v0.1.0
11162026-02-10T20:06:38.894Z Downloaded new_debug_unreachable v1.0.6
11172026-02-10T20:06:38.894Z Downloaded md-5 v0.10.6
11182026-02-10T20:06:38.894Z Downloaded lockfree-object-pool v0.1.6
11192026-02-10T20:06:38.918Z Downloaded litrs v0.4.1
11202026-02-10T20:06:38.918Z Downloaded libloading v0.8.5
11212026-02-10T20:06:38.918Z Downloaded libefi-sys v0.1.0
11222026-02-10T20:06:38.919Z Downloaded lazy_static v1.5.0
11232026-02-10T20:06:38.919Z Downloaded kstat-rs v0.2.4
11242026-02-10T20:06:38.919Z Downloaded jiff-static v0.2.15
11252026-02-10T20:06:38.919Z Downloaded itertools v0.14.0
11262026-02-10T20:06:38.943Z Downloaded ingot-types v0.1.2
11272026-02-10T20:06:38.943Z Downloaded hyper-rustls v0.27.7
11282026-02-10T20:06:38.943Z Downloaded hyper v1.8.1
11292026-02-10T20:06:38.968Z Downloaded hickory-resolver v0.24.4
11302026-02-10T20:06:38.968Z Downloaded cookie_store v0.21.1
11312026-02-10T20:06:38.968Z Downloaded cassowary v0.3.0
11322026-02-10T20:06:38.969Z Downloaded buf-list v1.0.3
11332026-02-10T20:06:38.969Z Downloaded nonempty v0.12.0
11342026-02-10T20:06:38.969Z Downloaded mime v0.3.17
11352026-02-10T20:06:38.993Z Downloaded memmap2 v0.9.8
11362026-02-10T20:06:38.993Z Downloaded lru v0.12.5
11372026-02-10T20:06:38.993Z Downloaded keccak v0.1.5
11382026-02-10T20:06:38.993Z Downloaded itertools v0.10.5
11392026-02-10T20:06:38.994Z Downloaded is-terminal v0.4.13
11402026-02-10T20:06:38.994Z Downloaded indoc v2.0.6
11412026-02-10T20:06:39.018Z Downloaded indent_write v2.2.0
11422026-02-10T20:06:39.018Z Downloaded ident_case v1.0.1
11432026-02-10T20:06:39.018Z Downloaded highway v1.3.0
11442026-02-10T20:06:39.018Z Downloaded allocator-api2 v0.2.21
11452026-02-10T20:06:39.018Z Downloaded num-integer v0.1.46
11462026-02-10T20:06:39.018Z Downloaded num v0.4.3
11472026-02-10T20:06:39.018Z Downloaded newtype-uuid v1.3.2
11482026-02-10T20:06:39.018Z Downloaded newline-converter v0.3.0
11492026-02-10T20:06:39.019Z Downloaded native-tls v0.2.12
11502026-02-10T20:06:39.019Z Downloaded mime_guess v2.0.5
11512026-02-10T20:06:39.043Z Downloaded maybe-uninit v2.0.0
11522026-02-10T20:06:39.043Z Downloaded lru-cache v0.1.2
11532026-02-10T20:06:39.043Z Downloaded instability v0.3.2
11542026-02-10T20:06:39.043Z Downloaded hubpack v0.1.2
11552026-02-10T20:06:39.044Z Downloaded home v0.5.9
11562026-02-10T20:06:39.044Z Downloaded crossterm v0.28.1
11572026-02-10T20:06:39.044Z Downloaded base64 v0.21.7
11582026-02-10T20:06:39.068Z Downloaded multer v3.1.0
11592026-02-10T20:06:39.068Z Downloaded memoffset v0.9.1
11602026-02-10T20:06:39.068Z Downloaded maplit v1.0.2
11612026-02-10T20:06:39.068Z Downloaded managed v0.8.0
11622026-02-10T20:06:39.068Z Downloaded lock_api v0.4.12
11632026-02-10T20:06:39.068Z Downloaded linked-hash-map v0.5.6
11642026-02-10T20:06:39.069Z Downloaded libz-rs-sys v0.5.1
11652026-02-10T20:06:39.069Z Downloaded lazycell v1.3.0
11662026-02-10T20:06:39.069Z Downloaded jobserver v0.1.32
11672026-02-10T20:06:39.093Z Downloaded itertools v0.13.0
11682026-02-10T20:06:39.093Z Downloaded is_ci v1.2.0
11692026-02-10T20:06:39.093Z Downloaded ipnetwork v0.21.1
11702026-02-10T20:06:39.093Z Downloaded ingot-macros v0.1.1
11712026-02-10T20:06:39.093Z Downloaded ingot v0.1.1
11722026-02-10T20:06:39.118Z Downloaded indoc v1.0.9
11732026-02-10T20:06:39.118Z Downloaded hyper-util v0.1.19
11742026-02-10T20:06:39.118Z Downloaded hmac v0.12.1
11752026-02-10T20:06:39.118Z Downloaded hickory-resolver v0.25.2
11762026-02-10T20:06:39.142Z Downloaded hickory-proto v0.25.2
11772026-02-10T20:06:39.142Z Downloaded crossbeam-epoch v0.9.18
11782026-02-10T20:06:39.167Z Downloaded base16ct v0.2.0
11792026-02-10T20:06:39.167Z Downloaded libm v0.2.8
11802026-02-10T20:06:39.167Z Downloaded lalrpop-util v0.19.12
11812026-02-10T20:06:39.167Z Downloaded indexmap v1.9.3
11822026-02-10T20:06:39.191Z Downloaded httpdate v1.0.3
11832026-02-10T20:06:39.192Z Downloaded http-body-util v0.1.3
11842026-02-10T20:06:39.192Z Downloaded ahash v0.8.12
11852026-02-10T20:06:39.192Z Downloaded libsw-core v0.3.1
11862026-02-10T20:06:39.192Z Downloaded ipnet v2.11.0
11872026-02-10T20:06:39.192Z Downloaded http-body v1.0.1
11882026-02-10T20:06:39.192Z Downloaded encoding_rs v0.8.34
11892026-02-10T20:06:39.228Z Downloaded indicatif v0.17.11
11902026-02-10T20:06:39.253Z Downloaded humantime v2.2.0
11912026-02-10T20:06:39.253Z Downloaded hash32 v0.2.1
11922026-02-10T20:06:39.253Z Downloaded instant v0.1.13
11932026-02-10T20:06:39.253Z Downloaded inout v0.1.3
11942026-02-10T20:06:39.253Z Downloaded impl-trait-for-tuples v0.2.2
11952026-02-10T20:06:39.253Z Downloaded iana-time-zone v0.1.63
11962026-02-10T20:06:39.253Z Downloaded endian-type v0.1.2
11972026-02-10T20:06:39.277Z Downloaded hex v0.4.3
11982026-02-10T20:06:39.277Z Downloaded hashbrown v0.15.4
11992026-02-10T20:06:39.277Z Downloaded globwalk v0.9.1
12002026-02-10T20:06:39.277Z Downloaded ghash v0.5.1
12012026-02-10T20:06:39.277Z Downloaded flume v0.11.1
12022026-02-10T20:06:39.277Z Downloaded dropshot_endpoint v0.16.7
12032026-02-10T20:06:39.302Z Downloaded dropshot v0.16.7
12042026-02-10T20:06:39.326Z Downloaded internet-checksum v0.2.1
12052026-02-10T20:06:39.326Z Downloaded indicatif v0.18.0
12062026-02-10T20:06:39.351Z Downloaded ignore v0.4.23
12072026-02-10T20:06:39.351Z Downloaded hyper-staticfile v0.10.1
12082026-02-10T20:06:39.351Z Downloaded http-range v0.1.5
12092026-02-10T20:06:39.351Z Downloaded http v1.4.0
12102026-02-10T20:06:39.376Z Downloaded hostname v0.3.1
12112026-02-10T20:06:39.376Z Downloaded hkdf v0.12.4
12122026-02-10T20:06:39.376Z Downloaded hickory-proto v0.24.4
12132026-02-10T20:06:39.401Z Downloaded headers-core v0.3.0
12142026-02-10T20:06:39.401Z Downloaded fs-err v2.11.0
12152026-02-10T20:06:39.401Z Downloaded flagset v0.4.6
12162026-02-10T20:06:39.401Z Downloaded filetime v0.2.26
12172026-02-10T20:06:39.401Z Downloaded dunce v1.0.5
12182026-02-10T20:06:39.401Z Downloaded diesel v2.2.12
12192026-02-10T20:06:39.425Z Downloaded hubpack_derive v0.1.1
12202026-02-10T20:06:39.425Z Downloaded hickory-client v0.25.2
12212026-02-10T20:06:39.450Z Downloaded heapless v0.7.17
12222026-02-10T20:06:39.450Z Downloaded headers v0.4.1
12232026-02-10T20:06:39.450Z Downloaded half v1.8.3
12242026-02-10T20:06:39.450Z Downloaded goblin v0.10.2
12252026-02-10T20:06:39.475Z Downloaded globset v0.4.15
12262026-02-10T20:06:39.475Z Downloaded gimli v0.31.1
12272026-02-10T20:06:39.475Z Downloaded futures-util v0.3.31
12282026-02-10T20:06:39.499Z Downloaded futures-macro v0.3.31
12292026-02-10T20:06:39.499Z Downloaded fs_extra v1.3.0
12302026-02-10T20:06:39.499Z Downloaded float-cmp v0.10.0
12312026-02-10T20:06:39.499Z Downloaded fatfs v0.3.6
12322026-02-10T20:06:39.499Z Downloaded diesel_derives v2.2.3
12332026-02-10T20:06:39.499Z Downloaded group v0.13.0
12342026-02-10T20:06:39.499Z Downloaded futures-executor v0.3.31
12352026-02-10T20:06:39.499Z Downloaded foreign-types-macros v0.2.3
12362026-02-10T20:06:39.499Z Downloaded foldhash v0.2.0
12372026-02-10T20:06:39.525Z Downloaded flate2 v1.1.2
12382026-02-10T20:06:39.525Z Downloaded fixedbitset v0.4.2
12392026-02-10T20:06:39.525Z Downloaded fd-lock v4.0.2
12402026-02-10T20:06:39.525Z Downloaded erased-serde v0.3.31
12412026-02-10T20:06:39.525Z Downloaded env_logger v0.11.8
12422026-02-10T20:06:39.525Z Downloaded env_filter v0.1.2
12432026-02-10T20:06:39.525Z Downloaded ena v0.14.3
12442026-02-10T20:06:39.525Z Downloaded embedded-io v0.6.1
12452026-02-10T20:06:39.550Z Downloaded either v1.15.0
12462026-02-10T20:06:39.550Z Downloaded ed25519-dalek v2.1.1
12472026-02-10T20:06:39.550Z Downloaded ed25519 v2.2.3
12482026-02-10T20:06:39.550Z Downloaded dtrace-parser v0.3.0
12492026-02-10T20:06:39.550Z Downloaded drift v0.1.3
12502026-02-10T20:06:39.550Z Downloaded dof v0.4.0
12512026-02-10T20:06:39.575Z Downloaded display-error-chain v0.2.2
12522026-02-10T20:06:39.575Z Downloaded diesel-dtrace v0.4.2
12532026-02-10T20:06:39.576Z Downloaded derive_more v2.0.1
12542026-02-10T20:06:39.600Z Downloaded der v0.7.10
12552026-02-10T20:06:39.600Z Downloaded defmt-macros v0.3.9
12562026-02-10T20:06:39.601Z Downloaded fxhash v0.2.1
12572026-02-10T20:06:39.601Z Downloaded futures-sink v0.3.31
12582026-02-10T20:06:39.601Z Downloaded futures-channel v0.3.31
12592026-02-10T20:06:39.601Z Downloaded funty v2.0.0
12602026-02-10T20:06:39.601Z Downloaded foreign-types-shared v0.3.1
12612026-02-10T20:06:39.626Z Downloaded foreign-types-shared v0.1.1
12622026-02-10T20:06:39.626Z Downloaded foreign-types v0.5.0
12632026-02-10T20:06:39.626Z Downloaded float-ord v0.3.2
12642026-02-10T20:06:39.626Z Downloaded fixedbitset v0.5.7
12652026-02-10T20:06:39.626Z Downloaded ff v0.13.0
12662026-02-10T20:06:39.626Z Downloaded fallible-iterator v0.2.0
12672026-02-10T20:06:39.626Z Downloaded enum-as-inner v0.6.1
12682026-02-10T20:06:39.626Z Downloaded embedded-io v0.4.0
12692026-02-10T20:06:39.626Z Downloaded dsl_auto_type v0.1.2
12702026-02-10T20:06:39.626Z Downloaded dropshot-api-manager v0.2.4
12712026-02-10T20:06:39.626Z Downloaded diesel_table_macro_syntax v0.2.0
12722026-02-10T20:06:39.650Z Downloaded derive_more-impl v2.0.1
12732026-02-10T20:06:39.650Z Downloaded derive_more v0.99.20
12742026-02-10T20:06:39.650Z Downloaded derive_builder v0.20.2
12752026-02-10T20:06:39.675Z Downloaded derive-ex v0.1.8
12762026-02-10T20:06:39.675Z Downloaded der_derive v0.7.3
12772026-02-10T20:06:39.675Z Downloaded defmt-parser v0.3.4
12782026-02-10T20:06:39.675Z Downloaded debug-ignore v1.0.5
12792026-02-10T20:06:39.675Z Downloaded darling_core v0.21.0
12802026-02-10T20:06:39.675Z Downloaded darling_core v0.20.10
12812026-02-10T20:06:39.675Z Downloaded darling v0.21.0
12822026-02-10T20:06:39.700Z Downloaded curve25519-dalek-derive v0.1.1
12832026-02-10T20:06:39.700Z Downloaded futures v0.3.31
12842026-02-10T20:06:39.700Z Downloaded foldhash v0.1.5
12852026-02-10T20:06:39.700Z Downloaded ecdsa v0.16.9
12862026-02-10T20:06:39.700Z Downloaded dirs-sys-next v0.1.2
12872026-02-10T20:06:39.700Z Downloaded derive_builder_core v0.20.2
12882026-02-10T20:06:39.700Z Downloaded derive-where v1.5.0
12892026-02-10T20:06:39.726Z Downloaded deranged v0.5.3
12902026-02-10T20:06:39.726Z Downloaded data-encoding v2.9.0
12912026-02-10T20:06:39.726Z Downloaded darling_macro v0.21.0
12922026-02-10T20:06:39.726Z Downloaded darling_macro v0.20.10
12932026-02-10T20:06:39.726Z Downloaded darling v0.20.10
12942026-02-10T20:06:39.726Z Downloaded daft v0.1.4
12952026-02-10T20:06:39.726Z Downloaded curve25519-dalek v4.1.3
12962026-02-10T20:06:39.751Z Downloaded difflib v0.4.0
12972026-02-10T20:06:39.751Z Downloaded ctr v0.9.2
12982026-02-10T20:06:39.751Z Downloaded blowfish v0.9.1
12992026-02-10T20:06:39.751Z Downloaded crossbeam-deque v0.8.5
13002026-02-10T20:06:39.751Z Downloaded ciborium-ll v0.2.2
13012026-02-10T20:06:39.751Z Downloaded bzip2 v0.4.4
13022026-02-10T20:06:39.751Z Downloaded base64 v0.22.1
13032026-02-10T20:06:39.751Z Downloaded dropshot-api-manager-types v0.2.4
13042026-02-10T20:06:39.751Z Downloaded diff v0.1.13
13052026-02-10T20:06:39.776Z Downloaded derive_builder_macro v0.20.2
13062026-02-10T20:06:39.776Z Downloaded defmt v0.3.8
13072026-02-10T20:06:39.776Z Downloaded daft-derive v0.1.4
13082026-02-10T20:06:39.776Z Downloaded cstr-argument v0.1.2
13092026-02-10T20:06:39.801Z Downloaded cc v1.2.30
13102026-02-10T20:06:39.801Z Downloaded addr2line v0.24.2
13112026-02-10T20:06:39.801Z Downloaded convert_case v0.7.1
13122026-02-10T20:06:39.801Z Downloaded const-oid v0.9.6
13132026-02-10T20:06:39.801Z Downloaded colored v2.2.0
13142026-02-10T20:06:39.801Z Downloaded chacha20poly1305 v0.10.1
13152026-02-10T20:06:39.826Z Downloaded cargo-platform v0.1.8
13162026-02-10T20:06:39.826Z Downloaded bitflags v1.3.2
13172026-02-10T20:06:39.826Z Downloaded bit-vec v0.6.3
13182026-02-10T20:06:39.826Z Downloaded backoff v0.4.0
13192026-02-10T20:06:40.382Z Compiling value-bag v1.12.0
13202026-02-10T20:06:40.408Z Compiling lock_api v0.4.12
13212026-02-10T20:06:40.408Z Compiling scopeguard v1.2.0
13222026-02-10T20:06:40.434Z Compiling shlex v1.3.0
13232026-02-10T20:06:40.434Z Compiling smallvec v1.15.1
13242026-02-10T20:06:40.494Z Compiling syn v2.0.114
13252026-02-10T20:06:40.526Z Compiling getrandom v0.2.15
13262026-02-10T20:06:40.551Z Compiling jobserver v0.1.32
13272026-02-10T20:06:40.759Z Compiling typenum v1.17.0
13282026-02-10T20:06:40.999Z Compiling rand_core v0.6.4
13292026-02-10T20:06:41.029Z Compiling log v0.4.29
13302026-02-10T20:06:41.105Z Compiling generic-array v0.14.7
13312026-02-10T20:06:41.181Z Compiling cc v1.2.30
13322026-02-10T20:06:41.578Z Compiling subtle v2.6.1
13332026-02-10T20:06:41.603Z Compiling portable-atomic v1.11.0
13342026-02-10T20:06:41.677Z Compiling const-oid v0.9.6
13352026-02-10T20:06:41.702Z Compiling critical-section v1.1.3
13362026-02-10T20:06:41.916Z Compiling getrandom v0.3.4
13372026-02-10T20:06:41.945Z Compiling pkg-config v0.3.31
13382026-02-10T20:06:41.992Z Compiling serde_json v1.0.149
13392026-02-10T20:06:42.405Z Compiling spin v0.9.8
13402026-02-10T20:06:42.907Z Compiling pin-project-lite v0.2.14
13412026-02-10T20:06:43.141Z Compiling regex-syntax v0.8.5
13422026-02-10T20:06:43.383Z Compiling parking_lot_core v0.9.10
13432026-02-10T20:06:43.814Z Compiling libm v0.2.8
13442026-02-10T20:06:43.958Z Compiling once_cell v1.21.3
13452026-02-10T20:06:44.130Z Compiling rustix v0.38.37
13462026-02-10T20:06:44.348Z Compiling signal-hook-registry v1.4.2
13472026-02-10T20:06:44.444Z Compiling num-traits v0.2.19
13482026-02-10T20:06:44.840Z Compiling allocator-api2 v0.2.21
13492026-02-10T20:06:45.106Z Compiling parking_lot v0.12.3
13502026-02-10T20:06:45.343Z Compiling mio v1.0.2
13512026-02-10T20:06:45.499Z Compiling futures-core v0.3.31
13522026-02-10T20:06:45.726Z Compiling lazy_static v1.5.0
13532026-02-10T20:06:45.776Z Compiling aho-corasick v1.1.3
13542026-02-10T20:06:45.894Z Compiling percent-encoding v2.3.2
13552026-02-10T20:06:45.994Z Compiling socket2 v0.6.1
13562026-02-10T20:06:46.548Z Compiling slab v0.4.9
13572026-02-10T20:06:46.590Z Compiling cpufeatures v0.2.14
13582026-02-10T20:06:46.743Z Compiling either v1.15.0
13592026-02-10T20:06:46.784Z Compiling glob v0.3.2
13602026-02-10T20:06:47.000Z Compiling futures-sink v0.3.31
13612026-02-10T20:06:47.245Z Compiling futures-channel v0.3.31
13622026-02-10T20:06:47.273Z Compiling hashbrown v0.16.1
13632026-02-10T20:06:47.544Z Compiling futures-io v0.3.31
13642026-02-10T20:06:47.685Z Compiling futures-task v0.3.31
13652026-02-10T20:06:47.715Z Compiling clang-sys v1.8.1
13662026-02-10T20:06:47.837Z Compiling pin-utils v0.1.0
13672026-02-10T20:06:47.956Z Compiling rustversion v1.0.22
13682026-02-10T20:06:48.026Z Compiling prettyplease v0.2.36
13692026-02-10T20:06:48.186Z Compiling regex-automata v0.4.11
13702026-02-10T20:06:48.445Z Compiling minimal-lexical v0.2.1
13712026-02-10T20:06:48.479Z Compiling indexmap v2.13.0
13722026-02-10T20:06:48.510Z Compiling libloading v0.8.5
13732026-02-10T20:06:48.951Z Compiling nom v7.1.3
13742026-02-10T20:06:48.995Z Compiling synstructure v0.13.1
13752026-02-10T20:06:49.521Z Compiling home v0.5.9
13762026-02-10T20:06:49.773Z Compiling bindgen v0.69.5
13772026-02-10T20:06:50.136Z Compiling base64ct v1.6.0
13782026-02-10T20:06:50.271Z Compiling ident_case v1.0.1
13792026-02-10T20:06:50.809Z Compiling pem-rfc7468 v0.7.0
13802026-02-10T20:06:50.903Z Compiling itertools v0.12.1
13812026-02-10T20:06:50.927Z Compiling form_urlencoded v1.2.2
13822026-02-10T20:06:51.323Z Compiling rustc-hash v1.1.0
13832026-02-10T20:06:51.523Z Compiling flagset v0.4.6
13842026-02-10T20:06:51.548Z Compiling lazycell v1.3.0
13852026-02-10T20:06:51.767Z Compiling rand_core v0.9.3
13862026-02-10T20:06:51.791Z Compiling cmake v0.1.51
13872026-02-10T20:06:52.479Z Compiling foldhash v0.1.5
13882026-02-10T20:06:52.857Z Compiling cexpr v0.6.0
13892026-02-10T20:06:52.882Z Compiling iana-time-zone v0.1.63
13902026-02-10T20:06:52.913Z Compiling paste v1.0.15
13912026-02-10T20:06:53.258Z Compiling dunce v1.0.5
13922026-02-10T20:06:53.472Z Compiling fs_extra v1.3.0
13932026-02-10T20:06:53.581Z Compiling hashbrown v0.15.4
13942026-02-10T20:06:54.021Z Compiling rustc_version v0.4.1
13952026-02-10T20:06:54.127Z Compiling uuid v1.19.0
13962026-02-10T20:06:54.159Z Compiling zerocopy v0.8.27
13972026-02-10T20:06:54.489Z Compiling vcpkg v0.2.15
13982026-02-10T20:06:54.527Z Compiling serde_derive v1.0.228
13992026-02-10T20:06:54.829Z Compiling zeroize_derive v1.4.2
14002026-02-10T20:06:55.065Z Compiling zerofrom-derive v0.1.4
14012026-02-10T20:06:55.152Z Compiling yoke-derive v0.7.4
14022026-02-10T20:06:55.911Z Compiling zerovec-derive v0.10.3
14032026-02-10T20:06:56.592Z Compiling zeroize v1.8.1
14042026-02-10T20:06:57.015Z Compiling displaydoc v0.2.5
14052026-02-10T20:06:58.199Z Compiling zerocopy-derive v0.7.35
14062026-02-10T20:06:58.494Z Compiling crypto-common v0.1.6
14072026-02-10T20:06:58.554Z Compiling block-buffer v0.10.4
14082026-02-10T20:06:58.645Z Compiling icu_provider_macros v1.5.0
14092026-02-10T20:06:58.831Z Compiling tokio-macros v2.6.0
14102026-02-10T20:06:58.855Z Compiling zerofrom v0.1.4
14112026-02-10T20:06:58.999Z Compiling digest v0.10.7
14122026-02-10T20:06:59.157Z Compiling yoke v0.7.4
14132026-02-10T20:06:59.612Z Compiling zerovec v0.10.4
14142026-02-10T20:06:59.637Z Compiling hmac v0.12.1
14152026-02-10T20:06:59.800Z Compiling thiserror-impl v2.0.18
14162026-02-10T20:07:00.081Z Compiling block-padding v0.3.3
14172026-02-10T20:07:00.528Z Compiling futures-macro v0.3.31
14182026-02-10T20:07:00.614Z Compiling zerocopy v0.7.35
14192026-02-10T20:07:00.650Z Compiling inout v0.1.3
14202026-02-10T20:07:00.680Z Compiling regex v1.11.3
14212026-02-10T20:07:01.076Z Compiling cipher v0.4.4
14222026-02-10T20:07:01.763Z Compiling sha2 v0.10.9
14232026-02-10T20:07:01.904Z Compiling der_derive v0.7.3
14242026-02-10T20:07:02.189Z Compiling tinystr v0.7.6
14252026-02-10T20:07:02.302Z Compiling icu_collections v1.5.0
14262026-02-10T20:07:02.690Z Compiling icu_locid v1.5.0
14272026-02-10T20:07:02.722Z Compiling ppv-lite86 v0.2.20
14282026-02-10T20:07:02.865Z Compiling futures-util v0.3.31
14292026-02-10T20:07:03.184Z Compiling serde v1.0.228
14302026-02-10T20:07:03.556Z Compiling thiserror v2.0.18
14312026-02-10T20:07:03.759Z Compiling pest v2.8.2
14322026-02-10T20:07:03.786Z Compiling salsa20 v0.10.2
14332026-02-10T20:07:03.914Z Compiling pbkdf2 v0.12.2
14342026-02-10T20:07:04.119Z Compiling icu_provider v1.5.0
14352026-02-10T20:07:04.167Z Compiling scrypt v0.11.0
14362026-02-10T20:07:04.343Z Compiling der v0.7.10
14372026-02-10T20:07:04.707Z Compiling bitflags v2.9.4
14382026-02-10T20:07:04.735Z Compiling bytes v1.11.1
14392026-02-10T20:07:05.123Z Compiling icu_locid_transform v1.5.0
14402026-02-10T20:07:05.335Z Compiling chrono v0.4.43
14412026-02-10T20:07:05.647Z Compiling rand_chacha v0.9.0
14422026-02-10T20:07:06.382Z Compiling tokio v1.49.0
14432026-02-10T20:07:07.574Z Compiling icu_properties v1.5.1
14442026-02-10T20:07:07.693Z Compiling spki v0.7.3
14452026-02-10T20:07:07.748Z Compiling pest_meta v2.8.2
14462026-02-10T20:07:07.955Z Compiling http v1.4.0
14472026-02-10T20:07:08.172Z Compiling aes v0.8.4
14482026-02-10T20:07:09.023Z Compiling cbc v0.1.2
14492026-02-10T20:07:09.278Z Compiling which v4.4.2
14502026-02-10T20:07:09.373Z Compiling openssl-sys v0.9.109
14512026-02-10T20:07:10.482Z Compiling zerocopy-derive v0.8.27
14522026-02-10T20:07:10.749Z Compiling pest_generator v2.8.2
14532026-02-10T20:07:11.243Z Compiling pkcs5 v0.7.1
14542026-02-10T20:07:11.677Z Compiling rand v0.9.2
14552026-02-10T20:07:12.386Z Compiling icu_normalizer v1.5.0
14562026-02-10T20:07:12.588Z Compiling tracing-attributes v0.1.27
14572026-02-10T20:07:12.785Z Compiling serde_derive_internals v0.29.1
14582026-02-10T20:07:12.963Z Compiling ring v0.17.14
14592026-02-10T20:07:13.686Z Compiling idna_adapter v1.2.0
14602026-02-10T20:07:13.971Z Compiling idna v1.0.3
14612026-02-10T20:07:14.078Z Compiling tracing-core v0.1.32
14622026-02-10T20:07:14.186Z Compiling schemars v0.8.22
14632026-02-10T20:07:14.571Z Compiling adler2 v2.0.0
14642026-02-10T20:07:14.819Z Compiling url v2.5.4
14652026-02-10T20:07:15.167Z Compiling rustix v1.1.3
14662026-02-10T20:07:15.466Z Compiling aws-lc-rs v1.12.4
14672026-02-10T20:07:15.776Z Compiling schemars_derive v0.8.22
14682026-02-10T20:07:16.058Z Compiling miniz_oxide v0.8.5
14692026-02-10T20:07:16.150Z Compiling tracing v0.1.40
14702026-02-10T20:07:16.723Z Compiling pest_derive v2.8.2
14712026-02-10T20:07:16.838Z Compiling pkcs8 v0.10.2
14722026-02-10T20:07:17.594Z Compiling tokio-util v0.7.15
14732026-02-10T20:07:17.719Z Compiling http-body v1.0.1
14742026-02-10T20:07:17.745Z Compiling scroll_derive v0.13.1
14752026-02-10T20:07:18.147Z Compiling darling_core v0.20.10
14762026-02-10T20:07:18.325Z Compiling tinyvec_macros v0.1.1
14772026-02-10T20:07:18.463Z Compiling rustls-pki-types v1.10.0
14782026-02-10T20:07:18.940Z Compiling base64 v0.22.1
14792026-02-10T20:07:19.645Z Compiling httparse v1.9.5
14802026-02-10T20:07:19.738Z Compiling dyn-clone v1.0.20
14812026-02-10T20:07:19.823Z Compiling scroll v0.13.0
14822026-02-10T20:07:20.490Z Compiling tinyvec v1.8.0
14832026-02-10T20:07:20.544Z Compiling zstd-sys v2.0.14+zstd.1.5.7
14842026-02-10T20:07:21.487Z Compiling bzip2-sys v0.1.13+1.0.8
14852026-02-10T20:07:22.008Z Compiling try-lock v0.2.5
14862026-02-10T20:07:22.083Z Compiling time-core v0.1.6
14872026-02-10T20:07:22.207Z Compiling num-conv v0.1.0
14882026-02-10T20:07:22.248Z Compiling atomic-waker v1.1.2
14892026-02-10T20:07:22.405Z Compiling foreign-types-shared v0.1.1
14902026-02-10T20:07:22.473Z Compiling untrusted v0.9.0
14912026-02-10T20:07:22.532Z Compiling tower-service v0.3.3
14922026-02-10T20:07:22.566Z Compiling openssl v0.10.73
14932026-02-10T20:07:22.704Z Compiling untrusted v0.7.1
14942026-02-10T20:07:22.732Z Compiling openssl-probe v0.1.5
14952026-02-10T20:07:22.856Z Compiling powerfmt v0.2.0
14962026-02-10T20:07:22.956Z Compiling tower-layer v0.3.3
14972026-02-10T20:07:23.140Z Compiling tempfile v3.24.0
14982026-02-10T20:07:23.315Z Compiling deranged v0.5.3
14992026-02-10T20:07:23.339Z Compiling time-macros v0.2.24
15002026-02-10T20:07:23.779Z Compiling foreign-types v0.3.2
15012026-02-10T20:07:23.827Z Compiling h2 v0.4.6
15022026-02-10T20:07:23.923Z Compiling want v0.3.1
15032026-02-10T20:07:24.674Z Compiling darling_macro v0.20.10
15042026-02-10T20:07:25.741Z Compiling darling v0.20.10
15052026-02-10T20:07:25.892Z Compiling goblin v0.10.2
15062026-02-10T20:07:26.247Z Compiling ipnet v2.11.0
15072026-02-10T20:07:26.373Z Compiling openssl-macros v0.1.1
15082026-02-10T20:07:27.164Z Compiling wait-timeout v0.2.0
15092026-02-10T20:07:27.618Z Compiling rustls v0.23.19
15102026-02-10T20:07:27.772Z Compiling syn v1.0.109
15112026-02-10T20:07:27.824Z Compiling crossbeam-utils v0.8.21
15122026-02-10T20:07:28.018Z Compiling httpdate v1.0.3
15132026-02-10T20:07:28.057Z Compiling quick-error v1.2.3
15142026-02-10T20:07:28.281Z Compiling gimli v0.31.1
15152026-02-10T20:07:28.409Z Compiling usdt-impl v0.6.0
15162026-02-10T20:07:28.541Z Compiling bit-vec v0.8.0
15172026-02-10T20:07:28.566Z Compiling num_threads v0.1.7
15182026-02-10T20:07:28.769Z Compiling native-tls v0.2.12
15192026-02-10T20:07:28.884Z Compiling time v0.3.43
15202026-02-10T20:07:29.085Z Compiling bit-set v0.8.0
15212026-02-10T20:07:29.370Z Compiling rusty-fork v0.3.0
15222026-02-10T20:07:30.154Z Compiling derive_builder_core v0.20.2
15232026-02-10T20:07:32.346Z Compiling hyper v1.8.1
15242026-02-10T20:07:33.226Z Compiling addr2line v0.24.2
15252026-02-10T20:07:33.633Z Compiling unicode-normalization v0.1.24
15262026-02-10T20:07:34.055Z Compiling dof v0.4.0
15272026-02-10T20:07:34.766Z Compiling dtrace-parser v0.3.0
15282026-02-10T20:07:34.868Z Compiling signature v2.2.0
15292026-02-10T20:07:35.231Z Compiling heapless v0.7.17
15302026-02-10T20:07:35.713Z Compiling thiserror-impl v1.0.69
15312026-02-10T20:07:36.306Z Compiling scroll_derive v0.12.0
15322026-02-10T20:07:36.639Z Compiling rand_xorshift v0.4.0
15332026-02-10T20:07:36.929Z Compiling darling_core v0.21.0
15342026-02-10T20:07:36.964Z Compiling slog v2.8.2
15352026-02-10T20:07:37.348Z Compiling thread-id v5.0.0
15362026-02-10T20:07:37.536Z Compiling cookie v0.18.1
15372026-02-10T20:07:37.631Z Compiling crc32fast v1.4.2
15382026-02-10T20:07:37.777Z Compiling object v0.36.5
15392026-02-10T20:07:37.971Z Compiling signal-hook v0.3.18
15402026-02-10T20:07:38.073Z Compiling anyhow v1.0.99
15412026-02-10T20:07:38.185Z Compiling unarray v0.1.4
15422026-02-10T20:07:38.383Z Compiling unicode-properties v0.1.3
15432026-02-10T20:07:38.450Z Compiling zlib-rs v0.5.1
15442026-02-10T20:07:38.836Z Compiling rustc-demangle v0.1.24
15452026-02-10T20:07:38.900Z Compiling unicode-bidi v0.3.17
15462026-02-10T20:07:38.933Z Compiling zstd-safe v7.2.3
15472026-02-10T20:07:38.984Z Compiling siphasher v0.3.11
15482026-02-10T20:07:39.342Z Compiling thiserror v1.0.69
15492026-02-10T20:07:39.443Z Compiling phf_shared v0.11.2
15502026-02-10T20:07:39.826Z Compiling stringprep v0.1.5
15512026-02-10T20:07:40.060Z Compiling proptest v1.7.0
15522026-02-10T20:07:40.441Z Compiling scroll v0.12.0
15532026-02-10T20:07:41.086Z Compiling hyper-util v0.1.19
15542026-02-10T20:07:41.713Z Compiling derive_builder_macro v0.20.2
15552026-02-10T20:07:43.088Z Compiling ipnetwork v0.21.1
15562026-02-10T20:07:44.021Z Compiling darling_macro v0.21.0
15572026-02-10T20:07:44.122Z Compiling erased-serde v0.3.31
15582026-02-10T20:07:44.897Z Compiling serde_tokenstream v0.2.2
15592026-02-10T20:07:45.449Z Compiling backtrace v0.3.74
15602026-02-10T20:07:45.496Z Compiling toml_datetime v0.6.11
15612026-02-10T20:07:45.932Z Compiling serde_spanned v0.6.9
15622026-02-10T20:07:46.103Z Compiling libz-rs-sys v0.5.1
15632026-02-10T20:07:46.127Z Compiling rand_chacha v0.3.1
15642026-02-10T20:07:46.258Z Compiling md-5 v0.10.6
15652026-02-10T20:07:46.434Z Compiling curve25519-dalek v4.1.3
15662026-02-10T20:07:46.718Z Compiling vergen-lib v0.1.6
15672026-02-10T20:07:46.993Z Compiling num-integer v0.1.46
15682026-02-10T20:07:47.035Z Compiling sync_wrapper v1.0.1
15692026-02-10T20:07:47.192Z Compiling ff v0.13.0
15702026-02-10T20:07:47.266Z Compiling hash32 v0.2.1
15712026-02-10T20:07:47.485Z Compiling memoffset v0.9.1
15722026-02-10T20:07:47.679Z Compiling cfg_aliases v0.2.1
15732026-02-10T20:07:47.821Z Compiling smoltcp v0.9.1
15742026-02-10T20:07:47.853Z Compiling num-bigint-dig v0.8.6
15752026-02-10T20:07:47.879Z Compiling fallible-iterator v0.2.0
15762026-02-10T20:07:48.255Z Compiling psl-types v2.0.11
15772026-02-10T20:07:48.307Z Compiling ref-cast v1.0.25
15782026-02-10T20:07:48.478Z Compiling litrs v0.4.1
15792026-02-10T20:07:48.508Z Compiling base16ct v0.2.0
15802026-02-10T20:07:48.607Z Compiling publicsuffix v2.3.0
15812026-02-10T20:07:48.754Z Compiling postgres-protocol v0.6.8
15822026-02-10T20:07:48.949Z Compiling sec1 v0.7.3
15832026-02-10T20:07:49.053Z Compiling nix v0.29.0
15842026-02-10T20:07:49.200Z Compiling num-iter v0.1.45
15852026-02-10T20:07:49.610Z Compiling group v0.13.0
15862026-02-10T20:07:49.794Z Compiling document-features v0.2.11
15872026-02-10T20:07:49.906Z Compiling tower v0.5.2
15882026-02-10T20:07:50.135Z Compiling rand v0.8.5
15892026-02-10T20:07:50.645Z Compiling newtype-uuid v1.3.2
15902026-02-10T20:07:51.100Z Compiling flate2 v1.1.2
15912026-02-10T20:07:51.226Z Compiling darling v0.21.0
15922026-02-10T20:07:51.368Z Compiling oxnet v0.1.4
15932026-02-10T20:07:51.393Z Compiling derive_builder v0.20.2
15942026-02-10T20:07:51.618Z Compiling tokio-native-tls v0.3.1
15952026-02-10T20:07:51.939Z Compiling goblin v0.8.2
15962026-02-10T20:07:52.384Z Compiling rustls-native-certs v0.8.1
15972026-02-10T20:07:52.836Z Compiling webpki-roots v1.0.1
15982026-02-10T20:07:53.035Z Compiling http-body-util v0.1.3
15992026-02-10T20:07:53.104Z Compiling strum_macros v0.27.2
16002026-02-10T20:07:53.329Z Compiling terminal_size v0.4.0
16012026-02-10T20:07:53.450Z Compiling cargo-platform v0.1.8
16022026-02-10T20:07:53.617Z Compiling hkdf v0.12.4
16032026-02-10T20:07:53.674Z Compiling crypto-bigint v0.5.5
16042026-02-10T20:07:53.977Z Compiling ref-cast-impl v1.0.25
16052026-02-10T20:07:54.062Z Compiling curve25519-dalek-derive v0.1.1
16062026-02-10T20:07:55.358Z Compiling daft-derive v0.1.4
16072026-02-10T20:07:55.442Z Compiling hubpack_derive v0.1.1
16082026-02-10T20:07:55.684Z Compiling async-trait v0.1.89
16092026-02-10T20:07:56.454Z Compiling vergen v9.0.6
16102026-02-10T20:07:56.918Z Compiling ahash v0.8.12
16112026-02-10T20:07:57.125Z Compiling fs-err v3.1.1
16122026-02-10T20:07:57.361Z Compiling bumpalo v3.16.0
16132026-02-10T20:07:57.554Z Compiling iri-string v0.7.8
16142026-02-10T20:07:57.899Z Compiling managed v0.8.0
16152026-02-10T20:07:58.215Z Compiling unicode-segmentation v1.12.0
16162026-02-10T20:07:58.443Z Compiling simd-adler32 v0.3.7
16172026-02-10T20:07:58.528Z Compiling buf-list v1.0.3
16182026-02-10T20:07:59.112Z Compiling bitflags v1.3.2
16192026-02-10T20:07:59.184Z Compiling ryu v1.0.18
16202026-02-10T20:07:59.216Z Compiling lockfree-object-pool v0.1.6
16212026-02-10T20:07:59.265Z Compiling winnow v0.5.40
16222026-02-10T20:07:59.569Z Compiling zopfli v0.8.1
16232026-02-10T20:07:59.668Z Compiling serde_urlencoded v0.7.1
16242026-02-10T20:08:00.435Z Compiling dof v0.3.0
16252026-02-10T20:08:01.351Z Compiling tower-http v0.6.6
16262026-02-10T20:08:01.946Z Compiling clap_builder v4.5.48
16272026-02-10T20:08:02.218Z Compiling strum v0.27.2
16282026-02-10T20:08:02.406Z Compiling daft v0.1.4
16292026-02-10T20:08:02.460Z Compiling elliptic-curve v0.13.8
16302026-02-10T20:08:02.525Z Compiling hubpack v0.1.2
16312026-02-10T20:08:02.999Z Compiling toml_edit v0.19.15
16322026-02-10T20:08:03.158Z Compiling cargo_metadata v0.19.2
16332026-02-10T20:08:03.355Z Compiling hyper-tls v0.6.0
16342026-02-10T20:08:03.520Z Compiling cookie_store v0.21.1
16352026-02-10T20:08:03.883Z Compiling signal-hook-mio v0.2.4
16362026-02-10T20:08:04.131Z Compiling zstd v0.13.3
16372026-02-10T20:08:06.063Z Compiling serde_with_macros v3.16.1
16382026-02-10T20:08:06.916Z Compiling postgres-types v0.2.9
16392026-02-10T20:08:08.513Z Compiling usdt-macro v0.6.0
16402026-02-10T20:08:08.775Z Compiling usdt-attr-macro v0.6.0
16412026-02-10T20:08:08.800Z Compiling phf v0.11.2
16422026-02-10T20:08:09.198Z Compiling dtrace-parser v0.2.0
16432026-02-10T20:08:10.178Z Compiling ed25519 v2.2.3
16442026-02-10T20:08:10.314Z Compiling bzip2 v0.4.4
16452026-02-10T20:08:10.490Z Compiling bzip2 v0.5.2
16462026-02-10T20:08:10.766Z Compiling pkcs1 v0.7.5
16472026-02-10T20:08:10.909Z Compiling enum-as-inner v0.6.1
16482026-02-10T20:08:10.937Z Compiling strum_macros v0.26.4
16492026-02-10T20:08:11.286Z Compiling clap_derive v4.5.47
16502026-02-10T20:08:11.441Z Compiling hex v0.4.3
16512026-02-10T20:08:11.682Z Compiling serde-big-array v0.5.1
16522026-02-10T20:08:11.987Z Compiling rfc6979 v0.4.0
16532026-02-10T20:08:12.103Z Compiling bstr v1.10.0
16542026-02-10T20:08:12.164Z Compiling serde_repr v0.1.19
16552026-02-10T20:08:12.227Z Compiling float-cmp v0.10.0
16562026-02-10T20:08:12.545Z Compiling env_filter v0.1.2
16572026-02-10T20:08:12.574Z Compiling socket2 v0.5.10
16582026-02-10T20:08:13.327Z Compiling memmap2 v0.9.8
16592026-02-10T20:08:13.351Z Compiling encoding_rs v0.8.34
16602026-02-10T20:08:13.631Z Compiling normalize-line-endings v0.3.0
16612026-02-10T20:08:13.743Z Compiling data-encoding v2.9.0
16622026-02-10T20:08:13.808Z Compiling fixedbitset v0.5.7
16632026-02-10T20:08:13.870Z Compiling fixedbitset v0.4.2
16642026-02-10T20:08:14.474Z Compiling mime v0.3.17
16652026-02-10T20:08:14.512Z Compiling whoami v1.5.2
16662026-02-10T20:08:15.142Z Compiling predicates-core v1.0.8
16672026-02-10T20:08:15.198Z Compiling jiff v0.2.15
16682026-02-10T20:08:15.402Z Compiling static_assertions v1.1.0
16692026-02-10T20:08:15.554Z Compiling precomputed-hash v0.1.1
16702026-02-10T20:08:15.580Z Compiling keccak v0.1.5
16712026-02-10T20:08:15.726Z Compiling difflib v0.4.0
16722026-02-10T20:08:15.754Z Compiling foldhash v0.2.0
16732026-02-10T20:08:15.864Z Compiling rustc-hash v2.1.1
16742026-02-10T20:08:16.098Z Compiling new_debug_unreachable v1.0.6
16752026-02-10T20:08:16.226Z Compiling string_cache v0.8.9
16762026-02-10T20:08:16.340Z Compiling predicates v3.1.3
16772026-02-10T20:08:16.685Z Compiling iddqd v0.3.16
16782026-02-10T20:08:17.173Z Compiling toml_edit v0.22.27
16792026-02-10T20:08:17.388Z Compiling sha3 v0.10.8
16802026-02-10T20:08:17.845Z Compiling clap v4.5.48
16812026-02-10T20:08:17.992Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
16822026-02-10T20:08:18.050Z Compiling strum v0.26.3
16832026-02-10T20:08:18.307Z Compiling tokio-postgres v0.7.13
16842026-02-10T20:08:18.512Z Compiling hickory-proto v0.25.2
16852026-02-10T20:08:18.973Z Compiling petgraph v0.6.5
16862026-02-10T20:08:19.642Z Compiling petgraph v0.8.2
16872026-02-10T20:08:23.352Z Compiling usdt v0.6.0
16882026-02-10T20:08:23.405Z Compiling zip v4.2.0
16892026-02-10T20:08:24.723Z Compiling usdt-impl v0.5.0
16902026-02-10T20:08:24.750Z Compiling similar v2.7.0
16912026-02-10T20:08:25.069Z Compiling env_logger v0.11.8
16922026-02-10T20:08:25.203Z Compiling ecdsa v0.16.9
16932026-02-10T20:08:25.764Z Compiling serde_with v3.16.1
16942026-02-10T20:08:25.790Z Compiling rsa v0.9.8
16952026-02-10T20:08:25.790Z Compiling zip v0.6.6
16962026-02-10T20:08:26.138Z Compiling ed25519-dalek v2.1.1
16972026-02-10T20:08:26.997Z Compiling toml v0.7.8
16982026-02-10T20:08:27.451Z Compiling crossterm v0.28.1
16992026-02-10T20:08:28.813Z Compiling heck v0.4.1
17002026-02-10T20:08:28.854Z Compiling crossbeam-epoch v0.9.18
17012026-02-10T20:08:29.132Z Compiling tokio-stream v0.1.17
17022026-02-10T20:08:29.274Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17032026-02-10T20:08:29.587Z Compiling x509-cert v0.2.5
17042026-02-10T20:08:29.725Z Compiling openapiv3 v2.2.0
17052026-02-10T20:08:30.044Z Compiling sha1 v0.10.6
17062026-02-10T20:08:30.178Z Compiling itertools v0.13.0
17072026-02-10T20:08:30.490Z Compiling itertools v0.10.5
17082026-02-10T20:08:30.572Z Compiling winnow v0.6.26
17092026-02-10T20:08:30.643Z Compiling lalrpop-util v0.19.12
17102026-02-10T20:08:31.017Z Compiling peg-runtime v0.8.5
17112026-02-10T20:08:31.560Z Compiling thread_local v1.1.8
17122026-02-10T20:08:32.051Z Compiling slog-async v2.8.0
17132026-02-10T20:08:32.576Z Compiling crossbeam-channel v0.5.15
17142026-02-10T20:08:32.835Z Compiling xattr v1.3.1
17152026-02-10T20:08:32.898Z Compiling futures-executor v0.3.31
17162026-02-10T20:08:32.937Z Compiling filetime v0.2.26
17172026-02-10T20:08:33.149Z Compiling is-terminal v0.4.13
17182026-02-10T20:08:33.297Z Compiling term v1.1.0
17192026-02-10T20:08:33.323Z Compiling take_mut v0.2.2
17202026-02-10T20:08:33.442Z Compiling futures v0.3.31
17212026-02-10T20:08:33.469Z Compiling tar v0.4.44
17222026-02-10T20:08:33.894Z Compiling slog-term v2.9.2
17232026-02-10T20:08:36.772Z Compiling aws-lc-sys v0.26.0
17242026-02-10T20:09:14.423Z Compiling rustls-webpki v0.102.8
17252026-02-10T20:09:21.169Z Compiling tokio-rustls v0.26.0
17262026-02-10T20:09:21.542Z Compiling hyper-rustls v0.27.7
17272026-02-10T20:09:21.943Z Compiling reqwest v0.12.24
17282026-02-10T20:09:27.610Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17292026-02-10T20:09:28.070Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17302026-02-10T20:09:34.989Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 01s
17312026-02-10T20:09:35.192Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17322026-02-10T20:09:35.296ZFeb 10 20:09:34.311 INFO Starting download, target: Cockroach
17332026-02-10T20:09:35.296ZFeb 10 20:09:34.312 INFO Starting download, target: Clickhouse
17342026-02-10T20:09:35.296ZFeb 10 20:09:34.312 INFO Starting download, target: Console
17352026-02-10T20:09:35.296ZFeb 10 20:09:34.312 INFO Starting download, target: DendriteStub
17362026-02-10T20:09:35.296ZFeb 10 20:09:34.312 INFO Starting download, target: MaghemiteMgd
17372026-02-10T20:09:35.296ZFeb 10 20:09:34.312 INFO Starting download, target: TransceiverControl
17382026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17392026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17402026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17412026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17422026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17432026-02-10T20:09:35.320ZFeb 10 20:09:34.314 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
17442026-02-10T20:09:35.668ZFeb 10 20:09:34.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17452026-02-10T20:09:36.245ZFeb 10 20:09:35.262 INFO Download complete, target: Console
17462026-02-10T20:09:41.045ZFeb 10 20:09:40.057 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17472026-02-10T20:09:41.682ZFeb 10 20:09:40.697 INFO Download complete, target: TransceiverControl
17482026-02-10T20:09:43.304ZFeb 10 20:09:42.320 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17492026-02-10T20:09:43.408ZFeb 10 20:09:42.425 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17502026-02-10T20:09:45.725ZFeb 10 20:09:44.742 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17512026-02-10T20:09:45.725ZFeb 10 20:09:44.742 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17522026-02-10T20:09:49.463ZFeb 10 20:09:48.478 INFO Download complete, target: MaghemiteMgd
17532026-02-10T20:09:49.802ZFeb 10 20:09:48.817 INFO Download complete, target: DendriteStub
17542026-02-10T20:09:57.752ZFeb 10 20:09:56.768 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
17552026-02-10T20:09:58.878ZFeb 10 20:09:57.894 INFO Checking that binary works, target: Cockroach
17562026-02-10T20:09:59.153ZFeb 10 20:09:58.170 INFO Download complete, target: Cockroach
17572026-02-10T20:10:14.876ZFeb 10 20:10:13.893 INFO Checking that binary works, target: Clickhouse
17582026-02-10T20:10:15.069ZFeb 10 20:10:14.086 INFO Download complete, target: Clickhouse
17592026-02-10T20:10:15.093ZAll prerequisites installed successfully
17602026-02-10T20:10:15.093Z
17612026-02-10T20:10:15.093Zreal 7:52.213255977
17622026-02-10T20:10:15.093Zuser 21:30.799732313
17632026-02-10T20:10:15.093Zsys 3:18.202309393
17642026-02-10T20:10:15.093Ztrap 0.921891020
17652026-02-10T20:10:15.093Ztflt 0.539099305
17662026-02-10T20:10:15.093Zdflt 1.196051081
17672026-02-10T20:10:15.093Zkflt 0.010076302
17682026-02-10T20:10:15.093Zlock 58:57.965950749
17692026-02-10T20:10:15.093Zslp 1:20:00.846709133
17702026-02-10T20:10:15.094Zlat 1:28.297228367
17712026-02-10T20:10:15.094Zstop 3:28.114792700
17722026-02-10T20:10:15.094Z+ ptime -m cargo xtask download softnpu
17732026-02-10T20:10:16.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
17742026-02-10T20:10:16.570Z Running `target/debug/xtask download softnpu`
17752026-02-10T20:10:18.402Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
17762026-02-10T20:10:18.489Z Running `target/debug/xtask-downloader softnpu`
17772026-02-10T20:10:18.554ZFeb 10 20:10:17.571 INFO Starting download, target: Softnpu
17782026-02-10T20:10:18.578ZFeb 10 20:10:17.572 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17792026-02-10T20:10:20.332ZFeb 10 20:10:19.349 INFO Download complete, target: Softnpu
17802026-02-10T20:10:20.356Z
17812026-02-10T20:10:20.356Zreal 5.247172571
17822026-02-10T20:10:20.356Zuser 2.798809747
17832026-02-10T20:10:20.356Zsys 1.501357033
17842026-02-10T20:10:20.356Ztrap 0.000886307
17852026-02-10T20:10:20.356Ztflt 0.000243100
17862026-02-10T20:10:20.356Zdflt 0.000154796
17872026-02-10T20:10:20.356Zkflt 0.000000000
17882026-02-10T20:10:20.356Zlock 19.124529327
17892026-02-10T20:10:20.356Zslp 1.513678760
17902026-02-10T20:10:20.356Zlat 0.213429025
17912026-02-10T20:10:20.356Zstop 0.000304473
17922026-02-10T20:10:20.356Z+ export CARGO_INCREMENTAL=0
17932026-02-10T20:10:20.356Z+ CARGO_INCREMENTAL=0
17942026-02-10T20:10:20.356Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17952026-02-10T20:10:22.357Z Compiling proc-macro2 v1.0.101
17962026-02-10T20:10:22.357Z Compiling unicode-ident v1.0.19
17972026-02-10T20:10:22.357Z Compiling libc v0.2.180
17982026-02-10T20:10:22.381Z Compiling serde_core v1.0.228
17992026-02-10T20:10:22.381Z Compiling serde v1.0.228
18002026-02-10T20:10:22.381Z Compiling autocfg v1.4.0
18012026-02-10T20:10:22.381Z Compiling cfg-if v1.0.4
18022026-02-10T20:10:22.554Z Compiling version_check v0.9.5
18032026-02-10T20:10:22.617Z Compiling memchr v2.7.4
18042026-02-10T20:10:22.738Z Compiling shlex v1.3.0
18052026-02-10T20:10:23.287Z Compiling lock_api v0.4.12
18062026-02-10T20:10:23.334Z Compiling value-bag v1.12.0
18072026-02-10T20:10:23.624Z Compiling zmij v1.0.15
18082026-02-10T20:10:23.863Z Compiling log v0.4.29
18092026-02-10T20:10:23.886Z Compiling portable-atomic v1.11.0
18102026-02-10T20:10:24.125Z Compiling typenum v1.17.0
18112026-02-10T20:10:24.566Z Compiling quote v1.0.40
18122026-02-10T20:10:24.637Z Compiling jobserver v0.1.32
18132026-02-10T20:10:24.664Z Compiling serde_json v1.0.149
18142026-02-10T20:10:25.008Z Compiling syn v2.0.114
18152026-02-10T20:10:25.041Z Compiling generic-array v0.14.7
18162026-02-10T20:10:25.066Z Compiling getrandom v0.3.4
18172026-02-10T20:10:25.197Z Compiling cc v1.2.30
18182026-02-10T20:10:25.371Z Compiling libm v0.2.8
18192026-02-10T20:10:25.413Z Compiling num-traits v0.2.19
18202026-02-10T20:10:25.820Z Compiling scopeguard v1.2.0
18212026-02-10T20:10:25.843Z Compiling parking_lot_core v0.9.10
18222026-02-10T20:10:25.867Z Compiling smallvec v1.15.1
18232026-02-10T20:10:26.188Z Compiling regex-syntax v0.8.5
18242026-02-10T20:10:26.428Z Compiling itoa v1.0.11
18252026-02-10T20:10:27.166Z Compiling getrandom v0.2.15
18262026-02-10T20:10:27.274Z Compiling thiserror v2.0.18
18272026-02-10T20:10:27.530Z Compiling pkg-config v0.3.31
18282026-02-10T20:10:27.634Z Compiling aho-corasick v1.1.3
18292026-02-10T20:10:27.787Z Compiling rustix v0.38.37
18302026-02-10T20:10:28.308Z Compiling errno v0.3.12
18312026-02-10T20:10:28.382Z Compiling stable_deref_trait v1.2.0
18322026-02-10T20:10:28.524Z Compiling either v1.15.0
18332026-02-10T20:10:28.557Z Compiling spin v0.9.8
18342026-02-10T20:10:28.707Z Compiling slab v0.4.9
18352026-02-10T20:10:28.735Z Compiling allocator-api2 v0.2.21
18362026-02-10T20:10:29.006Z Compiling equivalent v1.0.2
18372026-02-10T20:10:29.046Z Compiling semver v1.0.27
18382026-02-10T20:10:29.295Z Compiling lazy_static v1.5.0
18392026-02-10T20:10:29.655Z Compiling regex-automata v0.4.11
18402026-02-10T20:10:29.825Z Compiling schemars v0.8.22
18412026-02-10T20:10:30.969Z Compiling rand_core v0.6.4
18422026-02-10T20:10:31.682Z Compiling critical-section v1.1.3
18432026-02-10T20:10:31.706Z Compiling byteorder v1.5.0
18442026-02-10T20:10:31.896Z Compiling synstructure v0.13.1
18452026-02-10T20:10:32.248Z Compiling serde_derive_internals v0.29.1
18462026-02-10T20:10:32.600Z Compiling once_cell v1.21.3
18472026-02-10T20:10:33.082Z Compiling glob v0.3.2
18482026-02-10T20:10:33.334Z Compiling subtle v2.6.1
18492026-02-10T20:10:33.585Z Compiling litemap v0.7.3
18502026-02-10T20:10:33.672Z Compiling writeable v0.5.5
18512026-02-10T20:10:33.770Z Compiling clang-sys v1.8.1
18522026-02-10T20:10:33.881Z Compiling prettyplease v0.2.36
18532026-02-10T20:10:33.989Z Compiling percent-encoding v2.3.2
18542026-02-10T20:10:34.045Z Compiling pin-project-lite v0.2.14
18552026-02-10T20:10:34.489Z Compiling minimal-lexical v0.2.1
18562026-02-10T20:10:34.514Z Compiling icu_locid_transform_data v1.5.0
18572026-02-10T20:10:34.586Z Compiling fnv v1.0.7
18582026-02-10T20:10:34.867Z Compiling libloading v0.8.5
18592026-02-10T20:10:34.911Z Compiling nom v7.1.3
18602026-02-10T20:10:34.993Z Compiling home v0.5.9
18612026-02-10T20:10:35.104Z Compiling serde_derive v1.0.228
18622026-02-10T20:10:35.229Z Compiling zeroize_derive v1.4.2
18632026-02-10T20:10:35.270Z Compiling zerofrom-derive v0.1.4
18642026-02-10T20:10:35.405Z Compiling yoke-derive v0.7.4
18652026-02-10T20:10:35.600Z Compiling zerovec-derive v0.10.3
18662026-02-10T20:10:35.973Z Compiling displaydoc v0.2.5
18672026-02-10T20:10:36.423Z Compiling icu_provider_macros v1.5.0
18682026-02-10T20:10:37.248Z Compiling zeroize v1.8.1
18692026-02-10T20:10:37.425Z Compiling tokio-macros v2.6.0
18702026-02-10T20:10:37.559Z Compiling zerocopy-derive v0.7.35
18712026-02-10T20:10:37.736Z Compiling thiserror-impl v2.0.18
18722026-02-10T20:10:37.789Z Compiling regex v1.11.3
18732026-02-10T20:10:38.164Z Compiling zerofrom v0.1.4
18742026-02-10T20:10:38.248Z Compiling futures-macro v0.3.31
18752026-02-10T20:10:38.326Z Compiling schemars_derive v0.8.22
18762026-02-10T20:10:38.441Z Compiling yoke v0.7.4
18772026-02-10T20:10:38.871Z Compiling zerovec v0.10.4
18782026-02-10T20:10:39.540Z Compiling icu_properties_data v1.5.0
18792026-02-10T20:10:39.647Z Compiling bindgen v0.69.5
18802026-02-10T20:10:40.059Z Compiling cexpr v0.6.0
18812026-02-10T20:10:40.898Z Compiling itertools v0.12.1
18822026-02-10T20:10:41.511Z Compiling tinystr v0.7.6
18832026-02-10T20:10:41.936Z Compiling icu_locid v1.5.0
18842026-02-10T20:10:41.961Z Compiling icu_collections v1.5.0
18852026-02-10T20:10:42.024Z Compiling utf8_iter v1.0.4
18862026-02-10T20:10:42.295Z Compiling bitflags v2.9.4
18872026-02-10T20:10:42.374Z Compiling bytes v1.11.1
18882026-02-10T20:10:43.669Z Compiling icu_provider v1.5.0
18892026-02-10T20:10:43.753Z Compiling rustc-hash v1.1.0
18902026-02-10T20:10:43.945Z Compiling icu_normalizer_data v1.5.0
18912026-02-10T20:10:44.032Z Compiling write16 v1.0.0
18922026-02-10T20:10:44.083Z Compiling paste v1.0.15
18932026-02-10T20:10:44.232Z Compiling heck v0.5.0
18942026-02-10T20:10:44.489Z Compiling icu_locid_transform v1.5.0
18952026-02-10T20:10:44.590Z Compiling utf16_iter v1.0.5
18962026-02-10T20:10:44.664Z Compiling lazycell v1.3.0
18972026-02-10T20:10:44.850Z Compiling cmake v0.1.51
18982026-02-10T20:10:44.888Z Compiling signal-hook-registry v1.4.2
18992026-02-10T20:10:45.936Z Compiling dunce v1.0.5
19002026-02-10T20:10:45.962Z Compiling fs_extra v1.3.0
19012026-02-10T20:10:45.962Z Compiling parking_lot v0.12.3
19022026-02-10T20:10:46.109Z Compiling icu_properties v1.5.1
19032026-02-10T20:10:46.557Z Compiling which v4.4.2
19042026-02-10T20:10:46.683Z Compiling crypto-common v0.1.6
19052026-02-10T20:10:46.972Z Compiling hashbrown v0.16.1
19062026-02-10T20:10:47.092Z Compiling mio v1.0.2
19072026-02-10T20:10:48.567Z Compiling form_urlencoded v1.2.2
19082026-02-10T20:10:49.022Z Compiling const-oid v0.9.6
19092026-02-10T20:10:49.098Z Compiling rustversion v1.0.22
19102026-02-10T20:10:49.241Z Compiling indexmap v2.13.0
19112026-02-10T20:10:49.781Z Compiling icu_normalizer v1.5.0
19122026-02-10T20:10:49.832Z Compiling socket2 v0.6.1
19132026-02-10T20:10:50.806Z Compiling tokio v1.49.0
19142026-02-10T20:10:50.865Z Compiling idna_adapter v1.2.0
19152026-02-10T20:10:51.102Z Compiling idna v1.0.3
19162026-02-10T20:10:52.020Z Compiling url v2.5.4
19172026-02-10T20:10:52.423Z Compiling ring v0.17.14
19182026-02-10T20:10:52.631Z Compiling zerocopy v0.8.27
19192026-02-10T20:10:53.311Z Compiling block-buffer v0.10.4
19202026-02-10T20:10:53.368Z Compiling tracing-attributes v0.1.27
19212026-02-10T20:10:53.580Z Compiling der_derive v0.7.3
19222026-02-10T20:10:55.809Z Compiling aws-lc-rs v1.12.4
19232026-02-10T20:10:56.005Z Compiling thiserror v1.0.69
19242026-02-10T20:10:56.160Z Compiling vcpkg v0.2.15
19252026-02-10T20:10:56.235Z Compiling digest v0.10.7
19262026-02-10T20:10:56.480Z Compiling zerocopy-derive v0.8.27
19272026-02-10T20:10:56.531Z Compiling futures-core v0.3.31
19282026-02-10T20:10:56.675Z Compiling strsim v0.11.1
19292026-02-10T20:10:56.848Z Compiling zerocopy v0.7.35
19302026-02-10T20:10:57.004Z Compiling thiserror-impl v1.0.69
19312026-02-10T20:10:57.578Z Compiling openssl-sys v0.9.109
19322026-02-10T20:10:57.603Z Compiling aws-lc-sys v0.26.0
19332026-02-10T20:10:57.853Z Compiling iana-time-zone v0.1.63
19342026-02-10T20:10:58.534Z Compiling ucd-trie v0.1.7
19352026-02-10T20:10:58.595Z Compiling chrono v0.4.43
19362026-02-10T20:10:59.004Z Compiling pest v2.8.2
19372026-02-10T20:10:59.079Z Compiling serde_tokenstream v0.2.2
19382026-02-10T20:10:59.373Z Compiling uuid v1.19.0
19392026-02-10T20:10:59.479Z Compiling httparse v1.9.5
19402026-02-10T20:10:59.693Z Compiling foldhash v0.1.5
19412026-02-10T20:10:59.845Z Compiling ident_case v1.0.1
19422026-02-10T20:10:59.994Z Compiling hashbrown v0.15.4
19432026-02-10T20:11:01.269Z Compiling rustix v1.1.3
19442026-02-10T20:11:01.588Z Compiling pest_meta v2.8.2
19452026-02-10T20:11:02.111Z Compiling syn v1.0.109
19462026-02-10T20:11:03.124Z Compiling pest_generator v2.8.2
19472026-02-10T20:11:03.519Z Compiling time-core v0.1.6
19482026-02-10T20:11:03.605Z Compiling futures-sink v0.3.31
19492026-02-10T20:11:03.833Z Compiling num-conv v0.1.0
19502026-02-10T20:11:03.857Z Compiling futures-channel v0.3.31
19512026-02-10T20:11:04.143Z Compiling time-macros v0.2.24
19522026-02-10T20:11:04.846Z Compiling rustc_version v0.4.1
19532026-02-10T20:11:05.112Z Compiling pest_derive v2.8.2
19542026-02-10T20:11:05.417Z Compiling pin-utils v0.1.0
19552026-02-10T20:11:05.547Z Compiling futures-task v0.3.31
19562026-02-10T20:11:05.685Z Compiling dyn-clone v1.0.20
19572026-02-10T20:11:05.865Z Compiling futures-io v0.3.31
19582026-02-10T20:11:05.896Z Compiling cpufeatures v0.2.14
19592026-02-10T20:11:05.974Z Compiling openssl v0.10.73
19602026-02-10T20:11:06.255Z Compiling futures-util v0.3.31
19612026-02-10T20:11:06.404Z Compiling hmac v0.12.1
19622026-02-10T20:11:06.594Z Compiling plain v0.2.3
19632026-02-10T20:11:06.946Z Compiling block-padding v0.3.3
19642026-02-10T20:11:07.231Z Compiling openssl-macros v0.1.1
19652026-02-10T20:11:07.993Z Compiling rustls v0.23.19
19662026-02-10T20:11:08.389Z Compiling crossbeam-utils v0.8.21
19672026-02-10T20:11:08.424Z Compiling native-tls v0.2.12
19682026-02-10T20:11:08.911Z Compiling inout v0.1.3
19692026-02-10T20:11:09.003Z Compiling ppv-lite86 v0.2.20
19702026-02-10T20:11:10.297Z Compiling pretty-hex v0.4.1
19712026-02-10T20:11:10.586Z Compiling cipher v0.4.4
19722026-02-10T20:11:10.857Z Compiling sha2 v0.10.9
19732026-02-10T20:11:11.039Z Compiling http v1.4.0
19742026-02-10T20:11:11.544Z Compiling scroll_derive v0.12.0
19752026-02-10T20:11:12.743Z Compiling scroll_derive v0.13.1
19762026-02-10T20:11:12.767Z Compiling cookie v0.18.1
19772026-02-10T20:11:12.926Z Compiling anyhow v1.0.99
19782026-02-10T20:11:13.412Z Compiling base64ct v1.6.0
19792026-02-10T20:11:14.026Z Compiling pem-rfc7468 v0.7.0
19802026-02-10T20:11:14.353Z Compiling darling_core v0.21.0
19812026-02-10T20:11:14.613Z Compiling slog v2.8.2
19822026-02-10T20:11:15.322Z Compiling zstd-sys v2.0.14+zstd.1.5.7
19832026-02-10T20:11:15.410Z Compiling bzip2-sys v0.1.13+1.0.8
19842026-02-10T20:11:15.884Z Compiling flagset v0.4.6
19852026-02-10T20:11:16.133Z Compiling der v0.7.10
19862026-02-10T20:11:18.860Z Compiling serde_spanned v0.6.9
19872026-02-10T20:11:18.953Z Compiling toml_datetime v0.6.11
19882026-02-10T20:11:18.979Z Compiling rand_core v0.9.3
19892026-02-10T20:11:19.024Z Compiling tracing-core v0.1.32
19902026-02-10T20:11:19.121Z Compiling rustls-pki-types v1.10.0
19912026-02-10T20:11:19.524Z Compiling darling_macro v0.21.0
19922026-02-10T20:11:19.548Z Compiling spki v0.7.3
19932026-02-10T20:11:19.691Z Compiling salsa20 v0.10.2
19942026-02-10T20:11:19.813Z Compiling pbkdf2 v0.12.2
19952026-02-10T20:11:19.946Z Compiling tracing v0.1.40
19962026-02-10T20:11:20.167Z Compiling darling v0.21.0
19972026-02-10T20:11:20.733Z Compiling litrs v0.4.1
19982026-02-10T20:11:20.758Z Compiling winnow v0.5.40
19992026-02-10T20:11:21.136Z Compiling base64 v0.22.1
20002026-02-10T20:11:21.160Z Compiling camino v1.2.2
20012026-02-10T20:11:21.683Z Compiling document-features v0.2.11
20022026-02-10T20:11:22.544Z Compiling scrypt v0.11.0
20032026-02-10T20:11:22.769Z Compiling rand_chacha v0.9.0
20042026-02-10T20:11:22.990Z Compiling tokio-util v0.7.15
20052026-02-10T20:11:23.017Z Compiling aes v0.8.4
20062026-02-10T20:11:23.577Z Compiling cbc v0.1.2
20072026-02-10T20:11:23.826Z Compiling toml_edit v0.19.15
20082026-02-10T20:11:26.461Z Compiling usdt-impl v0.5.0
20092026-02-10T20:11:26.685Z Compiling untrusted v0.9.0
20102026-02-10T20:11:26.864Z Compiling powerfmt v0.2.0
20112026-02-10T20:11:26.949Z Compiling ref-cast v1.0.25
20122026-02-10T20:11:27.284Z Compiling untrusted v0.7.1
20132026-02-10T20:11:27.469Z Compiling usdt-impl v0.6.0
20142026-02-10T20:11:27.512Z Compiling deranged v0.5.3
20152026-02-10T20:11:28.091Z Compiling pkcs5 v0.7.1
20162026-02-10T20:11:29.187Z Compiling rand v0.9.2
20172026-02-10T20:11:31.045Z Compiling http-body v1.0.1
20182026-02-10T20:11:31.333Z Compiling scroll v0.13.0
20192026-02-10T20:11:31.557Z Compiling scroll v0.12.0
20202026-02-10T20:11:31.903Z Compiling heapless v0.7.17
20212026-02-10T20:11:32.355Z Compiling signal-hook v0.3.18
20222026-02-10T20:11:32.702Z Compiling cfg_aliases v0.2.1
20232026-02-10T20:11:32.785Z Compiling adler2 v2.0.0
20242026-02-10T20:11:32.858Z Compiling atomic-waker v1.1.2
20252026-02-10T20:11:33.412Z Compiling zstd-safe v7.2.3
20262026-02-10T20:11:33.465Z Compiling num_threads v0.1.7
20272026-02-10T20:11:33.649Z Compiling time v0.3.43
20282026-02-10T20:11:33.674Z Compiling miniz_oxide v0.8.5
20292026-02-10T20:11:35.687Z Compiling goblin v0.8.2
20302026-02-10T20:11:36.242Z Compiling goblin v0.10.2
20312026-02-10T20:11:37.358Z Compiling pkcs8 v0.10.2
20322026-02-10T20:11:38.270Z Compiling ipnetwork v0.21.1
20332026-02-10T20:11:39.489Z Compiling darling_core v0.20.10
20342026-02-10T20:11:42.030Z Compiling ref-cast-impl v1.0.25
20352026-02-10T20:11:43.051Z Compiling memoffset v0.9.1
20362026-02-10T20:11:43.420Z Compiling tower-layer v0.3.3
20372026-02-10T20:11:44.559Z Compiling tower-service v0.3.3
20382026-02-10T20:11:44.773Z Compiling tinyvec_macros v0.1.1
20392026-02-10T20:11:45.011Z Compiling try-lock v0.2.5
20402026-02-10T20:11:45.092Z Compiling tinyvec v1.8.0
20412026-02-10T20:11:45.232Z Compiling want v0.3.1
20422026-02-10T20:11:45.581Z Compiling darling_macro v0.20.10
20432026-02-10T20:11:46.211Z Compiling dof v0.4.0
20442026-02-10T20:11:46.441Z Compiling dof v0.3.0
20452026-02-10T20:11:46.844Z Compiling h2 v0.4.6
20462026-02-10T20:11:48.050Z Compiling dtrace-parser v0.2.0
20472026-02-10T20:11:49.505Z Compiling dtrace-parser v0.3.0
20482026-02-10T20:11:49.540Z Compiling curve25519-dalek v4.1.3
20492026-02-10T20:11:50.053Z Compiling ipnet v2.11.0
20502026-02-10T20:11:50.119Z Compiling daft-derive v0.1.4
20512026-02-10T20:11:51.017Z Compiling async-trait v0.1.89
20522026-02-10T20:11:51.578Z Compiling thread-id v5.0.0
20532026-02-10T20:11:51.763Z Compiling thread-id v4.2.2
20542026-02-10T20:11:51.917Z Compiling smoltcp v0.9.1
20552026-02-10T20:11:52.218Z Compiling httpdate v1.0.3
20562026-02-10T20:11:52.813Z Compiling foreign-types-shared v0.1.1
20572026-02-10T20:11:52.952Z Compiling openssl-probe v0.1.5
20582026-02-10T20:11:53.008Z Compiling num-bigint-dig v0.8.6
20592026-02-10T20:11:53.368Z Compiling fastrand v2.1.1
20602026-02-10T20:11:53.555Z Compiling ryu v1.0.18
20612026-02-10T20:11:53.745Z Compiling foreign-types v0.3.2
20622026-02-10T20:11:53.865Z Compiling tempfile v3.24.0
20632026-02-10T20:11:55.902Z Compiling hyper v1.8.1
20642026-02-10T20:12:00.777Z Compiling darling v0.20.10
20652026-02-10T20:12:03.356Z Compiling strum_macros v0.26.4
20662026-02-10T20:12:05.409Z Compiling wait-timeout v0.2.0
20672026-02-10T20:12:05.942Z Compiling anstyle v1.0.11
20682026-02-10T20:12:06.529Z Compiling gimli v0.31.1
20692026-02-10T20:12:06.794Z Compiling quick-error v1.2.3
20702026-02-10T20:12:06.819Z Compiling bit-vec v0.8.0
20712026-02-10T20:12:07.681Z Compiling utf8parse v0.2.2
20722026-02-10T20:12:07.887Z Compiling anstyle-parse v0.2.5
20732026-02-10T20:12:10.630Z Compiling bit-set v0.8.0
20742026-02-10T20:12:10.952Z Compiling rusty-fork v0.3.0
20752026-02-10T20:12:11.542Z Compiling addr2line v0.24.2
20762026-02-10T20:12:14.346Z Compiling derive_builder_core v0.20.2
20772026-02-10T20:12:15.717Z Compiling hyper-util v0.1.19
20782026-02-10T20:12:15.862Z Compiling unicode-normalization v0.1.24
20792026-02-10T20:12:16.178Z Compiling nix v0.29.0
20802026-02-10T20:12:17.293Z Compiling rand_xorshift v0.4.0
20812026-02-10T20:12:17.598Z Compiling hubpack_derive v0.1.1
20822026-02-10T20:12:18.469Z Compiling signature v2.2.0
20832026-02-10T20:12:18.745Z Compiling openapiv3 v2.2.0
20842026-02-10T20:12:19.471Z Compiling strum_macros v0.27.2
20852026-02-10T20:12:20.282Z Compiling erased-serde v0.3.31
20862026-02-10T20:12:21.971Z Compiling curve25519-dalek-derive v0.1.1
20872026-02-10T20:12:23.377Z Compiling object v0.36.5
20882026-02-10T20:12:24.169Z Compiling fs-err v3.1.1
20892026-02-10T20:12:24.648Z Compiling ahash v0.8.12
20902026-02-10T20:12:25.063Z Compiling crc32fast v1.4.2
20912026-02-10T20:12:25.436Z Compiling anstyle-query v1.1.1
20922026-02-10T20:12:25.638Z Compiling zlib-rs v0.5.1
20932026-02-10T20:12:26.457Z Compiling colorchoice v1.0.2
20942026-02-10T20:12:26.692Z Compiling unicode-bidi v0.3.17
20952026-02-10T20:12:27.765Z Compiling rustc-demangle v0.1.24
20962026-02-10T20:12:29.783Z Compiling buf-list v1.0.3
20972026-02-10T20:12:30.369Z Compiling siphasher v0.3.11
20982026-02-10T20:12:30.441Z Compiling unicode-segmentation v1.12.0
20992026-02-10T20:12:30.798Z Compiling unicode-properties v0.1.3
21002026-02-10T20:12:31.598Z Compiling unarray v0.1.4
21012026-02-10T20:12:31.782Z Compiling is_terminal_polyfill v1.70.1
21022026-02-10T20:12:31.856Z Compiling proptest v1.7.0
21032026-02-10T20:12:31.960Z Compiling anstream v0.6.18
21042026-02-10T20:12:31.988Z Compiling backtrace v0.3.74
21052026-02-10T20:12:33.101Z Compiling stringprep v0.1.5
21062026-02-10T20:12:34.008Z Compiling libz-rs-sys v0.5.1
21072026-02-10T20:12:34.322Z Compiling phf_shared v0.11.2
21082026-02-10T20:12:39.035Z Compiling derive_builder_macro v0.20.2
21092026-02-10T20:12:40.473Z Compiling usdt-attr-macro v0.6.0
21102026-02-10T20:12:41.964Z Compiling usdt-macro v0.6.0
21112026-02-10T20:12:42.260Z Compiling oxnet v0.1.4
21122026-02-10T20:12:42.608Z Compiling rustls-webpki v0.102.8
21132026-02-10T20:12:43.093Z Compiling http-body-util v0.1.3
21142026-02-10T20:12:43.994Z Compiling rand_chacha v0.3.1
21152026-02-10T20:12:44.280Z Compiling sync_wrapper v1.0.1
21162026-02-10T20:12:44.569Z Compiling md-5 v0.10.6
21172026-02-10T20:12:44.650Z Compiling vergen-lib v0.1.6
21182026-02-10T20:12:44.961Z Compiling num-integer v0.1.46
21192026-02-10T20:12:44.987Z Compiling ff v0.13.0
21202026-02-10T20:12:45.050Z Compiling hash32 v0.2.1
21212026-02-10T20:12:45.129Z Compiling encoding_rs v0.8.34
21222026-02-10T20:12:45.286Z Compiling psl-types v2.0.11
21232026-02-10T20:12:45.480Z Compiling fallible-iterator v0.2.0
21242026-02-10T20:12:45.864Z Compiling mime v0.3.17
21252026-02-10T20:12:46.205Z Compiling base16ct v0.2.0
21262026-02-10T20:12:46.267Z Compiling postgres-protocol v0.6.8
21272026-02-10T20:12:46.390Z Compiling serde_urlencoded v0.7.1
21282026-02-10T20:12:46.561Z Compiling sec1 v0.7.3
21292026-02-10T20:12:46.961Z Compiling publicsuffix v2.3.0
21302026-02-10T20:12:47.030Z Compiling num-iter v0.1.45
21312026-02-10T20:12:47.431Z Compiling group v0.13.0
21322026-02-10T20:12:47.540Z Compiling tower v0.5.2
21332026-02-10T20:12:47.786Z Compiling rand v0.8.5
21342026-02-10T20:12:51.240Z Compiling derive_builder v0.20.2
21352026-02-10T20:12:51.521Z Compiling tokio-native-tls v0.3.1
21362026-02-10T20:12:51.593Z Compiling newtype-uuid v1.3.2
21372026-02-10T20:12:51.853Z Compiling flate2 v1.1.2
21382026-02-10T20:12:51.957Z Compiling heck v0.4.1
21392026-02-10T20:12:52.254Z Compiling tokio-rustls v0.26.0
21402026-02-10T20:12:52.391Z Compiling rustls-native-certs v0.8.1
21412026-02-10T20:12:52.989Z Compiling webpki-roots v1.0.1
21422026-02-10T20:12:53.420Z Compiling serde_with_macros v3.16.1
21432026-02-10T20:12:53.979Z Compiling hkdf v0.12.4
21442026-02-10T20:12:54.078Z Compiling vergen v9.0.6
21452026-02-10T20:12:54.272Z Compiling terminal_size v0.4.0
21462026-02-10T20:12:54.439Z Compiling clap_derive v4.5.47
21472026-02-10T20:12:54.496Z Compiling enum-as-inner v0.6.1
21482026-02-10T20:12:55.562Z Compiling cargo-platform v0.1.8
21492026-02-10T20:12:55.809Z Compiling crypto-bigint v0.5.5
21502026-02-10T20:12:55.956Z Compiling serde_repr v0.1.19
21512026-02-10T20:12:56.522Z Compiling managed v0.8.0
21522026-02-10T20:12:56.757Z Compiling winnow v0.7.14
21532026-02-10T20:12:57.024Z Compiling bumpalo v3.16.0
21542026-02-10T20:12:57.173Z Compiling bitflags v1.3.2
21552026-02-10T20:12:57.328Z Compiling simd-adler32 v0.3.7
21562026-02-10T20:12:57.366Z Compiling clap_lex v0.7.4
21572026-02-10T20:12:58.088Z Compiling iri-string v0.7.8
21582026-02-10T20:12:58.219Z Compiling lockfree-object-pool v0.1.6
21592026-02-10T20:12:58.560Z Compiling zopfli v0.8.1
21602026-02-10T20:12:59.105Z Compiling elliptic-curve v0.13.8
21612026-02-10T20:13:00.036Z Compiling clap_builder v4.5.48
21622026-02-10T20:13:01.745Z Compiling tower-http v0.6.6
21632026-02-10T20:13:01.992Z Compiling cargo_metadata v0.19.2
21642026-02-10T20:13:03.347Z Compiling hyper-tls v0.6.0
21652026-02-10T20:13:03.896Z Compiling hyper-rustls v0.27.7
21662026-02-10T20:13:05.116Z Compiling daft v0.1.4
21672026-02-10T20:13:05.316Z Compiling zstd v0.13.3
21682026-02-10T20:13:05.823Z Compiling signal-hook-mio v0.2.4
21692026-02-10T20:13:05.968Z Compiling cookie_store v0.21.1
21702026-02-10T20:13:06.484Z Compiling postgres-types v0.2.9
21712026-02-10T20:13:06.555Z Compiling phf v0.11.2
21722026-02-10T20:13:06.927Z Compiling strum v0.27.2
21732026-02-10T20:13:07.084Z Compiling ed25519 v2.2.3
21742026-02-10T20:13:07.365Z Compiling hubpack v0.1.2
21752026-02-10T20:13:07.420Z Compiling bzip2 v0.5.2
21762026-02-10T20:13:07.506Z Compiling bzip2 v0.4.4
21772026-02-10T20:13:07.700Z Compiling crossbeam-epoch v0.9.18
21782026-02-10T20:13:07.858Z Compiling pkcs1 v0.7.5
21792026-02-10T20:13:08.893Z Compiling rfc6979 v0.4.0
21802026-02-10T20:13:09.141Z Compiling regress v0.10.4
21812026-02-10T20:13:09.165Z Compiling float-cmp v0.10.0
21822026-02-10T20:13:10.038Z Compiling hex v0.4.3
21832026-02-10T20:13:10.713Z Compiling serde-big-array v0.5.1
21842026-02-10T20:13:10.759Z Compiling bstr v1.10.0
21852026-02-10T20:13:11.016Z Compiling env_filter v0.1.2
21862026-02-10T20:13:11.055Z Compiling memmap2 v0.9.8
21872026-02-10T20:13:11.084Z Compiling socket2 v0.5.10
21882026-02-10T20:13:11.692Z Compiling jiff v0.2.15
21892026-02-10T20:13:11.905Z Compiling precomputed-hash v0.1.1
21902026-02-10T20:13:12.078Z Compiling data-encoding v2.9.0
21912026-02-10T20:13:12.347Z Compiling whoami v1.5.2
21922026-02-10T20:13:12.765Z Compiling rustc-hash v2.1.1
21932026-02-10T20:13:12.891Z Compiling fixedbitset v0.4.2
21942026-02-10T20:13:13.019Z Compiling normalize-line-endings v0.3.0
21952026-02-10T20:13:13.435Z Compiling toml_write v0.1.2
21962026-02-10T20:13:13.510Z Compiling difflib v0.4.0
21972026-02-10T20:13:13.915Z Compiling static_assertions v1.1.0
21982026-02-10T20:13:14.085Z Compiling predicates-core v1.0.8
21992026-02-10T20:13:14.385Z Compiling new_debug_unreachable v1.0.6
22002026-02-10T20:13:14.499Z Compiling fixedbitset v0.5.7
22012026-02-10T20:13:14.534Z Compiling keccak v0.1.5
22022026-02-10T20:13:14.750Z Compiling foldhash v0.2.0
22032026-02-10T20:13:15.033Z Compiling petgraph v0.8.2
22042026-02-10T20:13:15.147Z Compiling iddqd v0.3.16
22052026-02-10T20:13:15.207Z Compiling sha3 v0.10.8
22062026-02-10T20:13:15.238Z Compiling string_cache v0.8.9
22072026-02-10T20:13:15.526Z Compiling predicates v3.1.3
22082026-02-10T20:13:15.700Z Compiling reqwest v0.12.24
22092026-02-10T20:13:15.874Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22102026-02-10T20:13:16.949Z Compiling toml_edit v0.22.27
22112026-02-10T20:13:20.553Z Compiling zip v4.2.0
22122026-02-10T20:13:21.892Z Compiling petgraph v0.6.5
22132026-02-10T20:13:22.692Z Compiling typify-impl v0.4.3
22142026-02-10T20:13:22.798Z Compiling hickory-proto v0.25.2
22152026-02-10T20:13:23.077Z Compiling tokio-postgres v0.7.13
22162026-02-10T20:13:25.063Z Compiling similar v2.7.0
22172026-02-10T20:13:25.699Z Compiling env_logger v0.11.8
22182026-02-10T20:13:26.403Z Compiling usdt v0.6.0
22192026-02-10T20:13:26.947Z Compiling serde_with v3.16.1
22202026-02-10T20:13:27.717Z Compiling ecdsa v0.16.9
22212026-02-10T20:13:30.424Z Compiling rsa v0.9.8
22222026-02-10T20:13:31.471Z Compiling zip v0.6.6
22232026-02-10T20:13:31.836Z Compiling ed25519-dalek v2.1.1
22242026-02-10T20:13:33.649Z Compiling crossterm v0.28.1
22252026-02-10T20:13:33.776Z Compiling clap v4.5.48
22262026-02-10T20:13:33.981Z Compiling strum v0.26.3
22272026-02-10T20:13:34.226Z Compiling tokio-stream v0.1.17
22282026-02-10T20:13:34.673Z Compiling toml v0.7.8
22292026-02-10T20:13:35.279Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
22302026-02-10T20:13:35.769Z Compiling x509-cert v0.2.5
22312026-02-10T20:13:36.859Z Compiling sha1 v0.10.6
22322026-02-10T20:13:37.116Z Compiling itertools v0.13.0
22332026-02-10T20:13:37.336Z Compiling itertools v0.10.5
22342026-02-10T20:13:39.487Z Compiling winnow v0.6.26
22352026-02-10T20:13:40.783Z Compiling peg-runtime v0.8.5
22362026-02-10T20:13:41.281Z Compiling lalrpop-util v0.19.12
22372026-02-10T20:13:42.933Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22382026-02-10T20:13:43.425Z Compiling typify-macro v0.4.3
22392026-02-10T20:13:52.543Z Compiling rayon-core v1.12.1
22402026-02-10T20:13:58.586Z Compiling proc-macro-crate v1.3.1
22412026-02-10T20:13:59.744Z Compiling macaddr v1.0.1
22422026-02-10T20:14:00.293Z Compiling structmeta-derive v0.3.0
22432026-02-10T20:14:02.408Z Compiling itertools v0.14.0
22442026-02-10T20:14:03.994Z Compiling heapless v0.8.0
22452026-02-10T20:14:05.446Z Compiling ingot-macros v0.1.1
22462026-02-10T20:14:06.781Z Compiling structmeta v0.3.0
22472026-02-10T20:14:08.460Z Compiling num_enum_derive v0.5.11
22482026-02-10T20:14:09.536Z Compiling crossbeam-deque v0.8.5
22492026-02-10T20:14:11.390Z Compiling hash32 v0.3.1
22502026-02-10T20:14:13.178Z Compiling unicode-width v0.1.14
22512026-02-10T20:14:13.844Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22522026-02-10T20:14:14.588Z Compiling smoltcp v0.11.0
22532026-02-10T20:14:16.669Z Compiling tabwriter v1.4.0
22542026-02-10T20:14:17.573Z Compiling ingot-types v0.1.2
22552026-02-10T20:14:18.815Z Compiling num_enum v0.5.11
22562026-02-10T20:14:25.273Z Compiling typify v0.4.3
22572026-02-10T20:14:30.122Z Compiling proc-macro-error-attr v1.0.4
22582026-02-10T20:14:30.146Z Compiling rustls v0.22.4
22592026-02-10T20:14:30.335Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22602026-02-10T20:14:31.331Z Compiling unsafe-libyaml v0.2.11
22612026-02-10T20:14:32.789Z Compiling cobs v0.2.3
22622026-02-10T20:14:37.246Z Compiling postcard v1.0.10
22632026-02-10T20:14:38.159Z Compiling serde_yaml v0.9.34+deprecated
22642026-02-10T20:14:50.025Z Compiling progenitor-impl v0.11.2
22652026-02-10T20:14:52.836Z Compiling ingot v0.1.1
22662026-02-10T20:15:00.739Z Compiling futures-executor v0.3.31
22672026-02-10T20:15:00.765Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22682026-02-10T20:15:01.668Z Compiling foreign-types-macros v0.2.3
22692026-02-10T20:15:01.887Z Compiling thread_local v1.1.8
22702026-02-10T20:15:01.914Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22712026-02-10T20:15:01.940Z Compiling proc-macro-error v1.0.4
22722026-02-10T20:15:02.282Z Compiling multer v3.1.0
22732026-02-10T20:15:02.373Z Compiling foreign-types-shared v0.3.1
22742026-02-10T20:15:02.600Z Compiling match_cfg v0.1.0
22752026-02-10T20:15:02.651Z Compiling slog-async v2.8.0
22762026-02-10T20:15:02.743Z Compiling hostname v0.3.1
22772026-02-10T20:15:02.871Z Compiling foreign-types v0.5.0
22782026-02-10T20:15:03.220Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22792026-02-10T20:15:03.249Z Compiling futures v0.3.31
22802026-02-10T20:15:03.315Z Compiling progenitor-macro v0.11.2
22812026-02-10T20:15:04.701Z Compiling derive-ex v0.1.8
22822026-02-10T20:15:07.275Z Compiling progenitor-client v0.11.2
22832026-02-10T20:15:08.306Z Compiling toml_parser v1.0.6+spec-1.1.0
22842026-02-10T20:15:08.333Z Compiling slog-json v2.6.1
22852026-02-10T20:15:08.851Z Compiling crossbeam-channel v0.5.15
22862026-02-10T20:15:10.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22872026-02-10T20:15:11.113Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
22882026-02-10T20:15:11.455Z Compiling async-stream-impl v0.3.6
22892026-02-10T20:15:11.924Z Compiling toml_datetime v0.7.5+spec-1.1.0
22902026-02-10T20:15:11.961Z Compiling serde_spanned v1.0.4
22912026-02-10T20:15:12.254Z Compiling cstr-argument v0.1.2
22922026-02-10T20:15:12.593Z Compiling is-terminal v0.4.13
22932026-02-10T20:15:12.618Z Compiling dropshot v0.16.7
22942026-02-10T20:15:12.787Z Compiling term v1.1.0
22952026-02-10T20:15:12.890Z Compiling toml_writer v1.0.6+spec-1.1.0
22962026-02-10T20:15:13.022Z Compiling typeid v1.0.3
22972026-02-10T20:15:13.046Z Compiling take_mut v0.2.2
22982026-02-10T20:15:13.265Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
22992026-02-10T20:15:13.546Z Compiling pretty-hex v0.2.1
23002026-02-10T20:15:13.571Z Compiling crucible-workspace-hack v0.1.0
23012026-02-10T20:15:13.756Z Compiling slog-term v2.9.2
23022026-02-10T20:15:13.856Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
23032026-02-10T20:15:13.887Z Compiling progenitor v0.11.2
23042026-02-10T20:15:13.961Z Compiling toml v0.9.11+spec-1.1.0
23052026-02-10T20:15:14.488Z Compiling async-stream v0.3.6
23062026-02-10T20:15:14.850Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23072026-02-10T20:15:16.902Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-02-10T20:15:16.928Z Compiling tokio-rustls v0.25.0
23092026-02-10T20:15:17.126Z Compiling slog-bunyan v2.5.0
23102026-02-10T20:15:17.170Z Compiling test-strategy v0.4.3
23112026-02-10T20:15:17.626Z Compiling rayon v1.10.0
23122026-02-10T20:15:18.164Z Compiling parse-display-derive v0.10.0
23132026-02-10T20:15:20.187Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
23142026-02-10T20:15:20.212Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23152026-02-10T20:15:20.516Z Compiling colored v2.2.0
23162026-02-10T20:15:21.490Z Compiling waitgroup v0.1.2
23172026-02-10T20:15:21.786Z Compiling nix v0.30.1
23182026-02-10T20:15:21.983Z Compiling rustls-pemfile v2.2.0
23192026-02-10T20:15:22.152Z Compiling dropshot_endpoint v0.16.7
23202026-02-10T20:15:22.474Z Compiling newtype-uuid-macros v0.1.0
23212026-02-10T20:15:22.580Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23222026-02-10T20:15:22.887Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-02-10T20:15:23.041Z Compiling serde_path_to_error v0.1.20
23242026-02-10T20:15:23.313Z Compiling hostname v0.4.2
23252026-02-10T20:15:23.364Z Compiling instant v0.1.13
23262026-02-10T20:15:23.565Z Compiling debug-ignore v1.0.5
23272026-02-10T20:15:23.625Z Compiling colored v3.0.0
23282026-02-10T20:15:23.747Z Compiling backoff v0.4.0
23292026-02-10T20:15:23.911Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23302026-02-10T20:15:23.990Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23312026-02-10T20:15:24.162Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
23322026-02-10T20:15:24.244Z Compiling parse-display v0.10.0
23332026-02-10T20:15:25.133Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
23342026-02-10T20:15:26.300Z Compiling zone_cfg_derive v0.3.0
23352026-02-10T20:15:27.522Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23362026-02-10T20:15:28.222Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23372026-02-10T20:15:28.658Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23382026-02-10T20:15:28.805Z Compiling camino-tempfile v1.4.1
23392026-02-10T20:15:29.586Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
23402026-02-10T20:15:29.770Z Compiling progenitor-client v0.10.0
23412026-02-10T20:15:30.711Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
23422026-02-10T20:15:32.991Z Compiling secrecy v0.10.3
23432026-02-10T20:15:33.203Z Compiling num-derive v0.4.2
23442026-02-10T20:15:33.313Z Compiling sigpipe v0.1.3
23452026-02-10T20:15:33.488Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23462026-02-10T20:15:33.871Z Compiling libefi-sys v0.1.0
23472026-02-10T20:15:34.206Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23482026-02-10T20:15:34.275Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23492026-02-10T20:15:34.498Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23502026-02-10T20:15:35.120Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23512026-02-10T20:15:35.774Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
23522026-02-10T20:15:36.620Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
23532026-02-10T20:15:37.984Z Compiling erased-serde v0.4.6
23542026-02-10T20:15:38.439Z Compiling zone v0.3.1
23552026-02-10T20:15:39.495Z Compiling usdt-attr-macro v0.5.0
23562026-02-10T20:15:39.913Z Compiling usdt-macro v0.5.0
23572026-02-10T20:15:40.888Z Compiling smf v0.2.3
23582026-02-10T20:15:41.178Z Compiling bitfield-struct v0.6.2
23592026-02-10T20:15:42.099Z Compiling ordered-float v2.10.1
23602026-02-10T20:15:42.491Z Compiling blake3 v1.5.4
23612026-02-10T20:15:42.884Z Compiling memmap v0.7.0
23622026-02-10T20:15:43.331Z Compiling usdt v0.5.0
23632026-02-10T20:15:43.508Z Compiling serde-value v0.7.0
23642026-02-10T20:15:43.752Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-02-10T20:15:43.778Z Compiling serde-untagged v0.1.7
23662026-02-10T20:15:44.238Z Compiling toml v0.8.23
23672026-02-10T20:15:44.517Z Compiling xattr v1.3.1
23682026-02-10T20:15:44.646Z Compiling filetime v0.2.26
23692026-02-10T20:15:44.676Z Compiling arrayvec v0.7.6
23702026-02-10T20:15:44.862Z Compiling unicode-width v0.2.0
23712026-02-10T20:15:45.059Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23722026-02-10T20:15:45.085Z Compiling unicode-xid v0.2.6
23732026-02-10T20:15:45.168Z Compiling constant_time_eq v0.3.1
23742026-02-10T20:15:45.228Z Compiling same-file v1.0.6
23752026-02-10T20:15:45.374Z Compiling arrayref v0.3.9
23762026-02-10T20:15:45.408Z Compiling console v0.16.0
23772026-02-10T20:15:45.561Z Compiling walkdir v2.5.0
23782026-02-10T20:15:45.589Z Compiling cargo-util-schemas v0.8.2
23792026-02-10T20:15:45.732Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23802026-02-10T20:15:47.191Z Compiling tar v0.4.44
23812026-02-10T20:15:47.273Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23822026-02-10T20:15:47.773Z Compiling tokio-dtrace v0.1.0
23832026-02-10T20:15:47.937Z Compiling gethostname v0.5.0
23842026-02-10T20:15:47.970Z Compiling cargo-platform v0.2.0
23852026-02-10T20:15:48.193Z Compiling unit-prefix v0.5.1
23862026-02-10T20:15:48.289Z Compiling topological-sort v0.2.2
23872026-02-10T20:15:48.504Z Compiling cargo_metadata v0.21.0
23882026-02-10T20:15:48.631Z Compiling omicron-zone-package v0.12.2
23892026-02-10T20:15:49.160Z Compiling indicatif v0.18.0
23902026-02-10T20:15:49.695Z Compiling oxide-tokio-rt v0.1.2
23912026-02-10T20:15:51.023Z Compiling indent_write v2.2.0
23922026-02-10T20:15:51.336Z Compiling shell-words v1.1.0
23932026-02-10T20:15:51.852Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23942026-02-10T20:15:56.024Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23952026-02-10T20:15:58.105Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23962026-02-10T20:16:00.656Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23972026-02-10T20:16:22.031Z Finished `release` profile [optimized] target(s) in 6m 01s
23982026-02-10T20:16:22.220Z Running `target/release/omicron-package -t test target create -p dev`
23992026-02-10T20:16:22.307ZLogging to: /work/oxidecomputer/omicron/out/LOG
24002026-02-10T20:16:22.331ZCreated new build target 'test' and set it as active
24012026-02-10T20:16:22.331Z
24022026-02-10T20:16:22.331Zreal 6:01.972689800
24032026-02-10T20:16:22.331Zuser 40:34.165926772
24042026-02-10T20:16:22.331Zsys 4:46.779150720
24052026-02-10T20:16:22.331Ztrap 1.800706198
24062026-02-10T20:16:22.331Ztflt 1.207654298
24072026-02-10T20:16:22.331Zdflt 0.910039015
24082026-02-10T20:16:22.331Zkflt 0.000700525
24092026-02-10T20:16:22.331Zlock 1:56:21.681164595
24102026-02-10T20:16:22.331Zslp 2:47:05.713282603
24112026-02-10T20:16:22.331Zlat 3:13.491174193
24122026-02-10T20:16:22.331Zstop 5:54.620225803
24132026-02-10T20:16:22.331Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24142026-02-10T20:16:24.260Z Finished `release` profile [optimized] target(s) in 1.84s
24152026-02-10T20:16:24.350Z Running `target/release/omicron-package -t test package`
24162026-02-10T20:16:24.425ZLogging to: /work/oxidecomputer/omicron/out/LOG
24172026-02-10T20:16:27.617Z Compiling convert_case v0.4.0
24182026-02-10T20:16:27.641Z Compiling progenitor-impl v0.10.0
24192026-02-10T20:16:27.642Z Compiling is-terminal v0.4.13
24202026-02-10T20:16:27.642Z Compiling half v2.4.1
24212026-02-10T20:16:27.713Z Compiling ciborium-io v0.2.2
24222026-02-10T20:16:27.750Z Compiling rustls v0.22.4
24232026-02-10T20:16:27.787Z Compiling thread_local v1.1.8
24242026-02-10T20:16:27.938Z Compiling bytecount v0.6.8
24252026-02-10T20:16:27.998Z Compiling match_cfg v0.1.0
24262026-02-10T20:16:28.177Z Compiling hostname v0.3.1
24272026-02-10T20:16:28.327Z Compiling derive_more v0.99.20
24282026-02-10T20:16:28.351Z Compiling ciborium-ll v0.2.2
24292026-02-10T20:16:28.407Z Compiling multer v3.1.0
24302026-02-10T20:16:28.445Z Compiling slog-async v2.8.0
24312026-02-10T20:16:28.483Z Compiling progenitor-client v0.11.2
24322026-02-10T20:16:28.522Z Compiling crossbeam-channel v0.5.15
24332026-02-10T20:16:28.556Z Compiling toml_parser v1.0.6+spec-1.1.0
24342026-02-10T20:16:28.980Z Compiling ciborium v0.2.2
24352026-02-10T20:16:29.062Z Compiling slog-json v2.6.1
24362026-02-10T20:16:29.436Z Compiling futures-executor v0.3.31
24372026-02-10T20:16:29.511Z Compiling toml_datetime v0.7.5+spec-1.1.0
24382026-02-10T20:16:29.872Z Compiling serde_spanned v1.0.4
24392026-02-10T20:16:29.909Z Compiling take_mut v0.2.2
24402026-02-10T20:16:30.089Z Compiling term v1.1.0
24412026-02-10T20:16:30.136Z Compiling unicode-width v0.1.14
24422026-02-10T20:16:30.185Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-02-10T20:16:30.613Z Compiling tabwriter v1.4.0
24442026-02-10T20:16:30.678Z Compiling toml v0.9.11+spec-1.1.0
24452026-02-10T20:16:30.932Z Compiling slog-term v2.9.2
24462026-02-10T20:16:31.331Z Compiling futures v0.3.31
24472026-02-10T20:16:31.511Z Compiling slog-bunyan v2.5.0
24482026-02-10T20:16:31.795Z Compiling progenitor v0.11.2
24492026-02-10T20:16:32.147Z Compiling async-stream v0.3.6
24502026-02-10T20:16:32.185Z Compiling dropshot v0.16.7
24512026-02-10T20:16:32.289Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
24522026-02-10T20:16:32.501Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24532026-02-10T20:16:32.553Z Compiling waitgroup v0.1.2
24542026-02-10T20:16:32.817Z Compiling tokio-rustls v0.25.0
24552026-02-10T20:16:33.049Z Compiling rustls-pemfile v2.2.0
24562026-02-10T20:16:33.167Z Compiling progenitor-macro v0.10.0
24572026-02-10T20:16:33.220Z Compiling serde_path_to_error v0.1.20
24582026-02-10T20:16:33.339Z Compiling hostname v0.4.2
24592026-02-10T20:16:33.408Z Compiling instant v0.1.13
24602026-02-10T20:16:33.625Z Compiling swrite v0.1.0
24612026-02-10T20:16:33.658Z Compiling colored v3.0.0
24622026-02-10T20:16:33.707Z Compiling debug-ignore v1.0.5
24632026-02-10T20:16:33.749Z Compiling backoff v0.4.0
24642026-02-10T20:16:33.847Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
24652026-02-10T20:16:34.037Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
24662026-02-10T20:16:34.173Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
24672026-02-10T20:16:34.373Z Compiling parse-display v0.10.0
24682026-02-10T20:16:34.933Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24692026-02-10T20:16:35.053Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-02-10T20:16:35.177Z Compiling password-hash v0.5.0
24712026-02-10T20:16:35.526Z Compiling blake2 v0.10.6
24722026-02-10T20:16:36.455Z Compiling progenitor-client v0.10.0
24732026-02-10T20:16:36.665Z Compiling universal-hash v0.5.1
24742026-02-10T20:16:36.964Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
24752026-02-10T20:16:37.005Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
24762026-02-10T20:16:37.343Z Compiling thiserror-impl-no-std v2.0.2
24772026-02-10T20:16:37.912Z Compiling macaddr v1.0.1
24782026-02-10T20:16:38.361Z Compiling derive-where v1.5.0
24792026-02-10T20:16:38.923Z Compiling opaque-debug v0.3.1
24802026-02-10T20:16:39.098Z Compiling poly1305 v0.8.0
24812026-02-10T20:16:39.384Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
24822026-02-10T20:16:39.684Z Compiling thiserror-no-std v2.0.2
24832026-02-10T20:16:39.866Z Compiling argon2 v0.5.3
24842026-02-10T20:16:40.554Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24852026-02-10T20:16:41.006Z Compiling chacha20 v0.9.1
24862026-02-10T20:16:41.556Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24872026-02-10T20:16:42.122Z Compiling num-rational v0.4.2
24882026-02-10T20:16:42.889Z Compiling aead v0.5.2
24892026-02-10T20:16:43.235Z Compiling progenitor v0.10.0
24902026-02-10T20:16:43.337Z Compiling num-complex v0.4.6
24912026-02-10T20:16:43.384Z Compiling chacha20poly1305 v0.10.1
24922026-02-10T20:16:43.439Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24932026-02-10T20:16:43.558Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
24942026-02-10T20:16:43.725Z Compiling vsss-rs v3.3.4
24952026-02-10T20:16:44.223Z Compiling num v0.4.3
24962026-02-10T20:16:44.282Z Compiling console v0.15.10
24972026-02-10T20:16:46.539Z Compiling float-ord v0.3.2
24982026-02-10T20:16:46.812Z Compiling toml v0.8.23
24992026-02-10T20:16:47.053Z Compiling newline-converter v0.3.0
25002026-02-10T20:16:47.303Z Compiling atomicwrites v0.4.4
25012026-02-10T20:16:47.357Z Compiling prettyplease v0.2.36
25022026-02-10T20:16:47.409Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25032026-02-10T20:16:47.782Z Compiling slog-dtrace v0.3.0
25042026-02-10T20:16:47.860Z Compiling expectorate v1.2.0
25052026-02-10T20:16:48.233Z Compiling owo-colors v4.2.2
25062026-02-10T20:16:48.278Z Compiling cancel-safe-futures v0.1.5
25072026-02-10T20:16:48.905Z Compiling resolv-conf v0.7.0
25082026-02-10T20:16:50.228Z Compiling libsw-core v0.3.1
25092026-02-10T20:16:50.330Z Compiling async-recursion v1.1.1
25102026-02-10T20:16:50.577Z Compiling libsw v3.5.0
25112026-02-10T20:16:50.955Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
25122026-02-10T20:16:53.857Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25132026-02-10T20:16:53.945Z Compiling linear-map v1.2.0
25142026-02-10T20:16:54.146Z Compiling linked-hash-map v0.5.6
25152026-02-10T20:16:54.182Z Compiling unicode-xid v0.2.6
25162026-02-10T20:16:54.436Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25172026-02-10T20:16:54.466Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
25182026-02-10T20:16:54.639Z Compiling lru-cache v0.1.2
25192026-02-10T20:16:54.932Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
25202026-02-10T20:16:58.330Z Compiling hickory-proto v0.24.4
25212026-02-10T20:17:01.030Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
25222026-02-10T20:17:01.445Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25232026-02-10T20:17:03.115Z Compiling globset v0.4.15
25242026-02-10T20:17:07.054Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25252026-02-10T20:17:07.118Z Compiling hickory-resolver v0.24.4
25262026-02-10T20:17:08.370Z Compiling convert_case v0.7.1
25272026-02-10T20:17:08.811Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25282026-02-10T20:17:08.856Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25292026-02-10T20:17:09.132Z Compiling derive_more-impl v2.0.1
25302026-02-10T20:17:10.684Z Compiling qorb v0.4.1
25312026-02-10T20:17:14.262Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25322026-02-10T20:17:14.776Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25332026-02-10T20:17:17.370Z Compiling derive_more v2.0.1
25342026-02-10T20:17:17.541Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25352026-02-10T20:17:17.697Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25362026-02-10T20:17:17.884Z Compiling pin-project-internal v1.1.6
25372026-02-10T20:17:18.164Z Compiling vte_generate_state_changes v0.1.2
25382026-02-10T20:17:18.737Z Compiling termtree v0.5.1
25392026-02-10T20:17:19.076Z Compiling siphasher v1.0.1
25402026-02-10T20:17:19.548Z Compiling phf_shared v0.12.1
25412026-02-10T20:17:19.611Z Compiling vte v0.11.1
25422026-02-10T20:17:20.050Z Compiling pin-project v1.1.6
25432026-02-10T20:17:20.097Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25442026-02-10T20:17:20.253Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25452026-02-10T20:17:20.937Z Compiling crossterm v0.29.0
25462026-02-10T20:17:26.319Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25472026-02-10T20:17:28.442Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25482026-02-10T20:17:29.626Z Compiling pem v3.0.5
25492026-02-10T20:17:30.063Z Compiling snafu-derive v0.8.5
25502026-02-10T20:17:30.979Z Compiling csv-core v0.1.11
25512026-02-10T20:17:31.069Z Compiling chrono-tz v0.10.4
25522026-02-10T20:17:31.519Z Compiling csv v1.3.1
25532026-02-10T20:17:31.927Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-02-10T20:17:32.381Z Compiling strip-ansi-escapes v0.2.0
25552026-02-10T20:17:32.840Z Compiling phf v0.12.1
25562026-02-10T20:17:33.120Z Compiling const_format_proc_macros v0.2.34
25572026-02-10T20:17:33.211Z Compiling papergrid v0.11.0
25582026-02-10T20:17:33.636Z Compiling tabled_derive v0.7.0
25592026-02-10T20:17:33.769Z Compiling snafu v0.8.5
25602026-02-10T20:17:34.659Z Compiling olpc-cjson v0.1.4
25612026-02-10T20:17:35.024Z Compiling fd-lock v4.0.2
25622026-02-10T20:17:35.070Z Compiling peg-macros v0.8.5
25632026-02-10T20:17:35.303Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25642026-02-10T20:17:35.455Z Compiling serde_plain v1.0.2
25652026-02-10T20:17:35.488Z Compiling highway v1.3.0
25662026-02-10T20:17:36.022Z Compiling typed-path v0.9.3
25672026-02-10T20:17:36.169Z Compiling nu-ansi-term v0.50.1
25682026-02-10T20:17:36.931Z Compiling reedline v0.40.0
25692026-02-10T20:17:37.295Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25702026-02-10T20:17:37.727Z Compiling peg v0.8.5
25712026-02-10T20:17:37.882Z Compiling tabled v0.15.0
25722026-02-10T20:17:37.967Z Compiling const_format v0.2.34
25732026-02-10T20:17:39.012Z Compiling tough v0.20.0
25742026-02-10T20:17:42.512Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25752026-02-10T20:17:44.767Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25762026-02-10T20:17:49.546Z Compiling bcs v0.1.6
25772026-02-10T20:17:50.392Z Compiling base64 v0.21.7
25782026-02-10T20:17:50.796Z Compiling semver v0.1.20
25792026-02-10T20:17:51.318Z Compiling rustc_version v0.1.7
25802026-02-10T20:17:51.420Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25812026-02-10T20:17:51.758Z Compiling newtype_derive v0.1.6
25822026-02-10T20:17:51.841Z Compiling smawk v0.3.2
25832026-02-10T20:17:52.160Z Compiling unicode-linebreak v0.1.5
25842026-02-10T20:17:52.203Z Compiling humantime v2.2.0
25852026-02-10T20:17:52.821Z Compiling textwrap v0.16.2
25862026-02-10T20:17:53.115Z Compiling dropshot-api-manager-types v0.2.4
25872026-02-10T20:17:54.165Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25882026-02-10T20:17:54.443Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25892026-02-10T20:17:54.914Z Compiling steno v0.4.1
25902026-02-10T20:17:55.107Z Compiling utf-8 v0.7.6
25912026-02-10T20:17:55.521Z Compiling moka v0.12.10
25922026-02-10T20:17:55.903Z Compiling tagptr v0.2.0
25932026-02-10T20:17:56.419Z Compiling tungstenite v0.21.0
25942026-02-10T20:17:59.467Z Compiling hickory-resolver v0.25.2
25952026-02-10T20:17:59.559Z Compiling tokio-tungstenite v0.21.0
25962026-02-10T20:18:00.461Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25972026-02-10T20:18:00.750Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
25982026-02-10T20:18:01.319Z Compiling radium v0.7.0
25992026-02-10T20:18:01.946Z Compiling tap v1.0.1
26002026-02-10T20:18:02.227Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26012026-02-10T20:18:05.753Z Compiling maybe-uninit v2.0.0
26022026-02-10T20:18:06.345Z Compiling wyz v0.5.1
26032026-02-10T20:18:07.464Z Compiling zerocopy-derive v0.6.6
26042026-02-10T20:18:08.986Z Compiling proc-macro-error-attr2 v2.0.0
26052026-02-10T20:18:09.397Z Compiling funty v2.0.0
26062026-02-10T20:18:09.795Z Compiling display-error-chain v0.2.2
26072026-02-10T20:18:10.078Z Compiling crc-catalog v2.4.0
26082026-02-10T20:18:10.311Z Compiling packed_struct v0.10.1
26092026-02-10T20:18:10.863Z Compiling bitvec v1.0.1
26102026-02-10T20:18:11.703Z Compiling crc v3.2.1
26112026-02-10T20:18:13.489Z Compiling proc-macro-error2 v2.0.1
26122026-02-10T20:18:14.065Z Compiling zerocopy v0.6.6
26132026-02-10T20:18:15.179Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
26142026-02-10T20:18:15.254Z Compiling packed_struct_codegen v0.10.1
26152026-02-10T20:18:15.530Z Compiling bitfield-macros v0.19.2
26162026-02-10T20:18:15.581Z Compiling indexmap v1.9.3
26172026-02-10T20:18:15.980Z Compiling nodrop v0.1.14
26182026-02-10T20:18:16.191Z Compiling array-init v0.0.4
26192026-02-10T20:18:16.906Z Compiling bitfield v0.19.2
26202026-02-10T20:18:17.178Z Compiling smallvec v0.6.14
26212026-02-10T20:18:17.371Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
26222026-02-10T20:18:17.408Z Compiling num-derive v0.3.3
26232026-02-10T20:18:17.739Z Compiling hashbrown v0.12.3
26242026-02-10T20:18:19.176Z Compiling libscf-sys v1.1.0
26252026-02-10T20:18:19.492Z Compiling serde-hex v0.1.0
26262026-02-10T20:18:19.696Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26272026-02-10T20:18:20.081Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26282026-02-10T20:18:20.239Z Compiling ron v0.8.1
26292026-02-10T20:18:21.414Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26302026-02-10T20:18:23.893Z Compiling hashbrown v0.13.2
26312026-02-10T20:18:24.626Z Compiling vergen-gitcl v1.0.8
26322026-02-10T20:18:24.700Z Compiling dirs-sys-next v0.1.2
26332026-02-10T20:18:25.009Z Compiling maplit v1.0.2
26342026-02-10T20:18:25.200Z Compiling crc-any v2.5.0
26352026-02-10T20:18:25.237Z Compiling crunchy v0.2.2
26362026-02-10T20:18:25.269Z Compiling object v0.30.4
26372026-02-10T20:18:25.673Z Compiling dirs-next v2.0.0
26382026-02-10T20:18:25.819Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26392026-02-10T20:18:25.918Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26402026-02-10T20:18:26.075Z Compiling dsl_auto_type v0.1.2
26412026-02-10T20:18:27.283Z Compiling scheduled-thread-pool v0.2.7
26422026-02-10T20:18:27.318Z Compiling diesel_table_macro_syntax v0.2.0
26432026-02-10T20:18:27.460Z Compiling path-slash v0.1.5
26442026-02-10T20:18:27.736Z Compiling tiny-keccak v2.0.2
26452026-02-10T20:18:27.777Z Compiling diesel_derives v2.2.3
26462026-02-10T20:18:28.174Z Compiling r2d2 v0.8.10
26472026-02-10T20:18:28.535Z Compiling term v0.7.0
26482026-02-10T20:18:29.650Z Compiling tabled_derive v0.11.0
26492026-02-10T20:18:30.002Z Compiling papergrid v0.17.0
26502026-02-10T20:18:32.063Z Compiling testing_table v0.3.0
26512026-02-10T20:18:32.817Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
26522026-02-10T20:18:37.361Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26532026-02-10T20:18:38.094Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26542026-02-10T20:18:38.534Z Compiling bit-vec v0.6.3
26552026-02-10T20:18:39.073Z Compiling xshell-macros v0.2.7
26562026-02-10T20:18:39.927Z Compiling arc-swap v1.7.1
26572026-02-10T20:18:40.701Z Compiling slog-scope v4.4.0
26582026-02-10T20:18:40.966Z Compiling xshell v0.2.7
26592026-02-10T20:18:41.664Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
26602026-02-10T20:18:43.435Z Compiling bit-set v0.5.3
26612026-02-10T20:18:43.863Z Compiling diesel v2.2.12
26622026-02-10T20:18:43.904Z Compiling tabled v0.20.0
26632026-02-10T20:18:46.724Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26642026-02-10T20:18:52.760Z Compiling ascii-canvas v3.0.0
26652026-02-10T20:18:53.330Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26662026-02-10T20:18:53.412Z Compiling ena v0.14.3
26672026-02-10T20:18:53.868Z Compiling diff v0.1.13
26682026-02-10T20:18:54.214Z Compiling bindgen v0.71.1
26692026-02-10T20:18:54.383Z Compiling unicase v2.8.1
26702026-02-10T20:18:54.781Z Compiling regex-syntax v0.6.29
26712026-02-10T20:18:55.136Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26722026-02-10T20:18:57.468Z Compiling slog-stdlog v4.1.1
26732026-02-10T20:18:58.308Z Compiling lalrpop v0.19.12
26742026-02-10T20:18:59.286Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26752026-02-10T20:19:02.060Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26762026-02-10T20:19:02.340Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26772026-02-10T20:19:02.493Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26782026-02-10T20:19:02.716Z Compiling crc8 v0.1.1
26792026-02-10T20:19:02.836Z Compiling slog-envlogger v2.2.0
26802026-02-10T20:19:03.172Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26812026-02-10T20:19:05.291Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26822026-02-10T20:19:06.283Z Compiling headers-core v0.3.0
26832026-02-10T20:19:06.557Z Compiling libxml v0.3.3
26842026-02-10T20:19:07.088Z Compiling headers v0.4.1
26852026-02-10T20:19:11.046Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26862026-02-10T20:19:13.988Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26872026-02-10T20:19:14.460Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26882026-02-10T20:19:15.528Z Compiling strum_macros v0.24.3
26892026-02-10T20:19:15.864Z Compiling samael v0.0.19
26902026-02-10T20:19:16.571Z Compiling indoc v1.0.9
26912026-02-10T20:19:17.835Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
26922026-02-10T20:19:18.725Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26932026-02-10T20:19:19.175Z Compiling derive_builder v0.20.2
26942026-02-10T20:19:19.562Z Compiling impl-trait-for-tuples v0.2.2
26952026-02-10T20:19:20.702Z Compiling polar-core v0.27.3
26962026-02-10T20:19:21.131Z Compiling oso-derive v0.27.3
26972026-02-10T20:19:21.344Z Compiling quick-xml v0.37.2
26982026-02-10T20:19:22.292Z Compiling half v1.8.3
26992026-02-10T20:19:22.620Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27002026-02-10T20:19:23.279Z Compiling serde_cbor v0.11.2
27012026-02-10T20:19:25.019Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27022026-02-10T20:19:25.200Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27032026-02-10T20:19:26.736Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
27042026-02-10T20:19:31.725Z Compiling diesel-dtrace v0.4.2
27052026-02-10T20:19:34.447Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27062026-02-10T20:19:40.033Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
27072026-02-10T20:19:40.398Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-02-10T20:19:43.574Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27092026-02-10T20:19:44.721Z Compiling bb8 v0.8.5
27102026-02-10T20:19:45.604Z Compiling trait-variant v0.1.2
27112026-02-10T20:19:45.716Z Compiling async-bb8-diesel v0.2.1
27122026-02-10T20:19:45.948Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
27132026-02-10T20:19:46.637Z Compiling oso v0.27.3
27142026-02-10T20:19:46.889Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db)
27152026-02-10T20:19:47.363Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27162026-02-10T20:19:49.656Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27172026-02-10T20:19:50.241Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27182026-02-10T20:19:52.166Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27192026-02-10T20:19:52.546Z Compiling fxhash v0.2.1
27202026-02-10T20:19:52.841Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27212026-02-10T20:19:53.331Z Compiling typify-impl v0.2.0
27222026-02-10T20:19:53.620Z Compiling kstat-rs v0.2.4
27232026-02-10T20:19:54.615Z Compiling libz-sys v1.1.20
27242026-02-10T20:19:55.384Z Compiling nonempty v0.12.0
27252026-02-10T20:19:55.988Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27262026-02-10T20:20:02.527Z Compiling typify-macro v0.2.0
27272026-02-10T20:20:02.584Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27282026-02-10T20:20:03.676Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27292026-02-10T20:20:06.158Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27302026-02-10T20:20:11.233Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27312026-02-10T20:20:16.306Z Compiling nanorand v0.7.0
27322026-02-10T20:20:17.114Z Compiling fs-err v2.11.0
27332026-02-10T20:20:17.555Z Compiling parking_lot_core v0.8.6
27342026-02-10T20:20:18.554Z Compiling mime_guess v2.0.5
27352026-02-10T20:20:19.960Z Compiling flume v0.11.1
27362026-02-10T20:20:20.072Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=7a66c1b2415122b821611fd51012032a03e14ada#7a66c1b2)
27372026-02-10T20:20:20.502Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27382026-02-10T20:20:20.883Z Compiling libgit2-sys v0.18.2+1.9.1
27392026-02-10T20:20:21.851Z Compiling salty v0.3.0
27402026-02-10T20:20:27.682Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27412026-02-10T20:20:31.783Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-02-10T20:20:48.719Z Compiling tabled_derive v0.10.0
27432026-02-10T20:20:51.268Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-02-10T20:20:53.194Z Compiling ignore v0.4.23
27452026-02-10T20:20:57.848Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27462026-02-10T20:20:59.413Z Compiling papergrid v0.14.0
27472026-02-10T20:21:00.913Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27482026-02-10T20:21:04.593Z Compiling castaway v0.2.3
27492026-02-10T20:21:04.881Z Compiling nibble_vec v0.1.0
27502026-02-10T20:21:05.257Z Compiling atty v0.2.14
27512026-02-10T20:21:05.513Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27522026-02-10T20:21:05.763Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27532026-02-10T20:21:05.963Z Compiling endian-type v0.1.2
27542026-02-10T20:21:06.242Z Compiling parse-size v1.1.0
27552026-02-10T20:21:06.386Z Compiling http-range v0.1.5
27562026-02-10T20:21:06.750Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
27572026-02-10T20:21:07.074Z Compiling radix_trie v0.2.1
27582026-02-10T20:21:08.196Z Compiling compact_str v0.8.0
27592026-02-10T20:21:09.807Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
27602026-02-10T20:21:10.918Z Compiling tabled v0.18.0
27612026-02-10T20:21:11.031Z Compiling globwalk v0.9.1
27622026-02-10T20:21:13.454Z Compiling parking_lot v0.11.2
27632026-02-10T20:21:15.561Z Compiling typify v0.2.0
27642026-02-10T20:21:15.879Z Compiling predicates-tree v1.0.12
27652026-02-10T20:21:16.869Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27662026-02-10T20:21:16.930Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-02-10T20:21:19.938Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27682026-02-10T20:21:21.739Z Compiling unicode-truncate v1.1.0
27692026-02-10T20:21:22.218Z Compiling primeorder v0.13.6
27702026-02-10T20:21:22.952Z Compiling prefix-trie v0.7.0
27712026-02-10T20:21:23.988Z Compiling lru v0.12.5
27722026-02-10T20:21:24.412Z Compiling vergen-git2 v1.0.7
27732026-02-10T20:21:24.572Z Compiling instability v0.3.2
27742026-02-10T20:21:24.816Z Compiling cassowary v0.3.0
27752026-02-10T20:21:25.741Z Compiling indoc v2.0.6
27762026-02-10T20:21:25.895Z Compiling hickory-server v0.25.2
27772026-02-10T20:21:26.745Z Compiling ratatui v0.29.0
27782026-02-10T20:21:28.703Z Compiling p384 v0.13.1
27792026-02-10T20:21:32.860Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-02-10T20:21:34.159Z Compiling git2 v0.20.2
27812026-02-10T20:21:40.041Z Compiling camino-tempfile-ext v0.3.2
27822026-02-10T20:21:40.695Z Compiling progenitor-impl v0.8.0
27832026-02-10T20:21:41.581Z Compiling sled v0.34.7
27842026-02-10T20:21:43.634Z Compiling hyper-staticfile v0.10.1
27852026-02-10T20:21:46.189Z Compiling hickory-client v0.25.2
27862026-02-10T20:21:46.518Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-02-10T20:21:47.082Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27882026-02-10T20:21:48.026Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-02-10T20:21:48.516Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-02-10T20:21:48.647Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27912026-02-10T20:21:55.066Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
27922026-02-10T20:21:57.075Z Compiling rand_seeder v0.4.0
27932026-02-10T20:21:57.317Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27942026-02-10T20:21:57.663Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
27952026-02-10T20:21:58.102Z Compiling lzma-sys v0.1.20
27962026-02-10T20:21:58.431Z Compiling corncobs v0.1.4
27972026-02-10T20:21:58.861Z Compiling rustls v0.21.12
27982026-02-10T20:21:58.967Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27992026-02-10T20:21:59.360Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
28002026-02-10T20:21:59.730Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28012026-02-10T20:22:00.523Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
28022026-02-10T20:22:00.999Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28032026-02-10T20:22:12.462Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28042026-02-10T20:22:16.288Z Compiling progenitor-macro v0.8.0
28052026-02-10T20:22:19.247Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
28062026-02-10T20:22:28.313Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-02-10T20:22:28.421Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28082026-02-10T20:22:32.645Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28092026-02-10T20:22:36.084Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28102026-02-10T20:22:39.976Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28112026-02-10T20:22:40.383Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28122026-02-10T20:22:40.840Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28132026-02-10T20:22:41.253Z Compiling progenitor-client v0.8.0
28142026-02-10T20:22:42.435Z Compiling rustls-webpki v0.101.7
28152026-02-10T20:22:45.695Z Compiling sct v0.7.1
28162026-02-10T20:22:46.238Z Compiling heck v0.3.3
28172026-02-10T20:22:46.597Z Compiling secrecy v0.8.0
28182026-02-10T20:22:46.659Z Compiling void v1.0.2
28192026-02-10T20:22:46.998Z Compiling lzss v0.8.2
28202026-02-10T20:22:47.710Z Compiling zone_cfg_derive v0.1.2
28212026-02-10T20:22:49.069Z Compiling progenitor v0.8.0
28222026-02-10T20:22:49.586Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8)
28232026-02-10T20:22:51.499Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28242026-02-10T20:22:57.305Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28252026-02-10T20:22:58.814Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28262026-02-10T20:23:00.151Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28272026-02-10T20:23:03.454Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28282026-02-10T20:23:09.246Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28292026-02-10T20:23:09.537Z Compiling tungstenite v0.23.0
28302026-02-10T20:23:09.789Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-02-10T20:23:10.292Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28322026-02-10T20:23:10.719Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28332026-02-10T20:23:11.116Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28342026-02-10T20:23:11.502Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28352026-02-10T20:23:12.241Z Compiling nix v0.27.1
28362026-02-10T20:23:14.948Z Compiling serde_bytes v0.11.19
28372026-02-10T20:23:15.274Z Compiling number_prefix v0.4.0
28382026-02-10T20:23:15.531Z Compiling base64 v0.13.1
28392026-02-10T20:23:15.574Z Compiling indicatif v0.17.11
28402026-02-10T20:23:15.655Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
28412026-02-10T20:23:15.862Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28422026-02-10T20:23:16.490Z Compiling ron v0.7.1
28432026-02-10T20:23:16.870Z Compiling tokio-tungstenite v0.23.1
28442026-02-10T20:23:17.715Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28452026-02-10T20:23:21.949Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28462026-02-10T20:23:22.553Z Compiling xz2 v0.1.7
28472026-02-10T20:23:23.302Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28482026-02-10T20:23:26.133Z Compiling tokio-rustls v0.24.1
28492026-02-10T20:23:26.775Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28502026-02-10T20:23:36.225Z Compiling zone v0.1.8
28512026-02-10T20:23:37.011Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28522026-02-10T20:23:40.133Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
28532026-02-10T20:23:43.970Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
28542026-02-10T20:23:45.156Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28552026-02-10T20:23:45.194Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28562026-02-10T20:24:16.069Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28572026-02-10T20:24:17.960Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28582026-02-10T20:24:19.341Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28592026-02-10T20:24:19.791Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28602026-02-10T20:24:27.307Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-02-10T20:24:28.587Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28622026-02-10T20:24:32.648Z Compiling rustls-pemfile v1.0.4
28632026-02-10T20:24:33.429Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28642026-02-10T20:24:36.324Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28652026-02-10T20:24:36.701Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28662026-02-10T20:24:37.126Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28672026-02-10T20:24:38.770Z Compiling signal-hook-tokio v0.3.1
28682026-02-10T20:24:39.049Z Compiling twox-hash v2.1.0
28692026-02-10T20:24:39.662Z Compiling yasna v0.5.2
28702026-02-10T20:24:40.156Z Compiling is_ci v1.2.0
28712026-02-10T20:24:40.544Z Compiling supports-color v3.0.2
28722026-02-10T20:24:41.034Z Compiling rcgen v0.12.1
28732026-02-10T20:24:43.089Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28742026-02-10T20:24:52.206Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28752026-02-10T20:24:53.335Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28762026-02-10T20:24:54.076Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28772026-02-10T20:25:14.223Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
28782026-02-10T20:25:18.954Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
28792026-02-10T20:25:19.583Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28802026-02-10T20:25:30.736Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28812026-02-10T20:25:46.744Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28822026-02-10T20:25:49.897Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-02-10T20:25:50.094Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28842026-02-10T20:25:50.544Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28852026-02-10T20:25:50.934Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28862026-02-10T20:25:51.332Z Compiling fatfs v0.3.6
28872026-02-10T20:25:54.287Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28882026-02-10T20:25:58.741Z Compiling subprocess v0.2.9
28892026-02-10T20:26:03.665Z Compiling rtoolbox v0.0.2
28902026-02-10T20:26:03.862Z Compiling seq-macro v0.3.6
28912026-02-10T20:26:04.219Z Compiling assert_matches v1.5.0
28922026-02-10T20:26:04.439Z Compiling rpassword v7.4.0
28932026-02-10T20:26:05.054Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28942026-02-10T20:26:05.831Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28952026-02-10T20:26:17.727Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28962026-02-10T20:26:23.668Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28972026-02-10T20:26:23.899Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28982026-02-10T20:26:47.152Z Compiling tui-tree-widget v0.23.1
28992026-02-10T20:26:47.760Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
29002026-02-10T20:26:56.336Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
29012026-02-10T20:26:57.375Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29022026-02-10T20:26:58.615Z Compiling uzers v0.12.1
29032026-02-10T20:27:02.367Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29042026-02-10T20:27:04.292Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29052026-02-10T20:27:14.780Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29062026-02-10T20:27:23.158Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29072026-02-10T20:27:41.362Z Compiling support-bundle-viewer v0.1.2
29082026-02-10T20:27:42.855Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29092026-02-10T20:27:45.645Z Compiling multimap v0.10.1
29102026-02-10T20:29:57.224Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29112026-02-10T20:30:17.626Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29122026-02-10T20:43:33.453Z Finished `release` profile [optimized] target(s) in 27m 08s
29132026-02-10T20:45:07.637Z
29142026-02-10T20:45:07.637Zreal 28:45.319406806
29152026-02-10T20:45:07.637Zuser 3:17:28.291858071
29162026-02-10T20:45:07.637Zsys 5:45.208067937
29172026-02-10T20:45:07.637Ztrap 7.821440744
29182026-02-10T20:45:07.637Ztflt 1.460340467
29192026-02-10T20:45:07.661Zdflt 6.788378613
29202026-02-10T20:45:07.661Zkflt 0.000699420
29212026-02-10T20:45:07.661Zlock 13:33:56.078307197
29222026-02-10T20:45:07.661Zslp 9:15:46.809921191
29232026-02-10T20:45:07.662Zlat 4:48.721441278
29242026-02-10T20:45:07.662Zstop 4:06.045564952
29252026-02-10T20:45:07.662Z+ mapfile -t packages
29262026-02-10T20:45:07.662Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29272026-02-10T20:45:09.905Z Finished `release` profile [optimized] target(s) in 2.15s
29282026-02-10T20:45:09.999Z Running `target/release/omicron-package -t test list-outputs`
29292026-02-10T20:45:10.101ZLogging to: /work/oxidecomputer/omicron/out/LOG
29302026-02-10T20:45:10.127Z+ ptime -m cargo build --locked --release -p xtask
29312026-02-10T20:45:11.382Z Compiling serde_core v1.0.228
29322026-02-10T20:45:11.382Z Compiling syn v2.0.114
29332026-02-10T20:45:11.382Z Compiling serde v1.0.228
29342026-02-10T20:45:11.407Z Compiling bitflags v2.9.4
29352026-02-10T20:45:11.407Z Compiling libc v0.2.180
29362026-02-10T20:45:11.407Z Compiling serde_json v1.0.149
29372026-02-10T20:45:11.431Z Compiling num-traits v0.2.19
29382026-02-10T20:45:11.459Z Compiling hashbrown v0.16.1
29392026-02-10T20:45:11.991Z Compiling smallvec v1.15.1
29402026-02-10T20:45:12.166Z Compiling rustix v0.38.37
29412026-02-10T20:45:12.392Z Compiling usdt-impl v0.5.0
29422026-02-10T20:45:12.546Z Compiling syn v1.0.109
29432026-02-10T20:45:13.047Z Compiling indexmap v2.13.0
29442026-02-10T20:45:13.225Z Compiling percent-encoding v2.3.2
29452026-02-10T20:45:13.391Z Compiling thread-id v4.2.2
29462026-02-10T20:45:13.560Z Compiling log v0.4.29
29472026-02-10T20:45:13.775Z Compiling getrandom v0.3.4
29482026-02-10T20:45:14.044Z Compiling rustix v1.1.3
29492026-02-10T20:45:14.394Z Compiling terminal_size v0.4.0
29502026-02-10T20:45:14.666Z Compiling ordered-float v2.10.1
29512026-02-10T20:45:14.794Z Compiling form_urlencoded v1.2.2
29522026-02-10T20:45:15.363Z Compiling fs-err v3.1.1
29532026-02-10T20:45:15.453Z Compiling once_cell v1.21.3
29542026-02-10T20:45:15.727Z Compiling anyhow v1.0.99
29552026-02-10T20:45:15.937Z Compiling heck v0.4.1
29562026-02-10T20:45:16.388Z Compiling clap_builder v4.5.48
29572026-02-10T20:45:16.965Z Compiling textwrap v0.16.2
29582026-02-10T20:45:18.289Z Compiling synstructure v0.13.1
29592026-02-10T20:45:18.999Z Compiling proc-macro-error v1.0.4
29602026-02-10T20:45:19.025Z Compiling tempfile v3.24.0
29612026-02-10T20:45:19.592Z Compiling camino-tempfile v1.4.1
29622026-02-10T20:45:19.712Z Compiling tabled_derive v0.7.0
29632026-02-10T20:45:21.208Z Compiling serde_derive v1.0.228
29642026-02-10T20:45:21.233Z Compiling thiserror-impl v2.0.18
29652026-02-10T20:45:21.233Z Compiling zerofrom-derive v0.1.4
29662026-02-10T20:45:21.233Z Compiling yoke-derive v0.7.4
29672026-02-10T20:45:21.233Z Compiling zerovec-derive v0.10.3
29682026-02-10T20:45:21.258Z Compiling displaydoc v0.2.5
29692026-02-10T20:45:22.662Z Compiling thiserror-impl v1.0.69
29702026-02-10T20:45:23.147Z Compiling icu_provider_macros v1.5.0
29712026-02-10T20:45:23.272Z Compiling zerocopy-derive v0.7.35
29722026-02-10T20:45:23.691Z Compiling zerofrom v0.1.4
29732026-02-10T20:45:23.740Z Compiling thiserror v2.0.18
29742026-02-10T20:45:23.954Z Compiling pest v2.8.2
29752026-02-10T20:45:24.012Z Compiling yoke v0.7.4
29762026-02-10T20:45:24.441Z Compiling zerovec v0.10.4
29772026-02-10T20:45:24.481Z Compiling scroll_derive v0.12.0
29782026-02-10T20:45:24.973Z Compiling zerocopy v0.7.35
29792026-02-10T20:45:25.162Z Compiling thiserror v1.0.69
29802026-02-10T20:45:25.755Z Compiling scroll v0.12.0
29812026-02-10T20:45:26.422Z Compiling goblin v0.8.2
29822026-02-10T20:45:27.210Z Compiling tinystr v0.7.6
29832026-02-10T20:45:27.235Z Compiling pest_meta v2.8.2
29842026-02-10T20:45:27.655Z Compiling icu_collections v1.5.0
29852026-02-10T20:45:27.769Z Compiling icu_locid v1.5.0
29862026-02-10T20:45:29.121Z Compiling icu_provider v1.5.0
29872026-02-10T20:45:30.276Z Compiling pest_generator v2.8.2
29882026-02-10T20:45:30.735Z Compiling icu_locid_transform v1.5.0
29892026-02-10T20:45:31.374Z Compiling toml_datetime v0.6.11
29902026-02-10T20:45:31.801Z Compiling pest_derive v2.8.2
29912026-02-10T20:45:32.051Z Compiling serde_spanned v0.6.9
29922026-02-10T20:45:32.280Z Compiling icu_properties v1.5.1
29932026-02-10T20:45:32.390Z Compiling toml_edit v0.22.27
29942026-02-10T20:45:32.764Z Compiling dtrace-parser v0.2.0
29952026-02-10T20:45:34.328Z Compiling dof v0.3.0
29962026-02-10T20:45:35.206Z Compiling serde_tokenstream v0.2.2
29972026-02-10T20:45:35.972Z Compiling erased-serde v0.4.6
29982026-02-10T20:45:37.602Z Compiling icu_normalizer v1.5.0
29992026-02-10T20:45:37.668Z Compiling toml v0.8.23
30002026-02-10T20:45:38.407Z Compiling idna_adapter v1.2.0
30012026-02-10T20:45:38.683Z Compiling idna v1.0.3
30022026-02-10T20:45:40.691Z Compiling url v2.5.4
30032026-02-10T20:45:41.512Z Compiling serde-untagged v0.1.7
30042026-02-10T20:45:42.460Z Compiling serde-value v0.7.0
30052026-02-10T20:45:43.083Z Compiling cargo-util-schemas v0.8.2
30062026-02-10T20:45:44.105Z Compiling usdt-macro v0.5.0
30072026-02-10T20:45:45.316Z Compiling usdt-attr-macro v0.5.0
30082026-02-10T20:45:46.233Z Compiling cargo-platform v0.2.0
30092026-02-10T20:45:46.557Z Compiling clap_derive v4.5.47
30102026-02-10T20:45:47.503Z Compiling cargo_metadata v0.21.0
30112026-02-10T20:45:47.906Z Compiling usdt v0.5.0
30122026-02-10T20:45:48.739Z Compiling cargo_toml v0.21.0
30132026-02-10T20:45:48.806Z Compiling macaddr v1.0.1
30142026-02-10T20:45:49.303Z Compiling tabled v0.15.0
30152026-02-10T20:45:50.579Z Compiling clap v4.5.48
30162026-02-10T20:46:02.806Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30172026-02-10T20:46:10.671Z Finished `release` profile [optimized] target(s) in 1m 00s
30182026-02-10T20:46:10.855Z
30192026-02-10T20:46:10.855Zreal 1:00.681071607
30202026-02-10T20:46:10.855Zuser 6:15.908650568
30212026-02-10T20:46:10.855Zsys 32.243259945
30222026-02-10T20:46:10.855Ztrap 0.267158844
30232026-02-10T20:46:10.855Ztflt 0.173793624
30242026-02-10T20:46:10.855Zdflt 0.636195497
30252026-02-10T20:46:10.855Zkflt 0.000044618
30262026-02-10T20:46:10.855Zlock 17:58.439404036
30272026-02-10T20:46:10.855Zslp 20:39.794039252
30282026-02-10T20:46:10.855Zlat 25.882492513
30292026-02-10T20:46:10.855Zstop 35.766765487
30302026-02-10T20:46:10.879Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30312026-02-10T20:46:10.879Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30322026-02-10T20:46:10.879Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30332026-02-10T20:46:10.879Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30342026-02-10T20:46:10.879Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30352026-02-10T20:46:13.313Z Compiling regress v0.10.4
30362026-02-10T20:46:13.367Z Compiling unsafe-libyaml v0.2.11
30372026-02-10T20:46:13.391Z Compiling match_cfg v0.1.0
30382026-02-10T20:46:13.391Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30392026-02-10T20:46:13.480Z Compiling structmeta-derive v0.3.0
30402026-02-10T20:46:13.504Z Compiling rustls v0.22.4
30412026-02-10T20:46:13.528Z Compiling newtype-uuid-macros v0.1.0
30422026-02-10T20:46:13.528Z Compiling multer v3.1.0
30432026-02-10T20:46:13.635Z Compiling hostname v0.3.1
30442026-02-10T20:46:13.947Z Compiling debug-ignore v1.0.5
30452026-02-10T20:46:14.167Z Compiling toml_parser v1.0.6+spec-1.1.0
30462026-02-10T20:46:14.204Z Compiling progenitor-client v0.10.0
30472026-02-10T20:46:14.235Z Compiling slog-json v2.6.1
30482026-02-10T20:46:14.688Z Compiling async-stream-impl v0.3.6
30492026-02-10T20:46:14.896Z Compiling serde_yaml v0.9.34+deprecated
30502026-02-10T20:46:15.298Z Compiling serde_spanned v1.0.4
30512026-02-10T20:46:15.327Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30522026-02-10T20:46:15.633Z Compiling toml_datetime v0.7.5+spec-1.1.0
30532026-02-10T20:46:15.823Z Compiling dropshot v0.16.7
30542026-02-10T20:46:16.144Z Compiling toml_writer v1.0.6+spec-1.1.0
30552026-02-10T20:46:16.279Z Compiling structmeta v0.3.0
30562026-02-10T20:46:16.345Z Compiling async-stream v0.3.6
30572026-02-10T20:46:16.374Z Compiling slog-bunyan v2.5.0
30582026-02-10T20:46:16.677Z Compiling toml v0.9.11+spec-1.1.0
30592026-02-10T20:46:16.713Z Compiling waitgroup v0.1.2
30602026-02-10T20:46:16.832Z Compiling rustls-pemfile v2.2.0
30612026-02-10T20:46:16.983Z Compiling dropshot_endpoint v0.16.7
30622026-02-10T20:46:17.044Z Compiling itertools v0.14.0
30632026-02-10T20:46:17.278Z Compiling serde_path_to_error v0.1.20
30642026-02-10T20:46:17.880Z Compiling typify-impl v0.4.3
30652026-02-10T20:46:18.108Z Compiling hostname v0.4.2
30662026-02-10T20:46:18.380Z Compiling derive-ex v0.1.8
30672026-02-10T20:46:18.733Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a)
30682026-02-10T20:46:18.990Z Compiling tokio-rustls v0.25.0
30692026-02-10T20:46:19.508Z Compiling macaddr v1.0.1
30702026-02-10T20:46:20.040Z Compiling tabwriter v1.4.0
30712026-02-10T20:46:20.074Z Compiling instant v0.1.13
30722026-02-10T20:46:20.312Z Compiling progenitor-client v0.11.2
30732026-02-10T20:46:20.344Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-02-10T20:46:20.579Z Compiling parse-display-derive v0.10.0
30752026-02-10T20:46:20.983Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
30762026-02-10T20:46:21.242Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30772026-02-10T20:46:21.487Z Compiling colored v3.0.0
30782026-02-10T20:46:21.515Z Compiling backoff v0.4.0
30792026-02-10T20:46:23.111Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30802026-02-10T20:46:23.111Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69)
30812026-02-10T20:46:23.111Z Compiling proc-macro-crate v1.3.1
30822026-02-10T20:46:23.111Z Compiling crucible-workspace-hack v0.1.0
30832026-02-10T20:46:23.111Z Compiling test-strategy v0.4.3
30842026-02-10T20:46:23.111Z Compiling proc-macro-error v1.0.4
30852026-02-10T20:46:23.400Z Compiling num_enum_derive v0.5.11
30862026-02-10T20:46:23.452Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
30872026-02-10T20:46:23.820Z Compiling heapless v0.8.0
30882026-02-10T20:46:24.105Z Compiling ingot-macros v0.1.1
30892026-02-10T20:46:24.326Z Compiling hash32 v0.3.1
30902026-02-10T20:46:24.611Z Compiling parse-display v0.10.0
30912026-02-10T20:46:24.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
30922026-02-10T20:46:24.890Z Compiling smoltcp v0.11.0
30932026-02-10T20:46:25.317Z Compiling foreign-types-macros v0.2.3
30942026-02-10T20:46:25.733Z Compiling cobs v0.2.3
30952026-02-10T20:46:25.837Z Compiling num_enum v0.5.11
30962026-02-10T20:46:26.088Z Compiling foreign-types-shared v0.3.1
30972026-02-10T20:46:26.122Z Compiling postcard v1.0.10
30982026-02-10T20:46:26.486Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
30992026-02-10T20:46:26.782Z Compiling foreign-types v0.5.0
31002026-02-10T20:46:26.821Z Compiling nix v0.30.1
31012026-02-10T20:46:26.928Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31022026-02-10T20:46:26.968Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31032026-02-10T20:46:27.677Z Compiling secrecy v0.10.3
31042026-02-10T20:46:27.703Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31052026-02-10T20:46:27.827Z Compiling cstr-argument v0.1.2
31062026-02-10T20:46:27.859Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
31072026-02-10T20:46:27.998Z Compiling rayon-core v1.12.1
31082026-02-10T20:46:28.085Z Compiling pretty-hex v0.2.1
31092026-02-10T20:46:28.276Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31102026-02-10T20:46:28.333Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
31112026-02-10T20:46:28.452Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31122026-02-10T20:46:28.523Z Compiling crossbeam-deque v0.8.5
31132026-02-10T20:46:28.614Z Compiling colored v2.2.0
31142026-02-10T20:46:28.818Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31152026-02-10T20:46:29.755Z Compiling camino-tempfile v1.4.1
31162026-02-10T20:46:30.297Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31172026-02-10T20:46:30.411Z Compiling typify-macro v0.4.3
31182026-02-10T20:46:30.719Z Compiling rayon v1.10.0
31192026-02-10T20:46:31.019Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31202026-02-10T20:46:31.053Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31212026-02-10T20:46:31.084Z Compiling ingot-types v0.1.2
31222026-02-10T20:46:31.285Z Compiling zone_cfg_derive v0.3.0
31232026-02-10T20:46:31.928Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
31242026-02-10T20:46:32.244Z Compiling ingot v0.1.1
31252026-02-10T20:46:32.448Z Compiling smf v0.2.3
31262026-02-10T20:46:32.481Z Compiling num-derive v0.4.2
31272026-02-10T20:46:32.881Z Compiling sigpipe v0.1.3
31282026-02-10T20:46:33.082Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31292026-02-10T20:46:33.527Z Compiling zone v0.3.1
31302026-02-10T20:46:33.753Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
31312026-02-10T20:46:34.300Z Compiling toml v0.8.23
31322026-02-10T20:46:34.398Z Compiling convert_case v0.4.0
31332026-02-10T20:46:34.809Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31342026-02-10T20:46:34.840Z Compiling typify v0.4.3
31352026-02-10T20:46:35.072Z Compiling progenitor-impl v0.11.2
31362026-02-10T20:46:35.255Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31372026-02-10T20:46:35.286Z Compiling derive_more v0.99.20
31382026-02-10T20:46:35.524Z Compiling universal-hash v0.5.1
31392026-02-10T20:46:35.696Z Compiling opaque-debug v0.3.1
31402026-02-10T20:46:35.786Z Compiling progenitor-impl v0.10.0
31412026-02-10T20:46:35.819Z Compiling aead v0.5.2
31422026-02-10T20:46:35.868Z Compiling half v2.4.1
31432026-02-10T20:46:35.921Z Compiling ciborium-io v0.2.2
31442026-02-10T20:46:36.119Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31452026-02-10T20:46:36.289Z Compiling poly1305 v0.8.0
31462026-02-10T20:46:36.460Z Compiling ciborium-ll v0.2.2
31472026-02-10T20:46:36.502Z Compiling chacha20 v0.9.1
31482026-02-10T20:46:36.653Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31492026-02-10T20:46:37.010Z Compiling ciborium v0.2.2
31502026-02-10T20:46:37.133Z Compiling num-rational v0.4.2
31512026-02-10T20:46:37.741Z Compiling thiserror-impl-no-std v2.0.2
31522026-02-10T20:46:38.029Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
31532026-02-10T20:46:38.699Z Compiling num-complex v0.4.6
31542026-02-10T20:46:38.730Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
31552026-02-10T20:46:38.779Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
31562026-02-10T20:46:39.518Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31572026-02-10T20:46:39.852Z Compiling num v0.4.3
31582026-02-10T20:46:40.019Z Compiling password-hash v0.5.0
31592026-02-10T20:46:40.669Z Compiling thiserror-no-std v2.0.2
31602026-02-10T20:46:40.865Z Compiling blake2 v0.10.6
31612026-02-10T20:46:41.023Z Compiling indent_write v2.2.0
31622026-02-10T20:46:41.344Z Compiling float-ord v0.3.2
31632026-02-10T20:46:41.605Z Compiling argon2 v0.5.3
31642026-02-10T20:46:41.877Z Compiling vsss-rs v3.3.4
31652026-02-10T20:46:42.220Z Compiling chacha20poly1305 v0.10.1
31662026-02-10T20:46:42.250Z Compiling progenitor-macro v0.11.2
31672026-02-10T20:46:42.531Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
31682026-02-10T20:46:42.562Z Compiling progenitor-macro v0.10.0
31692026-02-10T20:46:42.700Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31702026-02-10T20:46:43.215Z Compiling gethostname v0.5.0
31712026-02-10T20:46:43.451Z Compiling usdt-macro v0.5.0
31722026-02-10T20:46:43.924Z Compiling usdt-attr-macro v0.5.0
31732026-02-10T20:46:43.996Z Compiling derive-where v1.5.0
31742026-02-10T20:46:44.388Z Compiling cancel-safe-futures v0.1.5
31752026-02-10T20:46:44.798Z Compiling owo-colors v4.2.2
31762026-02-10T20:46:44.887Z Compiling console v0.15.10
31772026-02-10T20:46:44.933Z Compiling resolv-conf v0.7.0
31782026-02-10T20:46:45.507Z Compiling usdt v0.5.0
31792026-02-10T20:46:45.557Z Compiling libsw-core v0.3.1
31802026-02-10T20:46:45.945Z Compiling libsw v3.5.0
31812026-02-10T20:46:46.191Z Compiling async-recursion v1.1.1
31822026-02-10T20:46:46.298Z Compiling libefi-sys v0.1.0
31832026-02-10T20:46:46.332Z Compiling linear-map v1.2.0
31842026-02-10T20:46:46.813Z Compiling hickory-proto v0.24.4
31852026-02-10T20:46:46.837Z Compiling newline-converter v0.3.0
31862026-02-10T20:46:46.877Z Compiling atomicwrites v0.4.4
31872026-02-10T20:46:47.112Z Compiling bitfield-struct v0.6.2
31882026-02-10T20:46:47.268Z Compiling linked-hash-map v0.5.6
31892026-02-10T20:46:47.303Z Compiling semver v0.1.20
31902026-02-10T20:46:47.712Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31912026-02-10T20:46:47.796Z Compiling rustc_version v0.1.7
31922026-02-10T20:46:47.879Z Compiling lru-cache v0.1.2
31932026-02-10T20:46:47.999Z Compiling expectorate v1.2.0
31942026-02-10T20:46:48.376Z Compiling slog-dtrace v0.3.0
31952026-02-10T20:46:48.413Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31962026-02-10T20:46:48.489Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31972026-02-10T20:46:48.595Z Compiling siphasher v1.0.1
31982026-02-10T20:46:48.654Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31992026-02-10T20:46:48.905Z Compiling newtype_derive v0.1.6
32002026-02-10T20:46:49.131Z Compiling phf_shared v0.12.1
32012026-02-10T20:46:49.161Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-02-10T20:46:49.290Z Compiling tokio-dtrace v0.1.0
32032026-02-10T20:46:49.332Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32042026-02-10T20:46:49.581Z Compiling dropshot-api-manager-types v0.2.4
32052026-02-10T20:46:49.824Z Compiling pin-project-internal v1.1.6
32062026-02-10T20:46:50.076Z Compiling csv-core v0.1.11
32072026-02-10T20:46:50.280Z Compiling base64 v0.21.7
32082026-02-10T20:46:50.458Z Compiling chrono-tz v0.10.4
32092026-02-10T20:46:50.705Z Compiling xshell-macros v0.2.7
32102026-02-10T20:46:50.873Z Compiling const_format_proc_macros v0.2.34
32112026-02-10T20:46:50.965Z Compiling csv v1.3.1
32122026-02-10T20:46:51.447Z Compiling xshell v0.2.7
32132026-02-10T20:46:51.675Z Compiling oxide-tokio-rt v0.1.2
32142026-02-10T20:46:52.056Z Compiling phf v0.12.1
32152026-02-10T20:46:52.428Z Compiling hickory-resolver v0.24.4
32162026-02-10T20:46:52.492Z Compiling pin-project v1.1.6
32172026-02-10T20:46:52.633Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-02-10T20:46:52.738Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32192026-02-10T20:46:52.782Z Compiling pem v3.0.5
32202026-02-10T20:46:53.230Z Compiling snafu-derive v0.8.5
32212026-02-10T20:46:53.628Z Compiling same-file v1.0.6
32222026-02-10T20:46:53.974Z Compiling highway v1.3.0
32232026-02-10T20:46:54.054Z Compiling walkdir v2.5.0
32242026-02-10T20:46:54.809Z Compiling const_format v0.2.34
32252026-02-10T20:46:55.031Z Compiling qorb v0.4.1
32262026-02-10T20:46:55.073Z Compiling progenitor v0.11.2
32272026-02-10T20:46:55.122Z Compiling progenitor v0.10.0
32282026-02-10T20:46:55.371Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
32292026-02-10T20:46:55.402Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-02-10T20:46:55.611Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32312026-02-10T20:46:57.518Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32322026-02-10T20:46:57.914Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32332026-02-10T20:46:57.979Z Compiling snafu v0.8.5
32342026-02-10T20:46:58.267Z Compiling tabled_derive v0.7.0
32352026-02-10T20:46:58.406Z Compiling globset v0.4.15
32362026-02-10T20:46:58.739Z Compiling olpc-cjson v0.1.4
32372026-02-10T20:46:58.828Z Compiling primeorder v0.13.6
32382026-02-10T20:46:59.103Z Compiling bcs v0.1.6
32392026-02-10T20:46:59.250Z Compiling serde_plain v1.0.2
32402026-02-10T20:46:59.409Z Compiling radium v0.7.0
32412026-02-10T20:46:59.679Z Compiling termtree v0.5.1
32422026-02-10T20:46:59.823Z Compiling utf-8 v0.7.6
32432026-02-10T20:46:59.885Z Compiling typed-path v0.9.3
32442026-02-10T20:46:59.971Z Compiling textwrap v0.16.2
32452026-02-10T20:47:00.047Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
32462026-02-10T20:47:00.094Z Compiling tungstenite v0.21.0
32472026-02-10T20:47:00.171Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-02-10T20:47:00.457Z Compiling tabled v0.15.0
32492026-02-10T20:47:00.627Z Compiling steno v0.4.1
32502026-02-10T20:47:01.108Z Compiling typify-impl v0.2.0
32512026-02-10T20:47:02.214Z Compiling tough v0.20.0
32522026-02-10T20:47:02.990Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
32532026-02-10T20:47:05.337Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32542026-02-10T20:47:05.649Z Compiling humantime v2.2.0
32552026-02-10T20:47:06.197Z Compiling tap v1.0.1
32562026-02-10T20:47:06.361Z Compiling maybe-uninit v2.0.0
32572026-02-10T20:47:06.468Z Compiling moka v0.12.10
32582026-02-10T20:47:06.681Z Compiling wyz v0.5.1
32592026-02-10T20:47:06.716Z Compiling tokio-tungstenite v0.21.0
32602026-02-10T20:47:07.078Z Compiling arc-swap v1.7.1
32612026-02-10T20:47:07.116Z Compiling salty v0.3.0
32622026-02-10T20:47:07.188Z Compiling packed_struct v0.10.1
32632026-02-10T20:47:07.471Z Compiling tagptr v0.2.0
32642026-02-10T20:47:07.508Z Compiling funty v2.0.0
32652026-02-10T20:47:07.691Z Compiling slog-scope v4.4.0
32662026-02-10T20:47:07.816Z Compiling p384 v0.13.1
32672026-02-10T20:47:07.975Z Compiling polyval v0.6.2
32682026-02-10T20:47:08.252Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32692026-02-10T20:47:08.424Z Compiling bitvec v1.0.1
32702026-02-10T20:47:08.952Z Compiling packed_struct_codegen v0.10.1
32712026-02-10T20:47:09.088Z Compiling zerocopy-derive v0.6.6
32722026-02-10T20:47:09.227Z Compiling bitfield-macros v0.19.2
32732026-02-10T20:47:09.652Z Compiling proc-macro-error-attr2 v2.0.0
32742026-02-10T20:47:10.508Z Compiling indexmap v1.9.3
32752026-02-10T20:47:10.840Z Compiling parking_lot_core v0.8.6
32762026-02-10T20:47:10.922Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-02-10T20:47:11.044Z Compiling crc-catalog v2.4.0
32782026-02-10T20:47:11.298Z Compiling nodrop v0.1.14
32792026-02-10T20:47:11.404Z Compiling crc v3.2.1
32802026-02-10T20:47:11.436Z Compiling zerocopy v0.6.6
32812026-02-10T20:47:11.486Z Compiling array-init v0.0.4
32822026-02-10T20:47:11.564Z Compiling bitfield v0.19.2
32832026-02-10T20:47:12.228Z Compiling proc-macro-error2 v2.0.1
32842026-02-10T20:47:12.294Z Compiling hickory-resolver v0.25.2
32852026-02-10T20:47:12.329Z Compiling ghash v0.5.1
32862026-02-10T20:47:12.388Z Compiling slog-stdlog v4.1.1
32872026-02-10T20:47:12.605Z Compiling smallvec v0.6.14
32882026-02-10T20:47:12.674Z Compiling typify-macro v0.2.0
32892026-02-10T20:47:12.871Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
32902026-02-10T20:47:12.970Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32912026-02-10T20:47:13.111Z Compiling ctr v0.9.2
32922026-02-10T20:47:13.577Z Compiling num-derive v0.3.3
32932026-02-10T20:47:13.640Z Compiling lzma-sys v0.1.20
32942026-02-10T20:47:13.865Z Compiling hashbrown v0.12.3
32952026-02-10T20:47:14.452Z Compiling unicase v2.8.1
32962026-02-10T20:47:14.924Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-02-10T20:47:14.996Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32982026-02-10T20:47:15.374Z Compiling mime_guess v2.0.5
32992026-02-10T20:47:15.562Z Compiling libscf-sys v1.1.0
33002026-02-10T20:47:15.889Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33012026-02-10T20:47:16.196Z Compiling aes-gcm v0.10.3
33022026-02-10T20:47:16.538Z Compiling serde-hex v0.1.0
33032026-02-10T20:47:16.575Z Compiling tabled_derive v0.11.0
33042026-02-10T20:47:16.721Z Compiling typify v0.2.0
33052026-02-10T20:47:16.961Z Compiling progenitor-impl v0.8.0
33062026-02-10T20:47:17.091Z Compiling slog-envlogger v2.2.0
33072026-02-10T20:47:17.119Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33082026-02-10T20:47:17.887Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
33092026-02-10T20:47:18.186Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
33102026-02-10T20:47:19.168Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
33112026-02-10T20:47:19.494Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
33122026-02-10T20:47:20.421Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
33132026-02-10T20:47:20.469Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
33142026-02-10T20:47:21.428Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33152026-02-10T20:47:23.339Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
33162026-02-10T20:47:23.723Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
33172026-02-10T20:47:24.157Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
33182026-02-10T20:47:24.897Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
33192026-02-10T20:47:25.487Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
33202026-02-10T20:47:26.193Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33212026-02-10T20:47:27.476Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
33222026-02-10T20:47:27.828Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
33232026-02-10T20:47:28.033Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
33242026-02-10T20:47:28.185Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33252026-02-10T20:47:28.255Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33262026-02-10T20:47:28.425Z Compiling progenitor-macro v0.8.0
33272026-02-10T20:47:28.565Z Compiling ron v0.8.1
33282026-02-10T20:47:28.596Z Compiling papergrid v0.17.0
33292026-02-10T20:47:30.350Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
33302026-02-10T20:47:30.718Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33312026-02-10T20:47:31.155Z Compiling testing_table v0.3.0
33322026-02-10T20:47:31.494Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33332026-02-10T20:47:31.875Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33342026-02-10T20:47:32.702Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33352026-02-10T20:47:32.747Z Compiling hashbrown v0.13.2
33362026-02-10T20:47:33.204Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33372026-02-10T20:47:34.005Z Compiling heck v0.3.3
33382026-02-10T20:47:34.466Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
33392026-02-10T20:47:34.513Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33402026-02-10T20:47:35.143Z Compiling progenitor-client v0.8.0
33412026-02-10T20:47:35.734Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e)
33422026-02-10T20:47:35.776Z Compiling ssh-encoding v0.2.0
33432026-02-10T20:47:36.219Z Compiling blowfish v0.9.1
33442026-02-10T20:47:36.461Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33452026-02-10T20:47:36.912Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33462026-02-10T20:47:37.346Z Compiling nibble_vec v0.1.0
33472026-02-10T20:47:37.387Z Compiling crc-any v2.5.0
33482026-02-10T20:47:37.678Z Compiling corncobs v0.1.4
33492026-02-10T20:47:37.955Z Compiling endian-type v0.1.2
33502026-02-10T20:47:38.031Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33512026-02-10T20:47:38.121Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4)
33522026-02-10T20:47:38.258Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b)
33532026-02-10T20:47:38.309Z Compiling radix_trie v0.2.1
33542026-02-10T20:47:38.936Z Compiling bcrypt-pbkdf v0.10.0
33552026-02-10T20:47:39.072Z Compiling ssh-cipher v0.2.0
33562026-02-10T20:47:39.160Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e)
33572026-02-10T20:47:39.795Z Compiling zone_cfg_derive v0.1.2
33582026-02-10T20:47:40.544Z Compiling object v0.30.4
33592026-02-10T20:47:41.319Z Compiling tabled v0.20.0
33602026-02-10T20:47:41.743Z Compiling progenitor v0.8.0
33612026-02-10T20:47:42.090Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-02-10T20:47:42.762Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33632026-02-10T20:47:43.195Z Compiling parking_lot v0.11.2
33642026-02-10T20:47:44.465Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33652026-02-10T20:47:45.224Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33662026-02-10T20:47:45.785Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33672026-02-10T20:47:46.271Z Compiling prefix-trie v0.7.0
33682026-02-10T20:47:47.192Z Compiling password-hash v0.4.2
33692026-02-10T20:47:47.788Z Compiling fxhash v0.2.1
33702026-02-10T20:47:48.145Z Compiling secrecy v0.8.0
33712026-02-10T20:47:48.189Z Compiling half v1.8.3
33722026-02-10T20:47:48.494Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33732026-02-10T20:47:48.862Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33742026-02-10T20:47:49.023Z Compiling http-range v0.1.5
33752026-02-10T20:47:49.372Z Compiling number_prefix v0.4.0
33762026-02-10T20:47:49.434Z Compiling path-slash v0.1.5
33772026-02-10T20:47:49.736Z Compiling base64 v0.13.1
33782026-02-10T20:47:49.765Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-02-10T20:47:50.421Z Compiling ron v0.7.1
33802026-02-10T20:47:52.653Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
33812026-02-10T20:47:53.438Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
33822026-02-10T20:47:53.535Z Compiling indicatif v0.17.11
33832026-02-10T20:47:53.580Z Compiling serde_cbor v0.11.2
33842026-02-10T20:47:55.191Z Compiling sled v0.34.7
33852026-02-10T20:47:55.475Z Compiling pbkdf2 v0.11.0
33862026-02-10T20:47:55.829Z Compiling hickory-server v0.25.2
33872026-02-10T20:47:55.931Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33882026-02-10T20:47:56.683Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33892026-02-10T20:47:58.408Z Compiling xz2 v0.1.7
33902026-02-10T20:47:59.163Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
33912026-02-10T20:48:00.057Z Compiling zone v0.1.8
33922026-02-10T20:48:00.280Z Compiling ssh-key v0.6.6
33932026-02-10T20:48:00.535Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
33942026-02-10T20:48:01.567Z Compiling hickory-client v0.25.2
33952026-02-10T20:48:01.644Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33962026-02-10T20:48:02.407Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
33972026-02-10T20:48:03.971Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33982026-02-10T20:48:04.080Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33992026-02-10T20:48:04.706Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
34002026-02-10T20:48:05.166Z Compiling p256 v0.13.2
34012026-02-10T20:48:05.252Z Compiling p521 v0.13.3
34022026-02-10T20:48:05.818Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb)
34032026-02-10T20:48:05.979Z Compiling yasna v0.5.2
34042026-02-10T20:48:06.089Z Compiling headers-core v0.3.0
34052026-02-10T20:48:06.350Z Compiling kstat-rs v0.2.4
34062026-02-10T20:48:06.443Z Compiling nanorand v0.7.0
34072026-02-10T20:48:07.044Z Compiling atty v0.2.14
34082026-02-10T20:48:07.108Z Compiling russh-cryptovec v0.7.3
34092026-02-10T20:48:07.295Z Compiling md5 v0.7.0
34102026-02-10T20:48:07.522Z Compiling crc8 v0.1.1
34112026-02-10T20:48:07.559Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
34122026-02-10T20:48:07.644Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=7d4e2a49b9ef7750140bdddd2391d24d4729ec8c#7d4e2a49)
34132026-02-10T20:48:07.677Z Compiling rcgen v0.12.1
34142026-02-10T20:48:07.792Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34152026-02-10T20:48:07.998Z Compiling russh-keys v0.45.0
34162026-02-10T20:48:08.648Z Compiling flume v0.11.1
34172026-02-10T20:48:09.380Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34182026-02-10T20:48:09.433Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
34192026-02-10T20:48:10.091Z Compiling headers v0.4.1
34202026-02-10T20:48:10.417Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
34212026-02-10T20:48:12.175Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
34222026-02-10T20:48:12.218Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34232026-02-10T20:48:15.643Z Compiling hyper-staticfile v0.10.1
34242026-02-10T20:48:16.824Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34252026-02-10T20:48:18.285Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34262026-02-10T20:48:19.027Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34272026-02-10T20:48:20.987Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
34282026-02-10T20:48:21.330Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34292026-02-10T20:48:21.365Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34302026-02-10T20:48:21.569Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34312026-02-10T20:48:22.529Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
34322026-02-10T20:48:23.165Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34332026-02-10T20:48:24.635Z Compiling num-bigint v0.4.6
34342026-02-10T20:48:24.869Z Compiling des v0.8.1
34352026-02-10T20:48:25.370Z Compiling subprocess v0.2.9
34362026-02-10T20:48:26.210Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-02-10T20:48:26.635Z Compiling display-error-chain v0.2.2
34382026-02-10T20:48:26.930Z Compiling hex-literal v0.4.1
34392026-02-10T20:48:27.172Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34402026-02-10T20:48:27.200Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34412026-02-10T20:48:27.231Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34422026-02-10T20:48:27.753Z Compiling internet-checksum v0.2.1
34432026-02-10T20:48:28.048Z Compiling russh v0.45.0
34442026-02-10T20:48:34.211Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34452026-02-10T20:48:34.429Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34462026-02-10T20:48:34.472Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34472026-02-10T20:48:34.725Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34482026-02-10T20:48:38.892Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34492026-02-10T20:48:39.092Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34502026-02-10T20:48:50.329Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34512026-02-10T20:49:43.667Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34522026-02-10T20:50:24.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
34532026-02-10T20:50:24.827Z
34542026-02-10T20:50:24.851Zreal 4:13.881314483
34552026-02-10T20:50:24.851Zuser 20:42.959782573
34562026-02-10T20:50:24.852Zsys 3:04.494382394
34572026-02-10T20:50:24.852Ztrap 0.742258420
34582026-02-10T20:50:24.852Ztflt 0.168813219
34592026-02-10T20:50:24.852Zdflt 1.131241042
34602026-02-10T20:50:24.852Zkflt 0.000200174
34612026-02-10T20:50:24.852Zlock 56:37.005550759
34622026-02-10T20:50:24.852Zslp 1:13:51.297435384
34632026-02-10T20:50:24.852Zlat 1:04.726771892
34642026-02-10T20:50:24.852Zstop 2:52.064568346
34652026-02-10T20:50:24.852Z+ mkdir tests
34662026-02-10T20:50:24.852Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34672026-02-10T20:50:24.852Z+ xargs -I '{}' -t cp '{}' tests/
34682026-02-10T20:50:24.885Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b950c62a8d4bcb6e tests/
34692026-02-10T20:50:24.925Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a47473f3a1946943 tests/
34702026-02-10T20:50:24.959Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-c14e2a6b75cf30e5 tests/
34712026-02-10T20:50:24.992Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9038cf8ef00d0782 tests/
34722026-02-10T20:50:25.338Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
34732026-02-10T20:50:25.362Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a47473f3a1946943 tests/commtest-c14e2a6b75cf30e5 tests/dhcp_server-b950c62a8d4bcb6e tests/end_to_end_tests-9038cf8ef00d0782 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34742026-02-10T20:52:42.622ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34752026-02-10T20:52:42.623Za .github/buildomat/ci-env.sh 1K
34762026-02-10T20:52:42.623Za out/target/test 1K
34772026-02-10T20:52:42.623Za out/npuzone/npuzone 27402K
34782026-02-10T20:52:42.623Za package-manifest.toml 35K
34792026-02-10T20:52:42.623Za smf/sled-agent/non-gimlet/config.toml 6K
34802026-02-10T20:52:42.623Za target/release/omicron-package 43145K
34812026-02-10T20:52:42.623Za target/release/xtask 11507K
34822026-02-10T20:52:42.623Za target/debug/bootstrap 321560K
34832026-02-10T20:52:42.623Za tests/bootstrap-a47473f3a1946943 31130K
34842026-02-10T20:52:42.623Za tests/commtest-c14e2a6b75cf30e5 31430K
34852026-02-10T20:52:42.623Za tests/dhcp_server-b950c62a8d4bcb6e 31130K
34862026-02-10T20:52:42.623Za tests/end_to_end_tests-9038cf8ef00d0782 365887K
34872026-02-10T20:52:42.623Za out/clickhouse.tar.gz 319475K
34882026-02-10T20:52:42.624Za out/clickhouse_keeper.tar.gz 302462K
34892026-02-10T20:52:42.624Za out/clickhouse_server.tar.gz 319474K
34902026-02-10T20:52:42.624Za out/cockroachdb.tar.gz 165090K
34912026-02-10T20:52:42.624Za out/crucible-pantry-zone.tar.gz 41533K
34922026-02-10T20:52:42.624Za out/crucible-utils.tar 17744K
34932026-02-10T20:52:42.624Za out/crucible-zone.tar.gz 55671K
34942026-02-10T20:52:42.624Za out/external-dns.tar.gz 48766K
34952026-02-10T20:52:42.624Za out/internal-dns.tar.gz 48766K
34962026-02-10T20:52:42.624Za out/mg-ddm-gz.tar 79965K
34972026-02-10T20:52:42.624Za out/nexus.tar.gz 210205K
34982026-02-10T20:52:42.624Za out/ntp.tar.gz 29638K
34992026-02-10T20:52:42.624Za out/omicron-gateway-softnpu.tar.gz 27632K
35002026-02-10T20:52:42.624Za out/omicron-sled-agent.tar 189727K
35012026-02-10T20:52:42.624Za out/overlay.tar.gz 3K
35022026-02-10T20:52:42.624Za out/oximeter.tar.gz 64007K
35032026-02-10T20:52:42.624Za out/oxlog.tar 3946K
35042026-02-10T20:52:42.624Za out/probe.tar.gz 3037K
35052026-02-10T20:52:42.624Za out/propolis-server.tar.gz 74649K
35062026-02-10T20:52:42.624Za out/pumpkind-gz.tar 26647K
35072026-02-10T20:52:42.624Za out/switch-softnpu.tar.gz 371691K
35082026-02-10T20:52:42.650Z
35092026-02-10T20:52:42.650Zreal 2:17.281887111
35102026-02-10T20:52:42.650Zuser 2:06.336759996
35112026-02-10T20:52:42.650Zsys 14.462122912
35122026-02-10T20:52:42.650Ztrap 0.047120696
35132026-02-10T20:52:42.650Ztflt 0.000000000
35142026-02-10T20:52:42.650Zdflt 0.000000000
35152026-02-10T20:52:42.650Zkflt 0.000000000
35162026-02-10T20:52:42.650Zlock 0.000000000
35172026-02-10T20:52:42.650Zslp 2:05.639966527
35182026-02-10T20:52:42.650Zlat 8.068711700
35192026-02-10T20:52:42.650Zstop 0.001100547
35202026-02-10T20:52:42.650Zprocess exited: duration 3020063 ms, exit code 0
 
35212026-02-10T20:52:42.738Zfound 1 output files
35222026-02-10T20:52:42.738Zuploading: /work/package.tar.gz (2405022138 bytes)
35232026-02-10T20:55:37.765Zuploaded: /work/package.tar.gz