01KW0JMD69YQ5HTVNCKVXV6M5F: helios / package

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

Buildomat Job: 01KW0JMVJRZ505GEF7F63E534A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T23:44:00.903Zjob assigned to worker 01KW0JN73N039NEKN4AEZ2KV6D [factory aws, i-013855d1dd8afcbda] (queued for 55 s)
 
22026-06-25T23:44:07.846Zstarting task 0: "setup"
32026-06-25T23:44:07.852Z++ uname -s
42026-06-25T23:44:07.856Z+ kern=SunOS
52026-06-25T23:44:07.856Z+ build_user=build
62026-06-25T23:44:07.856Z+ build_uid=12345
72026-06-25T23:44:07.856Z+ work_dir=/work
82026-06-25T23:44:07.856Z+ input_dir=/input
92026-06-25T23:44:07.856Z+ [[ 0 == 12345 ]]
102026-06-25T23:44:07.856Z+ case "$kern" in
112026-06-25T23:44:07.856Z+ groupadd -g 12345 build
122026-06-25T23:44:07.858Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T23:44:09.864Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T23:44:09.930Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T23:44:09.933Z+ home_fs=zfs
162026-06-25T23:44:09.933Z+ [[ zfs == autofs ]]
172026-06-25T23:44:09.933Z+ mkdir -p /home/build
182026-06-25T23:44:09.936Z+ chown build:build /home/build /work
192026-06-25T23:44:11.936Z+ chmod 0700 /home/build /work
202026-06-25T23:44:11.939Zprocess exited: duration 4096 ms, exit code 0
 
212026-06-25T23:44:11.945Zstarting task 1: "rust-toolchain"
222026-06-25T23:44:11.952Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T23:44:11.952Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T23:44:11.952Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T23:44:11.952Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T23:44:11.952Z * rust toolchain channel = "1.96.0"
272026-06-25T23:44:11.952Z * rust toolchain profile = "default"
282026-06-25T23:44:11.955Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T23:44:11.955Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T23:44:12.090Zinfo: downloading installer
312026-06-25T23:44:13.598Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T23:44:13.599Zwarn: /home/build/.rustup/settings.toml
332026-06-25T23:44:13.599Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T23:44:13.599Zwarn: instead of the one inferred from the default host triple.
352026-06-25T23:44:13.612Zinfo: profile set to default
362026-06-25T23:44:13.612Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T23:44:13.615Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T23:44:13.771Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T23:44:13.774Zinfo: downloading 6 components
402026-06-25T23:44:29.692Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T23:44:29.692Z
422026-06-25T23:44:29.719Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T23:44:29.719Z
442026-06-25T23:44:29.719Z
452026-06-25T23:44:29.719ZRust is installed now. Great!
462026-06-25T23:44:29.719Z
472026-06-25T23:44:29.719ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T23:44:29.719Zenvironment variable. This has not been done automatically.
492026-06-25T23:44:29.719Z
502026-06-25T23:44:29.719ZTo configure your current shell, you need to source
512026-06-25T23:44:29.719Zthe corresponding env file under $HOME/.cargo.
522026-06-25T23:44:29.723Z
532026-06-25T23:44:29.723ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T23:44:29.723Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T23:44:29.723Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T23:44:29.723Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T23:44:29.723Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T23:44:29.723Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T23:44:29.723Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T23:44:29.723Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T23:44:29.723Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T23:44:29.827Z+ rustup --version
632026-06-25T23:44:29.837Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T23:44:29.840Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T23:44:29.859Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T23:44:29.862Z+ cargo --version
672026-06-25T23:44:29.871Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T23:44:29.874Z+ rustc --version
692026-06-25T23:44:29.894Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T23:44:29.898Zprocess exited: duration 17951 ms, exit code 0
 
712026-06-25T23:44:29.904Zstarting task 2: "authentication"
722026-06-25T23:44:29.925Zprocess exited: duration 20 ms, exit code 0
 
732026-06-25T23:44:29.931Zstarting task 3: "clone repository"
742026-06-25T23:44:29.936Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T23:44:29.939Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T23:44:29.973ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T23:44:40.869Z+ cd /work/oxidecomputer/omicron
782026-06-25T23:44:40.869Z+ git fetch origin 794b50256f2d4fa6f94e39dacec47863ad6bf338
792026-06-25T23:44:41.313ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T23:44:41.313Z * branch 794b50256f2d4fa6f94e39dacec47863ad6bf338 -> FETCH_HEAD
812026-06-25T23:44:41.329Z+ [[ -n '' ]]
822026-06-25T23:44:41.329Z+ git reset --hard 794b50256f2d4fa6f94e39dacec47863ad6bf338
832026-06-25T23:44:41.373ZHEAD is now at 794b50256 Support only requiring 2/3 downstairs to activate
842026-06-25T23:44:41.376Zprocess exited: duration 11442 ms, exit code 0
 
852026-06-25T23:44:41.381Zstarting task 4: "build"
862026-06-25T23:44:41.389Z+ source .github/buildomat/ci-env.sh
872026-06-25T23:44:41.389Z++ export CARGO_TERM_COLOR=always
882026-06-25T23:44:41.389Z++ CARGO_TERM_COLOR=always
892026-06-25T23:44:41.392Z+ cargo --version
902026-06-25T23:44:41.399Zcargo 1.96.0 (30a34c682 2026-05-25)
912026-06-25T23:44:41.401Z+ rustc --version
922026-06-25T23:44:41.423Zrustc 1.96.0 (ac68faa20 2026-05-25)
932026-06-25T23:44:41.426Z+ WORK=/work
942026-06-25T23:44:41.426Z+ pfexec mkdir -p /work
952026-06-25T23:44:41.429Z+ pfexec chown build /work
962026-06-25T23:44:41.448Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-06-25T23:44:43.066Z Startup: Refreshing catalog 'helios' ... Done
982026-06-25T23:44:43.175Z Startup: Caching catalogs ... Done
992026-06-25T23:44:43.682ZPlanning: Solver setup ... Done (0.451s)
1002026-06-25T23:44:43.707ZPlanning: Running solver ... Done (0.025s)
1012026-06-25T23:44:43.719ZPlanning: Finding local manifests ... Done (0.004s)
1022026-06-25T23:44:43.730ZPlanning: Fetching manifests: 0/2 0% complete
1032026-06-25T23:44:43.753ZPlanning: Fetching manifests: 2/2 100% complete
1042026-06-25T23:44:43.768ZPlanning: Package planning ... Done (0.016s)
1052026-06-25T23:44:43.771ZPlanning: Merging actions ... Done (0.002s)
1062026-06-25T23:44:43.940ZPlanning: Checking for conflicting actions ... Done (0.170s)
1072026-06-25T23:44:43.944ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-06-25T23:44:44.844ZPlanning: Evaluating mediators ... Done (0.902s)
1092026-06-25T23:44:44.847ZPlanning: Planning completed in 1.64 seconds
1102026-06-25T23:44:44.854Z Packages to install: 2
1112026-06-25T23:44:44.854Z Estimated space available: 156.06 GB
1122026-06-25T23:44:44.854ZEstimated space to be consumed: 30.96 MB
1132026-06-25T23:44:44.854Z Create boot environment: No
1142026-06-25T23:44:44.854ZCreate backup boot environment: No
1152026-06-25T23:44:44.854Z Rebuild boot archive: No
1162026-06-25T23:44:44.857Z
1172026-06-25T23:44:44.857ZChanged packages:
1182026-06-25T23:44:44.857Zhelios
1192026-06-25T23:44:44.857Z developer/build-essential
1202026-06-25T23:44:44.857Z None -> 11-3.0
1212026-06-25T23:44:44.857Z library/libxmlsec1
1222026-06-25T23:44:44.857Z None -> 1.2.35-3.0
1232026-06-25T23:44:44.882Z
1242026-06-25T23:44:44.882ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-06-25T23:44:45.381ZDownload: Completed 1.28 MB in 0.50 seconds (2.6M/s)
1262026-06-25T23:44:45.441Z Actions: 1/268 actions (Installing new actions)
1272026-06-25T23:44:45.481Z Actions: Completed 268 actions in 0.04 seconds.
1282026-06-25T23:44:45.493ZFinalize: Updating package state database ... Done (0.011s)
1292026-06-25T23:44:45.493ZFinalize: Updating package cache ... Done (0.000s)
1302026-06-25T23:44:45.521ZFinalize: Updating image state ... Done (0.029s)
1312026-06-25T23:44:48.136ZFinalize: Creating fast lookup database ... Done (2.587s)
1322026-06-25T23:44:48.208ZFinalize: Reading search index ... Done (0.013s)
1332026-06-25T23:44:48.211ZFinalize: Updating search index ... Done (0.000s)
1342026-06-25T23:44:48.306ZFinalize: Updating package cache ... Done (0.000s)
1352026-06-25T23:44:48.627ZPlanning: Evaluating mediator changes ... Done
1362026-06-25T23:44:48.734ZPlanning: Checking for conflicting actions ... Done
1372026-06-25T23:44:48.737ZPlanning: Consolidating action changes ... Done
1382026-06-25T23:44:48.891ZPlanning: Evaluating mediators ... Done
1392026-06-25T23:44:48.894ZPlanning: Planning completed in 0.27 seconds
1402026-06-25T23:44:48.914Z Mediators to change: 2
1412026-06-25T23:44:48.914Z Create boot environment: No
1422026-06-25T23:44:48.914ZCreate backup boot environment: No
1432026-06-25T23:44:48.978ZFinalize: Updating package state database ... Done
1442026-06-25T23:44:48.978ZFinalize: Updating package cache ... Done
1452026-06-25T23:44:48.993ZFinalize: Updating image state ... Done
1462026-06-25T23:44:50.964ZFinalize: Creating fast lookup database ... Done
1472026-06-25T23:44:51.030ZFinalize: Reading search index ... Done
1482026-06-25T23:44:51.033ZFinalize: Updating search index ... Done
1492026-06-25T23:44:51.118ZFinalize: Updating package cache ... Done
1502026-06-25T23:44:51.407ZPlanning: Evaluating mediator changes ... Done
1512026-06-25T23:44:51.517ZPlanning: Checking for conflicting actions ... Done
1522026-06-25T23:44:51.520ZPlanning: Consolidating action changes ... Done
1532026-06-25T23:44:51.675ZPlanning: Evaluating mediators ... Done
1542026-06-25T23:44:51.678ZPlanning: Planning completed in 0.27 seconds
1552026-06-25T23:44:51.699Z Mediators to change: 1
1562026-06-25T23:44:51.699Z Create boot environment: No
1572026-06-25T23:44:51.699ZCreate backup boot environment: No
1582026-06-25T23:44:51.764ZFinalize: Updating package state database ... Done
1592026-06-25T23:44:51.764ZFinalize: Updating package cache ... Done
1602026-06-25T23:44:51.785ZFinalize: Updating image state ... Done
1612026-06-25T23:44:53.734ZFinalize: Creating fast lookup database ... Done
1622026-06-25T23:44:53.796ZFinalize: Reading search index ... Done
1632026-06-25T23:44:53.798ZFinalize: Updating search index ... Done
1642026-06-25T23:44:53.862ZFinalize: Updating package cache ... Done
1652026-06-25T23:44:54.181ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-06-25T23:44:54.181Zapache system 2.4 system
1672026-06-25T23:44:54.181Zclang system 15 system
1682026-06-25T23:44:54.181Zcsh system system illumos
1692026-06-25T23:44:54.181Zctags system system illumos
1702026-06-25T23:44:54.181Zfile vendor vendor darwinsys
1712026-06-25T23:44:54.181Zfile system system illumos
1722026-06-25T23:44:54.181Zgcc vendor 14 vendor
1732026-06-25T23:44:54.181Zgcc system 13 system
1742026-06-25T23:44:54.181Zgcc system 10 system
1752026-06-25T23:44:54.181Zgo system 1.25 system
1762026-06-25T23:44:54.181Zllvm system 15 system
1772026-06-25T23:44:54.181Zmariadb system 11.4 system
1782026-06-25T23:44:54.181Zmta vendor vendor dma
1792026-06-25T23:44:54.181Zopenjdk system 17 system
1802026-06-25T23:44:54.182Zopenjdk system 11 system
1812026-06-25T23:44:54.182Zopenssl vendor 3 vendor
1822026-06-25T23:44:54.182Zperl system 5.40 system
1832026-06-25T23:44:54.182Zpostgresql system 18 system
1842026-06-25T23:44:54.182Zpostgresql system 17 system
1852026-06-25T23:44:54.182Zpython vendor 3 vendor
1862026-06-25T23:44:54.182Zpython system 2 system
1872026-06-25T23:44:54.182Zpython3 vendor 3.13 vendor
1882026-06-25T23:44:54.182Zruby system 3.4 system
1892026-06-25T23:44:54.182Zruby system 3.0 system
1902026-06-25T23:44:54.182Zwords vendor vendor american-english
1912026-06-25T23:44:54.182Zwords system system australian-english
1922026-06-25T23:44:54.182Zwords system system british-english
1932026-06-25T23:44:54.182Zwords system system canadian-english
1942026-06-25T23:44:54.182Zwords system system french
1952026-06-25T23:44:54.182Zwords system system italian
1962026-06-25T23:44:54.182Zwords system system ngerman
1972026-06-25T23:44:54.182Zwords system system ogerman
1982026-06-25T23:44:54.182Zwords system system spanish
1992026-06-25T23:44:54.440ZPUBLISHER TYPE STATUS P LOCATION
2002026-06-25T23:44:54.440Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-06-25T23:44:54.746ZFMRI IFO
2022026-06-25T23:44:54.746Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-06-25T23:44:54.746Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-06-25T23:44:54.746Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-06-25T23:44:54.746Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-06-25T23:44:54.746Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-06-25T23:44:54.746Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-06-25T23:44:54.746Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-06-25T23:44:54.746Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-06-25T23:44:54.746Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-06-25T23:44:55.004Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-06-25T23:44:55.275Z Updating crates.io index
2132026-06-25T23:44:55.278Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-06-25T23:44:55.534Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-06-25T23:44:55.825Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-06-25T23:44:56.098Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-06-25T23:44:56.953Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-06-25T23:44:57.472Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-06-25T23:44:59.003Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-06-25T23:44:59.762Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-06-25T23:45:00.024Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-06-25T23:45:01.059Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-06-25T23:45:01.303Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-06-25T23:45:01.624Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-06-25T23:45:01.896Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-06-25T23:45:02.282Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-06-25T23:45:02.774Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-06-25T23:45:03.019Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-06-25T23:45:03.279Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-06-25T23:45:03.515Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-06-25T23:45:03.813Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-06-25T23:45:04.057Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-06-25T23:45:04.288Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-06-25T23:45:04.539Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-06-25T23:45:04.934Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-06-25T23:45:05.216Z Updating git repository `https://github.com/oxidecomputer/erebor`
2372026-06-25T23:45:05.647Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2382026-06-25T23:45:06.050Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2392026-06-25T23:45:06.469Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2402026-06-25T23:45:06.975Z Updating git repository `https://github.com/oxidecomputer/ispf`
2412026-06-25T23:45:07.229Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2422026-06-25T23:45:07.471Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-06-25T23:45:07.799Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2442026-06-25T23:45:08.189Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2452026-06-25T23:45:08.446Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2462026-06-25T23:45:08.725Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2472026-06-25T23:45:08.998Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2482026-06-25T23:45:09.268Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2492026-06-25T23:45:09.557Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2502026-06-25T23:45:09.815Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2512026-06-25T23:45:10.098Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2522026-06-25T23:45:10.355Z Updating git repository `https://github.com/illumos/smf-rs`
2532026-06-25T23:45:13.323Z Downloading crates ...
2542026-06-25T23:45:13.388Z Downloaded dtrace-parser v0.2.0
2552026-06-25T23:45:13.406Z Downloaded cargo-platform v0.2.0
2562026-06-25T23:45:13.406Z Downloaded utf8parse v0.2.2
2572026-06-25T23:45:13.431Z Downloaded bytecount v0.6.9
2582026-06-25T23:45:13.432Z Downloaded anstyle-parse v1.0.0
2592026-06-25T23:45:13.432Z Downloaded displaydoc v0.2.5
2602026-06-25T23:45:13.432Z Downloaded zerotrie v0.2.3
2612026-06-25T23:45:13.432Z Downloaded usdt-impl v0.5.0
2622026-06-25T23:45:13.432Z Downloaded fnv v1.0.7
2632026-06-25T23:45:13.432Z Downloaded dof v0.3.0
2642026-06-25T23:45:13.432Z Downloaded cfg-if v1.0.4
2652026-06-25T23:45:13.432Z Downloaded heck v0.4.1
2662026-06-25T23:45:13.432Z Downloaded crypto-common v0.1.7
2672026-06-25T23:45:13.432Z Downloaded cpufeatures v0.2.17
2682026-06-25T23:45:13.432Z Downloaded anstyle v1.0.14
2692026-06-25T23:45:13.432Z Downloaded camino-tempfile v1.4.1
2702026-06-25T23:45:13.433Z Downloaded idna_adapter v1.2.1
2712026-06-25T23:45:13.433Z Downloaded form_urlencoded v1.2.2
2722026-06-25T23:45:13.433Z Downloaded macaddr v1.0.1
2732026-06-25T23:45:13.433Z Downloaded zerofrom v0.1.6
2742026-06-25T23:45:13.440Z Downloaded winnow v0.7.14
2752026-06-25T23:45:13.441Z Downloaded yoke v0.8.1
2762026-06-25T23:45:13.441Z Downloaded textwrap v0.16.2
2772026-06-25T23:45:13.441Z Downloaded anstream v1.0.0
2782026-06-25T23:45:13.441Z Downloaded utf8_iter v1.0.4
2792026-06-25T23:45:13.441Z Downloaded ucd-trie v0.1.7
2802026-06-25T23:45:13.441Z Downloaded block-buffer v0.10.4
2812026-06-25T23:45:13.441Z Downloaded stable_deref_trait v1.2.1
2822026-06-25T23:45:13.441Z Downloaded zerovec-derive v0.11.2
2832026-06-25T23:45:13.441Z Downloaded unicode-ident v1.0.24
2842026-06-25T23:45:13.441Z Downloaded generic-array v0.14.7
2852026-06-25T23:45:13.441Z Downloaded thread-id v4.2.2
2862026-06-25T23:45:13.441Z Downloaded fs-err v3.3.0
2872026-06-25T23:45:13.441Z Downloaded colorchoice v1.0.4
2882026-06-25T23:45:13.442Z Downloaded tinystr v0.8.2
2892026-06-25T23:45:13.442Z Downloaded digest v0.10.7
2902026-06-25T23:45:13.442Z Downloaded thiserror-impl v2.0.18
2912026-06-25T23:45:13.447Z Downloaded byteorder v1.5.0
2922026-06-25T23:45:13.447Z Downloaded cargo_toml v0.21.0
2932026-06-25T23:45:13.447Z Downloaded usdt-attr-macro v0.5.0
2942026-06-25T23:45:13.447Z Downloaded equivalent v1.0.2
2952026-06-25T23:45:13.447Z Downloaded bitflags v2.11.0
2962026-06-25T23:45:13.451Z Downloaded zerofrom-derive v0.1.6
2972026-06-25T23:45:13.452Z Downloaded url v2.5.8
2982026-06-25T23:45:13.452Z Downloaded errno v0.3.14
2992026-06-25T23:45:13.452Z Downloaded anstyle-query v1.1.5
3002026-06-25T23:45:13.452Z Downloaded autocfg v1.5.0
3012026-06-25T23:45:13.464Z Downloaded cargo-util-schemas v0.8.2
3022026-06-25T23:45:13.464Z Downloaded unicode-xid v0.2.6
3032026-06-25T23:45:13.464Z Downloaded heck v0.5.0
3042026-06-25T23:45:13.475Z Downloaded version_check v0.9.5
3052026-06-25T23:45:13.475Z Downloaded clap_derive v4.6.1
3062026-06-25T23:45:13.490Z Downloaded unicode-width v0.1.14
3072026-06-25T23:45:13.491Z Downloaded usdt v0.5.0
3082026-06-25T23:45:13.491Z Downloaded camino v1.2.2
3092026-06-25T23:45:13.491Z Downloaded unicode-linebreak v0.1.5
3102026-06-25T23:45:13.491Z Downloaded toml_write v0.1.2
3112026-06-25T23:45:13.491Z Downloaded getrandom v0.4.1
3122026-06-25T23:45:13.491Z Downloaded usdt-macro v0.5.0
3132026-06-25T23:45:13.491Z Downloaded erased-serde v0.4.9
3142026-06-25T23:45:13.491Z Downloaded yoke-derive v0.8.1
3152026-06-25T23:45:13.491Z Downloaded typeid v1.0.3
3162026-06-25T23:45:13.491Z Downloaded clap v4.6.1
3172026-06-25T23:45:13.498Z Downloaded writeable v0.6.2
3182026-06-25T23:45:13.498Z Downloaded itoa v1.0.17
3192026-06-25T23:45:13.498Z Downloaded fastrand v2.3.0
3202026-06-25T23:45:13.498Z Downloaded toml_datetime v0.6.11
3212026-06-25T23:45:13.498Z Downloaded toml v0.8.23
3222026-06-25T23:45:13.498Z Downloaded thiserror v2.0.18
3232026-06-25T23:45:13.498Z Downloaded zmij v1.0.21
3242026-06-25T23:45:13.498Z Downloaded thiserror v1.0.69
3252026-06-25T23:45:13.508Z Downloaded zerocopy-derive v0.7.35
3262026-06-25T23:45:13.508Z Downloaded swrite v0.1.0
3272026-06-25T23:45:13.514Z Downloaded thiserror-impl v1.0.69
3282026-06-25T23:45:13.514Z Downloaded potential_utf v0.1.4
3292026-06-25T23:45:13.514Z Downloaded toml_edit v0.22.27
3302026-06-25T23:45:13.514Z Downloaded serde-value v0.7.0
3312026-06-25T23:45:13.514Z Downloaded pretty-hex v0.4.1
3322026-06-25T23:45:13.514Z Downloaded ordered-float v2.10.1
3332026-06-25T23:45:13.514Z Downloaded proc-macro-error-attr v1.0.4
3342026-06-25T23:45:13.514Z Downloaded typenum v1.19.0
3352026-06-25T23:45:13.514Z Downloaded smawk v0.3.2
3362026-06-25T23:45:13.514Z Downloaded tabled_derive v0.7.0
3372026-06-25T23:45:13.514Z Downloaded icu_normalizer_data v2.1.1
3382026-06-25T23:45:13.514Z Downloaded strsim v0.11.1
3392026-06-25T23:45:13.531Z Downloaded scroll_derive v0.12.1
3402026-06-25T23:45:13.531Z Downloaded clap_lex v1.0.0
3412026-06-25T23:45:13.532Z Downloaded is_terminal_polyfill v1.70.2
3422026-06-25T23:45:13.532Z Downloaded icu_provider v2.1.1
3432026-06-25T23:45:13.532Z Downloaded zerovec v0.11.5
3442026-06-25T23:45:13.532Z Downloaded cargo_metadata v0.21.0
3452026-06-25T23:45:13.532Z Downloaded percent-encoding v2.3.2
3462026-06-25T23:45:13.537Z Downloaded icu_locale_core v2.1.1
3472026-06-25T23:45:13.537Z Downloaded zerocopy v0.7.35
3482026-06-25T23:45:13.537Z Downloaded serde_spanned v0.6.9
3492026-06-25T23:45:13.537Z Downloaded icu_normalizer v2.1.1
3502026-06-25T23:45:13.538Z Downloaded terminal_size v0.4.3
3512026-06-25T23:45:13.538Z Downloaded plain v0.2.3
3522026-06-25T23:45:13.542Z Downloaded memmap v0.7.0
3532026-06-25T23:45:13.542Z Downloaded unicode-width v0.2.0
3542026-06-25T23:45:13.542Z Downloaded proc-macro-error v1.0.4
3552026-06-25T23:45:13.547Z Downloaded quote v1.0.45
3562026-06-25T23:45:13.559Z Downloaded synstructure v0.13.2
3572026-06-25T23:45:13.559Z Downloaded scroll v0.12.0
3582026-06-25T23:45:13.567Z Downloaded icu_collections v2.1.1
3592026-06-25T23:45:13.567Z Downloaded serde_tokenstream v0.2.3
3602026-06-25T23:45:13.567Z Downloaded icu_properties v2.1.2
3612026-06-25T23:45:13.567Z Downloaded serde-untagged v0.1.9
3622026-06-25T23:45:13.579Z Downloaded sha2 v0.10.9
3632026-06-25T23:45:13.579Z Downloaded smallvec v1.15.1
3642026-06-25T23:45:13.590Z Downloaded tempfile v3.25.0
3652026-06-25T23:45:13.590Z Downloaded semver v1.0.28
3662026-06-25T23:45:13.590Z Downloaded once_cell v1.21.3
3672026-06-25T23:45:13.596Z Downloaded pest_derive v2.8.6
3682026-06-25T23:45:13.605Z Downloaded serde_derive v1.0.228
3692026-06-25T23:45:13.646Z Downloaded proc-macro2 v1.0.106
3702026-06-25T23:45:13.646Z Downloaded litemap v0.8.1
3712026-06-25T23:45:13.647Z Downloaded anyhow v1.0.102
3722026-06-25T23:45:13.647Z Downloaded num-traits v0.2.19
3732026-06-25T23:45:13.647Z Downloaded pest_generator v2.8.6
3742026-06-25T23:45:13.647Z Downloaded indexmap v2.14.0
3752026-06-25T23:45:13.658Z Downloaded log v0.4.29
3762026-06-25T23:45:13.658Z Downloaded papergrid v0.11.0
3772026-06-25T23:45:13.658Z Downloaded serde v1.0.228
3782026-06-25T23:45:13.658Z Downloaded serde_core v1.0.228
3792026-06-25T23:45:13.658Z Downloaded pest_meta v2.8.6
3802026-06-25T23:45:13.658Z Downloaded memchr v2.8.0
3812026-06-25T23:45:13.658Z Downloaded pest v2.8.6
3822026-06-25T23:45:13.658Z Downloaded idna v1.1.0
3832026-06-25T23:45:13.658Z Downloaded hashbrown v0.17.0
3842026-06-25T23:45:13.666Z Downloaded icu_properties_data v2.1.2
3852026-06-25T23:45:13.676Z Downloaded goblin v0.8.2
3862026-06-25T23:45:13.676Z Downloaded clap_builder v4.6.0
3872026-06-25T23:45:13.685Z Downloaded tabled v0.15.0
3882026-06-25T23:45:13.703Z Downloaded serde_json v1.0.149
3892026-06-25T23:45:13.722Z Downloaded syn v1.0.109
3902026-06-25T23:45:13.722Z Downloaded syn v2.0.117
3912026-06-25T23:45:13.728Z Downloaded rustix v1.1.3
3922026-06-25T23:45:13.759Z Downloaded libc v0.2.185
3932026-06-25T23:45:13.833Z Compiling proc-macro2 v1.0.106
3942026-06-25T23:45:13.833Z Compiling quote v1.0.45
3952026-06-25T23:45:13.833Z Compiling unicode-ident v1.0.24
3962026-06-25T23:45:13.850Z Compiling serde_core v1.0.228
3972026-06-25T23:45:13.850Z Compiling libc v0.2.185
3982026-06-25T23:45:13.850Z Compiling version_check v0.9.5
3992026-06-25T23:45:13.850Z Compiling serde v1.0.228
4002026-06-25T23:45:13.850Z Compiling memchr v2.8.0
4012026-06-25T23:45:13.850Z Compiling stable_deref_trait v1.2.1
4022026-06-25T23:45:13.850Z Compiling zmij v1.0.21
4032026-06-25T23:45:13.851Z Compiling autocfg v1.5.0
4042026-06-25T23:45:13.851Z Compiling itoa v1.0.17
4052026-06-25T23:45:14.019Z Compiling thiserror v1.0.69
4062026-06-25T23:45:14.034Z Compiling ucd-trie v0.1.7
4072026-06-25T23:45:14.035Z Compiling writeable v0.6.2
4082026-06-25T23:45:14.165Z Compiling litemap v0.8.1
4092026-06-25T23:45:14.321Z Compiling rustix v1.1.3
4102026-06-25T23:45:14.440Z Compiling icu_normalizer_data v2.1.1
4112026-06-25T23:45:14.458Z Compiling icu_properties_data v2.1.2
4122026-06-25T23:45:14.511Z Compiling pest v2.8.6
4132026-06-25T23:45:14.519Z Compiling byteorder v1.5.0
4142026-06-25T23:45:14.546Z Compiling bitflags v2.11.0
4152026-06-25T23:45:14.551Z Compiling serde_json v1.0.149
4162026-06-25T23:45:14.703Z Compiling equivalent v1.0.2
4172026-06-25T23:45:14.707Z Compiling num-traits v0.2.19
4182026-06-25T23:45:14.723Z Compiling typeid v1.0.3
4192026-06-25T23:45:14.790Z Compiling smallvec v1.15.1
4202026-06-25T23:45:14.824Z Compiling hashbrown v0.17.0
4212026-06-25T23:45:14.878Z Compiling usdt-impl v0.5.0
4222026-06-25T23:45:14.910Z Compiling proc-macro-error-attr v1.0.4
4232026-06-25T23:45:14.929Z Compiling erased-serde v0.4.9
4242026-06-25T23:45:14.946Z Compiling winnow v0.7.14
4252026-06-25T23:45:15.051Z Compiling errno v0.3.14
4262026-06-25T23:45:15.070Z Compiling thread-id v4.2.2
4272026-06-25T23:45:15.105Z Compiling toml_write v0.1.2
4282026-06-25T23:45:15.124Z Compiling syn v1.0.109
4292026-06-25T23:45:15.194Z Compiling proc-macro-error v1.0.4
4302026-06-25T23:45:15.230Z Compiling plain v0.2.3
4312026-06-25T23:45:15.300Z Compiling utf8parse v0.2.2
4322026-06-25T23:45:15.335Z Compiling percent-encoding v2.3.2
4332026-06-25T23:45:15.339Z Compiling log v0.4.29
4342026-06-25T23:45:15.354Z Compiling thiserror v2.0.18
4352026-06-25T23:45:15.384Z Compiling indexmap v2.14.0
4362026-06-25T23:45:15.404Z Compiling getrandom v0.4.1
4372026-06-25T23:45:15.447Z Compiling utf8_iter v1.0.4
4382026-06-25T23:45:15.465Z Compiling camino v1.2.2
4392026-06-25T23:45:15.522Z Compiling syn v2.0.117
4402026-06-25T23:45:15.555Z Compiling form_urlencoded v1.2.2
4412026-06-25T23:45:15.591Z Compiling pest_meta v2.8.6
4422026-06-25T23:45:15.629Z Compiling anstyle-parse v1.0.0
4432026-06-25T23:45:15.773Z Compiling ordered-float v2.10.1
4442026-06-25T23:45:15.837Z Compiling cfg-if v1.0.4
4452026-06-25T23:45:15.869Z Compiling pretty-hex v0.4.1
4462026-06-25T23:45:15.941Z Compiling is_terminal_polyfill v1.70.2
4472026-06-25T23:45:15.943Z Compiling anstyle-query v1.1.5
4482026-06-25T23:45:15.959Z Compiling colorchoice v1.0.4
4492026-06-25T23:45:15.959Z Compiling anstyle v1.0.14
4502026-06-25T23:45:16.056Z Compiling fs-err v3.3.0
4512026-06-25T23:45:16.087Z Compiling unicode-xid v0.2.6
4522026-06-25T23:45:16.098Z Compiling anyhow v1.0.102
4532026-06-25T23:45:16.111Z Compiling bytecount v0.6.9
4542026-06-25T23:45:16.130Z Compiling clap_lex v1.0.0
4552026-06-25T23:45:16.226Z Compiling terminal_size v0.4.3
4562026-06-25T23:45:16.229Z Compiling anstream v1.0.0
4572026-06-25T23:45:16.274Z Compiling once_cell v1.21.3
4582026-06-25T23:45:16.304Z Compiling fastrand v2.3.0
4592026-06-25T23:45:16.325Z Compiling unicode-width v0.1.14
4602026-06-25T23:45:16.349Z Compiling heck v0.5.0
4612026-06-25T23:45:16.538Z Compiling semver v1.0.28
4622026-06-25T23:45:16.558Z Compiling fnv v1.0.7
4632026-06-25T23:45:16.577Z Compiling strsim v0.11.1
4642026-06-25T23:45:16.594Z Compiling heck v0.4.1
4652026-06-25T23:45:16.633Z Compiling tempfile v3.25.0
4662026-06-25T23:45:16.650Z Compiling papergrid v0.11.0
4672026-06-25T23:45:16.685Z Compiling memmap v0.7.0
4682026-06-25T23:45:16.852Z Compiling clap_builder v4.6.0
4692026-06-25T23:45:16.873Z Compiling serde-untagged v0.1.9
4702026-06-25T23:45:16.901Z Compiling unicode-width v0.2.0
4712026-06-25T23:45:16.923Z Compiling smawk v0.3.2
4722026-06-25T23:45:16.938Z Compiling unicode-linebreak v0.1.5
4732026-06-25T23:45:16.959Z Compiling camino-tempfile v1.4.1
4742026-06-25T23:45:17.069Z Compiling swrite v0.1.0
4752026-06-25T23:45:17.132Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-06-25T23:45:17.150Z Compiling textwrap v0.16.2
4772026-06-25T23:45:17.460Z Compiling tabled_derive v0.7.0
4782026-06-25T23:45:18.100Z Compiling synstructure v0.13.2
4792026-06-25T23:45:18.100Z Compiling pest_generator v2.8.6
4802026-06-25T23:45:18.134Z Compiling tabled v0.15.0
4812026-06-25T23:45:18.621Z Compiling serde_derive v1.0.228
4822026-06-25T23:45:18.621Z Compiling zerofrom-derive v0.1.6
4832026-06-25T23:45:18.624Z Compiling yoke-derive v0.8.1
4842026-06-25T23:45:18.624Z Compiling zerovec-derive v0.11.2
4852026-06-25T23:45:18.625Z Compiling displaydoc v0.2.5
4862026-06-25T23:45:18.625Z Compiling thiserror-impl v1.0.69
4872026-06-25T23:45:18.641Z Compiling zerocopy-derive v0.7.35
4882026-06-25T23:45:18.675Z Compiling scroll_derive v0.12.1
4892026-06-25T23:45:18.725Z Compiling thiserror-impl v2.0.18
4902026-06-25T23:45:18.728Z Compiling pest_derive v2.8.6
4912026-06-25T23:45:18.762Z Compiling clap_derive v4.6.1
4922026-06-25T23:45:19.437Z Compiling scroll v0.12.0
4932026-06-25T23:45:19.516Z Compiling zerocopy v0.7.35
4942026-06-25T23:45:19.663Z Compiling zerofrom v0.1.6
4952026-06-25T23:45:19.679Z Compiling goblin v0.8.2
4962026-06-25T23:45:19.787Z Compiling yoke v0.8.1
4972026-06-25T23:45:19.859Z Compiling dtrace-parser v0.2.0
4982026-06-25T23:45:19.943Z Compiling zerovec v0.11.5
4992026-06-25T23:45:19.943Z Compiling zerotrie v0.2.3
5002026-06-25T23:45:20.229Z Compiling clap v4.6.1
5012026-06-25T23:45:20.403Z Compiling tinystr v0.8.2
5022026-06-25T23:45:20.403Z Compiling potential_utf v0.1.4
5032026-06-25T23:45:20.533Z Compiling icu_collections v2.1.1
5042026-06-25T23:45:20.563Z Compiling icu_locale_core v2.1.1
5052026-06-25T23:45:21.094Z Compiling icu_provider v2.1.1
5062026-06-25T23:45:21.228Z Compiling toml_datetime v0.6.11
5072026-06-25T23:45:21.228Z Compiling serde_spanned v0.6.9
5082026-06-25T23:45:21.228Z Compiling serde-value v0.7.0
5092026-06-25T23:45:21.228Z Compiling cargo-platform v0.2.0
5102026-06-25T23:45:21.228Z Compiling macaddr v1.0.1
5112026-06-25T23:45:21.245Z Compiling dof v0.3.0
5122026-06-25T23:45:21.248Z Compiling serde_tokenstream v0.2.3
5132026-06-25T23:45:21.311Z Compiling icu_properties v2.1.2
5142026-06-25T23:45:21.314Z Compiling icu_normalizer v2.1.1
5152026-06-25T23:45:21.397Z Compiling toml_edit v0.22.27
5162026-06-25T23:45:21.970Z Compiling usdt-macro v0.5.0
5172026-06-25T23:45:21.973Z Compiling usdt-attr-macro v0.5.0
5182026-06-25T23:45:22.182Z Compiling idna_adapter v1.2.1
5192026-06-25T23:45:22.288Z Compiling idna v1.1.0
5202026-06-25T23:45:22.558Z Compiling url v2.5.8
5212026-06-25T23:45:22.588Z Compiling usdt v0.5.0
5222026-06-25T23:45:22.698Z Compiling toml v0.8.23
5232026-06-25T23:45:23.032Z Compiling cargo-util-schemas v0.8.2
5242026-06-25T23:45:23.032Z Compiling cargo_toml v0.21.0
5252026-06-25T23:45:23.840Z Compiling cargo_metadata v0.21.0
5262026-06-25T23:45:24.776Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5272026-06-25T23:45:26.915Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.08s
5282026-06-25T23:45:27.126Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5292026-06-25T23:45:27.616Z Downloading crates ...
5302026-06-25T23:45:27.709Z Downloaded async-stream-impl v0.3.6
5312026-06-25T23:45:27.712Z Downloaded atty v0.2.14
5322026-06-25T23:45:27.715Z Downloaded adler2 v2.0.1
5332026-06-25T23:45:27.719Z Downloaded ahash v0.8.12
5342026-06-25T23:45:27.722Z Downloaded async-recursion v1.1.1
5352026-06-25T23:45:27.727Z Downloaded chacha20poly1305 v0.10.1
5362026-06-25T23:45:27.729Z Downloaded allocator-api2 v0.2.21
5372026-06-25T23:45:27.732Z Downloaded block-padding v0.3.3
5382026-06-25T23:45:27.732Z Downloaded base16ct v0.2.0
5392026-06-25T23:45:27.735Z Downloaded assert_matches v1.5.0
5402026-06-25T23:45:27.738Z Downloaded atomic-waker v1.1.2
5412026-06-25T23:45:27.738Z Downloaded cipher v0.4.4
5422026-06-25T23:45:27.741Z Downloaded arrayref v0.3.9
5432026-06-25T23:45:27.741Z Downloaded blake2 v0.10.6
5442026-06-25T23:45:27.744Z Downloaded argon2 v0.5.3
5452026-06-25T23:45:27.744Z Downloaded bitflags v1.3.2
5462026-06-25T23:45:27.747Z Downloaded bit-set v0.5.3
5472026-06-25T23:45:27.747Z Downloaded async-stream v0.3.6
5482026-06-25T23:45:27.749Z Downloaded bit-vec v0.8.0
5492026-06-25T23:45:27.753Z Downloaded crucible-workspace-hack v0.1.0
5502026-06-25T23:45:27.755Z Downloaded crossterm v0.28.1
5512026-06-25T23:45:27.758Z Downloaded ecdsa v0.16.9
5522026-06-25T23:45:27.761Z Downloaded bitfield v0.19.4
5532026-06-25T23:45:27.761Z Downloaded bit-set v0.8.0
5542026-06-25T23:45:27.761Z Downloaded bcrypt-pbkdf v0.10.0
5552026-06-25T23:45:27.764Z Downloaded anstream v0.6.21
5562026-06-25T23:45:27.764Z Downloaded bit-vec v0.6.3
5572026-06-25T23:45:27.767Z Downloaded darling_macro v0.13.4
5582026-06-25T23:45:27.767Z Downloaded crunchy v0.2.4
5592026-06-25T23:45:27.767Z Downloaded crc-any v2.5.0
5602026-06-25T23:45:27.769Z Downloaded crossterm v0.29.0
5612026-06-25T23:45:27.772Z Downloaded derive_more v2.1.1
5622026-06-25T23:45:27.779Z Downloaded darling_core v0.13.4
5632026-06-25T23:45:27.782Z Downloaded darling_macro v0.20.11
5642026-06-25T23:45:27.785Z Downloaded critical-section v1.2.0
5652026-06-25T23:45:27.785Z Downloaded crc8 v0.1.1
5662026-06-25T23:45:27.785Z Downloaded ciborium v0.2.2
5672026-06-25T23:45:27.787Z Downloaded convert_case v0.4.0
5682026-06-25T23:45:27.787Z Downloaded bitfield-macros v0.19.4
5692026-06-25T23:45:27.787Z Downloaded cargo-platform v0.3.2
5702026-06-25T23:45:27.790Z Downloaded defmt v0.3.100
5712026-06-25T23:45:27.790Z Downloaded backon v1.6.0
5722026-06-25T23:45:27.793Z Downloaded array-init v0.0.4
5732026-06-25T23:45:27.793Z Downloaded darling v0.23.0
5742026-06-25T23:45:27.795Z Downloaded crc v3.4.0
5752026-06-25T23:45:27.798Z Downloaded ciborium-ll v0.2.2
5762026-06-25T23:45:27.798Z Downloaded arrayvec v0.7.6
5772026-06-25T23:45:27.801Z Downloaded arc-swap v1.8.2
5782026-06-25T23:45:27.804Z Downloaded dtrace-parser v0.3.0
5792026-06-25T23:45:27.804Z Downloaded derive_more-impl v2.1.1
5802026-06-25T23:45:27.806Z Downloaded darling v0.20.11
5812026-06-25T23:45:27.809Z Downloaded bitfield-struct v0.6.2
5822026-06-25T23:45:27.812Z Downloaded darling v0.13.4
5832026-06-25T23:45:27.812Z Downloaded derive_builder_macro v0.20.2
5842026-06-25T23:45:27.815Z Downloaded cstr-argument v0.1.2
5852026-06-25T23:45:27.815Z Downloaded cfg_aliases v0.1.1
5862026-06-25T23:45:27.815Z Downloaded castaway v0.2.4
5872026-06-25T23:45:27.818Z Downloaded cobs v0.3.0
5882026-06-25T23:45:27.818Z Downloaded curve25519-dalek-derive v0.1.1
5892026-06-25T23:45:27.818Z Downloaded ciborium-io v0.2.2
5902026-06-25T23:45:27.821Z Downloaded dirs-next v2.0.0
5912026-06-25T23:45:27.824Z Downloaded compression-core v0.4.31
5922026-06-25T23:45:27.826Z Downloaded document-features v0.2.12
5932026-06-25T23:45:27.829Z Downloaded bb8 v0.8.6
5942026-06-25T23:45:27.829Z Downloaded ascii-canvas v3.0.0
5952026-06-25T23:45:27.832Z Downloaded foreign-types-shared v0.1.1
5962026-06-25T23:45:27.832Z Downloaded defmt-macros v1.0.1
5972026-06-25T23:45:27.835Z Downloaded csv-core v0.1.13
5982026-06-25T23:45:27.835Z Downloaded fixedbitset v0.4.2
5992026-06-25T23:45:27.835Z Downloaded float-cmp v0.10.0
6002026-06-25T23:45:27.838Z Downloaded embedded-io v0.6.1
6012026-06-25T23:45:27.838Z Downloaded foreign-types-macros v0.2.3
6022026-06-25T23:45:27.838Z Downloaded convert_case v0.10.0
6032026-06-25T23:45:27.841Z Downloaded atomicwrites v0.4.4
6042026-06-25T23:45:27.841Z Downloaded cfg_aliases v0.2.1
6052026-06-25T23:45:27.841Z Downloaded display-error-chain v0.2.2
6062026-06-25T23:45:27.841Z Downloaded corncobs v0.1.4
6072026-06-25T23:45:27.851Z Downloaded fd-lock v4.0.4
6082026-06-25T23:45:27.855Z Downloaded embedded-io v0.4.0
6092026-06-25T23:45:27.855Z Downloaded cpufeatures v0.3.0
6102026-06-25T23:45:27.855Z Downloaded downcast-rs v2.0.2
6112026-06-25T23:45:27.855Z Downloaded darling_macro v0.23.0
6122026-06-25T23:45:27.855Z Downloaded defmt-parser v1.0.0
6132026-06-25T23:45:27.855Z Downloaded flagset v0.4.7
6142026-06-25T23:45:27.855Z Downloaded darling_macro v0.21.3
6152026-06-25T23:45:27.855Z Downloaded foreign-types-shared v0.3.1
6162026-06-25T23:45:27.855Z Downloaded foreign-types v0.5.0
6172026-06-25T23:45:27.855Z Downloaded aead v0.5.2
6182026-06-25T23:45:27.859Z Downloaded env_filter v1.0.0
6192026-06-25T23:45:27.859Z Downloaded dsl_auto_type v0.2.0
6202026-06-25T23:45:27.859Z Downloaded dirs-sys-next v0.1.2
6212026-06-25T23:45:27.863Z Downloaded futures-core v0.3.32
6222026-06-25T23:45:27.863Z Downloaded futures-macro v0.3.32
6232026-06-25T23:45:27.863Z Downloaded float-ord v0.3.2
6242026-06-25T23:45:27.867Z Downloaded foreign-types v0.3.2
6252026-06-25T23:45:27.867Z Downloaded chacha20 v0.10.0
6262026-06-25T23:45:27.867Z Downloaded enum-as-inner v0.6.1
6272026-06-25T23:45:27.867Z Downloaded endian-type v0.1.2
6282026-06-25T23:45:27.867Z Downloaded dropshot-api-manager-types v0.7.2
6292026-06-25T23:45:27.870Z Downloaded futures-task v0.3.32
6302026-06-25T23:45:27.870Z Downloaded difflib v0.4.0
6312026-06-25T23:45:27.873Z Downloaded dyn-clone v1.0.20
6322026-06-25T23:45:27.873Z Downloaded diesel_table_macro_syntax v0.3.0
6332026-06-25T23:45:27.873Z Downloaded daft v0.1.7
6342026-06-25T23:45:27.877Z Downloaded futures-io v0.3.32
6352026-06-25T23:45:27.877Z Downloaded gethostname v0.5.0
6362026-06-25T23:45:27.877Z Downloaded futures-sink v0.3.32
6372026-06-25T23:45:27.877Z Downloaded funty v2.0.0
6382026-06-25T23:45:27.880Z Downloaded crc-catalog v2.4.0
6392026-06-25T23:45:27.880Z Downloaded git-stub v1.0.0
6402026-06-25T23:45:27.880Z Downloaded deranged v0.5.8
6412026-06-25T23:45:27.880Z Downloaded dof v0.4.0
6422026-06-25T23:45:27.884Z Downloaded crypto-bigint v0.5.5
6432026-06-25T23:45:27.887Z Downloaded cbc v0.1.2
6442026-06-25T23:45:27.887Z Downloaded globwalk v0.9.1
6452026-06-25T23:45:27.891Z Downloaded ghash v0.5.1
6462026-06-25T23:45:27.891Z Downloaded fxhash v0.2.1
6472026-06-25T23:45:27.891Z Downloaded buf-list v1.1.2
6482026-06-25T23:45:27.891Z Downloaded bcs v0.1.6
6492026-06-25T23:45:27.895Z Downloaded anstyle-parse v0.2.7
6502026-06-25T23:45:27.895Z Downloaded ctr v0.9.2
6512026-06-25T23:45:27.895Z Downloaded hex-literal v0.4.1
6522026-06-25T23:45:27.898Z Downloaded headers-core v0.3.0
6532026-06-25T23:45:27.898Z Downloaded crossbeam-deque v0.8.6
6542026-06-25T23:45:27.898Z Downloaded constant_time_eq v0.4.2
6552026-06-25T23:45:27.902Z Downloaded const_format_proc_macros v0.2.34
6562026-06-25T23:45:27.902Z Downloaded ff v0.13.1
6572026-06-25T23:45:27.902Z Downloaded der_derive v0.7.3
6582026-06-25T23:45:27.905Z Downloaded debug-ignore v1.0.5
6592026-06-25T23:45:27.905Z Downloaded data-encoding v2.10.0
6602026-06-25T23:45:27.905Z Downloaded foldhash v0.2.0
6612026-06-25T23:45:27.909Z Downloaded async-trait v0.1.89
6622026-06-25T23:45:27.909Z Downloaded compression-codecs v0.4.37
6632026-06-25T23:45:27.912Z Downloaded find-msvc-tools v0.1.9
6642026-06-25T23:45:27.912Z Downloaded filetime v0.2.27
6652026-06-25T23:45:27.916Z Downloaded colored v2.2.0
6662026-06-25T23:45:27.916Z Downloaded fallible-iterator v0.2.0
6672026-06-25T23:45:27.916Z Downloaded either v1.15.0
6682026-06-25T23:45:27.919Z Downloaded derive_builder_core v0.20.2
6692026-06-25T23:45:27.919Z Downloaded fixedbitset v0.5.7
6702026-06-25T23:45:27.922Z Downloaded cassowary v0.3.0
6712026-06-25T23:45:27.922Z Downloaded cargo_metadata v0.23.1
6722026-06-25T23:45:27.922Z Downloaded dunce v1.0.5
6732026-06-25T23:45:27.926Z Downloaded http-range v0.1.5
6742026-06-25T23:45:27.926Z Downloaded http-body v1.0.1
6752026-06-25T23:45:27.926Z Downloaded group v0.13.0
6762026-06-25T23:45:27.929Z Downloaded darling v0.21.3
6772026-06-25T23:45:27.932Z Downloaded hostname v0.3.1
6782026-06-25T23:45:27.932Z Downloaded byte-wrapper v0.1.0
6792026-06-25T23:45:27.932Z Downloaded env_logger v0.11.9
6802026-06-25T23:45:27.935Z Downloaded derive_builder v0.20.2
6812026-06-25T23:45:27.938Z Downloaded indent_write v2.2.0
6822026-06-25T23:45:27.938Z Downloaded hostname v0.4.2
6832026-06-25T23:45:27.942Z Downloaded defmt v1.0.1
6842026-06-25T23:45:27.942Z Downloaded hubpack_derive v0.1.1
6852026-06-25T23:45:27.942Z Downloaded hubpack v0.1.2
6862026-06-25T23:45:27.945Z Downloaded foldhash v0.1.5
6872026-06-25T23:45:27.945Z Downloaded futures-executor v0.3.32
6882026-06-25T23:45:27.945Z Downloaded fs_extra v1.3.0
6892026-06-25T23:45:27.948Z Downloaded home v0.5.12
6902026-06-25T23:45:27.948Z Downloaded derive-ex v0.1.8
6912026-06-25T23:45:27.949Z Downloaded cmake v0.1.57
6922026-06-25T23:45:27.952Z Downloaded hash32 v0.2.1
6932026-06-25T23:45:27.952Z Downloaded globset v0.4.18
6942026-06-25T23:45:27.952Z Downloaded illumos-nvpair v0.3.0
6952026-06-25T23:45:27.952Z Downloaded ident_case v1.0.1
6962026-06-25T23:45:27.955Z Downloaded hash32 v0.3.1
6972026-06-25T23:45:27.955Z Downloaded illumos-nvpair-sys v0.2.0
6982026-06-25T23:45:27.955Z Downloaded ena v0.14.4
6992026-06-25T23:45:27.959Z Downloaded glob v0.3.3
7002026-06-25T23:45:27.959Z Downloaded chacha20 v0.9.1
7012026-06-25T23:45:27.959Z Downloaded camino-tempfile-ext v0.3.3
7022026-06-25T23:45:27.962Z Downloaded hyper-tls v0.6.0
7032026-06-25T23:45:27.962Z Downloaded erased-serde v0.3.31
7042026-06-25T23:45:27.962Z Downloaded instant v0.1.13
7052026-06-25T23:45:27.965Z Downloaded instability v0.3.11
7062026-06-25T23:45:27.965Z Downloaded cexpr v0.6.0
7072026-06-25T23:45:27.965Z Downloaded colored v3.1.1
7082026-06-25T23:45:27.969Z Downloaded crossbeam-utils v0.8.21
7092026-06-25T23:45:27.972Z Downloaded crc32fast v1.5.0
7102026-06-25T23:45:27.972Z Downloaded cookie_store v0.22.1
7112026-06-25T23:45:27.972Z Downloaded hex v0.4.3
7122026-06-25T23:45:27.975Z Downloaded clang-sys v1.8.1
7132026-06-25T23:45:27.975Z Downloaded bzip2 v0.6.1
7142026-06-25T23:45:27.979Z Downloaded base64ct v1.8.3
7152026-06-25T23:45:27.979Z Downloaded kstat-rs v0.2.4
7162026-06-25T23:45:27.979Z Downloaded ed25519 v2.2.3
7172026-06-25T23:45:27.982Z Downloaded diff v0.1.13
7182026-06-25T23:45:27.982Z Downloaded lalrpop-util v0.19.12
7192026-06-25T23:45:27.982Z Downloaded is-terminal v0.4.17
7202026-06-25T23:45:27.985Z Downloaded internet-checksum v0.2.1
7212026-06-25T23:45:27.986Z Downloaded cancel-safe-futures v0.1.5
7222026-06-25T23:45:27.986Z Downloaded console v0.15.11
7232026-06-25T23:45:27.989Z Downloaded bzip2 v0.4.4
7242026-06-25T23:45:27.989Z Downloaded inout v0.1.4
7252026-06-25T23:45:27.992Z Downloaded const-oid v0.9.6
7262026-06-25T23:45:27.992Z Downloaded backoff v0.4.0
7272026-06-25T23:45:27.992Z Downloaded diesel-dtrace v0.5.0
7282026-06-25T23:45:27.995Z Downloaded fs-err v2.11.0
7292026-06-25T23:45:27.995Z Downloaded blowfish v0.9.1
7302026-06-25T23:45:27.998Z Downloaded libscf-sys v1.1.0
7312026-06-25T23:45:27.998Z Downloaded derive_more v0.99.20
7322026-06-25T23:45:28.002Z Downloaded lazy_static v1.5.0
7332026-06-25T23:45:28.002Z Downloaded crossbeam-epoch v0.9.18
7342026-06-25T23:45:28.005Z Downloaded keccak v0.1.6
7352026-06-25T23:45:28.005Z Downloaded httpdate v1.0.3
7362026-06-25T23:45:28.009Z Downloaded futures-channel v0.3.32
7372026-06-25T23:45:28.009Z Downloaded linked-hash-map v0.5.6
7382026-06-25T23:45:28.009Z Downloaded aes-gcm v0.10.3
7392026-06-25T23:45:28.012Z Downloaded managed v0.8.0
7402026-06-25T23:45:28.012Z Downloaded match_cfg v0.1.0
7412026-06-25T23:45:28.016Z Downloaded maplit v1.0.2
7422026-06-25T23:45:28.016Z Downloaded lru v0.12.5
7432026-06-25T23:45:28.016Z Downloaded lru-slab v0.1.2
7442026-06-25T23:45:28.016Z Downloaded lru-cache v0.1.2
7452026-06-25T23:45:28.019Z Downloaded memoffset v0.9.1
7462026-06-25T23:45:28.019Z Downloaded humantime v2.3.0
7472026-06-25T23:45:28.019Z Downloaded mime v0.3.17
7482026-06-25T23:45:28.023Z Downloaded half v1.8.3
7492026-06-25T23:45:28.023Z Downloaded indoc v1.0.9
7502026-06-25T23:45:28.026Z Downloaded http-body-util v0.1.3
7512026-06-25T23:45:28.026Z Downloaded md5 v0.7.0
7522026-06-25T23:45:28.026Z Downloaded lzss v0.8.2
7532026-06-25T23:45:28.029Z Downloaded indoc v2.0.7
7542026-06-25T23:45:28.029Z Downloaded daft-derive v0.1.7
7552026-06-25T23:45:28.033Z Downloaded ingot-types v0.1.2
7562026-06-25T23:45:28.033Z Downloaded console v0.16.2
7572026-06-25T23:45:28.038Z Downloaded ipnetwork v0.21.1
7582026-06-25T23:45:28.038Z Downloaded ingot v0.1.1
7592026-06-25T23:45:28.038Z Downloaded async-bb8-diesel v0.2.1
7602026-06-25T23:45:28.042Z Downloaded impl-trait-for-tuples v0.2.3
7612026-06-25T23:45:28.042Z Downloaded is_ci v1.2.0
7622026-06-25T23:45:28.042Z Downloaded git-stub-vcs v0.1.0
7632026-06-25T23:45:28.042Z Downloaded ipnet v2.11.0
7642026-06-25T23:45:28.045Z Downloaded nibble_vec v0.1.0
7652026-06-25T23:45:28.045Z Downloaded nonempty v0.12.0
7662026-06-25T23:45:28.045Z Downloaded newtype-uuid-macros v0.1.0
7672026-06-25T23:45:28.048Z Downloaded multimap v0.10.1
7682026-06-25T23:45:28.048Z Downloaded newline-converter v0.3.0
7692026-06-25T23:45:28.048Z Downloaded new_debug_unreachable v1.0.6
7702026-06-25T23:45:28.048Z Downloaded md-5 v0.10.6
7712026-06-25T23:45:28.052Z Downloaded maybe-uninit v2.0.0
7722026-06-25T23:45:28.052Z Downloaded cookie v0.18.1
7732026-06-25T23:45:28.055Z Downloaded num v0.4.3
7742026-06-25T23:45:28.055Z Downloaded dropshot_endpoint v0.17.0
7752026-06-25T23:45:28.055Z Downloaded des v0.8.1
7762026-06-25T23:45:28.058Z Downloaded derive-where v1.6.0
7772026-06-25T23:45:28.062Z Downloaded fatfs v0.3.6
7782026-06-25T23:45:28.065Z Downloaded highway v1.3.0
7792026-06-25T23:45:28.065Z Downloaded num-conv v0.2.0
7802026-06-25T23:45:28.068Z Downloaded num_threads v0.1.7
7812026-06-25T23:45:28.068Z Downloaded num-iter v0.1.45
7822026-06-25T23:45:28.068Z Downloaded nodrop v0.1.14
7832026-06-25T23:45:28.068Z Downloaded newtype_derive v0.1.6
7842026-06-25T23:45:28.072Z Downloaded num-derive v0.4.2
7852026-06-25T23:45:28.072Z Downloaded jobserver v0.1.34
7862026-06-25T23:45:28.075Z Downloaded num_enum_derive v0.5.11
7872026-06-25T23:45:28.075Z Downloaded libsw v3.5.0
7882026-06-25T23:45:28.075Z Downloaded normalize-line-endings v0.3.0
7892026-06-25T23:45:28.075Z Downloaded hmac v0.12.1
7902026-06-25T23:45:28.078Z Downloaded darling_core v0.21.3
7912026-06-25T23:45:28.081Z Downloaded openssl-probe v0.1.6
7922026-06-25T23:45:28.081Z Downloaded getrandom v0.3.4
7932026-06-25T23:45:28.085Z Downloaded httparse v1.10.1
7942026-06-25T23:45:28.085Z Downloaded getrandom v0.2.17
7952026-06-25T23:45:28.089Z Downloaded libloading v0.8.9
7962026-06-25T23:45:28.089Z Downloaded oso-derive v0.27.3
7972026-06-25T23:45:28.089Z Downloaded openssl-probe v0.2.1
7982026-06-25T23:45:28.092Z Downloaded lock_api v0.4.14
7992026-06-25T23:45:28.092Z Downloaded olpc-cjson v0.1.4
8002026-06-25T23:45:28.092Z Downloaded linear-map v1.2.0
8012026-06-25T23:45:28.093Z Downloaded openssl-macros v0.1.1
8022026-06-25T23:45:28.096Z Downloaded hyper-rustls v0.27.7
8032026-06-25T23:45:28.096Z Downloaded futures v0.3.32
8042026-06-25T23:45:28.099Z Downloaded opaque-debug v0.3.1
8052026-06-25T23:45:28.099Z Downloaded packed_struct_codegen v0.10.1
8062026-06-25T23:45:28.099Z Downloaded bytes v1.11.1
8072026-06-25T23:45:28.107Z Downloaded drift v0.2.0
8082026-06-25T23:45:28.112Z Downloaded half v2.7.1
8092026-06-25T23:45:28.112Z Downloaded const_format v0.2.35
8102026-06-25T23:45:28.117Z Downloaded iana-time-zone v0.1.65
8112026-06-25T23:45:28.117Z Downloaded hyper-staticfile v0.10.1
8122026-06-25T23:45:28.117Z Downloaded base64 v0.21.7
8132026-06-25T23:45:28.123Z Downloaded nanorand v0.7.0
8142026-06-25T23:45:28.123Z Downloaded newtype-uuid v1.3.2
8152026-06-25T23:45:28.123Z Downloaded parse-display v0.10.0
8162026-06-25T23:45:28.129Z Downloaded native-tls v0.2.18
8172026-06-25T23:45:28.129Z Downloaded multer v3.1.0
8182026-06-25T23:45:28.129Z Downloaded pbkdf2 v0.12.2
8192026-06-25T23:45:28.129Z Downloaded flume v0.11.1
8202026-06-25T23:45:28.134Z Downloaded path-slash v0.1.5
8212026-06-25T23:45:28.134Z Downloaded parse-size v1.1.0
8222026-06-25T23:45:28.134Z Downloaded mime_guess v2.0.5
8232026-06-25T23:45:28.134Z Downloaded ingot-macros v0.1.1
8242026-06-25T23:45:28.135Z Downloaded num-complex v0.4.6
8252026-06-25T23:45:28.135Z Downloaded libefi-sys v0.1.0
8262026-06-25T23:45:28.140Z Downloaded pbkdf2 v0.11.0
8272026-06-25T23:45:28.144Z Downloaded num_enum v0.7.6
8282026-06-25T23:45:28.147Z Downloaded num-derive v0.3.3
8292026-06-25T23:45:28.147Z Downloaded peg-runtime v0.8.5
8302026-06-25T23:45:28.147Z Downloaded phf_shared v0.13.1
8312026-06-25T23:45:28.151Z Downloaded phf_shared v0.12.1
8322026-06-25T23:45:28.151Z Downloaded num-integer v0.1.46
8332026-06-25T23:45:28.151Z Downloaded darling_core v0.23.0
8342026-06-25T23:45:28.154Z Downloaded aho-corasick v1.1.4
8352026-06-25T23:45:28.158Z Downloaded pin-utils v0.1.0
8362026-06-25T23:45:28.158Z Downloaded phf_shared v0.11.3
8372026-06-25T23:45:28.158Z Downloaded num_enum v0.5.11
8382026-06-25T23:45:28.161Z Downloaded num-rational v0.4.2
8392026-06-25T23:45:28.165Z Downloaded nu-ansi-term v0.50.3
8402026-06-25T23:45:28.165Z Downloaded owo-colors v4.3.0
8412026-06-25T23:45:28.165Z Downloaded oxide-tokio-rt v0.1.4
8422026-06-25T23:45:28.169Z Downloaded num_enum_derive v0.7.6
8432026-06-25T23:45:28.169Z Downloaded ignore v0.4.25
8442026-06-25T23:45:28.169Z Downloaded litrs v1.0.0
8452026-06-25T23:45:28.172Z Downloaded libsw-core v0.3.2
8462026-06-25T23:45:28.172Z Downloaded precomputed-hash v0.1.1
8472026-06-25T23:45:28.176Z Downloaded powerfmt v0.2.0
8482026-06-25T23:45:28.176Z Downloaded packed_struct v0.10.1
8492026-06-25T23:45:28.179Z Downloaded oxnet v0.1.6
8502026-06-25T23:45:28.179Z Downloaded proc-macro-crate v1.3.1
8512026-06-25T23:45:28.182Z Downloaded predicates-tree v1.0.13
8522026-06-25T23:45:28.185Z Downloaded headers v0.4.1
8532026-06-25T23:45:28.189Z Downloaded heapless v0.8.0
8542026-06-25T23:45:28.192Z Downloaded proc-macro-crate v3.4.0
8552026-06-25T23:45:28.204Z Downloaded psl-types v2.0.11
8562026-06-25T23:45:28.207Z Downloaded progenitor-client v0.14.0
8572026-06-25T23:45:28.207Z Downloaded ar_archive_writer v0.5.1
8582026-06-25T23:45:28.211Z Downloaded rand_chacha v0.3.1
8592026-06-25T23:45:28.211Z Downloaded der v0.7.10
8602026-06-25T23:45:28.214Z Downloaded pem v3.0.6
8612026-06-25T23:45:28.214Z Downloaded progenitor-macro v0.14.0
8622026-06-25T23:45:28.214Z Downloaded peg v0.8.5
8632026-06-25T23:45:28.217Z Downloaded radium v0.7.0
8642026-06-25T23:45:28.217Z Downloaded progenitor-macro v0.13.0
8652026-06-25T23:45:28.220Z Downloaded flate2 v1.1.9
8662026-06-25T23:45:28.223Z Downloaded pin-project-lite v0.2.17
8672026-06-25T23:45:28.226Z Downloaded password-hash v0.4.2
8682026-06-25T23:45:28.226Z Downloaded phf v0.13.1
8692026-06-25T23:45:28.226Z Downloaded base64 v0.22.1
8702026-06-25T23:45:28.229Z Downloaded quick-error v1.2.3
8712026-06-25T23:45:28.233Z Downloaded pin-project-internal v1.1.11
8722026-06-25T23:45:28.233Z Downloaded peg-macros v0.8.5
8732026-06-25T23:45:28.233Z Downloaded darling_core v0.20.11
8742026-06-25T23:45:28.236Z Downloaded pkg-config v0.3.32
8752026-06-25T23:45:28.239Z Downloaded password-hash v0.5.0
8762026-06-25T23:45:28.239Z Downloaded proc-macro-error-attr2 v2.0.0
8772026-06-25T23:45:28.239Z Downloaded predicates-core v1.0.10
8782026-06-25T23:45:28.239Z Downloaded pem-rfc7468 v0.7.0
8792026-06-25T23:45:28.243Z Downloaded rand_xorshift v0.4.0
8802026-06-25T23:45:28.243Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-06-25T23:45:28.243Z Downloaded recursive v0.1.1
8822026-06-25T23:45:28.243Z Downloaded pkcs8 v0.10.2
8832026-06-25T23:45:28.246Z Downloaded ref-cast-impl v1.0.25
8842026-06-25T23:45:28.246Z Downloaded ref-cast v1.0.25
8852026-06-25T23:45:28.249Z Downloaded ppv-lite86 v0.2.21
8862026-06-25T23:45:28.249Z Downloaded parking_lot v0.11.2
8872026-06-25T23:45:28.253Z Downloaded parse-display-derive v0.10.0
8882026-06-25T23:45:28.253Z Downloaded parking_lot v0.12.5
8892026-06-25T23:45:28.254Z Downloaded omicron-zone-package v0.12.2
8902026-06-25T23:45:28.257Z Downloaded memmap2 v0.9.10
8912026-06-25T23:45:28.257Z Downloaded postgres-protocol v0.6.10
8922026-06-25T23:45:28.260Z Downloaded polyval v0.6.2
8932026-06-25T23:45:28.260Z Downloaded predicates v3.1.4
8942026-06-25T23:45:28.264Z Downloaded progenitor-extras v0.2.0
8952026-06-25T23:45:28.264Z Downloaded progenitor v0.13.0
8962026-06-25T23:45:28.264Z Downloaded proc-macro-error2 v2.0.1
8972026-06-25T23:45:28.266Z Downloaded rustc-hash v2.1.1
8982026-06-25T23:45:28.269Z Downloaded rustc_version v0.1.7
8992026-06-25T23:45:28.269Z Downloaded ed25519-dalek v2.2.0
9002026-06-25T23:45:28.269Z Downloaded rtoolbox v0.0.3
9012026-06-25T23:45:28.272Z Downloaded parking_lot_core v0.9.12
9022026-06-25T23:45:28.272Z Downloaded rfc6979 v0.4.0
9032026-06-25T23:45:28.276Z Downloaded primeorder v0.13.6
9042026-06-25T23:45:28.276Z Downloaded parking_lot_core v0.8.6
9052026-06-25T23:45:28.276Z Downloaded compact_str v0.8.1
9062026-06-25T23:45:28.279Z Downloaded libbz2-rs-sys v0.2.2
9072026-06-25T23:45:28.279Z Downloaded cc v1.2.56
9082026-06-25T23:45:28.282Z Downloaded indicatif v0.18.4
9092026-06-25T23:45:28.286Z Downloaded async-compression v0.4.41
9102026-06-25T23:45:28.289Z Downloaded russh-cryptovec v0.7.3
9112026-06-25T23:45:28.289Z Downloaded psm v0.1.30
9122026-06-25T23:45:28.293Z Downloaded progenitor-client v0.13.0
9132026-06-25T23:45:28.293Z Downloaded rand_chacha v0.9.0
9142026-06-25T23:45:28.293Z Downloaded phf v0.12.1
9152026-06-25T23:45:28.293Z Downloaded paste v1.0.15
9162026-06-25T23:45:28.296Z Downloaded indexmap v1.9.3
9172026-06-25T23:45:28.299Z Downloaded rustc_version v0.4.1
9182026-06-25T23:45:28.300Z Downloaded hickory-resolver v0.25.2
9192026-06-25T23:45:28.303Z Downloaded hickory-resolver v0.24.4
9202026-06-25T23:45:28.303Z Downloaded elliptic-curve v0.13.8
9212026-06-25T23:45:28.306Z Downloaded r2d2 v0.8.10
9222026-06-25T23:45:28.309Z Downloaded rand_core v0.6.4
9232026-06-25T23:45:28.312Z Downloaded expectorate v1.2.0
9242026-06-25T23:45:28.312Z Downloaded poly1305 v0.8.0
9252026-06-25T23:45:28.315Z Downloaded papergrid v0.17.0
9262026-06-25T23:45:28.319Z Downloaded crossbeam-channel v0.5.15
9272026-06-25T23:45:28.322Z Downloaded salsa20 v0.10.2
9282026-06-25T23:45:28.322Z Downloaded rand_seeder v0.4.0
9292026-06-25T23:45:28.322Z Downloaded sapling-renderdag v0.1.0
9302026-06-25T23:45:28.326Z Downloaded same-file v1.0.6
9312026-06-25T23:45:28.326Z Downloaded scroll_derive v0.13.1
9322026-06-25T23:45:28.326Z Downloaded miniz_oxide v0.8.9
9332026-06-25T23:45:28.330Z Downloaded heapless v0.7.17
9342026-06-25T23:45:28.330Z Downloaded bumpalo v3.20.2
9352026-06-25T23:45:28.333Z Downloaded scopeguard v1.2.0
9362026-06-25T23:45:28.337Z Downloaded secrecy v0.10.3
9372026-06-25T23:45:28.337Z Downloaded pkcs5 v0.7.1
9382026-06-25T23:45:28.341Z Downloaded seq-macro v0.3.6
9392026-06-25T23:45:28.341Z Downloaded postgres-types v0.2.12
9402026-06-25T23:45:28.344Z Downloaded pkcs1 v0.7.5
9412026-06-25T23:45:28.344Z Downloaded progenitor v0.14.0
9422026-06-25T23:45:28.344Z Downloaded resolv-conf v0.7.6
9432026-06-25T23:45:28.347Z Downloaded scheduled-thread-pool v0.2.7
9442026-06-25T23:45:28.370Z Downloaded semver v0.1.20
9452026-06-25T23:45:28.370Z Downloaded hashbrown v0.12.3
9462026-06-25T23:45:28.370Z Downloaded serde_bytes v0.11.19
9472026-06-25T23:45:28.370Z Downloaded serde-big-array v0.5.1
9482026-06-25T23:45:28.370Z Downloaded pin-project v1.1.11
9492026-06-25T23:45:28.371Z Downloaded rand_core v0.9.5
9502026-06-25T23:45:28.371Z Downloaded aes v0.8.4
9512026-06-25T23:45:28.374Z Downloaded quinn-udp v0.5.14
9522026-06-25T23:45:28.374Z Downloaded rustls-pemfile v1.0.4
9532026-06-25T23:45:28.378Z Downloaded diesel_derives v2.3.7
9542026-06-25T23:45:28.382Z Downloaded serde_urlencoded v0.7.1
9552026-06-25T23:45:28.382Z Downloaded shell-words v1.1.1
9562026-06-25T23:45:28.382Z Downloaded serde_spanned v1.0.4
9572026-06-25T23:45:28.385Z Downloaded rustls-native-certs v0.8.3
9582026-06-25T23:45:28.385Z Downloaded serde_plain v1.0.2
9592026-06-25T23:45:28.388Z Downloaded sha1 v0.10.6
9602026-06-25T23:45:28.388Z Downloaded signature v2.2.0
9612026-06-25T23:45:28.388Z Downloaded openssl-sys v0.9.115
9622026-06-25T23:45:28.392Z Downloaded sigpipe v0.1.3
9632026-06-25T23:45:28.395Z Downloaded rustls-pemfile v2.2.0
9642026-06-25T23:45:28.395Z Downloaded rusty-fork v0.3.1
9652026-06-25T23:45:28.398Z Downloaded jiff-static v0.2.21
9662026-06-25T23:45:28.398Z Downloaded rand_core v0.10.0
9672026-06-25T23:45:28.398Z Downloaded postcard v1.1.3
9682026-06-25T23:45:28.402Z Downloaded signal-hook-mio v0.2.5
9692026-06-25T23:45:28.407Z Downloaded slog-bunyan v2.5.0
9702026-06-25T23:45:28.410Z Downloaded siphasher v1.0.2
9712026-06-25T23:45:28.410Z Downloaded signal-hook-tokio v0.3.1
9722026-06-25T23:45:28.414Z Downloaded schemars_derive v0.8.22
9732026-06-25T23:45:28.414Z Downloaded hashbrown v0.13.2
9742026-06-25T23:45:28.417Z Downloaded hyper-util v0.1.20
9752026-06-25T23:45:28.420Z Downloaded secrecy v0.8.0
9762026-06-25T23:45:28.421Z Downloaded prefix-trie v0.7.0
9772026-06-25T23:45:28.424Z Downloaded scroll v0.13.0
9782026-06-25T23:45:28.424Z Downloaded oso v0.27.3
9792026-06-25T23:45:28.427Z Downloaded sct v0.7.1
9802026-06-25T23:45:28.427Z Downloaded slog-envlogger v2.2.0
9812026-06-25T23:45:28.431Z Downloaded sec1 v0.7.3
9822026-06-25T23:45:28.431Z Downloaded scrypt v0.11.0
9832026-06-25T23:45:28.435Z Downloaded progenitor-impl v0.13.0
9842026-06-25T23:45:28.442Z Downloaded serde_derive_internals v0.29.1
9852026-06-25T23:45:28.445Z Downloaded serde-hex v0.1.0
9862026-06-25T23:45:28.445Z Downloaded serde_with_macros v1.5.2
9872026-06-25T23:45:28.445Z Downloaded russh-keys v0.45.0
9882026-06-25T23:45:28.453Z Downloaded serde_path_to_error v0.1.20
9892026-06-25T23:45:28.456Z Downloaded rustversion v1.0.22
9902026-06-25T23:45:28.460Z Downloaded ssh-encoding v0.2.0
9912026-06-25T23:45:28.464Z Downloaded sqlparser_derive v0.5.0
9922026-06-25T23:45:28.464Z Downloaded ssh-cipher v0.2.0
9932026-06-25T23:45:28.467Z Downloaded rustls-pki-types v1.14.0
9942026-06-25T23:45:28.470Z Downloaded serde_repr v0.1.20
9952026-06-25T23:45:28.471Z Downloaded strsim v0.10.0
9962026-06-25T23:45:28.474Z Downloaded p256 v0.13.2
9972026-06-25T23:45:28.477Z Downloaded strip-ansi-escapes v0.2.1
9982026-06-25T23:45:28.480Z Downloaded simd-adler32 v0.3.8
9992026-06-25T23:45:28.480Z Downloaded shlex v1.3.0
10002026-06-25T23:45:28.490Z Downloaded structmeta v0.3.0
10012026-06-25T23:45:28.494Z Downloaded strum v0.27.2
10022026-06-25T23:45:28.494Z Downloaded strum v0.26.3
10032026-06-25T23:45:28.494Z Downloaded structmeta-derive v0.3.0
10042026-06-25T23:45:28.494Z Downloaded slog-async v2.8.0
10052026-06-25T23:45:28.497Z Downloaded slab v0.4.12
10062026-06-25T23:45:28.497Z Downloaded mio v1.2.0
10072026-06-25T23:45:28.501Z Downloaded slog-scope v4.4.1
10082026-06-25T23:45:28.501Z Downloaded signal-hook-registry v1.4.8
10092026-06-25T23:45:28.505Z Downloaded slog-term v2.9.2
10102026-06-25T23:45:28.508Z Downloaded sync_wrapper v1.0.2
10112026-06-25T23:45:28.508Z Downloaded pretty_assertions v1.4.1
10122026-06-25T23:45:28.512Z Downloaded supports-color v3.0.2
10132026-06-25T23:45:28.512Z Downloaded subtle v2.6.1
10142026-06-25T23:45:28.512Z Downloaded tagptr v0.2.0
10152026-06-25T23:45:28.515Z Downloaded num-bigint v0.4.6
10162026-06-25T23:45:28.515Z Downloaded tabwriter v1.4.1
10172026-06-25T23:45:28.518Z Downloaded termtree v0.5.1
10182026-06-25T23:45:28.518Z Downloaded take_mut v0.2.2
10192026-06-25T23:45:28.518Z Downloaded slog-stdlog v4.1.1
10202026-06-25T23:45:28.522Z Downloaded sync-ptr v0.1.4
10212026-06-25T23:45:28.522Z Downloaded slog-json v2.6.1
10222026-06-25T23:45:28.525Z Downloaded minimal-lexical v0.2.1
10232026-06-25T23:45:28.529Z Downloaded ron v0.8.1
10242026-06-25T23:45:28.533Z Downloaded tap v1.0.1
10252026-06-25T23:45:28.533Z Downloaded thiserror-impl-no-std v2.0.2
10262026-06-25T23:45:28.533Z Downloaded progenitor-impl v0.14.0
10272026-06-25T23:45:28.537Z Downloaded spki v0.7.3
10282026-06-25T23:45:28.537Z Downloaded testing_table v0.3.0
10292026-06-25T23:45:28.537Z Downloaded smf v0.2.3
10302026-06-25T23:45:28.537Z Downloaded tabled_derive v0.11.0
10312026-06-25T23:45:28.540Z Downloaded serde_cbor v0.11.2
10322026-06-25T23:45:28.540Z Downloaded rustls-platform-verifier v0.6.2
10332026-06-25T23:45:28.547Z Downloaded stacker v0.1.23
10342026-06-25T23:45:28.550Z Downloaded sqlformat v0.3.5
10352026-06-25T23:45:28.553Z Downloaded dropshot-api-manager v0.7.2
10362026-06-25T23:45:28.556Z Downloaded string_cache v0.8.9
10372026-06-25T23:45:28.557Z Downloaded serde_with_macros v3.17.0
10382026-06-25T23:45:28.560Z Downloaded tinyvec_macros v0.1.1
10392026-06-25T23:45:28.560Z Downloaded stringprep v0.1.5
10402026-06-25T23:45:28.560Z Downloaded static_assertions v1.1.0
10412026-06-25T23:45:28.563Z Downloaded time-core v0.1.8
10422026-06-25T23:45:28.563Z Downloaded thread-id v5.1.0
10432026-06-25T23:45:28.566Z Downloaded tokio-macros v2.7.0
10442026-06-25T23:45:28.570Z Downloaded rcgen v0.12.1
10452026-06-25T23:45:28.573Z Downloaded rayon-core v1.13.0
10462026-06-25T23:45:28.576Z Downloaded schemars v0.8.22
10472026-06-25T23:45:28.581Z Downloaded support-bundle-viewer v0.1.2
10482026-06-25T23:45:28.584Z Downloaded strum_macros v0.27.2
10492026-06-25T23:45:28.585Z Downloaded strum_macros v0.26.4
10502026-06-25T23:45:28.588Z Downloaded hickory-server v0.25.2
10512026-06-25T23:45:28.588Z Downloaded prettyplease v0.2.37
10522026-06-25T23:45:28.591Z Downloaded smallvec v0.6.14
10532026-06-25T23:45:28.595Z Downloaded slog-dtrace v0.3.0
10542026-06-25T23:45:28.595Z Downloaded strum_macros v0.24.3
10552026-06-25T23:45:28.598Z Downloaded hashbrown v0.15.5
10562026-06-25T23:45:28.604Z Downloaded snafu-derive v0.8.9
10572026-06-25T23:45:28.607Z Downloaded publicsuffix v2.3.0
10582026-06-25T23:45:28.611Z Downloaded quinn v0.11.9
10592026-06-25T23:45:28.611Z Downloaded termios v0.3.3
10602026-06-25T23:45:28.615Z Downloaded tower-service v0.3.3
10612026-06-25T23:45:28.619Z Downloaded rand v0.8.6
10622026-06-25T23:45:28.619Z Downloaded itertools v0.10.5
10632026-06-25T23:45:28.623Z Downloaded spin v0.9.8
10642026-06-25T23:45:28.626Z Downloaded thiserror-no-std v2.0.2
10652026-06-25T23:45:28.627Z Downloaded http v1.4.0
10662026-06-25T23:45:28.630Z Downloaded qorb v0.4.1
10672026-06-25T23:45:28.633Z Downloaded tls_codec_derive v0.4.2
10682026-06-25T23:45:28.633Z Downloaded tls_codec v0.4.2
10692026-06-25T23:45:28.636Z Downloaded libxml v0.3.3
10702026-06-25T23:45:28.639Z Downloaded try-lock v0.2.5
10712026-06-25T23:45:28.640Z Downloaded trait-variant v0.1.2
10722026-06-25T23:45:28.640Z Downloaded topological-sort v0.2.2
10732026-06-25T23:45:28.644Z Downloaded tokio-dtrace v0.1.1
10742026-06-25T23:45:28.644Z Downloaded tower-layer v0.3.3
10752026-06-25T23:45:28.644Z Downloaded unarray v0.1.4
10762026-06-25T23:45:28.647Z Downloaded tokio-native-tls v0.3.1
10772026-06-25T23:45:28.647Z Downloaded tiny-keccak v2.0.2
10782026-06-25T23:45:28.651Z Downloaded tokio-rustls v0.25.0
10792026-06-25T23:45:28.655Z Downloaded ryu v1.0.23
10802026-06-25T23:45:28.658Z Downloaded untrusted v0.7.1
10812026-06-25T23:45:28.661Z Downloaded similar v2.7.0
10822026-06-25T23:45:28.664Z Downloaded unicode-truncate v1.1.0
10832026-06-25T23:45:28.664Z Downloaded typify-macro v0.6.2
10842026-06-25T23:45:28.668Z Downloaded slog v2.8.2
10852026-06-25T23:45:28.668Z Downloaded unit-prefix v0.5.2
10862026-06-25T23:45:28.668Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10872026-06-25T23:45:28.671Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10882026-06-25T23:45:28.671Z Downloaded signal-hook v0.3.18
10892026-06-25T23:45:28.674Z Downloaded utf-8 v0.7.6
10902026-06-25T23:45:28.674Z Downloaded usdt-macro v0.6.0
10912026-06-25T23:45:28.675Z Downloaded universal-hash v0.5.1
10922026-06-25T23:45:28.675Z Downloaded hashbrown v0.16.1
10932026-06-25T23:45:28.678Z Downloaded schemars v0.9.0
10942026-06-25T23:45:28.684Z Downloaded untrusted v0.9.0
10952026-06-25T23:45:28.687Z Downloaded toml_writer v1.0.6+spec-1.1.0
10962026-06-25T23:45:28.687Z Downloaded thread_local v1.1.9
10972026-06-25T23:45:28.687Z Downloaded term v1.2.1
10982026-06-25T23:45:28.691Z Downloaded tokio-tungstenite v0.21.0
10992026-06-25T23:45:28.694Z Downloaded iri-string v0.7.10
11002026-06-25T23:45:28.697Z Downloaded want v0.3.1
11012026-06-25T23:45:28.697Z Downloaded void v1.0.2
11022026-06-25T23:45:28.697Z Downloaded nom v7.1.3
11032026-06-25T23:45:28.702Z Downloaded tokio-tungstenite v0.23.1
11042026-06-25T23:45:28.705Z Downloaded usdt-attr-macro v0.6.0
11052026-06-25T23:45:28.706Z Downloaded usdt v0.6.0
11062026-06-25T23:45:28.706Z Downloaded serde_yaml v0.9.34+deprecated
11072026-06-25T23:45:28.706Z Downloaded time-macros v0.2.27
11082026-06-25T23:45:28.709Z Downloaded rand v0.9.2
11092026-06-25T23:45:28.709Z Downloaded wait-timeout v0.2.1
11102026-06-25T23:45:28.709Z Downloaded term v0.7.0
11112026-06-25T23:45:28.713Z Downloaded num-bigint-dig v0.8.6
11122026-06-25T23:45:28.716Z Downloaded itertools v0.12.1
11132026-06-25T23:45:28.719Z Downloaded samael v0.0.19
11142026-06-25T23:45:28.722Z Downloaded socket2 v0.5.10
11152026-06-25T23:45:28.726Z Downloaded unicase v2.9.0
11162026-06-25T23:45:28.729Z Downloaded xattr v1.6.1
11172026-06-25T23:45:28.733Z Downloaded waitgroup v0.1.2
11182026-06-25T23:45:28.733Z Downloaded tui-tree-widget v0.23.1
11192026-06-25T23:45:28.742Z Downloaded schemars v1.2.1
11202026-06-25T23:45:28.751Z Downloaded xshell-macros v0.2.7
11212026-06-25T23:45:28.754Z Downloaded zeroize_derive v1.4.3
11222026-06-25T23:45:28.757Z Downloaded subprocess v0.2.15
11232026-06-25T23:45:28.760Z Downloaded nom v8.0.0
11242026-06-25T23:45:28.764Z Downloaded tokio-stream v0.1.18
11252026-06-25T23:45:28.764Z Downloaded hyper v1.8.1
11262026-06-25T23:45:28.768Z Downloaded zone v0.3.1
11272026-06-25T23:45:28.771Z Downloaded toml_parser v1.0.9+spec-1.1.0
11282026-06-25T23:45:28.771Z Downloaded vergen-lib v9.1.0
11292026-06-25T23:45:28.774Z Downloaded uzers v0.12.2
11302026-06-25T23:45:28.774Z Downloaded test-strategy v0.4.5
11312026-06-25T23:45:28.777Z Downloaded vsss-rs v3.3.4
11322026-06-25T23:45:28.777Z Downloaded itertools v0.14.0
11332026-06-25T23:45:28.781Z Downloaded whoami v2.1.0
11342026-06-25T23:45:28.784Z Downloaded whoami v1.6.1
11352026-06-25T23:45:28.784Z Downloaded rand v0.10.0
11362026-06-25T23:45:28.787Z Downloaded libm v0.2.16
11372026-06-25T23:45:28.790Z Downloaded futures-util v0.3.32
11382026-06-25T23:45:28.798Z Downloaded vergen-gitcl v1.0.8
11392026-06-25T23:45:28.801Z Downloaded rustls-webpki v0.103.9
11402026-06-25T23:45:28.801Z Downloaded twox-hash v2.1.2
11412026-06-25T23:45:28.804Z Downloaded tokio-rustls v0.24.1
11422026-06-25T23:45:28.804Z Downloaded socket2 v0.6.3
11432026-06-25T23:45:28.808Z Downloaded rsa v0.9.10
11442026-06-25T23:45:28.808Z Downloaded walkdir v2.5.0
11452026-06-25T23:45:28.811Z Downloaded tracing-attributes v0.1.31
11462026-06-25T23:45:28.811Z Downloaded tinyvec v1.10.0
11472026-06-25T23:45:28.814Z Downloaded vergen-git2 v9.1.0
11482026-06-25T23:45:28.814Z Downloaded tokio-rustls v0.26.4
11492026-06-25T23:45:28.815Z Downloaded snafu v0.8.9
11502026-06-25T23:45:28.830Z Downloaded xshell v0.2.7
11512026-06-25T23:45:28.830Z Downloaded unicode-properties v0.1.4
11522026-06-25T23:45:28.833Z Downloaded zeroize v1.8.2
11532026-06-25T23:45:28.837Z Downloaded wyz v0.5.1
11542026-06-25T23:45:28.837Z Downloaded vergen v9.1.0
11552026-06-25T23:45:28.840Z Downloaded vergen-lib v0.1.6
11562026-06-25T23:45:28.840Z Downloaded toml v1.0.6+spec-1.1.0
11572026-06-25T23:45:28.844Z Downloaded zstd v0.13.3
11582026-06-25T23:45:28.844Z Downloaded steno v0.4.1
11592026-06-25T23:45:28.847Z Downloaded zone_cfg_derive v0.3.1
11602026-06-25T23:45:28.847Z Downloaded tar v0.4.45
11612026-06-25T23:45:28.851Z Downloaded hkdf v0.12.4
11622026-06-25T23:45:28.851Z Downloaded p521 v0.13.3
11632026-06-25T23:45:28.854Z Downloaded itertools v0.13.0
11642026-06-25T23:45:28.857Z Downloaded usdt-impl v0.6.0
11652026-06-25T23:45:28.860Z Downloaded toml v0.7.8
11662026-06-25T23:45:28.860Z Downloaded zstd-safe v7.2.4
11672026-06-25T23:45:28.863Z Downloaded unicode-bidi v0.3.18
11682026-06-25T23:45:28.864Z Downloaded russh v0.45.0
11692026-06-25T23:45:28.867Z Downloaded yasna v0.5.2
11702026-06-25T23:45:28.875Z Downloaded unsafe-libyaml v0.2.11
11712026-06-25T23:45:28.878Z Downloaded iddqd v0.4.2
11722026-06-25T23:45:28.884Z Downloaded toml_edit v0.23.10+spec-1.0.0
11732026-06-25T23:45:28.887Z Downloaded tracing-core v0.1.36
11742026-06-25T23:45:28.890Z Downloaded h2 v0.4.13
11752026-06-25T23:45:28.900Z Downloaded zerocopy v0.6.6
11762026-06-25T23:45:28.907Z Downloaded tokio-postgres v0.7.16
11772026-06-25T23:45:28.910Z Downloaded typify v0.6.2
11782026-06-25T23:45:28.914Z Downloaded reedline v0.40.0
11792026-06-25T23:45:28.917Z Downloaded vte v0.14.1
11802026-06-25T23:45:28.920Z Downloaded serde_with v1.14.0
11812026-06-25T23:45:28.923Z Downloaded uuid v1.23.0
11822026-06-25T23:45:28.924Z Downloaded blake3 v1.8.5
11832026-06-25T23:45:28.928Z Downloaded tungstenite v0.23.0
11842026-06-25T23:45:28.931Z Downloaded aws-lc-rs v1.16.3
11852026-06-25T23:45:28.939Z Downloaded rustyline v14.0.0
11862026-06-25T23:45:28.951Z Downloaded tungstenite v0.21.0
11872026-06-25T23:45:28.959Z Downloaded zopfli v0.8.3
11882026-06-25T23:45:28.963Z Downloaded bitvec v1.0.1
11892026-06-25T23:45:28.970Z Downloaded rpassword v7.4.0
11902026-06-25T23:45:28.973Z Downloaded zip v0.6.6
11912026-06-25T23:45:28.986Z Downloaded p384 v0.13.1
11922026-06-25T23:45:28.990Z Downloaded regex v1.12.3
11932026-06-25T23:45:28.993Z Downloaded git2 v0.20.4
11942026-06-25T23:45:28.997Z Downloaded typed-path v0.9.3
11952026-06-25T23:45:29.002Z Downloaded yansi v1.0.1
11962026-06-25T23:45:29.005Z Downloaded reqwest v0.12.28
11972026-06-25T23:45:29.009Z Downloaded goblin v0.10.5
11982026-06-25T23:45:29.016Z Downloaded toml_edit v0.19.15
11992026-06-25T23:45:29.034Z Downloaded rayon v1.11.0
12002026-06-25T23:45:29.039Z Downloaded unicode_categories v0.1.1
12012026-06-25T23:45:29.042Z Downloaded portable-atomic v1.13.1
12022026-06-25T23:45:29.046Z Downloaded zerocopy-derive v0.8.40
12032026-06-25T23:45:29.051Z Downloaded chrono v0.4.44
12042026-06-25T23:45:29.056Z Downloaded bindgen v0.71.1
12052026-06-25T23:45:29.063Z Downloaded ssh-key v0.6.7
12062026-06-25T23:45:29.067Z Downloaded rustls-webpki v0.101.7
12072026-06-25T23:45:29.076Z Downloaded x509-cert v0.2.5
12082026-06-25T23:45:29.080Z Downloaded reqwest v0.13.2
12092026-06-25T23:45:29.083Z Downloaded unicode-segmentation v1.12.0
12102026-06-25T23:45:29.087Z Downloaded unicode-normalization v0.1.25
12112026-06-25T23:45:29.087Z Downloaded moka v0.12.13
12122026-06-25T23:45:29.091Z Downloaded lalrpop v0.19.12
12132026-06-25T23:45:29.097Z Downloaded tower v0.5.3
12142026-06-25T23:45:29.108Z Downloaded curve25519-dalek v4.1.3
12152026-06-25T23:45:29.113Z Downloaded salty v0.3.0
12162026-06-25T23:45:29.120Z Downloaded rustls-webpki v0.102.8
12172026-06-25T23:45:29.131Z Downloaded zip v4.6.1
12182026-06-25T23:45:29.135Z Downloaded tower-http v0.6.8
12192026-06-25T23:45:29.138Z Downloaded tough v0.22.0
12202026-06-25T23:45:29.142Z Downloaded petname v2.0.2
12212026-06-25T23:45:29.147Z Downloaded tokio-util v0.7.18
12222026-06-25T23:45:29.150Z Downloaded serde_with v3.17.0
12232026-06-25T23:45:29.156Z Downloaded proptest v1.10.0
12242026-06-25T23:45:29.162Z Downloaded object v0.30.4
12252026-06-25T23:45:29.165Z Downloaded quick-xml v0.37.5
12262026-06-25T23:45:29.169Z Downloaded quinn-proto v0.11.13
12272026-06-25T23:45:29.174Z Downloaded radix_trie v0.2.1
12282026-06-25T23:45:29.196Z Downloaded nix v0.27.1
12292026-06-25T23:45:29.202Z Downloaded polar-core v0.27.3
12302026-06-25T23:45:29.218Z Downloaded openssl v0.10.79
12312026-06-25T23:45:29.224Z Downloaded winnow v0.6.26
12322026-06-25T23:45:29.229Z Downloaded winnow v0.5.40
12332026-06-25T23:45:29.234Z Downloaded bstr v1.12.1
12342026-06-25T23:45:29.239Z Downloaded rustls v0.21.12
12352026-06-25T23:45:29.257Z Downloaded nix v0.28.0
12362026-06-25T23:45:29.264Z Downloaded time v0.3.47
12372026-06-25T23:45:29.271Z Downloaded hickory-proto v0.24.4
12382026-06-25T23:45:29.281Z Downloaded regex-syntax v0.6.29
12392026-06-25T23:45:29.285Z Downloaded dropshot v0.17.0
12402026-06-25T23:45:29.298Z Downloaded zlib-rs v0.6.2
12412026-06-25T23:45:29.302Z Downloaded zerocopy v0.8.40
12422026-06-25T23:45:29.306Z Downloaded rustls v0.22.4
12432026-06-25T23:45:29.314Z Downloaded vcpkg v0.2.15
12442026-06-25T23:45:29.346Z Downloaded webpki-roots v1.0.6
12452026-06-25T23:45:29.351Z Downloaded regress v0.10.5
12462026-06-25T23:45:29.360Z Downloaded regex-syntax v0.8.10
12472026-06-25T23:45:29.365Z Downloaded object v0.37.3
12482026-06-25T23:45:29.372Z Downloaded rustls v0.23.37
12492026-06-25T23:45:29.380Z Downloaded openapiv3 v2.2.0
12502026-06-25T23:45:29.386Z Downloaded nix v0.31.2
12512026-06-25T23:45:29.393Z Downloaded regress v0.11.1
12522026-06-25T23:45:29.399Z Downloaded smoltcp v0.11.0
12532026-06-25T23:45:29.406Z Downloaded smoltcp v0.9.1
12542026-06-25T23:45:29.413Z Downloaded hickory-proto v0.25.2
12552026-06-25T23:45:29.423Z Downloaded tracing v0.1.44
12562026-06-25T23:45:29.434Z Downloaded diesel v2.3.7
12572026-06-25T23:45:29.447Z Downloaded rustix v0.38.44
12582026-06-25T23:45:29.460Z Downloaded ratatui v0.29.0
12592026-06-25T23:45:29.471Z Downloaded bzip2-sys v0.1.13+1.0.8
12602026-06-25T23:45:29.478Z Downloaded tabled v0.20.0
12612026-06-25T23:45:29.490Z Downloaded zerocopy-derive v0.6.6
12622026-06-25T23:45:29.495Z Downloaded chrono-tz v0.10.4
12632026-06-25T23:45:29.510Z Downloaded sqlparser v0.61.0
12642026-06-25T23:45:29.529Z Downloaded sled v0.34.7
12652026-06-25T23:45:29.560Z Downloaded typify-impl v0.6.2
12662026-06-25T23:45:29.609Z Downloaded ring v0.17.14
12672026-06-25T23:45:29.643Z Downloaded regex-automata v0.4.14
12682026-06-25T23:45:29.694Z Downloaded petgraph v0.6.5
12692026-06-25T23:45:29.706Z Downloaded jiff v0.2.21
12702026-06-25T23:45:29.753Z Downloaded petgraph v0.8.3
12712026-06-25T23:45:29.766Z Downloaded libz-sys v1.1.24
12722026-06-25T23:45:29.779Z Downloaded csv v1.4.0
12732026-06-25T23:45:29.792Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-06-25T23:45:29.803Z Downloaded sha3 v0.10.8
12752026-06-25T23:45:29.814Z Downloaded tokio v1.52.1
12762026-06-25T23:45:29.870Z Downloaded encoding_rs v0.8.35
12772026-06-25T23:45:29.900Z Downloaded libgit2-sys v0.18.3+1.9.2
12782026-06-25T23:45:30.232Z Downloaded aws-lc-sys v0.40.0
12792026-06-25T23:45:30.494Z Compiling libc v0.2.185
12802026-06-25T23:45:30.494Z Compiling serde v1.0.228
12812026-06-25T23:45:30.497Z Compiling log v0.4.29
12822026-06-25T23:45:30.497Z Compiling find-msvc-tools v0.1.9
12832026-06-25T23:45:30.497Z Compiling shlex v1.3.0
12842026-06-25T23:45:30.497Z Compiling smallvec v1.15.1
12852026-06-25T23:45:30.497Z Compiling typenum v1.19.0
12862026-06-25T23:45:30.628Z Compiling subtle v2.6.1
12872026-06-25T23:45:30.671Z Compiling generic-array v0.14.7
12882026-06-25T23:45:30.682Z Compiling scopeguard v1.2.0
12892026-06-25T23:45:30.734Z Compiling const-oid v0.9.6
12902026-06-25T23:45:30.737Z Compiling serde_json v1.0.149
12912026-06-25T23:45:30.748Z Compiling syn v2.0.117
12922026-06-25T23:45:30.760Z Compiling zerocopy v0.8.40
12932026-06-25T23:45:30.763Z Compiling portable-atomic v1.13.1
12942026-06-25T23:45:30.763Z Compiling pin-project-lite v0.2.17
12952026-06-25T23:45:30.837Z Compiling lock_api v0.4.14
12962026-06-25T23:45:30.849Z Compiling parking_lot_core v0.9.12
12972026-06-25T23:45:30.864Z Compiling pkg-config v0.3.32
12982026-06-25T23:45:30.879Z Compiling bitflags v2.11.0
12992026-06-25T23:45:30.913Z Compiling libm v0.2.16
13002026-06-25T23:45:30.927Z Compiling futures-core v0.3.32
13012026-06-25T23:45:30.960Z Compiling critical-section v1.2.0
13022026-06-25T23:45:30.998Z Compiling num-traits v0.2.19
13032026-06-25T23:45:31.026Z Compiling percent-encoding v2.3.2
13042026-06-25T23:45:31.087Z Compiling futures-sink v0.3.32
13052026-06-25T23:45:31.091Z Compiling getrandom v0.4.1
13062026-06-25T23:45:31.117Z Compiling slab v0.4.12
13072026-06-25T23:45:31.159Z Compiling cpufeatures v0.2.17
13082026-06-25T23:45:31.162Z Compiling futures-io v0.3.32
13092026-06-25T23:45:31.210Z Compiling futures-channel v0.3.32
13102026-06-25T23:45:31.249Z Compiling futures-task v0.3.32
13112026-06-25T23:45:31.252Z Compiling rand_core v0.10.0
13122026-06-25T23:45:31.263Z Compiling indexmap v2.14.0
13132026-06-25T23:45:31.334Z Compiling getrandom v0.3.4
13142026-06-25T23:45:31.348Z Compiling rustversion v1.0.22
13152026-06-25T23:45:31.410Z Compiling form_urlencoded v1.2.2
13162026-06-25T23:45:31.439Z Compiling fs_extra v1.3.0
13172026-06-25T23:45:31.467Z Compiling dunce v1.0.5
13182026-06-25T23:45:31.482Z Compiling base64ct v1.8.3
13192026-06-25T23:45:31.482Z Compiling ident_case v1.0.1
13202026-06-25T23:45:31.522Z Compiling getrandom v0.2.17
13212026-06-25T23:45:31.536Z Compiling jobserver v0.1.34
13222026-06-25T23:45:31.576Z Compiling errno v0.3.14
13232026-06-25T23:45:31.603Z Compiling mio v1.2.0
13242026-06-25T23:45:31.635Z Compiling socket2 v0.6.3
13252026-06-25T23:45:31.726Z Compiling rand_core v0.6.4
13262026-06-25T23:45:31.726Z Compiling signal-hook-registry v1.4.8
13272026-06-25T23:45:31.753Z Compiling cc v1.2.56
13282026-06-25T23:45:31.793Z Compiling pem-rfc7468 v0.7.0
13292026-06-25T23:45:31.829Z Compiling once_cell v1.21.3
13302026-06-25T23:45:31.889Z Compiling parking_lot v0.12.5
13312026-06-25T23:45:31.921Z Compiling iana-time-zone v0.1.65
13322026-06-25T23:45:31.946Z Compiling flagset v0.4.7
13332026-06-25T23:45:31.997Z Compiling rustix v1.1.3
13342026-06-25T23:45:32.011Z Compiling regex-syntax v0.8.10
13352026-06-25T23:45:32.025Z Compiling vcpkg v0.2.15
13362026-06-25T23:45:32.081Z Compiling aws-lc-rs v1.16.3
13372026-06-25T23:45:32.084Z Compiling tracing-core v0.1.36
13382026-06-25T23:45:32.109Z Compiling uuid v1.23.0
13392026-06-25T23:45:32.124Z Compiling rustc_version v0.4.1
13402026-06-25T23:45:32.151Z Compiling base64 v0.22.1
13412026-06-25T23:45:32.201Z Compiling untrusted v0.7.1
13422026-06-25T23:45:32.291Z Compiling rand_core v0.9.5
13432026-06-25T23:45:32.338Z Compiling openssl-probe v0.2.1
13442026-06-25T23:45:32.353Z Compiling tinyvec_macros v0.1.1
13452026-06-25T23:45:32.400Z Compiling httparse v1.10.1
13462026-06-25T23:45:32.440Z Compiling untrusted v0.9.0
13472026-06-25T23:45:32.456Z Compiling tinyvec v1.10.0
13482026-06-25T23:45:32.487Z Compiling aho-corasick v1.1.4
13492026-06-25T23:45:32.502Z Compiling cmake v0.1.57
13502026-06-25T23:45:32.519Z Compiling dyn-clone v1.0.20
13512026-06-25T23:45:32.532Z Compiling tower-service v0.3.3
13522026-06-25T23:45:32.582Z Compiling rustls v0.23.37
13532026-06-25T23:45:32.597Z Compiling atomic-waker v1.1.2
13542026-06-25T23:45:32.639Z Compiling try-lock v0.2.5
13552026-06-25T23:45:32.669Z Compiling tower-layer v0.3.3
13562026-06-25T23:45:32.683Z Compiling schemars v0.8.22
13572026-06-25T23:45:32.713Z Compiling pin-utils v0.1.0
13582026-06-25T23:45:32.750Z Compiling want v0.3.1
13592026-06-25T23:45:32.768Z Compiling httpdate v1.0.3
13602026-06-25T23:45:32.795Z Compiling openssl v0.10.79
13612026-06-25T23:45:32.799Z Compiling foreign-types-shared v0.1.1
13622026-06-25T23:45:32.809Z Compiling unicode-normalization v0.1.25
13632026-06-25T23:45:32.838Z Compiling socket2 v0.5.10
13642026-06-25T23:45:32.866Z Compiling spin v0.9.8
13652026-06-25T23:45:32.879Z Compiling num-conv v0.2.0
13662026-06-25T23:45:32.910Z Compiling foreign-types v0.3.2
13672026-06-25T23:45:32.938Z Compiling native-tls v0.2.18
13682026-06-25T23:45:32.938Z Compiling powerfmt v0.2.0
13692026-06-25T23:45:32.965Z Compiling time-core v0.1.8
13702026-06-25T23:45:32.997Z Compiling crc32fast v1.5.0
13712026-06-25T23:45:33.018Z Compiling wait-timeout v0.2.1
13722026-06-25T23:45:33.033Z Compiling sync_wrapper v1.0.2
13732026-06-25T23:45:33.047Z Compiling quick-error v1.2.3
13742026-06-25T23:45:33.094Z Compiling siphasher v1.0.2
13752026-06-25T23:45:33.125Z Compiling time-macros v0.2.27
13762026-06-25T23:45:33.151Z Compiling deranged v0.5.8
13772026-06-25T23:45:33.154Z Compiling usdt-impl v0.6.0
13782026-06-25T23:45:33.181Z Compiling bit-vec v0.8.0
13792026-06-25T23:45:33.181Z Compiling crossbeam-utils v0.8.21
13802026-06-25T23:45:33.184Z Compiling unicode-segmentation v1.12.0
13812026-06-25T23:45:33.280Z Compiling simd-adler32 v0.3.8
13822026-06-25T23:45:33.309Z Compiling syn v1.0.109
13832026-06-25T23:45:33.309Z Compiling num_threads v0.1.7
13842026-06-25T23:45:33.337Z Compiling slog v2.8.2
13852026-06-25T23:45:33.365Z Compiling aws-lc-sys v0.40.0
13862026-06-25T23:45:33.393Z Compiling ring v0.17.14
13872026-06-25T23:45:33.433Z Compiling openssl-sys v0.9.115
13882026-06-25T23:45:33.447Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13892026-06-25T23:45:33.525Z Compiling regex-automata v0.4.14
13902026-06-25T23:45:33.547Z Compiling tempfile v3.25.0
13912026-06-25T23:45:33.562Z Compiling synstructure v0.13.2
13922026-06-25T23:45:33.566Z Compiling serde_derive_internals v0.29.1
13932026-06-25T23:45:33.602Z Compiling pest_generator v2.8.6
13942026-06-25T23:45:33.642Z Compiling darling_core v0.20.11
13952026-06-25T23:45:33.821Z Compiling rusty-fork v0.3.1
13962026-06-25T23:45:34.092Z Compiling darling_core v0.21.3
13972026-06-25T23:45:34.315Z Compiling bit-set v0.8.0
13982026-06-25T23:45:34.332Z Compiling bzip2-sys v0.1.13+1.0.8
13992026-06-25T23:45:34.335Z Compiling rand_xorshift v0.4.0
14002026-06-25T23:45:34.359Z Compiling heapless v0.7.17
14012026-06-25T23:45:34.363Z Compiling time v0.3.47
14022026-06-25T23:45:34.435Z Compiling thread-id v5.1.0
14032026-06-25T23:45:34.493Z Compiling cookie v0.18.1
14042026-06-25T23:45:34.524Z Compiling allocator-api2 v0.2.21
14052026-06-25T23:45:34.538Z Compiling unicode-properties v0.1.4
14062026-06-25T23:45:34.543Z Compiling unarray v0.1.4
14072026-06-25T23:45:34.637Z Compiling unicode-bidi v0.3.18
14082026-06-25T23:45:34.640Z Compiling anyhow v1.0.102
14092026-06-25T23:45:34.652Z Compiling adler2 v2.0.1
14102026-06-25T23:45:34.681Z Compiling zstd-safe v7.2.4
14112026-06-25T23:45:34.696Z Compiling signal-hook v0.3.18
14122026-06-25T23:45:34.711Z Compiling ryu v1.0.23
14132026-06-25T23:45:34.783Z Compiling iri-string v0.7.10
14142026-06-25T23:45:34.814Z Compiling paste v1.0.15
14152026-06-25T23:45:34.879Z Compiling miniz_oxide v0.8.9
14162026-06-25T23:45:35.002Z Compiling stringprep v0.1.5
14172026-06-25T23:45:35.220Z Compiling heck v0.4.1
14182026-06-25T23:45:35.236Z Compiling num-integer v0.1.46
14192026-06-25T23:45:35.427Z Compiling serde_derive v1.0.228
14202026-06-25T23:45:35.467Z Compiling zeroize_derive v1.4.3
14212026-06-25T23:45:35.481Z Compiling zerofrom-derive v0.1.6
14222026-06-25T23:45:35.501Z Compiling yoke-derive v0.8.1
14232026-06-25T23:45:35.533Z Compiling zerocopy-derive v0.8.40
14242026-06-25T23:45:35.584Z Compiling zerovec-derive v0.11.2
14252026-06-25T23:45:35.685Z Compiling displaydoc v0.2.5
14262026-06-25T23:45:36.046Z Compiling tokio-macros v2.7.0
14272026-06-25T23:45:36.124Z Compiling futures-macro v0.3.32
14282026-06-25T23:45:36.164Z Compiling zeroize v1.8.2
14292026-06-25T23:45:36.399Z Compiling der_derive v0.7.3
14302026-06-25T23:45:36.483Z Compiling rustls-pki-types v1.14.0
14312026-06-25T23:45:36.720Z Compiling tracing-attributes v0.1.31
14322026-06-25T23:45:36.733Z Compiling thiserror-impl v2.0.18
14332026-06-25T23:45:36.783Z Compiling schemars_derive v0.8.22
14342026-06-25T23:45:36.834Z Compiling pest_derive v2.8.6
14352026-06-25T23:45:36.956Z Compiling crypto-common v0.1.7
14362026-06-25T23:45:36.982Z Compiling zerofrom v0.1.6
14372026-06-25T23:45:36.998Z Compiling block-buffer v0.10.4
14382026-06-25T23:45:37.013Z Compiling futures-util v0.3.32
14392026-06-25T23:45:37.110Z Compiling yoke v0.8.1
14402026-06-25T23:45:37.138Z Compiling block-padding v0.3.3
14412026-06-25T23:45:37.196Z Compiling digest v0.10.7
14422026-06-25T23:45:37.321Z Compiling zerovec v0.11.5
14432026-06-25T23:45:37.321Z Compiling zerotrie v0.2.3
14442026-06-25T23:45:37.348Z Compiling inout v0.1.4
14452026-06-25T23:45:37.432Z Compiling hmac v0.12.1
14462026-06-25T23:45:37.474Z Compiling sha2 v0.10.9
14472026-06-25T23:45:37.546Z Compiling cipher v0.4.4
14482026-06-25T23:45:37.608Z Compiling der v0.7.10
14492026-06-25T23:45:37.657Z Compiling pbkdf2 v0.12.2
14502026-06-25T23:45:37.787Z Compiling tinystr v0.8.2
14512026-06-25T23:45:37.822Z Compiling potential_utf v0.1.4
14522026-06-25T23:45:37.853Z Compiling salsa20 v0.10.2
14532026-06-25T23:45:37.944Z Compiling icu_collections v2.1.1
14542026-06-25T23:45:38.002Z Compiling icu_locale_core v2.1.1
14552026-06-25T23:45:38.017Z Compiling scrypt v0.11.0
14562026-06-25T23:45:38.020Z Compiling cbc v0.1.2
14572026-06-25T23:45:38.136Z Compiling aes v0.8.4
14582026-06-25T23:45:38.573Z Compiling tracing v0.1.44
14592026-06-25T23:45:38.573Z Compiling thiserror v2.0.18
14602026-06-25T23:45:38.576Z Compiling scroll_derive v0.13.1
14612026-06-25T23:45:38.576Z Compiling darling_macro v0.20.11
14622026-06-25T23:45:38.576Z Compiling openssl-macros v0.1.1
14632026-06-25T23:45:38.576Z Compiling spki v0.7.3
14642026-06-25T23:45:38.576Z Compiling rustls-native-certs v0.8.3
14652026-06-25T23:45:38.693Z Compiling icu_provider v2.1.1
14662026-06-25T23:45:38.737Z Compiling pkcs5 v0.7.1
14672026-06-25T23:45:38.857Z Compiling dtrace-parser v0.3.0
14682026-06-25T23:45:38.902Z Compiling darling v0.20.11
14692026-06-25T23:45:38.953Z Compiling signature v2.2.0
14702026-06-25T23:45:38.987Z Compiling icu_normalizer v2.1.1
14712026-06-25T23:45:39.000Z Compiling icu_properties v2.1.2
14722026-06-25T23:45:39.063Z Compiling bytes v1.11.1
14732026-06-25T23:45:39.114Z Compiling chrono v0.4.44
14742026-06-25T23:45:39.117Z Compiling pkcs8 v0.10.2
14752026-06-25T23:45:39.156Z Compiling ipnet v2.11.0
14762026-06-25T23:45:39.204Z Compiling scroll v0.13.0
14772026-06-25T23:45:39.265Z Compiling derive_builder_core v0.20.2
14782026-06-25T23:45:39.305Z Compiling webpki-roots v1.0.6
14792026-06-25T23:45:39.445Z Compiling scroll_derive v0.12.1
14802026-06-25T23:45:39.468Z Compiling goblin v0.10.5
14812026-06-25T23:45:39.503Z Compiling thiserror-impl v1.0.69
14822026-06-25T23:45:39.518Z Compiling erased-serde v0.3.31
14832026-06-25T23:45:39.548Z Compiling tokio v1.52.1
14842026-06-25T23:45:39.683Z Compiling http v1.4.0
14852026-06-25T23:45:39.696Z Compiling toml_datetime v0.6.11
14862026-06-25T23:45:39.717Z Compiling serde_spanned v0.6.9
14872026-06-25T23:45:39.878Z Compiling serde_tokenstream v0.2.3
14882026-06-25T23:45:39.975Z Compiling idna_adapter v1.2.1
14892026-06-25T23:45:40.037Z Compiling serde_urlencoded v0.7.1
14902026-06-25T23:45:40.063Z Compiling md-5 v0.10.6
14912026-06-25T23:45:40.136Z Compiling idna v1.1.0
14922026-06-25T23:45:40.157Z Compiling ppv-lite86 v0.2.21
14932026-06-25T23:45:40.180Z Compiling scroll v0.12.0
14942026-06-25T23:45:40.197Z Compiling derive_builder_macro v0.20.2
14952026-06-25T23:45:40.225Z Compiling darling_macro v0.21.3
14962026-06-25T23:45:40.250Z Compiling bstr v1.12.1
14972026-06-25T23:45:40.307Z Compiling pin-project-internal v1.1.11
14982026-06-25T23:45:40.310Z Compiling async-trait v0.1.89
14992026-06-25T23:45:40.472Z Compiling url v2.5.8
15002026-06-25T23:45:40.501Z Compiling rand_chacha v0.9.0
15012026-06-25T23:45:40.577Z Compiling http-body v1.0.1
15022026-06-25T23:45:40.647Z Compiling rand_chacha v0.3.1
15032026-06-25T23:45:40.702Z Compiling http-body-util v0.1.3
15042026-06-25T23:45:40.751Z Compiling rand v0.9.2
15052026-06-25T23:45:40.765Z Compiling zerocopy-derive v0.7.35
15062026-06-25T23:45:40.844Z Compiling thiserror v1.0.69
15072026-06-25T23:45:40.858Z Compiling vergen-lib v9.1.0
15082026-06-25T23:45:40.935Z Compiling curve25519-dalek v4.1.3
15092026-06-25T23:45:40.962Z Compiling ff v0.13.1
15102026-06-25T23:45:40.966Z Compiling hash32 v0.2.1
15112026-06-25T23:45:41.182Z Compiling memoffset v0.9.1
15122026-06-25T23:45:41.228Z Compiling encoding_rs v0.8.35
15132026-06-25T23:45:41.303Z Compiling base16ct v0.2.0
15142026-06-25T23:45:41.320Z Compiling psl-types v2.0.11
15152026-06-25T23:45:41.399Z Compiling proptest v1.10.0
15162026-06-25T23:45:41.402Z Compiling litrs v1.0.0
15172026-06-25T23:45:41.460Z Compiling ref-cast v1.0.25
15182026-06-25T23:45:41.474Z Compiling num-bigint-dig v0.8.6
15192026-06-25T23:45:41.488Z Compiling mime v0.3.17
15202026-06-25T23:45:41.492Z Compiling cfg_aliases v0.2.1
15212026-06-25T23:45:41.518Z Compiling fallible-iterator v0.2.0
15222026-06-25T23:45:41.577Z Compiling smoltcp v0.9.1
15232026-06-25T23:45:41.601Z Compiling zlib-rs v0.6.2
15242026-06-25T23:45:41.680Z Compiling rustix v0.38.44
15252026-06-25T23:45:41.713Z Compiling zerocopy v0.7.35
15262026-06-25T23:45:41.782Z Compiling nix v0.31.2
15272026-06-25T23:45:41.841Z Compiling postgres-protocol v0.6.10
15282026-06-25T23:45:41.891Z Compiling ipnetwork v0.21.1
15292026-06-25T23:45:41.923Z Compiling pin-project v1.1.11
15302026-06-25T23:45:41.941Z Compiling document-features v0.2.12
15312026-06-25T23:45:41.971Z Compiling sec1 v0.7.3
15322026-06-25T23:45:42.039Z Compiling publicsuffix v2.3.0
15332026-06-25T23:45:42.150Z Compiling oxnet v0.1.6
15342026-06-25T23:45:42.227Z Compiling group v0.13.0
15352026-06-25T23:45:42.266Z Compiling dof v0.4.0
15362026-06-25T23:45:42.282Z Compiling rand v0.8.6
15372026-06-25T23:45:42.310Z Compiling darling v0.21.3
15382026-06-25T23:45:42.323Z Compiling derive_builder v0.20.2
15392026-06-25T23:45:42.407Z Compiling goblin v0.8.2
15402026-06-25T23:45:42.423Z Compiling futures-executor v0.3.32
15412026-06-25T23:45:42.436Z Compiling hubpack_derive v0.1.1
15422026-06-25T23:45:42.466Z Compiling hex v0.4.3
15432026-06-25T23:45:42.583Z Compiling hkdf v0.12.4
15442026-06-25T23:45:42.611Z Compiling crypto-bigint v0.5.5
15452026-06-25T23:45:42.688Z Compiling regex v1.12.3
15462026-06-25T23:45:42.770Z Compiling num-iter v0.1.45
15472026-06-25T23:45:42.796Z Compiling snafu-derive v0.8.9
15482026-06-25T23:45:42.819Z Compiling strum_macros v0.27.2
15492026-06-25T23:45:42.848Z Compiling ref-cast-impl v1.0.25
15502026-06-25T23:45:42.903Z Compiling curve25519-dalek-derive v0.1.1
15512026-06-25T23:45:42.942Z Compiling daft-derive v0.1.7
15522026-06-25T23:45:43.434Z Compiling tokio-util v0.7.18
15532026-06-25T23:45:43.472Z Compiling tower v0.5.3
15542026-06-25T23:45:43.541Z Compiling tokio-native-tls v0.3.1
15552026-06-25T23:45:43.711Z Compiling terminal_size v0.4.3
15562026-06-25T23:45:43.731Z Compiling phf_shared v0.13.1
15572026-06-25T23:45:43.747Z Compiling lazy_static v1.5.0
15582026-06-25T23:45:43.832Z Compiling newtype-uuid v1.3.2
15592026-06-25T23:45:43.894Z Compiling anstyle-parse v0.2.7
15602026-06-25T23:45:43.908Z Compiling vergen v9.1.0
15612026-06-25T23:45:43.927Z Compiling tower-http v0.6.8
15622026-06-25T23:45:43.955Z Compiling cargo-platform v0.3.2
15632026-06-25T23:45:44.009Z Compiling fs-err v3.3.0
15642026-06-25T23:45:44.051Z Compiling ahash v0.8.12
15652026-06-25T23:45:44.096Z Compiling managed v0.8.0
15662026-06-25T23:45:44.111Z Compiling foldhash v0.1.5
15672026-06-25T23:45:44.218Z Compiling h2 v0.4.13
15682026-06-25T23:45:44.237Z Compiling bitflags v1.3.2
15692026-06-25T23:45:44.253Z Compiling foldhash v0.2.0
15702026-06-25T23:45:44.276Z Compiling bumpalo v3.20.2
15712026-06-25T23:45:44.303Z Compiling object v0.37.3
15722026-06-25T23:45:44.320Z Compiling winnow v0.5.40
15732026-06-25T23:45:44.336Z Compiling same-file v1.0.6
15742026-06-25T23:45:44.360Z Compiling libbz2-rs-sys v0.2.2
15752026-06-25T23:45:44.497Z Compiling zopfli v0.8.3
15762026-06-25T23:45:44.513Z Compiling walkdir v2.5.0
15772026-06-25T23:45:44.551Z Compiling hashbrown v0.16.1
15782026-06-25T23:45:44.566Z Compiling clap_builder v4.6.0
15792026-06-25T23:45:44.609Z Compiling flate2 v1.1.9
15802026-06-25T23:45:44.807Z Compiling bzip2 v0.6.1
15812026-06-25T23:45:44.835Z Compiling snafu v0.8.9
15822026-06-25T23:45:44.855Z Compiling dof v0.3.0
15832026-06-25T23:45:44.869Z Compiling strum v0.27.2
15842026-06-25T23:45:45.053Z Compiling hashbrown v0.15.5
15852026-06-25T23:45:45.093Z Compiling cargo_metadata v0.23.1
15862026-06-25T23:45:45.128Z Compiling daft v0.1.7
15872026-06-25T23:45:45.187Z Compiling anstream v0.6.21
15882026-06-25T23:45:45.201Z Compiling phf v0.13.1
15892026-06-25T23:45:45.229Z Compiling usdt-macro v0.6.0
15902026-06-25T23:45:45.373Z Compiling usdt-attr-macro v0.6.0
15912026-06-25T23:45:45.443Z Compiling signal-hook-mio v0.2.5
15922026-06-25T23:45:45.519Z Compiling elliptic-curve v0.13.8
15932026-06-25T23:45:45.638Z Compiling cookie_store v0.22.1
15942026-06-25T23:45:45.703Z Compiling toml_edit v0.19.15
15952026-06-25T23:45:45.814Z Compiling hubpack v0.1.2
15962026-06-25T23:45:45.858Z Compiling bzip2 v0.4.4
15972026-06-25T23:45:45.955Z Compiling futures v0.3.32
15982026-06-25T23:45:46.005Z Compiling serde_with_macros v3.17.0
15992026-06-25T23:45:46.019Z Compiling postgres-types v0.2.12
16002026-06-25T23:45:46.094Z Compiling zstd v0.13.3
16012026-06-25T23:45:46.111Z Compiling dtrace-parser v0.2.0
16022026-06-25T23:45:46.149Z Compiling globset v0.4.18
16032026-06-25T23:45:46.229Z Compiling pkcs1 v0.7.5
16042026-06-25T23:45:46.327Z Compiling ed25519 v2.2.3
16052026-06-25T23:45:46.384Z Compiling serde-big-array v0.5.1
16062026-06-25T23:45:46.512Z Compiling olpc-cjson v0.1.4
16072026-06-25T23:45:46.540Z Compiling serde_plain v1.0.2
16082026-06-25T23:45:46.608Z Compiling rfc6979 v0.4.0
16092026-06-25T23:45:46.658Z Compiling enum-as-inner v0.6.1
16102026-06-25T23:45:46.694Z Compiling async-recursion v1.1.1
16112026-06-25T23:45:46.748Z Compiling strum_macros v0.26.4
16122026-06-25T23:45:46.762Z Compiling clap_derive v4.6.1
16132026-06-25T23:45:46.865Z Compiling serde_repr v0.1.20
16142026-06-25T23:45:46.890Z Compiling phf_shared v0.11.3
16152026-06-25T23:45:47.093Z Compiling float-cmp v0.10.0
16162026-06-25T23:45:47.206Z Compiling pem v3.0.6
16172026-06-25T23:45:47.222Z Compiling thread-id v4.2.2
16182026-06-25T23:45:47.225Z Compiling memmap2 v0.9.10
16192026-06-25T23:45:47.263Z Compiling hyper v1.8.1
16202026-06-25T23:45:47.278Z Compiling env_filter v1.0.0
16212026-06-25T23:45:47.322Z Compiling typed-path v0.9.3
16222026-06-25T23:45:47.379Z Compiling predicates-core v1.0.10
16232026-06-25T23:45:47.444Z Compiling static_assertions v1.1.0
16242026-06-25T23:45:47.476Z Compiling precomputed-hash v0.1.1
16252026-06-25T23:45:47.527Z Compiling new_debug_unreachable v1.0.6
16262026-06-25T23:45:47.563Z Compiling whoami v2.1.0
16272026-06-25T23:45:47.577Z Compiling jiff v0.2.21
16282026-06-25T23:45:47.599Z Compiling fixedbitset v0.4.2
16292026-06-25T23:45:47.614Z Compiling normalize-line-endings v0.3.0
16302026-06-25T23:45:47.617Z Compiling fixedbitset v0.5.7
16312026-06-25T23:45:47.660Z Compiling keccak v0.1.6
16322026-06-25T23:45:47.734Z Compiling data-encoding v2.10.0
16332026-06-25T23:45:47.845Z Compiling difflib v0.4.0
16342026-06-25T23:45:47.953Z Compiling either v1.15.0
16352026-06-25T23:45:47.967Z Compiling petgraph v0.8.3
16362026-06-25T23:45:48.186Z Compiling itertools v0.13.0
16372026-06-25T23:45:48.308Z Compiling predicates v3.1.4
16382026-06-25T23:45:48.415Z Compiling hyper-util v0.1.20
16392026-06-25T23:45:48.431Z Compiling hickory-proto v0.25.2
16402026-06-25T23:45:48.452Z Compiling sha3 v0.10.8
16412026-06-25T23:45:48.468Z Compiling tokio-postgres v0.7.16
16422026-06-25T23:45:48.546Z Compiling petgraph v0.6.5
16432026-06-25T23:45:48.560Z Compiling strum v0.26.3
16442026-06-25T23:45:48.596Z Compiling string_cache v0.8.9
16452026-06-25T23:45:48.621Z Compiling clap v4.6.1
16462026-06-25T23:45:48.703Z Compiling toml_edit v0.22.27
16472026-06-25T23:45:48.719Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-06-25T23:45:48.874Z Compiling env_logger v0.11.9
16492026-06-25T23:45:48.949Z Compiling usdt v0.6.0
16502026-06-25T23:45:48.971Z Compiling usdt-impl v0.5.0
16512026-06-25T23:45:49.045Z Compiling serde_with v3.17.0
16522026-06-25T23:45:49.269Z Compiling toml v0.7.8
16532026-06-25T23:45:49.273Z Compiling crossterm v0.28.1
16542026-06-25T23:45:49.534Z Compiling ecdsa v0.16.9
16552026-06-25T23:45:49.599Z Compiling ed25519-dalek v2.2.0
16562026-06-25T23:45:49.916Z Compiling hyper-tls v0.6.0
16572026-06-25T23:45:49.956Z Compiling rsa v0.9.10
16582026-06-25T23:45:50.134Z Compiling zip v0.6.6
16592026-06-25T23:45:50.279Z Compiling zip v4.6.1
16602026-06-25T23:45:50.294Z Compiling iddqd v0.4.2
16612026-06-25T23:45:50.823Z Compiling toml_parser v1.0.9+spec-1.1.0
16622026-06-25T23:45:50.855Z Compiling tokio-stream v0.1.18
16632026-06-25T23:45:50.895Z Compiling buf-list v1.1.2
16642026-06-25T23:45:51.029Z Compiling similar v2.7.0
16652026-06-25T23:45:51.045Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16662026-06-25T23:45:51.197Z Compiling openapiv3 v2.2.0
16672026-06-25T23:45:51.295Z Compiling x509-cert v0.2.5
16682026-06-25T23:45:51.351Z Compiling sha1 v0.10.6
16692026-06-25T23:45:51.369Z Compiling crossbeam-epoch v0.9.18
16702026-06-25T23:45:51.479Z Compiling lalrpop-util v0.19.12
16712026-06-25T23:45:51.566Z Compiling peg-runtime v0.8.5
16722026-06-25T23:45:51.580Z Compiling thread_local v1.1.9
16732026-06-25T23:45:51.593Z Compiling slog-async v2.8.0
16742026-06-25T23:45:51.633Z Compiling crossbeam-channel v0.5.15
16752026-06-25T23:45:51.701Z Compiling filetime v0.2.27
16762026-06-25T23:45:51.714Z Compiling is-terminal v0.4.17
16772026-06-25T23:45:51.718Z Compiling term v1.2.1
16782026-06-25T23:45:51.829Z Compiling xattr v1.6.1
16792026-06-25T23:45:51.851Z Compiling take_mut v0.2.2
16802026-06-25T23:45:51.969Z Compiling tar v0.4.45
16812026-06-25T23:45:52.098Z Compiling slog-term v2.9.2
16822026-06-25T23:46:09.642Z Compiling rustls-webpki v0.103.9
16832026-06-25T23:46:12.499Z Compiling tokio-rustls v0.26.4
16842026-06-25T23:46:12.499Z Compiling rustls-platform-verifier v0.6.2
16852026-06-25T23:46:12.693Z Compiling hyper-rustls v0.27.7
16862026-06-25T23:46:12.885Z Compiling reqwest v0.12.28
16872026-06-25T23:46:12.888Z Compiling reqwest v0.13.2
16882026-06-25T23:46:14.136Z Compiling tough v0.22.0
16892026-06-25T23:46:16.630Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16902026-06-25T23:46:16.862Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16912026-06-25T23:46:19.772Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.58s
16922026-06-25T23:46:19.904Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16932026-06-25T23:46:19.960ZJun 25 23:46:19.131 INFO Starting download, target: Clickhouse
16942026-06-25T23:46:19.960ZJun 25 23:46:19.132 INFO Starting download, target: DendriteStub
16952026-06-25T23:46:19.960ZJun 25 23:46:19.132 INFO Starting download, target: Console
16962026-06-25T23:46:19.960ZJun 25 23:46:19.132 INFO Starting download, target: Cockroach
16972026-06-25T23:46:19.964ZJun 25 23:46:19.132 INFO Starting download, target: MaghemiteMgd
16982026-06-25T23:46:19.964ZJun 25 23:46:19.132 INFO Starting download, target: MaghemiteDdmd
16992026-06-25T23:46:19.964ZJun 25 23:46:19.132 INFO Starting download, target: TransceiverControl
17002026-06-25T23:46:19.964ZJun 25 23:46:19.132 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17012026-06-25T23:46:19.964ZJun 25 23:46:19.133 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17022026-06-25T23:46:19.964ZJun 25 23:46:19.133 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-06-25T23:46:19.964ZJun 25 23:46:19.133 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-06-25T23:46:19.964ZJun 25 23:46:19.133 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17052026-06-25T23:46:19.965ZJun 25 23:46:19.133 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-06-25T23:46:19.965ZJun 25 23:46:19.133 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-06-25T23:46:21.816ZJun 25 23:46:20.972 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17082026-06-25T23:46:21.899ZJun 25 23:46:21.060 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17092026-06-25T23:46:22.056ZJun 25 23:46:21.168 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17102026-06-25T23:46:22.109ZJun 25 23:46:21.259 INFO Download complete, target: Console
17112026-06-25T23:46:22.258ZJun 25 23:46:21.387 INFO Download complete, target: TransceiverControl
17122026-06-25T23:46:23.768ZJun 25 23:46:22.909 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-06-25T23:46:24.092ZJun 25 23:46:23.235 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17142026-06-25T23:46:24.613ZJun 25 23:46:23.776 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-06-25T23:46:25.527ZJun 25 23:46:24.698 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-06-25T23:46:25.527ZJun 25 23:46:24.699 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-06-25T23:46:26.064ZJun 25 23:46:25.236 INFO Download complete, target: MaghemiteDdmd
17182026-06-25T23:46:26.295ZJun 25 23:46:25.467 INFO Download complete, target: MaghemiteMgd
17192026-06-25T23:46:27.168ZJun 25 23:46:26.339 INFO Download complete, target: DendriteStub
17202026-06-25T23:46:28.845ZJun 25 23:46:28.006 INFO Checking that binary works, target: Clickhouse
17212026-06-25T23:46:28.923ZJun 25 23:46:28.094 INFO Download complete, target: Clickhouse
17222026-06-25T23:46:30.261ZJun 25 23:46:29.433 INFO Checking that binary works, target: Cockroach
17232026-06-25T23:46:30.387ZJun 25 23:46:29.558 INFO Download complete, target: Cockroach
17242026-06-25T23:46:30.392ZAll prerequisites installed successfully
17252026-06-25T23:46:30.396Z
17262026-06-25T23:46:30.396Zreal 1:48.957978643
17272026-06-25T23:46:30.396Zuser 6:58.787725209
17282026-06-25T23:46:30.396Zsys 1:42.163037189
17292026-06-25T23:46:30.396Ztrap 0.255882480
17302026-06-25T23:46:30.396Ztflt 1.304968554
17312026-06-25T23:46:30.396Zdflt 1.726575070
17322026-06-25T23:46:30.396Zkflt 0.028711859
17332026-06-25T23:46:30.396Zlock 24:34.282242839
17342026-06-25T23:46:30.396Zslp 18:56.254567906
17352026-06-25T23:46:30.396Zlat 24.659889491
17362026-06-25T23:46:30.396Zstop 2:53.901314746
17372026-06-25T23:46:30.396Z+ ptime -m cargo xtask download softnpu
17382026-06-25T23:46:30.844Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17392026-06-25T23:46:30.864Z Running `target/debug/xtask download softnpu`
17402026-06-25T23:46:31.568Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
17412026-06-25T23:46:31.633Z Running `target/debug/xtask-downloader softnpu`
17422026-06-25T23:46:31.676ZJun 25 23:46:30.848 INFO Starting download, target: Softnpu
17432026-06-25T23:46:31.680ZJun 25 23:46:30.848 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17442026-06-25T23:46:34.122ZJun 25 23:46:33.293 INFO Download complete, target: Softnpu
17452026-06-25T23:46:34.126Z
17462026-06-25T23:46:34.126Zreal 3.726085719
17472026-06-25T23:46:34.126Zuser 1.261233568
17482026-06-25T23:46:34.126Zsys 0.590059440
17492026-06-25T23:46:34.126Ztrap 0.000568160
17502026-06-25T23:46:34.126Ztflt 0.000070030
17512026-06-25T23:46:34.126Zdflt 0.000272330
17522026-06-25T23:46:34.126Zkflt 0.000000000
17532026-06-25T23:46:34.126Zlock 44.768882516
17542026-06-25T23:46:34.126Zslp 2.309301989
17552026-06-25T23:46:34.126Zlat 0.071983819
17562026-06-25T23:46:34.126Zstop 0.000189930
17572026-06-25T23:46:34.126Z+ export CARGO_INCREMENTAL=0
17582026-06-25T23:46:34.127Z+ CARGO_INCREMENTAL=0
17592026-06-25T23:46:34.127Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17602026-06-25T23:46:34.982Z Compiling proc-macro2 v1.0.106
17612026-06-25T23:46:34.983Z Compiling quote v1.0.45
17622026-06-25T23:46:34.983Z Compiling unicode-ident v1.0.24
17632026-06-25T23:46:34.983Z Compiling libc v0.2.185
17642026-06-25T23:46:34.983Z Compiling serde_core v1.0.228
17652026-06-25T23:46:34.987Z Compiling serde v1.0.228
17662026-06-25T23:46:34.988Z Compiling cfg-if v1.0.4
17672026-06-25T23:46:34.988Z Compiling version_check v0.9.5
17682026-06-25T23:46:34.988Z Compiling shlex v1.3.0
17692026-06-25T23:46:35.125Z Compiling find-msvc-tools v0.1.9
17702026-06-25T23:46:35.132Z Compiling typenum v1.19.0
17712026-06-25T23:46:35.132Z Compiling zmij v1.0.21
17722026-06-25T23:46:35.132Z Compiling autocfg v1.5.0
17732026-06-25T23:46:35.132Z Compiling memchr v2.8.0
17742026-06-25T23:46:35.132Z Compiling serde_json v1.0.149
17752026-06-25T23:46:35.381Z Compiling portable-atomic v1.13.1
17762026-06-25T23:46:35.503Z Compiling libm v0.2.16
17772026-06-25T23:46:35.566Z Compiling zerocopy v0.8.40
17782026-06-25T23:46:35.577Z Compiling parking_lot_core v0.9.12
17792026-06-25T23:46:35.581Z Compiling smallvec v1.15.1
17802026-06-25T23:46:35.610Z Compiling generic-array v0.14.7
17812026-06-25T23:46:35.622Z Compiling icu_properties_data v2.1.2
17822026-06-25T23:46:35.658Z Compiling icu_normalizer_data v2.1.1
17832026-06-25T23:46:35.712Z Compiling num-traits v0.2.19
17842026-06-25T23:46:35.860Z Compiling itoa v1.0.17
17852026-06-25T23:46:35.871Z Compiling getrandom v0.4.1
17862026-06-25T23:46:35.897Z Compiling log v0.4.29
17872026-06-25T23:46:35.929Z Compiling stable_deref_trait v1.2.1
17882026-06-25T23:46:35.944Z Compiling pkg-config v0.3.32
17892026-06-25T23:46:35.960Z Compiling subtle v2.6.1
17902026-06-25T23:46:36.109Z Compiling jobserver v0.1.34
17912026-06-25T23:46:36.119Z Compiling getrandom v0.2.17
17922026-06-25T23:46:36.125Z Compiling errno v0.3.14
17932026-06-25T23:46:36.182Z Compiling scopeguard v1.2.0
17942026-06-25T23:46:36.290Z Compiling rand_core v0.6.4
17952026-06-25T23:46:36.314Z Compiling lock_api v0.4.14
17962026-06-25T23:46:36.329Z Compiling cc v1.2.56
17972026-06-25T23:46:36.396Z Compiling syn v2.0.117
17982026-06-25T23:46:36.442Z Compiling litemap v0.8.1
17992026-06-25T23:46:36.476Z Compiling fnv v1.0.7
18002026-06-25T23:46:36.495Z Compiling writeable v0.6.2
18012026-06-25T23:46:36.506Z Compiling percent-encoding v2.3.2
18022026-06-25T23:46:36.582Z Compiling thiserror v2.0.18
18032026-06-25T23:46:36.611Z Compiling pin-project-lite v0.2.17
18042026-06-25T23:46:36.692Z Compiling getrandom v0.3.4
18052026-06-25T23:46:36.732Z Compiling equivalent v1.0.2
18062026-06-25T23:46:36.748Z Compiling rand_core v0.10.0
18072026-06-25T23:46:36.794Z Compiling rustversion v1.0.22
18082026-06-25T23:46:36.843Z Compiling schemars v0.8.22
18092026-06-25T23:46:36.854Z Compiling dunce v1.0.5
18102026-06-25T23:46:36.854Z Compiling fs_extra v1.3.0
18112026-06-25T23:46:36.942Z Compiling rustix v1.1.3
18122026-06-25T23:46:36.959Z Compiling critical-section v1.2.0
18132026-06-25T23:46:36.978Z Compiling utf8_iter v1.0.4
18142026-06-25T23:46:37.067Z Compiling form_urlencoded v1.2.2
18152026-06-25T23:46:37.089Z Compiling cmake v0.1.57
18162026-06-25T23:46:37.155Z Compiling hashbrown v0.17.0
18172026-06-25T23:46:37.179Z Compiling signal-hook-registry v1.4.8
18182026-06-25T23:46:37.295Z Compiling const-oid v0.9.6
18192026-06-25T23:46:37.521Z Compiling bitflags v2.11.0
18202026-06-25T23:46:37.606Z Compiling semver v1.0.28
18212026-06-25T23:46:37.649Z Compiling once_cell v1.21.3
18222026-06-25T23:46:37.674Z Compiling ring v0.17.14
18232026-06-25T23:46:37.694Z Compiling aws-lc-sys v0.40.0
18242026-06-25T23:46:37.719Z Compiling indexmap v2.14.0
18252026-06-25T23:46:37.776Z Compiling parking_lot v0.12.5
18262026-06-25T23:46:37.780Z Compiling socket2 v0.6.3
18272026-06-25T23:46:37.857Z Compiling mio v1.2.0
18282026-06-25T23:46:37.933Z Compiling aws-lc-rs v1.16.3
18292026-06-25T23:46:37.984Z Compiling futures-core v0.3.32
18302026-06-25T23:46:38.019Z Compiling thiserror v1.0.69
18312026-06-25T23:46:38.072Z Compiling strsim v0.11.1
18322026-06-25T23:46:38.079Z Compiling httparse v1.10.1
18332026-06-25T23:46:38.198Z Compiling byteorder v1.5.0
18342026-06-25T23:46:38.248Z Compiling iana-time-zone v0.1.65
18352026-06-25T23:46:38.425Z Compiling ucd-trie v0.1.7
18362026-06-25T23:46:38.443Z Compiling vcpkg v0.2.15
18372026-06-25T23:46:38.474Z Compiling heck v0.5.0
18382026-06-25T23:46:38.474Z Compiling syn v1.0.109
18392026-06-25T23:46:38.478Z Compiling ident_case v1.0.1
18402026-06-25T23:46:38.535Z Compiling regex-syntax v0.8.10
18412026-06-25T23:46:38.541Z Compiling uuid v1.23.0
18422026-06-25T23:46:38.589Z Compiling pest v2.8.6
18432026-06-25T23:46:38.795Z Compiling cpufeatures v0.2.17
18442026-06-25T23:46:38.844Z Compiling rustls v0.23.37
18452026-06-25T23:46:38.854Z Compiling rustc_version v0.4.1
18462026-06-25T23:46:38.922Z Compiling futures-sink v0.3.32
18472026-06-25T23:46:39.043Z Compiling openssl-sys v0.9.115
18482026-06-25T23:46:39.047Z Compiling futures-channel v0.3.32
18492026-06-25T23:46:39.122Z Compiling aho-corasick v1.1.4
18502026-06-25T23:46:39.147Z Compiling slab v0.4.12
18512026-06-25T23:46:39.207Z Compiling futures-io v0.3.32
18522026-06-25T23:46:39.279Z Compiling synstructure v0.13.2
18532026-06-25T23:46:39.304Z Compiling serde_derive_internals v0.29.1
18542026-06-25T23:46:39.392Z Compiling futures-task v0.3.32
18552026-06-25T23:46:39.425Z Compiling dyn-clone v1.0.20
18562026-06-25T23:46:39.698Z Compiling plain v0.2.3
18572026-06-25T23:46:39.741Z Compiling crc32fast v1.5.0
18582026-06-25T23:46:39.741Z Compiling pest_meta v2.8.6
18592026-06-25T23:46:39.782Z Compiling openssl v0.10.79
18602026-06-25T23:46:39.860Z Compiling time-core v0.1.8
18612026-06-25T23:46:39.876Z Compiling num-conv v0.2.0
18622026-06-25T23:46:39.880Z Compiling crossbeam-utils v0.8.21
18632026-06-25T23:46:39.918Z Compiling base64 v0.22.1
18642026-06-25T23:46:40.040Z Compiling time-macros v0.2.27
18652026-06-25T23:46:40.058Z Compiling regex-automata v0.4.14
18662026-06-25T23:46:40.091Z Compiling pretty-hex v0.4.1
18672026-06-25T23:46:40.136Z Compiling native-tls v0.2.18
18682026-06-25T23:46:40.169Z Compiling base64ct v1.8.3
18692026-06-25T23:46:40.198Z Compiling anyhow v1.0.102
18702026-06-25T23:46:40.255Z Compiling darling_core v0.21.3
18712026-06-25T23:46:40.296Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18722026-06-25T23:46:40.368Z Compiling pest_generator v2.8.6
18732026-06-25T23:46:40.440Z Compiling pem-rfc7468 v0.7.0
18742026-06-25T23:46:40.498Z Compiling flagset v0.4.7
18752026-06-25T23:46:40.516Z Compiling rand_core v0.9.5
18762026-06-25T23:46:40.555Z Compiling serde_derive v1.0.228
18772026-06-25T23:46:40.600Z Compiling zeroize_derive v1.4.3
18782026-06-25T23:46:40.655Z Compiling zerofrom-derive v0.1.6
18792026-06-25T23:46:40.687Z Compiling yoke-derive v0.8.1
18802026-06-25T23:46:40.687Z Compiling zerovec-derive v0.11.2
18812026-06-25T23:46:40.719Z Compiling displaydoc v0.2.5
18822026-06-25T23:46:40.725Z Compiling zerocopy-derive v0.8.40
18832026-06-25T23:46:40.777Z Compiling tokio-macros v2.7.0
18842026-06-25T23:46:40.987Z Compiling futures-macro v0.3.32
18852026-06-25T23:46:41.003Z Compiling thiserror-impl v2.0.18
18862026-06-25T23:46:41.043Z Compiling schemars_derive v0.8.22
18872026-06-25T23:46:41.214Z Compiling zeroize v1.8.2
18882026-06-25T23:46:41.484Z Compiling tracing-attributes v0.1.31
18892026-06-25T23:46:41.671Z Compiling der_derive v0.7.3
18902026-06-25T23:46:41.791Z Compiling thiserror-impl v1.0.69
18912026-06-25T23:46:41.808Z Compiling pest_derive v2.8.6
18922026-06-25T23:46:41.812Z Compiling zerofrom v0.1.6
18932026-06-25T23:46:41.967Z Compiling yoke v0.8.1
18942026-06-25T23:46:42.030Z Compiling crypto-common v0.1.7
18952026-06-25T23:46:42.161Z Compiling zerovec v0.11.5
18962026-06-25T23:46:42.198Z Compiling zerotrie v0.2.3
18972026-06-25T23:46:42.303Z Compiling block-buffer v0.10.4
18982026-06-25T23:46:42.360Z Compiling futures-util v0.3.32
18992026-06-25T23:46:42.475Z Compiling digest v0.10.7
19002026-06-25T23:46:42.666Z Compiling hmac v0.12.1
19012026-06-25T23:46:42.720Z Compiling tinystr v0.8.2
19022026-06-25T23:46:42.761Z Compiling potential_utf v0.1.4
19032026-06-25T23:46:42.787Z Compiling block-padding v0.3.3
19042026-06-25T23:46:42.823Z Compiling sha2 v0.10.9
19052026-06-25T23:46:42.902Z Compiling icu_locale_core v2.1.1
19062026-06-25T23:46:42.919Z Compiling icu_collections v2.1.1
19072026-06-25T23:46:42.938Z Compiling inout v0.1.4
19082026-06-25T23:46:42.953Z Compiling rustls-pki-types v1.14.0
19092026-06-25T23:46:42.973Z Compiling scroll_derive v0.12.1
19102026-06-25T23:46:43.111Z Compiling cipher v0.4.4
19112026-06-25T23:46:43.415Z Compiling openssl-macros v0.1.1
19122026-06-25T23:46:43.586Z Compiling scroll_derive v0.13.1
19132026-06-25T23:46:43.667Z Compiling icu_provider v2.1.1
19142026-06-25T23:46:43.732Z Compiling bytes v1.11.1
19152026-06-25T23:46:43.841Z Compiling chrono v0.4.44
19162026-06-25T23:46:43.913Z Compiling serde_tokenstream v0.2.3
19172026-06-25T23:46:44.049Z Compiling icu_properties v2.1.2
19182026-06-25T23:46:44.106Z Compiling icu_normalizer v2.1.1
19192026-06-25T23:46:44.233Z Compiling tokio v1.52.1
19202026-06-25T23:46:44.405Z Compiling http v1.4.0
19212026-06-25T23:46:44.736Z Compiling der v0.7.10
19222026-06-25T23:46:44.755Z Compiling darling_macro v0.21.3
19232026-06-25T23:46:45.094Z Compiling idna_adapter v1.2.1
19242026-06-25T23:46:45.254Z Compiling idna v1.1.0
19252026-06-25T23:46:45.348Z Compiling ppv-lite86 v0.2.21
19262026-06-25T23:46:45.442Z Compiling regex v1.12.3
19272026-06-25T23:46:45.462Z Compiling zerocopy-derive v0.7.35
19282026-06-25T23:46:45.624Z Compiling url v2.5.8
19292026-06-25T23:46:45.678Z Compiling tracing-core v0.1.36
19302026-06-25T23:46:45.752Z Compiling slog v2.8.2
19312026-06-25T23:46:45.964Z Compiling untrusted v0.9.0
19322026-06-25T23:46:46.376Z Compiling tracing v0.1.44
19332026-06-25T23:46:46.467Z Compiling spki v0.7.3
19342026-06-25T23:46:46.666Z Compiling darling v0.21.3
19352026-06-25T23:46:46.681Z Compiling salsa20 v0.10.2
19362026-06-25T23:46:46.688Z Compiling pbkdf2 v0.12.2
19372026-06-25T23:46:47.220Z Compiling cookie v0.18.1
19382026-06-25T23:46:47.387Z Compiling camino v1.2.2
19392026-06-25T23:46:47.433Z Compiling scrypt v0.11.0
19402026-06-25T23:46:47.448Z Compiling rand_chacha v0.9.0
19412026-06-25T23:46:47.547Z Compiling http-body v1.0.1
19422026-06-25T23:46:47.689Z Compiling aes v0.8.4
19432026-06-25T23:46:47.699Z Compiling cbc v0.1.2
19442026-06-25T23:46:47.770Z Compiling usdt-impl v0.5.0
19452026-06-25T23:46:47.826Z Compiling winnow v0.7.14
19462026-06-25T23:46:47.839Z Compiling unicode-segmentation v1.12.0
19472026-06-25T23:46:47.855Z Compiling tinyvec_macros v0.1.1
19482026-06-25T23:46:47.919Z Compiling ref-cast v1.0.25
19492026-06-25T23:46:47.935Z Compiling usdt-impl v0.6.0
19502026-06-25T23:46:47.971Z Compiling paste v1.0.15
19512026-06-25T23:46:47.995Z Compiling tokio-util v0.7.18
19522026-06-25T23:46:48.010Z Compiling untrusted v0.7.1
19532026-06-25T23:46:48.150Z Compiling either v1.15.0
19542026-06-25T23:46:48.174Z Compiling openssl-probe v0.2.1
19552026-06-25T23:46:48.177Z Compiling fastrand v2.3.0
19562026-06-25T23:46:48.235Z Compiling pkcs5 v0.7.1
19572026-06-25T23:46:48.387Z Compiling tinyvec v1.10.0
19582026-06-25T23:46:48.403Z Compiling rand v0.9.2
19592026-06-25T23:46:48.719Z Compiling scroll v0.13.0
19602026-06-25T23:46:48.745Z Compiling serde_spanned v0.6.9
19612026-06-25T23:46:48.764Z Compiling toml_datetime v0.6.11
19622026-06-25T23:46:48.907Z Compiling scroll v0.12.0
19632026-06-25T23:46:49.004Z Compiling async-trait v0.1.89
19642026-06-25T23:46:49.020Z Compiling heapless v0.7.17
19652026-06-25T23:46:49.088Z Compiling bzip2-sys v0.1.13+1.0.8
19662026-06-25T23:46:49.104Z Compiling atomic-waker v1.1.2
19672026-06-25T23:46:49.192Z Compiling signal-hook v0.3.18
19682026-06-25T23:46:49.243Z Compiling rustix v0.38.44
19692026-06-25T23:46:49.283Z Compiling try-lock v0.2.5
19702026-06-25T23:46:49.323Z Compiling zstd-safe v7.2.4
19712026-06-25T23:46:49.417Z Compiling tower-service v0.3.3
19722026-06-25T23:46:49.420Z Compiling tower-layer v0.3.3
19732026-06-25T23:46:49.449Z Compiling want v0.3.1
19742026-06-25T23:46:49.545Z Compiling h2 v0.4.13
19752026-06-25T23:46:49.562Z Compiling toml_parser v1.0.9+spec-1.1.0
19762026-06-25T23:46:49.566Z Compiling goblin v0.8.2
19772026-06-25T23:46:49.627Z Compiling goblin v0.10.5
19782026-06-25T23:46:49.900Z Compiling pkcs8 v0.10.2
19792026-06-25T23:46:50.114Z Compiling heck v0.4.1
19802026-06-25T23:46:50.149Z Compiling zerocopy v0.7.35
19812026-06-25T23:46:50.209Z Compiling ipnet v2.11.0
19822026-06-25T23:46:50.338Z Compiling ref-cast-impl v1.0.25
19832026-06-25T23:46:50.391Z Compiling darling_core v0.20.11
19842026-06-25T23:46:50.497Z Compiling curve25519-dalek v4.1.3
19852026-06-25T23:46:50.681Z Compiling memoffset v0.9.1
19862026-06-25T23:46:50.708Z Compiling utf8parse v0.2.2
19872026-06-25T23:46:50.762Z Compiling httpdate v1.0.3
19882026-06-25T23:46:50.892Z Compiling litrs v1.0.0
19892026-06-25T23:46:50.924Z Compiling winnow v0.5.40
19902026-06-25T23:46:51.238Z Compiling foreign-types-shared v0.1.1
19912026-06-25T23:46:51.359Z Compiling pin-utils v0.1.0
19922026-06-25T23:46:51.373Z Compiling document-features v0.2.12
19932026-06-25T23:46:51.400Z Compiling foreign-types v0.3.2
19942026-06-25T23:46:51.444Z Compiling tempfile v3.25.0
19952026-06-25T23:46:51.817Z Compiling dof v0.3.0
19962026-06-25T23:46:51.962Z Compiling unicode-normalization v0.1.25
19972026-06-25T23:46:52.303Z Compiling toml_edit v0.19.15
19982026-06-25T23:46:52.389Z Compiling darling_macro v0.20.11
19992026-06-25T23:46:52.407Z Compiling dof v0.4.0
20002026-06-25T23:46:52.516Z Compiling dtrace-parser v0.2.0
20012026-06-25T23:46:52.668Z Compiling hyper v1.8.1
20022026-06-25T23:46:52.843Z Compiling dtrace-parser v0.3.0
20032026-06-25T23:46:53.114Z Compiling daft-derive v0.1.7
20042026-06-25T23:46:53.153Z Compiling pin-project-internal v1.1.11
20052026-06-25T23:46:53.193Z Compiling spin v0.9.8
20062026-06-25T23:46:53.300Z Compiling thread-id v4.2.2
20072026-06-25T23:46:53.343Z Compiling thread-id v5.1.0
20082026-06-25T23:46:53.403Z Compiling socket2 v0.5.10
20092026-06-25T23:46:53.446Z Compiling anstyle v1.0.14
20102026-06-25T23:46:53.481Z Compiling cfg_aliases v0.2.1
20112026-06-25T23:46:53.590Z Compiling powerfmt v0.2.0
20122026-06-25T23:46:53.606Z Compiling num-bigint-dig v0.8.6
20132026-06-25T23:46:53.619Z Compiling smoltcp v0.9.1
20142026-06-25T23:46:53.685Z Compiling nix v0.31.2
20152026-06-25T23:46:53.791Z Compiling deranged v0.5.8
20162026-06-25T23:46:53.819Z Compiling hyper-util v0.1.20
20172026-06-25T23:46:54.161Z Compiling darling v0.20.11
20182026-06-25T23:46:54.262Z Compiling rustls-native-certs v0.8.3
20192026-06-25T23:46:54.404Z Compiling ipnetwork v0.21.1
20202026-06-25T23:46:54.527Z Compiling curve25519-dalek-derive v0.1.1
20212026-06-25T23:46:54.598Z Compiling strum_macros v0.26.4
20222026-06-25T23:46:54.692Z Compiling sync_wrapper v1.0.2
20232026-06-25T23:46:54.821Z Compiling wait-timeout v0.2.1
20242026-06-25T23:46:55.070Z Compiling colorchoice v1.0.4
20252026-06-25T23:46:55.109Z Compiling simd-adler32 v0.3.8
20262026-06-25T23:46:55.202Z Compiling bit-vec v0.8.0
20272026-06-25T23:46:55.316Z Compiling anstyle-query v1.1.5
20282026-06-25T23:46:55.358Z Compiling is_terminal_polyfill v1.70.2
20292026-06-25T23:46:55.436Z Compiling num_threads v0.1.7
20302026-06-25T23:46:55.455Z Compiling quick-error v1.2.3
20312026-06-25T23:46:55.455Z Compiling siphasher v1.0.2
20322026-06-25T23:46:55.527Z Compiling bit-set v0.8.0
20332026-06-25T23:46:55.579Z Compiling rusty-fork v0.3.1
20342026-06-25T23:46:55.633Z Compiling time v0.3.47
20352026-06-25T23:46:55.781Z Compiling tower v0.5.3
20362026-06-25T23:46:56.027Z Compiling derive_builder_core v0.20.2
20372026-06-25T23:46:56.076Z Compiling snafu-derive v0.8.9
20382026-06-25T23:46:56.178Z Compiling http-body-util v0.1.3
20392026-06-25T23:46:56.272Z Compiling webpki-roots v1.0.6
20402026-06-25T23:46:56.442Z Compiling signature v2.2.0
20412026-06-25T23:46:56.605Z Compiling hubpack_derive v0.1.1
20422026-06-25T23:46:56.667Z Compiling rand_xorshift v0.4.0
20432026-06-25T23:46:56.712Z Compiling strum_macros v0.27.2
20442026-06-25T23:46:56.829Z Compiling fs-err v3.3.0
20452026-06-25T23:46:56.866Z Compiling ahash v0.8.12
20462026-06-25T23:46:57.007Z Compiling ryu v1.0.23
20472026-06-25T23:46:57.083Z Compiling object v0.37.3
20482026-06-25T23:46:57.100Z Compiling unicode-properties v0.1.4
20492026-06-25T23:46:57.122Z Compiling allocator-api2 v0.2.21
20502026-06-25T23:46:57.208Z Compiling iri-string v0.7.10
20512026-06-25T23:46:57.225Z Compiling unarray v0.1.4
20522026-06-25T23:46:57.335Z Compiling adler2 v2.0.1
20532026-06-25T23:46:57.350Z Compiling unicode-bidi v0.3.18
20542026-06-25T23:46:57.549Z Compiling miniz_oxide v0.8.9
20552026-06-25T23:46:57.616Z Compiling proptest v1.10.0
20562026-06-25T23:46:57.737Z Compiling stringprep v0.1.5
20572026-06-25T23:46:57.830Z Compiling serde_urlencoded v0.7.1
20582026-06-25T23:46:58.091Z Compiling derive_builder_macro v0.20.2
20592026-06-25T23:46:58.127Z Compiling tokio-native-tls v0.3.1
20602026-06-25T23:46:58.383Z Compiling usdt-attr-macro v0.6.0
20612026-06-25T23:46:58.522Z Compiling tower-http v0.6.8
20622026-06-25T23:46:58.627Z Compiling usdt-macro v0.6.0
20632026-06-25T23:46:58.949Z Compiling anstyle-parse v1.0.0
20642026-06-25T23:46:59.197Z Compiling rand_chacha v0.3.1
20652026-06-25T23:46:59.213Z Compiling erased-serde v0.3.31
20662026-06-25T23:46:59.228Z Compiling md-5 v0.10.6
20672026-06-25T23:46:59.330Z Compiling bstr v1.12.1
20682026-06-25T23:46:59.403Z Compiling num-integer v0.1.46
20692026-06-25T23:46:59.485Z Compiling hash32 v0.2.1
20702026-06-25T23:46:59.596Z Compiling vergen-lib v9.1.0
20712026-06-25T23:46:59.612Z Compiling ff v0.13.1
20722026-06-25T23:46:59.693Z Compiling encoding_rs v0.8.35
20732026-06-25T23:46:59.768Z Compiling mime v0.3.17
20742026-06-25T23:46:59.782Z Compiling zlib-rs v0.6.2
20752026-06-25T23:46:59.850Z Compiling base16ct v0.2.0
20762026-06-25T23:46:59.932Z Compiling fallible-iterator v0.2.0
20772026-06-25T23:46:59.949Z Compiling psl-types v2.0.11
20782026-06-25T23:47:00.033Z Compiling sec1 v0.7.3
20792026-06-25T23:47:00.085Z Compiling publicsuffix v2.3.0
20802026-06-25T23:47:00.203Z Compiling group v0.13.0
20812026-06-25T23:47:00.262Z Compiling postgres-protocol v0.6.10
20822026-06-25T23:47:00.277Z Compiling newtype-uuid v1.3.2
20832026-06-25T23:47:00.280Z Compiling num-iter v0.1.45
20842026-06-25T23:47:00.597Z Compiling rand v0.8.6
20852026-06-25T23:47:00.814Z Compiling anstream v1.0.0
20862026-06-25T23:47:01.014Z Compiling oxnet v0.1.6
20872026-06-25T23:47:01.043Z Compiling derive_builder v0.20.2
20882026-06-25T23:47:01.057Z Compiling hyper-tls v0.6.0
20892026-06-25T23:47:01.141Z Compiling phf_shared v0.13.1
20902026-06-25T23:47:01.221Z Compiling pin-project v1.1.11
20912026-06-25T23:47:01.267Z Compiling lazy_static v1.5.0
20922026-06-25T23:47:01.303Z Compiling anstyle-parse v0.2.7
20932026-06-25T23:47:01.401Z Compiling terminal_size v0.4.3
20942026-06-25T23:47:01.418Z Compiling serde_with_macros v3.17.0
20952026-06-25T23:47:01.421Z Compiling futures-executor v0.3.32
20962026-06-25T23:47:01.449Z Compiling hex v0.4.3
20972026-06-25T23:47:01.588Z Compiling hkdf v0.12.4
20982026-06-25T23:47:01.661Z Compiling crypto-bigint v0.5.5
20992026-06-25T23:47:01.677Z Compiling enum-as-inner v0.6.1
21002026-06-25T23:47:01.691Z Compiling async-recursion v1.1.1
21012026-06-25T23:47:01.706Z Compiling serde_repr v0.1.20
21022026-06-25T23:47:01.750Z Compiling clap_derive v4.6.1
21032026-06-25T23:47:01.789Z Compiling vergen v9.1.0
21042026-06-25T23:47:01.811Z Compiling cargo-platform v0.3.2
21052026-06-25T23:47:01.866Z Compiling flate2 v1.1.9
21062026-06-25T23:47:02.085Z Compiling bitflags v1.3.2
21072026-06-25T23:47:02.177Z Compiling bumpalo v3.20.2
21082026-06-25T23:47:02.207Z Compiling libbz2-rs-sys v0.2.2
21092026-06-25T23:47:02.251Z Compiling clap_lex v1.0.0
21102026-06-25T23:47:02.490Z Compiling managed v0.8.0
21112026-06-25T23:47:02.493Z Compiling foldhash v0.2.0
21122026-06-25T23:47:02.628Z Compiling foldhash v0.1.5
21132026-06-25T23:47:02.735Z Compiling same-file v1.0.6
21142026-06-25T23:47:02.769Z Compiling hashbrown v0.15.5
21152026-06-25T23:47:02.772Z Compiling hashbrown v0.16.1
21162026-06-25T23:47:02.813Z Compiling bzip2 v0.6.1
21172026-06-25T23:47:02.816Z Compiling elliptic-curve v0.13.8
21182026-06-25T23:47:02.895Z Compiling walkdir v2.5.0
21192026-06-25T23:47:03.185Z Compiling clap_builder v4.6.0
21202026-06-25T23:47:03.201Z Compiling zopfli v0.8.3
21212026-06-25T23:47:03.254Z Compiling cargo_metadata v0.23.1
21222026-06-25T23:47:03.392Z Compiling futures v0.3.32
21232026-06-25T23:47:03.555Z Compiling anstream v0.6.21
21242026-06-25T23:47:03.896Z Compiling phf v0.13.1
21252026-06-25T23:47:04.077Z Compiling snafu v0.8.9
21262026-06-25T23:47:04.174Z Compiling daft v0.1.7
21272026-06-25T23:47:04.487Z Compiling zstd v0.13.3
21282026-06-25T23:47:04.565Z Compiling signal-hook-mio v0.2.5
21292026-06-25T23:47:04.700Z Compiling cookie_store v0.22.1
21302026-06-25T23:47:04.764Z Compiling postgres-types v0.2.12
21312026-06-25T23:47:04.814Z Compiling bzip2 v0.4.4
21322026-06-25T23:47:04.867Z Compiling globset v0.4.18
21332026-06-25T23:47:04.891Z Compiling strum v0.27.2
21342026-06-25T23:47:05.020Z Compiling hubpack v0.1.2
21352026-06-25T23:47:05.044Z Compiling ed25519 v2.2.3
21362026-06-25T23:47:05.075Z Compiling phf_shared v0.11.3
21372026-06-25T23:47:05.162Z Compiling crossbeam-epoch v0.9.18
21382026-06-25T23:47:05.277Z Compiling olpc-cjson v0.1.4
21392026-06-25T23:47:05.294Z Compiling pkcs1 v0.7.5
21402026-06-25T23:47:05.324Z Compiling pem v3.0.6
21412026-06-25T23:47:05.362Z Compiling serde-big-array v0.5.1
21422026-06-25T23:47:05.459Z Compiling serde_plain v1.0.2
21432026-06-25T23:47:05.526Z Compiling rfc6979 v0.4.0
21442026-06-25T23:47:05.549Z Compiling float-cmp v0.10.0
21452026-06-25T23:47:05.567Z Compiling memmap2 v0.9.10
21462026-06-25T23:47:05.632Z Compiling env_filter v1.0.0
21472026-06-25T23:47:05.663Z Compiling new_debug_unreachable v1.0.6
21482026-06-25T23:47:05.680Z Compiling whoami v2.1.0
21492026-06-25T23:47:05.683Z Compiling precomputed-hash v0.1.1
21502026-06-25T23:47:05.712Z Compiling static_assertions v1.1.0
21512026-06-25T23:47:05.715Z Compiling typed-path v0.9.3
21522026-06-25T23:47:05.752Z Compiling predicates-core v1.0.10
21532026-06-25T23:47:05.792Z Compiling fixedbitset v0.4.2
21542026-06-25T23:47:05.808Z Compiling difflib v0.4.0
21552026-06-25T23:47:05.838Z Compiling jiff v0.2.21
21562026-06-25T23:47:05.923Z Compiling keccak v0.1.6
21572026-06-25T23:47:05.938Z Compiling data-encoding v2.10.0
21582026-06-25T23:47:05.963Z Compiling fixedbitset v0.5.7
21592026-06-25T23:47:05.978Z Compiling toml_write v0.1.2
21602026-06-25T23:47:06.039Z Compiling normalize-line-endings v0.3.0
21612026-06-25T23:47:06.160Z Compiling toml_edit v0.22.27
21622026-06-25T23:47:06.198Z Compiling petgraph v0.8.3
21632026-06-25T23:47:06.260Z Compiling hickory-proto v0.25.2
21642026-06-25T23:47:06.277Z Compiling predicates v3.1.4
21652026-06-25T23:47:06.317Z Compiling sha3 v0.10.8
21662026-06-25T23:47:06.481Z Compiling petgraph v0.6.5
21672026-06-25T23:47:06.597Z Compiling tokio-postgres v0.7.16
21682026-06-25T23:47:06.867Z Compiling env_logger v0.11.9
21692026-06-25T23:47:06.892Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-25T23:47:06.996Z Compiling string_cache v0.8.9
21712026-06-25T23:47:07.198Z Compiling usdt v0.6.0
21722026-06-25T23:47:07.249Z Compiling ecdsa v0.16.9
21732026-06-25T23:47:07.467Z Compiling rsa v0.9.10
21742026-06-25T23:47:07.996Z Compiling ed25519-dalek v2.2.0
21752026-06-25T23:47:08.415Z Compiling zip v0.6.6
21762026-06-25T23:47:08.556Z Compiling zip v4.6.1
21772026-06-25T23:47:08.726Z Compiling clap v4.6.1
21782026-06-25T23:47:08.825Z Compiling crossterm v0.28.1
21792026-06-25T23:47:08.962Z Compiling iddqd v0.4.2
21802026-06-25T23:47:09.195Z Compiling serde_with v3.17.0
21812026-06-25T23:47:09.329Z Compiling similar v2.7.0
21822026-06-25T23:47:09.485Z Compiling strum v0.26.3
21832026-06-25T23:47:09.636Z Compiling toml v0.7.8
21842026-06-25T23:47:09.653Z Compiling tokio-stream v0.1.18
21852026-06-25T23:47:09.768Z Compiling itertools v0.13.0
21862026-06-25T23:47:10.014Z Compiling buf-list v1.1.2
21872026-06-25T23:47:10.093Z Compiling x509-cert v0.2.5
21882026-06-25T23:47:10.204Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21892026-06-25T23:47:10.290Z Compiling openapiv3 v2.2.0
21902026-06-25T23:47:10.522Z Compiling sha1 v0.10.6
21912026-06-25T23:47:10.921Z Compiling lalrpop-util v0.19.12
21922026-06-25T23:47:10.954Z Compiling peg-runtime v0.8.5
21932026-06-25T23:47:26.018Z Compiling rustls-webpki v0.103.9
21942026-06-25T23:47:27.651Z Compiling macaddr v1.0.1
21952026-06-25T23:47:27.723Z Compiling structmeta-derive v0.3.0
21962026-06-25T23:47:27.783Z Compiling crucible-workspace-hack v0.1.0
21972026-06-25T23:47:27.857Z Compiling rayon-core v1.13.0
21982026-06-25T23:47:27.958Z Compiling itertools v0.14.0
21992026-06-25T23:47:28.014Z Compiling secrecy v0.10.3
22002026-06-25T23:47:28.089Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22012026-06-25T23:47:28.203Z Compiling rustls v0.22.4
22022026-06-25T23:47:28.234Z Compiling toml_datetime v0.7.5+spec-1.1.0
22032026-06-25T23:47:28.423Z Compiling heapless v0.8.0
22042026-06-25T23:47:28.462Z Compiling toml_edit v0.23.10+spec-1.0.0
22052026-06-25T23:47:28.546Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-06-25T23:47:28.591Z Compiling crossbeam-deque v0.8.6
22072026-06-25T23:47:28.607Z Compiling rustls-webpki v0.102.8
22082026-06-25T23:47:28.717Z Compiling hash32 v0.3.1
22092026-06-25T23:47:28.769Z Compiling structmeta v0.3.0
22102026-06-25T23:47:28.831Z Compiling multer v3.1.0
22112026-06-25T23:47:28.834Z Compiling thread_local v1.1.9
22122026-06-25T23:47:28.861Z Compiling compression-core v0.4.31
22132026-06-25T23:47:28.907Z Compiling match_cfg v0.1.0
22142026-06-25T23:47:28.921Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22152026-06-25T23:47:28.994Z Compiling smoltcp v0.11.0
22162026-06-25T23:47:29.009Z Compiling cpufeatures v0.3.0
22172026-06-25T23:47:29.045Z Compiling unicode-width v0.2.0
22182026-06-25T23:47:29.060Z Compiling slog-async v2.8.0
22192026-06-25T23:47:29.218Z Compiling proc-macro-crate v3.4.0
22202026-06-25T23:47:29.238Z Compiling derive-ex v0.1.8
22212026-06-25T23:47:29.255Z Compiling compression-codecs v0.4.37
22222026-06-25T23:47:29.276Z Compiling ingot-macros v0.1.1
22232026-06-25T23:47:29.369Z Compiling hostname v0.3.1
22242026-06-25T23:47:29.417Z Compiling atomicwrites v0.4.4
22252026-06-25T23:47:29.548Z Compiling slog-json v2.6.1
22262026-06-25T23:47:29.634Z Compiling crossbeam-channel v0.5.15
22272026-06-25T23:47:29.672Z Compiling half v2.7.1
22282026-06-25T23:47:29.712Z Compiling newtype-uuid-macros v0.1.0
22292026-06-25T23:47:29.824Z Compiling tokio-rustls v0.26.4
22302026-06-25T23:47:29.919Z Compiling rustls-platform-verifier v0.6.2
22312026-06-25T23:47:30.060Z Compiling cobs v0.3.0
22322026-06-25T23:47:30.140Z Compiling hyper-rustls v0.27.7
22332026-06-25T23:47:30.156Z Compiling thiserror-impl-no-std v2.0.2
22342026-06-25T23:47:30.352Z Compiling universal-hash v0.5.1
22352026-06-25T23:47:30.368Z Compiling async-stream-impl v0.3.6
22362026-06-25T23:47:30.465Z Compiling reqwest v0.12.28
22372026-06-25T23:47:30.481Z Compiling reqwest v0.13.2
22382026-06-25T23:47:30.519Z Compiling serde_spanned v1.0.4
22392026-06-25T23:47:30.537Z Compiling toml_datetime v1.0.0+spec-1.1.0
22402026-06-25T23:47:30.689Z Compiling is-terminal v0.4.17
22412026-06-25T23:47:30.798Z Compiling proc-macro-error-attr v1.0.4
22422026-06-25T23:47:30.817Z Compiling dropshot v0.17.0
22432026-06-25T23:47:30.957Z Compiling take_mut v0.2.2
22442026-06-25T23:47:30.979Z Compiling convert_case v0.4.0
22452026-06-25T23:47:30.995Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22462026-06-25T23:47:31.025Z Compiling term v1.2.1
22472026-06-25T23:47:31.043Z Compiling toml_writer v1.0.6+spec-1.1.0
22482026-06-25T23:47:31.094Z Compiling opaque-debug v0.3.1
22492026-06-25T23:47:31.164Z Compiling ciborium-io v0.2.2
22502026-06-25T23:47:31.182Z Compiling poly1305 v0.8.0
22512026-06-25T23:47:31.217Z Compiling thiserror-no-std v2.0.2
22522026-06-25T23:47:31.283Z Compiling ciborium-ll v0.2.2
22532026-06-25T23:47:31.313Z Compiling derive_more v0.99.20
22542026-06-25T23:47:31.331Z Compiling tokio-rustls v0.25.0
22552026-06-25T23:47:31.347Z Compiling slog-term v2.9.2
22562026-06-25T23:47:31.439Z Compiling toml v1.0.6+spec-1.1.0
22572026-06-25T23:47:31.622Z Compiling async-stream v0.3.6
22582026-06-25T23:47:31.657Z Compiling test-strategy v0.4.5
22592026-06-25T23:47:31.826Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-25T23:47:31.841Z Compiling postcard v1.1.3
22612026-06-25T23:47:31.931Z Compiling ingot-types v0.1.2
22622026-06-25T23:47:32.234Z Compiling tough v0.22.0
22632026-06-25T23:47:32.413Z Compiling ingot v0.1.1
22642026-06-25T23:47:32.656Z Compiling slog-bunyan v2.5.0
22652026-06-25T23:47:32.746Z Compiling num_enum_derive v0.7.6
22662026-06-25T23:47:32.854Z Compiling async-compression v0.4.41
22672026-06-25T23:47:32.965Z Compiling parse-display-derive v0.10.0
22682026-06-25T23:47:33.355Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22692026-06-25T23:47:33.525Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22702026-06-25T23:47:33.664Z Compiling proc-macro-crate v1.3.1
22712026-06-25T23:47:33.710Z Compiling waitgroup v0.1.2
22722026-06-25T23:47:33.779Z Compiling backon v1.6.0
22732026-06-25T23:47:33.845Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-25T23:47:33.893Z Compiling password-hash v0.5.0
22752026-06-25T23:47:33.908Z Compiling chacha20 v0.9.1
22762026-06-25T23:47:34.034Z Compiling dropshot_endpoint v0.17.0
22772026-06-25T23:47:34.058Z Compiling rustls-pemfile v2.2.0
22782026-06-25T23:47:34.168Z Compiling blake2 v0.10.6
22792026-06-25T23:47:34.187Z Compiling aead v0.5.2
22802026-06-25T23:47:34.407Z Compiling foreign-types-macros v0.2.3
22812026-06-25T23:47:34.439Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22822026-06-25T23:47:34.472Z Compiling serde_path_to_error v0.1.20
22832026-06-25T23:47:34.727Z Compiling hostname v0.4.2
22842026-06-25T23:47:34.807Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22852026-06-25T23:47:34.903Z Compiling proc-macro-error v1.0.4
22862026-06-25T23:47:34.920Z Compiling instant v0.1.13
22872026-06-25T23:47:34.920Z Compiling debug-ignore v1.0.5
22882026-06-25T23:47:34.954Z Compiling foreign-types-shared v0.3.1
22892026-06-25T23:47:34.997Z Compiling typeid v1.0.3
22902026-06-25T23:47:35.018Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-25T23:47:35.058Z Compiling foreign-types v0.5.0
22922026-06-25T23:47:35.075Z Compiling backoff v0.4.0
22932026-06-25T23:47:35.075Z Compiling parse-display v0.10.0
22942026-06-25T23:47:35.107Z Compiling argon2 v0.5.3
22952026-06-25T23:47:35.158Z Compiling chacha20poly1305 v0.10.1
22962026-06-25T23:47:35.193Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-06-25T23:47:35.247Z Compiling num_enum_derive v0.5.11
22982026-06-25T23:47:35.317Z Compiling num_enum v0.7.6
22992026-06-25T23:47:35.334Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23002026-06-25T23:47:35.458Z Compiling ciborium v0.2.2
23012026-06-25T23:47:35.525Z Compiling vsss-rs v3.3.4
23022026-06-25T23:47:35.736Z Compiling tabwriter v1.4.1
23032026-06-25T23:47:35.901Z Compiling chacha20 v0.10.0
23042026-06-25T23:47:35.969Z Compiling regress v0.10.5
23052026-06-25T23:47:35.986Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23062026-06-25T23:47:36.125Z Compiling byte-wrapper v0.1.0
23072026-06-25T23:47:36.172Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23082026-06-25T23:47:36.192Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-06-25T23:47:36.225Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23102026-06-25T23:47:36.336Z Compiling cstr-argument v0.1.2
23112026-06-25T23:47:36.361Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-06-25T23:47:36.525Z Compiling humantime v2.3.0
23132026-06-25T23:47:36.633Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-06-25T23:47:36.683Z Compiling erased-serde v0.4.9
23152026-06-25T23:47:36.781Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-25T23:47:36.802Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-06-25T23:47:36.860Z Compiling num_enum v0.5.11
23182026-06-25T23:47:36.899Z Compiling rand v0.10.0
23192026-06-25T23:47:36.938Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-06-25T23:47:37.030Z Compiling rayon v1.11.0
23212026-06-25T23:47:37.049Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-25T23:47:37.064Z Compiling colored v3.1.1
23232026-06-25T23:47:37.152Z Compiling indent_write v2.2.0
23242026-06-25T23:47:37.191Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23252026-06-25T23:47:37.247Z Compiling libefi-sys v0.1.0
23262026-06-25T23:47:37.288Z Compiling zone_cfg_derive v0.3.1
23272026-06-25T23:47:37.313Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23282026-06-25T23:47:37.412Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-25T23:47:37.478Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-25T23:47:37.623Z Compiling camino-tempfile v1.4.1
23312026-06-25T23:47:37.706Z Compiling itertools v0.12.1
23322026-06-25T23:47:37.733Z Compiling usdt-macro v0.5.0
23332026-06-25T23:47:37.758Z Compiling usdt-attr-macro v0.5.0
23342026-06-25T23:47:37.920Z Compiling bitfield-struct v0.6.2
23352026-06-25T23:47:37.962Z Compiling num-derive v0.4.2
23362026-06-25T23:47:37.976Z Compiling blake3 v1.8.5
23372026-06-25T23:47:38.052Z Compiling ordered-float v2.10.1
23382026-06-25T23:47:38.376Z Compiling sigpipe v0.1.3
23392026-06-25T23:47:38.392Z Compiling memmap v0.7.0
23402026-06-25T23:47:38.449Z Compiling swrite v0.1.0
23412026-06-25T23:47:38.490Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-06-25T23:47:38.572Z Compiling glob v0.3.3
23432026-06-25T23:47:38.588Z Compiling usdt v0.5.0
23442026-06-25T23:47:38.606Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-06-25T23:47:38.726Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23462026-06-25T23:47:38.905Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-25T23:47:38.940Z Compiling serde-value v0.7.0
23482026-06-25T23:47:39.136Z Compiling zone v0.3.1
23492026-06-25T23:47:39.236Z Compiling serde-untagged v0.1.9
23502026-06-25T23:47:39.261Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-25T23:47:39.530Z Compiling toml v0.8.23
23522026-06-25T23:47:39.567Z Compiling smf v0.2.3
23532026-06-25T23:47:39.582Z Compiling filetime v0.2.27
23542026-06-25T23:47:39.597Z Compiling arrayref v0.3.9
23552026-06-25T23:47:39.627Z Compiling constant_time_eq v0.4.2
23562026-06-25T23:47:39.644Z Compiling whoami v1.6.1
23572026-06-25T23:47:39.691Z Compiling unicode-xid v0.2.6
23582026-06-25T23:47:39.706Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-06-25T23:47:39.798Z Compiling arrayvec v0.7.6
23602026-06-25T23:47:39.812Z Compiling xattr v1.6.1
23612026-06-25T23:47:39.840Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-25T23:47:39.855Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-06-25T23:47:39.894Z Compiling tokio-dtrace v0.1.1
23642026-06-25T23:47:40.030Z Compiling cargo-util-schemas v0.8.2
23652026-06-25T23:47:40.106Z Compiling tar v0.4.45
23662026-06-25T23:47:40.121Z Compiling console v0.16.2
23672026-06-25T23:47:40.246Z Compiling gethostname v0.5.0
23682026-06-25T23:47:40.395Z Compiling cargo-platform v0.2.0
23692026-06-25T23:47:40.535Z Compiling unit-prefix v0.5.2
23702026-06-25T23:47:40.726Z Compiling topological-sort v0.2.2
23712026-06-25T23:47:40.730Z Compiling indicatif v0.18.4
23722026-06-25T23:47:40.756Z Compiling oxide-tokio-rt v0.1.4
23732026-06-25T23:47:40.791Z Compiling shell-words v1.1.1
23742026-06-25T23:47:40.911Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-25T23:47:41.358Z Compiling cargo_metadata v0.21.0
23762026-06-25T23:47:50.843Z Compiling progenitor-client v0.14.0
23772026-06-25T23:47:50.859Z Compiling omicron-zone-package v0.12.2
23782026-06-25T23:47:51.336Z Compiling progenitor-extras v0.2.0
23792026-06-25T23:47:53.639Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-06-25T23:47:53.658Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-06-25T23:47:53.684Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-06-25T23:47:53.712Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-06-25T23:47:53.750Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23842026-06-25T23:47:53.768Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-25T23:47:53.884Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-06-25T23:47:53.966Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23872026-06-25T23:47:54.028Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-25T23:47:57.854Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-06-25T23:48:05.785Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-06-25T23:48:08.990Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-06-25T23:48:10.036Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-06-25T23:48:19.663Z Finished `release` profile [optimized] target(s) in 1m 45s
23932026-06-25T23:48:19.801Z Running `target/release/omicron-package -t test target create -p dev`
23942026-06-25T23:48:19.865ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-06-25T23:48:19.867ZCreated new build target 'test' and set it as active
23962026-06-25T23:48:19.867Z
23972026-06-25T23:48:19.867Zreal 1:45.738472455
23982026-06-25T23:48:19.868Zuser 17:22.690971038
23992026-06-25T23:48:19.868Zsys 2:38.348495583
24002026-06-25T23:48:19.868Ztrap 0.491881697
24012026-06-25T23:48:19.868Ztflt 2.933070906
24022026-06-25T23:48:19.868Zdflt 4.497201600
24032026-06-25T23:48:19.868Zkflt 0.001127140
24042026-06-25T23:48:19.868Zlock 54:07.533646347
24052026-06-25T23:48:19.871Zslp 44:14.389008312
24062026-06-25T23:48:19.871Zlat 42.890478403
24072026-06-25T23:48:19.871Zstop 5:21.269055099
24082026-06-25T23:48:19.871Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-06-25T23:48:20.704Z Finished `release` profile [optimized] target(s) in 0.82s
24102026-06-25T23:48:20.771Z Running `target/release/omicron-package -t test package`
24112026-06-25T23:48:20.829ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-06-25T23:48:22.214Z Compiling heck v0.5.0
24132026-06-25T23:48:22.217Z Compiling regress v0.11.1
24142026-06-25T23:48:22.434Z Compiling unsafe-libyaml v0.2.11
24152026-06-25T23:48:22.476Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-06-25T23:48:22.502Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24172026-06-25T23:48:22.502Z Compiling unicode-width v0.1.14
24182026-06-25T23:48:22.505Z Compiling atomicwrites v0.4.4
24192026-06-25T23:48:22.542Z Compiling derive-where v1.6.0
24202026-06-25T23:48:22.562Z Compiling bytecount v0.6.9
24212026-06-25T23:48:22.583Z Compiling is-terminal v0.4.17
24222026-06-25T23:48:22.623Z Compiling prettyplease v0.2.37
24232026-06-25T23:48:22.627Z Compiling console v0.15.11
24242026-06-25T23:48:22.627Z Compiling newline-converter v0.3.0
24252026-06-25T23:48:22.627Z Compiling slog-dtrace v0.3.0
24262026-06-25T23:48:22.664Z Compiling cancel-safe-futures v0.1.5
24272026-06-25T23:48:22.729Z Compiling resolv-conf v0.7.6
24282026-06-25T23:48:22.752Z Compiling owo-colors v4.3.0
24292026-06-25T23:48:22.756Z Compiling rustls v0.22.4
24302026-06-25T23:48:22.796Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-25T23:48:22.817Z Compiling num-rational v0.4.2
24322026-06-25T23:48:22.837Z Compiling libsw-core v0.3.2
24332026-06-25T23:48:22.858Z Compiling rustls-webpki v0.102.8
24342026-06-25T23:48:22.919Z Compiling num-complex v0.4.6
24352026-06-25T23:48:22.966Z Compiling serde_yaml v0.9.34+deprecated
24362026-06-25T23:48:23.013Z Compiling thread_local v1.1.9
24372026-06-25T23:48:23.037Z Compiling match_cfg v0.1.0
24382026-06-25T23:48:23.079Z Compiling expectorate v1.2.0
24392026-06-25T23:48:23.151Z Compiling compression-core v0.4.31
24402026-06-25T23:48:23.276Z Compiling hostname v0.3.1
24412026-06-25T23:48:23.340Z Compiling num v0.4.3
24422026-06-25T23:48:23.374Z Compiling compression-codecs v0.4.37
24432026-06-25T23:48:23.436Z Compiling libsw v3.5.0
24442026-06-25T23:48:23.457Z Compiling multer v3.1.0
24452026-06-25T23:48:23.526Z Compiling slog-async v2.8.0
24462026-06-25T23:48:23.589Z Compiling crossbeam-channel v0.5.15
24472026-06-25T23:48:23.589Z Compiling slog-json v2.6.1
24482026-06-25T23:48:23.636Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24492026-06-25T23:48:23.656Z Compiling toml_datetime v1.0.0+spec-1.1.0
24502026-06-25T23:48:23.748Z Compiling serde_spanned v1.0.4
24512026-06-25T23:48:23.820Z Compiling linear-map v1.2.0
24522026-06-25T23:48:23.845Z Compiling toml_writer v1.0.6+spec-1.1.0
24532026-06-25T23:48:23.864Z Compiling float-ord v0.3.2
24542026-06-25T23:48:23.867Z Compiling linked-hash-map v0.5.6
24552026-06-25T23:48:23.903Z Compiling term v1.2.1
24562026-06-25T23:48:23.927Z Compiling take_mut v0.2.2
24572026-06-25T23:48:23.964Z Compiling slog-bunyan v2.5.0
24582026-06-25T23:48:24.013Z Compiling typify-impl v0.6.2
24592026-06-25T23:48:24.062Z Compiling toml v1.0.6+spec-1.1.0
24602026-06-25T23:48:24.085Z Compiling lru-cache v0.1.2
24612026-06-25T23:48:24.085Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24622026-06-25T23:48:24.107Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24632026-06-25T23:48:24.148Z Compiling async-compression v0.4.41
24642026-06-25T23:48:24.316Z Compiling slog-term v2.9.2
24652026-06-25T23:48:24.432Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24662026-06-25T23:48:24.453Z Compiling dropshot v0.17.0
24672026-06-25T23:48:24.484Z Compiling async-stream v0.3.6
24682026-06-25T23:48:24.523Z Compiling progenitor-client v0.14.0
24692026-06-25T23:48:24.542Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24702026-06-25T23:48:24.590Z Compiling waitgroup v0.1.2
24712026-06-25T23:48:24.610Z Compiling rustls-pemfile v2.2.0
24722026-06-25T23:48:24.678Z Compiling backon v1.6.0
24732026-06-25T23:48:24.747Z Compiling hostname v0.4.2
24742026-06-25T23:48:24.747Z Compiling serde_path_to_error v0.1.20
24752026-06-25T23:48:24.825Z Compiling instant v0.1.13
24762026-06-25T23:48:24.857Z Compiling minimal-lexical v0.2.1
24772026-06-25T23:48:24.877Z Compiling debug-ignore v1.0.5
24782026-06-25T23:48:24.907Z Compiling progenitor-extras v0.2.0
24792026-06-25T23:48:24.928Z Compiling backoff v0.4.0
24802026-06-25T23:48:24.959Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24812026-06-25T23:48:25.013Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24822026-06-25T23:48:25.140Z Compiling nom v7.1.3
24832026-06-25T23:48:25.164Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24842026-06-25T23:48:25.184Z Compiling tokio-rustls v0.25.0
24852026-06-25T23:48:25.203Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24862026-06-25T23:48:25.230Z Compiling parse-display v0.10.0
24872026-06-25T23:48:25.233Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24882026-06-25T23:48:25.301Z Compiling hickory-proto v0.24.4
24892026-06-25T23:48:25.562Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24902026-06-25T23:48:25.916Z Compiling regress v0.10.5
24912026-06-25T23:48:26.268Z Compiling macaddr v1.0.1
24922026-06-25T23:48:26.417Z Compiling unicode-xid v0.2.6
24932026-06-25T23:48:26.531Z Compiling humantime v2.3.0
24942026-06-25T23:48:26.574Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24952026-06-25T23:48:26.652Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
24962026-06-25T23:48:26.747Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24972026-06-25T23:48:26.804Z Compiling convert_case v0.10.0
24982026-06-25T23:48:26.924Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24992026-06-25T23:48:27.005Z Compiling toml v0.8.23
25002026-06-25T23:48:27.112Z Compiling derive_more-impl v2.1.1
25012026-06-25T23:48:27.290Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25022026-06-25T23:48:27.540Z Compiling typify-macro v0.6.2
25032026-06-25T23:48:27.564Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-25T23:48:27.586Z Compiling papergrid v0.11.0
25052026-06-25T23:48:27.724Z Compiling tabled_derive v0.7.0
25062026-06-25T23:48:27.900Z Compiling hickory-resolver v0.24.4
25072026-06-25T23:48:27.958Z Compiling derive_more v2.1.1
25082026-06-25T23:48:27.994Z Compiling termtree v0.5.1
25092026-06-25T23:48:28.070Z Compiling crossterm v0.29.0
25102026-06-25T23:48:28.194Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25112026-06-25T23:48:28.684Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-25T23:48:29.124Z Compiling typify v0.6.2
25132026-06-25T23:48:29.273Z Compiling progenitor-impl v0.14.0
25142026-06-25T23:48:30.110Z Compiling qorb v0.4.1
25152026-06-25T23:48:30.253Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-06-25T23:48:30.475Z Compiling tabled v0.15.0
25172026-06-25T23:48:31.146Z Compiling phf_shared v0.12.1
25182026-06-25T23:48:31.406Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25192026-06-25T23:48:31.449Z Compiling progenitor-macro v0.14.0
25202026-06-25T23:48:31.926Z Compiling csv-core v0.1.13
25212026-06-25T23:48:32.375Z Compiling vte v0.14.1
25222026-06-25T23:48:32.400Z Compiling highway v1.3.0
25232026-06-25T23:48:32.995Z Compiling chrono-tz v0.10.4
25242026-06-25T23:48:33.147Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25252026-06-25T23:48:33.244Z Compiling strip-ansi-escapes v0.2.1
25262026-06-25T23:48:33.464Z Compiling csv v1.4.0
25272026-06-25T23:48:33.537Z Compiling phf v0.12.1
25282026-06-25T23:48:33.618Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25292026-06-25T23:48:33.741Z Compiling const_format_proc_macros v0.2.34
25302026-06-25T23:48:33.764Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25312026-06-25T23:48:33.854Z Compiling fd-lock v4.0.4
25322026-06-25T23:48:33.908Z Compiling peg-macros v0.8.5
25332026-06-25T23:48:34.035Z Compiling nu-ansi-term v0.50.3
25342026-06-25T23:48:34.488Z Compiling reedline v0.40.0
25352026-06-25T23:48:34.600Z Compiling const_format v0.2.35
25362026-06-25T23:48:34.860Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25372026-06-25T23:48:35.172Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25382026-06-25T23:48:35.358Z Compiling peg v0.8.5
25392026-06-25T23:48:35.500Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25402026-06-25T23:48:35.573Z Compiling progenitor v0.14.0
25412026-06-25T23:48:35.766Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25422026-06-25T23:48:36.332Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25432026-06-25T23:48:36.398Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-06-25T23:48:36.442Z Compiling bcs v0.1.6
25452026-06-25T23:48:36.873Z Compiling nom v8.0.0
25462026-06-25T23:48:38.643Z Compiling semver v0.1.20
25472026-06-25T23:48:38.937Z Compiling rustc_version v0.1.7
25482026-06-25T23:48:38.957Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-06-25T23:48:38.979Z Compiling unicode-linebreak v0.1.5
25502026-06-25T23:48:39.180Z Compiling newtype_derive v0.1.6
25512026-06-25T23:48:39.206Z Compiling smawk v0.3.2
25522026-06-25T23:48:39.229Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25532026-06-25T23:48:39.278Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25542026-06-25T23:48:39.298Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25552026-06-25T23:48:39.386Z Compiling textwrap v0.16.2
25562026-06-25T23:48:39.408Z Compiling base64 v0.21.7
25572026-06-25T23:48:39.408Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25582026-06-25T23:48:39.526Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25592026-06-25T23:48:39.675Z Compiling dropshot-api-manager-types v0.7.2
25602026-06-25T23:48:39.708Z Compiling steno v0.4.1
25612026-06-25T23:48:39.750Z Compiling utf-8 v0.7.6
25622026-06-25T23:48:39.949Z Compiling tagptr v0.2.0
25632026-06-25T23:48:39.990Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-06-25T23:48:40.140Z Compiling moka v0.12.13
25652026-06-25T23:48:40.256Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-06-25T23:48:40.275Z Compiling tungstenite v0.21.0
25672026-06-25T23:48:40.448Z Compiling radium v0.7.0
25682026-06-25T23:48:40.736Z Compiling display-error-chain v0.2.2
25692026-06-25T23:48:40.916Z Compiling tokio-tungstenite v0.21.0
25702026-06-25T23:48:41.264Z Compiling hickory-resolver v0.25.2
25712026-06-25T23:48:41.322Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25722026-06-25T23:48:41.409Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25732026-06-25T23:48:41.430Z Compiling maybe-uninit v2.0.0
25742026-06-25T23:48:41.717Z Compiling tap v1.0.1
25752026-06-25T23:48:41.921Z Compiling wyz v0.5.1
25762026-06-25T23:48:42.101Z Compiling zerocopy-derive v0.6.6
25772026-06-25T23:48:42.144Z Compiling crc-catalog v2.4.0
25782026-06-25T23:48:42.272Z Compiling funty v2.0.0
25792026-06-25T23:48:42.434Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25802026-06-25T23:48:42.920Z Compiling packed_struct v0.10.1
25812026-06-25T23:48:43.228Z Compiling zerocopy v0.6.6
25822026-06-25T23:48:43.258Z Compiling bitvec v1.0.1
25832026-06-25T23:48:43.653Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25842026-06-25T23:48:44.283Z Compiling crc v3.4.0
25852026-06-25T23:48:44.410Z Compiling packed_struct_codegen v0.10.1
25862026-06-25T23:48:44.518Z Compiling vergen-lib v0.1.6
25872026-06-25T23:48:44.761Z Compiling bitfield-macros v0.19.4
25882026-06-25T23:48:44.796Z Compiling proc-macro-error-attr2 v2.0.0
25892026-06-25T23:48:45.117Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25902026-06-25T23:48:45.197Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25912026-06-25T23:48:45.224Z Compiling indexmap v1.9.3
25922026-06-25T23:48:45.256Z Compiling diesel_derives v2.3.7
25932026-06-25T23:48:45.439Z Compiling nodrop v0.1.14
25942026-06-25T23:48:45.514Z Compiling bitfield v0.19.4
25952026-06-25T23:48:45.538Z Compiling array-init v0.0.4
25962026-06-25T23:48:45.579Z Compiling proc-macro-error2 v2.0.1
25972026-06-25T23:48:45.882Z Compiling smallvec v0.6.14
25982026-06-25T23:48:45.928Z Compiling scheduled-thread-pool v0.2.7
25992026-06-25T23:48:46.067Z Compiling dsl_auto_type v0.2.0
26002026-06-25T23:48:46.173Z Compiling num-derive v0.3.3
26012026-06-25T23:48:46.305Z Compiling vergen-gitcl v1.0.8
26022026-06-25T23:48:46.550Z Compiling diesel_table_macro_syntax v0.3.0
26032026-06-25T23:48:46.571Z Compiling dirs-sys-next v0.1.2
26042026-06-25T23:48:46.613Z Compiling glob v0.3.3
26052026-06-25T23:48:46.785Z Compiling crunchy v0.2.4
26062026-06-25T23:48:46.844Z Compiling maplit v1.0.2
26072026-06-25T23:48:46.968Z Compiling hashbrown v0.12.3
26082026-06-25T23:48:46.981Z Compiling clang-sys v1.8.1
26092026-06-25T23:48:47.098Z Compiling libscf-sys v1.1.0
26102026-06-25T23:48:47.119Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-06-25T23:48:47.270Z Compiling dirs-next v2.0.0
26122026-06-25T23:48:47.412Z Compiling serde-hex v0.1.0
26132026-06-25T23:48:47.432Z Compiling r2d2 v0.8.10
26142026-06-25T23:48:47.573Z Compiling tabled_derive v0.11.0
26152026-06-25T23:48:47.906Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26162026-06-25T23:48:47.945Z Compiling ron v0.8.1
26172026-06-25T23:48:48.073Z Compiling papergrid v0.17.0
26182026-06-25T23:48:48.094Z Compiling testing_table v0.3.0
26192026-06-25T23:48:48.150Z Compiling hashbrown v0.13.2
26202026-06-25T23:48:48.509Z Compiling tiny-keccak v2.0.2
26212026-06-25T23:48:48.556Z Compiling crc-any v2.5.0
26222026-06-25T23:48:48.662Z Compiling downcast-rs v2.0.2
26232026-06-25T23:48:48.761Z Compiling object v0.30.4
26242026-06-25T23:48:48.783Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-25T23:48:48.991Z Compiling term v0.7.0
26262026-06-25T23:48:49.342Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26272026-06-25T23:48:49.459Z Compiling tabled v0.20.0
26282026-06-25T23:48:49.537Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26292026-06-25T23:48:49.698Z Compiling progenitor-impl v0.13.0
26302026-06-25T23:48:50.254Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26312026-06-25T23:48:50.346Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26322026-06-25T23:48:50.476Z Compiling xshell-macros v0.2.7
26332026-06-25T23:48:50.575Z Compiling path-slash v0.1.5
26342026-06-25T23:48:50.784Z Compiling bit-vec v0.6.3
26352026-06-25T23:48:50.882Z Compiling xshell v0.2.7
26362026-06-25T23:48:51.011Z Compiling bit-set v0.5.3
26372026-06-25T23:48:51.172Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-06-25T23:48:51.244Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26392026-06-25T23:48:51.707Z Compiling ascii-canvas v3.0.0
26402026-06-25T23:48:51.777Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-06-25T23:48:51.877Z Compiling diesel v2.3.7
26422026-06-25T23:48:51.898Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-06-25T23:48:51.965Z Compiling progenitor-macro v0.13.0
26442026-06-25T23:48:52.218Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26452026-06-25T23:48:53.505Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26462026-06-25T23:48:53.793Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26472026-06-25T23:48:54.014Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26482026-06-25T23:48:54.115Z Compiling progenitor-client v0.13.0
26492026-06-25T23:48:54.592Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26502026-06-25T23:48:54.680Z Compiling itertools v0.10.5
26512026-06-25T23:48:54.776Z Compiling ena v0.14.4
26522026-06-25T23:48:54.881Z Compiling libloading v0.8.9
26532026-06-25T23:48:55.024Z Compiling unicase v2.9.0
26542026-06-25T23:48:55.116Z Compiling bindgen v0.71.1
26552026-06-25T23:48:55.337Z Compiling regex-syntax v0.6.29
26562026-06-25T23:48:55.409Z Compiling diff v0.1.13
26572026-06-25T23:48:55.729Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26582026-06-25T23:48:56.114Z Compiling progenitor v0.13.0
26592026-06-25T23:48:56.203Z Compiling cexpr v0.6.0
26602026-06-25T23:48:56.299Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-25T23:48:56.518Z Compiling rustc-hash v2.1.1
26622026-06-25T23:48:56.693Z Compiling crc8 v0.1.1
26632026-06-25T23:48:56.831Z Compiling lalrpop v0.19.12
26642026-06-25T23:48:56.955Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-06-25T23:48:57.134Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-06-25T23:48:57.459Z Compiling headers-core v0.3.0
26672026-06-25T23:48:57.614Z Compiling libxml v0.3.3
26682026-06-25T23:48:57.655Z Compiling headers v0.4.1
26692026-06-25T23:48:57.852Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-06-25T23:48:57.900Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-06-25T23:48:57.928Z Compiling git-stub v1.0.0
26722026-06-25T23:48:58.130Z Compiling strum_macros v0.24.3
26732026-06-25T23:48:58.162Z Compiling indoc v1.0.9
26742026-06-25T23:48:58.232Z Compiling git-stub-vcs v0.1.0
26752026-06-25T23:48:58.598Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26762026-06-25T23:48:58.622Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-06-25T23:48:58.697Z Compiling derive_builder v0.20.2
26782026-06-25T23:48:58.850Z Compiling quick-xml v0.37.5
26792026-06-25T23:48:58.873Z Compiling oso-derive v0.27.3
26802026-06-25T23:48:59.387Z Compiling impl-trait-for-tuples v0.2.3
26812026-06-25T23:48:59.423Z Compiling openssl-probe v0.1.6
26822026-06-25T23:48:59.503Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26832026-06-25T23:48:59.720Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26842026-06-25T23:49:00.224Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26852026-06-25T23:49:00.282Z Compiling half v1.8.3
26862026-06-25T23:49:00.665Z Compiling serde_cbor v0.11.2
26872026-06-25T23:49:00.763Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-06-25T23:49:00.977Z Compiling bb8 v0.8.6
26892026-06-25T23:49:01.367Z Compiling trait-variant v0.1.2
26902026-06-25T23:49:01.637Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26912026-06-25T23:49:01.714Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-06-25T23:49:01.734Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-06-25T23:49:01.819Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26942026-06-25T23:49:01.953Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26952026-06-25T23:49:02.004Z Compiling samael v0.0.19
26962026-06-25T23:49:02.031Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26972026-06-25T23:49:02.055Z Compiling fxhash v0.2.1
26982026-06-25T23:49:02.124Z Compiling libz-sys v1.1.24
26992026-06-25T23:49:02.220Z Compiling salty v0.3.0
27002026-06-25T23:49:02.512Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-25T23:49:02.571Z Compiling nonempty v0.12.0
27022026-06-25T23:49:02.800Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-25T23:49:03.023Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27042026-06-25T23:49:03.459Z Compiling kstat-rs v0.2.4
27052026-06-25T23:49:03.962Z Compiling arc-swap v1.8.2
27062026-06-25T23:49:03.965Z Compiling fs-err v2.11.0
27072026-06-25T23:49:04.292Z Compiling slog-scope v4.4.1
27082026-06-25T23:49:04.413Z Compiling polar-core v0.27.3
27092026-06-25T23:49:04.472Z Compiling mime_guess v2.0.5
27102026-06-25T23:49:04.541Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27112026-06-25T23:49:04.643Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27122026-06-25T23:49:04.881Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-06-25T23:49:05.009Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27142026-06-25T23:49:05.217Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-06-25T23:49:05.403Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27162026-06-25T23:49:05.927Z Compiling nanorand v0.7.0
27172026-06-25T23:49:06.301Z Compiling darling_core v0.23.0
27182026-06-25T23:49:06.329Z Compiling libgit2-sys v0.18.3+1.9.2
27192026-06-25T23:49:06.370Z Compiling parking_lot_core v0.8.6
27202026-06-25T23:49:06.675Z Compiling flume v0.11.1
27212026-06-25T23:49:07.085Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-25T23:49:08.302Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27232026-06-25T23:49:08.535Z Compiling slog-stdlog v4.1.1
27242026-06-25T23:49:08.539Z Compiling darling_macro v0.23.0
27252026-06-25T23:49:08.730Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27262026-06-25T23:49:08.948Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27272026-06-25T23:49:09.016Z Compiling primeorder v0.13.6
27282026-06-25T23:49:09.086Z Compiling atty v0.2.14
27292026-06-25T23:49:09.236Z Compiling parse-size v1.1.0
27302026-06-25T23:49:09.338Z Compiling http-range v0.1.5
27312026-06-25T23:49:09.462Z Compiling instability v0.3.11
27322026-06-25T23:49:09.621Z Compiling strsim v0.10.0
27332026-06-25T23:49:09.677Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-06-25T23:49:09.916Z Compiling async-bb8-diesel v0.2.1
27352026-06-25T23:49:09.937Z Compiling diesel-dtrace v0.5.0
27362026-06-25T23:49:10.248Z Compiling darling_core v0.13.4
27372026-06-25T23:49:10.297Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27382026-06-25T23:49:10.370Z Compiling p384 v0.13.1
27392026-06-25T23:49:12.006Z Compiling darling v0.23.0
27402026-06-25T23:49:12.121Z Compiling slog-envlogger v2.2.0
27412026-06-25T23:49:13.484Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27422026-06-25T23:49:13.967Z Compiling oso v0.27.3
27432026-06-25T23:49:14.277Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27442026-06-25T23:49:14.750Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27452026-06-25T23:49:14.975Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27462026-06-25T23:49:15.161Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-06-25T23:49:17.179Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27482026-06-25T23:49:18.569Z Compiling ignore v0.4.25
27492026-06-25T23:49:18.707Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-06-25T23:49:18.730Z Compiling castaway v0.2.4
27512026-06-25T23:49:18.820Z Compiling vergen-git2 v9.1.0
27522026-06-25T23:49:18.895Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-06-25T23:49:19.058Z Compiling indoc v2.0.7
27542026-06-25T23:49:19.179Z Compiling compact_str v0.8.1
27552026-06-25T23:49:19.219Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-06-25T23:49:19.895Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-06-25T23:49:20.212Z Compiling globwalk v0.9.1
27582026-06-25T23:49:20.234Z Compiling parking_lot v0.11.2
27592026-06-25T23:49:20.337Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-06-25T23:49:20.592Z Compiling hyper-staticfile v0.10.1
27612026-06-25T23:49:20.884Z Compiling darling_macro v0.13.4
27622026-06-25T23:49:21.391Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27632026-06-25T23:49:21.473Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27642026-06-25T23:49:21.531Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27652026-06-25T23:49:21.800Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27662026-06-25T23:49:21.984Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27672026-06-25T23:49:22.048Z Compiling predicates-tree v1.0.13
27682026-06-25T23:49:22.265Z Compiling unicode-truncate v1.1.0
27692026-06-25T23:49:22.476Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27702026-06-25T23:49:22.507Z Compiling lru v0.12.5
27712026-06-25T23:49:22.698Z Compiling prefix-trie v0.7.0
27722026-06-25T23:49:22.738Z Compiling rand_seeder v0.4.0
27732026-06-25T23:49:22.830Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-06-25T23:49:22.995Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27752026-06-25T23:49:23.195Z Compiling cassowary v0.3.0
27762026-06-25T23:49:23.253Z Compiling illumos-nvpair-sys v0.2.0
27772026-06-25T23:49:23.319Z Compiling rustls v0.21.12
27782026-06-25T23:49:23.489Z Compiling corncobs v0.1.4
27792026-06-25T23:49:23.564Z Compiling ratatui v0.29.0
27802026-06-25T23:49:23.595Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27812026-06-25T23:49:23.684Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-25T23:49:23.778Z Compiling hickory-server v0.25.2
27832026-06-25T23:49:23.805Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27842026-06-25T23:49:24.052Z Compiling camino-tempfile-ext v0.3.3
27852026-06-25T23:49:24.254Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-25T23:49:24.425Z Compiling darling v0.13.4
27872026-06-25T23:49:24.681Z Compiling sled v0.34.7
27882026-06-25T23:49:24.833Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27892026-06-25T23:49:25.244Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27902026-06-25T23:49:25.323Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27912026-06-25T23:49:27.046Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27922026-06-25T23:49:27.137Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27932026-06-25T23:49:27.362Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27942026-06-25T23:49:27.588Z Compiling sct v0.7.1
27952026-06-25T23:49:27.864Z Compiling rustls-webpki v0.101.7
27962026-06-25T23:49:28.039Z Compiling secrecy v0.8.0
27972026-06-25T23:49:28.062Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-06-25T23:49:28.990Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27992026-06-25T23:49:29.608Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-06-25T23:49:29.633Z Compiling serde_with_macros v1.5.2
28012026-06-25T23:49:30.323Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28022026-06-25T23:49:30.472Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28032026-06-25T23:49:32.008Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-06-25T23:49:32.042Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28052026-06-25T23:49:32.188Z Compiling git2 v0.20.4
28062026-06-25T23:49:32.208Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28072026-06-25T23:49:32.434Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28082026-06-25T23:49:32.658Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28092026-06-25T23:49:32.884Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28102026-06-25T23:49:33.027Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28112026-06-25T23:49:33.111Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28122026-06-25T23:49:33.254Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28132026-06-25T23:49:33.358Z Compiling void v1.0.2
28142026-06-25T23:49:33.537Z Compiling lzss v0.8.2
28152026-06-25T23:49:33.967Z Compiling illumos-nvpair v0.3.0
28162026-06-25T23:49:34.743Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28172026-06-25T23:49:35.047Z Compiling serde_with v1.14.0
28182026-06-25T23:49:35.368Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-06-25T23:49:35.704Z Compiling tokio-rustls v0.24.1
28202026-06-25T23:49:36.263Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28212026-06-25T23:49:36.314Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28222026-06-25T23:49:38.909Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28232026-06-25T23:49:39.167Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28242026-06-25T23:49:39.190Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28252026-06-25T23:49:39.909Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28262026-06-25T23:49:40.165Z Compiling tungstenite v0.23.0
28272026-06-25T23:49:40.408Z Compiling rustls-pemfile v1.0.4
28282026-06-25T23:49:40.832Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28292026-06-25T23:49:40.950Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-06-25T23:49:41.153Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28312026-06-25T23:49:41.213Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28322026-06-25T23:49:41.383Z Compiling nix v0.27.1
28332026-06-25T23:49:42.049Z Compiling twox-hash v2.1.2
28342026-06-25T23:49:42.570Z Compiling serde_bytes v0.11.19
28352026-06-25T23:49:42.591Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28362026-06-25T23:49:42.672Z Compiling tokio-tungstenite v0.23.1
28372026-06-25T23:49:42.881Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28382026-06-25T23:49:42.959Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28392026-06-25T23:49:42.984Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28402026-06-25T23:49:43.052Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28412026-06-25T23:49:43.272Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28422026-06-25T23:49:44.677Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-06-25T23:49:45.340Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-06-25T23:49:45.541Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-06-25T23:49:45.955Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28462026-06-25T23:49:46.172Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28472026-06-25T23:49:46.788Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28482026-06-25T23:49:47.002Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28492026-06-25T23:49:47.139Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28502026-06-25T23:49:47.336Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28512026-06-25T23:49:47.765Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-06-25T23:49:48.290Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28532026-06-25T23:49:48.718Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-06-25T23:49:48.906Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28552026-06-25T23:49:51.811Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28562026-06-25T23:49:52.308Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-06-25T23:49:53.081Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28582026-06-25T23:49:53.557Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-06-25T23:49:53.614Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-06-25T23:49:54.201Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28612026-06-25T23:49:54.417Z Compiling signal-hook-tokio v0.3.1
28622026-06-25T23:49:54.592Z Compiling fatfs v0.3.6
28632026-06-25T23:49:54.623Z Compiling yasna v0.5.2
28642026-06-25T23:49:54.904Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28652026-06-25T23:49:55.187Z Compiling seq-macro v0.3.6
28662026-06-25T23:49:55.711Z Compiling assert_matches v1.5.0
28672026-06-25T23:49:55.819Z Compiling is_ci v1.2.0
28682026-06-25T23:49:55.904Z Compiling rcgen v0.12.1
28692026-06-25T23:49:56.043Z Compiling supports-color v3.0.2
28702026-06-25T23:49:56.155Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28712026-06-25T23:49:56.341Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28722026-06-25T23:49:56.624Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28732026-06-25T23:49:58.752Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28742026-06-25T23:49:58.988Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28752026-06-25T23:49:59.214Z Compiling subprocess v0.2.15
28762026-06-25T23:50:00.083Z Compiling rtoolbox v0.0.3
28772026-06-25T23:50:00.368Z Compiling rpassword v7.4.0
28782026-06-25T23:50:00.518Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792026-06-25T23:50:00.607Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-06-25T23:50:00.668Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28812026-06-25T23:50:01.525Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-06-25T23:50:01.690Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-06-25T23:50:01.857Z Compiling tui-tree-widget v0.23.1
28842026-06-25T23:50:02.173Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28852026-06-25T23:50:03.642Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28862026-06-25T23:50:04.060Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28872026-06-25T23:50:04.370Z Compiling uzers v0.12.2
28882026-06-25T23:50:05.660Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28892026-06-25T23:50:05.867Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28902026-06-25T23:50:06.307Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28912026-06-25T23:50:06.728Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922026-06-25T23:50:09.432Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28932026-06-25T23:50:09.905Z Compiling support-bundle-viewer v0.1.2
28942026-06-25T23:50:11.711Z Compiling multimap v0.10.1
28952026-06-25T23:50:26.822Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-06-25T23:50:26.925Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
28972026-06-25T23:50:33.659Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-06-25T23:50:34.094Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-06-25T23:50:34.373Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29002026-06-25T23:57:25.125Z Finished `release` profile [optimized] target(s) in 9m 04s
29012026-06-25T23:58:11.090Z
29022026-06-25T23:58:11.090Zreal 9:51.196027131
29032026-06-25T23:58:11.094Zuser 1:20:26.673047382
29042026-06-25T23:58:11.094Zsys 3:30.817976662
29052026-06-25T23:58:11.094Ztrap 1.814701601
29062026-06-25T23:58:11.094Ztflt 2.198918037
29072026-06-25T23:58:11.094Zdflt 19.986365598
29082026-06-25T23:58:11.094Zkflt 0.005911428
29092026-06-25T23:58:11.094Zlock 7:05:49.164565544
29102026-06-25T23:58:11.094Zslp 2:16:07.787784190
29112026-06-25T23:58:11.094Zlat 2:23.209047451
29122026-06-25T23:58:11.094Zstop 5:14.088058737
29132026-06-25T23:58:11.094Z+ mapfile -t packages
29142026-06-25T23:58:11.094Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29152026-06-25T23:58:11.979Z Finished `release` profile [optimized] target(s) in 0.87s
29162026-06-25T23:58:12.047Z Running `target/release/omicron-package -t test list-outputs`
29172026-06-25T23:58:12.109ZLogging to: /work/oxidecomputer/omicron/out/LOG
29182026-06-25T23:58:12.112Z+ ptime -m cargo build --locked --release -p xtask
29192026-06-25T23:58:12.578Z Compiling libc v0.2.185
29202026-06-25T23:58:12.578Z Compiling serde v1.0.228
29212026-06-25T23:58:12.578Z Compiling serde_core v1.0.228
29222026-06-25T23:58:12.581Z Compiling rustix v1.1.3
29232026-06-25T23:58:12.665Z Compiling bitflags v2.11.0
29242026-06-25T23:58:12.668Z Compiling serde_json v1.0.149
29252026-06-25T23:58:12.712Z Compiling num-traits v0.2.19
29262026-06-25T23:58:12.719Z Compiling syn v2.0.117
29272026-06-25T23:58:12.729Z Compiling smallvec v1.15.1
29282026-06-25T23:58:12.759Z Compiling indexmap v2.14.0
29292026-06-25T23:58:12.759Z Compiling usdt-impl v0.5.0
29302026-06-25T23:58:12.769Z Compiling syn v1.0.109
29312026-06-25T23:58:12.792Z Compiling log v0.4.29
29322026-06-25T23:58:12.796Z Compiling percent-encoding v2.3.2
29332026-06-25T23:58:12.937Z Compiling getrandom v0.4.1
29342026-06-25T23:58:13.001Z Compiling form_urlencoded v1.2.2
29352026-06-25T23:58:13.122Z Compiling fs-err v3.3.0
29362026-06-25T23:58:13.133Z Compiling anyhow v1.0.102
29372026-06-25T23:58:13.169Z Compiling once_cell v1.21.3
29382026-06-25T23:58:13.205Z Compiling heck v0.4.1
29392026-06-25T23:58:13.452Z Compiling thread-id v4.2.2
29402026-06-25T23:58:13.472Z Compiling errno v0.3.14
29412026-06-25T23:58:13.476Z Compiling memmap v0.7.0
29422026-06-25T23:58:13.725Z Compiling ordered-float v2.10.1
29432026-06-25T23:58:14.257Z Compiling proc-macro-error v1.0.4
29442026-06-25T23:58:14.497Z Compiling tabled_derive v0.7.0
29452026-06-25T23:58:14.511Z Compiling terminal_size v0.4.3
29462026-06-25T23:58:14.511Z Compiling tempfile v3.25.0
29472026-06-25T23:58:14.637Z Compiling clap_builder v4.6.0
29482026-06-25T23:58:14.637Z Compiling textwrap v0.16.2
29492026-06-25T23:58:14.755Z Compiling camino-tempfile v1.4.1
29502026-06-25T23:58:15.180Z Compiling tabled v0.15.0
29512026-06-25T23:58:15.273Z Compiling synstructure v0.13.2
29522026-06-25T23:58:15.273Z Compiling pest_generator v2.8.6
29532026-06-25T23:58:15.635Z Compiling serde_derive v1.0.228
29542026-06-25T23:58:15.638Z Compiling zerovec-derive v0.11.2
29552026-06-25T23:58:15.638Z Compiling displaydoc v0.2.5
29562026-06-25T23:58:15.638Z Compiling thiserror-impl v1.0.69
29572026-06-25T23:58:15.638Z Compiling zerocopy-derive v0.7.35
29582026-06-25T23:58:15.638Z Compiling scroll_derive v0.12.1
29592026-06-25T23:58:15.638Z Compiling thiserror-impl v2.0.18
29602026-06-25T23:58:15.638Z Compiling clap_derive v4.6.1
29612026-06-25T23:58:15.682Z Compiling zerofrom-derive v0.1.6
29622026-06-25T23:58:15.749Z Compiling yoke-derive v0.8.1
29632026-06-25T23:58:15.823Z Compiling pest_derive v2.8.6
29642026-06-25T23:58:16.356Z Compiling scroll v0.12.0
29652026-06-25T23:58:16.524Z Compiling zerocopy v0.7.35
29662026-06-25T23:58:16.685Z Compiling goblin v0.8.2
29672026-06-25T23:58:16.823Z Compiling zerofrom v0.1.6
29682026-06-25T23:58:16.857Z Compiling thiserror v1.0.69
29692026-06-25T23:58:16.866Z Compiling thiserror v2.0.18
29702026-06-25T23:58:16.968Z Compiling yoke v0.8.1
29712026-06-25T23:58:16.982Z Compiling dtrace-parser v0.2.0
29722026-06-25T23:58:17.183Z Compiling zerovec v0.11.5
29732026-06-25T23:58:17.255Z Compiling zerotrie v0.2.3
29742026-06-25T23:58:17.379Z Compiling clap v4.6.1
29752026-06-25T23:58:17.814Z Compiling tinystr v0.8.2
29762026-06-25T23:58:18.043Z Compiling icu_locale_core v2.1.1
29772026-06-25T23:58:18.695Z Compiling potential_utf v0.1.4
29782026-06-25T23:58:18.901Z Compiling icu_collections v2.1.1
29792026-06-25T23:58:18.963Z Compiling icu_provider v2.1.1
29802026-06-25T23:58:19.334Z Compiling icu_normalizer v2.1.1
29812026-06-25T23:58:19.355Z Compiling icu_properties v2.1.2
29822026-06-25T23:58:19.406Z Compiling serde_spanned v0.6.9
29832026-06-25T23:58:19.418Z Compiling toml_datetime v0.6.11
29842026-06-25T23:58:19.577Z Compiling dof v0.3.0
29852026-06-25T23:58:19.589Z Compiling serde-value v0.7.0
29862026-06-25T23:58:19.607Z Compiling cargo-platform v0.2.0
29872026-06-25T23:58:19.619Z Compiling toml_edit v0.22.27
29882026-06-25T23:58:19.638Z Compiling macaddr v1.0.1
29892026-06-25T23:58:19.810Z Compiling serde_tokenstream v0.2.3
29902026-06-25T23:58:20.249Z Compiling idna_adapter v1.2.1
29912026-06-25T23:58:20.401Z Compiling idna v1.1.0
29922026-06-25T23:58:20.560Z Compiling usdt-macro v0.5.0
29932026-06-25T23:58:20.641Z Compiling usdt-attr-macro v0.5.0
29942026-06-25T23:58:20.744Z Compiling url v2.5.8
29952026-06-25T23:58:21.234Z Compiling toml v0.8.23
29962026-06-25T23:58:21.264Z Compiling usdt v0.5.0
29972026-06-25T23:58:21.678Z Compiling cargo-util-schemas v0.8.2
29982026-06-25T23:58:21.679Z Compiling cargo_toml v0.21.0
29992026-06-25T23:58:22.727Z Compiling cargo_metadata v0.21.0
30002026-06-25T23:58:26.226Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30012026-06-25T23:58:29.270Z Finished `release` profile [optimized] target(s) in 17.14s
30022026-06-25T23:58:29.381Z
30032026-06-25T23:58:29.384Zreal 17.233630760
30042026-06-25T23:58:29.384Zuser 2:22.962373778
30052026-06-25T23:58:29.384Zsys 16.833864526
30062026-06-25T23:58:29.384Ztrap 0.094603324
30072026-06-25T23:58:29.384Ztflt 0.591813832
30082026-06-25T23:58:29.384Zdflt 1.621173463
30092026-06-25T23:58:29.384Zkflt 0.000069670
30102026-06-25T23:58:29.384Zlock 5:21.717427960
30112026-06-25T23:58:29.384Zslp 3:25.885934317
30122026-06-25T23:58:29.384Zlat 5.242181375
30132026-06-25T23:58:29.384Zstop 18.604349143
30142026-06-25T23:58:29.384Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30152026-06-25T23:58:29.384Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-06-25T23:58:29.384Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30172026-06-25T23:58:29.384Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-06-25T23:58:29.384Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30192026-06-25T23:58:30.280Z Compiling progenitor-client v0.14.0
30202026-06-25T23:58:30.280Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30212026-06-25T23:58:30.284Z Compiling newtype-uuid-macros v0.1.0
30222026-06-25T23:58:30.284Z Compiling match_cfg v0.1.0
30232026-06-25T23:58:30.284Z Compiling slog-json v2.6.1
30242026-06-25T23:58:30.284Z Compiling structmeta-derive v0.3.0
30252026-06-25T23:58:30.284Z Compiling rustls v0.22.4
30262026-06-25T23:58:30.284Z Compiling rustls-webpki v0.102.8
30272026-06-25T23:58:30.284Z Compiling multer v3.1.0
30282026-06-25T23:58:30.284Z Compiling debug-ignore v1.0.5
30292026-06-25T23:58:30.422Z Compiling compression-core v0.4.31
30302026-06-25T23:58:30.425Z Compiling atomicwrites v0.4.4
30312026-06-25T23:58:30.425Z Compiling itertools v0.14.0
30322026-06-25T23:58:30.495Z Compiling async-stream-impl v0.3.6
30332026-06-25T23:58:30.498Z Compiling serde_spanned v1.0.4
30342026-06-25T23:58:30.498Z Compiling toml_datetime v1.0.0+spec-1.1.0
30352026-06-25T23:58:30.526Z Compiling hostname v0.3.1
30362026-06-25T23:58:30.695Z Compiling slog-bunyan v2.5.0
30372026-06-25T23:58:30.711Z Compiling compression-codecs v0.4.37
30382026-06-25T23:58:30.714Z Compiling dropshot v0.17.0
30392026-06-25T23:58:30.714Z Compiling toml_writer v1.0.6+spec-1.1.0
30402026-06-25T23:58:30.759Z Compiling waitgroup v0.1.2
30412026-06-25T23:58:30.796Z Compiling dropshot_endpoint v0.17.0
30422026-06-25T23:58:30.812Z Compiling rustls-pemfile v2.2.0
30432026-06-25T23:58:30.895Z Compiling serde_path_to_error v0.1.20
30442026-06-25T23:58:30.898Z Compiling hostname v0.4.2
30452026-06-25T23:58:30.933Z Compiling toml v1.0.6+spec-1.1.0
30462026-06-25T23:58:30.936Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30472026-06-25T23:58:30.989Z Compiling async-compression v0.4.41
30482026-06-25T23:58:31.046Z Compiling macaddr v1.0.1
30492026-06-25T23:58:31.066Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30502026-06-25T23:58:31.086Z Compiling instant v0.1.13
30512026-06-25T23:58:31.144Z Compiling regress v0.10.5
30522026-06-25T23:58:31.186Z Compiling backon v1.6.0
30532026-06-25T23:58:31.225Z Compiling async-stream v0.3.6
30542026-06-25T23:58:31.242Z Compiling backoff v0.4.0
30552026-06-25T23:58:31.275Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30562026-06-25T23:58:31.300Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30572026-06-25T23:58:31.338Z Compiling humantime v2.3.0
30582026-06-25T23:58:31.341Z Compiling universal-hash v0.5.1
30592026-06-25T23:58:31.389Z Compiling progenitor-extras v0.2.0
30602026-06-25T23:58:31.412Z Compiling opaque-debug v0.3.1
30612026-06-25T23:58:31.429Z Compiling regress v0.11.1
30622026-06-25T23:58:31.485Z Compiling half v2.7.1
30632026-06-25T23:58:31.502Z Compiling crucible-workspace-hack v0.1.0
30642026-06-25T23:58:31.521Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-06-25T23:58:31.525Z Compiling ciborium-io v0.2.2
30662026-06-25T23:58:31.554Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-06-25T23:58:31.557Z Compiling structmeta v0.3.0
30682026-06-25T23:58:31.626Z Compiling convert_case v0.4.0
30692026-06-25T23:58:31.643Z Compiling aead v0.5.2
30702026-06-25T23:58:31.665Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-06-25T23:58:31.713Z Compiling secrecy v0.10.3
30722026-06-25T23:58:31.745Z Compiling poly1305 v0.8.0
30732026-06-25T23:58:31.766Z Compiling ciborium-ll v0.2.2
30742026-06-25T23:58:31.811Z Compiling derive-ex v0.1.8
30752026-06-25T23:58:31.828Z Compiling parse-display-derive v0.10.0
30762026-06-25T23:58:31.911Z Compiling chacha20 v0.9.1
30772026-06-25T23:58:31.932Z Compiling unsafe-libyaml v0.2.11
30782026-06-25T23:58:31.952Z Compiling ciborium v0.2.2
30792026-06-25T23:58:31.968Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30802026-06-25T23:58:32.003Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-06-25T23:58:32.024Z Compiling derive_more v0.99.20
30822026-06-25T23:58:32.198Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30832026-06-25T23:58:32.221Z Compiling thiserror-impl-no-std v2.0.2
30842026-06-25T23:58:32.242Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30852026-06-25T23:58:32.303Z Compiling byte-wrapper v0.1.0
30862026-06-25T23:58:32.400Z Compiling password-hash v0.5.0
30872026-06-25T23:58:32.528Z Compiling serde_yaml v0.9.34+deprecated
30882026-06-25T23:58:32.556Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30892026-06-25T23:58:32.572Z Compiling blake2 v0.10.6
30902026-06-25T23:58:32.670Z Compiling toml_datetime v0.7.5+spec-1.1.0
30912026-06-25T23:58:32.674Z Compiling chacha20poly1305 v0.10.1
30922026-06-25T23:58:32.674Z Compiling indent_write v2.2.0
30932026-06-25T23:58:32.720Z Compiling heapless v0.8.0
30942026-06-25T23:58:32.842Z Compiling argon2 v0.5.3
30952026-06-25T23:58:32.857Z Compiling ingot-macros v0.1.1
30962026-06-25T23:58:32.860Z Compiling tabwriter v1.4.1
30972026-06-25T23:58:32.981Z Compiling tokio-rustls v0.25.0
30982026-06-25T23:58:33.043Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-06-25T23:58:33.138Z Compiling typify-impl v0.6.2
31002026-06-25T23:58:33.379Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31012026-06-25T23:58:33.485Z Compiling thiserror-no-std v2.0.2
31022026-06-25T23:58:33.591Z Compiling test-strategy v0.4.5
31032026-06-25T23:58:33.608Z Compiling vsss-rs v3.3.4
31042026-06-25T23:58:33.626Z Compiling parse-display v0.10.0
31052026-06-25T23:58:33.671Z Compiling proc-macro-crate v3.4.0
31062026-06-25T23:58:33.957Z Compiling hash32 v0.3.1
31072026-06-25T23:58:34.096Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31082026-06-25T23:58:34.113Z Compiling smoltcp v0.11.0
31092026-06-25T23:58:34.175Z Compiling cobs v0.3.0
31102026-06-25T23:58:34.271Z Compiling num_enum_derive v0.7.6
31112026-06-25T23:58:34.335Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31122026-06-25T23:58:34.434Z Compiling colored v3.1.1
31132026-06-25T23:58:34.457Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31142026-06-25T23:58:34.474Z Compiling postcard v1.1.3
31152026-06-25T23:58:34.494Z Compiling proc-macro-error v1.0.4
31162026-06-25T23:58:34.539Z Compiling proc-macro-crate v1.3.1
31172026-06-25T23:58:34.702Z Compiling foreign-types-macros v0.2.3
31182026-06-25T23:58:34.719Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31192026-06-25T23:58:34.745Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31202026-06-25T23:58:34.831Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31212026-06-25T23:58:34.852Z Compiling rayon-core v1.13.0
31222026-06-25T23:58:34.855Z Compiling cpufeatures v0.3.0
31232026-06-25T23:58:34.868Z Compiling foreign-types-shared v0.3.1
31242026-06-25T23:58:34.969Z Compiling chacha20 v0.10.0
31252026-06-25T23:58:34.986Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31262026-06-25T23:58:35.006Z Compiling num_enum_derive v0.5.11
31272026-06-25T23:58:35.123Z Compiling crossbeam-deque v0.8.6
31282026-06-25T23:58:35.190Z Compiling camino-tempfile v1.4.1
31292026-06-25T23:58:35.208Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31302026-06-25T23:58:35.233Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31312026-06-25T23:58:35.251Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31322026-06-25T23:58:35.255Z Compiling cstr-argument v0.1.2
31332026-06-25T23:58:35.331Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31342026-06-25T23:58:35.369Z Compiling foreign-types v0.5.0
31352026-06-25T23:58:35.404Z Compiling num_enum v0.7.6
31362026-06-25T23:58:35.452Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31372026-06-25T23:58:35.452Z Compiling rand v0.10.0
31382026-06-25T23:58:35.487Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31392026-06-25T23:58:35.569Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31402026-06-25T23:58:35.592Z Compiling zone_cfg_derive v0.3.1
31412026-06-25T23:58:35.691Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31422026-06-25T23:58:35.734Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31432026-06-25T23:58:35.756Z Compiling rayon v1.11.0
31442026-06-25T23:58:35.804Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31452026-06-25T23:58:35.829Z Compiling itertools v0.12.1
31462026-06-25T23:58:35.845Z Compiling num-derive v0.4.2
31472026-06-25T23:58:35.866Z Compiling sigpipe v0.1.3
31482026-06-25T23:58:35.888Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31492026-06-25T23:58:35.907Z Compiling glob v0.3.3
31502026-06-25T23:58:35.930Z Compiling ingot-types v0.1.2
31512026-06-25T23:58:35.978Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31522026-06-25T23:58:36.020Z Compiling smf v0.2.3
31532026-06-25T23:58:36.060Z Compiling whoami v1.6.1
31542026-06-25T23:58:36.125Z Compiling num_enum v0.5.11
31552026-06-25T23:58:36.245Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-06-25T23:58:36.276Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31572026-06-25T23:58:36.318Z Compiling ingot v0.1.1
31582026-06-25T23:58:36.335Z Compiling usdt-attr-macro v0.5.0
31592026-06-25T23:58:36.373Z Compiling usdt-macro v0.5.0
31602026-06-25T23:58:36.392Z Compiling gethostname v0.5.0
31612026-06-25T23:58:36.440Z Compiling num-rational v0.4.2
31622026-06-25T23:58:36.541Z Compiling num-complex v0.4.6
31632026-06-25T23:58:36.572Z Compiling memmap v0.7.0
31642026-06-25T23:58:36.615Z Compiling derive-where v1.6.0
31652026-06-25T23:58:36.746Z Compiling float-ord v0.3.2
31662026-06-25T23:58:36.795Z Compiling toml v0.8.23
31672026-06-25T23:58:36.846Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31682026-06-25T23:58:36.889Z Compiling resolv-conf v0.7.6
31692026-06-25T23:58:36.970Z Compiling num v0.4.3
31702026-06-25T23:58:37.053Z Compiling zone v0.3.1
31712026-06-25T23:58:37.070Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-06-25T23:58:37.108Z Compiling owo-colors v4.3.0
31732026-06-25T23:58:37.181Z Compiling cancel-safe-futures v0.1.5
31742026-06-25T23:58:37.198Z Compiling usdt v0.5.0
31752026-06-25T23:58:37.231Z Compiling libsw-core v0.3.2
31762026-06-25T23:58:37.268Z Compiling prettyplease v0.2.37
31772026-06-25T23:58:37.291Z Compiling console v0.15.11
31782026-06-25T23:58:37.423Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31792026-06-25T23:58:37.466Z Compiling libsw v3.5.0
31802026-06-25T23:58:37.518Z Compiling hickory-proto v0.24.4
31812026-06-25T23:58:37.556Z Compiling newline-converter v0.3.0
31822026-06-25T23:58:37.591Z Compiling libefi-sys v0.1.0
31832026-06-25T23:58:37.688Z Compiling linear-map v1.2.0
31842026-06-25T23:58:37.706Z Compiling linked-hash-map v0.5.6
31852026-06-25T23:58:37.709Z Compiling expectorate v1.2.0
31862026-06-25T23:58:37.823Z Compiling git-stub v1.0.0
31872026-06-25T23:58:37.845Z Compiling bitfield-struct v0.6.2
31882026-06-25T23:58:37.873Z Compiling typify-macro v0.6.2
31892026-06-25T23:58:37.906Z Compiling lru-cache v0.1.2
31902026-06-25T23:58:37.909Z Compiling nom v8.0.0
31912026-06-25T23:58:37.939Z Compiling semver v0.1.20
31922026-06-25T23:58:38.024Z Compiling git-stub-vcs v0.1.0
31932026-06-25T23:58:38.043Z Compiling tokio-dtrace v0.1.1
31942026-06-25T23:58:38.061Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31952026-06-25T23:58:38.118Z Compiling dropshot-api-manager-types v0.7.2
31962026-06-25T23:58:38.163Z Compiling slog-dtrace v0.3.0
31972026-06-25T23:58:38.333Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
31982026-06-25T23:58:38.356Z Compiling rustc_version v0.1.7
31992026-06-25T23:58:38.372Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-06-25T23:58:38.405Z Compiling minimal-lexical v0.2.1
32012026-06-25T23:58:38.470Z Compiling oxide-tokio-rt v0.1.4
32022026-06-25T23:58:38.487Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32032026-06-25T23:58:38.491Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32042026-06-25T23:58:38.522Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32052026-06-25T23:58:38.580Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-06-25T23:58:38.620Z Compiling newtype_derive v0.1.6
32072026-06-25T23:58:38.693Z Compiling nom v7.1.3
32082026-06-25T23:58:38.731Z Compiling phf_shared v0.12.1
32092026-06-25T23:58:38.793Z Compiling csv-core v0.1.13
32102026-06-25T23:58:38.851Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-06-25T23:58:38.873Z Compiling xshell-macros v0.2.7
32122026-06-25T23:58:38.909Z Compiling chrono-tz v0.10.4
32132026-06-25T23:58:38.942Z Compiling highway v1.3.0
32142026-06-25T23:58:39.086Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32152026-06-25T23:58:39.120Z Compiling csv v1.4.0
32162026-06-25T23:58:39.164Z Compiling const_format_proc_macros v0.2.34
32172026-06-25T23:58:39.181Z Compiling phf v0.12.1
32182026-06-25T23:58:39.310Z Compiling xshell v0.2.7
32192026-06-25T23:58:39.352Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32202026-06-25T23:58:39.356Z Compiling primeorder v0.13.6
32212026-06-25T23:58:39.489Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32222026-06-25T23:58:39.589Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32232026-06-25T23:58:39.674Z Compiling tabled_derive v0.7.0
32242026-06-25T23:58:39.706Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-06-25T23:58:39.803Z Compiling typify v0.6.2
32262026-06-25T23:58:39.853Z Compiling hickory-resolver v0.24.4
32272026-06-25T23:58:39.944Z Compiling progenitor-impl v0.14.0
32282026-06-25T23:58:40.011Z Compiling bcs v0.1.6
32292026-06-25T23:58:40.059Z Compiling salty v0.3.0
32302026-06-25T23:58:40.076Z Compiling const_format v0.2.35
32312026-06-25T23:58:40.128Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32322026-06-25T23:58:40.346Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32332026-06-25T23:58:40.387Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32342026-06-25T23:58:40.406Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32352026-06-25T23:58:40.444Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32362026-06-25T23:58:40.467Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32372026-06-25T23:58:40.681Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32382026-06-25T23:58:40.699Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32392026-06-25T23:58:40.741Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32402026-06-25T23:58:40.853Z Compiling termtree v0.5.1
32412026-06-25T23:58:40.926Z Compiling tagptr v0.2.0
32422026-06-25T23:58:40.952Z Compiling qorb v0.4.1
32432026-06-25T23:58:40.983Z Compiling textwrap v0.16.2
32442026-06-25T23:58:41.042Z Compiling tabled v0.15.0
32452026-06-25T23:58:41.114Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-06-25T23:58:41.207Z Compiling moka v0.12.13
32472026-06-25T23:58:41.415Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-06-25T23:58:41.502Z Compiling steno v0.4.1
32492026-06-25T23:58:41.669Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32502026-06-25T23:58:41.744Z Compiling radium v0.7.0
32512026-06-25T23:58:41.838Z Compiling base64 v0.21.7
32522026-06-25T23:58:41.920Z Compiling hickory-resolver v0.25.2
32532026-06-25T23:58:42.073Z Compiling p384 v0.13.1
32542026-06-25T23:58:42.167Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32552026-06-25T23:58:42.189Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32562026-06-25T23:58:42.206Z Compiling maybe-uninit v2.0.0
32572026-06-25T23:58:42.469Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-06-25T23:58:42.517Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-06-25T23:58:42.650Z Compiling tap v1.0.1
32602026-06-25T23:58:42.674Z Compiling progenitor-macro v0.14.0
32612026-06-25T23:58:42.713Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-25T23:58:42.774Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-25T23:58:42.792Z Compiling wyz v0.5.1
32642026-06-25T23:58:43.023Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32652026-06-25T23:58:43.040Z Compiling proc-macro-error-attr2 v2.0.0
32662026-06-25T23:58:43.118Z Compiling parking_lot_core v0.8.6
32672026-06-25T23:58:43.372Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32682026-06-25T23:58:43.416Z Compiling utf-8 v0.7.6
32692026-06-25T23:58:43.436Z Compiling funty v2.0.0
32702026-06-25T23:58:43.439Z Compiling packed_struct v0.10.1
32712026-06-25T23:58:43.537Z Compiling proc-macro-error2 v2.0.1
32722026-06-25T23:58:43.584Z Compiling tungstenite v0.21.0
32732026-06-25T23:58:43.622Z Compiling polyval v0.6.2
32742026-06-25T23:58:43.637Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32752026-06-25T23:58:43.767Z Compiling packed_struct_codegen v0.10.1
32762026-06-25T23:58:43.889Z Compiling bitvec v1.0.1
32772026-06-25T23:58:43.889Z Compiling num-derive v0.3.3
32782026-06-25T23:58:43.922Z Compiling bitfield-macros v0.19.4
32792026-06-25T23:58:44.065Z Compiling zerocopy-derive v0.6.6
32802026-06-25T23:58:44.085Z Compiling indexmap v1.9.3
32812026-06-25T23:58:44.102Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32822026-06-25T23:58:44.246Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32832026-06-25T23:58:44.317Z Compiling crc-catalog v2.4.0
32842026-06-25T23:58:44.334Z Compiling nodrop v0.1.14
32852026-06-25T23:58:44.435Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32862026-06-25T23:58:44.453Z Compiling array-init v0.0.4
32872026-06-25T23:58:44.456Z Compiling crc v3.4.0
32882026-06-25T23:58:44.539Z Compiling tokio-tungstenite v0.21.0
32892026-06-25T23:58:44.557Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32902026-06-25T23:58:44.575Z Compiling tabled_derive v0.11.0
32912026-06-25T23:58:44.684Z Compiling ghash v0.5.1
32922026-06-25T23:58:44.730Z Compiling bitfield v0.19.4
32932026-06-25T23:58:44.844Z Compiling smallvec v0.6.14
32942026-06-25T23:58:44.881Z Compiling libscf-sys v1.1.0
32952026-06-25T23:58:44.899Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
32962026-06-25T23:58:44.924Z Compiling progenitor-impl v0.13.0
32972026-06-25T23:58:44.946Z Compiling papergrid v0.17.0
32982026-06-25T23:58:44.984Z Compiling zerocopy v0.6.6
32992026-06-25T23:58:45.004Z Compiling testing_table v0.3.0
33002026-06-25T23:58:45.058Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33012026-06-25T23:58:45.074Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33022026-06-25T23:58:45.089Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33032026-06-25T23:58:45.184Z Compiling ctr v0.9.2
33042026-06-25T23:58:45.199Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-06-25T23:58:45.247Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33062026-06-25T23:58:45.351Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33072026-06-25T23:58:45.382Z Compiling corncobs v0.1.4
33082026-06-25T23:58:45.405Z Compiling unicase v2.9.0
33092026-06-25T23:58:45.421Z Compiling hashbrown v0.12.3
33102026-06-25T23:58:45.465Z Compiling illumos-nvpair-sys v0.2.0
33112026-06-25T23:58:45.537Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-06-25T23:58:45.582Z Compiling aes-gcm v0.10.3
33132026-06-25T23:58:45.636Z Compiling mime_guess v2.0.5
33142026-06-25T23:58:45.687Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33152026-06-25T23:58:45.727Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33162026-06-25T23:58:45.808Z Compiling parking_lot v0.11.2
33172026-06-25T23:58:45.823Z Compiling serde-hex v0.1.0
33182026-06-25T23:58:45.937Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33192026-06-25T23:58:45.954Z Compiling tabled v0.20.0
33202026-06-25T23:58:46.096Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33212026-06-25T23:58:46.262Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33222026-06-25T23:58:46.403Z Compiling ron v0.8.1
33232026-06-25T23:58:46.478Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33242026-06-25T23:58:46.500Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-06-25T23:58:46.657Z Compiling hashbrown v0.13.2
33262026-06-25T23:58:46.708Z Compiling progenitor-client v0.13.0
33272026-06-25T23:58:46.725Z Compiling prefix-trie v0.7.0
33282026-06-25T23:58:46.999Z Compiling blowfish v0.9.1
33292026-06-25T23:58:47.079Z Compiling ssh-encoding v0.2.0
33302026-06-25T23:58:47.165Z Compiling fxhash v0.2.1
33312026-06-25T23:58:47.212Z Compiling secrecy v0.8.0
33322026-06-25T23:58:47.276Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33332026-06-25T23:58:47.332Z Compiling crc-any v2.5.0
33342026-06-25T23:58:47.397Z Compiling sled v0.34.7
33352026-06-25T23:58:47.451Z Compiling ssh-cipher v0.2.0
33362026-06-25T23:58:47.468Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-06-25T23:58:47.551Z Compiling bcrypt-pbkdf v0.10.0
33382026-06-25T23:58:47.602Z Compiling object v0.30.4
33392026-06-25T23:58:47.651Z Compiling hickory-server v0.25.2
33402026-06-25T23:58:47.691Z Compiling progenitor-macro v0.13.0
33412026-06-25T23:58:47.871Z Compiling progenitor v0.14.0
33422026-06-25T23:58:47.914Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33432026-06-25T23:58:47.984Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33442026-06-25T23:58:48.031Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33452026-06-25T23:58:48.049Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-06-25T23:58:48.266Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33472026-06-25T23:58:48.495Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33482026-06-25T23:58:48.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33492026-06-25T23:58:48.618Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33502026-06-25T23:58:48.752Z Compiling password-hash v0.4.2
33512026-06-25T23:58:48.837Z Compiling http-range v0.1.5
33522026-06-25T23:58:49.031Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-06-25T23:58:49.060Z Compiling path-slash v0.1.5
33542026-06-25T23:58:49.145Z Compiling half v1.8.3
33552026-06-25T23:58:49.179Z Compiling crc8 v0.1.1
33562026-06-25T23:58:49.239Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-25T23:58:49.393Z Compiling serde_cbor v0.11.2
33582026-06-25T23:58:49.451Z Compiling pbkdf2 v0.11.0
33592026-06-25T23:58:49.590Z Compiling illumos-nvpair v0.3.0
33602026-06-25T23:58:49.694Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33612026-06-25T23:58:49.873Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33622026-06-25T23:58:50.038Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33632026-06-25T23:58:50.112Z Compiling ssh-key v0.6.7
33642026-06-25T23:58:50.399Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33652026-06-25T23:58:50.700Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-06-25T23:58:50.821Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33672026-06-25T23:58:50.945Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33682026-06-25T23:58:51.167Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33692026-06-25T23:58:51.240Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33702026-06-25T23:58:51.289Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33712026-06-25T23:58:51.347Z Compiling p521 v0.13.3
33722026-06-25T23:58:51.419Z Compiling p256 v0.13.2
33732026-06-25T23:58:51.525Z Compiling yasna v0.5.2
33742026-06-25T23:58:51.751Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33752026-06-25T23:58:51.809Z Compiling kstat-rs v0.2.4
33762026-06-25T23:58:51.852Z Compiling headers-core v0.3.0
33772026-06-25T23:58:52.002Z Compiling nanorand v0.7.0
33782026-06-25T23:58:52.030Z Compiling atty v0.2.14
33792026-06-25T23:58:52.149Z Compiling russh-cryptovec v0.7.3
33802026-06-25T23:58:52.173Z Compiling home v0.5.12
33812026-06-25T23:58:52.256Z Compiling md5 v0.7.0
33822026-06-25T23:58:52.320Z Compiling flume v0.11.1
33832026-06-25T23:58:52.336Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33842026-06-25T23:58:52.355Z Compiling rcgen v0.12.1
33852026-06-25T23:58:52.375Z Compiling headers v0.4.1
33862026-06-25T23:58:52.568Z Compiling russh-keys v0.45.0
33872026-06-25T23:58:52.596Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33882026-06-25T23:58:52.664Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33892026-06-25T23:58:52.756Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33902026-06-25T23:58:52.857Z Compiling progenitor v0.13.0
33912026-06-25T23:58:53.042Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33922026-06-25T23:58:53.165Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33932026-06-25T23:58:53.199Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33942026-06-25T23:58:53.247Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
33952026-06-25T23:58:53.285Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
33962026-06-25T23:58:53.321Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33972026-06-25T23:58:53.391Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
33982026-06-25T23:58:53.534Z Compiling hyper-staticfile v0.10.1
33992026-06-25T23:58:53.703Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34002026-06-25T23:58:53.721Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34012026-06-25T23:58:53.797Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34022026-06-25T23:58:54.048Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-06-25T23:58:54.052Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34042026-06-25T23:58:54.085Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34052026-06-25T23:58:54.110Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34062026-06-25T23:58:54.157Z Compiling num-bigint v0.4.6
34072026-06-25T23:58:54.225Z Compiling des v0.8.1
34082026-06-25T23:58:54.282Z Compiling subprocess v0.2.15
34092026-06-25T23:58:54.301Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34102026-06-25T23:58:54.375Z Compiling hex-literal v0.4.1
34112026-06-25T23:58:54.419Z Compiling display-error-chain v0.2.2
34122026-06-25T23:58:54.471Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34132026-06-25T23:58:54.520Z Compiling colored v2.2.0
34142026-06-25T23:58:54.546Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34152026-06-25T23:58:54.583Z Compiling internet-checksum v0.2.1
34162026-06-25T23:58:54.773Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34172026-06-25T23:58:54.912Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34182026-06-25T23:58:55.390Z Compiling russh v0.45.0
34192026-06-25T23:58:55.571Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34202026-06-25T23:58:56.400Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34212026-06-25T23:58:57.294Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34222026-06-25T23:58:57.294Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34232026-06-25T23:58:59.714Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34242026-06-25T23:58:59.807Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34252026-06-25T23:59:00.406Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34262026-06-25T23:59:00.853Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34272026-06-25T23:59:02.285Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34282026-06-25T23:59:10.604Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34292026-06-25T23:59:10.604Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34302026-06-25T23:59:10.604Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34312026-06-25T23:59:10.607Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34322026-06-25T23:59:12.441Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34332026-06-25T23:59:12.458Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34342026-06-25T23:59:16.567Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34352026-06-25T23:59:56.761Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
34362026-06-25T23:59:56.978Z
34372026-06-25T23:59:56.978Zreal 1:27.530672169
34382026-06-25T23:59:56.978Zuser 8:05.141587377
34392026-06-25T23:59:56.978Zsys 1:38.449147478
34402026-06-25T23:59:56.978Ztrap 0.255246261
34412026-06-25T23:59:56.978Ztflt 0.550419786
34422026-06-25T23:59:56.978Zdflt 1.511794069
34432026-06-25T23:59:56.978Zkflt 0.000487840
34442026-06-25T23:59:56.978Zlock 28:31.534979682
34452026-06-25T23:59:56.981Zslp 18:15.894419151
34462026-06-25T23:59:56.982Zlat 35.869606586
34472026-06-25T23:59:56.982Zstop 2:45.079364549
34482026-06-25T23:59:56.982Z+ mkdir tests
34492026-06-25T23:59:56.987Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34502026-06-25T23:59:56.987Z+ xargs -I '{}' -t cp '{}' tests/
34512026-06-25T23:59:57.009Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-abedb56dce9149c1 tests/
34522026-06-25T23:59:57.038Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2d4ae26e5892fb9 tests/
34532026-06-25T23:59:57.069Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-3f1f110410e5c8cf tests/
34542026-06-25T23:59:57.110Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0f60d05b842747e0 tests/
34552026-06-25T23:59:57.367Z+ 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/* tools/opte_version tools/opte_version_override)
34562026-06-25T23:59:57.370Z+ 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-f2d4ae26e5892fb9 tests/commtest-3f1f110410e5c8cf tests/dhcp_server-abedb56dce9149c1 tests/end_to_end_tests-0f60d05b842747e0 tools/opte_version tools/opte_version_override 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
34572026-06-26T00:01:18.609ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34582026-06-26T00:01:18.609Za .github/buildomat/ci-env.sh 1K
34592026-06-26T00:01:18.609Za out/target/test 1K
34602026-06-26T00:01:18.609Za out/npuzone/npuzone 27402K
34612026-06-26T00:01:18.609Za package-manifest.toml 35K
34622026-06-26T00:01:18.609Za smf/sled-agent/non-gimlet/config.toml 6K
34632026-06-26T00:01:18.609Za target/release/omicron-package 44673K
34642026-06-26T00:01:18.609Za target/release/xtask 11142K
34652026-06-26T00:01:18.609Za target/debug/bootstrap 356993K
34662026-06-26T00:01:18.609Za tests/bootstrap-f2d4ae26e5892fb9 31975K
34672026-06-26T00:01:18.609Za tests/commtest-3f1f110410e5c8cf 43619K
34682026-06-26T00:01:18.609Za tests/dhcp_server-abedb56dce9149c1 31975K
34692026-06-26T00:01:18.609Za tests/end_to_end_tests-0f60d05b842747e0 399874K
34702026-06-26T00:01:18.609Za tools/opte_version 1K
34712026-06-26T00:01:18.609Za tools/opte_version_override 2K
34722026-06-26T00:01:18.609Za out/clickhouse.tar.gz 314108K
34732026-06-26T00:01:18.609Za out/clickhouse_keeper.tar.gz 299289K
34742026-06-26T00:01:18.609Za out/clickhouse_server.tar.gz 314106K
34752026-06-26T00:01:18.609Za out/cockroachdb.tar.gz 157623K
34762026-06-26T00:01:18.609Za out/crucible-pantry-zone.tar.gz 36692K
34772026-06-26T00:01:18.609Za out/crucible-utils.tar 16478K
34782026-06-26T00:01:18.609Za out/crucible-zone.tar.gz 52262K
34792026-06-26T00:01:18.609Za out/external-dns.tar.gz 42832K
34802026-06-26T00:01:18.609Za out/internal-dns.tar.gz 42831K
34812026-06-26T00:01:18.609Za out/mg-ddm-gz.tar 97917K
34822026-06-26T00:01:18.610Za out/nexus.tar.gz 276171K
34832026-06-26T00:01:18.610Za out/ntp.tar.gz 24547K
34842026-06-26T00:01:18.610Za out/omicron-gateway-softnpu.tar.gz 29299K
34852026-06-26T00:01:18.610Za out/omicron-sled-agent.tar 193530K
34862026-06-26T00:01:18.610Za out/overlay.tar.gz 3K
34872026-06-26T00:01:18.610Za out/oximeter.tar.gz 62630K
34882026-06-26T00:01:18.610Za out/oxlog.tar 3809K
34892026-06-26T00:01:18.610Za out/probe.tar.gz 3037K
34902026-06-26T00:01:18.610Za out/propolis-server.tar.gz 34918K
34912026-06-26T00:01:18.610Za out/pumpkind-gz.tar 26647K
34922026-06-26T00:01:18.610Za out/switch-softnpu.tar.gz 446358K
34932026-06-26T00:01:18.614Z
34942026-06-26T00:01:18.614Zreal 1:21.240997548
34952026-06-26T00:01:18.614Zuser 1:18.493509565
34962026-06-26T00:01:18.614Zsys 4.507635497
34972026-06-26T00:01:18.614Ztrap 0.007331873
34982026-06-26T00:01:18.614Ztflt 0.000000000
34992026-06-26T00:01:18.614Zdflt 0.000000000
35002026-06-26T00:01:18.614Zkflt 0.000000000
35012026-06-26T00:01:18.614Zlock 0.000000000
35022026-06-26T00:01:18.614Zslp 1:18.417091638
35032026-06-26T00:01:18.614Zlat 1.051622784
35042026-06-26T00:01:18.614Zstop 0.000236480
35052026-06-26T00:01:18.614Zprocess exited: duration 997227 ms, exit code 0
 
35062026-06-26T00:01:18.629Zfound 1 output files
35072026-06-26T00:01:18.629Zuploading: /work/package.tar.gz (2482104466 bytes)
35082026-06-26T00:01:49.076Zuploaded: /work/package.tar.gz