01KVKFB349Z6XN0NQR53Q277AD: 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: 01KVKFBGN70704091WPSK7B6VH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T21:36:22.000Zjob assigned to worker 01KVKFBK7P1J1HTBEZVD0FTBSJ [factory aws, i-0c7ab9ba95015392b] (queued for 55 s)
 
22026-06-20T21:36:29.676Zstarting task 0: "setup"
32026-06-20T21:36:29.681Z++ uname -s
42026-06-20T21:36:29.683Z+ kern=SunOS
52026-06-20T21:36:29.683Z+ build_user=build
62026-06-20T21:36:29.683Z+ build_uid=12345
72026-06-20T21:36:29.684Z+ work_dir=/work
82026-06-20T21:36:29.684Z+ input_dir=/input
92026-06-20T21:36:29.684Z+ [[ 0 == 12345 ]]
102026-06-20T21:36:29.684Z+ case "$kern" in
112026-06-20T21:36:29.684Z+ groupadd -g 12345 build
122026-06-20T21:36:29.686Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T21:36:31.692Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T21:36:31.870Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T21:36:31.873Z+ home_fs=zfs
162026-06-20T21:36:31.873Z+ [[ zfs == autofs ]]
172026-06-20T21:36:31.873Z+ mkdir -p /home/build
182026-06-20T21:36:31.876Z+ chown build:build /home/build /work
192026-06-20T21:36:33.876Z+ chmod 0700 /home/build /work
202026-06-20T21:36:33.879Zprocess exited: duration 4205 ms, exit code 0
 
212026-06-20T21:36:33.884Zstarting task 1: "rust-toolchain"
222026-06-20T21:36:33.889Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T21:36:33.889Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-20T21:36:33.889Z * rust toolchain channel = "1.94.0"
252026-06-20T21:36:33.889Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-20T21:36:33.889Z * rust toolchain profile = "default"
272026-06-20T21:36:33.889Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T21:36:33.892Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T21:36:33.892Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T21:36:34.003Zinfo: downloading installer
312026-06-20T21:36:35.601Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T21:36:35.601Zwarn: /home/build/.rustup/settings.toml
332026-06-20T21:36:35.601Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T21:36:35.601Zwarn: instead of the one inferred from the default host triple.
352026-06-20T21:36:35.613Zinfo: profile set to default
362026-06-20T21:36:35.614Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T21:36:35.616Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T21:36:35.780Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T21:36:35.782Zinfo: downloading 6 components
402026-06-20T21:36:51.722Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T21:36:51.722Z
422026-06-20T21:36:51.750Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T21:36:51.750Z
442026-06-20T21:36:51.750Z
452026-06-20T21:36:51.750ZRust is installed now. Great!
462026-06-20T21:36:51.750Z
472026-06-20T21:36:51.750ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T21:36:51.750Zenvironment variable. This has not been done automatically.
492026-06-20T21:36:51.750Z
502026-06-20T21:36:51.750ZTo configure your current shell, you need to source
512026-06-20T21:36:51.750Zthe corresponding env file under $HOME/.cargo.
522026-06-20T21:36:51.750Z
532026-06-20T21:36:51.750ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T21:36:51.753Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T21:36:51.753Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T21:36:51.753Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T21:36:51.753Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T21:36:51.753Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T21:36:51.753Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T21:36:51.753Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T21:36:51.753Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T21:36:51.842Z+ rustup --version
632026-06-20T21:36:51.848Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T21:36:51.851Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T21:36:51.869Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T21:36:51.872Z+ cargo --version
672026-06-20T21:36:51.880Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T21:36:51.883Z+ rustc --version
692026-06-20T21:36:51.903Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T21:36:51.906Zprocess exited: duration 18021 ms, exit code 0
 
712026-06-20T21:36:51.911Zstarting task 2: "authentication"
722026-06-20T21:36:51.929Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T21:36:51.934Zstarting task 3: "clone repository"
742026-06-20T21:36:51.938Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T21:36:51.941Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T21:36:51.973ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T21:37:01.262Z+ cd /work/oxidecomputer/omicron
782026-06-20T21:37:01.262Z+ git fetch origin 9ea74465c37f5e84f2b355af96681648081d62b0
792026-06-20T21:37:01.514ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T21:37:01.514Z * branch 9ea74465c37f5e84f2b355af96681648081d62b0 -> FETCH_HEAD
812026-06-20T21:37:01.528Z+ [[ -n sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
822026-06-20T21:37:01.531Z++ git branch --show-current
832026-06-20T21:37:01.531Z+ current=main
842026-06-20T21:37:01.531Z+ [[ main != sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config ]]
852026-06-20T21:37:01.531Z+ git branch -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config 9ea74465c37f5e84f2b355af96681648081d62b0
862026-06-20T21:37:01.535Z+ git checkout -f sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config
872026-06-20T21:37:01.598ZSwitched to branch 'sunshowers/spr/2n-sync-switch-move-bootstore-config-building-into-nexus-bootstore-config'
882026-06-20T21:37:01.601Z+ git reset --hard 9ea74465c37f5e84f2b355af96681648081d62b0
892026-06-20T21:37:01.658ZHEAD is now at 9ea74465c rename to nexus-switch-config
902026-06-20T21:37:01.661Zprocess exited: duration 9725 ms, exit code 0
 
912026-06-20T21:37:01.667Zstarting task 4: "build"
922026-06-20T21:37:01.672Z+ source .github/buildomat/ci-env.sh
932026-06-20T21:37:01.672Z++ export CARGO_TERM_COLOR=always
942026-06-20T21:37:01.672Z++ CARGO_TERM_COLOR=always
952026-06-20T21:37:01.672Z+ cargo --version
962026-06-20T21:37:01.682Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T21:37:01.684Z+ rustc --version
982026-06-20T21:37:01.705Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T21:37:01.708Z+ WORK=/work
1002026-06-20T21:37:01.708Z+ pfexec mkdir -p /work
1012026-06-20T21:37:01.711Z+ pfexec chown build /work
1022026-06-20T21:37:01.713Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-20T21:37:03.261Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-20T21:37:03.352Z Startup: Caching catalogs ... Done
1052026-06-20T21:37:03.698ZPlanning: Solver setup ... Done (0.307s)
1062026-06-20T21:37:03.720ZPlanning: Running solver ... Done (0.022s)
1072026-06-20T21:37:03.728ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-20T21:37:03.739ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-20T21:37:03.758ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-20T21:37:03.772ZPlanning: Package planning ... Done (0.014s)
1112026-06-20T21:37:03.774ZPlanning: Merging actions ... Done (0.001s)
1122026-06-20T21:37:03.972ZPlanning: Checking for conflicting actions ... Done (0.199s)
1132026-06-20T21:37:03.975ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-20T21:37:04.845ZPlanning: Evaluating mediators ... Done (0.871s)
1152026-06-20T21:37:04.848ZPlanning: Planning completed in 1.48 seconds
1162026-06-20T21:37:04.856Z Packages to install: 2
1172026-06-20T21:37:04.856Z Estimated space available: 156.07 GB
1182026-06-20T21:37:04.856ZEstimated space to be consumed: 26.78 MB
1192026-06-20T21:37:04.856Z Create boot environment: No
1202026-06-20T21:37:04.858ZCreate backup boot environment: No
1212026-06-20T21:37:04.858Z Rebuild boot archive: No
1222026-06-20T21:37:04.858Z
1232026-06-20T21:37:04.858ZChanged packages:
1242026-06-20T21:37:04.858Zhelios
1252026-06-20T21:37:04.858Z developer/build-essential
1262026-06-20T21:37:04.858Z None -> 11-3.0
1272026-06-20T21:37:04.858Z library/libxmlsec1
1282026-06-20T21:37:04.858Z None -> 1.2.35-3.0
1292026-06-20T21:37:04.882Z
1302026-06-20T21:37:04.882ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-20T21:37:05.391ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-06-20T21:37:05.450Z Actions: 1/268 actions (Installing new actions)
1332026-06-20T21:37:05.490Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-20T21:37:05.499ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-20T21:37:05.499ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-20T21:37:05.524ZFinalize: Updating image state ... Done (0.024s)
1372026-06-20T21:37:08.057ZFinalize: Creating fast lookup database ... Done (2.510s)
1382026-06-20T21:37:08.127ZFinalize: Reading search index ... Done (0.012s)
1392026-06-20T21:37:08.130ZFinalize: Updating search index ... Done (0.000s)
1402026-06-20T21:37:08.205ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-20T21:37:08.514ZPlanning: Evaluating mediator changes ... Done
1422026-06-20T21:37:08.618ZPlanning: Checking for conflicting actions ... Done
1432026-06-20T21:37:08.622ZPlanning: Consolidating action changes ... Done
1442026-06-20T21:37:08.778ZPlanning: Evaluating mediators ... Done
1452026-06-20T21:37:08.781ZPlanning: Planning completed in 0.26 seconds
1462026-06-20T21:37:08.802Z Mediators to change: 2
1472026-06-20T21:37:08.802Z Create boot environment: No
1482026-06-20T21:37:08.802ZCreate backup boot environment: No
1492026-06-20T21:37:08.885ZFinalize: Updating package state database ... Done
1502026-06-20T21:37:08.885ZFinalize: Updating package cache ... Done
1512026-06-20T21:37:08.901ZFinalize: Updating image state ... Done
1522026-06-20T21:37:10.840ZFinalize: Creating fast lookup database ... Done
1532026-06-20T21:37:10.901ZFinalize: Reading search index ... Done
1542026-06-20T21:37:10.904ZFinalize: Updating search index ... Done
1552026-06-20T21:37:10.994ZFinalize: Updating package cache ... Done
1562026-06-20T21:37:11.278ZPlanning: Evaluating mediator changes ... Done
1572026-06-20T21:37:11.383ZPlanning: Checking for conflicting actions ... Done
1582026-06-20T21:37:11.386ZPlanning: Consolidating action changes ... Done
1592026-06-20T21:37:11.544ZPlanning: Evaluating mediators ... Done
1602026-06-20T21:37:11.547ZPlanning: Planning completed in 0.27 seconds
1612026-06-20T21:37:11.568Z Mediators to change: 1
1622026-06-20T21:37:11.568Z Create boot environment: No
1632026-06-20T21:37:11.568ZCreate backup boot environment: No
1642026-06-20T21:37:11.637ZFinalize: Updating package state database ... Done
1652026-06-20T21:37:11.637ZFinalize: Updating package cache ... Done
1662026-06-20T21:37:11.653ZFinalize: Updating image state ... Done
1672026-06-20T21:37:13.606ZFinalize: Creating fast lookup database ... Done
1682026-06-20T21:37:13.672ZFinalize: Reading search index ... Done
1692026-06-20T21:37:13.675ZFinalize: Updating search index ... Done
1702026-06-20T21:37:13.756ZFinalize: Updating package cache ... Done
1712026-06-20T21:37:14.066ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-20T21:37:14.066Zapache system 2.4 system
1732026-06-20T21:37:14.066Zclang system 15 system
1742026-06-20T21:37:14.066Zcsh system system illumos
1752026-06-20T21:37:14.066Zctags system system illumos
1762026-06-20T21:37:14.066Zfile vendor vendor darwinsys
1772026-06-20T21:37:14.066Zfile system system illumos
1782026-06-20T21:37:14.066Zgcc vendor 14 vendor
1792026-06-20T21:37:14.066Zgcc system 13 system
1802026-06-20T21:37:14.066Zgcc system 10 system
1812026-06-20T21:37:14.066Zgo system 1.25 system
1822026-06-20T21:37:14.066Zllvm system 15 system
1832026-06-20T21:37:14.066Zmariadb system 11.4 system
1842026-06-20T21:37:14.066Zmta vendor vendor dma
1852026-06-20T21:37:14.066Zopenjdk system 17 system
1862026-06-20T21:37:14.066Zopenjdk system 11 system
1872026-06-20T21:37:14.066Zopenssl vendor 3 vendor
1882026-06-20T21:37:14.066Zperl system 5.40 system
1892026-06-20T21:37:14.066Zpostgresql system 18 system
1902026-06-20T21:37:14.066Zpostgresql system 17 system
1912026-06-20T21:37:14.066Zpython vendor 3 vendor
1922026-06-20T21:37:14.066Zpython system 2 system
1932026-06-20T21:37:14.067Zpython3 vendor 3.13 vendor
1942026-06-20T21:37:14.067Zruby system 3.4 system
1952026-06-20T21:37:14.067Zruby system 3.0 system
1962026-06-20T21:37:14.067Zwords vendor vendor american-english
1972026-06-20T21:37:14.067Zwords system system australian-english
1982026-06-20T21:37:14.067Zwords system system british-english
1992026-06-20T21:37:14.067Zwords system system canadian-english
2002026-06-20T21:37:14.067Zwords system system french
2012026-06-20T21:37:14.067Zwords system system italian
2022026-06-20T21:37:14.067Zwords system system ngerman
2032026-06-20T21:37:14.067Zwords system system ogerman
2042026-06-20T21:37:14.067Zwords system system spanish
2052026-06-20T21:37:14.315ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-20T21:37:14.315Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-20T21:37:14.610ZFMRI IFO
2082026-06-20T21:37:14.611Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-20T21:37:14.611Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-20T21:37:14.611Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-20T21:37:14.611Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-20T21:37:14.611Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-20T21:37:14.611Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-20T21:37:14.611Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-20T21:37:14.611Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-20T21:37:14.611Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-20T21:37:14.853Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-20T21:37:15.126Z Updating crates.io index
2192026-06-20T21:37:15.157Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-20T21:37:15.392Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-20T21:37:16.323Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-20T21:37:16.630Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-20T21:37:17.815Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-20T21:37:18.297Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-20T21:37:19.795Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-20T21:37:20.498Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-20T21:37:20.863Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-20T21:37:21.849Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-20T21:37:22.221Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-20T21:37:22.563Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-20T21:37:22.810Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-20T21:37:23.299Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-20T21:37:23.752Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-20T21:37:24.038Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-20T21:37:24.387Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-20T21:37:24.611Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-20T21:37:25.110Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-20T21:37:25.323Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-20T21:37:25.545Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-20T21:37:25.796Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-20T21:37:26.197Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-20T21:37:26.492Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-20T21:37:26.878Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-20T21:37:27.256Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-20T21:37:27.590Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-20T21:37:27.846Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-20T21:37:28.131Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-20T21:37:29.575Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-20T21:37:29.956Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-20T21:37:30.291Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-20T21:37:30.624Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-20T21:37:30.908Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-20T21:37:31.191Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-20T21:37:31.476Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-20T21:37:31.813Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-20T21:37:32.309Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-20T21:37:32.546Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-20T21:37:32.785Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-20T21:37:34.584Z Downloading crates ...
2602026-06-20T21:37:34.641Z Downloaded anstyle v1.0.14
2612026-06-20T21:37:34.643Z Downloaded anstream v1.0.0
2622026-06-20T21:37:34.646Z Downloaded ordered-float v2.10.1
2632026-06-20T21:37:34.646Z Downloaded is_terminal_polyfill v1.70.2
2642026-06-20T21:37:34.649Z Downloaded cargo_toml v0.21.0
2652026-06-20T21:37:34.649Z Downloaded tinystr v0.8.2
2662026-06-20T21:37:34.649Z Downloaded autocfg v1.5.0
2672026-06-20T21:37:34.652Z Downloaded usdt-impl v0.5.0
2682026-06-20T21:37:34.655Z Downloaded unicode-ident v1.0.24
2692026-06-20T21:37:34.658Z Downloaded tempfile v3.25.0
2702026-06-20T21:37:34.660Z Downloaded serde_derive v1.0.228
2712026-06-20T21:37:34.662Z Downloaded serde-value v0.7.0
2722026-06-20T21:37:34.665Z Downloaded memmap v0.7.0
2732026-06-20T21:37:34.670Z Downloaded clap_builder v4.6.0
2742026-06-20T21:37:34.674Z Downloaded unicode-xid v0.2.6
2752026-06-20T21:37:34.680Z Downloaded cargo-platform v0.2.0
2762026-06-20T21:37:34.683Z Downloaded toml_write v0.1.2
2772026-06-20T21:37:34.683Z Downloaded thiserror-impl v1.0.69
2782026-06-20T21:37:34.683Z Downloaded strsim v0.11.1
2792026-06-20T21:37:34.683Z Downloaded thiserror v1.0.69
2802026-06-20T21:37:34.683Z Downloaded zerofrom-derive v0.1.6
2812026-06-20T21:37:34.683Z Downloaded yoke-derive v0.8.1
2822026-06-20T21:37:34.683Z Downloaded usdt v0.5.0
2832026-06-20T21:37:34.683Z Downloaded thread-id v4.2.2
2842026-06-20T21:37:34.686Z Downloaded pest_derive v2.8.6
2852026-06-20T21:37:34.686Z Downloaded clap_derive v4.6.1
2862026-06-20T21:37:34.688Z Downloaded zerofrom v0.1.6
2872026-06-20T21:37:34.689Z Downloaded usdt-attr-macro v0.5.0
2882026-06-20T21:37:34.689Z Downloaded version_check v0.9.5
2892026-06-20T21:37:34.689Z Downloaded utf8_iter v1.0.4
2902026-06-20T21:37:34.691Z Downloaded proc-macro-error-attr v1.0.4
2912026-06-20T21:37:34.691Z Downloaded macaddr v1.0.1
2922026-06-20T21:37:34.691Z Downloaded idna v1.1.0
2932026-06-20T21:37:34.694Z Downloaded cargo-util-schemas v0.8.2
2942026-06-20T21:37:34.694Z Downloaded thiserror v2.0.18
2952026-06-20T21:37:34.697Z Downloaded zmij v1.0.21
2962026-06-20T21:37:34.699Z Downloaded dof v0.3.0
2972026-06-20T21:37:34.699Z Downloaded colorchoice v1.0.4
2982026-06-20T21:37:34.699Z Downloaded errno v0.3.14
2992026-06-20T21:37:34.701Z Downloaded cpufeatures v0.2.17
3002026-06-20T21:37:34.702Z Downloaded usdt-macro v0.5.0
3012026-06-20T21:37:34.702Z Downloaded equivalent v1.0.2
3022026-06-20T21:37:34.704Z Downloaded fastrand v2.3.0
3032026-06-20T21:37:34.704Z Downloaded typeid v1.0.3
3042026-06-20T21:37:34.706Z Downloaded toml_datetime v0.6.11
3052026-06-20T21:37:34.707Z Downloaded toml v0.8.23
3062026-06-20T21:37:34.709Z Downloaded plain v0.2.3
3072026-06-20T21:37:34.709Z Downloaded pretty-hex v0.4.1
3082026-06-20T21:37:34.709Z Downloaded anstyle-query v1.1.5
3092026-06-20T21:37:34.711Z Downloaded zerovec-derive v0.11.2
3102026-06-20T21:37:34.714Z Downloaded scroll_derive v0.12.1
3112026-06-20T21:37:34.717Z Downloaded utf8parse v0.2.2
3122026-06-20T21:37:34.717Z Downloaded ucd-trie v0.1.7
3132026-06-20T21:37:34.717Z Downloaded clap_lex v1.0.0
3142026-06-20T21:37:34.721Z Downloaded potential_utf v0.1.4
3152026-06-20T21:37:34.723Z Downloaded percent-encoding v2.3.2
3162026-06-20T21:37:34.724Z Downloaded heck v0.5.0
3172026-06-20T21:37:34.724Z Downloaded yoke v0.8.1
3182026-06-20T21:37:34.726Z Downloaded thiserror-impl v2.0.18
3192026-06-20T21:37:34.726Z Downloaded url v2.5.8
3202026-06-20T21:37:34.728Z Downloaded dtrace-parser v0.2.0
3212026-06-20T21:37:34.728Z Downloaded unicode-linebreak v0.1.5
3222026-06-20T21:37:34.731Z Downloaded writeable v0.6.2
3232026-06-20T21:37:34.733Z Downloaded block-buffer v0.10.4
3242026-06-20T21:37:34.733Z Downloaded zerotrie v0.2.3
3252026-06-20T21:37:34.736Z Downloaded typenum v1.19.0
3262026-06-20T21:37:34.738Z Downloaded terminal_size v0.4.3
3272026-06-20T21:37:34.738Z Downloaded pest_meta v2.8.6
3282026-06-20T21:37:34.738Z Downloaded generic-array v0.14.7
3292026-06-20T21:37:34.741Z Downloaded stable_deref_trait v1.2.1
3302026-06-20T21:37:34.741Z Downloaded zerocopy-derive v0.7.35
3312026-06-20T21:37:34.743Z Downloaded byteorder v1.5.0
3322026-06-20T21:37:34.743Z Downloaded textwrap v0.16.2
3332026-06-20T21:37:34.745Z Downloaded itoa v1.0.17
3342026-06-20T21:37:34.745Z Downloaded serde_spanned v0.6.9
3352026-06-20T21:37:34.746Z Downloaded cfg-if v1.0.4
3362026-06-20T21:37:34.748Z Downloaded toml_edit v0.22.27
3372026-06-20T21:37:34.750Z Downloaded idna_adapter v1.2.1
3382026-06-20T21:37:34.750Z Downloaded form_urlencoded v1.2.2
3392026-06-20T21:37:34.753Z Downloaded fnv v1.0.7
3402026-06-20T21:37:34.753Z Downloaded crypto-common v0.1.7
3412026-06-20T21:37:34.756Z Downloaded synstructure v0.13.2
3422026-06-20T21:37:34.758Z Downloaded digest v0.10.7
3432026-06-20T21:37:34.761Z Downloaded tabled_derive v0.7.0
3442026-06-20T21:37:34.764Z Downloaded swrite v0.1.0
3452026-06-20T21:37:34.766Z Downloaded smawk v0.3.2
3462026-06-20T21:37:34.768Z Downloaded zerocopy v0.7.35
3472026-06-20T21:37:34.775Z Downloaded serde_tokenstream v0.2.3
3482026-06-20T21:37:34.777Z Downloaded winnow v0.7.14
3492026-06-20T21:37:34.781Z Downloaded zerovec v0.11.5
3502026-06-20T21:37:34.784Z Downloaded displaydoc v0.2.5
3512026-06-20T21:37:34.786Z Downloaded sha2 v0.10.9
3522026-06-20T21:37:34.788Z Downloaded unicode-width v0.1.14
3532026-06-20T21:37:34.791Z Downloaded proc-macro-error v1.0.4
3542026-06-20T21:37:34.794Z Downloaded unicode-width v0.2.0
3552026-06-20T21:37:34.796Z Downloaded num-traits v0.2.19
3562026-06-20T21:37:34.796Z Downloaded heck v0.4.1
3572026-06-20T21:37:34.796Z Downloaded smallvec v1.15.1
3582026-06-20T21:37:34.799Z Downloaded litemap v0.8.1
3592026-06-20T21:37:34.799Z Downloaded erased-serde v0.4.9
3602026-06-20T21:37:34.801Z Downloaded fs-err v3.3.0
3612026-06-20T21:37:34.801Z Downloaded camino-tempfile v1.4.1
3622026-06-20T21:37:34.802Z Downloaded bytecount v0.6.9
3632026-06-20T21:37:34.805Z Downloaded quote v1.0.45
3642026-06-20T21:37:34.805Z Downloaded anstyle-parse v1.0.0
3652026-06-20T21:37:34.808Z Downloaded serde-untagged v0.1.9
3662026-06-20T21:37:34.808Z Downloaded semver v1.0.28
3672026-06-20T21:37:34.808Z Downloaded scroll v0.12.0
3682026-06-20T21:37:34.808Z Downloaded cargo_metadata v0.21.0
3692026-06-20T21:37:34.810Z Downloaded once_cell v1.21.3
3702026-06-20T21:37:34.814Z Downloaded anyhow v1.0.102
3712026-06-20T21:37:34.817Z Downloaded bitflags v2.11.0
3722026-06-20T21:37:34.822Z Downloaded camino v1.2.2
3732026-06-20T21:37:34.824Z Downloaded clap v4.6.1
3742026-06-20T21:37:34.831Z Downloaded serde_core v1.0.228
3752026-06-20T21:37:34.835Z Downloaded icu_provider v2.1.1
3762026-06-20T21:37:34.851Z Downloaded papergrid v0.11.0
3772026-06-20T21:37:34.854Z Downloaded getrandom v0.4.1
3782026-06-20T21:37:34.856Z Downloaded log v0.4.29
3792026-06-20T21:37:34.858Z Downloaded icu_properties v2.1.2
3802026-06-20T21:37:34.859Z Downloaded pest_generator v2.8.6
3812026-06-20T21:37:34.861Z Downloaded icu_normalizer_data v2.1.1
3822026-06-20T21:37:34.861Z Downloaded proc-macro2 v1.0.106
3832026-06-20T21:37:34.865Z Downloaded icu_collections v2.1.1
3842026-06-20T21:37:34.870Z Downloaded icu_locale_core v2.1.1
3852026-06-20T21:37:34.874Z Downloaded serde v1.0.228
3862026-06-20T21:37:34.877Z Downloaded indexmap v2.14.0
3872026-06-20T21:37:34.880Z Downloaded memchr v2.8.0
3882026-06-20T21:37:34.883Z Downloaded icu_normalizer v2.1.1
3892026-06-20T21:37:34.896Z Downloaded pest v2.8.6
3902026-06-20T21:37:34.899Z Downloaded tabled v0.15.0
3912026-06-20T21:37:34.915Z Downloaded hashbrown v0.17.0
3922026-06-20T21:37:34.918Z Downloaded serde_json v1.0.149
3932026-06-20T21:37:34.922Z Downloaded icu_properties_data v2.1.2
3942026-06-20T21:37:34.933Z Downloaded goblin v0.8.2
3952026-06-20T21:37:34.941Z Downloaded syn v1.0.109
3962026-06-20T21:37:34.955Z Downloaded syn v2.0.117
3972026-06-20T21:37:34.974Z Downloaded rustix v1.1.3
3982026-06-20T21:37:35.000Z Downloaded libc v0.2.185
3992026-06-20T21:37:35.063Z Compiling proc-macro2 v1.0.106
4002026-06-20T21:37:35.066Z Compiling unicode-ident v1.0.24
4012026-06-20T21:37:35.066Z Compiling quote v1.0.45
4022026-06-20T21:37:35.066Z Compiling serde_core v1.0.228
4032026-06-20T21:37:35.066Z Compiling libc v0.2.185
4042026-06-20T21:37:35.066Z Compiling version_check v0.9.5
4052026-06-20T21:37:35.066Z Compiling serde v1.0.228
4062026-06-20T21:37:35.066Z Compiling memchr v2.8.0
4072026-06-20T21:37:35.066Z Compiling stable_deref_trait v1.2.1
4082026-06-20T21:37:35.066Z Compiling zmij v1.0.21
4092026-06-20T21:37:35.066Z Compiling itoa v1.0.17
4102026-06-20T21:37:35.236Z Compiling ucd-trie v0.1.7
4112026-06-20T21:37:35.239Z Compiling autocfg v1.5.0
4122026-06-20T21:37:35.239Z Compiling thiserror v1.0.69
4132026-06-20T21:37:35.239Z Compiling writeable v0.6.2
4142026-06-20T21:37:35.451Z Compiling litemap v0.8.1
4152026-06-20T21:37:35.468Z Compiling rustix v1.1.3
4162026-06-20T21:37:35.701Z Compiling icu_normalizer_data v2.1.1
4172026-06-20T21:37:35.800Z Compiling icu_properties_data v2.1.2
4182026-06-20T21:37:35.836Z Compiling byteorder v1.5.0
4192026-06-20T21:37:35.837Z Compiling bitflags v2.11.0
4202026-06-20T21:37:35.837Z Compiling serde_json v1.0.149
4212026-06-20T21:37:35.954Z Compiling pest v2.8.6
4222026-06-20T21:37:36.077Z Compiling num-traits v0.2.19
4232026-06-20T21:37:36.102Z Compiling hashbrown v0.17.0
4242026-06-20T21:37:36.102Z Compiling typeid v1.0.3
4252026-06-20T21:37:36.128Z Compiling equivalent v1.0.2
4262026-06-20T21:37:36.199Z Compiling smallvec v1.15.1
4272026-06-20T21:37:36.269Z Compiling usdt-impl v0.5.0
4282026-06-20T21:37:36.277Z Compiling proc-macro-error-attr v1.0.4
4292026-06-20T21:37:36.310Z Compiling syn v1.0.109
4302026-06-20T21:37:36.364Z Compiling winnow v0.7.14
4312026-06-20T21:37:36.386Z Compiling toml_write v0.1.2
4322026-06-20T21:37:36.404Z Compiling erased-serde v0.4.9
4332026-06-20T21:37:36.427Z Compiling errno v0.3.14
4342026-06-20T21:37:36.494Z Compiling thread-id v4.2.2
4352026-06-20T21:37:36.542Z Compiling proc-macro-error v1.0.4
4362026-06-20T21:37:36.608Z Compiling log v0.4.29
4372026-06-20T21:37:36.634Z Compiling utf8parse v0.2.2
4382026-06-20T21:37:36.645Z Compiling utf8_iter v1.0.4
4392026-06-20T21:37:36.751Z Compiling indexmap v2.14.0
4402026-06-20T21:37:36.766Z Compiling percent-encoding v2.3.2
4412026-06-20T21:37:36.794Z Compiling plain v0.2.3
4422026-06-20T21:37:36.815Z Compiling thiserror v2.0.18
4432026-06-20T21:37:36.815Z Compiling getrandom v0.4.1
4442026-06-20T21:37:36.836Z Compiling camino v1.2.2
4452026-06-20T21:37:36.855Z Compiling syn v2.0.117
4462026-06-20T21:37:36.920Z Compiling form_urlencoded v1.2.2
4472026-06-20T21:37:36.982Z Compiling anstyle-parse v1.0.0
4482026-06-20T21:37:37.068Z Compiling pest_meta v2.8.6
4492026-06-20T21:37:37.186Z Compiling colorchoice v1.0.4
4502026-06-20T21:37:37.241Z Compiling ordered-float v2.10.1
4512026-06-20T21:37:37.244Z Compiling cfg-if v1.0.4
4522026-06-20T21:37:37.279Z Compiling pretty-hex v0.4.1
4532026-06-20T21:37:37.332Z Compiling anstyle-query v1.1.5
4542026-06-20T21:37:37.353Z Compiling is_terminal_polyfill v1.70.2
4552026-06-20T21:37:37.353Z Compiling anstyle v1.0.14
4562026-06-20T21:37:37.409Z Compiling terminal_size v0.4.3
4572026-06-20T21:37:37.463Z Compiling fs-err v3.3.0
4582026-06-20T21:37:37.466Z Compiling heck v0.5.0
4592026-06-20T21:37:37.501Z Compiling once_cell v1.21.3
4602026-06-20T21:37:37.518Z Compiling strsim v0.11.1
4612026-06-20T21:37:37.535Z Compiling fastrand v2.3.0
4622026-06-20T21:37:37.567Z Compiling anstream v1.0.0
4632026-06-20T21:37:37.619Z Compiling heck v0.4.1
4642026-06-20T21:37:37.637Z Compiling anyhow v1.0.102
4652026-06-20T21:37:37.740Z Compiling semver v1.0.28
4662026-06-20T21:37:37.841Z Compiling unicode-xid v0.2.6
4672026-06-20T21:37:37.863Z Compiling bytecount v0.6.9
4682026-06-20T21:37:37.882Z Compiling unicode-width v0.1.14
4692026-06-20T21:37:37.885Z Compiling clap_lex v1.0.0
4702026-06-20T21:37:37.920Z Compiling fnv v1.0.7
4712026-06-20T21:37:37.923Z Compiling tempfile v3.25.0
4722026-06-20T21:37:38.050Z Compiling clap_builder v4.6.0
4732026-06-20T21:37:38.101Z Compiling memmap v0.7.0
4742026-06-20T21:37:38.133Z Compiling serde-untagged v0.1.9
4752026-06-20T21:37:38.150Z Compiling papergrid v0.11.0
4762026-06-20T21:37:38.192Z Compiling unicode-width v0.2.0
4772026-06-20T21:37:38.218Z Compiling unicode-linebreak v0.1.5
4782026-06-20T21:37:38.237Z Compiling smawk v0.3.2
4792026-06-20T21:37:38.300Z Compiling camino-tempfile v1.4.1
4802026-06-20T21:37:38.335Z Compiling swrite v0.1.0
4812026-06-20T21:37:38.389Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-20T21:37:38.459Z Compiling textwrap v0.16.2
4832026-06-20T21:37:38.724Z Compiling tabled_derive v0.7.0
4842026-06-20T21:37:39.390Z Compiling synstructure v0.13.2
4852026-06-20T21:37:39.390Z Compiling pest_generator v2.8.6
4862026-06-20T21:37:39.426Z Compiling tabled v0.15.0
4872026-06-20T21:37:39.916Z Compiling serde_derive v1.0.228
4882026-06-20T21:37:39.916Z Compiling zerofrom-derive v0.1.6
4892026-06-20T21:37:39.920Z Compiling yoke-derive v0.8.1
4902026-06-20T21:37:39.920Z Compiling zerovec-derive v0.11.2
4912026-06-20T21:37:39.920Z Compiling displaydoc v0.2.5
4922026-06-20T21:37:39.920Z Compiling thiserror-impl v1.0.69
4932026-06-20T21:37:39.920Z Compiling zerocopy-derive v0.7.35
4942026-06-20T21:37:39.935Z Compiling scroll_derive v0.12.1
4952026-06-20T21:37:39.951Z Compiling thiserror-impl v2.0.18
4962026-06-20T21:37:40.001Z Compiling clap_derive v4.6.1
4972026-06-20T21:37:40.027Z Compiling pest_derive v2.8.6
4982026-06-20T21:37:40.610Z Compiling scroll v0.12.0
4992026-06-20T21:37:40.836Z Compiling goblin v0.8.2
5002026-06-20T21:37:40.896Z Compiling zerocopy v0.7.35
5012026-06-20T21:37:41.029Z Compiling zerofrom v0.1.6
5022026-06-20T21:37:41.131Z Compiling yoke v0.8.1
5032026-06-20T21:37:41.164Z Compiling dtrace-parser v0.2.0
5042026-06-20T21:37:41.284Z Compiling zerovec v0.11.5
5052026-06-20T21:37:41.284Z Compiling zerotrie v0.2.3
5062026-06-20T21:37:41.381Z Compiling clap v4.6.1
5072026-06-20T21:37:41.692Z Compiling tinystr v0.8.2
5082026-06-20T21:37:41.692Z Compiling potential_utf v0.1.4
5092026-06-20T21:37:41.821Z Compiling icu_collections v2.1.1
5102026-06-20T21:37:41.843Z Compiling icu_locale_core v2.1.1
5112026-06-20T21:37:42.378Z Compiling icu_provider v2.1.1
5122026-06-20T21:37:42.470Z Compiling toml_datetime v0.6.11
5132026-06-20T21:37:42.470Z Compiling serde_spanned v0.6.9
5142026-06-20T21:37:42.470Z Compiling serde-value v0.7.0
5152026-06-20T21:37:42.470Z Compiling cargo-platform v0.2.0
5162026-06-20T21:37:42.473Z Compiling macaddr v1.0.1
5172026-06-20T21:37:42.504Z Compiling dof v0.3.0
5182026-06-20T21:37:42.507Z Compiling serde_tokenstream v0.2.3
5192026-06-20T21:37:42.652Z Compiling icu_normalizer v2.1.1
5202026-06-20T21:37:42.652Z Compiling icu_properties v2.1.2
5212026-06-20T21:37:42.669Z Compiling toml_edit v0.22.27
5222026-06-20T21:37:43.258Z Compiling usdt-attr-macro v0.5.0
5232026-06-20T21:37:43.258Z Compiling usdt-macro v0.5.0
5242026-06-20T21:37:43.465Z Compiling idna_adapter v1.2.1
5252026-06-20T21:37:43.569Z Compiling idna v1.1.0
5262026-06-20T21:37:43.832Z Compiling usdt v0.5.0
5272026-06-20T21:37:43.849Z Compiling url v2.5.8
5282026-06-20T21:37:43.960Z Compiling toml v0.8.23
5292026-06-20T21:37:44.292Z Compiling cargo-util-schemas v0.8.2
5302026-06-20T21:37:44.292Z Compiling cargo_toml v0.21.0
5312026-06-20T21:37:45.083Z Compiling cargo_metadata v0.21.0
5322026-06-20T21:37:46.012Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-20T21:37:48.089Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.40s
5342026-06-20T21:37:48.318Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-20T21:37:48.812Z Downloading crates ...
5362026-06-20T21:37:48.912Z Downloaded adler2 v2.0.1
5372026-06-20T21:37:48.918Z Downloaded assert_matches v1.5.0
5382026-06-20T21:37:48.926Z Downloaded cfg_aliases v0.2.1
5392026-06-20T21:37:48.930Z Downloaded crossbeam-utils v0.8.21
5402026-06-20T21:37:48.933Z Downloaded crossbeam-epoch v0.9.18
5412026-06-20T21:37:48.935Z Downloaded async-recursion v1.1.1
5422026-06-20T21:37:48.938Z Downloaded defmt v0.3.100
5432026-06-20T21:37:48.938Z Downloaded crc-any v2.5.0
5442026-06-20T21:37:48.938Z Downloaded float-ord v0.3.2
5452026-06-20T21:37:48.941Z Downloaded dsl_auto_type v0.2.0
5462026-06-20T21:37:48.941Z Downloaded display-error-chain v0.2.2
5472026-06-20T21:37:48.941Z Downloaded bb8 v0.8.6
5482026-06-20T21:37:48.944Z Downloaded derive_builder_core v0.20.2
5492026-06-20T21:37:48.944Z Downloaded bitfield-macros v0.19.4
5502026-06-20T21:37:48.944Z Downloaded arrayref v0.3.9
5512026-06-20T21:37:48.947Z Downloaded atty v0.2.14
5522026-06-20T21:37:48.947Z Downloaded crucible-workspace-hack v0.1.0
5532026-06-20T21:37:48.950Z Downloaded cpufeatures v0.3.0
5542026-06-20T21:37:48.950Z Downloaded aead v0.5.2
5552026-06-20T21:37:48.952Z Downloaded argon2 v0.5.3
5562026-06-20T21:37:48.952Z Downloaded anstyle-parse v0.2.7
5572026-06-20T21:37:48.956Z Downloaded crunchy v0.2.4
5582026-06-20T21:37:48.958Z Downloaded cobs v0.3.0
5592026-06-20T21:37:48.958Z Downloaded darling_macro v0.21.3
5602026-06-20T21:37:48.958Z Downloaded atomicwrites v0.4.4
5612026-06-20T21:37:48.958Z Downloaded async-stream-impl v0.3.6
5622026-06-20T21:37:48.961Z Downloaded darling_core v0.13.4
5632026-06-20T21:37:48.965Z Downloaded bit-set v0.5.3
5642026-06-20T21:37:48.967Z Downloaded env_filter v1.0.0
5652026-06-20T21:37:48.967Z Downloaded chacha20 v0.9.1
5662026-06-20T21:37:48.970Z Downloaded ascii-canvas v3.0.0
5672026-06-20T21:37:48.973Z Downloaded dof v0.4.0
5682026-06-20T21:37:48.973Z Downloaded darling_macro v0.20.11
5692026-06-20T21:37:48.976Z Downloaded cstr-argument v0.1.2
5702026-06-20T21:37:48.976Z Downloaded enum-as-inner v0.6.1
5712026-06-20T21:37:48.976Z Downloaded dirs-sys-next v0.1.2
5722026-06-20T21:37:48.976Z Downloaded compression-codecs v0.4.37
5732026-06-20T21:37:48.978Z Downloaded arrayvec v0.7.6
5742026-06-20T21:37:48.981Z Downloaded cmake v0.1.57
5752026-06-20T21:37:48.981Z Downloaded cassowary v0.3.0
5762026-06-20T21:37:48.984Z Downloaded byte-wrapper v0.1.0
5772026-06-20T21:37:48.987Z Downloaded bitfield-struct v0.6.2
5782026-06-20T21:37:48.987Z Downloaded cargo-platform v0.3.2
5792026-06-20T21:37:48.987Z Downloaded async-trait v0.1.89
5802026-06-20T21:37:48.990Z Downloaded float-cmp v0.10.0
5812026-06-20T21:37:48.990Z Downloaded defmt-parser v1.0.0
5822026-06-20T21:37:48.993Z Downloaded dirs-next v2.0.0
5832026-06-20T21:37:48.993Z Downloaded constant_time_eq v0.4.2
5842026-06-20T21:37:48.996Z Downloaded ciborium-ll v0.2.2
5852026-06-20T21:37:48.996Z Downloaded bcrypt-pbkdf v0.10.0
5862026-06-20T21:37:48.996Z Downloaded base16ct v0.2.0
5872026-06-20T21:37:48.996Z Downloaded darling_core v0.21.3
5882026-06-20T21:37:48.999Z Downloaded bit-set v0.8.0
5892026-06-20T21:37:49.001Z Downloaded atomic-waker v1.1.2
5902026-06-20T21:37:49.004Z Downloaded fixedbitset v0.4.2
5912026-06-20T21:37:49.004Z Downloaded dyn-clone v1.0.20
5922026-06-20T21:37:49.006Z Downloaded castaway v0.2.4
5932026-06-20T21:37:49.006Z Downloaded dunce v1.0.5
5942026-06-20T21:37:49.009Z Downloaded downcast-rs v2.0.2
5952026-06-20T21:37:49.009Z Downloaded document-features v0.2.12
5962026-06-20T21:37:49.012Z Downloaded endian-type v0.1.2
5972026-06-20T21:37:49.012Z Downloaded darling_macro v0.13.4
5982026-06-20T21:37:49.012Z Downloaded diesel_table_macro_syntax v0.3.0
5992026-06-20T21:37:49.014Z Downloaded darling_macro v0.23.0
6002026-06-20T21:37:49.015Z Downloaded crc8 v0.1.1
6012026-06-20T21:37:49.015Z Downloaded crc v3.4.0
6022026-06-20T21:37:49.017Z Downloaded compression-core v0.4.31
6032026-06-20T21:37:49.017Z Downloaded ciborium-io v0.2.2
6042026-06-20T21:37:49.017Z Downloaded curve25519-dalek-derive v0.1.1
6052026-06-20T21:37:49.017Z Downloaded embedded-io v0.4.0
6062026-06-20T21:37:49.020Z Downloaded crc-catalog v2.4.0
6072026-06-20T21:37:49.020Z Downloaded difflib v0.4.0
6082026-06-20T21:37:49.022Z Downloaded flagset v0.4.7
6092026-06-20T21:37:49.022Z Downloaded ciborium v0.2.2
6102026-06-20T21:37:49.025Z Downloaded cbc v0.1.2
6112026-06-20T21:37:49.025Z Downloaded bit-vec v0.6.3
6122026-06-20T21:37:49.027Z Downloaded dropshot-api-manager-types v0.7.2
6132026-06-20T21:37:49.027Z Downloaded bzip2 v0.6.1
6142026-06-20T21:37:49.027Z Downloaded derive_builder_macro v0.20.2
6152026-06-20T21:37:49.029Z Downloaded cookie v0.18.1
6162026-06-20T21:37:49.034Z Downloaded block-padding v0.3.3
6172026-06-20T21:37:49.034Z Downloaded console v0.15.11
6182026-06-20T21:37:49.036Z Downloaded colored v2.2.0
6192026-06-20T21:37:49.036Z Downloaded foreign-types v0.5.0
6202026-06-20T21:37:49.036Z Downloaded debug-ignore v1.0.5
6212026-06-20T21:37:49.036Z Downloaded dtrace-parser v0.3.0
6222026-06-20T21:37:49.039Z Downloaded cancel-safe-futures v0.1.5
6232026-06-20T21:37:49.039Z Downloaded fd-lock v4.0.4
6242026-06-20T21:37:49.042Z Downloaded daft-derive v0.1.7
6252026-06-20T21:37:49.044Z Downloaded convert_case v0.4.0
6262026-06-20T21:37:49.044Z Downloaded cfg_aliases v0.1.1
6272026-06-20T21:37:49.044Z Downloaded csv-core v0.1.13
6282026-06-20T21:37:49.047Z Downloaded env_logger v0.11.9
6292026-06-20T21:37:49.047Z Downloaded deranged v0.5.8
6302026-06-20T21:37:49.049Z Downloaded allocator-api2 v0.2.21
6312026-06-20T21:37:49.052Z Downloaded foreign-types-macros v0.2.3
6322026-06-20T21:37:49.052Z Downloaded ecdsa v0.16.9
6332026-06-20T21:37:49.052Z Downloaded fxhash v0.2.1
6342026-06-20T21:37:49.056Z Downloaded fixedbitset v0.5.7
6352026-06-20T21:37:49.056Z Downloaded erased-serde v0.3.31
6362026-06-20T21:37:49.058Z Downloaded futures-sink v0.3.32
6372026-06-20T21:37:49.058Z Downloaded defmt-macros v1.0.1
6382026-06-20T21:37:49.061Z Downloaded chacha20 v0.10.0
6392026-06-20T21:37:49.061Z Downloaded cexpr v0.6.0
6402026-06-20T21:37:49.065Z Downloaded foreign-types v0.3.2
6412026-06-20T21:37:49.065Z Downloaded bcs v0.1.6
6422026-06-20T21:37:49.067Z Downloaded futures-io v0.3.32
6432026-06-20T21:37:49.067Z Downloaded futures-core v0.3.32
6442026-06-20T21:37:49.067Z Downloaded anstream v0.6.21
6452026-06-20T21:37:49.067Z Downloaded git-stub v1.0.0
6462026-06-20T21:37:49.070Z Downloaded cipher v0.4.4
6472026-06-20T21:37:49.070Z Downloaded hash32 v0.2.1
6482026-06-20T21:37:49.072Z Downloaded buf-list v1.1.2
6492026-06-20T21:37:49.072Z Downloaded blowfish v0.9.1
6502026-06-20T21:37:49.075Z Downloaded bitflags v1.3.2
6512026-06-20T21:37:49.075Z Downloaded hash32 v0.3.1
6522026-06-20T21:37:49.077Z Downloaded ghash v0.5.1
6532026-06-20T21:37:49.077Z Downloaded ff v0.13.1
6542026-06-20T21:37:49.081Z Downloaded embedded-io v0.6.1
6552026-06-20T21:37:49.081Z Downloaded gethostname v0.5.0
6562026-06-20T21:37:49.081Z Downloaded foreign-types-shared v0.1.1
6572026-06-20T21:37:49.081Z Downloaded foreign-types-shared v0.3.1
6582026-06-20T21:37:49.084Z Downloaded cargo_metadata v0.23.1
6592026-06-20T21:37:49.084Z Downloaded async-stream v0.3.6
6602026-06-20T21:37:49.084Z Downloaded derive-ex v0.1.8
6612026-06-20T21:37:49.086Z Downloaded crossbeam-deque v0.8.6
6622026-06-20T21:37:49.086Z Downloaded critical-section v1.2.0
6632026-06-20T21:37:49.086Z Downloaded hex-literal v0.4.1
6642026-06-20T21:37:49.090Z Downloaded backoff v0.4.0
6652026-06-20T21:37:49.090Z Downloaded bitfield v0.19.4
6662026-06-20T21:37:49.093Z Downloaded const_format_proc_macros v0.2.34
6672026-06-20T21:37:49.093Z Downloaded find-msvc-tools v0.1.9
6682026-06-20T21:37:49.093Z Downloaded bit-vec v0.8.0
6692026-06-20T21:37:49.096Z Downloaded filetime v0.2.27
6702026-06-20T21:37:49.096Z Downloaded diesel-dtrace v0.5.0
6712026-06-20T21:37:49.096Z Downloaded data-encoding v2.10.0
6722026-06-20T21:37:49.098Z Downloaded daft v0.1.7
6732026-06-20T21:37:49.098Z Downloaded backon v1.6.0
6742026-06-20T21:37:49.102Z Downloaded fallible-iterator v0.2.0
6752026-06-20T21:37:49.102Z Downloaded darling v0.21.3
6762026-06-20T21:37:49.104Z Downloaded derive_builder v0.20.2
6772026-06-20T21:37:49.107Z Downloaded headers-core v0.3.0
6782026-06-20T21:37:49.107Z Downloaded diff v0.1.13
6792026-06-20T21:37:49.109Z Downloaded corncobs v0.1.4
6802026-06-20T21:37:49.110Z Downloaded convert_case v0.10.0
6812026-06-20T21:37:49.112Z Downloaded hex v0.4.3
6822026-06-20T21:37:49.112Z Downloaded async-bb8-diesel v0.2.1
6832026-06-20T21:37:49.115Z Downloaded http-range v0.1.5
6842026-06-20T21:37:49.115Z Downloaded foldhash v0.2.0
6852026-06-20T21:37:49.119Z Downloaded foldhash v0.1.5
6862026-06-20T21:37:49.119Z Downloaded http-body v1.0.1
6872026-06-20T21:37:49.119Z Downloaded hostname v0.3.1
6882026-06-20T21:37:49.122Z Downloaded glob v0.3.3
6892026-06-20T21:37:49.122Z Downloaded git-stub-vcs v0.1.0
6902026-06-20T21:37:49.122Z Downloaded hyper-tls v0.6.0
6912026-06-20T21:37:49.122Z Downloaded home v0.5.12
6922026-06-20T21:37:49.122Z Downloaded futures-executor v0.3.32
6932026-06-20T21:37:49.126Z Downloaded fs_extra v1.3.0
6942026-06-20T21:37:49.126Z Downloaded illumos-nvpair-sys v0.2.0
6952026-06-20T21:37:49.129Z Downloaded hubpack v0.1.2
6962026-06-20T21:37:49.129Z Downloaded hostname v0.4.2
6972026-06-20T21:37:49.129Z Downloaded httpdate v1.0.3
6982026-06-20T21:37:49.129Z Downloaded indent_write v2.2.0
6992026-06-20T21:37:49.132Z Downloaded illumos-nvpair v0.3.0
7002026-06-20T21:37:49.132Z Downloaded ident_case v1.0.1
7012026-06-20T21:37:49.132Z Downloaded fs-err v2.11.0
7022026-06-20T21:37:49.132Z Downloaded inout v0.1.4
7032026-06-20T21:37:49.135Z Downloaded camino-tempfile-ext v0.3.3
7042026-06-20T21:37:49.135Z Downloaded darling v0.23.0
7052026-06-20T21:37:49.137Z Downloaded ena v0.14.4
7062026-06-20T21:37:49.140Z Downloaded des v0.8.1
7072026-06-20T21:37:49.140Z Downloaded const-oid v0.9.6
7082026-06-20T21:37:49.142Z Downloaded colored v3.1.1
7092026-06-20T21:37:49.142Z Downloaded group v0.13.0
7102026-06-20T21:37:49.145Z Downloaded globwalk v0.9.1
7112026-06-20T21:37:49.146Z Downloaded globset v0.4.18
7122026-06-20T21:37:49.148Z Downloaded crc32fast v1.5.0
7132026-06-20T21:37:49.148Z Downloaded crypto-bigint v0.5.5
7142026-06-20T21:37:49.150Z Downloaded is_ci v1.2.0
7152026-06-20T21:37:49.153Z Downloaded indoc v1.0.9
7162026-06-20T21:37:49.153Z Downloaded instant v0.1.13
7172026-06-20T21:37:49.155Z Downloaded instability v0.3.11
7182026-06-20T21:37:49.155Z Downloaded hubpack_derive v0.1.1
7192026-06-20T21:37:49.158Z Downloaded internet-checksum v0.2.1
7202026-06-20T21:37:49.158Z Downloaded kstat-rs v0.2.4
7212026-06-20T21:37:49.158Z Downloaded is-terminal v0.4.17
7222026-06-20T21:37:49.160Z Downloaded clang-sys v1.8.1
7232026-06-20T21:37:49.160Z Downloaded lazy_static v1.5.0
7242026-06-20T21:37:49.163Z Downloaded keccak v0.1.6
7252026-06-20T21:37:49.163Z Downloaded derive_more v0.99.20
7262026-06-20T21:37:49.166Z Downloaded drift v0.2.0
7272026-06-20T21:37:49.171Z Downloaded linked-hash-map v0.5.6
7282026-06-20T21:37:49.174Z Downloaded lalrpop-util v0.19.12
7292026-06-20T21:37:49.174Z Downloaded console v0.16.2
7302026-06-20T21:37:49.176Z Downloaded chacha20poly1305 v0.10.1
7312026-06-20T21:37:49.177Z Downloaded bzip2 v0.4.4
7322026-06-20T21:37:49.179Z Downloaded ed25519 v2.2.3
7332026-06-20T21:37:49.179Z Downloaded libscf-sys v1.1.0
7342026-06-20T21:37:49.179Z Downloaded base64ct v1.8.3
7352026-06-20T21:37:49.183Z Downloaded maplit v1.0.2
7362026-06-20T21:37:49.183Z Downloaded either v1.15.0
7372026-06-20T21:37:49.183Z Downloaded darling v0.13.4
7382026-06-20T21:37:49.185Z Downloaded defmt v1.0.1
7392026-06-20T21:37:49.188Z Downloaded memoffset v0.9.1
7402026-06-20T21:37:49.188Z Downloaded md5 v0.7.0
7412026-06-20T21:37:49.188Z Downloaded lzss v0.8.2
7422026-06-20T21:37:49.190Z Downloaded lru-slab v0.1.2
7432026-06-20T21:37:49.190Z Downloaded lru-cache v0.1.2
7442026-06-20T21:37:49.190Z Downloaded managed v0.8.0
7452026-06-20T21:37:49.193Z Downloaded lru v0.12.5
7462026-06-20T21:37:49.193Z Downloaded match_cfg v0.1.0
7472026-06-20T21:37:49.193Z Downloaded http-body-util v0.1.3
7482026-06-20T21:37:49.195Z Downloaded cookie_store v0.22.1
7492026-06-20T21:37:49.195Z Downloaded ingot v0.1.1
7502026-06-20T21:37:49.198Z Downloaded indoc v2.0.7
7512026-06-20T21:37:49.201Z Downloaded hyper-staticfile v0.10.1
7522026-06-20T21:37:49.201Z Downloaded md-5 v0.10.6
7532026-06-20T21:37:49.201Z Downloaded humantime v2.3.0
7542026-06-20T21:37:49.203Z Downloaded newtype-uuid-macros v0.1.0
7552026-06-20T21:37:49.203Z Downloaded getrandom v0.2.17
7562026-06-20T21:37:49.205Z Downloaded blake2 v0.10.6
7572026-06-20T21:37:49.208Z Downloaded nodrop v0.1.14
7582026-06-20T21:37:49.208Z Downloaded fatfs v0.3.6
7592026-06-20T21:37:49.210Z Downloaded elliptic-curve v0.13.8
7602026-06-20T21:37:49.213Z Downloaded derive-where v1.6.0
7612026-06-20T21:37:49.216Z Downloaded new_debug_unreachable v1.0.6
7622026-06-20T21:37:49.216Z Downloaded multimap v0.10.1
7632026-06-20T21:37:49.216Z Downloaded futures-task v0.3.32
7642026-06-20T21:37:49.216Z Downloaded futures-macro v0.3.32
7652026-06-20T21:37:49.218Z Downloaded ingot-types v0.1.2
7662026-06-20T21:37:49.218Z Downloaded impl-trait-for-tuples v0.2.3
7672026-06-20T21:37:49.221Z Downloaded newline-converter v0.3.0
7682026-06-20T21:37:49.221Z Downloaded funty v2.0.0
7692026-06-20T21:37:49.221Z Downloaded nibble_vec v0.1.0
7702026-06-20T21:37:49.226Z Downloaded der_derive v0.7.3
7712026-06-20T21:37:49.226Z Downloaded ipnet v2.11.0
7722026-06-20T21:37:49.229Z Downloaded num-conv v0.2.0
7732026-06-20T21:37:49.229Z Downloaded num-iter v0.1.45
7742026-06-20T21:37:49.229Z Downloaded num-derive v0.3.3
7752026-06-20T21:37:49.229Z Downloaded newtype_derive v0.1.6
7762026-06-20T21:37:49.229Z Downloaded ctr v0.9.2
7772026-06-20T21:37:49.231Z Downloaded opaque-debug v0.3.1
7782026-06-20T21:37:49.231Z Downloaded ipnetwork v0.21.1
7792026-06-20T21:37:49.231Z Downloaded libefi-sys v0.1.0
7802026-06-20T21:37:49.235Z Downloaded darling v0.20.11
7812026-06-20T21:37:49.243Z Downloaded array-init v0.0.4
7822026-06-20T21:37:49.244Z Downloaded num v0.4.3
7832026-06-20T21:37:49.244Z Downloaded normalize-line-endings v0.3.0
7842026-06-20T21:37:49.248Z Downloaded ahash v0.8.12
7852026-06-20T21:37:49.248Z Downloaded jobserver v0.1.34
7862026-06-20T21:37:49.248Z Downloaded hmac v0.12.1
7872026-06-20T21:37:49.250Z Downloaded crossterm v0.28.1
7882026-06-20T21:37:49.253Z Downloaded mime v0.3.17
7892026-06-20T21:37:49.253Z Downloaded num_threads v0.1.7
7902026-06-20T21:37:49.255Z Downloaded openssl-probe v0.1.6
7912026-06-20T21:37:49.255Z Downloaded openssl-macros v0.1.1
7922026-06-20T21:37:49.255Z Downloaded olpc-cjson v0.1.4
7932026-06-20T21:37:49.255Z Downloaded num_enum_derive v0.5.11
7942026-06-20T21:37:49.258Z Downloaded num-derive v0.4.2
7952026-06-20T21:37:49.258Z Downloaded lock_api v0.4.14
7962026-06-20T21:37:49.261Z Downloaded openssl-probe v0.2.1
7972026-06-20T21:37:49.261Z Downloaded httparse v1.10.1
7982026-06-20T21:37:49.264Z Downloaded mime_guess v2.0.5
7992026-06-20T21:37:49.264Z Downloaded half v1.8.3
8002026-06-20T21:37:49.266Z Downloaded ingot-macros v0.1.1
8012026-06-20T21:37:49.266Z Downloaded highway v1.3.0
8022026-06-20T21:37:49.266Z Downloaded futures-channel v0.3.32
8032026-06-20T21:37:49.269Z Downloaded nanorand v0.7.0
8042026-06-20T21:37:49.271Z Downloaded maybe-uninit v2.0.0
8052026-06-20T21:37:49.271Z Downloaded iana-time-zone v0.1.65
8062026-06-20T21:37:49.275Z Downloaded packed_struct_codegen v0.10.1
8072026-06-20T21:37:49.275Z Downloaded oso-derive v0.27.3
8082026-06-20T21:37:49.275Z Downloaded getrandom v0.3.4
8092026-06-20T21:37:49.277Z Downloaded parse-display v0.10.0
8102026-06-20T21:37:49.278Z Downloaded darling_core v0.23.0
8112026-06-20T21:37:49.280Z Downloaded linear-map v1.2.0
8122026-06-20T21:37:49.280Z Downloaded libsw-core v0.3.2
8132026-06-20T21:37:49.282Z Downloaded libsw v3.5.0
8142026-06-20T21:37:49.282Z Downloaded futures v0.3.32
8152026-06-20T21:37:49.285Z Downloaded compact_str v0.8.1
8162026-06-20T21:37:49.288Z Downloaded dropshot_endpoint v0.17.0
8172026-06-20T21:37:49.290Z Downloaded nonempty v0.12.0
8182026-06-20T21:37:49.292Z Downloaded multer v3.1.0
8192026-06-20T21:37:49.292Z Downloaded half v2.7.1
8202026-06-20T21:37:49.295Z Downloaded pbkdf2 v0.11.0
8212026-06-20T21:37:49.295Z Downloaded flate2 v1.1.9
8222026-06-20T21:37:49.298Z Downloaded der v0.7.10
8232026-06-20T21:37:49.301Z Downloaded path-slash v0.1.5
8242026-06-20T21:37:49.304Z Downloaded num_enum v0.5.11
8252026-06-20T21:37:49.306Z Downloaded pbkdf2 v0.12.2
8262026-06-20T21:37:49.306Z Downloaded num-integer v0.1.46
8272026-06-20T21:37:49.309Z Downloaded num-complex v0.4.6
8282026-06-20T21:37:49.309Z Downloaded phf_shared v0.12.1
8292026-06-20T21:37:49.309Z Downloaded peg-runtime v0.8.5
8302026-06-20T21:37:49.312Z Downloaded bytes v1.11.1
8312026-06-20T21:37:49.312Z Downloaded phf_shared v0.11.3
8322026-06-20T21:37:49.314Z Downloaded nu-ansi-term v0.50.3
8332026-06-20T21:37:49.314Z Downloaded phf_shared v0.13.1
8342026-06-20T21:37:49.317Z Downloaded cc v1.2.56
8352026-06-20T21:37:49.317Z Downloaded base64 v0.22.1
8362026-06-20T21:37:49.319Z Downloaded num-rational v0.4.2
8372026-06-20T21:37:49.322Z Downloaded litrs v1.0.0
8382026-06-20T21:37:49.324Z Downloaded crossterm v0.29.0
8392026-06-20T21:37:49.327Z Downloaded num_enum v0.7.6
8402026-06-20T21:37:49.330Z Downloaded pin-utils v0.1.0
8412026-06-20T21:37:49.332Z Downloaded owo-colors v4.3.0
8422026-06-20T21:37:49.332Z Downloaded libloading v0.8.9
8432026-06-20T21:37:49.335Z Downloaded flume v0.11.1
8442026-06-20T21:37:49.338Z Downloaded native-tls v0.2.18
8452026-06-20T21:37:49.340Z Downloaded ignore v0.4.25
8462026-06-20T21:37:49.344Z Downloaded password-hash v0.4.2
8472026-06-20T21:37:49.347Z Downloaded parse-size v1.1.0
8482026-06-20T21:37:49.349Z Downloaded parking_lot_core v0.8.6
8492026-06-20T21:37:49.352Z Downloaded predicates-core v1.0.10
8502026-06-20T21:37:49.354Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-06-20T21:37:49.354Z Downloaded proc-macro-crate v1.3.1
8522026-06-20T21:37:49.354Z Downloaded crossbeam-channel v0.5.15
8532026-06-20T21:37:49.357Z Downloaded oxnet v0.1.6
8542026-06-20T21:37:49.359Z Downloaded oxide-tokio-rt v0.1.4
8552026-06-20T21:37:49.359Z Downloaded parse-display-derive v0.10.0
8562026-06-20T21:37:49.362Z Downloaded packed_struct v0.10.1
8572026-06-20T21:37:49.362Z Downloaded memmap2 v0.9.10
8582026-06-20T21:37:49.365Z Downloaded heapless v0.8.0
8592026-06-20T21:37:49.367Z Downloaded password-hash v0.5.0
8602026-06-20T21:37:49.367Z Downloaded paste v1.0.15
8612026-06-20T21:37:49.370Z Downloaded indexmap v1.9.3
8622026-06-20T21:37:49.372Z Downloaded base64 v0.21.7
8632026-06-20T21:37:49.374Z Downloaded progenitor-client v0.14.0
8642026-06-20T21:37:49.374Z Downloaded derive_more-impl v2.1.1
8652026-06-20T21:37:49.377Z Downloaded progenitor-macro v0.14.0
8662026-06-20T21:37:49.379Z Downloaded proc-macro-crate v3.4.0
8672026-06-20T21:37:49.379Z Downloaded newtype-uuid v1.3.2
8682026-06-20T21:37:49.382Z Downloaded arc-swap v1.8.2
8692026-06-20T21:37:49.382Z Downloaded quick-error v1.2.3
8702026-06-20T21:37:49.385Z Downloaded phf v0.12.1
8712026-06-20T21:37:49.385Z Downloaded pem-rfc7468 v0.7.0
8722026-06-20T21:37:49.387Z Downloaded pem v3.0.6
8732026-06-20T21:37:49.399Z Downloaded rand_chacha v0.3.1
8742026-06-20T21:37:49.401Z Downloaded radium v0.7.0
8752026-06-20T21:37:49.401Z Downloaded headers v0.4.1
8762026-06-20T21:37:49.404Z Downloaded psl-types v2.0.11
8772026-06-20T21:37:49.407Z Downloaded omicron-zone-package v0.12.2
8782026-06-20T21:37:49.410Z Downloaded poly1305 v0.8.0
8792026-06-20T21:37:49.410Z Downloaded pkg-config v0.3.32
8802026-06-20T21:37:49.413Z Downloaded libbz2-rs-sys v0.2.2
8812026-06-20T21:37:49.413Z Downloaded num_enum_derive v0.7.6
8822026-06-20T21:37:49.413Z Downloaded hyper-rustls v0.27.7
8832026-06-20T21:37:49.413Z Downloaded bumpalo v3.20.2
8842026-06-20T21:37:49.416Z Downloaded ppv-lite86 v0.2.21
8852026-06-20T21:37:49.418Z Downloaded pkcs8 v0.10.2
8862026-06-20T21:37:49.418Z Downloaded predicates-tree v1.0.13
8872026-06-20T21:37:49.421Z Downloaded precomputed-hash v0.1.1
8882026-06-20T21:37:49.421Z Downloaded parking_lot_core v0.9.12
8892026-06-20T21:37:49.423Z Downloaded parking_lot v0.12.5
8902026-06-20T21:37:49.425Z Downloaded parking_lot v0.11.2
8912026-06-20T21:37:49.428Z Downloaded powerfmt v0.2.0
8922026-06-20T21:37:49.431Z Downloaded ref-cast-impl v1.0.25
8932026-06-20T21:37:49.431Z Downloaded recursive-proc-macro-impl v0.1.1
8942026-06-20T21:37:49.433Z Downloaded recursive v0.1.1
8952026-06-20T21:37:49.433Z Downloaded predicates v3.1.4
8962026-06-20T21:37:49.433Z Downloaded postgres-protocol v0.6.10
8972026-06-20T21:37:49.436Z Downloaded ref-cast v1.0.25
8982026-06-20T21:37:49.438Z Downloaded rfc6979 v0.4.0
8992026-06-20T21:37:49.438Z Downloaded expectorate v1.2.0
9002026-06-20T21:37:49.441Z Downloaded indicatif v0.18.4
9012026-06-20T21:37:49.443Z Downloaded ar_archive_writer v0.5.1
9022026-06-20T21:37:49.446Z Downloaded progenitor-macro v0.13.0
9032026-06-20T21:37:49.446Z Downloaded ed25519-dalek v2.2.0
9042026-06-20T21:37:49.448Z Downloaded progenitor v0.14.0
9052026-06-20T21:37:49.449Z Downloaded progenitor v0.13.0
9062026-06-20T21:37:49.449Z Downloaded primeorder v0.13.6
9072026-06-20T21:37:49.451Z Downloaded progenitor-client v0.13.0
9082026-06-20T21:37:49.451Z Downloaded peg v0.8.5
9092026-06-20T21:37:49.454Z Downloaded rtoolbox v0.0.3
9102026-06-20T21:37:49.454Z Downloaded r2d2 v0.8.10
9112026-06-20T21:37:49.456Z Downloaded progenitor-extras v0.2.0
9122026-06-20T21:37:49.456Z Downloaded peg-macros v0.8.5
9132026-06-20T21:37:49.459Z Downloaded derive_more v2.1.1
9142026-06-20T21:37:49.463Z Downloaded rustc_version v0.4.1
9152026-06-20T21:37:49.466Z Downloaded rand_core v0.6.4
9162026-06-20T21:37:49.466Z Downloaded rand_chacha v0.9.0
9172026-06-20T21:37:49.468Z Downloaded pin-project-internal v1.1.11
9182026-06-20T21:37:49.469Z Downloaded const_format v0.2.35
9192026-06-20T21:37:49.471Z Downloaded async-compression v0.4.41
9202026-06-20T21:37:49.474Z Downloaded same-file v1.0.6
9212026-06-20T21:37:49.477Z Downloaded salsa20 v0.10.2
9222026-06-20T21:37:49.477Z Downloaded rand_seeder v0.4.0
9232026-06-20T21:37:49.479Z Downloaded pin-project-lite v0.2.17
9242026-06-20T21:37:49.482Z Downloaded postgres-types v0.2.12
9252026-06-20T21:37:49.484Z Downloaded rand_xorshift v0.4.0
9262026-06-20T21:37:49.484Z Downloaded pkcs1 v0.7.5
9272026-06-20T21:37:49.487Z Downloaded phf v0.13.1
9282026-06-20T21:37:49.487Z Downloaded miniz_oxide v0.8.9
9292026-06-20T21:37:49.489Z Downloaded rustc_version v0.1.7
9302026-06-20T21:37:49.489Z Downloaded rustc-hash v2.1.1
9312026-06-20T21:37:49.489Z Downloaded pkcs5 v0.7.1
9322026-06-20T21:37:49.492Z Downloaded russh-cryptovec v0.7.3
9332026-06-20T21:37:49.492Z Downloaded proc-macro-error2 v2.0.1
9342026-06-20T21:37:49.494Z Downloaded diesel_derives v2.3.7
9352026-06-20T21:37:49.498Z Downloaded sapling-renderdag v0.1.0
9362026-06-20T21:37:49.500Z Downloaded oso v0.27.3
9372026-06-20T21:37:49.502Z Downloaded resolv-conf v0.7.6
9382026-06-20T21:37:49.503Z Downloaded darling_core v0.20.11
9392026-06-20T21:37:49.505Z Downloaded scrypt v0.11.0
9402026-06-20T21:37:49.507Z Downloaded scroll_derive v0.13.1
9412026-06-20T21:37:49.507Z Downloaded semver v0.1.20
9422026-06-20T21:37:49.510Z Downloaded seq-macro v0.3.6
9432026-06-20T21:37:49.510Z Downloaded scheduled-thread-pool v0.2.7
9442026-06-20T21:37:49.510Z Downloaded secrecy v0.10.3
9452026-06-20T21:37:49.512Z Downloaded p256 v0.13.2
9462026-06-20T21:37:49.515Z Downloaded secrecy v0.8.0
9472026-06-20T21:37:49.515Z Downloaded scopeguard v1.2.0
9482026-06-20T21:37:49.515Z Downloaded heapless v0.7.17
9492026-06-20T21:37:49.517Z Downloaded hashbrown v0.12.3
9502026-06-20T21:37:49.520Z Downloaded psm v0.1.30
9512026-06-20T21:37:49.523Z Downloaded polyval v0.6.2
9522026-06-20T21:37:49.525Z Downloaded quinn-udp v0.5.14
9532026-06-20T21:37:49.528Z Downloaded serde-big-array v0.5.1
9542026-06-20T21:37:49.528Z Downloaded rustls-native-certs v0.8.3
9552026-06-20T21:37:49.532Z Downloaded rand_core v0.10.0
9562026-06-20T21:37:49.534Z Downloaded rand_core v0.9.5
9572026-06-20T21:37:49.540Z Downloaded pin-project v1.1.11
9582026-06-20T21:37:49.544Z Downloaded shell-words v1.1.1
9592026-06-20T21:37:49.546Z Downloaded sha1 v0.10.6
9602026-06-20T21:37:49.546Z Downloaded signal-hook-mio v0.2.5
9612026-06-20T21:37:49.549Z Downloaded hickory-resolver v0.25.2
9622026-06-20T21:37:49.551Z Downloaded jiff-static v0.2.21
9632026-06-20T21:37:49.551Z Downloaded schemars_derive v0.8.22
9642026-06-20T21:37:49.554Z Downloaded rustls-pemfile v2.2.0
9652026-06-20T21:37:49.557Z Downloaded minimal-lexical v0.2.1
9662026-06-20T21:37:49.560Z Downloaded serde_urlencoded v0.7.1
9672026-06-20T21:37:49.560Z Downloaded prefix-trie v0.7.0
9682026-06-20T21:37:49.560Z Downloaded serde_plain v1.0.2
9692026-06-20T21:37:49.563Z Downloaded hyper-util v0.1.20
9702026-06-20T21:37:49.565Z Downloaded serde_spanned v1.0.4
9712026-06-20T21:37:49.568Z Downloaded rusty-fork v0.3.1
9722026-06-20T21:37:49.568Z Downloaded serde_repr v0.1.20
9732026-06-20T21:37:49.570Z Downloaded sigpipe v0.1.3
9742026-06-20T21:37:49.570Z Downloaded aes-gcm v0.10.3
9752026-06-20T21:37:49.573Z Downloaded signature v2.2.0
9762026-06-20T21:37:49.573Z Downloaded siphasher v1.0.2
9772026-06-20T21:37:49.573Z Downloaded rustversion v1.0.22
9782026-06-20T21:37:49.576Z Downloaded signal-hook-tokio v0.3.1
9792026-06-20T21:37:49.576Z Downloaded scroll v0.13.0
9802026-06-20T21:37:49.578Z Downloaded hickory-resolver v0.24.4
9812026-06-20T21:37:49.581Z Downloaded sec1 v0.7.3
9822026-06-20T21:37:49.581Z Downloaded sct v0.7.1
9832026-06-20T21:37:49.583Z Downloaded slog-envlogger v2.2.0
9842026-06-20T21:37:49.586Z Downloaded slog-bunyan v2.5.0
9852026-06-20T21:37:49.586Z Downloaded postcard v1.1.3
9862026-06-20T21:37:49.588Z Downloaded openssl-sys v0.9.115
9872026-06-20T21:37:49.591Z Downloaded hashbrown v0.13.2
9882026-06-20T21:37:49.593Z Downloaded papergrid v0.17.0
9892026-06-20T21:37:49.595Z Downloaded progenitor-impl v0.14.0
9902026-06-20T21:37:49.598Z Downloaded progenitor-impl v0.13.0
9912026-06-20T21:37:49.603Z Downloaded serde_bytes v0.11.19
9922026-06-20T21:37:49.605Z Downloaded serde-hex v0.1.0
9932026-06-20T21:37:49.609Z Downloaded russh-keys v0.45.0
9942026-06-20T21:37:49.616Z Downloaded hickory-server v0.25.2
9952026-06-20T21:37:49.619Z Downloaded ssh-encoding v0.2.0
9962026-06-20T21:37:49.622Z Downloaded serde_path_to_error v0.1.20
9972026-06-20T21:37:49.622Z Downloaded rustls-pemfile v1.0.4
9982026-06-20T21:37:49.624Z Downloaded serde_derive_internals v0.29.1
9992026-06-20T21:37:49.624Z Downloaded aes v0.8.4
10002026-06-20T21:37:49.626Z Downloaded sqlparser_derive v0.5.0
10012026-06-20T21:37:49.630Z Downloaded strip-ansi-escapes v0.2.1
10022026-06-20T21:37:49.632Z Downloaded ssh-cipher v0.2.0
10032026-06-20T21:37:49.636Z Downloaded signal-hook-registry v1.4.8
10042026-06-20T21:37:49.638Z Downloaded structmeta-derive v0.3.0
10052026-06-20T21:37:49.638Z Downloaded prettyplease v0.2.37
10062026-06-20T21:37:49.641Z Downloaded structmeta v0.3.0
10072026-06-20T21:37:49.641Z Downloaded strsim v0.10.0
10082026-06-20T21:37:49.643Z Downloaded serde_with_macros v1.5.2
10092026-06-20T21:37:49.643Z Downloaded http v1.4.0
10102026-06-20T21:37:49.646Z Downloaded shlex v1.3.0
10112026-06-20T21:37:49.650Z Downloaded strum v0.27.2
10122026-06-20T21:37:49.652Z Downloaded slab v0.4.12
10132026-06-20T21:37:49.655Z Downloaded simd-adler32 v0.3.8
10142026-06-20T21:37:49.655Z Downloaded rcgen v0.12.1
10152026-06-20T21:37:49.657Z Downloaded dropshot-api-manager v0.7.2
10162026-06-20T21:37:49.660Z Downloaded subtle v2.6.1
10172026-06-20T21:37:49.663Z Downloaded smf v0.2.3
10182026-06-20T21:37:49.663Z Downloaded slog-term v2.9.2
10192026-06-20T21:37:49.666Z Downloaded slog-json v2.6.1
10202026-06-20T21:37:49.666Z Downloaded tagptr v0.2.0
10212026-06-20T21:37:49.666Z Downloaded supports-color v3.0.2
10222026-06-20T21:37:49.669Z Downloaded slog-stdlog v4.1.1
10232026-06-20T21:37:49.669Z Downloaded slog-scope v4.4.1
10242026-06-20T21:37:49.669Z Downloaded tap v1.0.1
10252026-06-20T21:37:49.669Z Downloaded smallvec v0.6.14
10262026-06-20T21:37:49.671Z Downloaded slog-async v2.8.0
10272026-06-20T21:37:49.671Z Downloaded mio v1.2.0
10282026-06-20T21:37:49.679Z Downloaded spki v0.7.3
10292026-06-20T21:37:49.681Z Downloaded tabled_derive v0.11.0
10302026-06-20T21:37:49.683Z Downloaded take_mut v0.2.2
10312026-06-20T21:37:49.683Z Downloaded tabwriter v1.4.1
10322026-06-20T21:37:49.689Z Downloaded ron v0.8.1
10332026-06-20T21:37:49.695Z Downloaded thiserror-impl-no-std v2.0.2
10342026-06-20T21:37:49.698Z Downloaded serde_with_macros v3.17.0
10352026-06-20T21:37:49.698Z Downloaded string_cache v0.8.9
10362026-06-20T21:37:49.700Z Downloaded time-core v0.1.8
10372026-06-20T21:37:49.700Z Downloaded stacker v0.1.23
10382026-06-20T21:37:49.703Z Downloaded thread-id v5.1.0
10392026-06-20T21:37:49.703Z Downloaded serde_cbor v0.11.2
10402026-06-20T21:37:49.705Z Downloaded sqlformat v0.3.5
10412026-06-20T21:37:49.705Z Downloaded tinyvec_macros v0.1.1
10422026-06-20T21:37:49.707Z Downloaded testing_table v0.3.0
10432026-06-20T21:37:49.707Z Downloaded termtree v0.5.1
10442026-06-20T21:37:49.710Z Downloaded pretty_assertions v1.4.1
10452026-06-20T21:37:49.717Z Downloaded rustls-pki-types v1.14.0
10462026-06-20T21:37:49.719Z Downloaded strum v0.26.3
10472026-06-20T21:37:49.719Z Downloaded static_assertions v1.1.0
10482026-06-20T21:37:49.722Z Downloaded tokio-macros v2.7.0
10492026-06-20T21:37:49.722Z Downloaded stringprep v0.1.5
10502026-06-20T21:37:49.725Z Downloaded strum_macros v0.24.3
10512026-06-20T21:37:49.731Z Downloaded rustls-platform-verifier v0.6.2
10522026-06-20T21:37:49.733Z Downloaded strum_macros v0.27.2
10532026-06-20T21:37:49.735Z Downloaded strum_macros v0.26.4
10542026-06-20T21:37:49.738Z Downloaded sync_wrapper v1.0.2
10552026-06-20T21:37:49.738Z Downloaded slog-dtrace v0.3.0
10562026-06-20T21:37:49.738Z Downloaded itertools v0.10.5
10572026-06-20T21:37:49.742Z Downloaded publicsuffix v2.3.0
10582026-06-20T21:37:49.745Z Downloaded sync-ptr v0.1.4
10592026-06-20T21:37:49.747Z Downloaded support-bundle-viewer v0.1.2
10602026-06-20T21:37:49.753Z Downloaded spin v0.9.8
10612026-06-20T21:37:49.758Z Downloaded thiserror-no-std v2.0.2
10622026-06-20T21:37:49.765Z Downloaded tower-service v0.3.3
10632026-06-20T21:37:49.767Z Downloaded termios v0.3.3
10642026-06-20T21:37:49.767Z Downloaded num-bigint v0.4.6
10652026-06-20T21:37:49.770Z Downloaded rand v0.8.6
10662026-06-20T21:37:49.772Z Downloaded quinn v0.11.9
10672026-06-20T21:37:49.775Z Downloaded snafu-derive v0.8.9
10682026-06-20T21:37:49.775Z Downloaded time-macros v0.2.27
10692026-06-20T21:37:49.777Z Downloaded libxml v0.3.3
10702026-06-20T21:37:49.781Z Downloaded try-lock v0.2.5
10712026-06-20T21:37:49.783Z Downloaded trait-variant v0.1.2
10722026-06-20T21:37:49.784Z Downloaded tower-layer v0.3.3
10732026-06-20T21:37:49.784Z Downloaded tls_codec v0.4.2
10742026-06-20T21:37:49.784Z Downloaded tiny-keccak v2.0.2
10752026-06-20T21:37:49.787Z Downloaded thread_local v1.1.9
10762026-06-20T21:37:49.787Z Downloaded rayon-core v1.13.0
10772026-06-20T21:37:49.798Z Downloaded tokio-native-tls v0.3.1
10782026-06-20T21:37:49.801Z Downloaded schemars v0.9.0
10792026-06-20T21:37:49.806Z Downloaded unarray v0.1.4
10802026-06-20T21:37:49.809Z Downloaded slog v2.8.2
10812026-06-20T21:37:49.809Z Downloaded tokio-rustls v0.25.0
10822026-06-20T21:37:49.812Z Downloaded typify-macro v0.6.2
10832026-06-20T21:37:49.813Z Downloaded tls_codec_derive v0.4.2
10842026-06-20T21:37:49.815Z Downloaded signal-hook v0.3.18
10852026-06-20T21:37:49.815Z Downloaded unicode-truncate v1.1.0
10862026-06-20T21:37:49.815Z Downloaded rsa v0.9.10
10872026-06-20T21:37:49.818Z Downloaded usdt-attr-macro v0.6.0
10882026-06-20T21:37:49.821Z Downloaded untrusted v0.9.0
10892026-06-20T21:37:49.821Z Downloaded usdt v0.6.0
10902026-06-20T21:37:49.821Z Downloaded untrusted v0.7.1
10912026-06-20T21:37:49.824Z Downloaded usdt-macro v0.6.0
10922026-06-20T21:37:49.824Z Downloaded universal-hash v0.5.1
10932026-06-20T21:37:49.824Z Downloaded similar v2.7.0
10942026-06-20T21:37:49.826Z Downloaded itertools v0.13.0
10952026-06-20T21:37:49.829Z Downloaded schemars v0.8.22
10962026-06-20T21:37:49.838Z Downloaded unit-prefix v0.5.2
10972026-06-20T21:37:49.840Z Downloaded topological-sort v0.2.2
10982026-06-20T21:37:49.841Z Downloaded tokio-tungstenite v0.23.1
10992026-06-20T21:37:49.841Z Downloaded utf-8 v0.7.6
11002026-06-20T21:37:49.841Z Downloaded term v1.2.1
11012026-06-20T21:37:49.843Z Downloaded toml_writer v1.0.6+spec-1.1.0
11022026-06-20T21:37:49.843Z Downloaded term v0.7.0
11032026-06-20T21:37:49.845Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11042026-06-20T21:37:49.846Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11052026-06-20T21:37:49.848Z Downloaded tokio-tungstenite v0.21.0
11062026-06-20T21:37:49.848Z Downloaded iri-string v0.7.10
11072026-06-20T21:37:49.852Z Downloaded samael v0.0.19
11082026-06-20T21:37:49.855Z Downloaded hashbrown v0.15.5
11092026-06-20T21:37:49.858Z Downloaded socket2 v0.5.10
11102026-06-20T21:37:49.860Z Downloaded wait-timeout v0.2.1
11112026-06-20T21:37:49.860Z Downloaded waitgroup v0.1.2
11122026-06-20T21:37:49.863Z Downloaded tui-tree-widget v0.23.1
11132026-06-20T21:37:49.863Z Downloaded socket2 v0.6.3
11142026-06-20T21:37:49.865Z Downloaded nom v7.1.3
11152026-06-20T21:37:49.867Z Downloaded void v1.0.2
11162026-06-20T21:37:49.867Z Downloaded tokio-dtrace v0.1.1
11172026-06-20T21:37:49.867Z Downloaded rustls-webpki v0.103.9
11182026-06-20T21:37:49.870Z Downloaded qorb v0.4.1
11192026-06-20T21:37:49.872Z Downloaded blake3 v1.8.3
11202026-06-20T21:37:49.877Z Downloaded want v0.3.1
11212026-06-20T21:37:49.879Z Downloaded tokio-rustls v0.24.1
11222026-06-20T21:37:49.879Z Downloaded schemars v1.2.1
11232026-06-20T21:37:49.887Z Downloaded hashbrown v0.16.1
11242026-06-20T21:37:49.889Z Downloaded ryu v1.0.23
11252026-06-20T21:37:49.895Z Downloaded zeroize_derive v1.4.3
11262026-06-20T21:37:49.897Z Downloaded uzers v0.12.2
11272026-06-20T21:37:49.898Z Downloaded tokio-stream v0.1.18
11282026-06-20T21:37:49.902Z Downloaded xshell-macros v0.2.7
11292026-06-20T21:37:49.904Z Downloaded xattr v1.6.1
11302026-06-20T21:37:49.904Z Downloaded unicase v2.9.0
11312026-06-20T21:37:49.907Z Downloaded snafu v0.8.9
11322026-06-20T21:37:49.910Z Downloaded toml_parser v1.0.9+spec-1.1.0
11332026-06-20T21:37:49.913Z Downloaded tokio-rustls v0.26.4
11342026-06-20T21:37:49.922Z Downloaded test-strategy v0.4.5
11352026-06-20T21:37:49.925Z Downloaded zone_cfg_derive v0.3.1
11362026-06-20T21:37:49.925Z Downloaded zone v0.3.1
11372026-06-20T21:37:49.925Z Downloaded serde_yaml v0.9.34+deprecated
11382026-06-20T21:37:49.927Z Downloaded num-bigint-dig v0.8.6
11392026-06-20T21:37:49.930Z Downloaded rand v0.9.2
11402026-06-20T21:37:49.932Z Downloaded vergen-lib v0.1.6
11412026-06-20T21:37:49.932Z Downloaded vsss-rs v3.3.4
11422026-06-20T21:37:49.934Z Downloaded hkdf v0.12.4
11432026-06-20T21:37:49.937Z Downloaded hyper v1.8.1
11442026-06-20T21:37:49.940Z Downloaded p521 v0.13.3
11452026-06-20T21:37:49.945Z Downloaded walkdir v2.5.0
11462026-06-20T21:37:49.947Z Downloaded vergen-lib v9.1.0
11472026-06-20T21:37:49.947Z Downloaded whoami v1.6.1
11482026-06-20T21:37:49.949Z Downloaded whoami v2.1.0
11492026-06-20T21:37:49.949Z Downloaded tracing-attributes v0.1.31
11502026-06-20T21:37:49.952Z Downloaded subprocess v0.2.15
11512026-06-20T21:37:49.954Z Downloaded itertools v0.12.1
11522026-06-20T21:37:49.956Z Downloaded wyz v0.5.1
11532026-06-20T21:37:49.959Z Downloaded unicode-properties v0.1.4
11542026-06-20T21:37:49.959Z Downloaded toml v1.0.6+spec-1.1.0
11552026-06-20T21:37:49.963Z Downloaded twox-hash v2.1.2
11562026-06-20T21:37:49.965Z Downloaded itertools v0.14.0
11572026-06-20T21:37:49.968Z Downloaded rand v0.10.0
11582026-06-20T21:37:49.970Z Downloaded tinyvec v1.10.0
11592026-06-20T21:37:49.970Z Downloaded xshell v0.2.7
11602026-06-20T21:37:49.973Z Downloaded libm v0.2.16
11612026-06-20T21:37:49.976Z Downloaded russh v0.45.0
11622026-06-20T21:37:49.979Z Downloaded futures-util v0.3.32
11632026-06-20T21:37:49.987Z Downloaded zstd v0.13.3
11642026-06-20T21:37:49.990Z Downloaded vergen-gitcl v1.0.8
11652026-06-20T21:37:49.990Z Downloaded nom v8.0.0
11662026-06-20T21:37:49.992Z Downloaded zstd-safe v7.2.4
11672026-06-20T21:37:49.997Z Downloaded tungstenite v0.23.0
11682026-06-20T21:37:49.997Z Downloaded tungstenite v0.21.0
11692026-06-20T21:37:50.001Z Downloaded h2 v0.4.13
11702026-06-20T21:37:50.001Z Downloaded vergen v9.1.0
11712026-06-20T21:37:50.003Z Downloaded usdt-impl v0.6.0
11722026-06-20T21:37:50.003Z Downloaded toml v0.7.8
11732026-06-20T21:37:50.006Z Downloaded tar v0.4.45
11742026-06-20T21:37:50.010Z Downloaded aho-corasick v1.1.4
11752026-06-20T21:37:50.012Z Downloaded steno v0.4.1
11762026-06-20T21:37:50.012Z Downloaded yasna v0.5.2
11772026-06-20T21:37:50.015Z Downloaded tracing-core v0.1.36
11782026-06-20T21:37:50.017Z Downloaded rpassword v7.4.0
11792026-06-20T21:37:50.018Z Downloaded vergen-git2 v9.1.0
11802026-06-20T21:37:50.021Z Downloaded zeroize v1.8.2
11812026-06-20T21:37:50.023Z Downloaded unicode-bidi v0.3.18
11822026-06-20T21:37:50.026Z Downloaded typify v0.6.2
11832026-06-20T21:37:50.029Z Downloaded zerocopy v0.6.6
11842026-06-20T21:37:50.036Z Downloaded rustyline v14.0.0
11852026-06-20T21:37:50.038Z Downloaded unsafe-libyaml v0.2.11
11862026-06-20T21:37:50.040Z Downloaded vte v0.14.1
11872026-06-20T21:37:50.043Z Downloaded iddqd v0.4.2
11882026-06-20T21:37:50.052Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-06-20T21:37:50.054Z Downloaded tokio-postgres v0.7.16
11902026-06-20T21:37:50.057Z Downloaded serde_with v1.14.0
11912026-06-20T21:37:50.060Z Downloaded bindgen v0.71.1
11922026-06-20T21:37:50.068Z Downloaded toml_edit v0.19.15
11932026-06-20T21:37:50.078Z Downloaded uuid v1.23.0
11942026-06-20T21:37:50.082Z Downloaded zopfli v0.8.3
11952026-06-20T21:37:50.084Z Downloaded ssh-key v0.6.7
11962026-06-20T21:37:50.087Z Downloaded regex v1.12.3
11972026-06-20T21:37:50.091Z Downloaded reqwest v0.13.2
11982026-06-20T21:37:50.094Z Downloaded p384 v0.13.1
11992026-06-20T21:37:50.114Z Downloaded zip v0.6.6
12002026-06-20T21:37:50.118Z Downloaded unicode_categories v0.1.1
12012026-06-20T21:37:50.120Z Downloaded bitvec v1.0.1
12022026-06-20T21:37:50.127Z Downloaded yansi v1.0.1
12032026-06-20T21:37:50.130Z Downloaded reedline v0.40.0
12042026-06-20T21:37:50.133Z Downloaded aws-lc-rs v1.16.3
12052026-06-20T21:37:50.138Z Downloaded quick-xml v0.37.5
12062026-06-20T21:37:50.152Z Downloaded chrono v0.4.44
12072026-06-20T21:37:50.156Z Downloaded rayon v1.11.0
12082026-06-20T21:37:50.163Z Downloaded reqwest v0.12.28
12092026-06-20T21:37:50.167Z Downloaded x509-cert v0.2.5
12102026-06-20T21:37:50.171Z Downloaded unicode-segmentation v1.12.0
12112026-06-20T21:37:50.173Z Downloaded lalrpop v0.19.12
12122026-06-20T21:37:50.180Z Downloaded zerocopy-derive v0.8.40
12132026-06-20T21:37:50.184Z Downloaded typed-path v0.9.3
12142026-06-20T21:37:50.187Z Downloaded rustls-webpki v0.101.7
12152026-06-20T21:37:50.196Z Downloaded salty v0.3.0
12162026-06-20T21:37:50.200Z Downloaded moka v0.12.13
12172026-06-20T21:37:50.204Z Downloaded tower-http v0.6.8
12182026-06-20T21:37:50.209Z Downloaded zip v4.6.1
12192026-06-20T21:37:50.211Z Downloaded curve25519-dalek v4.1.3
12202026-06-20T21:37:50.216Z Downloaded tower v0.5.3
12212026-06-20T21:37:50.221Z Downloaded unicode-normalization v0.1.25
12222026-06-20T21:37:50.225Z Downloaded portable-atomic v1.13.1
12232026-06-20T21:37:50.229Z Downloaded tokio-util v0.7.18
12242026-06-20T21:37:50.233Z Downloaded proptest v1.10.0
12252026-06-20T21:37:50.238Z Downloaded git2 v0.20.4
12262026-06-20T21:37:50.245Z Downloaded goblin v0.10.5
12272026-06-20T21:37:50.258Z Downloaded rustls-webpki v0.102.8
12282026-06-20T21:37:50.271Z Downloaded winnow v0.5.40
12292026-06-20T21:37:50.276Z Downloaded winnow v0.6.26
12302026-06-20T21:37:50.287Z Downloaded serde_with v3.17.0
12312026-06-20T21:37:50.290Z Downloaded polar-core v0.27.3
12322026-06-20T21:37:50.295Z Downloaded radix_trie v0.2.1
12332026-06-20T21:37:50.301Z Downloaded tough v0.22.0
12342026-06-20T21:37:50.304Z Downloaded openssl v0.10.79
12352026-06-20T21:37:50.314Z Downloaded object v0.30.4
12362026-06-20T21:37:50.319Z Downloaded petname v2.0.2
12372026-06-20T21:37:50.322Z Downloaded tabled v0.20.0
12382026-06-20T21:37:50.332Z Downloaded quinn-proto v0.11.13
12392026-06-20T21:37:50.337Z Downloaded bstr v1.12.1
12402026-06-20T21:37:50.342Z Downloaded nix v0.27.1
12412026-06-20T21:37:50.347Z Downloaded regex-syntax v0.6.29
12422026-06-20T21:37:50.351Z Downloaded smoltcp v0.9.1
12432026-06-20T21:37:51.359Z Downloaded dropshot v0.17.0
12442026-06-20T21:37:51.363Z Downloaded nix v0.28.0
12452026-06-20T21:37:51.363Z Downloaded zlib-rs v0.6.2
12462026-06-20T21:37:51.363Z Downloaded time v0.3.47
12472026-06-20T21:37:51.363Z Downloaded rustls v0.21.12
12482026-06-20T21:37:51.363Z Downloaded diesel v2.3.7
12492026-06-20T21:37:51.363Z Downloaded regex-syntax v0.8.10
12502026-06-20T21:37:51.363Z Downloaded regress v0.10.5
12512026-06-20T21:37:51.363Z Downloaded zerocopy v0.8.40
12522026-06-20T21:37:51.363Z Downloaded smoltcp v0.11.0
12532026-06-20T21:37:51.363Z Downloaded rustls v0.23.37
12542026-06-20T21:37:51.363Z Downloaded webpki-roots v1.0.6
12552026-06-20T21:37:51.363Z Downloaded hickory-proto v0.24.4
12562026-06-20T21:37:51.363Z Downloaded nix v0.31.2
12572026-06-20T21:37:51.363Z Downloaded vcpkg v0.2.15
12582026-06-20T21:37:51.363Z Downloaded object v0.37.3
12592026-06-20T21:37:51.363Z Downloaded openapiv3 v2.2.0
12602026-06-20T21:37:51.363Z Downloaded regress v0.11.1
12612026-06-20T21:37:51.363Z Downloaded rustls v0.22.4
12622026-06-20T21:37:51.363Z Downloaded rustix v0.38.44
12632026-06-20T21:37:51.363Z Downloaded sled v0.34.7
12642026-06-20T21:37:51.364Z Downloaded ratatui v0.29.0
12652026-06-20T21:37:51.364Z Downloaded hickory-proto v0.25.2
12662026-06-20T21:37:51.364Z Downloaded zerocopy-derive v0.6.6
12672026-06-20T21:37:51.364Z Downloaded sqlparser v0.61.0
12682026-06-20T21:37:51.364Z Downloaded petgraph v0.6.5
12692026-06-20T21:37:51.364Z Downloaded tracing v0.1.44
12702026-06-20T21:37:51.364Z Downloaded typify-impl v0.6.2
12712026-06-20T21:37:51.364Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-06-20T21:37:51.364Z Downloaded csv v1.4.0
12732026-06-20T21:37:51.364Z Downloaded sha3 v0.10.8
12742026-06-20T21:37:51.364Z Downloaded tokio v1.52.1
12752026-06-20T21:37:51.364Z Downloaded regex-automata v0.4.14
12762026-06-20T21:37:51.364Z Downloaded jiff v0.2.21
12772026-06-20T21:37:51.364Z Downloaded chrono-tz v0.10.4
12782026-06-20T21:37:51.364Z Downloaded petgraph v0.8.3
12792026-06-20T21:37:51.364Z Downloaded encoding_rs v0.8.35
12802026-06-20T21:37:51.364Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-06-20T21:37:51.364Z Downloaded libz-sys v1.1.24
12822026-06-20T21:37:51.364Z Downloaded ring v0.17.14
12832026-06-20T21:37:51.364Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-20T21:37:51.431Z Downloaded aws-lc-sys v0.40.0
12852026-06-20T21:37:51.683Z Compiling libc v0.2.185
12862026-06-20T21:37:51.683Z Compiling serde v1.0.228
12872026-06-20T21:37:51.687Z Compiling log v0.4.29
12882026-06-20T21:37:51.687Z Compiling shlex v1.3.0
12892026-06-20T21:37:51.687Z Compiling find-msvc-tools v0.1.9
12902026-06-20T21:37:51.687Z Compiling smallvec v1.15.1
12912026-06-20T21:37:51.687Z Compiling typenum v1.19.0
12922026-06-20T21:37:51.687Z Compiling subtle v2.6.1
12932026-06-20T21:37:51.837Z Compiling generic-array v0.14.7
12942026-06-20T21:37:51.840Z Compiling scopeguard v1.2.0
12952026-06-20T21:37:51.900Z Compiling const-oid v0.9.6
12962026-06-20T21:37:51.912Z Compiling serde_json v1.0.149
12972026-06-20T21:37:51.925Z Compiling syn v2.0.117
12982026-06-20T21:37:51.938Z Compiling zerocopy v0.8.40
12992026-06-20T21:37:51.941Z Compiling portable-atomic v1.13.1
13002026-06-20T21:37:51.941Z Compiling parking_lot_core v0.9.12
13012026-06-20T21:37:51.994Z Compiling lock_api v0.4.14
13022026-06-20T21:37:52.025Z Compiling pin-project-lite v0.2.17
13032026-06-20T21:37:52.041Z Compiling pkg-config v0.3.32
13042026-06-20T21:37:52.055Z Compiling bitflags v2.11.0
13052026-06-20T21:37:52.105Z Compiling futures-core v0.3.32
13062026-06-20T21:37:52.119Z Compiling libm v0.2.16
13072026-06-20T21:37:52.134Z Compiling critical-section v1.2.0
13082026-06-20T21:37:52.166Z Compiling num-traits v0.2.19
13092026-06-20T21:37:52.247Z Compiling percent-encoding v2.3.2
13102026-06-20T21:37:52.256Z Compiling futures-sink v0.3.32
13112026-06-20T21:37:52.272Z Compiling cpufeatures v0.2.17
13122026-06-20T21:37:52.287Z Compiling futures-task v0.3.32
13132026-06-20T21:37:52.302Z Compiling futures-io v0.3.32
13142026-06-20T21:37:52.346Z Compiling futures-channel v0.3.32
13152026-06-20T21:37:52.372Z Compiling getrandom v0.4.1
13162026-06-20T21:37:52.412Z Compiling slab v0.4.12
13172026-06-20T21:37:52.425Z Compiling rand_core v0.10.0
13182026-06-20T21:37:52.449Z Compiling indexmap v2.14.0
13192026-06-20T21:37:52.491Z Compiling getrandom v0.3.4
13202026-06-20T21:37:52.518Z Compiling rustversion v1.0.22
13212026-06-20T21:37:52.585Z Compiling form_urlencoded v1.2.2
13222026-06-20T21:37:52.601Z Compiling dunce v1.0.5
13232026-06-20T21:37:52.604Z Compiling fs_extra v1.3.0
13242026-06-20T21:37:52.615Z Compiling ident_case v1.0.1
13252026-06-20T21:37:52.618Z Compiling base64ct v1.8.3
13262026-06-20T21:37:52.675Z Compiling regex-syntax v0.8.10
13272026-06-20T21:37:52.717Z Compiling rustix v1.1.3
13282026-06-20T21:37:52.770Z Compiling iana-time-zone v0.1.65
13292026-06-20T21:37:52.784Z Compiling flagset v0.4.7
13302026-06-20T21:37:52.786Z Compiling aws-lc-rs v1.16.3
13312026-06-20T21:37:52.879Z Compiling getrandom v0.2.17
13322026-06-20T21:37:52.894Z Compiling jobserver v0.1.34
13332026-06-20T21:37:52.918Z Compiling errno v0.3.14
13342026-06-20T21:37:52.933Z Compiling mio v1.2.0
13352026-06-20T21:37:52.961Z Compiling once_cell v1.21.3
13362026-06-20T21:37:52.994Z Compiling socket2 v0.6.3
13372026-06-20T21:37:53.083Z Compiling rand_core v0.6.4
13382026-06-20T21:37:53.098Z Compiling signal-hook-registry v1.4.8
13392026-06-20T21:37:53.125Z Compiling cc v1.2.56
13402026-06-20T21:37:53.141Z Compiling parking_lot v0.12.5
13412026-06-20T21:37:53.219Z Compiling pem-rfc7468 v0.7.0
13422026-06-20T21:37:53.345Z Compiling vcpkg v0.2.15
13432026-06-20T21:37:53.371Z Compiling uuid v1.23.0
13442026-06-20T21:37:53.385Z Compiling tracing-core v0.1.36
13452026-06-20T21:37:53.401Z Compiling rustc_version v0.4.1
13462026-06-20T21:37:53.434Z Compiling base64 v0.22.1
13472026-06-20T21:37:53.448Z Compiling httparse v1.10.1
13482026-06-20T21:37:53.519Z Compiling rand_core v0.9.5
13492026-06-20T21:37:53.553Z Compiling untrusted v0.9.0
13502026-06-20T21:37:53.568Z Compiling openssl-probe v0.2.1
13512026-06-20T21:37:53.649Z Compiling untrusted v0.7.1
13522026-06-20T21:37:53.690Z Compiling tinyvec_macros v0.1.1
13532026-06-20T21:37:53.785Z Compiling tinyvec v1.10.0
13542026-06-20T21:37:53.797Z Compiling aho-corasick v1.1.4
13552026-06-20T21:37:53.831Z Compiling tower-layer v0.3.3
13562026-06-20T21:37:53.847Z Compiling rustls v0.23.37
13572026-06-20T21:37:53.849Z Compiling dyn-clone v1.0.20
13582026-06-20T21:37:53.878Z Compiling try-lock v0.2.5
13592026-06-20T21:37:53.907Z Compiling tower-service v0.3.3
13602026-06-20T21:37:53.947Z Compiling cmake v0.1.57
13612026-06-20T21:37:53.997Z Compiling schemars v0.8.22
13622026-06-20T21:37:54.012Z Compiling atomic-waker v1.1.2
13632026-06-20T21:37:54.028Z Compiling want v0.3.1
13642026-06-20T21:37:54.031Z Compiling openssl v0.10.79
13652026-06-20T21:37:54.045Z Compiling foreign-types-shared v0.1.1
13662026-06-20T21:37:54.086Z Compiling httpdate v1.0.3
13672026-06-20T21:37:54.138Z Compiling pin-utils v0.1.0
13682026-06-20T21:37:54.153Z Compiling foreign-types v0.3.2
13692026-06-20T21:37:54.167Z Compiling unicode-normalization v0.1.25
13702026-06-20T21:37:54.184Z Compiling socket2 v0.5.10
13712026-06-20T21:37:54.204Z Compiling spin v0.9.8
13722026-06-20T21:37:54.222Z Compiling time-core v0.1.8
13732026-06-20T21:37:54.235Z Compiling powerfmt v0.2.0
13742026-06-20T21:37:54.265Z Compiling native-tls v0.2.18
13752026-06-20T21:37:54.283Z Compiling num-conv v0.2.0
13762026-06-20T21:37:54.307Z Compiling crc32fast v1.5.0
13772026-06-20T21:37:54.334Z Compiling wait-timeout v0.2.1
13782026-06-20T21:37:54.380Z Compiling sync_wrapper v1.0.2
13792026-06-20T21:37:54.397Z Compiling deranged v0.5.8
13802026-06-20T21:37:54.400Z Compiling bit-vec v0.8.0
13812026-06-20T21:37:54.430Z Compiling simd-adler32 v0.3.8
13822026-06-20T21:37:54.444Z Compiling time-macros v0.2.27
13832026-06-20T21:37:54.465Z Compiling siphasher v1.0.2
13842026-06-20T21:37:54.501Z Compiling unicode-segmentation v1.12.0
13852026-06-20T21:37:54.525Z Compiling syn v1.0.109
13862026-06-20T21:37:54.619Z Compiling tempfile v3.25.0
13872026-06-20T21:37:54.655Z Compiling regex-automata v0.4.14
13882026-06-20T21:37:54.685Z Compiling quick-error v1.2.3
13892026-06-20T21:37:54.700Z Compiling usdt-impl v0.6.0
13902026-06-20T21:37:54.703Z Compiling crossbeam-utils v0.8.21
13912026-06-20T21:37:54.703Z Compiling num_threads v0.1.7
13922026-06-20T21:37:54.813Z Compiling bit-set v0.8.0
13932026-06-20T21:37:54.848Z Compiling synstructure v0.13.2
13942026-06-20T21:37:54.862Z Compiling aws-lc-sys v0.40.0
13952026-06-20T21:37:54.880Z Compiling ring v0.17.14
13962026-06-20T21:37:54.914Z Compiling openssl-sys v0.9.115
13972026-06-20T21:37:54.945Z Compiling pest_generator v2.8.6
13982026-06-20T21:37:54.960Z Compiling serde_derive_internals v0.29.1
13992026-06-20T21:37:54.963Z Compiling darling_core v0.20.11
14002026-06-20T21:37:54.996Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-06-20T21:37:55.082Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-06-20T21:37:55.123Z Compiling rusty-fork v0.3.1
14032026-06-20T21:37:55.279Z Compiling darling_core v0.21.3
14042026-06-20T21:37:55.446Z Compiling slog v2.8.2
14052026-06-20T21:37:55.521Z Compiling heapless v0.7.17
14062026-06-20T21:37:55.539Z Compiling rand_xorshift v0.4.0
14072026-06-20T21:37:55.569Z Compiling thread-id v5.1.0
14082026-06-20T21:37:55.665Z Compiling cookie v0.18.1
14092026-06-20T21:37:55.679Z Compiling unarray v0.1.4
14102026-06-20T21:37:55.696Z Compiling time v0.3.47
14112026-06-20T21:37:55.699Z Compiling zstd-safe v7.2.4
14122026-06-20T21:37:55.778Z Compiling unicode-properties v0.1.4
14132026-06-20T21:37:55.796Z Compiling paste v1.0.15
14142026-06-20T21:37:55.811Z Compiling ryu v1.0.23
14152026-06-20T21:37:55.827Z Compiling iri-string v0.7.10
14162026-06-20T21:37:55.878Z Compiling anyhow v1.0.102
14172026-06-20T21:37:55.940Z Compiling unicode-bidi v0.3.18
14182026-06-20T21:37:55.996Z Compiling signal-hook v0.3.18
14192026-06-20T21:37:56.015Z Compiling adler2 v2.0.1
14202026-06-20T21:37:56.015Z Compiling allocator-api2 v0.2.21
14212026-06-20T21:37:56.159Z Compiling miniz_oxide v0.8.9
14222026-06-20T21:37:56.390Z Compiling stringprep v0.1.5
14232026-06-20T21:37:56.485Z Compiling heck v0.4.1
14242026-06-20T21:37:56.512Z Compiling num-integer v0.1.46
14252026-06-20T21:37:56.683Z Compiling serde_derive v1.0.228
14262026-06-20T21:37:56.731Z Compiling zeroize_derive v1.4.3
14272026-06-20T21:37:56.799Z Compiling zerofrom-derive v0.1.6
14282026-06-20T21:37:56.813Z Compiling yoke-derive v0.8.1
14292026-06-20T21:37:56.858Z Compiling zerovec-derive v0.11.2
14302026-06-20T21:37:56.872Z Compiling zerocopy-derive v0.8.40
14312026-06-20T21:37:57.000Z Compiling displaydoc v0.2.5
14322026-06-20T21:37:57.361Z Compiling tokio-macros v2.7.0
14332026-06-20T21:37:57.416Z Compiling futures-macro v0.3.32
14342026-06-20T21:37:57.432Z Compiling zeroize v1.8.2
14352026-06-20T21:37:57.458Z Compiling der_derive v0.7.3
14362026-06-20T21:37:57.785Z Compiling rustls-pki-types v1.14.0
14372026-06-20T21:37:57.940Z Compiling thiserror-impl v2.0.18
14382026-06-20T21:37:58.048Z Compiling tracing-attributes v0.1.31
14392026-06-20T21:37:58.065Z Compiling scroll_derive v0.13.1
14402026-06-20T21:37:58.148Z Compiling pest_derive v2.8.6
14412026-06-20T21:37:58.243Z Compiling crypto-common v0.1.7
14422026-06-20T21:37:58.280Z Compiling block-buffer v0.10.4
14432026-06-20T21:37:58.294Z Compiling zerofrom v0.1.6
14442026-06-20T21:37:58.309Z Compiling futures-util v0.3.32
14452026-06-20T21:37:58.409Z Compiling yoke v0.8.1
14462026-06-20T21:37:58.439Z Compiling digest v0.10.7
14472026-06-20T21:37:58.467Z Compiling block-padding v0.3.3
14482026-06-20T21:37:58.505Z Compiling der v0.7.10
14492026-06-20T21:37:58.614Z Compiling zerovec v0.11.5
14502026-06-20T21:37:58.628Z Compiling zerotrie v0.2.3
14512026-06-20T21:37:58.649Z Compiling hmac v0.12.1
14522026-06-20T21:37:58.725Z Compiling inout v0.1.4
14532026-06-20T21:37:58.853Z Compiling sha2 v0.10.9
14542026-06-20T21:37:58.943Z Compiling cipher v0.4.4
14552026-06-20T21:37:58.973Z Compiling pbkdf2 v0.12.2
14562026-06-20T21:37:58.988Z Compiling schemars_derive v0.8.22
14572026-06-20T21:37:59.045Z Compiling scroll v0.13.0
14582026-06-20T21:37:59.106Z Compiling tinystr v0.8.2
14592026-06-20T21:37:59.182Z Compiling potential_utf v0.1.4
14602026-06-20T21:37:59.225Z Compiling salsa20 v0.10.2
14612026-06-20T21:37:59.328Z Compiling icu_locale_core v2.1.1
14622026-06-20T21:37:59.342Z Compiling icu_collections v2.1.1
14632026-06-20T21:37:59.369Z Compiling spki v0.7.3
14642026-06-20T21:37:59.387Z Compiling scrypt v0.11.0
14652026-06-20T21:37:59.405Z Compiling thiserror v2.0.18
14662026-06-20T21:37:59.482Z Compiling tracing v0.1.44
14672026-06-20T21:37:59.530Z Compiling aes v0.8.4
14682026-06-20T21:37:59.598Z Compiling cbc v0.1.2
14692026-06-20T21:37:59.672Z Compiling darling_macro v0.20.11
14702026-06-20T21:37:59.765Z Compiling openssl-macros v0.1.1
14712026-06-20T21:37:59.780Z Compiling goblin v0.10.5
14722026-06-20T21:37:59.783Z Compiling rustls-native-certs v0.8.3
14732026-06-20T21:37:59.849Z Compiling dtrace-parser v0.3.0
14742026-06-20T21:38:00.195Z Compiling icu_provider v2.1.1
14752026-06-20T21:38:00.268Z Compiling pkcs5 v0.7.1
14762026-06-20T21:38:00.283Z Compiling bytes v1.11.1
14772026-06-20T21:38:00.300Z Compiling chrono v0.4.44
14782026-06-20T21:38:00.324Z Compiling ipnet v2.11.0
14792026-06-20T21:38:00.423Z Compiling darling v0.20.11
14802026-06-20T21:38:00.438Z Compiling icu_normalizer v2.1.1
14812026-06-20T21:38:00.519Z Compiling icu_properties v2.1.2
14822026-06-20T21:38:00.533Z Compiling derive_builder_core v0.20.2
14832026-06-20T21:38:00.703Z Compiling pkcs8 v0.10.2
14842026-06-20T21:38:00.719Z Compiling signature v2.2.0
14852026-06-20T21:38:00.784Z Compiling tokio v1.52.1
14862026-06-20T21:38:00.798Z Compiling http v1.4.0
14872026-06-20T21:38:00.853Z Compiling webpki-roots v1.0.6
14882026-06-20T21:38:00.925Z Compiling thiserror-impl v1.0.69
14892026-06-20T21:38:00.943Z Compiling scroll_derive v0.12.1
14902026-06-20T21:38:00.993Z Compiling serde_spanned v0.6.9
14912026-06-20T21:38:01.008Z Compiling toml_datetime v0.6.11
14922026-06-20T21:38:01.044Z Compiling serde_tokenstream v0.2.3
14932026-06-20T21:38:01.153Z Compiling erased-serde v0.3.31
14942026-06-20T21:38:01.288Z Compiling serde_urlencoded v0.7.1
14952026-06-20T21:38:01.390Z Compiling idna_adapter v1.2.1
14962026-06-20T21:38:01.460Z Compiling http-body v1.0.1
14972026-06-20T21:38:01.550Z Compiling idna v1.1.0
14982026-06-20T21:38:01.564Z Compiling ppv-lite86 v0.2.21
14992026-06-20T21:38:01.588Z Compiling http-body-util v0.1.3
15002026-06-20T21:38:01.639Z Compiling derive_builder_macro v0.20.2
15012026-06-20T21:38:01.654Z Compiling scroll v0.12.0
15022026-06-20T21:38:01.669Z Compiling md-5 v0.10.6
15032026-06-20T21:38:01.684Z Compiling darling_macro v0.21.3
15042026-06-20T21:38:01.714Z Compiling bstr v1.12.1
15052026-06-20T21:38:01.772Z Compiling pin-project-internal v1.1.11
15062026-06-20T21:38:01.775Z Compiling zerocopy-derive v0.7.35
15072026-06-20T21:38:01.859Z Compiling url v2.5.8
15082026-06-20T21:38:01.859Z Compiling rand_chacha v0.9.0
15092026-06-20T21:38:01.911Z Compiling rand_chacha v0.3.1
15102026-06-20T21:38:01.941Z Compiling async-trait v0.1.89
15112026-06-20T21:38:02.146Z Compiling rand v0.9.2
15122026-06-20T21:38:02.206Z Compiling vergen-lib v9.1.0
15132026-06-20T21:38:02.234Z Compiling curve25519-dalek v4.1.3
15142026-06-20T21:38:02.260Z Compiling thiserror v1.0.69
15152026-06-20T21:38:02.382Z Compiling ff v0.13.1
15162026-06-20T21:38:02.411Z Compiling hash32 v0.2.1
15172026-06-20T21:38:02.542Z Compiling memoffset v0.9.1
15182026-06-20T21:38:02.596Z Compiling dof v0.4.0
15192026-06-20T21:38:02.611Z Compiling encoding_rs v0.8.35
15202026-06-20T21:38:02.684Z Compiling mime v0.3.17
15212026-06-20T21:38:02.700Z Compiling rustix v0.38.44
15222026-06-20T21:38:02.741Z Compiling proptest v1.10.0
15232026-06-20T21:38:02.763Z Compiling fallible-iterator v0.2.0
15242026-06-20T21:38:02.927Z Compiling litrs v1.0.0
15252026-06-20T21:38:02.966Z Compiling smoltcp v0.9.1
15262026-06-20T21:38:02.980Z Compiling ref-cast v1.0.25
15272026-06-20T21:38:03.025Z Compiling num-bigint-dig v0.8.6
15282026-06-20T21:38:03.039Z Compiling psl-types v2.0.11
15292026-06-20T21:38:03.075Z Compiling zlib-rs v0.6.2
15302026-06-20T21:38:03.090Z Compiling cfg_aliases v0.2.1
15312026-06-20T21:38:03.130Z Compiling base16ct v0.2.0
15322026-06-20T21:38:03.176Z Compiling ipnetwork v0.21.1
15332026-06-20T21:38:03.190Z Compiling nix v0.31.2
15342026-06-20T21:38:03.260Z Compiling sec1 v0.7.3
15352026-06-20T21:38:03.375Z Compiling publicsuffix v2.3.0
15362026-06-20T21:38:03.413Z Compiling oxnet v0.1.6
15372026-06-20T21:38:03.463Z Compiling document-features v0.2.12
15382026-06-20T21:38:03.569Z Compiling postgres-protocol v0.6.10
15392026-06-20T21:38:03.586Z Compiling pin-project v1.1.11
15402026-06-20T21:38:03.653Z Compiling zerocopy v0.7.35
15412026-06-20T21:38:03.720Z Compiling group v0.13.0
15422026-06-20T21:38:03.772Z Compiling darling v0.21.3
15432026-06-20T21:38:03.789Z Compiling derive_builder v0.20.2
15442026-06-20T21:38:03.872Z Compiling rand v0.8.6
15452026-06-20T21:38:03.886Z Compiling goblin v0.8.2
15462026-06-20T21:38:03.925Z Compiling futures-executor v0.3.32
15472026-06-20T21:38:03.940Z Compiling hubpack_derive v0.1.1
15482026-06-20T21:38:03.975Z Compiling hex v0.4.3
15492026-06-20T21:38:04.137Z Compiling hkdf v0.12.4
15502026-06-20T21:38:04.210Z Compiling crypto-bigint v0.5.5
15512026-06-20T21:38:04.226Z Compiling regex v1.12.3
15522026-06-20T21:38:04.275Z Compiling num-iter v0.1.45
15532026-06-20T21:38:04.278Z Compiling snafu-derive v0.8.9
15542026-06-20T21:38:04.304Z Compiling daft-derive v0.1.7
15552026-06-20T21:38:04.320Z Compiling ref-cast-impl v1.0.25
15562026-06-20T21:38:04.334Z Compiling strum_macros v0.27.2
15572026-06-20T21:38:04.376Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-20T21:38:04.679Z Compiling tokio-util v0.7.18
15592026-06-20T21:38:04.736Z Compiling tower v0.5.3
15602026-06-20T21:38:04.751Z Compiling tokio-native-tls v0.3.1
15612026-06-20T21:38:04.813Z Compiling phf_shared v0.13.1
15622026-06-20T21:38:04.905Z Compiling terminal_size v0.4.3
15632026-06-20T21:38:04.944Z Compiling lazy_static v1.5.0
15642026-06-20T21:38:05.053Z Compiling anstyle-parse v0.2.7
15652026-06-20T21:38:05.070Z Compiling vergen v9.1.0
15662026-06-20T21:38:05.073Z Compiling cargo-platform v0.3.2
15672026-06-20T21:38:05.073Z Compiling fs-err v3.3.0
15682026-06-20T21:38:05.112Z Compiling newtype-uuid v1.3.2
15692026-06-20T21:38:05.225Z Compiling tower-http v0.6.8
15702026-06-20T21:38:05.270Z Compiling ahash v0.8.12
15712026-06-20T21:38:05.288Z Compiling libbz2-rs-sys v0.2.2
15722026-06-20T21:38:05.303Z Compiling bumpalo v3.20.2
15732026-06-20T21:38:05.316Z Compiling managed v0.8.0
15742026-06-20T21:38:05.382Z Compiling h2 v0.4.13
15752026-06-20T21:38:05.468Z Compiling object v0.37.3
15762026-06-20T21:38:05.493Z Compiling bitflags v1.3.2
15772026-06-20T21:38:05.550Z Compiling foldhash v0.1.5
15782026-06-20T21:38:05.571Z Compiling same-file v1.0.6
15792026-06-20T21:38:05.584Z Compiling winnow v0.5.40
15802026-06-20T21:38:05.667Z Compiling foldhash v0.2.0
15812026-06-20T21:38:05.743Z Compiling bzip2 v0.6.1
15822026-06-20T21:38:05.746Z Compiling walkdir v2.5.0
15832026-06-20T21:38:05.771Z Compiling hashbrown v0.15.5
15842026-06-20T21:38:05.844Z Compiling hashbrown v0.16.1
15852026-06-20T21:38:05.976Z Compiling zopfli v0.8.3
15862026-06-20T21:38:06.008Z Compiling flate2 v1.1.9
15872026-06-20T21:38:06.098Z Compiling clap_builder v4.6.0
15882026-06-20T21:38:06.250Z Compiling snafu v0.8.9
15892026-06-20T21:38:06.357Z Compiling dof v0.3.0
15902026-06-20T21:38:06.373Z Compiling strum v0.27.2
15912026-06-20T21:38:06.397Z Compiling daft v0.1.7
15922026-06-20T21:38:06.477Z Compiling cargo_metadata v0.23.1
15932026-06-20T21:38:06.495Z Compiling anstream v0.6.21
15942026-06-20T21:38:06.526Z Compiling elliptic-curve v0.13.8
15952026-06-20T21:38:06.623Z Compiling phf v0.13.1
15962026-06-20T21:38:06.732Z Compiling signal-hook-mio v0.2.5
15972026-06-20T21:38:06.779Z Compiling cookie_store v0.22.1
15982026-06-20T21:38:06.800Z Compiling hubpack v0.1.2
15992026-06-20T21:38:06.823Z Compiling bzip2 v0.4.4
16002026-06-20T21:38:06.863Z Compiling usdt-macro v0.6.0
16012026-06-20T21:38:06.938Z Compiling toml_edit v0.19.15
16022026-06-20T21:38:07.038Z Compiling usdt-attr-macro v0.6.0
16032026-06-20T21:38:07.055Z Compiling futures v0.3.32
16042026-06-20T21:38:07.059Z Compiling postgres-types v0.2.12
16052026-06-20T21:38:07.084Z Compiling serde_with_macros v3.17.0
16062026-06-20T21:38:07.224Z Compiling zstd v0.13.3
16072026-06-20T21:38:07.461Z Compiling dtrace-parser v0.2.0
16082026-06-20T21:38:07.475Z Compiling globset v0.4.18
16092026-06-20T21:38:07.503Z Compiling pkcs1 v0.7.5
16102026-06-20T21:38:07.647Z Compiling ed25519 v2.2.3
16112026-06-20T21:38:07.664Z Compiling serde-big-array v0.5.1
16122026-06-20T21:38:07.832Z Compiling olpc-cjson v0.1.4
16132026-06-20T21:38:07.864Z Compiling serde_plain v1.0.2
16142026-06-20T21:38:07.897Z Compiling rfc6979 v0.4.0
16152026-06-20T21:38:07.923Z Compiling enum-as-inner v0.6.1
16162026-06-20T21:38:08.013Z Compiling clap_derive v4.6.1
16172026-06-20T21:38:08.042Z Compiling serde_repr v0.1.20
16182026-06-20T21:38:08.080Z Compiling async-recursion v1.1.1
16192026-06-20T21:38:08.177Z Compiling strum_macros v0.26.4
16202026-06-20T21:38:08.238Z Compiling phf_shared v0.11.3
16212026-06-20T21:38:08.260Z Compiling float-cmp v0.10.0
16222026-06-20T21:38:08.294Z Compiling pem v3.0.6
16232026-06-20T21:38:08.426Z Compiling hyper v1.8.1
16242026-06-20T21:38:08.449Z Compiling memmap2 v0.9.10
16252026-06-20T21:38:08.473Z Compiling thread-id v4.2.2
16262026-06-20T21:38:08.578Z Compiling env_filter v1.0.0
16272026-06-20T21:38:08.593Z Compiling difflib v0.4.0
16282026-06-20T21:38:08.609Z Compiling static_assertions v1.1.0
16292026-06-20T21:38:08.648Z Compiling either v1.15.0
16302026-06-20T21:38:08.684Z Compiling precomputed-hash v0.1.1
16312026-06-20T21:38:08.754Z Compiling fixedbitset v0.5.7
16322026-06-20T21:38:08.800Z Compiling whoami v2.1.0
16332026-06-20T21:38:08.830Z Compiling keccak v0.1.6
16342026-06-20T21:38:08.907Z Compiling predicates-core v1.0.10
16352026-06-20T21:38:08.959Z Compiling new_debug_unreachable v1.0.6
16362026-06-20T21:38:09.047Z Compiling typed-path v0.9.3
16372026-06-20T21:38:09.089Z Compiling data-encoding v2.10.0
16382026-06-20T21:38:09.104Z Compiling normalize-line-endings v0.3.0
16392026-06-20T21:38:09.174Z Compiling jiff v0.2.21
16402026-06-20T21:38:09.200Z Compiling fixedbitset v0.4.2
16412026-06-20T21:38:09.221Z Compiling predicates v3.1.4
16422026-06-20T21:38:09.236Z Compiling toml_edit v0.22.27
16432026-06-20T21:38:09.434Z Compiling hickory-proto v0.25.2
16442026-06-20T21:38:09.448Z Compiling petgraph v0.6.5
16452026-06-20T21:38:09.646Z Compiling hyper-util v0.1.20
16462026-06-20T21:38:09.662Z Compiling string_cache v0.8.9
16472026-06-20T21:38:09.692Z Compiling tokio-postgres v0.7.16
16482026-06-20T21:38:09.823Z Compiling sha3 v0.10.8
16492026-06-20T21:38:09.901Z Compiling clap v4.6.1
16502026-06-20T21:38:09.918Z Compiling petgraph v0.8.3
16512026-06-20T21:38:09.933Z Compiling itertools v0.13.0
16522026-06-20T21:38:10.000Z Compiling env_logger v0.11.9
16532026-06-20T21:38:10.048Z Compiling strum v0.26.3
16542026-06-20T21:38:10.130Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16552026-06-20T21:38:10.197Z Compiling usdt v0.6.0
16562026-06-20T21:38:10.310Z Compiling usdt-impl v0.5.0
16572026-06-20T21:38:10.327Z Compiling toml v0.7.8
16582026-06-20T21:38:10.388Z Compiling serde_with v3.17.0
16592026-06-20T21:38:10.491Z Compiling crossterm v0.28.1
16602026-06-20T21:38:10.922Z Compiling ecdsa v0.16.9
16612026-06-20T21:38:10.953Z Compiling ed25519-dalek v2.2.0
16622026-06-20T21:38:11.011Z Compiling rsa v0.9.10
16632026-06-20T21:38:11.222Z Compiling hyper-tls v0.6.0
16642026-06-20T21:38:11.480Z Compiling zip v0.6.6
16652026-06-20T21:38:11.630Z Compiling iddqd v0.4.2
16662026-06-20T21:38:11.760Z Compiling zip v4.6.1
16672026-06-20T21:38:12.018Z Compiling tokio-stream v0.1.18
16682026-06-20T21:38:12.075Z Compiling toml_parser v1.0.9+spec-1.1.0
16692026-06-20T21:38:12.146Z Compiling buf-list v1.1.2
16702026-06-20T21:38:12.163Z Compiling similar v2.7.0
16712026-06-20T21:38:12.250Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-20T21:38:12.269Z Compiling openapiv3 v2.2.0
16732026-06-20T21:38:12.444Z Compiling x509-cert v0.2.5
16742026-06-20T21:38:12.503Z Compiling sha1 v0.10.6
16752026-06-20T21:38:12.569Z Compiling crossbeam-epoch v0.9.18
16762026-06-20T21:38:12.719Z Compiling peg-runtime v0.8.5
16772026-06-20T21:38:12.757Z Compiling lalrpop-util v0.19.12
16782026-06-20T21:38:12.770Z Compiling thread_local v1.1.9
16792026-06-20T21:38:12.917Z Compiling slog-async v2.8.0
16802026-06-20T21:38:12.946Z Compiling crossbeam-channel v0.5.15
16812026-06-20T21:38:12.961Z Compiling is-terminal v0.4.17
16822026-06-20T21:38:12.978Z Compiling filetime v0.2.27
16832026-06-20T21:38:13.017Z Compiling term v1.2.1
16842026-06-20T21:38:13.031Z Compiling take_mut v0.2.2
16852026-06-20T21:38:13.051Z Compiling xattr v1.6.1
16862026-06-20T21:38:13.172Z Compiling tar v0.4.45
16872026-06-20T21:38:13.424Z Compiling slog-term v2.9.2
16882026-06-20T21:38:30.896Z Compiling rustls-webpki v0.103.9
16892026-06-20T21:38:33.678Z Compiling tokio-rustls v0.26.4
16902026-06-20T21:38:33.678Z Compiling rustls-platform-verifier v0.6.2
16912026-06-20T21:38:33.874Z Compiling hyper-rustls v0.27.7
16922026-06-20T21:38:34.073Z Compiling reqwest v0.12.28
16932026-06-20T21:38:34.092Z Compiling reqwest v0.13.2
16942026-06-20T21:38:35.292Z Compiling tough v0.22.0
16952026-06-20T21:38:37.803Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-20T21:38:38.032Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-20T21:38:40.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.50s
16982026-06-20T21:38:41.018Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-20T21:38:41.077ZJun 20 21:38:40.885 INFO Starting download, target: Cockroach
17002026-06-20T21:38:41.077ZJun 20 21:38:40.886 INFO Starting download, target: Clickhouse
17012026-06-20T21:38:41.077ZJun 20 21:38:40.886 INFO Starting download, target: Console
17022026-06-20T21:38:41.077ZJun 20 21:38:40.886 INFO Starting download, target: DendriteStub
17032026-06-20T21:38:41.077ZJun 20 21:38:40.886 INFO Starting download, target: MaghemiteMgd
17042026-06-20T21:38:41.077ZJun 20 21:38:40.886 INFO Starting download, target: MaghemiteDdmd
17052026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Starting download, target: TransceiverControl
17062026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17072026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17092026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-20T21:38:41.083ZJun 20 21:38:40.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17132026-06-20T21:38:41.545ZJun 20 21:38:41.356 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-20T21:38:41.862ZJun 20 21:38:41.570 INFO Download complete, target: TransceiverControl
17152026-06-20T21:38:42.108ZJun 20 21:38:41.884 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-20T21:38:42.345ZJun 20 21:38:42.156 INFO Download complete, target: Console
17172026-06-20T21:38:43.202ZJun 20 21:38:42.954 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-20T21:38:44.373ZJun 20 21:38:44.171 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-06-20T21:38:44.444ZJun 20 21:38:44.251 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17202026-06-20T21:38:44.644ZJun 20 21:38:44.416 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17212026-06-20T21:38:45.675ZJun 20 21:38:45.483 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-20T21:38:45.675ZJun 20 21:38:45.483 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-20T21:38:46.377ZJun 20 21:38:46.188 INFO Download complete, target: MaghemiteDdmd
17242026-06-20T21:38:46.923ZJun 20 21:38:46.719 INFO Download complete, target: MaghemiteMgd
17252026-06-20T21:38:47.245ZJun 20 21:38:47.056 INFO Download complete, target: DendriteStub
17262026-06-20T21:38:50.066ZJun 20 21:38:49.826 INFO Checking that binary works, target: Clickhouse
17272026-06-20T21:38:50.216ZJun 20 21:38:49.918 INFO Download complete, target: Clickhouse
17282026-06-20T21:38:50.369ZJun 20 21:38:50.170 INFO Checking that binary works, target: Cockroach
17292026-06-20T21:38:50.494ZJun 20 21:38:50.292 INFO Download complete, target: Cockroach
17302026-06-20T21:38:50.502ZAll prerequisites installed successfully
17312026-06-20T21:38:50.502Z
17322026-06-20T21:38:50.502Zreal 1:48.770721514
17332026-06-20T21:38:50.502Zuser 6:52.394949704
17342026-06-20T21:38:50.502Zsys 1:45.059432385
17352026-06-20T21:38:50.502Ztrap 0.266307654
17362026-06-20T21:38:50.503Ztflt 1.272644817
17372026-06-20T21:38:50.503Zdflt 1.634642236
17382026-06-20T21:38:50.503Zkflt 0.023703521
17392026-06-20T21:38:50.503Zlock 23:33.569044529
17402026-06-20T21:38:50.503Zslp 18:53.640411167
17412026-06-20T21:38:50.503Zlat 24.723746842
17422026-06-20T21:38:50.503Zstop 2:51.580671911
17432026-06-20T21:38:50.503Z+ ptime -m cargo xtask download softnpu
17442026-06-20T21:38:51.403Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-20T21:38:51.724Z Running `target/debug/xtask download softnpu`
17462026-06-20T21:38:51.906Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s
17472026-06-20T21:38:51.906Z Running `target/debug/xtask-downloader softnpu`
17482026-06-20T21:38:51.906ZJun 20 21:38:51.550 INFO Starting download, target: Softnpu
17492026-06-20T21:38:51.906ZJun 20 21:38:51.550 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-20T21:38:53.787ZJun 20 21:38:53.566 INFO Download complete, target: Softnpu
17512026-06-20T21:38:53.848Z
17522026-06-20T21:38:53.849Zreal 3.264618855
17532026-06-20T21:38:53.849Zuser 1.230586730
17542026-06-20T21:38:53.849Zsys 0.601607344
17552026-06-20T21:38:53.849Ztrap 0.001075500
17562026-06-20T21:38:53.849Ztflt 0.000059830
17572026-06-20T21:38:53.849Zdflt 0.000479700
17582026-06-20T21:38:53.849Zkflt 0.000000000
17592026-06-20T21:38:53.849Zlock 39.045148248
17602026-06-20T21:38:53.849Zslp 1.878498974
17612026-06-20T21:38:53.849Zlat 0.109361955
17622026-06-20T21:38:53.849Zstop 0.000199990
17632026-06-20T21:38:53.849Z+ export CARGO_INCREMENTAL=0
17642026-06-20T21:38:53.849Z+ CARGO_INCREMENTAL=0
17652026-06-20T21:38:53.849Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-20T21:38:54.635Z Compiling proc-macro2 v1.0.106
17672026-06-20T21:38:54.635Z Compiling quote v1.0.45
17682026-06-20T21:38:54.636Z Compiling unicode-ident v1.0.24
17692026-06-20T21:38:54.636Z Compiling libc v0.2.185
17702026-06-20T21:38:54.692Z Compiling serde_core v1.0.228
17712026-06-20T21:38:54.692Z Compiling serde v1.0.228
17722026-06-20T21:38:54.692Z Compiling cfg-if v1.0.4
17732026-06-20T21:38:54.692Z Compiling version_check v0.9.5
17742026-06-20T21:38:54.842Z Compiling shlex v1.3.0
17752026-06-20T21:38:54.842Z Compiling find-msvc-tools v0.1.9
17762026-06-20T21:38:54.842Z Compiling typenum v1.19.0
17772026-06-20T21:38:54.842Z Compiling zmij v1.0.21
17782026-06-20T21:38:54.842Z Compiling autocfg v1.5.0
17792026-06-20T21:38:54.842Z Compiling memchr v2.8.0
17802026-06-20T21:38:54.842Z Compiling serde_json v1.0.149
17812026-06-20T21:38:54.957Z Compiling portable-atomic v1.13.1
17822026-06-20T21:38:54.989Z Compiling libm v0.2.16
17832026-06-20T21:38:55.043Z Compiling zerocopy v0.8.40
17842026-06-20T21:38:55.156Z Compiling generic-array v0.14.7
17852026-06-20T21:38:55.192Z Compiling smallvec v1.15.1
17862026-06-20T21:38:55.244Z Compiling num-traits v0.2.19
17872026-06-20T21:38:55.283Z Compiling parking_lot_core v0.9.12
17882026-06-20T21:38:55.338Z Compiling icu_normalizer_data v2.1.1
17892026-06-20T21:38:55.418Z Compiling icu_properties_data v2.1.2
17902026-06-20T21:38:55.418Z Compiling itoa v1.0.17
17912026-06-20T21:38:55.481Z Compiling getrandom v0.4.1
17922026-06-20T21:38:55.481Z Compiling log v0.4.29
17932026-06-20T21:38:55.544Z Compiling stable_deref_trait v1.2.1
17942026-06-20T21:38:55.544Z Compiling pkg-config v0.3.32
17952026-06-20T21:38:55.579Z Compiling subtle v2.6.1
17962026-06-20T21:38:55.696Z Compiling scopeguard v1.2.0
17972026-06-20T21:38:55.764Z Compiling jobserver v0.1.34
17982026-06-20T21:38:55.789Z Compiling getrandom v0.2.17
17992026-06-20T21:38:55.816Z Compiling errno v0.3.14
18002026-06-20T21:38:55.844Z Compiling lock_api v0.4.14
18012026-06-20T21:38:55.929Z Compiling rand_core v0.6.4
18022026-06-20T21:38:56.000Z Compiling cc v1.2.56
18032026-06-20T21:38:56.020Z Compiling percent-encoding v2.3.2
18042026-06-20T21:38:56.093Z Compiling syn v2.0.117
18052026-06-20T21:38:56.110Z Compiling writeable v0.6.2
18062026-06-20T21:38:56.122Z Compiling fnv v1.0.7
18072026-06-20T21:38:56.125Z Compiling litemap v0.8.1
18082026-06-20T21:38:56.157Z Compiling pin-project-lite v0.2.17
18092026-06-20T21:38:56.200Z Compiling thiserror v2.0.18
18102026-06-20T21:38:56.245Z Compiling getrandom v0.3.4
18112026-06-20T21:38:56.339Z Compiling equivalent v1.0.2
18122026-06-20T21:38:56.343Z Compiling rand_core v0.10.0
18132026-06-20T21:38:56.365Z Compiling dunce v1.0.5
18142026-06-20T21:38:56.423Z Compiling schemars v0.8.22
18152026-06-20T21:38:56.446Z Compiling fs_extra v1.3.0
18162026-06-20T21:38:56.460Z Compiling rustversion v1.0.22
18172026-06-20T21:38:56.524Z Compiling utf8_iter v1.0.4
18182026-06-20T21:38:56.528Z Compiling rustix v1.1.3
18192026-06-20T21:38:56.586Z Compiling critical-section v1.2.0
18202026-06-20T21:38:56.616Z Compiling form_urlencoded v1.2.2
18212026-06-20T21:38:56.712Z Compiling cmake v0.1.57
18222026-06-20T21:38:56.716Z Compiling hashbrown v0.17.0
18232026-06-20T21:38:56.750Z Compiling signal-hook-registry v1.4.8
18242026-06-20T21:38:56.839Z Compiling const-oid v0.9.6
18252026-06-20T21:38:57.144Z Compiling bitflags v2.11.0
18262026-06-20T21:38:57.209Z Compiling semver v1.0.28
18272026-06-20T21:38:57.285Z Compiling once_cell v1.21.3
18282026-06-20T21:38:57.302Z Compiling indexmap v2.14.0
18292026-06-20T21:38:57.335Z Compiling parking_lot v0.12.5
18302026-06-20T21:38:57.353Z Compiling ring v0.17.14
18312026-06-20T21:38:57.373Z Compiling aws-lc-sys v0.40.0
18322026-06-20T21:38:57.466Z Compiling socket2 v0.6.3
18332026-06-20T21:38:57.509Z Compiling mio v1.2.0
18342026-06-20T21:38:57.558Z Compiling aws-lc-rs v1.16.3
18352026-06-20T21:38:57.586Z Compiling futures-core v0.3.32
18362026-06-20T21:38:57.624Z Compiling httparse v1.10.1
18372026-06-20T21:38:57.645Z Compiling strsim v0.11.1
18382026-06-20T21:38:57.697Z Compiling thiserror v1.0.69
18392026-06-20T21:38:57.885Z Compiling ucd-trie v0.1.7
18402026-06-20T21:38:57.965Z Compiling byteorder v1.5.0
18412026-06-20T21:38:57.982Z Compiling iana-time-zone v0.1.65
18422026-06-20T21:38:58.011Z Compiling vcpkg v0.2.15
18432026-06-20T21:38:58.096Z Compiling pest v2.8.6
18442026-06-20T21:38:58.121Z Compiling regex-syntax v0.8.10
18452026-06-20T21:38:58.166Z Compiling ident_case v1.0.1
18462026-06-20T21:38:58.181Z Compiling syn v1.0.109
18472026-06-20T21:38:58.198Z Compiling heck v0.5.0
18482026-06-20T21:38:58.222Z Compiling uuid v1.23.0
18492026-06-20T21:38:58.270Z Compiling cpufeatures v0.2.17
18502026-06-20T21:38:58.509Z Compiling rustls v0.23.37
18512026-06-20T21:38:58.516Z Compiling rustc_version v0.4.1
18522026-06-20T21:38:58.610Z Compiling futures-sink v0.3.32
18532026-06-20T21:38:58.629Z Compiling openssl-sys v0.9.115
18542026-06-20T21:38:58.723Z Compiling futures-channel v0.3.32
18552026-06-20T21:38:58.784Z Compiling aho-corasick v1.1.4
18562026-06-20T21:38:58.833Z Compiling futures-io v0.3.32
18572026-06-20T21:38:58.860Z Compiling dyn-clone v1.0.20
18582026-06-20T21:38:58.874Z Compiling futures-task v0.3.32
18592026-06-20T21:38:58.904Z Compiling slab v0.4.12
18602026-06-20T21:38:58.969Z Compiling synstructure v0.13.2
18612026-06-20T21:38:59.020Z Compiling serde_derive_internals v0.29.1
18622026-06-20T21:38:59.182Z Compiling pest_meta v2.8.6
18632026-06-20T21:38:59.300Z Compiling crc32fast v1.5.0
18642026-06-20T21:38:59.317Z Compiling plain v0.2.3
18652026-06-20T21:38:59.353Z Compiling time-core v0.1.8
18662026-06-20T21:38:59.387Z Compiling crossbeam-utils v0.8.21
18672026-06-20T21:38:59.402Z Compiling base64 v0.22.1
18682026-06-20T21:38:59.457Z Compiling num-conv v0.2.0
18692026-06-20T21:38:59.532Z Compiling openssl v0.10.79
18702026-06-20T21:38:59.611Z Compiling time-macros v0.2.27
18712026-06-20T21:38:59.681Z Compiling regex-automata v0.4.14
18722026-06-20T21:38:59.735Z Compiling pretty-hex v0.4.1
18732026-06-20T21:38:59.776Z Compiling pest_generator v2.8.6
18742026-06-20T21:38:59.799Z Compiling anyhow v1.0.102
18752026-06-20T21:38:59.842Z Compiling base64ct v1.8.3
18762026-06-20T21:38:59.884Z Compiling native-tls v0.2.18
18772026-06-20T21:38:59.899Z Compiling darling_core v0.21.3
18782026-06-20T21:38:59.954Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-20T21:39:00.119Z Compiling pem-rfc7468 v0.7.0
18802026-06-20T21:39:00.138Z Compiling flagset v0.4.7
18812026-06-20T21:39:00.161Z Compiling rand_core v0.9.5
18822026-06-20T21:39:00.264Z Compiling serde_derive v1.0.228
18832026-06-20T21:39:00.283Z Compiling zeroize_derive v1.4.3
18842026-06-20T21:39:00.299Z Compiling zerofrom-derive v0.1.6
18852026-06-20T21:39:00.323Z Compiling yoke-derive v0.8.1
18862026-06-20T21:39:00.351Z Compiling zerovec-derive v0.11.2
18872026-06-20T21:39:00.388Z Compiling displaydoc v0.2.5
18882026-06-20T21:39:00.422Z Compiling zerocopy-derive v0.8.40
18892026-06-20T21:39:00.439Z Compiling tokio-macros v2.7.0
18902026-06-20T21:39:00.453Z Compiling futures-macro v0.3.32
18912026-06-20T21:39:00.589Z Compiling thiserror-impl v2.0.18
18922026-06-20T21:39:00.893Z Compiling zeroize v1.8.2
18932026-06-20T21:39:01.160Z Compiling schemars_derive v0.8.22
18942026-06-20T21:39:01.240Z Compiling tracing-attributes v0.1.31
18952026-06-20T21:39:01.306Z Compiling der_derive v0.7.3
18962026-06-20T21:39:01.395Z Compiling thiserror-impl v1.0.69
18972026-06-20T21:39:01.439Z Compiling zerofrom v0.1.6
18982026-06-20T21:39:01.587Z Compiling yoke v0.8.1
18992026-06-20T21:39:01.698Z Compiling crypto-common v0.1.7
19002026-06-20T21:39:01.767Z Compiling zerovec v0.11.5
19012026-06-20T21:39:01.805Z Compiling zerotrie v0.2.3
19022026-06-20T21:39:02.022Z Compiling block-buffer v0.10.4
19032026-06-20T21:39:02.185Z Compiling digest v0.10.7
19042026-06-20T21:39:02.268Z Compiling pest_derive v2.8.6
19052026-06-20T21:39:02.322Z Compiling tinystr v0.8.2
19062026-06-20T21:39:02.374Z Compiling potential_utf v0.1.4
19072026-06-20T21:39:02.405Z Compiling hmac v0.12.1
19082026-06-20T21:39:02.427Z Compiling futures-util v0.3.32
19092026-06-20T21:39:02.511Z Compiling icu_locale_core v2.1.1
19102026-06-20T21:39:02.548Z Compiling icu_collections v2.1.1
19112026-06-20T21:39:02.580Z Compiling block-padding v0.3.3
19122026-06-20T21:39:02.587Z Compiling sha2 v0.10.9
19132026-06-20T21:39:02.742Z Compiling inout v0.1.4
19142026-06-20T21:39:02.931Z Compiling cipher v0.4.4
19152026-06-20T21:39:02.997Z Compiling rustls-pki-types v1.14.0
19162026-06-20T21:39:03.220Z Compiling openssl-macros v0.1.1
19172026-06-20T21:39:03.231Z Compiling scroll_derive v0.13.1
19182026-06-20T21:39:03.356Z Compiling icu_provider v2.1.1
19192026-06-20T21:39:03.378Z Compiling bytes v1.11.1
19202026-06-20T21:39:03.510Z Compiling chrono v0.4.44
19212026-06-20T21:39:03.622Z Compiling icu_properties v2.1.2
19222026-06-20T21:39:03.749Z Compiling icu_normalizer v2.1.1
19232026-06-20T21:39:03.859Z Compiling tokio v1.52.1
19242026-06-20T21:39:04.008Z Compiling serde_tokenstream v0.2.3
19252026-06-20T21:39:04.358Z Compiling scroll_derive v0.12.1
19262026-06-20T21:39:04.757Z Compiling idna_adapter v1.2.1
19272026-06-20T21:39:04.844Z Compiling ppv-lite86 v0.2.21
19282026-06-20T21:39:04.916Z Compiling idna v1.1.0
19292026-06-20T21:39:05.164Z Compiling http v1.4.0
19302026-06-20T21:39:05.195Z Compiling der v0.7.10
19312026-06-20T21:39:05.198Z Compiling darling_macro v0.21.3
19322026-06-20T21:39:05.278Z Compiling url v2.5.8
19332026-06-20T21:39:05.318Z Compiling regex v1.12.3
19342026-06-20T21:39:05.639Z Compiling zerocopy-derive v0.7.35
19352026-06-20T21:39:05.686Z Compiling tracing-core v0.1.36
19362026-06-20T21:39:05.716Z Compiling slog v2.8.2
19372026-06-20T21:39:06.151Z Compiling untrusted v0.9.0
19382026-06-20T21:39:06.447Z Compiling tracing v0.1.44
19392026-06-20T21:39:06.547Z Compiling spki v0.7.3
19402026-06-20T21:39:06.708Z Compiling darling v0.21.3
19412026-06-20T21:39:06.768Z Compiling salsa20 v0.10.2
19422026-06-20T21:39:06.805Z Compiling pbkdf2 v0.12.2
19432026-06-20T21:39:07.150Z Compiling cookie v0.18.1
19442026-06-20T21:39:07.358Z Compiling camino v1.2.2
19452026-06-20T21:39:07.561Z Compiling scrypt v0.11.0
19462026-06-20T21:39:07.666Z Compiling tokio-util v0.7.18
19472026-06-20T21:39:07.678Z Compiling http-body v1.0.1
19482026-06-20T21:39:07.705Z Compiling rand_chacha v0.9.0
19492026-06-20T21:39:07.711Z Compiling cbc v0.1.2
19502026-06-20T21:39:07.725Z Compiling aes v0.8.4
19512026-06-20T21:39:07.855Z Compiling usdt-impl v0.5.0
19522026-06-20T21:39:07.867Z Compiling unicode-segmentation v1.12.0
19532026-06-20T21:39:07.964Z Compiling tinyvec_macros v0.1.1
19542026-06-20T21:39:07.984Z Compiling fastrand v2.3.0
19552026-06-20T21:39:08.051Z Compiling paste v1.0.15
19562026-06-20T21:39:08.108Z Compiling usdt-impl v0.6.0
19572026-06-20T21:39:08.191Z Compiling untrusted v0.7.1
19582026-06-20T21:39:08.241Z Compiling either v1.15.0
19592026-06-20T21:39:08.268Z Compiling ref-cast v1.0.25
19602026-06-20T21:39:08.284Z Compiling openssl-probe v0.2.1
19612026-06-20T21:39:08.322Z Compiling winnow v0.7.14
19622026-06-20T21:39:08.358Z Compiling pkcs5 v0.7.1
19632026-06-20T21:39:08.470Z Compiling tinyvec v1.10.0
19642026-06-20T21:39:08.486Z Compiling rand v0.9.2
19652026-06-20T21:39:08.836Z Compiling scroll v0.12.0
19662026-06-20T21:39:08.854Z Compiling scroll v0.13.0
19672026-06-20T21:39:08.867Z Compiling toml_datetime v0.6.11
19682026-06-20T21:39:08.871Z Compiling serde_spanned v0.6.9
19692026-06-20T21:39:09.015Z Compiling async-trait v0.1.89
19702026-06-20T21:39:09.051Z Compiling heapless v0.7.17
19712026-06-20T21:39:09.166Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-20T21:39:09.174Z Compiling atomic-waker v1.1.2
19732026-06-20T21:39:09.174Z Compiling signal-hook v0.3.18
19742026-06-20T21:39:09.265Z Compiling tower-layer v0.3.3
19752026-06-20T21:39:09.311Z Compiling zstd-safe v7.2.4
19762026-06-20T21:39:09.350Z Compiling rustix v0.38.44
19772026-06-20T21:39:09.453Z Compiling try-lock v0.2.5
19782026-06-20T21:39:09.475Z Compiling tower-service v0.3.3
19792026-06-20T21:39:09.484Z Compiling h2 v0.4.13
19802026-06-20T21:39:09.552Z Compiling want v0.3.1
19812026-06-20T21:39:09.694Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-20T21:39:09.733Z Compiling goblin v0.10.5
19832026-06-20T21:39:09.821Z Compiling goblin v0.8.2
19842026-06-20T21:39:09.899Z Compiling pkcs8 v0.10.2
19852026-06-20T21:39:10.079Z Compiling heck v0.4.1
19862026-06-20T21:39:10.130Z Compiling zerocopy v0.7.35
19872026-06-20T21:39:10.209Z Compiling ipnet v2.11.0
19882026-06-20T21:39:10.273Z Compiling ref-cast-impl v1.0.25
19892026-06-20T21:39:10.302Z Compiling darling_core v0.20.11
19902026-06-20T21:39:10.347Z Compiling curve25519-dalek v4.1.3
19912026-06-20T21:39:10.420Z Compiling memoffset v0.9.1
19922026-06-20T21:39:10.696Z Compiling winnow v0.5.40
19932026-06-20T21:39:10.820Z Compiling pin-utils v0.1.0
19942026-06-20T21:39:10.837Z Compiling foreign-types-shared v0.1.1
19952026-06-20T21:39:10.914Z Compiling utf8parse v0.2.2
19962026-06-20T21:39:10.918Z Compiling httpdate v1.0.3
19972026-06-20T21:39:10.940Z Compiling litrs v1.0.0
19982026-06-20T21:39:11.150Z Compiling foreign-types v0.3.2
19992026-06-20T21:39:11.262Z Compiling tempfile v3.25.0
20002026-06-20T21:39:11.424Z Compiling document-features v0.2.12
20012026-06-20T21:39:11.651Z Compiling unicode-normalization v0.1.25
20022026-06-20T21:39:11.952Z Compiling dtrace-parser v0.2.0
20032026-06-20T21:39:12.108Z Compiling dof v0.3.0
20042026-06-20T21:39:12.136Z Compiling toml_edit v0.19.15
20052026-06-20T21:39:12.249Z Compiling darling_macro v0.20.11
20062026-06-20T21:39:12.477Z Compiling hyper v1.8.1
20072026-06-20T21:39:12.495Z Compiling dof v0.4.0
20082026-06-20T21:39:12.741Z Compiling dtrace-parser v0.3.0
20092026-06-20T21:39:12.953Z Compiling daft-derive v0.1.7
20102026-06-20T21:39:12.982Z Compiling pin-project-internal v1.1.11
20112026-06-20T21:39:13.114Z Compiling spin v0.9.8
20122026-06-20T21:39:13.137Z Compiling thread-id v5.1.0
20132026-06-20T21:39:13.243Z Compiling socket2 v0.5.10
20142026-06-20T21:39:13.347Z Compiling thread-id v4.2.2
20152026-06-20T21:39:13.383Z Compiling cfg_aliases v0.2.1
20162026-06-20T21:39:13.474Z Compiling num-bigint-dig v0.8.6
20172026-06-20T21:39:13.505Z Compiling powerfmt v0.2.0
20182026-06-20T21:39:13.570Z Compiling smoltcp v0.9.1
20192026-06-20T21:39:13.595Z Compiling anstyle v1.0.14
20202026-06-20T21:39:13.697Z Compiling deranged v0.5.8
20212026-06-20T21:39:13.708Z Compiling hyper-util v0.1.20
20222026-06-20T21:39:13.720Z Compiling nix v0.31.2
20232026-06-20T21:39:14.042Z Compiling darling v0.20.11
20242026-06-20T21:39:14.143Z Compiling rustls-native-certs v0.8.3
20252026-06-20T21:39:14.180Z Compiling ipnetwork v0.21.1
20262026-06-20T21:39:14.429Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-20T21:39:14.452Z Compiling strum_macros v0.26.4
20282026-06-20T21:39:14.640Z Compiling sync_wrapper v1.0.2
20292026-06-20T21:39:14.771Z Compiling wait-timeout v0.2.1
20302026-06-20T21:39:14.851Z Compiling bit-vec v0.8.0
20312026-06-20T21:39:15.024Z Compiling colorchoice v1.0.4
20322026-06-20T21:39:15.154Z Compiling num_threads v0.1.7
20332026-06-20T21:39:15.227Z Compiling anstyle-query v1.1.5
20342026-06-20T21:39:15.274Z Compiling simd-adler32 v0.3.8
20352026-06-20T21:39:15.356Z Compiling is_terminal_polyfill v1.70.2
20362026-06-20T21:39:15.395Z Compiling siphasher v1.0.2
20372026-06-20T21:39:15.463Z Compiling quick-error v1.2.3
20382026-06-20T21:39:15.487Z Compiling time v0.3.47
20392026-06-20T21:39:15.595Z Compiling rusty-fork v0.3.1
20402026-06-20T21:39:15.611Z Compiling bit-set v0.8.0
20412026-06-20T21:39:15.815Z Compiling tower v0.5.3
20422026-06-20T21:39:15.914Z Compiling derive_builder_core v0.20.2
20432026-06-20T21:39:16.016Z Compiling snafu-derive v0.8.9
20442026-06-20T21:39:16.098Z Compiling http-body-util v0.1.3
20452026-06-20T21:39:16.365Z Compiling webpki-roots v1.0.6
20462026-06-20T21:39:16.509Z Compiling signature v2.2.0
20472026-06-20T21:39:16.531Z Compiling hubpack_derive v0.1.1
20482026-06-20T21:39:16.610Z Compiling rand_xorshift v0.4.0
20492026-06-20T21:39:16.679Z Compiling strum_macros v0.27.2
20502026-06-20T21:39:16.765Z Compiling fs-err v3.3.0
20512026-06-20T21:39:16.781Z Compiling ahash v0.8.12
20522026-06-20T21:39:16.970Z Compiling unicode-properties v0.1.4
20532026-06-20T21:39:17.013Z Compiling object v0.37.3
20542026-06-20T21:39:17.019Z Compiling unicode-bidi v0.3.18
20552026-06-20T21:39:17.163Z Compiling adler2 v2.0.1
20562026-06-20T21:39:17.207Z Compiling unarray v0.1.4
20572026-06-20T21:39:17.219Z Compiling allocator-api2 v0.2.21
20582026-06-20T21:39:17.346Z Compiling iri-string v0.7.10
20592026-06-20T21:39:17.380Z Compiling ryu v1.0.23
20602026-06-20T21:39:17.532Z Compiling serde_urlencoded v0.7.1
20612026-06-20T21:39:17.570Z Compiling stringprep v0.1.5
20622026-06-20T21:39:17.584Z Compiling proptest v1.10.0
20632026-06-20T21:39:17.585Z Compiling miniz_oxide v0.8.9
20642026-06-20T21:40:26.356Z Compiling derive_builder_macro v0.20.2
20652026-06-20T21:40:26.415Z Compiling tokio-native-tls v0.3.1
20662026-06-20T21:40:26.415Z Compiling usdt-macro v0.6.0
20672026-06-20T21:40:26.415Z Compiling usdt-attr-macro v0.6.0
20682026-06-20T21:40:26.415Z Compiling tower-http v0.6.8
20692026-06-20T21:40:26.415Z Compiling anstyle-parse v1.0.0
20702026-06-20T21:40:26.415Z Compiling rand_chacha v0.3.1
20712026-06-20T21:40:26.415Z Compiling erased-serde v0.3.31
20722026-06-20T21:40:26.415Z Compiling md-5 v0.10.6
20732026-06-20T21:40:26.415Z Compiling bstr v1.12.1
20742026-06-20T21:40:26.415Z Compiling num-integer v0.1.46
20752026-06-20T21:40:26.415Z Compiling hash32 v0.2.1
20762026-06-20T21:40:26.415Z Compiling vergen-lib v9.1.0
20772026-06-20T21:40:26.415Z Compiling ff v0.13.1
20782026-06-20T21:40:26.415Z Compiling encoding_rs v0.8.35
20792026-06-20T21:40:26.415Z Compiling mime v0.3.17
20802026-06-20T21:40:26.415Z Compiling fallible-iterator v0.2.0
20812026-06-20T21:40:26.415Z Compiling psl-types v2.0.11
20822026-06-20T21:40:26.415Z Compiling zlib-rs v0.6.2
20832026-06-20T21:40:26.415Z Compiling base16ct v0.2.0
20842026-06-20T21:40:26.495Z Compiling sec1 v0.7.3
20852026-06-20T21:40:26.495Z Compiling postgres-protocol v0.6.10
20862026-06-20T21:40:26.495Z Compiling publicsuffix v2.3.0
20872026-06-20T21:40:26.495Z Compiling newtype-uuid v1.3.2
20882026-06-20T21:40:26.612Z Compiling group v0.13.0
20892026-06-20T21:40:26.612Z Compiling num-iter v0.1.45
20902026-06-20T21:40:26.612Z Compiling rand v0.8.6
20912026-06-20T21:40:26.613Z Compiling anstream v1.0.0
20922026-06-20T21:40:26.613Z Compiling oxnet v0.1.6
20932026-06-20T21:40:26.613Z Compiling derive_builder v0.20.2
20942026-06-20T21:40:26.613Z Compiling hyper-tls v0.6.0
20952026-06-20T21:40:26.613Z Compiling phf_shared v0.13.1
20962026-06-20T21:40:26.613Z Compiling pin-project v1.1.11
20972026-06-20T21:40:26.613Z Compiling lazy_static v1.5.0
20982026-06-20T21:40:26.613Z Compiling anstyle-parse v0.2.7
20992026-06-20T21:40:26.613Z Compiling terminal_size v0.4.3
21002026-06-20T21:40:26.613Z Compiling serde_with_macros v3.17.0
21012026-06-20T21:40:26.613Z Compiling futures-executor v0.3.32
21022026-06-20T21:40:26.613Z Compiling hex v0.4.3
21032026-06-20T21:40:26.613Z Compiling hkdf v0.12.4
21042026-06-20T21:40:26.613Z Compiling crypto-bigint v0.5.5
21052026-06-20T21:40:26.613Z Compiling async-recursion v1.1.1
21062026-06-20T21:40:26.613Z Compiling enum-as-inner v0.6.1
21072026-06-20T21:40:26.613Z Compiling serde_repr v0.1.20
21082026-06-20T21:40:26.613Z Compiling clap_derive v4.6.1
21092026-06-20T21:40:26.613Z Compiling vergen v9.1.0
21102026-06-20T21:40:26.613Z Compiling flate2 v1.1.9
21112026-06-20T21:40:26.613Z Compiling cargo-platform v0.3.2
21122026-06-20T21:40:26.613Z Compiling managed v0.8.0
21132026-06-20T21:40:26.613Z Compiling bumpalo v3.20.2
21142026-06-20T21:40:26.613Z Compiling libbz2-rs-sys v0.2.2
21152026-06-20T21:40:26.613Z Compiling bitflags v1.3.2
21162026-06-20T21:40:26.613Z Compiling foldhash v0.2.0
21172026-06-20T21:40:26.614Z Compiling same-file v1.0.6
21182026-06-20T21:40:26.614Z Compiling clap_lex v1.0.0
21192026-06-20T21:40:26.614Z Compiling foldhash v0.1.5
21202026-06-20T21:40:26.614Z Compiling bzip2 v0.6.1
21212026-06-20T21:40:26.614Z Compiling clap_builder v4.6.0
21222026-06-20T21:40:26.614Z Compiling walkdir v2.5.0
21232026-06-20T21:40:26.614Z Compiling hashbrown v0.15.5
21242026-06-20T21:40:26.614Z Compiling hashbrown v0.16.1
21252026-06-20T21:40:26.614Z Compiling elliptic-curve v0.13.8
21262026-06-20T21:40:26.614Z Compiling zopfli v0.8.3
21272026-06-20T21:40:26.614Z Compiling cargo_metadata v0.23.1
21282026-06-20T21:40:26.614Z Compiling futures v0.3.32
21292026-06-20T21:40:26.614Z Compiling anstream v0.6.21
21302026-06-20T21:40:26.614Z Compiling zstd v0.13.3
21312026-06-20T21:40:26.614Z Compiling snafu v0.8.9
21322026-06-20T21:40:26.614Z Compiling phf v0.13.1
21332026-06-20T21:40:26.614Z Compiling daft v0.1.7
21342026-06-20T21:40:26.614Z Compiling signal-hook-mio v0.2.5
21352026-06-20T21:40:26.614Z Compiling cookie_store v0.22.1
21362026-06-20T21:40:26.614Z Compiling postgres-types v0.2.12
21372026-06-20T21:40:26.614Z Compiling bzip2 v0.4.4
21382026-06-20T21:40:26.614Z Compiling globset v0.4.18
21392026-06-20T21:40:26.614Z Compiling strum v0.27.2
21402026-06-20T21:40:26.614Z Compiling hubpack v0.1.2
21412026-06-20T21:40:26.614Z Compiling ed25519 v2.2.3
21422026-06-20T21:40:26.614Z Compiling phf_shared v0.11.3
21432026-06-20T21:40:26.614Z Compiling crossbeam-epoch v0.9.18
21442026-06-20T21:40:26.614Z Compiling olpc-cjson v0.1.4
21452026-06-20T21:40:26.614Z Compiling pkcs1 v0.7.5
21462026-06-20T21:40:26.614Z Compiling pem v3.0.6
21472026-06-20T21:40:26.614Z Compiling serde-big-array v0.5.1
21482026-06-20T21:40:26.614Z Compiling serde_plain v1.0.2
21492026-06-20T21:40:26.614Z Compiling rfc6979 v0.4.0
21502026-06-20T21:40:26.615Z Compiling float-cmp v0.10.0
21512026-06-20T21:40:26.615Z Compiling memmap2 v0.9.10
21522026-06-20T21:40:26.615Z Compiling env_filter v1.0.0
21532026-06-20T21:40:26.615Z Compiling whoami v2.1.0
21542026-06-20T21:40:26.615Z Compiling static_assertions v1.1.0
21552026-06-20T21:40:26.615Z Compiling data-encoding v2.10.0
21562026-06-20T21:40:26.615Z Compiling jiff v0.2.21
21572026-06-20T21:40:26.615Z Compiling typed-path v0.9.3
21582026-06-20T21:40:26.615Z Compiling new_debug_unreachable v1.0.6
21592026-06-20T21:40:26.615Z Compiling precomputed-hash v0.1.1
21602026-06-20T21:40:26.615Z Compiling fixedbitset v0.4.2
21612026-06-20T21:40:26.615Z Compiling difflib v0.4.0
21622026-06-20T21:40:26.615Z Compiling predicates-core v1.0.10
21632026-06-20T21:40:26.615Z Compiling keccak v0.1.6
21642026-06-20T21:40:26.615Z Compiling normalize-line-endings v0.3.0
21652026-06-20T21:40:26.615Z Compiling toml_write v0.1.2
21662026-06-20T21:40:26.615Z Compiling fixedbitset v0.5.7
21672026-06-20T21:40:26.615Z Compiling predicates v3.1.4
21682026-06-20T21:40:26.615Z Compiling sha3 v0.10.8
21692026-06-20T21:40:26.616Z Compiling petgraph v0.6.5
21702026-06-20T21:40:26.616Z Compiling petgraph v0.8.3
21712026-06-20T21:40:26.616Z Compiling toml_edit v0.22.27
21722026-06-20T21:40:26.616Z Compiling hickory-proto v0.25.2
21732026-06-20T21:40:26.616Z Compiling string_cache v0.8.9
21742026-06-20T21:40:26.616Z Compiling tokio-postgres v0.7.16
21752026-06-20T21:40:26.616Z Compiling env_logger v0.11.9
21762026-06-20T21:40:26.616Z Compiling usdt v0.6.0
21772026-06-20T21:40:26.616Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21782026-06-20T21:40:26.616Z Compiling ecdsa v0.16.9
21792026-06-20T21:40:26.616Z Compiling rsa v0.9.10
21802026-06-20T21:40:26.616Z Compiling ed25519-dalek v2.2.0
21812026-06-20T21:40:26.616Z Compiling zip v0.6.6
21822026-06-20T21:40:26.616Z Compiling zip v4.6.1
21832026-06-20T21:40:26.616Z Compiling iddqd v0.4.2
21842026-06-20T21:40:26.616Z Compiling crossterm v0.28.1
21852026-06-20T21:40:26.616Z Compiling clap v4.6.1
21862026-06-20T21:40:26.616Z Compiling serde_with v3.17.0
21872026-06-20T21:40:26.616Z Compiling similar v2.7.0
21882026-06-20T21:40:26.781Z Compiling strum v0.26.3
21892026-06-20T21:40:26.781Z Compiling toml v0.7.8
21902026-06-20T21:40:26.781Z Compiling itertools v0.13.0
21912026-06-20T21:40:26.781Z Compiling tokio-stream v0.1.18
21922026-06-20T21:40:26.781Z Compiling buf-list v1.1.2
21932026-06-20T21:40:26.781Z Compiling x509-cert v0.2.5
21942026-06-20T21:40:26.781Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-20T21:40:26.781Z Compiling openapiv3 v2.2.0
21962026-06-20T21:40:26.781Z Compiling sha1 v0.10.6
21972026-06-20T21:40:26.781Z Compiling peg-runtime v0.8.5
21982026-06-20T21:40:26.781Z Compiling lalrpop-util v0.19.12
21992026-06-20T21:40:26.781Z Compiling rustls-webpki v0.103.9
22002026-06-20T21:40:26.781Z Compiling macaddr v1.0.1
22012026-06-20T21:40:26.781Z Compiling structmeta-derive v0.3.0
22022026-06-20T21:40:26.781Z Compiling crucible-workspace-hack v0.1.0
22032026-06-20T21:40:26.781Z Compiling rayon-core v1.13.0
22042026-06-20T21:40:26.781Z Compiling itertools v0.14.0
22052026-06-20T21:40:26.781Z Compiling secrecy v0.10.3
22062026-06-20T21:40:26.781Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-20T21:40:26.781Z Compiling heapless v0.8.0
22082026-06-20T21:40:26.781Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-20T21:40:26.781Z Compiling rustls v0.22.4
22102026-06-20T21:40:26.782Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-20T21:40:26.782Z Compiling crossbeam-deque v0.8.6
22122026-06-20T21:40:26.782Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-20T21:40:26.782Z Compiling rustls-webpki v0.102.8
22142026-06-20T21:40:26.782Z Compiling hash32 v0.3.1
22152026-06-20T21:40:26.782Z Compiling multer v3.1.0
22162026-06-20T21:40:26.782Z Compiling thread_local v1.1.9
22172026-06-20T21:40:26.782Z Compiling unicode-width v0.2.0
22182026-06-20T21:40:26.782Z Compiling match_cfg v0.1.0
22192026-06-20T21:40:26.782Z Compiling slog-async v2.8.0
22202026-06-20T21:40:26.782Z Compiling smoltcp v0.11.0
22212026-06-20T21:40:26.782Z Compiling structmeta v0.3.0
22222026-06-20T21:40:26.782Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-20T21:40:26.782Z Compiling compression-core v0.4.31
22242026-06-20T21:40:26.782Z Compiling derive-ex v0.1.8
22252026-06-20T21:40:26.782Z Compiling compression-codecs v0.4.37
22262026-06-20T21:40:26.782Z Compiling proc-macro-crate v3.4.0
22272026-06-20T21:40:26.782Z Compiling hostname v0.3.1
22282026-06-20T21:40:26.782Z Compiling ingot-macros v0.1.1
22292026-06-20T21:40:26.782Z Compiling atomicwrites v0.4.4
22302026-06-20T21:40:26.782Z Compiling slog-json v2.6.1
22312026-06-20T21:40:26.782Z Compiling crossbeam-channel v0.5.15
22322026-06-20T21:40:26.782Z Compiling half v2.7.1
22332026-06-20T21:40:26.782Z Compiling tokio-rustls v0.26.4
22342026-06-20T21:40:26.782Z Compiling rustls-platform-verifier v0.6.2
22352026-06-20T21:40:26.783Z Compiling newtype-uuid-macros v0.1.0
22362026-06-20T21:40:26.783Z Compiling hyper-rustls v0.27.7
22372026-06-20T21:40:26.783Z Compiling cobs v0.3.0
22382026-06-20T21:40:26.783Z Compiling thiserror-impl-no-std v2.0.2
22392026-06-20T21:40:26.783Z Compiling reqwest v0.12.28
22402026-06-20T21:40:26.783Z Compiling reqwest v0.13.2
22412026-06-20T21:40:26.783Z Compiling universal-hash v0.5.1
22422026-06-20T21:40:26.783Z Compiling async-stream-impl v0.3.6
22432026-06-20T21:40:26.783Z Compiling toml_datetime v1.0.0+spec-1.1.0
22442026-06-20T21:40:26.783Z Compiling serde_spanned v1.0.4
22452026-06-20T21:40:26.783Z Compiling is-terminal v0.4.17
22462026-06-20T21:40:26.783Z Compiling proc-macro-error-attr v1.0.4
22472026-06-20T21:40:26.783Z Compiling dropshot v0.17.0
22482026-06-20T21:40:26.783Z Compiling ciborium-io v0.2.2
22492026-06-20T21:40:26.783Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-06-20T21:40:26.783Z Compiling take_mut v0.2.2
22512026-06-20T21:40:26.783Z Compiling opaque-debug v0.3.1
22522026-06-20T21:40:26.783Z Compiling term v1.2.1
22532026-06-20T21:40:26.783Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22542026-06-20T21:40:26.783Z Compiling convert_case v0.4.0
22552026-06-20T21:40:26.783Z Compiling async-stream v0.3.6
22562026-06-20T21:40:26.783Z Compiling thiserror-no-std v2.0.2
22572026-06-20T21:40:26.783Z Compiling tokio-rustls v0.25.0
22582026-06-20T21:40:26.783Z Compiling toml v1.0.6+spec-1.1.0
22592026-06-20T21:40:26.783Z Compiling slog-term v2.9.2
22602026-06-20T21:40:26.784Z Compiling poly1305 v0.8.0
22612026-06-20T21:40:26.784Z Compiling derive_more v0.99.20
22622026-06-20T21:40:26.784Z Compiling ciborium-ll v0.2.2
22632026-06-20T21:40:26.784Z Compiling test-strategy v0.4.5
22642026-06-20T21:40:26.784Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22652026-06-20T21:40:26.784Z Compiling tough v0.22.0
22662026-06-20T21:40:26.784Z Compiling ingot-types v0.1.2
22672026-06-20T21:40:26.784Z Compiling ingot v0.1.1
22682026-06-20T21:40:26.784Z Compiling postcard v1.1.3
22692026-06-20T21:40:26.784Z Compiling slog-bunyan v2.5.0
22702026-06-20T21:40:26.784Z Compiling num_enum_derive v0.7.6
22712026-06-20T21:40:26.784Z Compiling async-compression v0.4.41
22722026-06-20T21:40:26.784Z Compiling parse-display-derive v0.10.0
22732026-06-20T21:40:26.784Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-20T21:40:26.784Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-20T21:40:26.784Z Compiling proc-macro-crate v1.3.1
22762026-06-20T21:40:26.784Z Compiling waitgroup v0.1.2
22772026-06-20T21:40:26.784Z Compiling backon v1.6.0
22782026-06-20T21:40:26.784Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-20T21:40:26.784Z Compiling password-hash v0.5.0
22802026-06-20T21:40:26.784Z Compiling chacha20 v0.9.1
22812026-06-20T21:40:26.784Z Compiling dropshot_endpoint v0.17.0
22822026-06-20T21:40:26.784Z Compiling rustls-pemfile v2.2.0
22832026-06-20T21:40:26.784Z Compiling blake2 v0.10.6
22842026-06-20T21:40:26.784Z Compiling aead v0.5.2
22852026-06-20T21:40:26.784Z Compiling foreign-types-macros v0.2.3
22862026-06-20T21:40:26.785Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-20T21:40:26.785Z Compiling serde_path_to_error v0.1.20
22882026-06-20T21:40:27.059Z Compiling hostname v0.4.2
22892026-06-20T21:40:27.059Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22902026-06-20T21:40:27.059Z Compiling proc-macro-error v1.0.4
22912026-06-20T21:40:27.059Z Compiling instant v0.1.13
22922026-06-20T21:40:27.059Z Compiling foreign-types-shared v0.3.1
22932026-06-20T21:40:27.059Z Compiling typeid v1.0.3
22942026-06-20T21:40:27.059Z Compiling cpufeatures v0.3.0
22952026-06-20T21:40:27.059Z Compiling debug-ignore v1.0.5
22962026-06-20T21:40:27.059Z Compiling backoff v0.4.0
22972026-06-20T21:40:27.059Z Compiling chacha20 v0.10.0
22982026-06-20T21:40:27.059Z Compiling foreign-types v0.5.0
22992026-06-20T21:40:27.059Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23002026-06-20T21:40:27.059Z Compiling parse-display v0.10.0
23012026-06-20T21:40:27.059Z Compiling argon2 v0.5.3
23022026-06-20T21:40:27.059Z Compiling chacha20poly1305 v0.10.1
23032026-06-20T21:40:27.059Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-20T21:40:27.059Z Compiling num_enum_derive v0.5.11
23052026-06-20T21:40:27.059Z Compiling num_enum v0.7.6
23062026-06-20T21:40:27.059Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23072026-06-20T21:40:27.059Z Compiling ciborium v0.2.2
23082026-06-20T21:40:27.060Z Compiling vsss-rs v3.3.4
23092026-06-20T21:40:27.060Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23102026-06-20T21:40:27.060Z Compiling tabwriter v1.4.1
23112026-06-20T21:40:27.060Z Compiling regress v0.10.5
23122026-06-20T21:40:27.060Z Compiling byte-wrapper v0.1.0
23132026-06-20T21:40:27.060Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-06-20T21:40:27.060Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23152026-06-20T21:40:27.060Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-06-20T21:40:27.060Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23172026-06-20T21:40:27.060Z Compiling cstr-argument v0.1.2
23182026-06-20T21:40:27.060Z Compiling humantime v2.3.0
23192026-06-20T21:40:27.060Z Compiling erased-serde v0.4.9
23202026-06-20T21:40:27.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23212026-06-20T21:40:27.060Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-20T21:40:27.060Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-20T21:40:27.060Z Compiling num_enum v0.5.11
23242026-06-20T21:40:27.060Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-20T21:40:27.060Z Compiling rand v0.10.0
23262026-06-20T21:40:27.060Z Compiling rayon v1.11.0
23272026-06-20T21:40:27.060Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-20T21:40:27.060Z Compiling indent_write v2.2.0
23292026-06-20T21:40:27.060Z Compiling colored v3.1.1
23302026-06-20T21:40:27.061Z Compiling libefi-sys v0.1.0
23312026-06-20T21:40:27.061Z Compiling zone_cfg_derive v0.3.1
23322026-06-20T21:40:27.061Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23332026-06-20T21:40:27.061Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-20T21:40:27.061Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-20T21:40:27.061Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-20T21:40:27.061Z Compiling camino-tempfile v1.4.1
23372026-06-20T21:40:27.061Z Compiling itertools v0.12.1
23382026-06-20T21:40:27.061Z Compiling usdt-macro v0.5.0
23392026-06-20T21:40:27.061Z Compiling usdt-attr-macro v0.5.0
23402026-06-20T21:40:27.061Z Compiling num-derive v0.4.2
23412026-06-20T21:40:27.061Z Compiling bitfield-struct v0.6.2
23422026-06-20T21:40:27.061Z Compiling blake3 v1.8.3
23432026-06-20T21:40:27.061Z Compiling ordered-float v2.10.1
23442026-06-20T21:40:27.061Z Compiling memmap v0.7.0
23452026-06-20T21:40:27.061Z Compiling sigpipe v0.1.3
23462026-06-20T21:40:27.061Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-06-20T21:40:27.061Z Compiling swrite v0.1.0
23482026-06-20T21:40:27.061Z Compiling glob v0.3.3
23492026-06-20T21:40:27.061Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-20T21:40:27.061Z Compiling usdt v0.5.0
23512026-06-20T21:40:27.061Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-20T21:40:27.061Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-20T21:40:27.061Z Compiling serde-value v0.7.0
23542026-06-20T21:40:27.061Z Compiling zone v0.3.1
23552026-06-20T21:40:27.061Z Compiling serde-untagged v0.1.9
23562026-06-20T21:40:27.062Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-20T21:40:27.062Z Compiling toml v0.8.23
23582026-06-20T21:40:27.062Z Compiling smf v0.2.3
23592026-06-20T21:40:27.062Z Compiling filetime v0.2.27
23602026-06-20T21:40:27.062Z Compiling constant_time_eq v0.4.2
23612026-06-20T21:40:27.062Z Compiling xattr v1.6.1
23622026-06-20T21:40:27.062Z Compiling whoami v1.6.1
23632026-06-20T21:40:27.062Z Compiling arrayvec v0.7.6
23642026-06-20T21:40:27.062Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23652026-06-20T21:40:27.062Z Compiling unicode-xid v0.2.6
23662026-06-20T21:40:27.062Z Compiling arrayref v0.3.9
23672026-06-20T21:40:27.062Z Compiling tar v0.4.45
23682026-06-20T21:40:27.062Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-20T21:40:27.062Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-20T21:40:27.062Z Compiling tokio-dtrace v0.1.1
23712026-06-20T21:40:27.062Z Compiling cargo-util-schemas v0.8.2
23722026-06-20T21:40:27.062Z Compiling console v0.16.2
23732026-06-20T21:40:27.062Z Compiling gethostname v0.5.0
23742026-06-20T21:40:27.062Z Compiling cargo-platform v0.2.0
23752026-06-20T21:40:27.062Z Compiling unit-prefix v0.5.2
23762026-06-20T21:40:27.062Z Compiling topological-sort v0.2.2
23772026-06-20T21:40:27.062Z Compiling indicatif v0.18.4
23782026-06-20T21:40:27.062Z Compiling oxide-tokio-rt v0.1.4
23792026-06-20T21:40:27.062Z Compiling shell-words v1.1.1
23802026-06-20T21:40:27.063Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23812026-06-20T21:40:27.063Z Compiling cargo_metadata v0.21.0
23822026-06-20T21:40:27.063Z Compiling omicron-zone-package v0.12.2
23832026-06-20T21:40:27.063Z Compiling progenitor-client v0.14.0
23842026-06-20T21:40:27.063Z Compiling progenitor-extras v0.2.0
23852026-06-20T21:40:27.063Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23862026-06-20T21:40:27.063Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23872026-06-20T21:40:27.063Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-20T21:40:27.206Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23892026-06-20T21:40:27.206Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23902026-06-20T21:40:27.206Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-06-20T21:40:27.206Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-20T21:40:27.206Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-20T21:40:27.206Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-20T21:40:27.206Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-20T21:40:27.206Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-20T21:40:27.422Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-20T21:40:28.425Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-20T21:40:38.337Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-20T21:40:38.670Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-20T21:40:38.670ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-20T21:40:38.670ZCreated new build target 'test' and set it as active
24022026-06-20T21:40:38.670Z
24032026-06-20T21:40:38.670Zreal 1:44.583384292
24042026-06-20T21:40:38.671Zuser 17:04.065305580
24052026-06-20T21:40:38.671Zsys 2:41.624635085
24062026-06-20T21:40:38.671Ztrap 0.468208051
24072026-06-20T21:40:38.671Ztflt 2.921846466
24082026-06-20T21:40:38.671Zdflt 4.447350489
24092026-06-20T21:40:38.671Zkflt 0.000552600
24102026-06-20T21:40:38.671Zlock 53:14.885872615
24112026-06-20T21:40:38.671Zslp 43:40.748440846
24122026-06-20T21:40:38.671Zlat 43.935207196
24132026-06-20T21:40:38.671Zstop 5:27.725440440
24142026-06-20T21:40:38.671Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-20T21:40:39.203Z Finished `release` profile [optimized] target(s) in 0.79s
24162026-06-20T21:40:39.266Z Running `target/release/omicron-package -t test package`
24172026-06-20T21:40:39.304ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-20T21:40:40.700Z Compiling heck v0.5.0
24192026-06-20T21:40:41.129Z Compiling regress v0.11.1
24202026-06-20T21:40:41.501Z Compiling unsafe-libyaml v0.2.11
24212026-06-20T21:40:41.501Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-20T21:40:41.501Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24232026-06-20T21:40:41.501Z Compiling unicode-width v0.1.14
24242026-06-20T21:40:41.502Z Compiling atomicwrites v0.4.4
24252026-06-20T21:40:41.502Z Compiling derive-where v1.6.0
24262026-06-20T21:40:41.502Z Compiling bytecount v0.6.9
24272026-06-20T21:40:41.502Z Compiling is-terminal v0.4.17
24282026-06-20T21:40:41.502Z Compiling prettyplease v0.2.37
24292026-06-20T21:40:41.502Z Compiling console v0.15.11
24302026-06-20T21:40:41.502Z Compiling newline-converter v0.3.0
24312026-06-20T21:40:41.502Z Compiling slog-dtrace v0.3.0
24322026-06-20T21:40:41.502Z Compiling owo-colors v4.3.0
24332026-06-20T21:40:41.502Z Compiling resolv-conf v0.7.6
24342026-06-20T21:40:41.502Z Compiling cancel-safe-futures v0.1.5
24352026-06-20T21:40:41.503Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-06-20T21:40:41.503Z Compiling rustls v0.22.4
24372026-06-20T21:40:41.503Z Compiling num-rational v0.4.2
24382026-06-20T21:40:41.503Z Compiling libsw-core v0.3.2
24392026-06-20T21:40:41.503Z Compiling rustls-webpki v0.102.8
24402026-06-20T21:40:41.776Z Compiling num-complex v0.4.6
24412026-06-20T21:40:41.776Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-20T21:40:41.776Z Compiling expectorate v1.2.0
24432026-06-20T21:40:41.776Z Compiling thread_local v1.1.9
24442026-06-20T21:40:41.776Z Compiling compression-core v0.4.31
24452026-06-20T21:40:41.776Z Compiling match_cfg v0.1.0
24462026-06-20T21:40:41.997Z Compiling hostname v0.3.1
24472026-06-20T21:40:41.997Z Compiling num v0.4.3
24482026-06-20T21:40:41.997Z Compiling compression-codecs v0.4.37
24492026-06-20T21:40:41.997Z Compiling libsw v3.5.0
24502026-06-20T21:40:42.342Z Compiling multer v3.1.0
24512026-06-20T21:40:42.342Z Compiling slog-async v2.8.0
24522026-06-20T21:40:42.342Z Compiling crossbeam-channel v0.5.15
24532026-06-20T21:40:42.342Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-06-20T21:40:42.342Z Compiling slog-json v2.6.1
24552026-06-20T21:40:42.342Z Compiling toml_datetime v1.0.0+spec-1.1.0
24562026-06-20T21:40:42.420Z Compiling serde_spanned v1.0.4
24572026-06-20T21:40:42.420Z Compiling term v1.2.1
24582026-06-20T21:40:42.420Z Compiling float-ord v0.3.2
24592026-06-20T21:40:42.420Z Compiling take_mut v0.2.2
24602026-06-20T21:40:42.420Z Compiling linear-map v1.2.0
24612026-06-20T21:40:42.420Z Compiling toml_writer v1.0.6+spec-1.1.0
24622026-06-20T21:40:42.420Z Compiling linked-hash-map v0.5.6
24632026-06-20T21:40:42.420Z Compiling typify-impl v0.6.2
24642026-06-20T21:40:42.421Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24652026-06-20T21:40:42.421Z Compiling slog-bunyan v2.5.0
24662026-06-20T21:40:42.611Z Compiling async-compression v0.4.41
24672026-06-20T21:40:42.636Z Compiling lru-cache v0.1.2
24682026-06-20T21:40:42.636Z Compiling slog-term v2.9.2
24692026-06-20T21:40:42.636Z Compiling toml v1.0.6+spec-1.1.0
24702026-06-20T21:40:42.636Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24712026-06-20T21:40:42.968Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-20T21:40:43.190Z Compiling dropshot v0.17.0
24732026-06-20T21:40:43.190Z Compiling async-stream v0.3.6
24742026-06-20T21:40:43.191Z Compiling progenitor-client v0.14.0
24752026-06-20T21:40:43.191Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-20T21:40:43.191Z Compiling waitgroup v0.1.2
24772026-06-20T21:40:43.271Z Compiling rustls-pemfile v2.2.0
24782026-06-20T21:40:43.272Z Compiling backon v1.6.0
24792026-06-20T21:40:43.272Z Compiling hostname v0.4.2
24802026-06-20T21:40:43.272Z Compiling serde_path_to_error v0.1.20
24812026-06-20T21:40:43.272Z Compiling instant v0.1.13
24822026-06-20T21:40:43.293Z Compiling debug-ignore v1.0.5
24832026-06-20T21:40:43.305Z Compiling minimal-lexical v0.2.1
24842026-06-20T21:40:43.354Z Compiling backoff v0.4.0
24852026-06-20T21:40:43.367Z Compiling progenitor-extras v0.2.0
24862026-06-20T21:40:43.367Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-20T21:40:43.428Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-20T21:40:43.549Z Compiling tokio-rustls v0.25.0
24892026-06-20T21:40:43.567Z Compiling nom v7.1.3
24902026-06-20T21:40:43.623Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-20T21:40:43.733Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-20T21:40:43.829Z Compiling parse-display v0.10.0
24932026-06-20T21:40:43.853Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-20T21:40:43.853Z Compiling hickory-proto v0.24.4
24952026-06-20T21:40:44.064Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-20T21:40:44.605Z Compiling regress v0.10.5
24972026-06-20T21:40:44.720Z Compiling macaddr v1.0.1
24982026-06-20T21:40:44.915Z Compiling humantime v2.3.0
24992026-06-20T21:40:45.038Z Compiling unicode-xid v0.2.6
25002026-06-20T21:40:45.095Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-20T21:40:45.139Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-20T21:40:45.156Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-20T21:40:45.243Z Compiling convert_case v0.10.0
25042026-06-20T21:40:45.283Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-20T21:40:45.460Z Compiling toml v0.8.23
25062026-06-20T21:40:45.542Z Compiling derive_more-impl v2.1.1
25072026-06-20T21:40:45.850Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-20T21:40:46.049Z Compiling typify-macro v0.6.2
25092026-06-20T21:40:46.123Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-20T21:40:46.123Z Compiling papergrid v0.11.0
25112026-06-20T21:40:46.215Z Compiling tabled_derive v0.7.0
25122026-06-20T21:40:46.357Z Compiling derive_more v2.1.1
25132026-06-20T21:40:46.447Z Compiling hickory-resolver v0.24.4
25142026-06-20T21:40:46.518Z Compiling termtree v0.5.1
25152026-06-20T21:40:46.568Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-20T21:40:46.735Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25172026-06-20T21:40:47.169Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25182026-06-20T21:40:47.391Z Compiling tabled v0.15.0
25192026-06-20T21:40:47.516Z Compiling typify v0.6.2
25202026-06-20T21:40:48.399Z Compiling progenitor-impl v0.14.0
25212026-06-20T21:40:48.415Z Compiling qorb v0.4.1
25222026-06-20T21:40:48.516Z Compiling crossterm v0.29.0
25232026-06-20T21:40:50.670Z Compiling progenitor-macro v0.14.0
25242026-06-20T21:40:51.472Z Compiling phf_shared v0.12.1
25252026-06-20T21:40:51.527Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-20T21:40:51.680Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-06-20T21:40:51.703Z Compiling vte v0.14.1
25282026-06-20T21:40:51.939Z Compiling csv-core v0.1.13
25292026-06-20T21:40:52.006Z Compiling highway v1.3.0
25302026-06-20T21:40:52.006Z Compiling chrono-tz v0.10.4
25312026-06-20T21:40:52.050Z Compiling strip-ansi-escapes v0.2.1
25322026-06-20T21:40:52.114Z Compiling csv v1.4.0
25332026-06-20T21:40:52.132Z Compiling phf v0.12.1
25342026-06-20T21:40:52.233Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25352026-06-20T21:40:53.016Z Compiling const_format_proc_macros v0.2.34
25362026-06-20T21:40:53.091Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-20T21:40:53.091Z Compiling fd-lock v4.0.4
25382026-06-20T21:40:53.091Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25392026-06-20T21:40:53.092Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25402026-06-20T21:40:53.167Z Compiling peg-macros v0.8.5
25412026-06-20T21:40:53.477Z Compiling nu-ansi-term v0.50.3
25422026-06-20T21:40:54.099Z Compiling progenitor v0.14.0
25432026-06-20T21:40:54.264Z Compiling reedline v0.40.0
25442026-06-20T21:40:54.264Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25452026-06-20T21:40:54.284Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25462026-06-20T21:40:54.401Z Compiling peg v0.8.5
25472026-06-20T21:40:54.491Z Compiling const_format v0.2.35
25482026-06-20T21:40:54.764Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25492026-06-20T21:40:55.407Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-20T21:40:55.680Z Compiling bcs v0.1.6
25512026-06-20T21:40:55.680Z Compiling nom v8.0.0
25522026-06-20T21:40:55.845Z Compiling semver v0.1.20
25532026-06-20T21:40:56.062Z Compiling rustc_version v0.1.7
25542026-06-20T21:40:56.325Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25552026-06-20T21:40:56.653Z Compiling newtype_derive v0.1.6
25562026-06-20T21:40:56.953Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25572026-06-20T21:40:57.351Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-20T21:40:57.351Z Compiling smawk v0.3.2
25592026-06-20T21:40:57.351Z Compiling unicode-linebreak v0.1.5
25602026-06-20T21:40:57.351Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25612026-06-20T21:40:57.711Z Compiling base64 v0.21.7
25622026-06-20T21:40:57.711Z Compiling textwrap v0.16.2
25632026-06-20T21:40:57.711Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-06-20T21:40:57.711Z Compiling steno v0.4.1
25652026-06-20T21:40:57.955Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-20T21:40:58.185Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25672026-06-20T21:40:58.299Z Compiling tagptr v0.2.0
25682026-06-20T21:40:58.329Z Compiling utf-8 v0.7.6
25692026-06-20T21:40:58.331Z Compiling moka v0.12.13
25702026-06-20T21:40:58.349Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-06-20T21:40:58.583Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-20T21:40:58.815Z Compiling tungstenite v0.21.0
25732026-06-20T21:40:58.995Z Compiling display-error-chain v0.2.2
25742026-06-20T21:40:59.058Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25752026-06-20T21:40:59.168Z Compiling radium v0.7.0
25762026-06-20T21:40:59.560Z Compiling hickory-resolver v0.25.2
25772026-06-20T21:40:59.677Z Compiling tokio-tungstenite v0.21.0
25782026-06-20T21:41:00.051Z Compiling tap v1.0.1
25792026-06-20T21:41:00.051Z Compiling maybe-uninit v2.0.0
25802026-06-20T21:41:00.295Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25812026-06-20T21:41:00.295Z Compiling wyz v0.5.1
25822026-06-20T21:41:00.378Z Compiling vergen-lib v0.1.6
25832026-06-20T21:41:00.597Z Compiling zerocopy-derive v0.6.6
25842026-06-20T21:41:00.696Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-06-20T21:41:00.741Z Compiling diesel_derives v2.3.7
25862026-06-20T21:41:00.957Z Compiling packed_struct v0.10.1
25872026-06-20T21:41:02.027Z Compiling funty v2.0.0
25882026-06-20T21:41:02.274Z Compiling crc-catalog v2.4.0
25892026-06-20T21:41:02.274Z Compiling crc v3.4.0
25902026-06-20T21:41:02.274Z Compiling bitvec v1.0.1
25912026-06-20T21:41:02.275Z Compiling zerocopy v0.6.6
25922026-06-20T21:41:02.275Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-06-20T21:41:02.533Z Compiling scheduled-thread-pool v0.2.7
25942026-06-20T21:41:02.609Z Compiling dsl_auto_type v0.2.0
25952026-06-20T21:41:02.857Z Compiling packed_struct_codegen v0.10.1
25962026-06-20T21:41:03.066Z Compiling vergen-gitcl v1.0.8
25972026-06-20T21:41:03.085Z Compiling diesel_table_macro_syntax v0.3.0
25982026-06-20T21:41:03.240Z Compiling bitfield-macros v0.19.4
25992026-06-20T21:41:03.325Z Compiling dirs-sys-next v0.1.2
26002026-06-20T21:41:03.534Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26012026-06-20T21:41:03.611Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-20T21:41:03.655Z Compiling proc-macro-error-attr2 v2.0.0
26032026-06-20T21:41:03.965Z Compiling indexmap v1.9.3
26042026-06-20T21:41:03.986Z Compiling nodrop v0.1.14
26052026-06-20T21:41:04.031Z Compiling glob v0.3.3
26062026-06-20T21:41:04.129Z Compiling maplit v1.0.2
26072026-06-20T21:41:04.208Z Compiling crunchy v0.2.4
26082026-06-20T21:41:04.280Z Compiling array-init v0.0.4
26092026-06-20T21:41:04.388Z Compiling proc-macro-error2 v2.0.1
26102026-06-20T21:41:04.408Z Compiling clang-sys v1.8.1
26112026-06-20T21:41:04.545Z Compiling bitfield v0.19.4
26122026-06-20T21:41:04.700Z Compiling dirs-next v2.0.0
26132026-06-20T21:41:04.859Z Compiling r2d2 v0.8.10
26142026-06-20T21:41:04.905Z Compiling smallvec v0.6.14
26152026-06-20T21:41:05.181Z Compiling num-derive v0.3.3
26162026-06-20T21:41:05.204Z Compiling hashbrown v0.12.3
26172026-06-20T21:41:05.276Z Compiling tiny-keccak v2.0.2
26182026-06-20T21:41:05.318Z Compiling downcast-rs v2.0.2
26192026-06-20T21:41:05.547Z Compiling serde-hex v0.1.0
26202026-06-20T21:41:05.952Z Compiling term v0.7.0
26212026-06-20T21:41:06.211Z Compiling tabled_derive v0.11.0
26222026-06-20T21:41:06.211Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26232026-06-20T21:41:07.124Z Compiling libscf-sys v1.1.0
26242026-06-20T21:41:07.124Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-06-20T21:41:07.124Z Compiling ron v0.8.1
26262026-06-20T21:41:07.125Z Compiling papergrid v0.17.0
26272026-06-20T21:41:07.125Z Compiling testing_table v0.3.0
26282026-06-20T21:41:07.421Z Compiling hashbrown v0.13.2
26292026-06-20T21:41:07.421Z Compiling crc-any v2.5.0
26302026-06-20T21:41:07.421Z Compiling bit-vec v0.6.3
26312026-06-20T21:41:07.421Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26322026-06-20T21:41:07.422Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26332026-06-20T21:41:07.422Z Compiling object v0.30.4
26342026-06-20T21:41:07.422Z Compiling bit-set v0.5.3
26352026-06-20T21:41:07.616Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26362026-06-20T21:41:07.616Z Compiling tabled v0.20.0
26372026-06-20T21:41:07.972Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26382026-06-20T21:41:07.972Z Compiling ascii-canvas v3.0.0
26392026-06-20T21:41:08.225Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26402026-06-20T21:41:08.375Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26412026-06-20T21:41:08.470Z Compiling progenitor-impl v0.13.0
26422026-06-20T21:41:08.680Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26432026-06-20T21:41:09.594Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-20T21:41:10.599Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26452026-06-20T21:41:10.599Z Compiling itertools v0.10.5
26462026-06-20T21:41:10.599Z Compiling ena v0.14.4
26472026-06-20T21:41:10.599Z Compiling libloading v0.8.9
26482026-06-20T21:41:10.599Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26492026-06-20T21:41:10.599Z Compiling diesel v2.3.7
26502026-06-20T21:41:10.599Z Compiling regex-syntax v0.6.29
26512026-06-20T21:41:10.970Z Compiling bindgen v0.71.1
26522026-06-20T21:41:10.971Z Compiling unicase v2.9.0
26532026-06-20T21:41:10.971Z Compiling xshell-macros v0.2.7
26542026-06-20T21:41:10.971Z Compiling path-slash v0.1.5
26552026-06-20T21:41:10.971Z Compiling diff v0.1.13
26562026-06-20T21:41:10.971Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26572026-06-20T21:41:10.971Z Compiling xshell v0.2.7
26582026-06-20T21:41:10.971Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26592026-06-20T21:41:10.971Z Compiling progenitor-macro v0.13.0
26602026-06-20T21:41:11.673Z Compiling lalrpop v0.19.12
26612026-06-20T21:41:12.077Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26622026-06-20T21:41:13.196Z Compiling cexpr v0.6.0
26632026-06-20T21:41:13.976Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-06-20T21:41:14.946Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26652026-06-20T21:41:15.235Z Compiling progenitor-client v0.13.0
26662026-06-20T21:41:15.235Z Compiling rustc-hash v2.1.1
26672026-06-20T21:41:15.235Z Compiling progenitor v0.13.0
26682026-06-20T21:41:15.235Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26692026-06-20T21:41:15.470Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-06-20T21:41:15.656Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26712026-06-20T21:41:16.224Z Compiling headers-core v0.3.0
26722026-06-20T21:41:16.511Z Compiling libxml v0.3.3
26732026-06-20T21:41:16.512Z Compiling crc8 v0.1.1
26742026-06-20T21:41:16.512Z Compiling headers v0.4.1
26752026-06-20T21:41:16.512Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26762026-06-20T21:41:16.769Z Compiling strum_macros v0.24.3
26772026-06-20T21:41:16.769Z Compiling indoc v1.0.9
26782026-06-20T21:41:17.132Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26792026-06-20T21:41:17.132Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26802026-06-20T21:41:17.363Z Compiling git-stub v1.0.0
26812026-06-20T21:41:17.363Z Compiling derive_builder v0.20.2
26822026-06-20T21:41:17.547Z Compiling oso-derive v0.27.3
26832026-06-20T21:41:17.547Z Compiling quick-xml v0.37.5
26842026-06-20T21:41:17.773Z Compiling impl-trait-for-tuples v0.2.3
26852026-06-20T21:41:17.969Z Compiling openssl-probe v0.1.6
26862026-06-20T21:41:17.969Z Compiling git-stub-vcs v0.1.0
26872026-06-20T21:41:18.104Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-06-20T21:41:18.104Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26892026-06-20T21:41:18.300Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-06-20T21:41:18.516Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26912026-06-20T21:41:18.570Z Compiling bb8 v0.8.6
26922026-06-20T21:41:18.664Z Compiling trait-variant v0.1.2
26932026-06-20T21:41:18.968Z Compiling half v1.8.3
26942026-06-20T21:41:19.115Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-06-20T21:41:19.251Z Compiling polar-core v0.27.3
26962026-06-20T21:41:19.352Z Compiling serde_cbor v0.11.2
26972026-06-20T21:41:19.352Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26982026-06-20T21:41:20.101Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26992026-06-20T21:41:20.282Z Compiling samael v0.0.19
27002026-06-20T21:41:20.282Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27012026-06-20T21:41:20.282Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27022026-06-20T21:41:20.434Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27032026-06-20T21:41:20.434Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27042026-06-20T21:41:20.546Z Compiling nonempty v0.12.0
27052026-06-20T21:41:20.617Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27062026-06-20T21:41:20.797Z Compiling fxhash v0.2.1
27072026-06-20T21:41:21.010Z Compiling libz-sys v1.1.24
27082026-06-20T21:41:21.010Z Compiling salty v0.3.0
27092026-06-20T21:41:21.480Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27102026-06-20T21:41:21.649Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27112026-06-20T21:41:21.823Z Compiling kstat-rs v0.2.4
27122026-06-20T21:41:22.097Z Compiling arc-swap v1.8.2
27132026-06-20T21:41:22.270Z Compiling fs-err v2.11.0
27142026-06-20T21:41:22.505Z Compiling slog-scope v4.4.1
27152026-06-20T21:41:22.537Z Compiling mime_guess v2.0.5
27162026-06-20T21:41:22.839Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27172026-06-20T21:41:23.704Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-20T21:41:23.909Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-20T21:41:23.909Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-20T21:41:23.909Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-20T21:41:24.014Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-20T21:41:24.289Z Compiling nanorand v0.7.0
27232026-06-20T21:41:24.615Z Compiling darling_core v0.23.0
27242026-06-20T21:41:24.671Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-20T21:41:24.936Z Compiling parking_lot_core v0.8.6
27262026-06-20T21:41:25.311Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27272026-06-20T21:41:25.425Z Compiling flume v0.11.1
27282026-06-20T21:41:25.732Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-20T21:41:26.744Z Compiling async-bb8-diesel v0.2.1
27302026-06-20T21:41:26.890Z Compiling diesel-dtrace v0.5.0
27312026-06-20T21:41:27.041Z Compiling darling_macro v0.23.0
27322026-06-20T21:41:27.211Z Compiling slog-stdlog v4.1.1
27332026-06-20T21:41:27.546Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27342026-06-20T21:41:27.633Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27352026-06-20T21:41:27.653Z Compiling primeorder v0.13.6
27362026-06-20T21:41:27.661Z Compiling atty v0.2.14
27372026-06-20T21:41:27.841Z Compiling parse-size v1.1.0
27382026-06-20T21:41:28.015Z Compiling oso v0.27.3
27392026-06-20T21:41:28.097Z Compiling strsim v0.10.0
27402026-06-20T21:41:28.408Z Compiling http-range v0.1.5
27412026-06-20T21:41:28.757Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-06-20T21:41:28.828Z Compiling instability v0.3.11
27432026-06-20T21:41:29.021Z Compiling darling_core v0.13.4
27442026-06-20T21:41:29.075Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27452026-06-20T21:41:30.134Z Compiling p384 v0.13.1
27462026-06-20T21:41:30.665Z Compiling darling v0.23.0
27472026-06-20T21:41:30.786Z Compiling slog-envlogger v2.2.0
27482026-06-20T21:41:31.932Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-20T21:41:32.305Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27502026-06-20T21:41:33.164Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27512026-06-20T21:41:34.518Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27522026-06-20T21:41:35.543Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27532026-06-20T21:41:36.079Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-20T21:41:36.225Z Compiling ignore v0.4.25
27552026-06-20T21:41:36.225Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-20T21:41:36.329Z Compiling vergen-git2 v9.1.0
27572026-06-20T21:41:36.393Z Compiling castaway v0.2.4
27582026-06-20T21:41:36.588Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-20T21:41:36.678Z Compiling indoc v2.0.7
27602026-06-20T21:41:37.026Z Compiling globwalk v0.9.1
27612026-06-20T21:41:37.649Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-20T21:41:37.767Z Compiling compact_str v0.8.1
27632026-06-20T21:41:37.860Z Compiling parking_lot v0.11.2
27642026-06-20T21:41:38.464Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-20T21:41:38.760Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-20T21:41:38.799Z Compiling hyper-staticfile v0.10.1
27672026-06-20T21:41:39.242Z Compiling darling_macro v0.13.4
27682026-06-20T21:41:39.537Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-20T21:41:39.632Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-20T21:41:39.793Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-20T21:41:40.015Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-06-20T21:41:40.099Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-20T21:41:40.242Z Compiling predicates-tree v1.0.13
27742026-06-20T21:41:40.303Z Compiling unicode-truncate v1.1.0
27752026-06-20T21:41:40.392Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-20T21:41:40.469Z Compiling lru v0.12.5
27772026-06-20T21:41:40.621Z Compiling prefix-trie v0.7.0
27782026-06-20T21:41:40.673Z Compiling rand_seeder v0.4.0
27792026-06-20T21:41:40.726Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-20T21:41:40.766Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-20T21:41:40.938Z Compiling rustls v0.21.12
27822026-06-20T21:41:40.987Z Compiling corncobs v0.1.4
27832026-06-20T21:41:41.103Z Compiling illumos-nvpair-sys v0.2.0
27842026-06-20T21:41:41.145Z Compiling cassowary v0.3.0
27852026-06-20T21:41:41.154Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-20T21:41:41.214Z Compiling hickory-server v0.25.2
27872026-06-20T21:41:41.268Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27882026-06-20T21:41:41.398Z Compiling camino-tempfile-ext v0.3.3
27892026-06-20T21:41:41.476Z Compiling ratatui v0.29.0
27902026-06-20T21:41:41.905Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27912026-06-20T21:41:41.949Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-20T21:41:41.978Z Compiling darling v0.13.4
27932026-06-20T21:41:42.102Z Compiling sled v0.34.7
27942026-06-20T21:41:42.681Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-20T21:41:42.736Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-20T21:41:43.185Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-20T21:41:44.584Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-20T21:41:45.474Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-20T21:41:45.702Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-20T21:41:45.789Z Compiling sct v0.7.1
28012026-06-20T21:41:45.825Z Compiling rustls-webpki v0.101.7
28022026-06-20T21:41:45.928Z Compiling secrecy v0.8.0
28032026-06-20T21:41:46.091Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-20T21:41:46.391Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-20T21:41:47.057Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-20T21:41:47.777Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28072026-06-20T21:41:48.130Z Compiling serde_with_macros v1.5.2
28082026-06-20T21:41:48.873Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28092026-06-20T21:41:49.167Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-20T21:41:49.431Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-20T21:41:49.796Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28122026-06-20T21:41:50.039Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28132026-06-20T21:41:50.265Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28142026-06-20T21:41:50.423Z Compiling git2 v0.20.4
28152026-06-20T21:41:50.548Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28162026-06-20T21:41:50.697Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28172026-06-20T21:41:51.026Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28182026-06-20T21:41:51.209Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28192026-06-20T21:41:51.391Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28202026-06-20T21:41:51.539Z Compiling void v1.0.2
28212026-06-20T21:41:51.713Z Compiling lzss v0.8.2
28222026-06-20T21:41:51.997Z Compiling illumos-nvpair v0.3.0
28232026-06-20T21:41:52.456Z Compiling serde_with v1.14.0
28242026-06-20T21:41:52.929Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28252026-06-20T21:41:53.147Z Compiling tokio-rustls v0.24.1
28262026-06-20T21:41:53.475Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28272026-06-20T21:41:53.662Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28282026-06-20T21:41:53.767Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28292026-06-20T21:41:53.894Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28302026-06-20T21:41:55.595Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28312026-06-20T21:41:55.830Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28322026-06-20T21:41:56.546Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28332026-06-20T21:41:56.577Z Compiling tungstenite v0.23.0
28342026-06-20T21:41:56.650Z Compiling rustls-pemfile v1.0.4
28352026-06-20T21:41:56.808Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28362026-06-20T21:41:57.053Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28372026-06-20T21:41:57.283Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28382026-06-20T21:41:57.507Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28392026-06-20T21:41:58.401Z Compiling nix v0.27.1
28402026-06-20T21:41:58.661Z Compiling twox-hash v2.1.2
28412026-06-20T21:41:58.914Z Compiling serde_bytes v0.11.19
28422026-06-20T21:41:58.972Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-20T21:41:59.171Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28442026-06-20T21:41:59.293Z Compiling tokio-tungstenite v0.23.1
28452026-06-20T21:41:59.613Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-20T21:41:59.635Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28472026-06-20T21:41:59.693Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28482026-06-20T21:42:00.601Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28492026-06-20T21:42:01.958Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28502026-06-20T21:42:02.593Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28512026-06-20T21:42:03.606Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28522026-06-20T21:42:03.717Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28532026-06-20T21:42:03.722Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28542026-06-20T21:42:04.013Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28552026-06-20T21:42:04.546Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28562026-06-20T21:42:04.610Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-20T21:42:04.691Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-20T21:42:04.727Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-06-20T21:42:05.281Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28602026-06-20T21:42:05.693Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28612026-06-20T21:42:06.373Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28622026-06-20T21:42:08.743Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-20T21:42:09.265Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-20T21:42:09.620Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-20T21:42:10.209Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-06-20T21:42:10.969Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-20T21:42:11.185Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-20T21:42:11.382Z Compiling signal-hook-tokio v0.3.1
28692026-06-20T21:42:11.571Z Compiling fatfs v0.3.6
28702026-06-20T21:42:11.949Z Compiling yasna v0.5.2
28712026-06-20T21:42:12.119Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-06-20T21:42:12.381Z Compiling assert_matches v1.5.0
28732026-06-20T21:42:12.568Z Compiling is_ci v1.2.0
28742026-06-20T21:42:12.784Z Compiling seq-macro v0.3.6
28752026-06-20T21:42:12.897Z Compiling supports-color v3.0.2
28762026-06-20T21:42:12.941Z Compiling rcgen v0.12.1
28772026-06-20T21:42:13.196Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-06-20T21:42:13.570Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-06-20T21:42:14.146Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-06-20T21:42:16.036Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-06-20T21:42:16.063Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-06-20T21:42:16.287Z Compiling rtoolbox v0.0.3
28832026-06-20T21:42:16.311Z Compiling subprocess v0.2.15
28842026-06-20T21:42:16.566Z Compiling rpassword v7.4.0
28852026-06-20T21:42:16.856Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-06-20T21:42:17.567Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-06-20T21:42:18.568Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-20T21:42:18.589Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-20T21:42:18.723Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-06-20T21:42:19.053Z Compiling tui-tree-widget v0.23.1
28912026-06-20T21:42:19.349Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-06-20T21:42:20.472Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-06-20T21:42:21.098Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-06-20T21:42:21.358Z Compiling uzers v0.12.2
28952026-06-20T21:42:22.128Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-06-20T21:42:22.815Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-06-20T21:42:23.055Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-06-20T21:42:23.874Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-06-20T21:42:26.353Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-06-20T21:43:23.308Z Compiling support-bundle-viewer v0.1.2
29012026-06-20T21:43:23.652Z Compiling multimap v0.10.1
29022026-06-20T21:43:23.908Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-06-20T21:43:23.908Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-06-20T21:43:23.908Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-06-20T21:43:23.908Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-06-20T21:43:23.908Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-06-20T21:49:00.890Z Finished `release` profile [optimized] target(s) in 8m 21s
29082026-06-20T21:49:45.946Z
29092026-06-20T21:49:45.946Zreal 9:07.570285995
29102026-06-20T21:49:45.946Zuser 1:19:06.354246763
29112026-06-20T21:49:45.949Zsys 3:31.370191311
29122026-06-20T21:49:45.949Ztrap 1.775944808
29132026-06-20T21:49:45.949Ztflt 2.538111026
29142026-06-20T21:49:45.949Zdflt 18.437307088
29152026-06-20T21:49:45.949Zkflt 0.006360957
29162026-06-20T21:49:45.949Zlock 6:38:03.595389628
29172026-06-20T21:49:45.949Zslp 2:14:53.780051515
29182026-06-20T21:49:45.949Zlat 2:25.090314662
29192026-06-20T21:49:45.949Zstop 5:12.523186124
29202026-06-20T21:49:45.949Z+ mapfile -t packages
29212026-06-20T21:49:45.950Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-06-20T21:49:46.825Z Finished `release` profile [optimized] target(s) in 0.86s
29232026-06-20T21:49:46.887Z Running `target/release/omicron-package -t test list-outputs`
29242026-06-20T21:49:46.947ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-06-20T21:49:46.951Z+ ptime -m cargo build --locked --release -p xtask
29262026-06-20T21:49:47.422Z Compiling libc v0.2.185
29272026-06-20T21:49:47.422Z Compiling serde v1.0.228
29282026-06-20T21:49:47.425Z Compiling serde_core v1.0.228
29292026-06-20T21:49:47.425Z Compiling rustix v1.1.3
29302026-06-20T21:49:47.425Z Compiling serde_json v1.0.149
29312026-06-20T21:49:47.425Z Compiling bitflags v2.11.0
29322026-06-20T21:49:47.560Z Compiling num-traits v0.2.19
29332026-06-20T21:49:47.570Z Compiling syn v2.0.117
29342026-06-20T21:49:47.589Z Compiling smallvec v1.15.1
29352026-06-20T21:49:47.599Z Compiling usdt-impl v0.5.0
29362026-06-20T21:49:47.603Z Compiling indexmap v2.14.0
29372026-06-20T21:49:47.611Z Compiling syn v1.0.109
29382026-06-20T21:49:47.636Z Compiling getrandom v0.4.1
29392026-06-20T21:49:47.640Z Compiling log v0.4.29
29402026-06-20T21:49:47.797Z Compiling percent-encoding v2.3.2
29412026-06-20T21:49:47.961Z Compiling form_urlencoded v1.2.2
29422026-06-20T21:49:47.998Z Compiling fs-err v3.3.0
29432026-06-20T21:49:48.011Z Compiling heck v0.4.1
29442026-06-20T21:49:48.059Z Compiling once_cell v1.21.3
29452026-06-20T21:49:48.070Z Compiling anyhow v1.0.102
29462026-06-20T21:49:48.272Z Compiling thread-id v4.2.2
29472026-06-20T21:49:48.332Z Compiling errno v0.3.14
29482026-06-20T21:49:48.336Z Compiling memmap v0.7.0
29492026-06-20T21:49:48.602Z Compiling ordered-float v2.10.1
29502026-06-20T21:49:49.109Z Compiling proc-macro-error v1.0.4
29512026-06-20T21:49:49.345Z Compiling terminal_size v0.4.3
29522026-06-20T21:49:49.345Z Compiling tempfile v3.25.0
29532026-06-20T21:49:49.366Z Compiling tabled_derive v0.7.0
29542026-06-20T21:49:49.444Z Compiling clap_builder v4.6.0
29552026-06-20T21:49:49.444Z Compiling textwrap v0.16.2
29562026-06-20T21:49:49.584Z Compiling camino-tempfile v1.4.1
29572026-06-20T21:49:50.037Z Compiling tabled v0.15.0
29582026-06-20T21:49:50.104Z Compiling synstructure v0.13.2
29592026-06-20T21:49:50.104Z Compiling pest_generator v2.8.6
29602026-06-20T21:49:50.498Z Compiling serde_derive v1.0.228
29612026-06-20T21:49:50.498Z Compiling zerovec-derive v0.11.2
29622026-06-20T21:49:50.502Z Compiling displaydoc v0.2.5
29632026-06-20T21:49:50.502Z Compiling thiserror-impl v1.0.69
29642026-06-20T21:49:50.502Z Compiling zerocopy-derive v0.7.35
29652026-06-20T21:49:50.502Z Compiling scroll_derive v0.12.1
29662026-06-20T21:49:50.502Z Compiling thiserror-impl v2.0.18
29672026-06-20T21:49:50.521Z Compiling clap_derive v4.6.1
29682026-06-20T21:49:50.544Z Compiling zerofrom-derive v0.1.6
29692026-06-20T21:49:50.628Z Compiling yoke-derive v0.8.1
29702026-06-20T21:49:50.746Z Compiling pest_derive v2.8.6
29712026-06-20T21:49:51.188Z Compiling scroll v0.12.0
29722026-06-20T21:49:51.371Z Compiling zerocopy v0.7.35
29732026-06-20T21:49:51.522Z Compiling goblin v0.8.2
29742026-06-20T21:49:51.633Z Compiling thiserror v1.0.69
29752026-06-20T21:49:51.730Z Compiling zerofrom v0.1.6
29762026-06-20T21:49:51.743Z Compiling dtrace-parser v0.2.0
29772026-06-20T21:49:51.771Z Compiling thiserror v2.0.18
29782026-06-20T21:49:51.874Z Compiling yoke v0.8.1
29792026-06-20T21:49:52.099Z Compiling zerovec v0.11.5
29802026-06-20T21:49:52.142Z Compiling zerotrie v0.2.3
29812026-06-20T21:49:52.162Z Compiling clap v4.6.1
29822026-06-20T21:49:52.742Z Compiling tinystr v0.8.2
29832026-06-20T21:49:52.983Z Compiling icu_locale_core v2.1.1
29842026-06-20T21:49:53.543Z Compiling potential_utf v0.1.4
29852026-06-20T21:49:53.711Z Compiling icu_collections v2.1.1
29862026-06-20T21:49:53.765Z Compiling icu_provider v2.1.1
29872026-06-20T21:49:53.932Z Compiling serde_spanned v0.6.9
29882026-06-20T21:49:54.125Z Compiling icu_normalizer v2.1.1
29892026-06-20T21:49:54.160Z Compiling icu_properties v2.1.2
29902026-06-20T21:49:54.210Z Compiling toml_datetime v0.6.11
29912026-06-20T21:49:54.371Z Compiling dof v0.3.0
29922026-06-20T21:49:54.400Z Compiling serde_tokenstream v0.2.3
29932026-06-20T21:49:54.413Z Compiling toml_edit v0.22.27
29942026-06-20T21:49:54.461Z Compiling serde-value v0.7.0
29952026-06-20T21:49:54.499Z Compiling cargo-platform v0.2.0
29962026-06-20T21:49:54.540Z Compiling macaddr v1.0.1
29972026-06-20T21:49:55.071Z Compiling idna_adapter v1.2.1
29982026-06-20T21:49:55.151Z Compiling usdt-macro v0.5.0
29992026-06-20T21:49:55.167Z Compiling usdt-attr-macro v0.5.0
30002026-06-20T21:49:55.236Z Compiling idna v1.1.0
30012026-06-20T21:49:55.616Z Compiling url v2.5.8
30022026-06-20T21:49:55.847Z Compiling usdt v0.5.0
30032026-06-20T21:49:55.963Z Compiling toml v0.8.23
30042026-06-20T21:49:56.399Z Compiling cargo-util-schemas v0.8.2
30052026-06-20T21:49:56.399Z Compiling cargo_toml v0.21.0
30062026-06-20T21:49:57.413Z Compiling cargo_metadata v0.21.0
30072026-06-20T21:50:00.513Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-06-20T21:50:03.536Z Finished `release` profile [optimized] target(s) in 16.57s
30092026-06-20T21:50:03.676Z
30102026-06-20T21:50:03.677Zreal 16.689964278
30112026-06-20T21:50:03.677Zuser 2:22.006683145
30122026-06-20T21:50:03.677Zsys 17.137441034
30132026-06-20T21:50:03.677Ztrap 0.093690582
30142026-06-20T21:50:03.677Ztflt 0.473155178
30152026-06-20T21:50:03.677Zdflt 1.656744245
30162026-06-20T21:50:03.680Zkflt 0.000016980
30172026-06-20T21:50:03.680Zlock 5:14.978731366
30182026-06-20T21:50:03.680Zslp 3:25.827679402
30192026-06-20T21:50:03.681Zlat 6.413196098
30202026-06-20T21:50:03.681Zstop 18.918146477
30212026-06-20T21:50:03.681Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-20T21:50:03.681Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-20T21:50:03.681Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-20T21:50:03.681Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-20T21:50:03.681Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-06-20T21:50:04.561Z Compiling progenitor-client v0.14.0
30272026-06-20T21:50:04.564Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-20T21:50:04.564Z Compiling newtype-uuid-macros v0.1.0
30292026-06-20T21:50:04.697Z Compiling match_cfg v0.1.0
30302026-06-20T21:50:04.700Z Compiling slog-json v2.6.1
30312026-06-20T21:50:04.700Z Compiling structmeta-derive v0.3.0
30322026-06-20T21:50:04.713Z Compiling rustls v0.22.4
30332026-06-20T21:50:04.716Z Compiling rustls-webpki v0.102.8
30342026-06-20T21:50:04.716Z Compiling multer v3.1.0
30352026-06-20T21:50:04.716Z Compiling debug-ignore v1.0.5
30362026-06-20T21:50:04.716Z Compiling compression-core v0.4.31
30372026-06-20T21:50:04.724Z Compiling atomicwrites v0.4.4
30382026-06-20T21:50:04.727Z Compiling itertools v0.14.0
30392026-06-20T21:50:04.753Z Compiling async-stream-impl v0.3.6
30402026-06-20T21:50:04.756Z Compiling serde_spanned v1.0.4
30412026-06-20T21:50:04.756Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-20T21:50:04.784Z Compiling hostname v0.3.1
30432026-06-20T21:50:04.921Z Compiling compression-codecs v0.4.37
30442026-06-20T21:50:04.938Z Compiling dropshot v0.17.0
30452026-06-20T21:50:04.991Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-20T21:50:05.044Z Compiling waitgroup v0.1.2
30472026-06-20T21:50:05.047Z Compiling dropshot_endpoint v0.17.0
30482026-06-20T21:50:05.102Z Compiling slog-bunyan v2.5.0
30492026-06-20T21:50:05.141Z Compiling async-compression v0.4.41
30502026-06-20T21:50:05.169Z Compiling rustls-pemfile v2.2.0
30512026-06-20T21:50:05.186Z Compiling hostname v0.4.2
30522026-06-20T21:50:05.220Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-20T21:50:05.241Z Compiling serde_path_to_error v0.1.20
30542026-06-20T21:50:05.275Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-06-20T21:50:05.275Z Compiling macaddr v1.0.1
30562026-06-20T21:50:05.311Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-06-20T21:50:05.385Z Compiling instant v0.1.13
30582026-06-20T21:50:05.465Z Compiling regress v0.10.5
30592026-06-20T21:50:05.486Z Compiling backon v1.6.0
30602026-06-20T21:50:05.504Z Compiling async-stream v0.3.6
30612026-06-20T21:50:05.507Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30622026-06-20T21:50:05.539Z Compiling backoff v0.4.0
30632026-06-20T21:50:05.542Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-06-20T21:50:05.542Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30652026-06-20T21:50:05.632Z Compiling humantime v2.3.0
30662026-06-20T21:50:05.692Z Compiling progenitor-extras v0.2.0
30672026-06-20T21:50:05.710Z Compiling universal-hash v0.5.1
30682026-06-20T21:50:05.713Z Compiling opaque-debug v0.3.1
30692026-06-20T21:50:05.748Z Compiling regress v0.11.1
30702026-06-20T21:50:05.765Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-06-20T21:50:05.780Z Compiling half v2.7.1
30722026-06-20T21:50:05.825Z Compiling ciborium-io v0.2.2
30732026-06-20T21:50:05.858Z Compiling structmeta v0.3.0
30742026-06-20T21:50:05.874Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-06-20T21:50:05.925Z Compiling crucible-workspace-hack v0.1.0
30762026-06-20T21:50:05.944Z Compiling convert_case v0.4.0
30772026-06-20T21:50:05.961Z Compiling aead v0.5.2
30782026-06-20T21:50:05.980Z Compiling secrecy v0.10.3
30792026-06-20T21:50:06.009Z Compiling poly1305 v0.8.0
30802026-06-20T21:50:06.104Z Compiling derive-ex v0.1.8
30812026-06-20T21:50:06.125Z Compiling parse-display-derive v0.10.0
30822026-06-20T21:50:06.159Z Compiling ciborium-ll v0.2.2
30832026-06-20T21:50:06.178Z Compiling chacha20 v0.9.1
30842026-06-20T21:50:06.181Z Compiling unsafe-libyaml v0.2.11
30852026-06-20T21:50:06.214Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-06-20T21:50:06.217Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30872026-06-20T21:50:06.303Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-06-20T21:50:06.349Z Compiling derive_more v0.99.20
30892026-06-20T21:50:06.409Z Compiling ciborium v0.2.2
30902026-06-20T21:50:06.469Z Compiling thiserror-impl-no-std v2.0.2
30912026-06-20T21:50:06.514Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-06-20T21:50:06.561Z Compiling byte-wrapper v0.1.0
30932026-06-20T21:50:06.603Z Compiling password-hash v0.5.0
30942026-06-20T21:50:06.631Z Compiling blake2 v0.10.6
30952026-06-20T21:50:06.800Z Compiling serde_yaml v0.9.34+deprecated
30962026-06-20T21:50:06.875Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30972026-06-20T21:50:06.944Z Compiling toml_datetime v0.7.5+spec-1.1.0
30982026-06-20T21:50:06.978Z Compiling argon2 v0.5.3
30992026-06-20T21:50:07.017Z Compiling chacha20poly1305 v0.10.1
31002026-06-20T21:50:07.035Z Compiling indent_write v2.2.0
31012026-06-20T21:50:07.053Z Compiling heapless v0.8.0
31022026-06-20T21:50:07.194Z Compiling tokio-rustls v0.25.0
31032026-06-20T21:50:07.211Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-20T21:50:07.230Z Compiling ingot-macros v0.1.1
31052026-06-20T21:50:07.230Z Compiling tabwriter v1.4.1
31062026-06-20T21:50:07.370Z Compiling typify-impl v0.6.2
31072026-06-20T21:50:07.509Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-06-20T21:50:07.719Z Compiling thiserror-no-std v2.0.2
31092026-06-20T21:50:07.827Z Compiling vsss-rs v3.3.4
31102026-06-20T21:50:07.845Z Compiling proc-macro-crate v3.4.0
31112026-06-20T21:50:07.881Z Compiling test-strategy v0.4.5
31122026-06-20T21:50:07.901Z Compiling parse-display v0.10.0
31132026-06-20T21:50:08.243Z Compiling hash32 v0.3.1
31142026-06-20T21:50:08.301Z Compiling smoltcp v0.11.0
31152026-06-20T21:50:08.340Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-06-20T21:50:08.475Z Compiling cobs v0.3.0
31172026-06-20T21:50:08.479Z Compiling num_enum_derive v0.7.6
31182026-06-20T21:50:08.610Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31192026-06-20T21:50:08.719Z Compiling colored v3.1.1
31202026-06-20T21:50:08.760Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-06-20T21:50:08.763Z Compiling postcard v1.1.3
31222026-06-20T21:50:08.796Z Compiling proc-macro-error v1.0.4
31232026-06-20T21:50:08.800Z Compiling proc-macro-crate v1.3.1
31242026-06-20T21:50:08.903Z Compiling foreign-types-macros v0.2.3
31252026-06-20T21:50:09.010Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31262026-06-20T21:50:09.061Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-06-20T21:50:09.089Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-20T21:50:09.127Z Compiling cpufeatures v0.3.0
31292026-06-20T21:50:09.149Z Compiling rayon-core v1.13.0
31302026-06-20T21:50:09.165Z Compiling foreign-types-shared v0.3.1
31312026-06-20T21:50:09.229Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-20T21:50:09.275Z Compiling num_enum_derive v0.5.11
31332026-06-20T21:50:09.291Z Compiling chacha20 v0.10.0
31342026-06-20T21:50:09.416Z Compiling crossbeam-deque v0.8.6
31352026-06-20T21:50:09.461Z Compiling camino-tempfile v1.4.1
31362026-06-20T21:50:09.481Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-06-20T21:50:09.497Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31382026-06-20T21:50:09.524Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31392026-06-20T21:50:09.542Z Compiling cstr-argument v0.1.2
31402026-06-20T21:50:09.562Z Compiling foreign-types v0.5.0
31412026-06-20T21:50:09.636Z Compiling num_enum v0.7.6
31422026-06-20T21:50:09.652Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31432026-06-20T21:50:09.690Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31442026-06-20T21:50:09.726Z Compiling rand v0.10.0
31452026-06-20T21:50:09.745Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-06-20T21:50:09.800Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-06-20T21:50:09.906Z Compiling zone_cfg_derive v0.3.1
31482026-06-20T21:50:09.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-20T21:50:09.982Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-20T21:50:10.019Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31512026-06-20T21:50:10.048Z Compiling itertools v0.12.1
31522026-06-20T21:50:10.136Z Compiling rayon v1.11.0
31532026-06-20T21:50:10.154Z Compiling num-derive v0.4.2
31542026-06-20T21:50:10.157Z Compiling sigpipe v0.1.3
31552026-06-20T21:50:10.157Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-06-20T21:50:10.261Z Compiling glob v0.3.3
31572026-06-20T21:50:10.264Z Compiling ingot-types v0.1.2
31582026-06-20T21:50:10.297Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31592026-06-20T21:50:10.300Z Compiling smf v0.2.3
31602026-06-20T21:50:10.412Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31612026-06-20T21:50:10.429Z Compiling num_enum v0.5.11
31622026-06-20T21:50:10.575Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31632026-06-20T21:50:10.616Z Compiling whoami v1.6.1
31642026-06-20T21:50:10.633Z Compiling usdt-macro v0.5.0
31652026-06-20T21:50:10.696Z Compiling ingot v0.1.1
31662026-06-20T21:50:10.699Z Compiling usdt-attr-macro v0.5.0
31672026-06-20T21:50:10.731Z Compiling gethostname v0.5.0
31682026-06-20T21:50:10.751Z Compiling num-rational v0.4.2
31692026-06-20T21:50:10.891Z Compiling num-complex v0.4.6
31702026-06-20T21:50:10.918Z Compiling memmap v0.7.0
31712026-06-20T21:50:10.935Z Compiling derive-where v1.6.0
31722026-06-20T21:50:11.147Z Compiling float-ord v0.3.2
31732026-06-20T21:50:11.164Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31742026-06-20T21:50:11.179Z Compiling toml v0.8.23
31752026-06-20T21:50:11.297Z Compiling zone v0.3.1
31762026-06-20T21:50:11.315Z Compiling num v0.4.3
31772026-06-20T21:50:11.319Z Compiling resolv-conf v0.7.6
31782026-06-20T21:50:11.378Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-06-20T21:50:11.421Z Compiling cancel-safe-futures v0.1.5
31802026-06-20T21:50:11.450Z Compiling owo-colors v4.3.0
31812026-06-20T21:50:11.543Z Compiling libsw-core v0.3.2
31822026-06-20T21:50:11.588Z Compiling usdt v0.5.0
31832026-06-20T21:50:11.591Z Compiling prettyplease v0.2.37
31842026-06-20T21:50:11.712Z Compiling libsw v3.5.0
31852026-06-20T21:50:11.753Z Compiling console v0.15.11
31862026-06-20T21:50:11.824Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-06-20T21:50:11.886Z Compiling hickory-proto v0.24.4
31882026-06-20T21:50:11.902Z Compiling newline-converter v0.3.0
31892026-06-20T21:50:11.939Z Compiling linear-map v1.2.0
31902026-06-20T21:50:11.962Z Compiling linked-hash-map v0.5.6
31912026-06-20T21:50:11.965Z Compiling libefi-sys v0.1.0
31922026-06-20T21:50:12.049Z Compiling git-stub v1.0.0
31932026-06-20T21:50:12.065Z Compiling bitfield-struct v0.6.2
31942026-06-20T21:50:12.109Z Compiling typify-macro v0.6.2
31952026-06-20T21:50:12.162Z Compiling lru-cache v0.1.2
31962026-06-20T21:50:12.181Z Compiling expectorate v1.2.0
31972026-06-20T21:50:12.225Z Compiling nom v8.0.0
31982026-06-20T21:50:12.315Z Compiling semver v0.1.20
31992026-06-20T21:50:12.354Z Compiling git-stub-vcs v0.1.0
32002026-06-20T21:50:12.374Z Compiling tokio-dtrace v0.1.1
32012026-06-20T21:50:12.392Z Compiling dropshot-api-manager-types v0.7.2
32022026-06-20T21:50:12.438Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32032026-06-20T21:50:12.561Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-20T21:50:12.639Z Compiling rustc_version v0.1.7
32052026-06-20T21:50:12.658Z Compiling slog-dtrace v0.3.0
32062026-06-20T21:50:12.684Z Compiling minimal-lexical v0.2.1
32072026-06-20T21:50:12.701Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32082026-06-20T21:50:12.755Z Compiling oxide-tokio-rt v0.1.4
32092026-06-20T21:50:12.759Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-06-20T21:50:12.790Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-06-20T21:50:12.810Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-20T21:50:12.906Z Compiling newtype_derive v0.1.6
32132026-06-20T21:50:12.949Z Compiling nom v7.1.3
32142026-06-20T21:50:12.986Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-06-20T21:50:13.013Z Compiling phf_shared v0.12.1
32162026-06-20T21:50:13.097Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-06-20T21:50:13.116Z Compiling csv-core v0.1.13
32182026-06-20T21:50:13.119Z Compiling xshell-macros v0.2.7
32192026-06-20T21:50:13.149Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32202026-06-20T21:50:13.222Z Compiling highway v1.3.0
32212026-06-20T21:50:13.244Z Compiling chrono-tz v0.10.4
32222026-06-20T21:50:13.247Z Compiling phf v0.12.1
32232026-06-20T21:50:13.467Z Compiling csv v1.4.0
32242026-06-20T21:50:13.623Z Compiling const_format_proc_macros v0.2.34
32252026-06-20T21:50:13.663Z Compiling xshell v0.2.7
32262026-06-20T21:50:13.682Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-20T21:50:13.685Z Compiling primeorder v0.13.6
32282026-06-20T21:50:13.985Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32292026-06-20T21:50:14.016Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-20T21:50:14.057Z Compiling tabled_derive v0.7.0
32312026-06-20T21:50:14.062Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32322026-06-20T21:50:14.069Z Compiling typify v0.6.2
32332026-06-20T21:50:14.205Z Compiling progenitor-impl v0.14.0
32342026-06-20T21:50:14.222Z Compiling hickory-resolver v0.24.4
32352026-06-20T21:50:14.317Z Compiling bcs v0.1.6
32362026-06-20T21:50:14.354Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-20T21:50:14.459Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-20T21:50:14.516Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-20T21:50:14.630Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-20T21:50:14.683Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32412026-06-20T21:50:14.885Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32422026-06-20T21:50:14.917Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-06-20T21:50:15.085Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-06-20T21:50:15.143Z Compiling const_format v0.2.35
32452026-06-20T21:50:15.300Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32462026-06-20T21:50:15.318Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-06-20T21:50:15.427Z Compiling qorb v0.4.1
32482026-06-20T21:50:15.469Z Compiling salty v0.3.0
32492026-06-20T21:50:15.510Z Compiling termtree v0.5.1
32502026-06-20T21:50:15.529Z Compiling tagptr v0.2.0
32512026-06-20T21:50:15.612Z Compiling textwrap v0.16.2
32522026-06-20T21:50:15.706Z Compiling moka v0.12.13
32532026-06-20T21:50:15.722Z Compiling tabled v0.15.0
32542026-06-20T21:50:15.779Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-06-20T21:50:16.032Z Compiling steno v0.4.1
32562026-06-20T21:50:16.082Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-06-20T21:50:16.129Z Compiling radium v0.7.0
32582026-06-20T21:50:16.263Z Compiling base64 v0.21.7
32592026-06-20T21:50:16.336Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-06-20T21:50:16.464Z Compiling hickory-resolver v0.25.2
32612026-06-20T21:50:16.519Z Compiling p384 v0.13.1
32622026-06-20T21:50:16.543Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-06-20T21:50:16.631Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-06-20T21:50:16.675Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-06-20T21:50:16.877Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32662026-06-20T21:50:17.005Z Compiling progenitor-macro v0.14.0
32672026-06-20T21:50:17.086Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32682026-06-20T21:50:17.150Z Compiling tap v1.0.1
32692026-06-20T21:50:17.168Z Compiling maybe-uninit v2.0.0
32702026-06-20T21:50:17.305Z Compiling wyz v0.5.1
32712026-06-20T21:50:17.553Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-06-20T21:50:17.577Z Compiling proc-macro-error-attr2 v2.0.0
32732026-06-20T21:50:17.601Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32742026-06-20T21:50:17.632Z Compiling parking_lot_core v0.8.6
32752026-06-20T21:50:17.775Z Compiling utf-8 v0.7.6
32762026-06-20T21:50:17.826Z Compiling packed_struct v0.10.1
32772026-06-20T21:50:17.922Z Compiling funty v2.0.0
32782026-06-20T21:50:17.969Z Compiling tungstenite v0.21.0
32792026-06-20T21:50:18.008Z Compiling proc-macro-error2 v2.0.1
32802026-06-20T21:50:18.148Z Compiling polyval v0.6.2
32812026-06-20T21:50:18.173Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32822026-06-20T21:50:18.176Z Compiling num-derive v0.3.3
32832026-06-20T21:50:18.211Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-06-20T21:50:18.364Z Compiling bitvec v1.0.1
32852026-06-20T21:50:18.414Z Compiling packed_struct_codegen v0.10.1
32862026-06-20T21:50:18.432Z Compiling zerocopy-derive v0.6.6
32872026-06-20T21:50:18.456Z Compiling bitfield-macros v0.19.4
32882026-06-20T21:50:18.561Z Compiling indexmap v1.9.3
32892026-06-20T21:50:18.594Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-06-20T21:50:18.670Z Compiling crc-catalog v2.4.0
32912026-06-20T21:50:18.797Z Compiling nodrop v0.1.14
32922026-06-20T21:50:18.815Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-20T21:50:18.887Z Compiling crc v3.4.0
32942026-06-20T21:50:18.903Z Compiling array-init v0.0.4
32952026-06-20T21:50:18.928Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32962026-06-20T21:50:18.946Z Compiling tokio-tungstenite v0.21.0
32972026-06-20T21:50:19.021Z Compiling tabled_derive v0.11.0
32982026-06-20T21:50:19.066Z Compiling ghash v0.5.1
32992026-06-20T21:50:19.123Z Compiling smallvec v0.6.14
33002026-06-20T21:50:19.218Z Compiling libscf-sys v1.1.0
33012026-06-20T21:50:19.273Z Compiling bitfield v0.19.4
33022026-06-20T21:50:19.309Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33032026-06-20T21:50:19.376Z Compiling progenitor-impl v0.13.0
33042026-06-20T21:50:19.400Z Compiling papergrid v0.17.0
33052026-06-20T21:50:19.400Z Compiling testing_table v0.3.0
33062026-06-20T21:50:19.426Z Compiling zerocopy v0.6.6
33072026-06-20T21:50:19.491Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-06-20T21:50:19.610Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33092026-06-20T21:50:19.627Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-20T21:50:19.630Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-06-20T21:50:19.661Z Compiling ctr v0.9.2
33122026-06-20T21:50:19.696Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-20T21:50:19.745Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-06-20T21:50:19.884Z Compiling hashbrown v0.12.3
33152026-06-20T21:50:19.903Z Compiling corncobs v0.1.4
33162026-06-20T21:50:19.906Z Compiling unicase v2.9.0
33172026-06-20T21:50:19.940Z Compiling illumos-nvpair-sys v0.2.0
33182026-06-20T21:50:20.039Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-20T21:50:20.080Z Compiling aes-gcm v0.10.3
33202026-06-20T21:50:20.115Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-06-20T21:50:20.185Z Compiling mime_guess v2.0.5
33222026-06-20T21:50:20.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33232026-06-20T21:50:20.274Z Compiling parking_lot v0.11.2
33242026-06-20T21:50:20.302Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33252026-06-20T21:50:20.347Z Compiling serde-hex v0.1.0
33262026-06-20T21:50:20.428Z Compiling tabled v0.20.0
33272026-06-20T21:50:20.716Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33282026-06-20T21:50:20.761Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33292026-06-20T21:50:20.830Z Compiling ron v0.8.1
33302026-06-20T21:50:20.953Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33312026-06-20T21:50:20.990Z Compiling hashbrown v0.13.2
33322026-06-20T21:50:21.220Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33332026-06-20T21:50:21.241Z Compiling progenitor-client v0.13.0
33342026-06-20T21:50:21.297Z Compiling blowfish v0.9.1
33352026-06-20T21:50:21.448Z Compiling prefix-trie v0.7.0
33362026-06-20T21:50:21.480Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-06-20T21:50:21.509Z Compiling ssh-encoding v0.2.0
33382026-06-20T21:50:21.588Z Compiling fxhash v0.2.1
33392026-06-20T21:50:21.604Z Compiling secrecy v0.8.0
33402026-06-20T21:50:21.782Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33412026-06-20T21:50:21.799Z Compiling crc-any v2.5.0
33422026-06-20T21:50:21.820Z Compiling hickory-server v0.25.2
33432026-06-20T21:50:21.876Z Compiling sled v0.34.7
33442026-06-20T21:50:22.077Z Compiling ssh-cipher v0.2.0
33452026-06-20T21:50:22.159Z Compiling progenitor-macro v0.13.0
33462026-06-20T21:50:22.191Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33472026-06-20T21:50:22.233Z Compiling progenitor v0.14.0
33482026-06-20T21:50:22.268Z Compiling bcrypt-pbkdf v0.10.0
33492026-06-20T21:50:22.339Z Compiling object v0.30.4
33502026-06-20T21:50:22.426Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33512026-06-20T21:50:22.501Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33522026-06-20T21:50:22.634Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33532026-06-20T21:50:22.707Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33542026-06-20T21:50:22.799Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33552026-06-20T21:50:22.970Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-06-20T21:50:23.044Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-20T21:50:23.151Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33582026-06-20T21:50:23.258Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33592026-06-20T21:50:23.330Z Compiling password-hash v0.4.2
33602026-06-20T21:50:23.381Z Compiling crc8 v0.1.1
33612026-06-20T21:50:23.603Z Compiling half v1.8.3
33622026-06-20T21:50:23.738Z Compiling path-slash v0.1.5
33632026-06-20T21:50:23.777Z Compiling http-range v0.1.5
33642026-06-20T21:50:23.882Z Compiling serde_cbor v0.11.2
33652026-06-20T21:50:23.905Z Compiling pbkdf2 v0.11.0
33662026-06-20T21:50:23.962Z Compiling illumos-nvpair v0.3.0
33672026-06-20T21:50:24.250Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-06-20T21:50:24.497Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-20T21:50:24.517Z Compiling ssh-key v0.6.7
33702026-06-20T21:50:25.089Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-06-20T21:50:25.335Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33722026-06-20T21:50:25.361Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33732026-06-20T21:50:25.395Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33742026-06-20T21:50:25.522Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-20T21:50:25.714Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-06-20T21:50:25.755Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-20T21:50:25.821Z Compiling p256 v0.13.2
33782026-06-20T21:50:25.917Z Compiling p521 v0.13.3
33792026-06-20T21:50:26.054Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-06-20T21:50:26.235Z Compiling yasna v0.5.2
33812026-06-20T21:50:26.254Z Compiling kstat-rs v0.2.4
33822026-06-20T21:50:26.286Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33832026-06-20T21:50:26.332Z Compiling headers-core v0.3.0
33842026-06-20T21:50:26.502Z Compiling nanorand v0.7.0
33852026-06-20T21:50:26.550Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33862026-06-20T21:50:26.590Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33872026-06-20T21:50:26.690Z Compiling atty v0.2.14
33882026-06-20T21:50:26.828Z Compiling russh-cryptovec v0.7.3
33892026-06-20T21:50:26.846Z Compiling home v0.5.12
33902026-06-20T21:50:26.867Z Compiling md5 v0.7.0
33912026-06-20T21:50:26.916Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33922026-06-20T21:50:26.968Z Compiling flume v0.11.1
33932026-06-20T21:50:27.032Z Compiling rcgen v0.12.1
33942026-06-20T21:50:27.055Z Compiling russh-keys v0.45.0
33952026-06-20T21:50:27.189Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33962026-06-20T21:50:27.211Z Compiling headers v0.4.1
33972026-06-20T21:50:27.279Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-20T21:50:27.311Z Compiling progenitor v0.13.0
33992026-06-20T21:50:27.327Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-06-20T21:50:27.492Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34012026-06-20T21:50:27.612Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34022026-06-20T21:50:27.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34032026-06-20T21:50:27.794Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34042026-06-20T21:50:27.937Z Compiling hyper-staticfile v0.10.1
34052026-06-20T21:50:27.956Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34062026-06-20T21:50:28.003Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34072026-06-20T21:50:28.033Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-06-20T21:50:28.271Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34092026-06-20T21:50:28.307Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-06-20T21:50:28.417Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-06-20T21:50:28.442Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-06-20T21:50:28.481Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34132026-06-20T21:50:28.595Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34142026-06-20T21:50:28.655Z Compiling num-bigint v0.4.6
34152026-06-20T21:50:28.722Z Compiling des v0.8.1
34162026-06-20T21:50:28.741Z Compiling subprocess v0.2.15
34172026-06-20T21:50:28.761Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-06-20T21:50:28.780Z Compiling hex-literal v0.4.1
34192026-06-20T21:50:28.801Z Compiling display-error-chain v0.2.2
34202026-06-20T21:50:28.857Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34212026-06-20T21:50:28.923Z Compiling colored v2.2.0
34222026-06-20T21:50:28.953Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-06-20T21:50:28.973Z Compiling internet-checksum v0.2.1
34242026-06-20T21:50:29.103Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-06-20T21:50:29.213Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-06-20T21:50:29.928Z Compiling russh v0.45.0
34272026-06-20T21:50:30.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-06-20T21:50:30.991Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34292026-06-20T21:50:30.991Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-06-20T21:50:33.465Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-06-20T21:50:34.118Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34322026-06-20T21:50:34.217Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34332026-06-20T21:50:34.607Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34342026-06-20T21:50:36.510Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34352026-06-20T21:50:44.725Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34362026-06-20T21:50:44.725Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34372026-06-20T21:50:44.729Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34382026-06-20T21:50:44.729Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34392026-06-20T21:50:46.476Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-06-20T21:50:46.594Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34412026-06-20T21:50:50.622Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34422026-06-20T21:51:29.975Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34432026-06-20T21:51:30.183Z
34442026-06-20T21:51:30.183Zreal 1:26.442704174
34452026-06-20T21:51:30.183Zuser 8:02.077938656
34462026-06-20T21:51:30.183Zsys 1:41.300780205
34472026-06-20T21:51:30.186Ztrap 0.230880263
34482026-06-20T21:51:30.186Ztflt 0.525240045
34492026-06-20T21:51:30.186Zdflt 1.845098175
34502026-06-20T21:51:30.186Zkflt 0.000265370
34512026-06-20T21:51:30.186Zlock 28:22.195188935
34522026-06-20T21:51:30.186Zslp 18:05.372289089
34532026-06-20T21:51:30.186Zlat 38.992097666
34542026-06-20T21:51:30.186Zstop 2:47.452007860
34552026-06-20T21:51:30.186Z+ mkdir tests
34562026-06-20T21:51:30.190Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34572026-06-20T21:51:30.190Z+ xargs -I '{}' -t cp '{}' tests/
34582026-06-20T21:51:30.211Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34592026-06-20T21:51:30.243Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34602026-06-20T21:51:30.273Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34612026-06-20T21:51:30.304Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34622026-06-20T21:51:30.629Z+ 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)
34632026-06-20T21:51:30.632Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34642026-06-20T21:52:50.740ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34652026-06-20T21:52:50.740Za .github/buildomat/ci-env.sh 1K
34662026-06-20T21:52:50.740Za out/target/test 1K
34672026-06-20T21:52:50.740Za out/npuzone/npuzone 27402K
34682026-06-20T21:52:50.740Za package-manifest.toml 35K
34692026-06-20T21:52:50.740Za smf/sled-agent/non-gimlet/config.toml 6K
34702026-06-20T21:52:50.740Za target/release/omicron-package 45177K
34712026-06-20T21:52:50.740Za target/release/xtask 11453K
34722026-06-20T21:52:50.740Za target/debug/bootstrap 355917K
34732026-06-20T21:52:50.740Za tests/bootstrap-924fc3fc47321669 31215K
34742026-06-20T21:52:50.740Za tests/commtest-408c589a9be9a15a 32300K
34752026-06-20T21:52:50.740Za tests/dhcp_server-f35f394bfb169ef7 31215K
34762026-06-20T21:52:50.740Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34772026-06-20T21:52:50.740Za tools/opte_version 1K
34782026-06-20T21:52:50.740Za tools/opte_version_override 2K
34792026-06-20T21:52:50.740Za out/clickhouse.tar.gz 313417K
34802026-06-20T21:52:50.740Za out/clickhouse_keeper.tar.gz 298475K
34812026-06-20T21:52:50.740Za out/clickhouse_server.tar.gz 313415K
34822026-06-20T21:52:50.741Za out/cockroachdb.tar.gz 157676K
34832026-06-20T21:52:50.741Za out/crucible-pantry-zone.tar.gz 36467K
34842026-06-20T21:52:50.741Za out/crucible-utils.tar 16478K
34852026-06-20T21:52:50.741Za out/crucible-zone.tar.gz 52037K
34862026-06-20T21:52:50.741Za out/external-dns.tar.gz 42900K
34872026-06-20T21:52:50.741Za out/internal-dns.tar.gz 42899K
34882026-06-20T21:52:50.741Za out/mg-ddm-gz.tar 97917K
34892026-06-20T21:52:50.741Za out/nexus.tar.gz 278322K
34902026-06-20T21:52:50.741Za out/ntp.tar.gz 24107K
34912026-06-20T21:52:50.741Za out/omicron-gateway-softnpu.tar.gz 30194K
34922026-06-20T21:52:50.741Za out/omicron-sled-agent.tar 194547K
34932026-06-20T21:52:50.741Za out/overlay.tar.gz 3K
34942026-06-20T21:52:50.741Za out/oximeter.tar.gz 62279K
34952026-06-20T21:52:50.741Za out/oxlog.tar 3782K
34962026-06-20T21:52:50.741Za out/probe.tar.gz 3037K
34972026-06-20T21:52:50.741Za out/propolis-server.tar.gz 34918K
34982026-06-20T21:52:50.741Za out/pumpkind-gz.tar 26647K
34992026-06-20T21:52:50.741Za out/switch-softnpu.tar.gz 447844K
35002026-06-20T21:52:50.746Z
35012026-06-20T21:52:50.746Zreal 1:20.109069389
35022026-06-20T21:52:50.746Zuser 1:17.512682956
35032026-06-20T21:52:50.746Zsys 4.347803101
35042026-06-20T21:52:50.746Ztrap 0.005677230
35052026-06-20T21:52:50.746Ztflt 0.000000000
35062026-06-20T21:52:50.747Zdflt 0.000000000
35072026-06-20T21:52:50.747Zkflt 0.000000000
35082026-06-20T21:52:50.747Zlock 0.000000000
35092026-06-20T21:52:50.747Zslp 1:17.417846583
35102026-06-20T21:52:50.747Zlat 0.929317820
35112026-06-20T21:52:50.747Zstop 0.000472970
35122026-06-20T21:52:50.747Zprocess exited: duration 949071 ms, exit code 0
 
35132026-06-20T21:52:50.761Zfound 1 output files
35142026-06-20T21:52:50.761Zuploading: /work/package.tar.gz (2479527362 bytes)
35152026-06-20T21:53:19.889Zuploaded: /work/package.tar.gz