01KTM948BB6F4MR45EFW5NHGJC: 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: 01KTM94W26XNJ25X9P7HQKGA6X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T18:51:25.448Zjob assigned to worker 01KTM94Z55AM3Z5FCGC90RZSK7 [factory aws, i-0772451c896667c94] (queued for 55 s)
 
22026-06-08T18:51:32.852Zstarting task 0: "setup"
32026-06-08T18:51:32.860Z++ uname -s
42026-06-08T18:51:32.864Z+ kern=SunOS
52026-06-08T18:51:32.864Z+ build_user=build
62026-06-08T18:51:32.864Z+ build_uid=12345
72026-06-08T18:51:32.864Z+ work_dir=/work
82026-06-08T18:51:32.864Z+ input_dir=/input
92026-06-08T18:51:32.864Z+ [[ 0 == 12345 ]]
102026-06-08T18:51:32.864Z+ case "$kern" in
112026-06-08T18:51:32.865Z+ groupadd -g 12345 build
122026-06-08T18:51:32.885Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T18:51:34.876Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T18:51:34.953Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T18:51:34.960Z+ home_fs=zfs
162026-06-08T18:51:34.960Z+ [[ zfs == autofs ]]
172026-06-08T18:51:34.960Z+ mkdir -p /home/build
182026-06-08T18:51:34.960Z+ chown build:build /home/build /work
192026-06-08T18:51:36.959Z+ chmod 0700 /home/build /work
202026-06-08T18:51:36.964Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-08T18:51:36.973Zstarting task 1: "rust-toolchain"
222026-06-08T18:51:36.981Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-08T18:51:36.981Z * rust toolchain channel = "1.94.0"
242026-06-08T18:51:36.981Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-08T18:51:36.981Z * rust toolchain profile = "default"
262026-06-08T18:51:36.981Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T18:51:36.981Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T18:51:36.984Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T18:51:36.985Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-08T18:51:37.093Zinfo: downloading installer
312026-06-08T18:51:38.521Zwarn: It looks like you have an existing rustup settings file at:
322026-06-08T18:51:38.521Zwarn: /home/build/.rustup/settings.toml
332026-06-08T18:51:38.521Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-08T18:51:38.521Zwarn: instead of the one inferred from the default host triple.
352026-06-08T18:51:38.534Zinfo: profile set to default
362026-06-08T18:51:38.534Zinfo: default host triple is x86_64-unknown-illumos
372026-06-08T18:51:38.548Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-08T18:51:38.679Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-08T18:51:38.684Zinfo: downloading 6 components
402026-06-08T18:51:53.520Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-08T18:51:53.520Z
422026-06-08T18:51:53.556Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-08T18:51:53.556Z
442026-06-08T18:51:53.556Z
452026-06-08T18:51:53.556ZRust is installed now. Great!
462026-06-08T18:51:53.556Z
472026-06-08T18:51:53.556ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-08T18:51:53.556Zenvironment variable. This has not been done automatically.
492026-06-08T18:51:53.556Z
502026-06-08T18:51:53.556ZTo configure your current shell, you need to source
512026-06-08T18:51:53.556Zthe corresponding env file under $HOME/.cargo.
522026-06-08T18:51:53.556Z
532026-06-08T18:51:53.556ZThis is usually done by running one of the following (note the leading DOT):
542026-06-08T18:51:53.556Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-08T18:51:53.556Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-08T18:51:53.556Zsource "~/.cargo/env.nu" # For nushell
572026-06-08T18:51:53.556Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-08T18:51:53.556Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-08T18:51:53.556Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-08T18:51:53.560Zwarn: no default linker (`cc`) was found in your PATH
612026-06-08T18:51:53.560Zwarn: many Rust crates require a system C toolchain to build
622026-06-08T18:51:53.643Z+ rustup --version
632026-06-08T18:51:53.649Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-08T18:51:53.652Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-08T18:51:53.671Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-08T18:51:53.674Z+ cargo --version
672026-06-08T18:51:53.683Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-08T18:51:53.686Z+ rustc --version
692026-06-08T18:51:53.707Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-08T18:51:53.710Zprocess exited: duration 16737 ms, exit code 0
 
712026-06-08T18:51:53.716Zstarting task 2: "authentication"
722026-06-08T18:51:53.734Zprocess exited: duration 17 ms, exit code 0
 
732026-06-08T18:51:53.741Zstarting task 3: "clone repository"
742026-06-08T18:51:53.745Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-08T18:51:53.748Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-08T18:51:53.791ZCloning into '/work/oxidecomputer/omicron'...
772026-06-08T18:52:07.889Z+ cd /work/oxidecomputer/omicron
782026-06-08T18:52:07.889Z+ git fetch origin 73050fb4c40a29067033094b0daff8707dfdd61c
792026-06-08T18:52:08.209ZFrom https://github.com/oxidecomputer/omicron
802026-06-08T18:52:08.209Z * branch 73050fb4c40a29067033094b0daff8707dfdd61c -> FETCH_HEAD
812026-06-08T18:52:08.224Z+ [[ -n nsk/bgp-config-update-endpoint ]]
822026-06-08T18:52:08.228Z++ git branch --show-current
832026-06-08T18:52:08.228Z+ current=main
842026-06-08T18:52:08.228Z+ [[ main != nsk/bgp-config-update-endpoint ]]
852026-06-08T18:52:08.228Z+ git branch -f nsk/bgp-config-update-endpoint 73050fb4c40a29067033094b0daff8707dfdd61c
862026-06-08T18:52:08.233Z+ git checkout -f nsk/bgp-config-update-endpoint
872026-06-08T18:52:08.472ZSwitched to branch 'nsk/bgp-config-update-endpoint'
882026-06-08T18:52:08.476Z+ git reset --hard 73050fb4c40a29067033094b0daff8707dfdd61c
892026-06-08T18:52:08.521ZHEAD is now at 73050fb4c add bgp_config_update endpoint
902026-06-08T18:52:08.527Zprocess exited: duration 14781 ms, exit code 0
 
912026-06-08T18:52:08.535Zstarting task 4: "build"
922026-06-08T18:52:08.541Z+ source .github/buildomat/ci-env.sh
932026-06-08T18:52:08.541Z++ export CARGO_TERM_COLOR=always
942026-06-08T18:52:08.541Z++ CARGO_TERM_COLOR=always
952026-06-08T18:52:08.541Z+ cargo --version
962026-06-08T18:52:08.551Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-08T18:52:08.555Z+ rustc --version
982026-06-08T18:52:08.575Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-08T18:52:08.579Z+ WORK=/work
1002026-06-08T18:52:08.579Z+ pfexec mkdir -p /work
1012026-06-08T18:52:08.583Z+ pfexec chown build /work
1022026-06-08T18:52:08.587Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-08T18:52:10.227Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-08T18:52:10.309Z Startup: Caching catalogs ... Done
1052026-06-08T18:52:10.643ZPlanning: Solver setup ... Done (0.285s)
1062026-06-08T18:52:10.665ZPlanning: Running solver ... Done (0.021s)
1072026-06-08T18:52:10.672ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-08T18:52:10.686ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-08T18:52:10.704ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-08T18:52:10.718ZPlanning: Package planning ... Done (0.015s)
1112026-06-08T18:52:10.722ZPlanning: Merging actions ... Done (0.001s)
1122026-06-08T18:52:10.918ZPlanning: Checking for conflicting actions ... Done (0.196s)
1132026-06-08T18:52:10.926ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-08T18:52:11.807ZPlanning: Evaluating mediators ... Done (0.890s)
1152026-06-08T18:52:11.810ZPlanning: Planning completed in 1.47 seconds
1162026-06-08T18:52:11.951Z Packages to install: 2
1172026-06-08T18:52:11.951Z Estimated space available: 156.09 GB
1182026-06-08T18:52:11.951ZEstimated space to be consumed: 25.33 MB
1192026-06-08T18:52:11.955Z Create boot environment: No
1202026-06-08T18:52:11.955ZCreate backup boot environment: No
1212026-06-08T18:52:11.955Z Rebuild boot archive: No
1222026-06-08T18:52:11.955Z
1232026-06-08T18:52:11.955ZChanged packages:
1242026-06-08T18:52:11.955Zhelios
1252026-06-08T18:52:11.956Z developer/build-essential
1262026-06-08T18:52:11.956Z None -> 11-3.0
1272026-06-08T18:52:11.956Z library/libxmlsec1
1282026-06-08T18:52:11.956Z None -> 1.2.35-3.0
1292026-06-08T18:52:11.978Z
1302026-06-08T18:52:11.978ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-08T18:52:14.825ZDownload: Completed 1.28 MB in 2.85 seconds (460k/s)
1322026-06-08T18:52:14.880Z Actions: 1/268 actions (Installing new actions)
1332026-06-08T18:52:14.920Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-08T18:52:14.928ZFinalize: Updating package state database ... Done (0.008s)
1352026-06-08T18:52:14.928ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-08T18:52:14.950ZFinalize: Updating image state ... Done (0.022s)
1372026-06-08T18:52:17.571ZFinalize: Creating fast lookup database ... Done (2.598s)
1382026-06-08T18:52:17.657ZFinalize: Reading search index ... Done (0.013s)
1392026-06-08T18:52:17.666ZFinalize: Updating search index ... Done (0.000s)
1402026-06-08T18:52:17.725ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-08T18:52:18.029ZPlanning: Evaluating mediator changes ... Done
1422026-06-08T18:52:18.134ZPlanning: Checking for conflicting actions ... Done
1432026-06-08T18:52:18.137ZPlanning: Consolidating action changes ... Done
1442026-06-08T18:52:18.295ZPlanning: Evaluating mediators ... Done
1452026-06-08T18:52:18.298ZPlanning: Planning completed in 0.27 seconds
1462026-06-08T18:52:18.319Z Mediators to change: 2
1472026-06-08T18:52:18.319Z Create boot environment: No
1482026-06-08T18:52:18.319ZCreate backup boot environment: No
1492026-06-08T18:52:18.377ZFinalize: Updating package state database ... Done
1502026-06-08T18:52:18.378ZFinalize: Updating package cache ... Done
1512026-06-08T18:52:18.391ZFinalize: Updating image state ... Done
1522026-06-08T18:52:20.344ZFinalize: Creating fast lookup database ... Done
1532026-06-08T18:52:20.408ZFinalize: Reading search index ... Done
1542026-06-08T18:52:20.413ZFinalize: Updating search index ... Done
1552026-06-08T18:52:20.483ZFinalize: Updating package cache ... Done
1562026-06-08T18:52:20.789ZPlanning: Evaluating mediator changes ... Done
1572026-06-08T18:52:20.876ZPlanning: Checking for conflicting actions ... Done
1582026-06-08T18:52:20.882ZPlanning: Consolidating action changes ... Done
1592026-06-08T18:52:21.038ZPlanning: Evaluating mediators ... Done
1602026-06-08T18:52:21.042ZPlanning: Planning completed in 0.27 seconds
1612026-06-08T18:52:21.062Z Mediators to change: 1
1622026-06-08T18:52:21.062Z Create boot environment: No
1632026-06-08T18:52:21.062ZCreate backup boot environment: No
1642026-06-08T18:52:21.119ZFinalize: Updating package state database ... Done
1652026-06-08T18:52:21.119ZFinalize: Updating package cache ... Done
1662026-06-08T18:52:21.135ZFinalize: Updating image state ... Done
1672026-06-08T18:52:23.069ZFinalize: Creating fast lookup database ... Done
1682026-06-08T18:52:23.135ZFinalize: Reading search index ... Done
1692026-06-08T18:52:23.138ZFinalize: Updating search index ... Done
1702026-06-08T18:52:23.229ZFinalize: Updating package cache ... Done
1712026-06-08T18:52:23.539ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-08T18:52:23.539Zapache system 2.4 system
1732026-06-08T18:52:23.539Zclang system 15 system
1742026-06-08T18:52:23.539Zcsh system system illumos
1752026-06-08T18:52:23.539Zctags system system illumos
1762026-06-08T18:52:23.539Zfile vendor vendor darwinsys
1772026-06-08T18:52:23.539Zfile system system illumos
1782026-06-08T18:52:23.539Zgcc vendor 14 vendor
1792026-06-08T18:52:23.539Zgcc system 13 system
1802026-06-08T18:52:23.539Zgcc system 10 system
1812026-06-08T18:52:23.539Zgo system 1.25 system
1822026-06-08T18:52:23.539Zllvm system 15 system
1832026-06-08T18:52:23.539Zmariadb system 11.4 system
1842026-06-08T18:52:23.539Zmta vendor vendor dma
1852026-06-08T18:52:23.539Zopenjdk system 17 system
1862026-06-08T18:52:23.539Zopenjdk system 11 system
1872026-06-08T18:52:23.539Zopenssl vendor 3 vendor
1882026-06-08T18:52:23.539Zperl system 5.40 system
1892026-06-08T18:52:23.539Zpostgresql system 18 system
1902026-06-08T18:52:23.539Zpostgresql system 17 system
1912026-06-08T18:52:23.539Zpython vendor 3 vendor
1922026-06-08T18:52:23.539Zpython system 2 system
1932026-06-08T18:52:23.539Zpython3 vendor 3.13 vendor
1942026-06-08T18:52:23.539Zruby system 3.4 system
1952026-06-08T18:52:23.540Zruby system 3.0 system
1962026-06-08T18:52:23.540Zwords vendor vendor american-english
1972026-06-08T18:52:23.540Zwords system system australian-english
1982026-06-08T18:52:23.540Zwords system system british-english
1992026-06-08T18:52:23.540Zwords system system canadian-english
2002026-06-08T18:52:23.540Zwords system system french
2012026-06-08T18:52:23.540Zwords system system italian
2022026-06-08T18:52:23.540Zwords system system ngerman
2032026-06-08T18:52:23.540Zwords system system ogerman
2042026-06-08T18:52:23.540Zwords system system spanish
2052026-06-08T18:52:23.797ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-08T18:52:23.797Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-08T18:52:24.080ZFMRI IFO
2082026-06-08T18:52:24.080Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-08T18:52:24.081Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-08T18:52:24.081Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-08T18:52:24.081Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-08T18:52:24.081Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-08T18:52:24.081Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-08T18:52:24.081Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-08T18:52:24.081Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-08T18:52:24.081Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-08T18:52:24.325Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-08T18:52:24.588Z Updating crates.io index
2192026-06-08T18:52:24.592Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-08T18:52:24.882Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-08T18:52:25.675Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-08T18:52:26.426Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-08T18:52:27.285Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-08T18:52:27.781Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-08T18:52:29.571Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-08T18:52:30.332Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-08T18:52:30.739Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-08T18:52:31.688Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-08T18:52:31.975Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-08T18:52:32.459Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-08T18:52:32.824Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-08T18:52:33.785Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-08T18:52:34.311Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-08T18:52:34.547Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-08T18:52:34.848Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-08T18:52:35.187Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-08T18:52:35.595Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-08T18:52:36.085Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-08T18:52:36.326Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-08T18:52:36.622Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-08T18:52:37.048Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-08T18:52:37.608Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-08T18:52:37.875Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-08T18:52:38.381Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-08T18:52:38.818Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-08T18:52:39.164Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-08T18:52:39.486Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-08T18:52:40.446Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-08T18:52:41.239Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-06-08T18:52:41.680Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-06-08T18:52:42.048Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-06-08T18:52:42.317Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-06-08T18:52:42.685Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-06-08T18:52:43.051Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-06-08T18:52:43.432Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-06-08T18:52:43.702Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-06-08T18:52:44.008Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-06-08T18:52:44.330Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-06-08T18:52:55.987Z Downloading crates ...
2602026-06-08T18:52:56.014Z Downloaded fastrand v2.3.0
2612026-06-08T18:52:56.022Z Downloaded form_urlencoded v1.2.2
2622026-06-08T18:52:56.044Z Downloaded strsim v0.11.1
2632026-06-08T18:52:56.044Z Downloaded memmap v0.7.0
2642026-06-08T18:52:56.044Z Downloaded cargo_metadata v0.21.0
2652026-06-08T18:52:56.044Z Downloaded bytecount v0.6.9
2662026-06-08T18:52:56.044Z Downloaded winnow v0.7.14
2672026-06-08T18:52:56.052Z Downloaded thiserror v1.0.69
2682026-06-08T18:52:56.052Z Downloaded usdt v0.5.0
2692026-06-08T18:52:56.052Z Downloaded unicode-xid v0.2.6
2702026-06-08T18:52:56.052Z Downloaded macaddr v1.0.1
2712026-06-08T18:52:56.052Z Downloaded camino-tempfile v1.4.1
2722026-06-08T18:52:56.052Z Downloaded clap_lex v1.0.0
2732026-06-08T18:52:56.052Z Downloaded thread-id v4.2.2
2742026-06-08T18:52:56.052Z Downloaded usdt-macro v0.5.0
2752026-06-08T18:52:56.052Z Downloaded thiserror-impl v1.0.69
2762026-06-08T18:52:56.052Z Downloaded utf8_iter v1.0.4
2772026-06-08T18:52:56.052Z Downloaded terminal_size v0.4.3
2782026-06-08T18:52:56.052Z Downloaded serde-value v0.7.0
2792026-06-08T18:52:56.052Z Downloaded scroll v0.12.0
2802026-06-08T18:52:56.052Z Downloaded zerofrom v0.1.6
2812026-06-08T18:52:56.052Z Downloaded utf8parse v0.2.2
2822026-06-08T18:52:56.052Z Downloaded crypto-common v0.1.7
2832026-06-08T18:52:56.052Z Downloaded clap_derive v4.5.55
2842026-06-08T18:52:56.052Z Downloaded autocfg v1.5.0
2852026-06-08T18:52:56.052Z Downloaded anstyle-parse v0.2.7
2862026-06-08T18:52:56.052Z Downloaded ordered-float v2.10.1
2872026-06-08T18:52:56.052Z Downloaded writeable v0.6.2
2882026-06-08T18:52:56.059Z Downloaded zerovec-derive v0.11.2
2892026-06-08T18:52:56.059Z Downloaded cfg-if v1.0.4
2902026-06-08T18:52:56.059Z Downloaded cpufeatures v0.2.17
2912026-06-08T18:52:56.059Z Downloaded colorchoice v1.0.4
2922026-06-08T18:52:56.059Z Downloaded cargo-platform v0.2.0
2932026-06-08T18:52:56.059Z Downloaded displaydoc v0.2.5
2942026-06-08T18:52:56.068Z Downloaded yoke-derive v0.8.1
2952026-06-08T18:52:56.068Z Downloaded serde_tokenstream v0.2.3
2962026-06-08T18:52:56.068Z Downloaded toml_datetime v0.6.11
2972026-06-08T18:52:56.068Z Downloaded zerofrom-derive v0.1.6
2982026-06-08T18:52:56.068Z Downloaded version_check v0.9.5
2992026-06-08T18:52:56.068Z Downloaded unicode-linebreak v0.1.5
3002026-06-08T18:52:56.068Z Downloaded toml_write v0.1.2
3012026-06-08T18:52:56.068Z Downloaded thiserror-impl v2.0.18
3022026-06-08T18:52:56.068Z Downloaded zerocopy-derive v0.7.35
3032026-06-08T18:52:56.068Z Downloaded typeid v1.0.3
3042026-06-08T18:52:56.076Z Downloaded semver v1.0.28
3052026-06-08T18:52:56.076Z Downloaded errno v0.3.14
3062026-06-08T18:52:56.076Z Downloaded dof v0.3.0
3072026-06-08T18:52:56.077Z Downloaded toml v0.8.23
3082026-06-08T18:52:56.077Z Downloaded fnv v1.0.7
3092026-06-08T18:52:56.077Z Downloaded equivalent v1.0.2
3102026-06-08T18:52:56.077Z Downloaded cargo_toml v0.21.0
3112026-06-08T18:52:56.099Z Downloaded usdt-attr-macro v0.5.0
3122026-06-08T18:52:56.099Z Downloaded thiserror v2.0.18
3132026-06-08T18:52:56.099Z Downloaded zmij v1.0.21
3142026-06-08T18:52:56.099Z Downloaded yoke v0.8.1
3152026-06-08T18:52:56.099Z Downloaded proc-macro-error-attr v1.0.4
3162026-06-08T18:52:56.099Z Downloaded dtrace-parser v0.2.0
3172026-06-08T18:52:56.107Z Downloaded usdt-impl v0.5.0
3182026-06-08T18:52:56.107Z Downloaded tinystr v0.8.2
3192026-06-08T18:52:56.107Z Downloaded anstream v0.6.21
3202026-06-08T18:52:56.107Z Downloaded textwrap v0.16.2
3212026-06-08T18:52:56.107Z Downloaded idna_adapter v1.2.1
3222026-06-08T18:52:56.107Z Downloaded typenum v1.19.0
3232026-06-08T18:52:56.107Z Downloaded scroll_derive v0.12.1
3242026-06-08T18:52:56.107Z Downloaded pretty-hex v0.4.1
3252026-06-08T18:52:56.107Z Downloaded generic-array v0.14.7
3262026-06-08T18:52:56.107Z Downloaded is_terminal_polyfill v1.70.2
3272026-06-08T18:52:56.113Z Downloaded stable_deref_trait v1.2.1
3282026-06-08T18:52:56.113Z Downloaded potential_utf v0.1.4
3292026-06-08T18:52:56.113Z Downloaded heck v0.5.0
3302026-06-08T18:52:56.113Z Downloaded smawk v0.3.2
3312026-06-08T18:52:56.113Z Downloaded unicode-ident v1.0.24
3322026-06-08T18:52:56.113Z Downloaded ucd-trie v0.1.7
3332026-06-08T18:52:56.114Z Downloaded toml_edit v0.22.27
3342026-06-08T18:52:56.126Z Downloaded zerotrie v0.2.3
3352026-06-08T18:52:56.126Z Downloaded percent-encoding v2.3.2
3362026-06-08T18:52:56.126Z Downloaded url v2.5.8
3372026-06-08T18:52:56.134Z Downloaded zerovec v0.11.5
3382026-06-08T18:52:56.134Z Downloaded plain v0.2.3
3392026-06-08T18:52:56.134Z Downloaded block-buffer v0.10.4
3402026-06-08T18:52:56.134Z Downloaded zerocopy v0.7.35
3412026-06-08T18:52:56.142Z Downloaded tabled_derive v0.7.0
3422026-06-08T18:52:56.142Z Downloaded cargo-util-schemas v0.8.2
3432026-06-08T18:52:56.142Z Downloaded anstyle-query v1.1.5
3442026-06-08T18:52:56.143Z Downloaded swrite v0.1.0
3452026-06-08T18:52:56.143Z Downloaded serde_spanned v0.6.9
3462026-06-08T18:52:56.143Z Downloaded heck v0.4.1
3472026-06-08T18:52:56.143Z Downloaded erased-serde v0.4.9
3482026-06-08T18:52:56.143Z Downloaded digest v0.10.7
3492026-06-08T18:52:56.143Z Downloaded unicode-width v0.2.0
3502026-06-08T18:52:56.151Z Downloaded unicode-width v0.1.14
3512026-06-08T18:52:56.151Z Downloaded quote v1.0.45
3522026-06-08T18:52:56.151Z Downloaded proc-macro-error v1.0.4
3532026-06-08T18:52:56.157Z Downloaded anstyle v1.0.13
3542026-06-08T18:52:56.157Z Downloaded pest_generator v2.8.6
3552026-06-08T18:52:56.157Z Downloaded itoa v1.0.17
3562026-06-08T18:52:56.157Z Downloaded synstructure v0.13.2
3572026-06-08T18:52:56.158Z Downloaded serde-untagged v0.1.9
3582026-06-08T18:52:56.175Z Downloaded clap v4.5.60
3592026-06-08T18:52:56.175Z Downloaded icu_provider v2.1.1
3602026-06-08T18:52:56.175Z Downloaded getrandom v0.4.1
3612026-06-08T18:52:56.175Z Downloaded pest_meta v2.8.6
3622026-06-08T18:52:56.175Z Downloaded icu_normalizer_data v2.1.1
3632026-06-08T18:52:56.183Z Downloaded sha2 v0.10.9
3642026-06-08T18:52:56.183Z Downloaded anyhow v1.0.102
3652026-06-08T18:52:56.183Z Downloaded litemap v0.8.1
3662026-06-08T18:52:56.207Z Downloaded once_cell v1.21.3
3672026-06-08T18:52:56.207Z Downloaded smallvec v1.15.1
3682026-06-08T18:52:56.207Z Downloaded proc-macro2 v1.0.106
3692026-06-08T18:52:56.207Z Downloaded tempfile v3.25.0
3702026-06-08T18:52:56.207Z Downloaded icu_collections v2.1.1
3712026-06-08T18:52:56.216Z Downloaded camino v1.2.2
3722026-06-08T18:52:56.216Z Downloaded pest_derive v2.8.6
3732026-06-08T18:52:56.216Z Downloaded log v0.4.29
3742026-06-08T18:52:56.216Z Downloaded papergrid v0.11.0
3752026-06-08T18:52:56.216Z Downloaded byteorder v1.5.0
3762026-06-08T18:52:56.216Z Downloaded bitflags v2.11.0
3772026-06-08T18:52:56.216Z Downloaded serde_core v1.0.228
3782026-06-08T18:52:56.216Z Downloaded icu_properties v2.1.2
3792026-06-08T18:52:56.216Z Downloaded fs-err v3.3.0
3802026-06-08T18:52:56.228Z Downloaded num-traits v0.2.19
3812026-06-08T18:52:56.239Z Downloaded serde_derive v1.0.228
3822026-06-08T18:52:56.239Z Downloaded icu_normalizer v2.1.1
3832026-06-08T18:52:56.239Z Downloaded icu_locale_core v2.1.1
3842026-06-08T18:52:56.239Z Downloaded serde v1.0.228
3852026-06-08T18:52:56.247Z Downloaded memchr v2.8.0
3862026-06-08T18:52:56.256Z Downloaded indexmap v2.14.0
3872026-06-08T18:52:56.264Z Downloaded pest v2.8.6
3882026-06-08T18:52:56.274Z Downloaded serde_json v1.0.149
3892026-06-08T18:52:56.288Z Downloaded hashbrown v0.17.0
3902026-06-08T18:52:56.327Z Downloaded icu_properties_data v2.1.2
3912026-06-08T18:52:56.345Z Downloaded clap_builder v4.5.60
3922026-06-08T18:52:56.345Z Downloaded goblin v0.8.2
3932026-06-08T18:52:56.345Z Downloaded idna v1.1.0
3942026-06-08T18:52:56.345Z Downloaded tabled v0.15.0
3952026-06-08T18:52:56.345Z Downloaded syn v1.0.109
3962026-06-08T18:52:56.345Z Downloaded syn v2.0.117
3972026-06-08T18:52:56.379Z Downloaded rustix v1.1.3
3982026-06-08T18:52:56.384Z Downloaded libc v0.2.185
3992026-06-08T18:52:56.436Z Compiling proc-macro2 v1.0.106
4002026-06-08T18:52:56.436Z Compiling unicode-ident v1.0.24
4012026-06-08T18:52:56.449Z Compiling quote v1.0.45
4022026-06-08T18:52:56.449Z Compiling serde_core v1.0.228
4032026-06-08T18:52:56.449Z Compiling libc v0.2.185
4042026-06-08T18:52:56.449Z Compiling version_check v0.9.5
4052026-06-08T18:52:56.449Z Compiling memchr v2.8.0
4062026-06-08T18:52:56.449Z Compiling stable_deref_trait v1.2.1
4072026-06-08T18:52:56.449Z Compiling serde v1.0.228
4082026-06-08T18:52:56.619Z Compiling zmij v1.0.21
4092026-06-08T18:52:56.627Z Compiling autocfg v1.5.0
4102026-06-08T18:52:56.627Z Compiling thiserror v1.0.69
4112026-06-08T18:52:56.627Z Compiling ucd-trie v0.1.7
4122026-06-08T18:52:56.627Z Compiling itoa v1.0.17
4132026-06-08T18:52:56.627Z Compiling litemap v0.8.1
4142026-06-08T18:52:56.888Z Compiling writeable v0.6.2
4152026-06-08T18:52:56.939Z Compiling byteorder v1.5.0
4162026-06-08T18:52:57.033Z Compiling icu_normalizer_data v2.1.1
4172026-06-08T18:52:57.154Z Compiling rustix v1.1.3
4182026-06-08T18:52:57.173Z Compiling icu_properties_data v2.1.2
4192026-06-08T18:52:57.194Z Compiling pest v2.8.6
4202026-06-08T18:52:57.194Z Compiling serde_json v1.0.149
4212026-06-08T18:52:57.210Z Compiling bitflags v2.11.0
4222026-06-08T18:52:57.225Z Compiling equivalent v1.0.2
4232026-06-08T18:52:57.315Z Compiling num-traits v0.2.19
4242026-06-08T18:52:57.328Z Compiling typeid v1.0.3
4252026-06-08T18:52:57.415Z Compiling smallvec v1.15.1
4262026-06-08T18:52:57.486Z Compiling hashbrown v0.17.0
4272026-06-08T18:52:57.523Z Compiling usdt-impl v0.5.0
4282026-06-08T18:52:57.583Z Compiling proc-macro-error-attr v1.0.4
4292026-06-08T18:52:57.596Z Compiling syn v1.0.109
4302026-06-08T18:52:57.633Z Compiling winnow v0.7.14
4312026-06-08T18:52:57.670Z Compiling erased-serde v0.4.9
4322026-06-08T18:52:57.747Z Compiling toml_write v0.1.2
4332026-06-08T18:52:57.767Z Compiling errno v0.3.14
4342026-06-08T18:52:57.785Z Compiling thread-id v4.2.2
4352026-06-08T18:52:57.919Z Compiling proc-macro-error v1.0.4
4362026-06-08T18:52:57.948Z Compiling thiserror v2.0.18
4372026-06-08T18:52:57.984Z Compiling log v0.4.29
4382026-06-08T18:52:58.021Z Compiling indexmap v2.14.0
4392026-06-08T18:52:58.037Z Compiling plain v0.2.3
4402026-06-08T18:52:58.074Z Compiling utf8_iter v1.0.4
4412026-06-08T18:52:58.092Z Compiling syn v2.0.117
4422026-06-08T18:52:58.109Z Compiling camino v1.2.2
4432026-06-08T18:52:58.133Z Compiling percent-encoding v2.3.2
4442026-06-08T18:52:58.185Z Compiling utf8parse v0.2.2
4452026-06-08T18:52:58.217Z Compiling getrandom v0.4.1
4462026-06-08T18:52:58.346Z Compiling pest_meta v2.8.6
4472026-06-08T18:52:58.379Z Compiling anstyle-parse v0.2.7
4482026-06-08T18:52:58.397Z Compiling form_urlencoded v1.2.2
4492026-06-08T18:52:58.559Z Compiling ordered-float v2.10.1
4502026-06-08T18:52:58.587Z Compiling pretty-hex v0.4.1
4512026-06-08T18:52:58.602Z Compiling anstyle-query v1.1.5
4522026-06-08T18:52:58.625Z Compiling cfg-if v1.0.4
4532026-06-08T18:52:58.643Z Compiling is_terminal_polyfill v1.70.2
4542026-06-08T18:52:58.685Z Compiling colorchoice v1.0.4
4552026-06-08T18:52:58.706Z Compiling anstyle v1.0.13
4562026-06-08T18:52:58.746Z Compiling fs-err v3.3.0
4572026-06-08T18:52:58.783Z Compiling bytecount v0.6.9
4582026-06-08T18:52:58.791Z Compiling clap_lex v1.0.0
4592026-06-08T18:52:58.842Z Compiling unicode-xid v0.2.6
4602026-06-08T18:52:58.849Z Compiling fnv v1.0.7
4612026-06-08T18:52:58.950Z Compiling terminal_size v0.4.3
4622026-06-08T18:52:58.969Z Compiling anstream v0.6.21
4632026-06-08T18:52:58.988Z Compiling once_cell v1.21.3
4642026-06-08T18:52:59.009Z Compiling anyhow v1.0.102
4652026-06-08T18:52:59.018Z Compiling unicode-width v0.1.14
4662026-06-08T18:52:59.047Z Compiling strsim v0.11.1
4672026-06-08T18:52:59.122Z Compiling semver v1.0.28
4682026-06-08T18:52:59.235Z Compiling heck v0.5.0
4692026-06-08T18:52:59.259Z Compiling heck v0.4.1
4702026-06-08T18:52:59.277Z Compiling fastrand v2.3.0
4712026-06-08T18:52:59.313Z Compiling papergrid v0.11.0
4722026-06-08T18:52:59.335Z Compiling clap_builder v4.5.60
4732026-06-08T18:52:59.488Z Compiling tempfile v3.25.0
4742026-06-08T18:52:59.511Z Compiling serde-untagged v0.1.9
4752026-06-08T18:52:59.574Z Compiling memmap v0.7.0
4762026-06-08T18:52:59.591Z Compiling unicode-linebreak v0.1.5
4772026-06-08T18:52:59.615Z Compiling smawk v0.3.2
4782026-06-08T18:52:59.635Z Compiling unicode-width v0.2.0
4792026-06-08T18:52:59.773Z Compiling camino-tempfile v1.4.1
4802026-06-08T18:52:59.802Z Compiling swrite v0.1.0
4812026-06-08T18:52:59.814Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-08T18:52:59.893Z Compiling textwrap v0.16.2
4832026-06-08T18:53:00.146Z Compiling tabled_derive v0.7.0
4842026-06-08T18:53:00.705Z Compiling synstructure v0.13.2
4852026-06-08T18:53:00.705Z Compiling pest_generator v2.8.6
4862026-06-08T18:53:00.906Z Compiling tabled v0.15.0
4872026-06-08T18:53:01.243Z Compiling serde_derive v1.0.228
4882026-06-08T18:53:01.243Z Compiling zerovec-derive v0.11.2
4892026-06-08T18:53:01.261Z Compiling displaydoc v0.2.5
4902026-06-08T18:53:01.261Z Compiling thiserror-impl v1.0.69
4912026-06-08T18:53:01.261Z Compiling zerocopy-derive v0.7.35
4922026-06-08T18:53:01.261Z Compiling scroll_derive v0.12.1
4932026-06-08T18:53:01.261Z Compiling thiserror-impl v2.0.18
4942026-06-08T18:53:01.261Z Compiling clap_derive v4.5.55
4952026-06-08T18:53:01.322Z Compiling zerofrom-derive v0.1.6
4962026-06-08T18:53:01.338Z Compiling yoke-derive v0.8.1
4972026-06-08T18:53:01.361Z Compiling pest_derive v2.8.6
4982026-06-08T18:53:01.940Z Compiling scroll v0.12.0
4992026-06-08T18:53:02.031Z Compiling zerocopy v0.7.35
5002026-06-08T18:53:02.160Z Compiling goblin v0.8.2
5012026-06-08T18:53:02.373Z Compiling zerofrom v0.1.6
5022026-06-08T18:53:02.464Z Compiling yoke v0.8.1
5032026-06-08T18:53:02.481Z Compiling dtrace-parser v0.2.0
5042026-06-08T18:53:02.622Z Compiling zerovec v0.11.5
5052026-06-08T18:53:02.622Z Compiling zerotrie v0.2.3
5062026-06-08T18:53:02.739Z Compiling clap v4.5.60
5072026-06-08T18:53:03.035Z Compiling tinystr v0.8.2
5082026-06-08T18:53:03.035Z Compiling potential_utf v0.1.4
5092026-06-08T18:53:03.172Z Compiling icu_collections v2.1.1
5102026-06-08T18:53:03.212Z Compiling icu_locale_core v2.1.1
5112026-06-08T18:53:03.689Z Compiling serde_spanned v0.6.9
5122026-06-08T18:53:03.689Z Compiling toml_datetime v0.6.11
5132026-06-08T18:53:03.689Z Compiling serde-value v0.7.0
5142026-06-08T18:53:03.699Z Compiling cargo-platform v0.2.0
5152026-06-08T18:53:03.699Z Compiling macaddr v1.0.1
5162026-06-08T18:53:03.710Z Compiling dof v0.3.0
5172026-06-08T18:53:03.710Z Compiling serde_tokenstream v0.2.3
5182026-06-08T18:53:03.741Z Compiling icu_provider v2.1.1
5192026-06-08T18:53:08.151Z Compiling toml_edit v0.22.27
5202026-06-08T18:53:08.229Z Compiling icu_normalizer v2.1.1
5212026-06-08T18:53:08.229Z Compiling icu_properties v2.1.2
5222026-06-08T18:53:08.229Z Compiling usdt-attr-macro v0.5.0
5232026-06-08T18:53:08.229Z Compiling usdt-macro v0.5.0
5242026-06-08T18:53:08.229Z Compiling idna_adapter v1.2.1
5252026-06-08T18:53:08.229Z Compiling idna v1.1.0
5262026-06-08T18:53:08.229Z Compiling usdt v0.5.0
5272026-06-08T18:53:08.229Z Compiling url v2.5.8
5282026-06-08T18:53:08.229Z Compiling toml v0.8.23
5292026-06-08T18:53:08.229Z Compiling cargo_toml v0.21.0
5302026-06-08T18:53:08.229Z Compiling cargo-util-schemas v0.8.2
5312026-06-08T18:53:08.229Z Compiling cargo_metadata v0.21.0
5322026-06-08T18:53:08.229Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-08T18:53:09.453Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.30s
5342026-06-08T18:53:09.723Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-06-08T18:53:10.279Z Downloading crates ...
5362026-06-08T18:53:10.366Z Downloaded adler2 v2.0.1
5372026-06-08T18:53:10.370Z Downloaded bitfield-macros v0.19.4
5382026-06-08T18:53:10.373Z Downloaded arrayvec v0.7.6
5392026-06-08T18:53:10.376Z Downloaded bit-set v0.8.0
5402026-06-08T18:53:10.379Z Downloaded chacha20 v0.10.0
5412026-06-08T18:53:10.384Z Downloaded const_format_proc_macros v0.2.34
5422026-06-08T18:53:10.384Z Downloaded cassowary v0.3.0
5432026-06-08T18:53:10.387Z Downloaded bcs v0.1.6
5442026-06-08T18:53:10.387Z Downloaded bcrypt-pbkdf v0.10.0
5452026-06-08T18:53:10.393Z Downloaded bzip2 v0.6.1
5462026-06-08T18:53:10.396Z Downloaded bb8 v0.8.6
5472026-06-08T18:53:10.399Z Downloaded cargo_metadata v0.23.1
5482026-06-08T18:53:10.402Z Downloaded crc32fast v1.5.0
5492026-06-08T18:53:10.402Z Downloaded dropshot-api-manager-types v0.7.2
5502026-06-08T18:53:10.402Z Downloaded ctr v0.9.2
5512026-06-08T18:53:10.408Z Downloaded csv-core v0.1.13
5522026-06-08T18:53:10.408Z Downloaded aead v0.5.2
5532026-06-08T18:53:10.411Z Downloaded bitfield-struct v0.6.2
5542026-06-08T18:53:10.415Z Downloaded bit-vec v0.8.0
5552026-06-08T18:53:10.422Z Downloaded bitfield v0.19.4
5562026-06-08T18:53:10.427Z Downloaded base64ct v1.8.3
5572026-06-08T18:53:10.428Z Downloaded fixedbitset v0.4.2
5582026-06-08T18:53:10.430Z Downloaded enum-as-inner v0.6.1
5592026-06-08T18:53:10.430Z Downloaded block-padding v0.3.3
5602026-06-08T18:53:10.434Z Downloaded bit-set v0.5.3
5612026-06-08T18:53:10.437Z Downloaded bit-vec v0.6.3
5622026-06-08T18:53:10.437Z Downloaded dtrace-parser v0.3.0
5632026-06-08T18:53:10.437Z Downloaded byte-wrapper v0.1.0
5642026-06-08T18:53:10.440Z Downloaded compression-core v0.4.31
5652026-06-08T18:53:10.444Z Downloaded difflib v0.4.0
5662026-06-08T18:53:10.444Z Downloaded foreign-types-macros v0.2.3
5672026-06-08T18:53:10.447Z Downloaded dyn-clone v1.0.20
5682026-06-08T18:53:10.447Z Downloaded dsl_auto_type v0.2.0
5692026-06-08T18:53:10.451Z Downloaded async-recursion v1.1.1
5702026-06-08T18:53:10.453Z Downloaded data-encoding v2.10.0
5712026-06-08T18:53:10.453Z Downloaded assert_matches v1.5.0
5722026-06-08T18:53:10.455Z Downloaded diesel-dtrace v0.5.0
5732026-06-08T18:53:10.455Z Downloaded crypto-bigint v0.5.5
5742026-06-08T18:53:10.459Z Downloaded crossbeam-deque v0.8.6
5752026-06-08T18:53:10.462Z Downloaded chacha20 v0.9.1
5762026-06-08T18:53:10.462Z Downloaded ahash v0.8.12
5772026-06-08T18:53:10.465Z Downloaded crunchy v0.2.4
5782026-06-08T18:53:10.465Z Downloaded document-features v0.2.12
5792026-06-08T18:53:10.465Z Downloaded ciborium-io v0.2.2
5802026-06-08T18:53:10.470Z Downloaded env_logger v0.11.9
5812026-06-08T18:53:10.470Z Downloaded cargo-platform v0.3.2
5822026-06-08T18:53:10.470Z Downloaded crc-catalog v2.4.0
5832026-06-08T18:53:10.470Z Downloaded ff v0.13.1
5842026-06-08T18:53:10.474Z Downloaded dirs-next v2.0.0
5852026-06-08T18:53:10.474Z Downloaded either v1.15.0
5862026-06-08T18:53:10.474Z Downloaded async-stream v0.3.6
5872026-06-08T18:53:10.477Z Downloaded derive_builder v0.20.2
5882026-06-08T18:53:10.480Z Downloaded embedded-io v0.4.0
5892026-06-08T18:53:10.480Z Downloaded crc8 v0.1.1
5902026-06-08T18:53:10.480Z Downloaded cfg_aliases v0.1.1
5912026-06-08T18:53:10.484Z Downloaded defmt v0.3.100
5922026-06-08T18:53:10.484Z Downloaded float-ord v0.3.2
5932026-06-08T18:53:10.484Z Downloaded convert_case v0.4.0
5942026-06-08T18:53:10.484Z Downloaded cipher v0.4.4
5952026-06-08T18:53:10.484Z Downloaded atty v0.2.14
5962026-06-08T18:53:10.490Z Downloaded darling_macro v0.13.4
5972026-06-08T18:53:10.490Z Downloaded atomicwrites v0.4.4
5982026-06-08T18:53:10.490Z Downloaded darling_macro v0.21.3
5992026-06-08T18:53:10.490Z Downloaded cfg_aliases v0.2.1
6002026-06-08T18:53:10.490Z Downloaded async-stream-impl v0.3.6
6012026-06-08T18:53:10.494Z Downloaded crc v3.4.0
6022026-06-08T18:53:10.501Z Downloaded castaway v0.2.4
6032026-06-08T18:53:10.501Z Downloaded ascii-canvas v3.0.0
6042026-06-08T18:53:10.501Z Downloaded array-init v0.0.4
6052026-06-08T18:53:10.501Z Downloaded cobs v0.3.0
6062026-06-08T18:53:10.506Z Downloaded cpufeatures v0.3.0
6072026-06-08T18:53:10.506Z Downloaded base16ct v0.2.0
6082026-06-08T18:53:10.506Z Downloaded atomic-waker v1.1.2
6092026-06-08T18:53:10.506Z Downloaded arrayref v0.3.9
6102026-06-08T18:53:10.506Z Downloaded des v0.8.1
6112026-06-08T18:53:10.509Z Downloaded funty v2.0.0
6122026-06-08T18:53:10.509Z Downloaded futures-core v0.3.32
6132026-06-08T18:53:10.509Z Downloaded blake2 v0.10.6
6142026-06-08T18:53:10.512Z Downloaded foreign-types-shared v0.3.1
6152026-06-08T18:53:10.512Z Downloaded cbc v0.1.2
6162026-06-08T18:53:10.515Z Downloaded foreign-types v0.3.2
6172026-06-08T18:53:10.515Z Downloaded darling_macro v0.20.11
6182026-06-08T18:53:10.515Z Downloaded camino-tempfile-ext v0.3.3
6192026-06-08T18:53:10.518Z Downloaded endian-type v0.1.2
6202026-06-08T18:53:10.519Z Downloaded curve25519-dalek-derive v0.1.1
6212026-06-08T18:53:10.519Z Downloaded cexpr v0.6.0
6222026-06-08T18:53:10.519Z Downloaded blowfish v0.9.1
6232026-06-08T18:53:10.522Z Downloaded float-cmp v0.10.0
6242026-06-08T18:53:10.522Z Downloaded fxhash v0.2.1
6252026-06-08T18:53:10.522Z Downloaded futures-task v0.3.32
6262026-06-08T18:53:10.522Z Downloaded console v0.16.2
6272026-06-08T18:53:10.526Z Downloaded downcast-rs v2.0.2
6282026-06-08T18:53:10.526Z Downloaded dunce v1.0.5
6292026-06-08T18:53:10.526Z Downloaded crucible-workspace-hack v0.1.0
6302026-06-08T18:53:10.526Z Downloaded debug-ignore v1.0.5
6312026-06-08T18:53:10.526Z Downloaded dirs-sys-next v0.1.2
6322026-06-08T18:53:10.530Z Downloaded bitflags v1.3.2
6332026-06-08T18:53:10.530Z Downloaded env_filter v1.0.0
6342026-06-08T18:53:10.533Z Downloaded buf-list v1.1.2
6352026-06-08T18:53:10.533Z Downloaded darling_macro v0.23.0
6362026-06-08T18:53:10.533Z Downloaded corncobs v0.1.4
6372026-06-08T18:53:10.536Z Downloaded ciborium-ll v0.2.2
6382026-06-08T18:53:10.536Z Downloaded constant_time_eq v0.4.2
6392026-06-08T18:53:10.540Z Downloaded foreign-types v0.5.0
6402026-06-08T18:53:10.540Z Downloaded fd-lock v4.0.4
6412026-06-08T18:53:10.540Z Downloaded embedded-io v0.6.1
6422026-06-08T18:53:10.543Z Downloaded diesel_table_macro_syntax v0.3.0
6432026-06-08T18:53:10.543Z Downloaded critical-section v1.2.0
6442026-06-08T18:53:10.543Z Downloaded backoff v0.4.0
6452026-06-08T18:53:10.547Z Downloaded derive-ex v0.1.8
6462026-06-08T18:53:10.547Z Downloaded convert_case v0.10.0
6472026-06-08T18:53:10.548Z Downloaded globwalk v0.9.1
6482026-06-08T18:53:10.553Z Downloaded futures-sink v0.3.32
6492026-06-08T18:53:10.553Z Downloaded display-error-chain v0.2.2
6502026-06-08T18:53:10.553Z Downloaded flagset v0.4.7
6512026-06-08T18:53:10.553Z Downloaded dof v0.4.0
6522026-06-08T18:53:10.553Z Downloaded cancel-safe-futures v0.1.5
6532026-06-08T18:53:10.556Z Downloaded futures-io v0.3.32
6542026-06-08T18:53:10.556Z Downloaded cstr-argument v0.1.2
6552026-06-08T18:53:10.556Z Downloaded compression-codecs v0.4.37
6562026-06-08T18:53:10.559Z Downloaded futures-macro v0.3.32
6572026-06-08T18:53:10.559Z Downloaded foreign-types-shared v0.1.1
6582026-06-08T18:53:10.559Z Downloaded argon2 v0.5.3
6592026-06-08T18:53:10.562Z Downloaded ghash v0.5.1
6602026-06-08T18:53:10.562Z Downloaded ena v0.14.4
6612026-06-08T18:53:10.562Z Downloaded der_derive v0.7.3
6622026-06-08T18:53:10.566Z Downloaded fs-err v2.11.0
6632026-06-08T18:53:10.566Z Downloaded hash32 v0.3.1
6642026-06-08T18:53:10.566Z Downloaded foldhash v0.2.0
6652026-06-08T18:53:10.569Z Downloaded filetime v0.2.27
6662026-06-08T18:53:10.569Z Downloaded headers-core v0.3.0
6672026-06-08T18:53:10.569Z Downloaded foldhash v0.1.5
6682026-06-08T18:53:10.572Z Downloaded console v0.15.11
6692026-06-08T18:53:10.572Z Downloaded colored v2.2.0
6702026-06-08T18:53:10.576Z Downloaded gethostname v0.5.0
6712026-06-08T18:53:10.576Z Downloaded daft-derive v0.1.7
6722026-06-08T18:53:10.579Z Downloaded hex-literal v0.4.1
6732026-06-08T18:53:10.580Z Downloaded hash32 v0.2.1
6742026-06-08T18:53:10.583Z Downloaded cmake v0.1.57
6752026-06-08T18:53:10.583Z Downloaded http-body v1.0.1
6762026-06-08T18:53:10.583Z Downloaded hostname v0.4.2
6772026-06-08T18:53:10.584Z Downloaded daft v0.1.7
6782026-06-08T18:53:10.584Z Downloaded hubpack_derive v0.1.1
6792026-06-08T18:53:10.587Z Downloaded home v0.5.12
6802026-06-08T18:53:10.587Z Downloaded crossbeam-epoch v0.9.18
6812026-06-08T18:53:10.587Z Downloaded hubpack v0.1.2
6822026-06-08T18:53:10.590Z Downloaded http-range v0.1.5
6832026-06-08T18:53:10.590Z Downloaded darling v0.23.0
6842026-06-08T18:53:10.593Z Downloaded globset v0.4.18
6852026-06-08T18:53:10.593Z Downloaded git-stub-vcs v0.1.0
6862026-06-08T18:53:10.596Z Downloaded ecdsa v0.16.9
6872026-06-08T18:53:10.596Z Downloaded darling v0.21.3
6882026-06-08T18:53:10.599Z Downloaded git-stub v1.0.0
6892026-06-08T18:53:10.602Z Downloaded futures-executor v0.3.32
6902026-06-08T18:53:10.602Z Downloaded fixedbitset v0.5.7
6912026-06-08T18:53:10.602Z Downloaded derive_builder_core v0.20.2
6922026-06-08T18:53:10.605Z Downloaded defmt-parser v1.0.0
6932026-06-08T18:53:10.605Z Downloaded cookie v0.18.1
6942026-06-08T18:53:10.605Z Downloaded ed25519 v2.2.3
6952026-06-08T18:53:10.608Z Downloaded illumos-nvpair v0.3.0
6962026-06-08T18:53:10.608Z Downloaded ident_case v1.0.1
6972026-06-08T18:53:10.609Z Downloaded hostname v0.3.1
6982026-06-08T18:53:10.612Z Downloaded indent_write v2.2.0
6992026-06-08T18:53:10.613Z Downloaded illumos-nvpair-sys v0.2.0
7002026-06-08T18:53:10.613Z Downloaded hyper-tls v0.6.0
7012026-06-08T18:53:10.613Z Downloaded hex v0.4.3
7022026-06-08T18:53:10.619Z Downloaded fallible-iterator v0.2.0
7032026-06-08T18:53:10.619Z Downloaded darling v0.13.4
7042026-06-08T18:53:10.619Z Downloaded group v0.13.0
7052026-06-08T18:53:10.619Z Downloaded fatfs v0.3.6
7062026-06-08T18:53:10.623Z Downloaded const-oid v0.9.6
7072026-06-08T18:53:10.623Z Downloaded backon v1.6.0
7082026-06-08T18:53:10.623Z Downloaded bzip2 v0.4.4
7092026-06-08T18:53:10.623Z Downloaded colored v3.1.1
7102026-06-08T18:53:10.626Z Downloaded httpdate v1.0.3
7112026-06-08T18:53:10.626Z Downloaded derive_builder_macro v0.20.2
7122026-06-08T18:53:10.626Z Downloaded instability v0.3.11
7132026-06-08T18:53:10.629Z Downloaded defmt v1.0.1
7142026-06-08T18:53:10.629Z Downloaded inout v0.1.4
7152026-06-08T18:53:10.633Z Downloaded futures-channel v0.3.32
7162026-06-08T18:53:10.633Z Downloaded allocator-api2 v0.2.21
7172026-06-08T18:53:10.635Z Downloaded fs_extra v1.3.0
7182026-06-08T18:53:10.637Z Downloaded find-msvc-tools v0.1.9
7192026-06-08T18:53:10.637Z Downloaded darling v0.20.11
7202026-06-08T18:53:10.640Z Downloaded getrandom v0.2.17
7212026-06-08T18:53:10.643Z Downloaded clang-sys v1.8.1
7222026-06-08T18:53:10.643Z Downloaded glob v0.3.3
7232026-06-08T18:53:10.643Z Downloaded async-bb8-diesel v0.2.1
7242026-06-08T18:53:10.646Z Downloaded humantime v2.3.0
7252026-06-08T18:53:10.646Z Downloaded keccak v0.1.6
7262026-06-08T18:53:10.649Z Downloaded indoc v1.0.9
7272026-06-08T18:53:10.649Z Downloaded lalrpop-util v0.19.12
7282026-06-08T18:53:10.649Z Downloaded is_ci v1.2.0
7292026-06-08T18:53:10.653Z Downloaded kstat-rs v0.2.4
7302026-06-08T18:53:10.654Z Downloaded is-terminal v0.4.17
7312026-06-08T18:53:10.654Z Downloaded internet-checksum v0.2.1
7322026-06-08T18:53:10.658Z Downloaded instant v0.1.13
7332026-06-08T18:53:10.658Z Downloaded erased-serde v0.3.31
7342026-06-08T18:53:10.658Z Downloaded defmt-macros v1.0.1
7352026-06-08T18:53:10.658Z Downloaded lazy_static v1.5.0
7362026-06-08T18:53:10.661Z Downloaded cookie_store v0.22.1
7372026-06-08T18:53:10.661Z Downloaded elliptic-curve v0.13.8
7382026-06-08T18:53:10.665Z Downloaded hyper-staticfile v0.10.1
7392026-06-08T18:53:10.665Z Downloaded base64 v0.22.1
7402026-06-08T18:53:10.668Z Downloaded async-trait v0.1.89
7412026-06-08T18:53:10.668Z Downloaded lru-cache v0.1.2
7422026-06-08T18:53:10.671Z Downloaded memoffset v0.9.1
7432026-06-08T18:53:10.671Z Downloaded lru v0.12.5
7442026-06-08T18:53:10.671Z Downloaded flume v0.11.1
7452026-06-08T18:53:10.675Z Downloaded deranged v0.5.8
7462026-06-08T18:53:10.678Z Downloaded highway v1.3.0
7472026-06-08T18:53:10.682Z Downloaded futures v0.3.32
7482026-06-08T18:53:10.685Z Downloaded libscf-sys v1.1.0
7492026-06-08T18:53:10.685Z Downloaded crc-any v2.5.0
7502026-06-08T18:53:10.685Z Downloaded match_cfg v0.1.0
7512026-06-08T18:53:10.688Z Downloaded maplit v1.0.2
7522026-06-08T18:53:10.688Z Downloaded managed v0.8.0
7532026-06-08T18:53:10.688Z Downloaded ciborium v0.2.2
7542026-06-08T18:53:10.691Z Downloaded newline-converter v0.3.0
7552026-06-08T18:53:10.691Z Downloaded lzss v0.8.2
7562026-06-08T18:53:10.691Z Downloaded lru-slab v0.1.2
7572026-06-08T18:53:10.691Z Downloaded ipnetwork v0.21.1
7582026-06-08T18:53:10.694Z Downloaded ipnet v2.11.0
7592026-06-08T18:53:10.694Z Downloaded ingot v0.1.1
7602026-06-08T18:53:10.697Z Downloaded base64 v0.21.7
7612026-06-08T18:53:10.697Z Downloaded multimap v0.10.1
7622026-06-08T18:53:10.700Z Downloaded nodrop v0.1.14
7632026-06-08T18:53:10.700Z Downloaded num-conv v0.2.0
7642026-06-08T18:53:10.700Z Downloaded mime v0.3.17
7652026-06-08T18:53:10.700Z Downloaded md-5 v0.10.6
7662026-06-08T18:53:10.703Z Downloaded nibble_vec v0.1.0
7672026-06-08T18:53:10.703Z Downloaded linked-hash-map v0.5.6
7682026-06-08T18:53:10.703Z Downloaded derive_more v0.99.20
7692026-06-08T18:53:10.706Z Downloaded httparse v1.10.1
7702026-06-08T18:53:10.709Z Downloaded md5 v0.7.0
7712026-06-08T18:53:10.709Z Downloaded http-body-util v0.1.3
7722026-06-08T18:53:10.712Z Downloaded newtype_derive v0.1.6
7732026-06-08T18:53:10.712Z Downloaded maybe-uninit v2.0.0
7742026-06-08T18:53:10.712Z Downloaded drift v0.2.0
7752026-06-08T18:53:10.718Z Downloaded num-derive v0.3.3
7762026-06-08T18:53:10.721Z Downloaded num v0.4.3
7772026-06-08T18:53:10.721Z Downloaded olpc-cjson v0.1.4
7782026-06-08T18:53:10.724Z Downloaded num_enum_derive v0.5.11
7792026-06-08T18:53:10.724Z Downloaded newtype-uuid-macros v0.1.0
7802026-06-08T18:53:10.725Z Downloaded libsw-core v0.3.2
7812026-06-08T18:53:10.725Z Downloaded new_debug_unreachable v1.0.6
7822026-06-08T18:53:10.725Z Downloaded half v1.8.3
7832026-06-08T18:53:10.731Z Downloaded const_format v0.2.35
7842026-06-08T18:53:10.734Z Downloaded indoc v2.0.7
7852026-06-08T18:53:10.737Z Downloaded libefi-sys v0.1.0
7862026-06-08T18:53:10.738Z Downloaded iana-time-zone v0.1.65
7872026-06-08T18:53:10.738Z Downloaded impl-trait-for-tuples v0.2.3
7882026-06-08T18:53:10.750Z Downloaded normalize-line-endings v0.3.0
7892026-06-08T18:53:10.750Z Downloaded openssl-macros v0.1.1
7902026-06-08T18:53:10.750Z Downloaded openssl-probe v0.2.1
7912026-06-08T18:53:10.750Z Downloaded num-iter v0.1.45
7922026-06-08T18:53:10.758Z Downloaded num_threads v0.1.7
7932026-06-08T18:53:10.758Z Downloaded num-derive v0.4.2
7942026-06-08T18:53:10.758Z Downloaded compact_str v0.8.1
7952026-06-08T18:53:10.758Z Downloaded chacha20poly1305 v0.10.1
7962026-06-08T18:53:10.758Z Downloaded mime_guess v2.0.5
7972026-06-08T18:53:10.758Z Downloaded arc-swap v1.8.2
7982026-06-08T18:53:10.759Z Downloaded ingot-macros v0.1.1
7992026-06-08T18:53:10.759Z Downloaded bytes v1.11.1
8002026-06-08T18:53:10.759Z Downloaded native-tls v0.2.18
8012026-06-08T18:53:10.760Z Downloaded darling_core v0.13.4
8022026-06-08T18:53:10.763Z Downloaded nanorand v0.7.0
8032026-06-08T18:53:10.763Z Downloaded jobserver v0.1.34
8042026-06-08T18:53:10.763Z Downloaded path-slash v0.1.5
8052026-06-08T18:53:10.763Z Downloaded ar_archive_writer v0.5.1
8062026-06-08T18:53:10.766Z Downloaded half v2.7.1
8072026-06-08T18:53:10.769Z Downloaded num_enum_derive v0.7.5
8082026-06-08T18:53:10.772Z Downloaded libloading v0.8.9
8092026-06-08T18:53:10.773Z Downloaded oso-derive v0.27.3
8102026-06-08T18:53:10.773Z Downloaded libsw v3.5.0
8112026-06-08T18:53:10.776Z Downloaded hmac v0.12.1
8122026-06-08T18:53:10.776Z Downloaded lock_api v0.4.14
8132026-06-08T18:53:10.776Z Downloaded dropshot_endpoint v0.17.0
8142026-06-08T18:53:10.779Z Downloaded num-complex v0.4.6
8152026-06-08T18:53:10.782Z Downloaded num_enum v0.7.5
8162026-06-08T18:53:10.786Z Downloaded pbkdf2 v0.11.0
8172026-06-08T18:53:10.786Z Downloaded pbkdf2 v0.12.2
8182026-06-08T18:53:10.789Z Downloaded parse-size v1.1.0
8192026-06-08T18:53:10.789Z Downloaded opaque-debug v0.3.1
8202026-06-08T18:53:10.789Z Downloaded linear-map v1.2.0
8212026-06-08T18:53:10.792Z Downloaded phf_shared v0.13.1
8222026-06-08T18:53:10.792Z Downloaded nonempty v0.12.0
8232026-06-08T18:53:10.807Z Downloaded peg-runtime v0.8.5
8242026-06-08T18:53:10.812Z Downloaded openssl-probe v0.1.6
8252026-06-08T18:53:10.812Z Downloaded num-integer v0.1.46
8262026-06-08T18:53:10.812Z Downloaded phf_shared v0.12.1
8272026-06-08T18:53:10.812Z Downloaded litrs v1.0.0
8282026-06-08T18:53:10.812Z Downloaded indexmap v1.9.3
8292026-06-08T18:53:10.817Z Downloaded diff v0.1.13
8302026-06-08T18:53:10.820Z Downloaded packed_struct v0.10.1
8312026-06-08T18:53:10.820Z Downloaded newtype-uuid v1.3.2
8322026-06-08T18:53:10.820Z Downloaded multer v3.1.0
8332026-06-08T18:53:10.820Z Downloaded derive-where v1.6.0
8342026-06-08T18:53:10.825Z Downloaded num-rational v0.4.2
8352026-06-08T18:53:10.825Z Downloaded nu-ansi-term v0.50.3
8362026-06-08T18:53:10.828Z Downloaded pin-utils v0.1.0
8372026-06-08T18:53:10.828Z Downloaded phf_shared v0.11.3
8382026-06-08T18:53:10.828Z Downloaded num_enum v0.5.11
8392026-06-08T18:53:10.831Z Downloaded ingot-types v0.1.2
8402026-06-08T18:53:10.831Z Downloaded precomputed-hash v0.1.1
8412026-06-08T18:53:10.831Z Downloaded crossbeam-utils v0.8.21
8422026-06-08T18:53:10.835Z Downloaded powerfmt v0.2.0
8432026-06-08T18:53:10.835Z Downloaded bumpalo v3.20.2
8442026-06-08T18:53:10.838Z Downloaded proc-macro-crate v1.3.1
8452026-06-08T18:53:10.838Z Downloaded proc-macro-error-attr2 v2.0.0
8462026-06-08T18:53:10.838Z Downloaded predicates-tree v1.0.13
8472026-06-08T18:53:10.838Z Downloaded password-hash v0.4.2
8482026-06-08T18:53:10.843Z Downloaded oxnet v0.1.4
8492026-06-08T18:53:10.843Z Downloaded oxide-tokio-rt v0.1.4
8502026-06-08T18:53:10.846Z Downloaded aes-gcm v0.10.3
8512026-06-08T18:53:10.850Z Downloaded hyper-rustls v0.27.7
8522026-06-08T18:53:10.853Z Downloaded owo-colors v4.3.0
8532026-06-08T18:53:10.856Z Downloaded peg-macros v0.8.5
8542026-06-08T18:53:10.856Z Downloaded omicron-zone-package v0.12.2
8552026-06-08T18:53:10.859Z Downloaded pem v3.0.6
8562026-06-08T18:53:10.859Z Downloaded predicates-core v1.0.10
8572026-06-08T18:53:10.859Z Downloaded darling_core v0.21.3
8582026-06-08T18:53:10.862Z Downloaded progenitor-macro v0.13.0
8592026-06-08T18:53:10.865Z Downloaded psl-types v2.0.11
8602026-06-08T18:53:10.865Z Downloaded progenitor-macro v0.14.0
8612026-06-08T18:53:10.865Z Downloaded packed_struct_codegen v0.10.1
8622026-06-08T18:53:10.865Z Downloaded progenitor-macro v0.11.2
8632026-06-08T18:53:10.868Z Downloaded progenitor-client v0.10.0
8642026-06-08T18:53:10.868Z Downloaded phf v0.12.1
8652026-06-08T18:53:10.868Z Downloaded proc-macro-crate v3.4.0
8662026-06-08T18:53:10.873Z Downloaded pkcs8 v0.10.2
8672026-06-08T18:53:10.873Z Downloaded cc v1.2.56
8682026-06-08T18:53:10.876Z Downloaded parse-display v0.10.0
8692026-06-08T18:53:10.876Z Downloaded ignore v0.4.25
8702026-06-08T18:53:10.876Z Downloaded password-hash v0.5.0
8712026-06-08T18:53:10.878Z Downloaded parse-display-derive v0.10.0
8722026-06-08T18:53:10.881Z Downloaded memmap2 v0.9.10
8732026-06-08T18:53:10.881Z Downloaded async-compression v0.4.41
8742026-06-08T18:53:10.883Z Downloaded progenitor-client v0.14.0
8752026-06-08T18:53:10.884Z Downloaded progenitor-client v0.11.2
8762026-06-08T18:53:10.887Z Downloaded quick-error v1.2.3
8772026-06-08T18:53:10.887Z Downloaded phf v0.13.1
8782026-06-08T18:53:10.887Z Downloaded indicatif v0.18.4
8792026-06-08T18:53:10.890Z Downloaded paste v1.0.15
8802026-06-08T18:53:10.892Z Downloaded darling_core v0.23.0
8812026-06-08T18:53:10.896Z Downloaded ppv-lite86 v0.2.21
8822026-06-08T18:53:10.896Z Downloaded rand_chacha v0.3.1
8832026-06-08T18:53:10.900Z Downloaded postgres-protocol v0.6.10
8842026-06-08T18:53:10.900Z Downloaded heapless v0.8.0
8852026-06-08T18:53:10.904Z Downloaded heapless v0.7.17
8862026-06-08T18:53:10.905Z Downloaded parking_lot_core v0.8.6
8872026-06-08T18:53:10.905Z Downloaded parking_lot v0.11.2
8882026-06-08T18:53:10.908Z Downloaded libbz2-rs-sys v0.2.2
8892026-06-08T18:53:10.908Z Downloaded polyval v0.6.2
8902026-06-08T18:53:10.908Z Downloaded pem-rfc7468 v0.7.0
8912026-06-08T18:53:10.911Z Downloaded ref-cast-impl v1.0.25
8922026-06-08T18:53:10.912Z Downloaded ref-cast v1.0.25
8932026-06-08T18:53:10.915Z Downloaded rand_xorshift v0.4.0
8942026-06-08T18:53:10.915Z Downloaded pin-project-lite v0.2.17
8952026-06-08T18:53:10.917Z Downloaded progenitor v0.13.0
8962026-06-08T18:53:10.917Z Downloaded progenitor v0.11.2
8972026-06-08T18:53:10.920Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-08T18:53:10.921Z Downloaded recursive v0.1.1
8992026-06-08T18:53:10.921Z Downloaded pin-project-internal v1.1.11
9002026-06-08T18:53:10.921Z Downloaded primeorder v0.13.6
9012026-06-08T18:53:10.924Z Downloaded headers v0.4.1
9022026-06-08T18:53:10.927Z Downloaded derive_more-impl v2.1.1
9032026-06-08T18:53:10.931Z Downloaded psm v0.1.30
9042026-06-08T18:53:10.931Z Downloaded progenitor-client v0.13.0
9052026-06-08T18:53:10.931Z Downloaded russh-cryptovec v0.7.3
9062026-06-08T18:53:10.934Z Downloaded crossbeam-channel v0.5.15
9072026-06-08T18:53:10.934Z Downloaded ed25519-dalek v2.2.0
9082026-06-08T18:53:10.937Z Downloaded pkcs1 v0.7.5
9092026-06-08T18:53:10.940Z Downloaded darling_core v0.20.11
9102026-06-08T18:53:10.943Z Downloaded getrandom v0.3.4
9112026-06-08T18:53:10.943Z Downloaded p256 v0.13.2
9122026-06-08T18:53:10.947Z Downloaded pkg-config v0.3.32
9132026-06-08T18:53:10.947Z Downloaded parking_lot v0.12.5
9142026-06-08T18:53:10.950Z Downloaded rtoolbox v0.0.3
9152026-06-08T18:53:10.952Z Downloaded poly1305 v0.8.0
9162026-06-08T18:53:10.952Z Downloaded hashbrown v0.12.3
9172026-06-08T18:53:10.955Z Downloaded progenitor-extras v0.2.0
9182026-06-08T18:53:10.955Z Downloaded progenitor v0.14.0
9192026-06-08T18:53:10.955Z Downloaded rustc_version v0.1.7
9202026-06-08T18:53:10.958Z Downloaded rustc_version v0.4.1
9212026-06-08T18:53:10.958Z Downloaded proc-macro-error2 v2.0.1
9222026-06-08T18:53:10.958Z Downloaded predicates v3.1.4
9232026-06-08T18:53:10.961Z Downloaded pkcs5 v0.7.1
9242026-06-08T18:53:10.965Z Downloaded rustc-hash v2.1.1
9252026-06-08T18:53:10.965Z Downloaded rfc6979 v0.4.0
9262026-06-08T18:53:10.965Z Downloaded aes v0.8.4
9272026-06-08T18:53:10.968Z Downloaded peg v0.8.5
9282026-06-08T18:53:10.971Z Downloaded diesel_derives v2.3.7
9292026-06-08T18:53:10.974Z Downloaded rand_core v0.6.4
9302026-06-08T18:53:10.977Z Downloaded rand_chacha v0.9.0
9312026-06-08T18:53:10.977Z Downloaded parking_lot_core v0.9.12
9322026-06-08T18:53:10.977Z Downloaded miniz_oxide v0.8.9
9332026-06-08T18:53:10.980Z Downloaded derive_more v2.1.1
9342026-06-08T18:53:10.985Z Downloaded radium v0.7.0
9352026-06-08T18:53:10.988Z Downloaded r2d2 v0.8.10
9362026-06-08T18:53:10.988Z Downloaded jiff-static v0.2.21
9372026-06-08T18:53:10.991Z Downloaded http v1.4.0
9382026-06-08T18:53:10.995Z Downloaded salsa20 v0.10.2
9392026-06-08T18:53:10.995Z Downloaded scheduled-thread-pool v0.2.7
9402026-06-08T18:53:10.998Z Downloaded hickory-resolver v0.24.4
9412026-06-08T18:53:10.998Z Downloaded scopeguard v1.2.0
9422026-06-08T18:53:11.002Z Downloaded der v0.7.10
9432026-06-08T18:53:11.002Z Downloaded same-file v1.0.6
9442026-06-08T18:53:11.004Z Downloaded rand_core v0.9.5
9452026-06-08T18:53:11.007Z Downloaded aho-corasick v1.1.4
9462026-06-08T18:53:11.010Z Downloaded openssl-sys v0.9.115
9472026-06-08T18:53:11.013Z Downloaded rand_seeder v0.4.0
9482026-06-08T18:53:11.014Z Downloaded scrypt v0.11.0
9492026-06-08T18:53:11.017Z Downloaded hickory-resolver v0.25.2
9502026-06-08T18:53:11.020Z Downloaded semver v0.1.20
9512026-06-08T18:53:11.020Z Downloaded serde_bytes v0.11.19
9522026-06-08T18:53:11.020Z Downloaded sapling-renderdag v0.1.0
9532026-06-08T18:53:11.020Z Downloaded serde_plain v1.0.2
9542026-06-08T18:53:11.023Z Downloaded minimal-lexical v0.2.1
9552026-06-08T18:53:11.029Z Downloaded scroll_derive v0.13.1
9562026-06-08T18:53:11.032Z Downloaded hashbrown v0.13.2
9572026-06-08T18:53:11.032Z Downloaded serde_urlencoded v0.7.1
9582026-06-08T18:53:11.035Z Downloaded serde_spanned v1.0.4
9592026-06-08T18:53:11.035Z Downloaded secrecy v0.10.3
9602026-06-08T18:53:11.035Z Downloaded secrecy v0.8.0
9612026-06-08T18:53:11.038Z Downloaded signal-hook-mio v0.2.5
9622026-06-08T18:53:11.038Z Downloaded shell-words v1.1.1
9632026-06-08T18:53:11.038Z Downloaded rustls-pemfile v2.2.0
9642026-06-08T18:53:11.042Z Downloaded postgres-types v0.2.12
9652026-06-08T18:53:11.042Z Downloaded postcard v1.1.3
9662026-06-08T18:53:11.045Z Downloaded flate2 v1.1.9
9672026-06-08T18:53:11.049Z Downloaded papergrid v0.17.0
9682026-06-08T18:53:11.052Z Downloaded serde_repr v0.1.20
9692026-06-08T18:53:11.052Z Downloaded signal-hook-tokio v0.3.1
9702026-06-08T18:53:11.052Z Downloaded rand_core v0.10.0
9712026-06-08T18:53:11.052Z Downloaded prefix-trie v0.7.0
9722026-06-08T18:53:11.055Z Downloaded sha1 v0.10.6
9732026-06-08T18:53:11.056Z Downloaded seq-macro v0.3.6
9742026-06-08T18:53:11.058Z Downloaded rustversion v1.0.22
9752026-06-08T18:53:11.062Z Downloaded rustls-native-certs v0.8.3
9762026-06-08T18:53:11.068Z Downloaded rusty-fork v0.3.1
9772026-06-08T18:53:11.071Z Downloaded progenitor-impl v0.14.0
9782026-06-08T18:53:11.071Z Downloaded signature v2.2.0
9792026-06-08T18:53:11.073Z Downloaded siphasher v1.0.2
9802026-06-08T18:53:11.073Z Downloaded pin-project v1.1.11
9812026-06-08T18:53:11.079Z Downloaded resolv-conf v0.7.6
9822026-06-08T18:53:11.083Z Downloaded rustls-pemfile v1.0.4
9832026-06-08T18:53:11.083Z Downloaded sigpipe v0.1.3
9842026-06-08T18:53:11.083Z Downloaded quinn-udp v0.5.14
9852026-06-08T18:53:11.086Z Downloaded sec1 v0.7.3
9862026-06-08T18:53:11.089Z Downloaded hyper-util v0.1.20
9872026-06-08T18:53:11.094Z Downloaded serde-hex v0.1.0
9882026-06-08T18:53:11.097Z Downloaded sct v0.7.1
9892026-06-08T18:53:11.097Z Downloaded expectorate v1.2.0
9902026-06-08T18:53:11.100Z Downloaded serde_derive_internals v0.29.1
9912026-06-08T18:53:11.100Z Downloaded oso v0.27.3
9922026-06-08T18:53:11.104Z Downloaded serde_path_to_error v0.1.20
9932026-06-08T18:53:11.107Z Downloaded slog-bunyan v2.5.0
9942026-06-08T18:53:11.111Z Downloaded rustls-pki-types v1.14.0
9952026-06-08T18:53:11.115Z Downloaded scroll v0.13.0
9962026-06-08T18:53:11.119Z Downloaded ssh-cipher v0.2.0
9972026-06-08T18:53:11.124Z Downloaded strum v0.26.3
9982026-06-08T18:53:11.127Z Downloaded structmeta v0.3.0
9992026-06-08T18:53:11.127Z Downloaded strsim v0.10.0
10002026-06-08T18:53:11.127Z Downloaded strum v0.27.2
10012026-06-08T18:53:11.130Z Downloaded serde-big-array v0.5.1
10022026-06-08T18:53:11.134Z Downloaded serde_with_macros v1.5.2
10032026-06-08T18:53:11.137Z Downloaded ssh-encoding v0.2.0
10042026-06-08T18:53:11.140Z Downloaded sqlparser_derive v0.5.0
10052026-06-08T18:53:11.140Z Downloaded structmeta-derive v0.3.0
10062026-06-08T18:53:11.140Z Downloaded progenitor-impl v0.11.2
10072026-06-08T18:53:11.145Z Downloaded strip-ansi-escapes v0.2.1
10082026-06-08T18:53:11.145Z Downloaded tagptr v0.2.0
10092026-06-08T18:53:11.145Z Downloaded signal-hook-registry v1.4.8
10102026-06-08T18:53:11.149Z Downloaded shlex v1.3.0
10112026-06-08T18:53:11.149Z Downloaded smallvec v0.6.14
10122026-06-08T18:53:11.149Z Downloaded slog-async v2.8.0
10132026-06-08T18:53:11.149Z Downloaded slab v0.4.12
10142026-06-08T18:53:11.152Z Downloaded subtle v2.6.1
10152026-06-08T18:53:11.152Z Downloaded sync_wrapper v1.0.2
10162026-06-08T18:53:11.153Z Downloaded sync-ptr v0.1.4
10172026-06-08T18:53:11.153Z Downloaded slog-term v2.9.2
10182026-06-08T18:53:11.159Z Downloaded tabled_derive v0.11.0
10192026-06-08T18:53:11.159Z Downloaded simd-adler32 v0.3.8
10202026-06-08T18:53:11.168Z Downloaded russh-keys v0.45.0
10212026-06-08T18:53:11.173Z Downloaded tap v1.0.1
10222026-06-08T18:53:11.173Z Downloaded slog-json v2.6.1
10232026-06-08T18:53:11.177Z Downloaded supports-color v3.0.2
10242026-06-08T18:53:11.177Z Downloaded slog-envlogger v2.2.0
10252026-06-08T18:53:11.177Z Downloaded tabwriter v1.4.1
10262026-06-08T18:53:11.177Z Downloaded slog-dtrace v0.3.0
10272026-06-08T18:53:11.177Z Downloaded take_mut v0.2.2
10282026-06-08T18:53:11.180Z Downloaded snafu-derive v0.8.9
10292026-06-08T18:53:11.184Z Downloaded thiserror-impl-no-std v2.0.2
10302026-06-08T18:53:11.187Z Downloaded smf v0.2.3
10312026-06-08T18:53:11.187Z Downloaded thread-id v5.1.0
10322026-06-08T18:53:11.191Z Downloaded slog-stdlog v4.1.1
10332026-06-08T18:53:11.191Z Downloaded slog-scope v4.4.1
10342026-06-08T18:53:11.191Z Downloaded testing_table v0.3.0
10352026-06-08T18:53:11.194Z Downloaded termtree v0.5.1
10362026-06-08T18:53:11.194Z Downloaded schemars_derive v0.8.22
10372026-06-08T18:53:11.194Z Downloaded rustls-platform-verifier v0.6.2
10382026-06-08T18:53:11.198Z Downloaded mio v1.2.0
10392026-06-08T18:53:11.207Z Downloaded tinyvec_macros v0.1.1
10402026-06-08T18:53:11.211Z Downloaded string_cache v0.8.9
10412026-06-08T18:53:11.211Z Downloaded tokio-macros v2.7.0
10422026-06-08T18:53:11.211Z Downloaded time-core v0.1.8
10432026-06-08T18:53:11.211Z Downloaded serde_cbor v0.11.2
10442026-06-08T18:53:11.214Z Downloaded strum_macros v0.24.3
10452026-06-08T18:53:11.214Z Downloaded prettyplease v0.2.37
10462026-06-08T18:53:11.217Z Downloaded progenitor-impl v0.13.0
10472026-06-08T18:53:11.223Z Downloaded sqlformat v0.3.5
10482026-06-08T18:53:11.226Z Downloaded num-bigint v0.4.6
10492026-06-08T18:53:11.226Z Downloaded stringprep v0.1.5
10502026-06-08T18:53:11.229Z Downloaded spki v0.7.3
10512026-06-08T18:53:11.229Z Downloaded serde_with_macros v3.17.0
10522026-06-08T18:53:11.232Z Downloaded static_assertions v1.1.0
10532026-06-08T18:53:11.232Z Downloaded crossterm v0.28.1
10542026-06-08T18:53:11.236Z Downloaded stacker v0.1.23
10552026-06-08T18:53:11.239Z Downloaded bitvec v1.0.1
10562026-06-08T18:53:11.247Z Downloaded quinn v0.11.9
10572026-06-08T18:53:11.250Z Downloaded itertools v0.10.5
10582026-06-08T18:53:11.252Z Downloaded termios v0.3.3
10592026-06-08T18:53:11.255Z Downloaded support-bundle-viewer v0.1.2
10602026-06-08T18:53:11.257Z Downloaded strum_macros v0.27.2
10612026-06-08T18:53:11.268Z Downloaded tower-service v0.3.3
10622026-06-08T18:53:11.270Z Downloaded crossterm v0.29.0
10632026-06-08T18:53:11.274Z Downloaded topological-sort v0.2.2
10642026-06-08T18:53:11.274Z Downloaded thread_local v1.1.9
10652026-06-08T18:53:11.277Z Downloaded spin v0.9.8
10662026-06-08T18:53:11.277Z Downloaded thiserror-no-std v2.0.2
10672026-06-08T18:53:11.280Z Downloaded ryu v1.0.23
10682026-06-08T18:53:11.280Z Downloaded pretty_assertions v1.4.1
10692026-06-08T18:53:11.284Z Downloaded rayon-core v1.13.0
10702026-06-08T18:53:11.284Z Downloaded hickory-server v0.25.2
10712026-06-08T18:53:11.287Z Downloaded tower-layer v0.3.3
10722026-06-08T18:53:11.290Z Downloaded try-lock v0.2.5
10732026-06-08T18:53:11.290Z Downloaded trait-variant v0.1.2
10742026-06-08T18:53:11.294Z Downloaded tls_codec v0.4.2
10752026-06-08T18:53:11.299Z Downloaded ron v0.8.1
10762026-06-08T18:53:11.303Z Downloaded tiny-keccak v2.0.2
10772026-06-08T18:53:11.308Z Downloaded tokio-native-tls v0.3.1
10782026-06-08T18:53:11.308Z Downloaded slog v2.8.2
10792026-06-08T18:53:11.308Z Downloaded strum_macros v0.26.4
10802026-06-08T18:53:11.311Z Downloaded tls_codec_derive v0.4.2
10812026-06-08T18:53:11.311Z Downloaded schemars v0.8.22
10822026-06-08T18:53:11.317Z Downloaded unit-prefix v0.5.2
10832026-06-08T18:53:11.321Z Downloaded unicode-truncate v1.1.0
10842026-06-08T18:53:11.321Z Downloaded unarray v0.1.4
10852026-06-08T18:53:11.321Z Downloaded typify-macro v0.6.2
10862026-06-08T18:53:11.324Z Downloaded publicsuffix v2.3.0
10872026-06-08T18:53:11.324Z Downloaded typify-macro v0.4.3
10882026-06-08T18:53:11.324Z Downloaded qorb v0.4.1
10892026-06-08T18:53:11.327Z Downloaded tokio-dtrace v0.1.1
10902026-06-08T18:53:11.327Z Downloaded rsa v0.9.10
10912026-06-08T18:53:11.330Z Downloaded tokio-tungstenite v0.21.0
10922026-06-08T18:53:11.333Z Downloaded term v0.7.0
10932026-06-08T18:53:11.333Z Downloaded nom v7.1.3
10942026-06-08T18:53:11.336Z Downloaded universal-hash v0.5.1
10952026-06-08T18:53:11.336Z Downloaded rand v0.8.6
10962026-06-08T18:53:11.340Z Downloaded similar v2.7.0
10972026-06-08T18:53:11.342Z Downloaded usdt-attr-macro v0.6.0
10982026-06-08T18:53:11.342Z Downloaded untrusted v0.7.1
10992026-06-08T18:53:11.345Z Downloaded tokio-tungstenite v0.23.1
11002026-06-08T18:53:11.345Z Downloaded signal-hook v0.3.18
11012026-06-08T18:53:11.345Z Downloaded socket2 v0.5.10
11022026-06-08T18:53:11.349Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-06-08T18:53:11.349Z Downloaded term v1.2.1
11042026-06-08T18:53:11.352Z Downloaded itertools v0.13.0
11052026-06-08T18:53:11.355Z Downloaded usdt v0.6.0
11062026-06-08T18:53:11.355Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11072026-06-08T18:53:11.358Z Downloaded hashbrown v0.15.5
11082026-06-08T18:53:11.361Z Downloaded usdt-macro v0.6.0
11092026-06-08T18:53:11.361Z Downloaded untrusted v0.9.0
11102026-06-08T18:53:11.361Z Downloaded void v1.0.2
11112026-06-08T18:53:11.361Z Downloaded tui-tree-widget v0.23.1
11122026-06-08T18:53:11.364Z Downloaded want v0.3.1
11132026-06-08T18:53:11.364Z Downloaded hkdf v0.12.4
11142026-06-08T18:53:11.367Z Downloaded libxml v0.3.3
11152026-06-08T18:53:11.370Z Downloaded dropshot-api-manager v0.7.2
11162026-06-08T18:53:11.374Z Downloaded libm v0.2.16
11172026-06-08T18:53:11.378Z Downloaded utf-8 v0.7.6
11182026-06-08T18:53:11.378Z Downloaded time-macros v0.2.27
11192026-06-08T18:53:11.381Z Downloaded unicase v2.9.0
11202026-06-08T18:53:11.381Z Downloaded bindgen v0.71.1
11212026-06-08T18:53:11.384Z Downloaded waitgroup v0.1.2
11222026-06-08T18:53:11.384Z Downloaded wait-timeout v0.2.1
11232026-06-08T18:53:11.387Z Downloaded xattr v1.6.1
11242026-06-08T18:53:11.387Z Downloaded subprocess v0.2.15
11252026-06-08T18:53:11.391Z Downloaded iri-string v0.7.10
11262026-06-08T18:53:11.395Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11272026-06-08T18:53:11.395Z Downloaded tokio-rustls v0.24.1
11282026-06-08T18:53:11.395Z Downloaded socket2 v0.6.3
11292026-06-08T18:53:11.398Z Downloaded tokio-rustls v0.25.0
11302026-06-08T18:53:11.398Z Downloaded num-bigint-dig v0.8.6
11312026-06-08T18:53:11.401Z Downloaded futures-util v0.3.32
11322026-06-08T18:53:11.407Z Downloaded test-strategy v0.4.5
11332026-06-08T18:53:11.410Z Downloaded xshell-macros v0.2.7
11342026-06-08T18:53:11.410Z Downloaded uzers v0.12.2
11352026-06-08T18:53:11.412Z Downloaded rand v0.10.0
11362026-06-08T18:53:11.415Z Downloaded zone_cfg_derive v0.3.1
11372026-06-08T18:53:11.415Z Downloaded serde_yaml v0.9.34+deprecated
11382026-06-08T18:53:11.418Z Downloaded zone v0.3.1
11392026-06-08T18:53:11.418Z Downloaded rcgen v0.12.1
11402026-06-08T18:53:11.424Z Downloaded hashbrown v0.16.1
11412026-06-08T18:53:11.424Z Downloaded rand v0.9.2
11422026-06-08T18:53:11.428Z Downloaded rustls-webpki v0.103.9
11432026-06-08T18:53:11.432Z Downloaded tokio-stream v0.1.18
11442026-06-08T18:53:11.436Z Downloaded tracing-attributes v0.1.31
11452026-06-08T18:53:11.436Z Downloaded vergen-lib v9.1.0
11462026-06-08T18:53:11.439Z Downloaded tokio-rustls v0.26.4
11472026-06-08T18:53:11.439Z Downloaded usdt-impl v0.6.0
11482026-06-08T18:53:11.444Z Downloaded samael v0.0.19
11492026-06-08T18:53:11.447Z Downloaded zeroize_derive v1.4.3
11502026-06-08T18:53:11.454Z Downloaded schemars v1.2.1
11512026-06-08T18:53:11.462Z Downloaded whoami v2.1.0
11522026-06-08T18:53:11.465Z Downloaded walkdir v2.5.0
11532026-06-08T18:53:11.465Z Downloaded toml v0.7.8
11542026-06-08T18:53:11.468Z Downloaded tar v0.4.45
11552026-06-08T18:53:11.469Z Downloaded vsss-rs v3.3.4
11562026-06-08T18:53:11.471Z Downloaded iddqd v0.4.2
11572026-06-08T18:53:11.476Z Downloaded vergen-lib v0.1.6
11582026-06-08T18:53:11.476Z Downloaded vergen-gitcl v1.0.8
11592026-06-08T18:53:11.479Z Downloaded tinyvec v1.10.0
11602026-06-08T18:53:11.479Z Downloaded hyper v1.8.1
11612026-06-08T18:53:11.482Z Downloaded toml_parser v1.0.9+spec-1.1.0
11622026-06-08T18:53:11.484Z Downloaded snafu v0.8.9
11632026-06-08T18:53:11.488Z Downloaded unicode-properties v0.1.4
11642026-06-08T18:53:11.492Z Downloaded wyz v0.5.1
11652026-06-08T18:53:11.492Z Downloaded schemars v0.9.0
11662026-06-08T18:53:11.496Z Downloaded tracing-core v0.1.36
11672026-06-08T18:53:11.499Z Downloaded zstd v0.13.3
11682026-06-08T18:53:11.499Z Downloaded tungstenite v0.23.0
11692026-06-08T18:53:11.502Z Downloaded steno v0.4.1
11702026-06-08T18:53:11.505Z Downloaded blake3 v1.8.3
11712026-06-08T18:53:11.510Z Downloaded xshell v0.2.7
11722026-06-08T18:53:11.513Z Downloaded itertools v0.12.1
11732026-06-08T18:53:11.516Z Downloaded whoami v1.6.1
11742026-06-08T18:53:11.520Z Downloaded zeroize v1.8.2
11752026-06-08T18:53:11.522Z Downloaded unsafe-libyaml v0.2.11
11762026-06-08T18:53:11.525Z Downloaded aws-lc-rs v1.16.3
11772026-06-08T18:53:11.530Z Downloaded russh v0.45.0
11782026-06-08T18:53:11.534Z Downloaded vergen-git2 v9.1.0
11792026-06-08T18:53:11.534Z Downloaded vergen v9.1.0
11802026-06-08T18:53:11.537Z Downloaded typify v0.4.3
11812026-06-08T18:53:11.540Z Downloaded twox-hash v2.1.2
11822026-06-08T18:53:11.544Z Downloaded tungstenite v0.21.0
11832026-06-08T18:53:11.548Z Downloaded unicode-bidi v0.3.18
11842026-06-08T18:53:11.552Z Downloaded reedline v0.40.0
11852026-06-08T18:53:11.555Z Downloaded vte v0.14.1
11862026-06-08T18:53:11.558Z Downloaded zstd-safe v7.2.4
11872026-06-08T18:53:11.562Z Downloaded itertools v0.14.0
11882026-06-08T18:53:11.565Z Downloaded h2 v0.4.13
11892026-06-08T18:53:11.568Z Downloaded tokio-postgres v0.7.16
11902026-06-08T18:53:11.571Z Downloaded rustyline v14.0.0
11912026-06-08T18:53:11.575Z Downloaded uuid v1.23.0
11922026-06-08T18:53:11.575Z Downloaded zerocopy v0.6.6
11932026-06-08T18:53:11.583Z Downloaded yasna v0.5.2
11942026-06-08T18:53:11.586Z Downloaded p521 v0.13.3
11952026-06-08T18:53:11.589Z Downloaded zopfli v0.8.3
11962026-06-08T18:53:11.589Z Downloaded serde_with v1.14.0
11972026-06-08T18:53:11.592Z Downloaded toml_edit v0.23.10+spec-1.0.0
11982026-06-08T18:53:11.601Z Downloaded typify v0.6.2
11992026-06-08T18:53:11.604Z Downloaded rpassword v7.4.0
12002026-06-08T18:53:11.619Z Downloaded git2 v0.20.4
12012026-06-08T18:53:11.623Z Downloaded yansi v1.0.1
12022026-06-08T18:53:11.627Z Downloaded toml v1.0.6+spec-1.1.0
12032026-06-08T18:53:11.630Z Downloaded chrono v0.4.44
12042026-06-08T18:53:11.639Z Downloaded ssh-key v0.6.7
12052026-06-08T18:53:11.646Z Downloaded unicode_categories v0.1.1
12062026-06-08T18:53:11.672Z Downloaded rustls-webpki v0.101.7
12072026-06-08T18:53:11.681Z Downloaded regex v1.12.3
12082026-06-08T18:53:11.684Z Downloaded p384 v0.13.1
12092026-06-08T18:53:11.687Z Downloaded toml_edit v0.19.15
12102026-06-08T18:53:11.697Z Downloaded reqwest v0.13.2
12112026-06-08T18:53:11.701Z Downloaded zerocopy-derive v0.8.40
12122026-06-08T18:53:11.705Z Downloaded portable-atomic v1.13.1
12132026-06-08T18:53:11.709Z Downloaded salty v0.3.0
12142026-06-08T18:53:11.714Z Downloaded moka v0.12.13
12152026-06-08T18:53:11.718Z Downloaded lalrpop v0.19.12
12162026-06-08T18:53:11.724Z Downloaded proptest v1.10.0
12172026-06-08T18:53:11.729Z Downloaded tower v0.5.3
12182026-06-08T18:53:11.735Z Downloaded x509-cert v0.2.5
12192026-06-08T18:53:11.739Z Downloaded quick-xml v0.37.5
12202026-06-08T18:53:11.742Z Downloaded reqwest v0.12.28
12212026-06-08T18:53:11.746Z Downloaded typed-path v0.9.3
12222026-06-08T18:53:11.749Z Downloaded zip v0.6.6
12232026-06-08T18:53:11.753Z Downloaded tower-http v0.6.8
12242026-06-08T18:53:11.766Z Downloaded bstr v1.12.1
12252026-06-08T18:53:11.766Z Downloaded unicode-segmentation v1.12.0
12262026-06-08T18:53:11.766Z Downloaded rayon v1.11.0
12272026-06-08T18:53:11.770Z Downloaded zip v4.6.1
12282026-06-08T18:53:11.774Z Downloaded tokio-util v0.7.18
12292026-06-08T18:53:11.778Z Downloaded goblin v0.10.5
12302026-06-08T18:53:11.782Z Downloaded unicode-normalization v0.1.25
12312026-06-08T18:53:11.788Z Downloaded tough v0.22.0
12322026-06-08T18:53:11.795Z Downloaded nix v0.27.1
12332026-06-08T18:53:11.801Z Downloaded rustls-webpki v0.102.8
12342026-06-08T18:53:11.812Z Downloaded petname v2.0.2
12352026-06-08T18:53:11.816Z Downloaded quinn-proto v0.11.13
12362026-06-08T18:53:11.820Z Downloaded serde_with v3.17.0
12372026-06-08T18:53:11.827Z Downloaded curve25519-dalek v4.1.3
12382026-06-08T18:53:11.837Z Downloaded nix v0.28.0
12392026-06-08T18:53:11.852Z Downloaded object v0.30.4
12402026-06-08T18:53:11.856Z Downloaded winnow v0.6.26
12412026-06-08T18:53:11.862Z Downloaded radix_trie v0.2.1
12422026-06-08T18:53:11.872Z Downloaded winnow v0.5.40
12432026-06-08T18:53:11.877Z Downloaded openssl v0.10.79
12442026-06-08T18:53:11.890Z Downloaded polar-core v0.27.3
12452026-06-08T18:53:11.914Z Downloaded hickory-proto v0.24.4
12462026-06-08T18:53:11.923Z Downloaded time v0.3.47
12472026-06-08T18:53:11.930Z Downloaded tabled v0.20.0
12482026-06-08T18:53:11.940Z Downloaded zlib-rs v0.6.2
12492026-06-08T18:53:11.943Z Downloaded dropshot v0.17.0
12502026-06-08T18:53:11.955Z Downloaded vcpkg v0.2.15
12512026-06-08T18:53:11.979Z Downloaded rustls v0.22.4
12522026-06-08T18:53:11.986Z Downloaded object v0.37.3
12532026-06-08T18:53:11.992Z Downloaded smoltcp v0.9.1
12542026-06-08T18:53:11.998Z Downloaded openapiv3 v2.2.0
12552026-06-08T18:53:12.005Z Downloaded zerocopy v0.8.40
12562026-06-08T18:53:12.010Z Downloaded smoltcp v0.11.0
12572026-06-08T18:53:12.018Z Downloaded rustls v0.23.37
12582026-06-08T18:53:12.025Z Downloaded regress v0.11.1
12592026-06-08T18:53:12.030Z Downloaded rustix v0.38.44
12602026-06-08T18:53:12.044Z Downloaded diesel v2.3.7
12612026-06-08T18:53:12.054Z Downloaded regress v0.10.5
12622026-06-08T18:53:12.059Z Downloaded regex-syntax v0.8.10
12632026-06-08T18:53:12.064Z Downloaded hickory-proto v0.25.2
12642026-06-08T18:53:12.073Z Downloaded webpki-roots v1.0.6
12652026-06-08T18:53:12.076Z Downloaded nix v0.31.2
12662026-06-08T18:53:12.082Z Downloaded rustls v0.21.12
12672026-06-08T18:53:12.088Z Downloaded regex-syntax v0.6.29
12682026-06-08T18:53:12.094Z Downloaded typify-impl v0.4.3
12692026-06-08T18:53:12.119Z Downloaded csv v1.4.0
12702026-06-08T18:53:12.138Z Downloaded sqlparser v0.61.0
12712026-06-08T18:53:12.143Z Downloaded regex-automata v0.4.14
12722026-06-08T18:53:12.159Z Downloaded tracing v0.1.44
12732026-06-08T18:53:12.171Z Downloaded typify-impl v0.6.2
12742026-06-08T18:53:12.181Z Downloaded sled v0.34.7
12752026-06-08T18:53:12.185Z Downloaded ratatui v0.29.0
12762026-06-08T18:53:12.196Z Downloaded bzip2-sys v0.1.13+1.0.8
12772026-06-08T18:53:12.203Z Downloaded libz-sys v1.1.24
12782026-06-08T18:53:12.225Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-06-08T18:53:12.235Z Downloaded chrono-tz v0.10.4
12802026-06-08T18:53:12.246Z Downloaded zerocopy-derive v0.6.6
12812026-06-08T18:53:12.253Z Downloaded encoding_rs v0.8.35
12822026-06-08T18:53:12.265Z Downloaded petgraph v0.6.5
12832026-06-08T18:53:12.277Z Downloaded jiff v0.2.21
12842026-06-08T18:53:12.310Z Downloaded petgraph v0.8.3
12852026-06-08T18:53:12.338Z Downloaded sha3 v0.10.8
12862026-06-08T18:53:12.350Z Downloaded tokio v1.52.1
12872026-06-08T18:53:12.460Z Downloaded ring v0.17.14
12882026-06-08T18:53:12.498Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-06-08T18:53:12.993Z Downloaded aws-lc-sys v0.40.0
12902026-06-08T18:53:13.263Z Compiling libc v0.2.185
12912026-06-08T18:53:13.267Z Compiling serde v1.0.228
12922026-06-08T18:53:13.267Z Compiling log v0.4.29
12932026-06-08T18:53:13.267Z Compiling shlex v1.3.0
12942026-06-08T18:53:13.267Z Compiling find-msvc-tools v0.1.9
12952026-06-08T18:53:13.267Z Compiling smallvec v1.15.1
12962026-06-08T18:53:13.267Z Compiling typenum v1.19.0
12972026-06-08T18:53:13.267Z Compiling subtle v2.6.1
12982026-06-08T18:53:13.422Z Compiling generic-array v0.14.7
12992026-06-08T18:53:13.425Z Compiling scopeguard v1.2.0
13002026-06-08T18:53:13.493Z Compiling const-oid v0.9.6
13012026-06-08T18:53:13.497Z Compiling serde_json v1.0.149
13022026-06-08T18:53:13.518Z Compiling syn v2.0.117
13032026-06-08T18:53:13.522Z Compiling zerocopy v0.8.40
13042026-06-08T18:53:13.522Z Compiling pin-project-lite v0.2.17
13052026-06-08T18:53:13.522Z Compiling parking_lot_core v0.9.12
13062026-06-08T18:53:13.598Z Compiling lock_api v0.4.14
13072026-06-08T18:53:13.613Z Compiling portable-atomic v1.13.1
13082026-06-08T18:53:13.613Z Compiling pkg-config v0.3.32
13092026-06-08T18:53:13.640Z Compiling bitflags v2.11.0
13102026-06-08T18:53:13.682Z Compiling critical-section v1.2.0
13112026-06-08T18:53:13.696Z Compiling libm v0.2.16
13122026-06-08T18:53:13.725Z Compiling futures-core v0.3.32
13132026-06-08T18:53:13.740Z Compiling num-traits v0.2.19
13142026-06-08T18:53:13.851Z Compiling percent-encoding v2.3.2
13152026-06-08T18:53:13.892Z Compiling futures-sink v0.3.32
13162026-06-08T18:53:13.897Z Compiling cpufeatures v0.2.17
13172026-06-08T18:53:13.897Z Compiling slab v0.4.12
13182026-06-08T18:53:13.932Z Compiling futures-task v0.3.32
13192026-06-08T18:53:13.936Z Compiling futures-io v0.3.32
13202026-06-08T18:53:13.994Z Compiling futures-channel v0.3.32
13212026-06-08T18:53:14.012Z Compiling getrandom v0.4.1
13222026-06-08T18:53:14.030Z Compiling rand_core v0.10.0
13232026-06-08T18:53:14.077Z Compiling indexmap v2.14.0
13242026-06-08T18:53:14.117Z Compiling rustversion v1.0.22
13252026-06-08T18:53:14.120Z Compiling getrandom v0.3.4
13262026-06-08T18:53:14.144Z Compiling form_urlencoded v1.2.2
13272026-06-08T18:53:14.160Z Compiling fs_extra v1.3.0
13282026-06-08T18:53:14.215Z Compiling dunce v1.0.5
13292026-06-08T18:53:14.244Z Compiling ident_case v1.0.1
13302026-06-08T18:53:14.259Z Compiling base64ct v1.8.3
13312026-06-08T18:53:14.283Z Compiling regex-syntax v0.8.10
13322026-06-08T18:53:14.332Z Compiling getrandom v0.2.17
13332026-06-08T18:53:14.345Z Compiling jobserver v0.1.34
13342026-06-08T18:53:14.373Z Compiling errno v0.3.14
13352026-06-08T18:53:14.409Z Compiling mio v1.2.0
13362026-06-08T18:53:14.477Z Compiling rand_core v0.6.4
13372026-06-08T18:53:14.490Z Compiling socket2 v0.6.3
13382026-06-08T18:53:14.503Z Compiling signal-hook-registry v1.4.8
13392026-06-08T18:53:14.568Z Compiling cc v1.2.56
13402026-06-08T18:53:14.638Z Compiling parking_lot v0.12.5
13412026-06-08T18:53:14.715Z Compiling once_cell v1.21.3
13422026-06-08T18:53:14.783Z Compiling pem-rfc7468 v0.7.0
13432026-06-08T18:53:14.787Z Compiling iana-time-zone v0.1.65
13442026-06-08T18:53:14.787Z Compiling flagset v0.4.7
13452026-06-08T18:53:14.826Z Compiling rustix v1.1.3
13462026-06-08T18:53:14.843Z Compiling vcpkg v0.2.15
13472026-06-08T18:53:14.949Z Compiling aws-lc-rs v1.16.3
13482026-06-08T18:53:14.979Z Compiling tracing-core v0.1.36
13492026-06-08T18:53:14.979Z Compiling uuid v1.23.0
13502026-06-08T18:53:15.006Z Compiling rustc_version v0.4.1
13512026-06-08T18:53:15.030Z Compiling base64 v0.22.1
13522026-06-08T18:53:15.066Z Compiling tinyvec_macros v0.1.1
13532026-06-08T18:53:15.121Z Compiling rand_core v0.9.5
13542026-06-08T18:53:15.146Z Compiling httparse v1.10.1
13552026-06-08T18:53:15.215Z Compiling openssl-probe v0.2.1
13562026-06-08T18:53:15.250Z Compiling untrusted v0.7.1
13572026-06-08T18:53:15.281Z Compiling untrusted v0.9.0
13582026-06-08T18:53:15.361Z Compiling cmake v0.1.57
13592026-06-08T18:53:15.382Z Compiling tinyvec v1.10.0
13602026-06-08T18:53:15.402Z Compiling aho-corasick v1.1.4
13612026-06-08T18:53:15.405Z Compiling atomic-waker v1.1.2
13622026-06-08T18:53:15.431Z Compiling schemars v0.8.22
13632026-06-08T18:53:15.434Z Compiling tower-service v0.3.3
13642026-06-08T18:53:15.434Z Compiling try-lock v0.2.5
13652026-06-08T18:53:15.556Z Compiling dyn-clone v1.0.20
13662026-06-08T18:53:15.571Z Compiling tower-layer v0.3.3
13672026-06-08T18:53:15.587Z Compiling rustls v0.23.37
13682026-06-08T18:53:15.602Z Compiling want v0.3.1
13692026-06-08T18:53:15.602Z Compiling httpdate v1.0.3
13702026-06-08T18:53:15.645Z Compiling openssl v0.10.79
13712026-06-08T18:53:15.679Z Compiling foreign-types-shared v0.1.1
13722026-06-08T18:53:15.716Z Compiling pin-utils v0.1.0
13732026-06-08T18:53:15.737Z Compiling unicode-normalization v0.1.25
13742026-06-08T18:53:15.759Z Compiling foreign-types v0.3.2
13752026-06-08T18:53:15.774Z Compiling spin v0.9.8
13762026-06-08T18:53:15.788Z Compiling crc32fast v1.5.0
13772026-06-08T18:53:15.791Z Compiling time-core v0.1.8
13782026-06-08T18:53:15.816Z Compiling num-conv v0.2.0
13792026-06-08T18:53:15.820Z Compiling powerfmt v0.2.0
13802026-06-08T18:53:15.820Z Compiling native-tls v0.2.18
13812026-06-08T18:53:15.856Z Compiling wait-timeout v0.2.1
13822026-06-08T18:53:15.874Z Compiling sync_wrapper v1.0.2
13832026-06-08T18:53:15.901Z Compiling syn v1.0.109
13842026-06-08T18:53:15.928Z Compiling num_threads v0.1.7
13852026-06-08T18:53:15.969Z Compiling deranged v0.5.8
13862026-06-08T18:53:15.985Z Compiling time-macros v0.2.27
13872026-06-08T18:53:16.000Z Compiling siphasher v1.0.2
13882026-06-08T18:53:16.014Z Compiling crossbeam-utils v0.8.21
13892026-06-08T18:53:16.047Z Compiling simd-adler32 v0.3.8
13902026-06-08T18:53:16.051Z Compiling usdt-impl v0.6.0
13912026-06-08T18:53:16.080Z Compiling quick-error v1.2.3
13922026-06-08T18:53:16.151Z Compiling bit-vec v0.8.0
13932026-06-08T18:53:16.211Z Compiling slog v2.8.2
13942026-06-08T18:53:16.234Z Compiling heapless v0.7.17
13952026-06-08T18:53:16.250Z Compiling rand_xorshift v0.4.0
13962026-06-08T18:53:16.254Z Compiling aws-lc-sys v0.40.0
13972026-06-08T18:53:16.278Z Compiling ring v0.17.14
13982026-06-08T18:53:16.353Z Compiling openssl-sys v0.9.115
13992026-06-08T18:53:16.356Z Compiling regex-automata v0.4.14
14002026-06-08T18:53:16.357Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-06-08T18:53:16.380Z Compiling bit-set v0.8.0
14022026-06-08T18:53:16.455Z Compiling tempfile v3.25.0
14032026-06-08T18:53:16.468Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-06-08T18:53:16.496Z Compiling synstructure v0.13.2
14052026-06-08T18:53:16.511Z Compiling serde_derive_internals v0.29.1
14062026-06-08T18:53:16.584Z Compiling pest_generator v2.8.6
14072026-06-08T18:53:16.770Z Compiling darling_core v0.20.11
14082026-06-08T18:53:16.798Z Compiling rusty-fork v0.3.1
14092026-06-08T18:53:16.829Z Compiling darling_core v0.21.3
14102026-06-08T18:53:16.885Z Compiling thread-id v5.1.0
14112026-06-08T18:53:16.980Z Compiling cookie v0.18.1
14122026-06-08T18:53:17.023Z Compiling signal-hook v0.3.18
14132026-06-08T18:53:17.166Z Compiling time v0.3.47
14142026-06-08T18:53:17.194Z Compiling iri-string v0.7.10
14152026-06-08T18:53:17.209Z Compiling allocator-api2 v0.2.21
14162026-06-08T18:53:17.224Z Compiling unicode-properties v0.1.4
14172026-06-08T18:53:17.228Z Compiling ryu v1.0.23
14182026-06-08T18:53:17.253Z Compiling zstd-safe v7.2.4
14192026-06-08T18:53:17.349Z Compiling paste v1.0.15
14202026-06-08T18:53:17.433Z Compiling adler2 v2.0.1
14212026-06-08T18:53:17.455Z Compiling unarray v0.1.4
14222026-06-08T18:53:17.475Z Compiling anyhow v1.0.102
14232026-06-08T18:53:17.493Z Compiling unicode-bidi v0.3.18
14242026-06-08T18:53:17.529Z Compiling miniz_oxide v0.8.9
14252026-06-08T18:53:17.716Z Compiling num-integer v0.1.46
14262026-06-08T18:53:18.037Z Compiling stringprep v0.1.5
14272026-06-08T18:53:18.067Z Compiling vergen-lib v9.1.0
14282026-06-08T18:53:18.079Z Compiling curve25519-dalek v4.1.3
14292026-06-08T18:53:18.155Z Compiling ff v0.13.1
14302026-06-08T18:53:18.171Z Compiling hash32 v0.2.1
14312026-06-08T18:53:18.266Z Compiling memoffset v0.9.1
14322026-06-08T18:53:18.283Z Compiling serde_derive v1.0.228
14332026-06-08T18:53:18.347Z Compiling zeroize_derive v1.4.3
14342026-06-08T18:53:18.422Z Compiling zerofrom-derive v0.1.6
14352026-06-08T18:53:18.470Z Compiling yoke-derive v0.8.1
14362026-06-08T18:53:18.483Z Compiling zerocopy-derive v0.8.40
14372026-06-08T18:53:18.547Z Compiling zerovec-derive v0.11.2
14382026-06-08T18:53:18.561Z Compiling displaydoc v0.2.5
14392026-06-08T18:53:18.782Z Compiling tokio-macros v2.7.0
14402026-06-08T18:53:18.828Z Compiling futures-macro v0.3.32
14412026-06-08T18:53:19.036Z Compiling zeroize v1.8.2
14422026-06-08T18:53:19.130Z Compiling der_derive v0.7.3
14432026-06-08T18:53:19.341Z Compiling rustls-pki-types v1.14.0
14442026-06-08T18:53:19.422Z Compiling tracing-attributes v0.1.31
14452026-06-08T18:53:19.545Z Compiling thiserror-impl v2.0.18
14462026-06-08T18:53:19.681Z Compiling futures-util v0.3.32
14472026-06-08T18:53:19.695Z Compiling scroll_derive v0.13.1
14482026-06-08T18:53:19.717Z Compiling pest_derive v2.8.6
14492026-06-08T18:53:19.818Z Compiling crypto-common v0.1.7
14502026-06-08T18:53:19.845Z Compiling block-buffer v0.10.4
14512026-06-08T18:53:19.881Z Compiling zerofrom v0.1.6
14522026-06-08T18:53:19.985Z Compiling yoke v0.8.1
14532026-06-08T18:53:20.022Z Compiling digest v0.10.7
14542026-06-08T18:53:20.037Z Compiling block-padding v0.3.3
14552026-06-08T18:53:20.137Z Compiling der v0.7.10
14562026-06-08T18:53:20.186Z Compiling zerovec v0.11.5
14572026-06-08T18:53:20.199Z Compiling zerotrie v0.2.3
14582026-06-08T18:53:20.217Z Compiling inout v0.1.4
14592026-06-08T18:53:20.297Z Compiling hmac v0.12.1
14602026-06-08T18:53:20.403Z Compiling cipher v0.4.4
14612026-06-08T18:53:20.470Z Compiling sha2 v0.10.9
14622026-06-08T18:53:20.530Z Compiling pbkdf2 v0.12.2
14632026-06-08T18:53:20.554Z Compiling schemars_derive v0.8.22
14642026-06-08T18:53:20.613Z Compiling scroll v0.13.0
14652026-06-08T18:53:20.661Z Compiling tinystr v0.8.2
14662026-06-08T18:53:20.684Z Compiling potential_utf v0.1.4
14672026-06-08T18:53:20.716Z Compiling salsa20 v0.10.2
14682026-06-08T18:53:20.801Z Compiling tracing v0.1.44
14692026-06-08T18:53:20.868Z Compiling icu_locale_core v2.1.1
14702026-06-08T18:53:20.882Z Compiling icu_collections v2.1.1
14712026-06-08T18:53:20.895Z Compiling scrypt v0.11.0
14722026-06-08T18:53:20.910Z Compiling aes v0.8.4
14732026-06-08T18:53:20.950Z Compiling thiserror v2.0.18
14742026-06-08T18:53:20.965Z Compiling cbc v0.1.2
14752026-06-08T18:53:21.073Z Compiling spki v0.7.3
14762026-06-08T18:53:21.131Z Compiling darling_macro v0.20.11
14772026-06-08T18:53:21.182Z Compiling openssl-macros v0.1.1
14782026-06-08T18:53:21.326Z Compiling pkcs5 v0.7.1
14792026-06-08T18:53:21.411Z Compiling goblin v0.10.5
14802026-06-08T18:53:21.425Z Compiling rustls-native-certs v0.8.3
14812026-06-08T18:53:21.609Z Compiling icu_provider v2.1.1
14822026-06-08T18:53:21.631Z Compiling pkcs8 v0.10.2
14832026-06-08T18:53:21.668Z Compiling darling v0.20.11
14842026-06-08T18:53:21.761Z Compiling derive_builder_core v0.20.2
14852026-06-08T18:53:21.809Z Compiling bytes v1.11.1
14862026-06-08T18:53:21.825Z Compiling chrono v0.4.44
14872026-06-08T18:53:21.880Z Compiling icu_properties v2.1.2
14882026-06-08T18:53:21.895Z Compiling icu_normalizer v2.1.1
14892026-06-08T18:53:21.918Z Compiling ipnet v2.11.0
14902026-06-08T18:53:21.933Z Compiling dtrace-parser v0.3.0
14912026-06-08T18:53:21.962Z Compiling signature v2.2.0
14922026-06-08T18:53:22.015Z Compiling webpki-roots v1.0.6
14932026-06-08T18:53:22.058Z Compiling thiserror-impl v1.0.69
14942026-06-08T18:53:22.149Z Compiling scroll_derive v0.12.1
14952026-06-08T18:53:22.163Z Compiling serde_urlencoded v0.7.1
14962026-06-08T18:53:22.423Z Compiling tokio v1.52.1
14972026-06-08T18:53:22.440Z Compiling http v1.4.0
14982026-06-08T18:53:22.454Z Compiling erased-serde v0.3.31
14992026-06-08T18:53:22.467Z Compiling toml_datetime v0.6.11
15002026-06-08T18:53:22.652Z Compiling derive_builder_macro v0.20.2
15012026-06-08T18:53:22.698Z Compiling serde_spanned v0.6.9
15022026-06-08T18:53:22.740Z Compiling serde_tokenstream v0.2.3
15032026-06-08T18:53:22.843Z Compiling idna_adapter v1.2.1
15042026-06-08T18:53:22.862Z Compiling ppv-lite86 v0.2.21
15052026-06-08T18:53:22.949Z Compiling scroll v0.12.0
15062026-06-08T18:53:22.964Z Compiling idna v1.1.0
15072026-06-08T18:53:23.008Z Compiling md-5 v0.10.6
15082026-06-08T18:53:23.032Z Compiling darling_macro v0.21.3
15092026-06-08T18:53:23.078Z Compiling http-body v1.0.1
15102026-06-08T18:53:23.182Z Compiling bstr v1.12.1
15112026-06-08T18:53:23.191Z Compiling rand_chacha v0.9.0
15122026-06-08T18:53:23.224Z Compiling rand_chacha v0.3.1
15132026-06-08T18:53:23.235Z Compiling async-trait v0.1.89
15142026-06-08T18:53:23.287Z Compiling http-body-util v0.1.3
15152026-06-08T18:53:23.301Z Compiling pin-project-internal v1.1.11
15162026-06-08T18:53:23.305Z Compiling zerocopy-derive v0.7.35
15172026-06-08T18:53:23.421Z Compiling url v2.5.8
15182026-06-08T18:53:23.429Z Compiling rand v0.9.2
15192026-06-08T18:53:23.560Z Compiling thiserror v1.0.69
15202026-06-08T18:53:23.589Z Compiling encoding_rs v0.8.35
15212026-06-08T18:53:23.682Z Compiling base16ct v0.2.0
15222026-06-08T18:53:23.708Z Compiling litrs v1.0.0
15232026-06-08T18:53:23.819Z Compiling ref-cast v1.0.25
15242026-06-08T18:53:23.887Z Compiling smoltcp v0.9.1
15252026-06-08T18:53:24.149Z Compiling proptest v1.10.0
15262026-06-08T18:53:24.245Z Compiling dof v0.4.0
15272026-06-08T18:53:24.273Z Compiling psl-types v2.0.11
15282026-06-08T18:53:24.279Z Compiling fallible-iterator v0.2.0
15292026-06-08T18:53:24.291Z Compiling mime v0.3.17
15302026-06-08T18:53:24.295Z Compiling zlib-rs v0.6.2
15312026-06-08T18:53:24.317Z Compiling num-bigint-dig v0.8.6
15322026-06-08T18:53:24.407Z Compiling cfg_aliases v0.2.1
15332026-06-08T18:53:24.432Z Compiling rustix v0.38.44
15342026-06-08T18:53:24.480Z Compiling pin-project v1.1.11
15352026-06-08T18:53:24.517Z Compiling nix v0.31.2
15362026-06-08T18:53:24.553Z Compiling publicsuffix v2.3.0
15372026-06-08T18:53:24.593Z Compiling postgres-protocol v0.6.10
15382026-06-08T18:53:24.612Z Compiling document-features v0.2.12
15392026-06-08T18:53:24.647Z Compiling zerocopy v0.7.35
15402026-06-08T18:53:24.760Z Compiling ipnetwork v0.21.1
15412026-06-08T18:53:24.857Z Compiling sec1 v0.7.3
15422026-06-08T18:53:24.899Z Compiling darling v0.21.3
15432026-06-08T18:53:24.908Z Compiling rand v0.8.6
15442026-06-08T18:53:24.908Z Compiling goblin v0.8.2
15452026-06-08T18:53:24.969Z Compiling derive_builder v0.20.2
15462026-06-08T18:53:25.239Z Compiling oxnet v0.1.4
15472026-06-08T18:53:25.255Z Compiling futures-executor v0.3.32
15482026-06-08T18:53:25.255Z Compiling hex v0.4.3
15492026-06-08T18:53:25.255Z Compiling hubpack_derive v0.1.1
15502026-06-08T18:53:25.270Z Compiling hkdf v0.12.4
15512026-06-08T18:53:25.275Z Compiling crypto-bigint v0.5.5
15522026-06-08T18:53:25.481Z Compiling regex v1.12.3
15532026-06-08T18:53:25.604Z Compiling group v0.13.0
15542026-06-08T18:53:25.610Z Compiling ref-cast-impl v1.0.25
15552026-06-08T18:53:25.610Z Compiling snafu-derive v0.8.9
15562026-06-08T18:53:25.701Z Compiling strum_macros v0.27.2
15572026-06-08T18:53:25.722Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-08T18:53:25.756Z Compiling daft-derive v0.1.7
15592026-06-08T18:53:25.817Z Compiling num-iter v0.1.45
15602026-06-08T18:53:26.060Z Compiling terminal_size v0.4.3
15612026-06-08T18:53:26.112Z Compiling phf_shared v0.13.1
15622026-06-08T18:53:26.175Z Compiling lazy_static v1.5.0
15632026-06-08T18:53:26.178Z Compiling vergen v9.1.0
15642026-06-08T18:53:26.218Z Compiling tokio-util v0.7.18
15652026-06-08T18:53:26.260Z Compiling tower v0.5.3
15662026-06-08T18:53:26.286Z Compiling tokio-native-tls v0.3.1
15672026-06-08T18:53:26.372Z Compiling cargo-platform v0.3.2
15682026-06-08T18:53:26.391Z Compiling fs-err v3.3.0
15692026-06-08T18:53:26.406Z Compiling ahash v0.8.12
15702026-06-08T18:53:26.434Z Compiling unicode-segmentation v1.12.0
15712026-06-08T18:53:26.482Z Compiling newtype-uuid v1.3.2
15722026-06-08T18:53:26.511Z Compiling foldhash v0.1.5
15732026-06-08T18:53:26.610Z Compiling libbz2-rs-sys v0.2.2
15742026-06-08T18:53:26.628Z Compiling managed v0.8.0
15752026-06-08T18:53:26.666Z Compiling tower-http v0.6.8
15762026-06-08T18:53:26.701Z Compiling bitflags v1.3.2
15772026-06-08T18:53:26.754Z Compiling bumpalo v3.20.2
15782026-06-08T18:53:26.787Z Compiling object v0.37.3
15792026-06-08T18:53:26.840Z Compiling winnow v0.5.40
15802026-06-08T18:53:26.855Z Compiling foldhash v0.2.0
15812026-06-08T18:53:26.870Z Compiling same-file v1.0.6
15822026-06-08T18:53:27.030Z Compiling h2 v0.4.13
15832026-06-08T18:53:27.048Z Compiling clap_builder v4.5.60
15842026-06-08T18:53:27.092Z Compiling bzip2 v0.6.1
15852026-06-08T18:53:27.107Z Compiling dof v0.3.0
15862026-06-08T18:53:27.133Z Compiling flate2 v1.1.9
15872026-06-08T18:53:27.278Z Compiling hashbrown v0.16.1
15882026-06-08T18:53:27.299Z Compiling walkdir v2.5.0
15892026-06-08T18:53:27.316Z Compiling zopfli v0.8.3
15902026-06-08T18:53:27.548Z Compiling snafu v0.8.9
15912026-06-08T18:53:27.563Z Compiling daft v0.1.7
15922026-06-08T18:53:27.581Z Compiling hashbrown v0.15.5
15932026-06-08T18:53:27.718Z Compiling strum v0.27.2
15942026-06-08T18:53:27.848Z Compiling cargo_metadata v0.23.1
15952026-06-08T18:53:27.881Z Compiling phf v0.13.1
15962026-06-08T18:53:27.921Z Compiling elliptic-curve v0.13.8
15972026-06-08T18:53:28.018Z Compiling signal-hook-mio v0.2.5
15982026-06-08T18:53:28.073Z Compiling cookie_store v0.22.1
15992026-06-08T18:53:28.155Z Compiling toml_edit v0.19.15
16002026-06-08T18:53:28.219Z Compiling usdt-macro v0.6.0
16012026-06-08T18:53:28.236Z Compiling usdt-attr-macro v0.6.0
16022026-06-08T18:53:28.251Z Compiling hubpack v0.1.2
16032026-06-08T18:53:28.398Z Compiling bzip2 v0.4.4
16042026-06-08T18:53:28.452Z Compiling futures v0.3.32
16052026-06-08T18:53:28.466Z Compiling postgres-types v0.2.12
16062026-06-08T18:53:28.480Z Compiling serde_with_macros v3.17.0
16072026-06-08T18:53:28.569Z Compiling zstd v0.13.3
16082026-06-08T18:53:28.626Z Compiling dtrace-parser v0.2.0
16092026-06-08T18:53:28.803Z Compiling globset v0.4.18
16102026-06-08T18:53:28.851Z Compiling ed25519 v2.2.3
16112026-06-08T18:53:29.020Z Compiling pkcs1 v0.7.5
16122026-06-08T18:53:29.061Z Compiling serde_plain v1.0.2
16132026-06-08T18:53:29.095Z Compiling serde-big-array v0.5.1
16142026-06-08T18:53:29.261Z Compiling olpc-cjson v0.1.4
16152026-06-08T18:53:29.287Z Compiling rfc6979 v0.4.0
16162026-06-08T18:53:29.301Z Compiling enum-as-inner v0.6.1
16172026-06-08T18:53:29.416Z Compiling clap_derive v4.5.55
16182026-06-08T18:53:29.433Z Compiling serde_repr v0.1.20
16192026-06-08T18:53:29.448Z Compiling strum_macros v0.26.4
16202026-06-08T18:53:29.462Z Compiling async-recursion v1.1.1
16212026-06-08T18:53:29.523Z Compiling phf_shared v0.11.3
16222026-06-08T18:53:29.652Z Compiling float-cmp v0.10.0
16232026-06-08T18:53:29.669Z Compiling pem v3.0.6
16242026-06-08T18:53:29.730Z Compiling thread-id v4.2.2
16252026-06-08T18:53:29.793Z Compiling memmap2 v0.9.10
16262026-06-08T18:53:29.823Z Compiling env_filter v1.0.0
16272026-06-08T18:53:29.838Z Compiling whoami v2.1.0
16282026-06-08T18:53:29.852Z Compiling data-encoding v2.10.0
16292026-06-08T18:53:30.028Z Compiling either v1.15.0
16302026-06-08T18:53:30.042Z Compiling new_debug_unreachable v1.0.6
16312026-06-08T18:53:30.046Z Compiling predicates-core v1.0.10
16322026-06-08T18:53:30.144Z Compiling hyper v1.8.1
16332026-06-08T18:53:30.159Z Compiling fixedbitset v0.4.2
16342026-06-08T18:53:30.175Z Compiling precomputed-hash v0.1.1
16352026-06-08T18:53:30.192Z Compiling typed-path v0.9.3
16362026-06-08T18:53:30.239Z Compiling jiff v0.2.21
16372026-06-08T18:53:30.255Z Compiling normalize-line-endings v0.3.0
16382026-06-08T18:53:30.273Z Compiling fixedbitset v0.5.7
16392026-06-08T18:53:30.286Z Compiling keccak v0.1.6
16402026-06-08T18:53:30.369Z Compiling difflib v0.4.0
16412026-06-08T18:53:30.397Z Compiling static_assertions v1.1.0
16422026-06-08T18:53:30.483Z Compiling petgraph v0.8.3
16432026-06-08T18:53:30.579Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16442026-06-08T18:53:30.604Z Compiling sha3 v0.10.8
16452026-06-08T18:53:30.909Z Compiling predicates v3.1.4
16462026-06-08T18:53:30.968Z Compiling petgraph v0.6.5
16472026-06-08T18:53:30.982Z Compiling string_cache v0.8.9
16482026-06-08T18:53:31.078Z Compiling toml_edit v0.22.27
16492026-06-08T18:53:31.116Z Compiling itertools v0.13.0
16502026-06-08T18:53:31.130Z Compiling hickory-proto v0.25.2
16512026-06-08T18:53:31.233Z Compiling hyper-util v0.1.20
16522026-06-08T18:53:31.266Z Compiling clap v4.5.60
16532026-06-08T18:53:31.280Z Compiling strum v0.26.3
16542026-06-08T18:53:31.362Z Compiling tokio-postgres v0.7.16
16552026-06-08T18:53:31.434Z Compiling env_logger v0.11.9
16562026-06-08T18:53:31.449Z Compiling usdt v0.6.0
16572026-06-08T18:53:31.577Z Compiling usdt-impl v0.5.0
16582026-06-08T18:53:31.720Z Compiling serde_with v3.17.0
16592026-06-08T18:53:31.759Z Compiling toml v0.7.8
16602026-06-08T18:53:31.806Z Compiling ecdsa v0.16.9
16612026-06-08T18:53:32.209Z Compiling crossterm v0.28.1
16622026-06-08T18:53:32.212Z Compiling rsa v0.9.10
16632026-06-08T18:53:32.372Z Compiling ed25519-dalek v2.2.0
16642026-06-08T18:53:32.482Z Compiling zip v0.6.6
16652026-06-08T18:53:32.803Z Compiling hyper-tls v0.6.0
16662026-06-08T18:53:32.992Z Compiling zip v4.6.1
16672026-06-08T18:53:33.050Z Compiling iddqd v0.4.2
16682026-06-08T18:53:33.417Z Compiling tokio-stream v0.1.18
16692026-06-08T18:53:33.480Z Compiling similar v2.7.0
16702026-06-08T18:53:33.509Z Compiling heck v0.4.1
16712026-06-08T18:53:33.553Z Compiling toml_parser v1.0.9+spec-1.1.0
16722026-06-08T18:53:33.608Z Compiling buf-list v1.1.2
16732026-06-08T18:53:33.623Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16742026-06-08T18:53:33.762Z Compiling openapiv3 v2.2.0
16752026-06-08T18:53:33.892Z Compiling x509-cert v0.2.5
16762026-06-08T18:53:33.910Z Compiling sha1 v0.10.6
16772026-06-08T18:53:33.925Z Compiling crossbeam-epoch v0.9.18
16782026-06-08T18:53:33.950Z Compiling lalrpop-util v0.19.12
16792026-06-08T18:53:34.037Z Compiling peg-runtime v0.8.5
16802026-06-08T18:53:34.063Z Compiling thread_local v1.1.9
16812026-06-08T18:53:34.162Z Compiling slog-async v2.8.0
16822026-06-08T18:53:34.177Z Compiling crossbeam-channel v0.5.15
16832026-06-08T18:53:34.215Z Compiling is-terminal v0.4.17
16842026-06-08T18:53:34.267Z Compiling filetime v0.2.27
16852026-06-08T18:53:34.327Z Compiling xattr v1.6.1
16862026-06-08T18:53:34.342Z Compiling term v1.2.1
16872026-06-08T18:53:34.359Z Compiling take_mut v0.2.2
16882026-06-08T18:53:34.453Z Compiling tar v0.4.45
16892026-06-08T18:53:34.658Z Compiling slog-term v2.9.2
16902026-06-08T18:53:52.248Z Compiling rustls-webpki v0.103.9
16912026-06-08T18:53:55.056Z Compiling tokio-rustls v0.26.4
16922026-06-08T18:53:55.056Z Compiling rustls-platform-verifier v0.6.2
16932026-06-08T18:53:55.260Z Compiling hyper-rustls v0.27.7
16942026-06-08T18:53:55.463Z Compiling reqwest v0.12.28
16952026-06-08T18:53:55.474Z Compiling reqwest v0.13.2
16962026-06-08T18:53:56.672Z Compiling tough v0.22.0
16972026-06-08T18:53:59.166Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-06-08T18:53:59.405Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-06-08T18:54:02.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.47s
17002026-06-08T18:54:02.412Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-06-08T18:54:02.464ZJun 08 18:54:02.337 INFO Starting download, target: Clickhouse
17022026-06-08T18:54:02.464ZJun 08 18:54:02.337 INFO Starting download, target: Cockroach
17032026-06-08T18:54:02.464ZJun 08 18:54:02.337 INFO Starting download, target: Console
17042026-06-08T18:54:02.465ZJun 08 18:54:02.337 INFO Starting download, target: DendriteStub
17052026-06-08T18:54:02.481ZJun 08 18:54:02.337 INFO Starting download, target: MaghemiteMgd
17062026-06-08T18:54:02.481ZJun 08 18:54:02.337 INFO Starting download, target: TransceiverControl
17072026-06-08T18:54:02.481ZJun 08 18:54:02.337 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-06-08T18:54:02.482ZJun 08 18:54:02.338 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-06-08T18:54:02.482ZJun 08 18:54:02.338 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-06-08T18:54:02.482ZJun 08 18:54:02.338 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-06-08T18:54:02.482ZJun 08 18:54:02.338 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17122026-06-08T18:54:02.482ZJun 08 18:54:02.338 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-06-08T18:54:03.085ZJun 08 18:54:02.953 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-08T18:54:03.306ZJun 08 18:54:03.173 INFO Download complete, target: TransceiverControl
17152026-06-08T18:54:03.457ZJun 08 18:54:03.321 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-08T18:54:03.695ZJun 08 18:54:03.564 INFO Download complete, target: Console
17172026-06-08T18:54:04.273ZJun 08 18:54:04.146 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-08T18:54:04.512ZJun 08 18:54:04.388 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-06-08T18:54:04.742ZJun 08 18:54:04.618 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-06-08T18:54:05.249ZJun 08 18:54:05.127 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-06-08T18:54:05.249ZJun 08 18:54:05.127 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-06-08T18:54:06.994ZJun 08 18:54:06.872 INFO Download complete, target: DendriteStub
17232026-06-08T18:54:07.245ZJun 08 18:54:07.123 INFO Download complete, target: MaghemiteMgd
17242026-06-08T18:54:10.199ZJun 08 18:54:10.076 INFO Checking that binary works, target: Cockroach
17252026-06-08T18:54:10.364ZJun 08 18:54:10.241 INFO Download complete, target: Cockroach
17262026-06-08T18:54:11.337ZJun 08 18:54:11.214 INFO Checking that binary works, target: Clickhouse
17272026-06-08T18:54:11.434ZJun 08 18:54:11.311 INFO Download complete, target: Clickhouse
17282026-06-08T18:54:11.439ZAll prerequisites installed successfully
17292026-06-08T18:54:11.443Z
17302026-06-08T18:54:11.443Zreal 2:02.850825894
17312026-06-08T18:54:11.443Zuser 6:58.620397335
17322026-06-08T18:54:11.443Zsys 1:40.681834367
17332026-06-08T18:54:11.443Ztrap 0.265956661
17342026-06-08T18:54:11.443Ztflt 1.305237845
17352026-06-08T18:54:11.443Zdflt 1.669895091
17362026-06-08T18:54:11.443Zkflt 0.034087436
17372026-06-08T18:54:11.443Zlock 22:46.731504554
17382026-06-08T18:54:11.443Zslp 19:09.291013905
17392026-06-08T18:54:11.444Zlat 24.153353591
17402026-06-08T18:54:11.444Zstop 2:46.651378479
17412026-06-08T18:54:11.444Z+ ptime -m cargo xtask download softnpu
17422026-06-08T18:54:11.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17432026-06-08T18:54:11.989Z Running `target/debug/xtask download softnpu`
17442026-06-08T18:54:12.749Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17452026-06-08T18:54:12.816Z Running `target/debug/xtask-downloader softnpu`
17462026-06-08T18:54:12.862ZJun 08 18:54:12.735 INFO Starting download, target: Softnpu
17472026-06-08T18:54:12.862ZJun 08 18:54:12.735 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-06-08T18:54:13.547ZJun 08 18:54:13.425 INFO Download complete, target: Softnpu
17492026-06-08T18:54:13.554Z
17502026-06-08T18:54:13.554Zreal 2.104325286
17512026-06-08T18:54:13.554Zuser 1.334980188
17522026-06-08T18:54:13.555Zsys 0.652702469
17532026-06-08T18:54:13.555Ztrap 0.000709603
17542026-06-08T18:54:13.555Ztflt 0.000134190
17552026-06-08T18:54:13.555Zdflt 0.000219288
17562026-06-08T18:54:13.555Zkflt 0.000000000
17572026-06-08T18:54:13.555Zlock 12.601733739
17582026-06-08T18:54:13.555Zslp 0.557279773
17592026-06-08T18:54:13.555Zlat 0.084728689
17602026-06-08T18:54:13.555Zstop 0.000178479
17612026-06-08T18:54:13.555Z+ export CARGO_INCREMENTAL=0
17622026-06-08T18:54:13.555Z+ CARGO_INCREMENTAL=0
17632026-06-08T18:54:13.555Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-06-08T18:54:14.445Z Compiling proc-macro2 v1.0.106
17652026-06-08T18:54:14.445Z Compiling quote v1.0.45
17662026-06-08T18:54:14.449Z Compiling unicode-ident v1.0.24
17672026-06-08T18:54:14.449Z Compiling libc v0.2.185
17682026-06-08T18:54:14.449Z Compiling serde_core v1.0.228
17692026-06-08T18:54:14.449Z Compiling serde v1.0.228
17702026-06-08T18:54:14.450Z Compiling cfg-if v1.0.4
17712026-06-08T18:54:14.450Z Compiling version_check v0.9.5
17722026-06-08T18:54:14.596Z Compiling shlex v1.3.0
17732026-06-08T18:54:14.604Z Compiling find-msvc-tools v0.1.9
17742026-06-08T18:54:14.605Z Compiling typenum v1.19.0
17752026-06-08T18:54:14.605Z Compiling zmij v1.0.21
17762026-06-08T18:54:14.605Z Compiling autocfg v1.5.0
17772026-06-08T18:54:14.605Z Compiling memchr v2.8.0
17782026-06-08T18:54:14.605Z Compiling serde_json v1.0.149
17792026-06-08T18:54:14.854Z Compiling portable-atomic v1.13.1
17802026-06-08T18:54:14.925Z Compiling libm v0.2.16
17812026-06-08T18:54:15.002Z Compiling zerocopy v0.8.40
17822026-06-08T18:54:15.014Z Compiling generic-array v0.14.7
17832026-06-08T18:54:15.152Z Compiling smallvec v1.15.1
17842026-06-08T18:54:15.161Z Compiling parking_lot_core v0.9.12
17852026-06-08T18:54:15.161Z Compiling icu_normalizer_data v2.1.1
17862026-06-08T18:54:15.207Z Compiling icu_properties_data v2.1.2
17872026-06-08T18:54:15.220Z Compiling num-traits v0.2.19
17882026-06-08T18:54:15.248Z Compiling itoa v1.0.17
17892026-06-08T18:54:15.293Z Compiling getrandom v0.4.1
17902026-06-08T18:54:15.365Z Compiling log v0.4.29
17912026-06-08T18:54:15.415Z Compiling stable_deref_trait v1.2.1
17922026-06-08T18:54:15.438Z Compiling pkg-config v0.3.32
17932026-06-08T18:54:15.484Z Compiling subtle v2.6.1
17942026-06-08T18:54:15.572Z Compiling jobserver v0.1.34
17952026-06-08T18:54:15.576Z Compiling getrandom v0.2.17
17962026-06-08T18:54:15.622Z Compiling errno v0.3.14
17972026-06-08T18:54:15.651Z Compiling scopeguard v1.2.0
17982026-06-08T18:54:15.718Z Compiling rand_core v0.6.4
17992026-06-08T18:54:15.791Z Compiling lock_api v0.4.14
18002026-06-08T18:54:15.807Z Compiling cc v1.2.56
18012026-06-08T18:54:15.845Z Compiling syn v2.0.117
18022026-06-08T18:54:15.892Z Compiling litemap v0.8.1
18032026-06-08T18:54:15.908Z Compiling writeable v0.6.2
18042026-06-08T18:54:15.912Z Compiling percent-encoding v2.3.2
18052026-06-08T18:54:15.984Z Compiling pin-project-lite v0.2.17
18062026-06-08T18:54:16.020Z Compiling fnv v1.0.7
18072026-06-08T18:54:16.116Z Compiling thiserror v2.0.18
18082026-06-08T18:54:16.182Z Compiling getrandom v0.3.4
18092026-06-08T18:54:16.199Z Compiling equivalent v1.0.2
18102026-06-08T18:54:16.230Z Compiling dunce v1.0.5
18112026-06-08T18:54:16.234Z Compiling fs_extra v1.3.0
18122026-06-08T18:54:16.300Z Compiling utf8_iter v1.0.4
18132026-06-08T18:54:16.318Z Compiling rand_core v0.10.0
18142026-06-08T18:54:16.334Z Compiling rustversion v1.0.22
18152026-06-08T18:54:16.338Z Compiling schemars v0.8.22
18162026-06-08T18:54:16.446Z Compiling form_urlencoded v1.2.2
18172026-06-08T18:54:16.501Z Compiling critical-section v1.2.0
18182026-06-08T18:54:16.533Z Compiling cmake v0.1.57
18192026-06-08T18:54:16.536Z Compiling signal-hook-registry v1.4.8
18202026-06-08T18:54:16.611Z Compiling rustix v1.1.3
18212026-06-08T18:54:16.630Z Compiling hashbrown v0.17.0
18222026-06-08T18:54:16.742Z Compiling mio v1.2.0
18232026-06-08T18:54:16.802Z Compiling parking_lot v0.12.5
18242026-06-08T18:54:17.023Z Compiling bitflags v2.11.0
18252026-06-08T18:54:17.032Z Compiling semver v1.0.28
18262026-06-08T18:54:17.104Z Compiling once_cell v1.21.3
18272026-06-08T18:54:17.120Z Compiling socket2 v0.6.3
18282026-06-08T18:54:17.123Z Compiling const-oid v0.9.6
18292026-06-08T18:54:17.153Z Compiling ring v0.17.14
18302026-06-08T18:54:17.234Z Compiling aws-lc-sys v0.40.0
18312026-06-08T18:54:17.255Z Compiling indexmap v2.14.0
18322026-06-08T18:54:17.424Z Compiling aws-lc-rs v1.16.3
18332026-06-08T18:54:17.439Z Compiling heck v0.5.0
18342026-06-08T18:54:17.496Z Compiling futures-core v0.3.32
18352026-06-08T18:54:17.512Z Compiling httparse v1.10.1
18362026-06-08T18:54:17.691Z Compiling thiserror v1.0.69
18372026-06-08T18:54:17.725Z Compiling strsim v0.11.1
18382026-06-08T18:54:17.729Z Compiling vcpkg v0.2.15
18392026-06-08T18:54:17.850Z Compiling ucd-trie v0.1.7
18402026-06-08T18:54:17.900Z Compiling byteorder v1.5.0
18412026-06-08T18:54:17.919Z Compiling iana-time-zone v0.1.65
18422026-06-08T18:54:18.010Z Compiling regex-syntax v0.8.10
18432026-06-08T18:54:18.027Z Compiling pest v2.8.6
18442026-06-08T18:54:18.042Z Compiling ident_case v1.0.1
18452026-06-08T18:54:18.045Z Compiling syn v1.0.109
18462026-06-08T18:54:18.076Z Compiling uuid v1.23.0
18472026-06-08T18:54:18.157Z Compiling rustls v0.23.37
18482026-06-08T18:54:18.183Z Compiling cpufeatures v0.2.17
18492026-06-08T18:54:18.332Z Compiling openssl-sys v0.9.115
18502026-06-08T18:54:18.365Z Compiling futures-sink v0.3.32
18512026-06-08T18:54:18.396Z Compiling rustc_version v0.4.1
18522026-06-08T18:54:18.488Z Compiling futures-channel v0.3.32
18532026-06-08T18:54:18.512Z Compiling slab v0.4.12
18542026-06-08T18:54:18.529Z Compiling futures-io v0.3.32
18552026-06-08T18:54:18.616Z Compiling futures-task v0.3.32
18562026-06-08T18:54:18.689Z Compiling synstructure v0.13.2
18572026-06-08T18:54:18.718Z Compiling serde_derive_internals v0.29.1
18582026-06-08T18:54:18.777Z Compiling aho-corasick v1.1.4
18592026-06-08T18:54:19.006Z Compiling dyn-clone v1.0.20
18602026-06-08T18:54:19.100Z Compiling pest_meta v2.8.6
18612026-06-08T18:54:19.151Z Compiling plain v0.2.3
18622026-06-08T18:54:19.167Z Compiling base64 v0.22.1
18632026-06-08T18:54:19.205Z Compiling crc32fast v1.5.0
18642026-06-08T18:54:19.249Z Compiling openssl v0.10.79
18652026-06-08T18:54:19.282Z Compiling num-conv v0.2.0
18662026-06-08T18:54:19.308Z Compiling time-core v0.1.8
18672026-06-08T18:54:19.434Z Compiling crossbeam-utils v0.8.21
18682026-06-08T18:54:19.493Z Compiling time-macros v0.2.27
18692026-06-08T18:54:19.560Z Compiling native-tls v0.2.18
18702026-06-08T18:54:19.580Z Compiling pretty-hex v0.4.1
18712026-06-08T18:54:19.619Z Compiling regex-automata v0.4.14
18722026-06-08T18:54:19.658Z Compiling anyhow v1.0.102
18732026-06-08T18:54:19.690Z Compiling pest_generator v2.8.6
18742026-06-08T18:54:19.706Z Compiling base64ct v1.8.3
18752026-06-08T18:54:19.724Z Compiling darling_core v0.21.3
18762026-06-08T18:54:19.840Z Compiling tracing-core v0.1.36
18772026-06-08T18:54:19.887Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18782026-06-08T18:54:19.953Z Compiling serde_derive v1.0.228
18792026-06-08T18:54:19.969Z Compiling zeroize_derive v1.4.3
18802026-06-08T18:54:20.008Z Compiling zerofrom-derive v0.1.6
18812026-06-08T18:54:20.181Z Compiling yoke-derive v0.8.1
18822026-06-08T18:54:20.213Z Compiling zerovec-derive v0.11.2
18832026-06-08T18:54:20.269Z Compiling displaydoc v0.2.5
18842026-06-08T18:54:20.332Z Compiling zerocopy-derive v0.8.40
18852026-06-08T18:54:20.384Z Compiling tokio-macros v2.7.0
18862026-06-08T18:54:20.507Z Compiling futures-macro v0.3.32
18872026-06-08T18:54:20.574Z Compiling zeroize v1.8.2
18882026-06-08T18:54:20.961Z Compiling thiserror-impl v2.0.18
18892026-06-08T18:54:21.085Z Compiling schemars_derive v0.8.22
18902026-06-08T18:54:21.133Z Compiling zerofrom v0.1.6
18912026-06-08T18:54:21.150Z Compiling tracing-attributes v0.1.31
18922026-06-08T18:54:21.281Z Compiling yoke v0.8.1
18932026-06-08T18:54:21.296Z Compiling der_derive v0.7.3
18942026-06-08T18:54:21.467Z Compiling zerovec v0.11.5
18952026-06-08T18:54:21.497Z Compiling zerotrie v0.2.3
18962026-06-08T18:54:21.558Z Compiling crypto-common v0.1.7
18972026-06-08T18:54:21.721Z Compiling block-buffer v0.10.4
18982026-06-08T18:54:21.887Z Compiling digest v0.10.7
18992026-06-08T18:54:21.941Z Compiling thiserror-impl v1.0.69
19002026-06-08T18:54:22.098Z Compiling tinystr v0.8.2
19012026-06-08T18:54:22.116Z Compiling potential_utf v0.1.4
19022026-06-08T18:54:22.212Z Compiling pest_derive v2.8.6
19032026-06-08T18:54:22.245Z Compiling icu_collections v2.1.1
19042026-06-08T18:54:22.321Z Compiling icu_locale_core v2.1.1
19052026-06-08T18:54:22.339Z Compiling futures-util v0.3.32
19062026-06-08T18:54:22.354Z Compiling hmac v0.12.1
19072026-06-08T18:54:22.680Z Compiling block-padding v0.3.3
19082026-06-08T18:54:22.837Z Compiling inout v0.1.4
19092026-06-08T18:54:22.985Z Compiling rustls-pki-types v1.14.0
19102026-06-08T18:54:23.009Z Compiling openssl-macros v0.1.1
19112026-06-08T18:54:23.103Z Compiling bytes v1.11.1
19122026-06-08T18:54:23.120Z Compiling icu_provider v2.1.1
19132026-06-08T18:54:23.153Z Compiling chrono v0.4.44
19142026-06-08T18:54:23.203Z Compiling serde_tokenstream v0.2.3
19152026-06-08T18:54:23.413Z Compiling icu_properties v2.1.2
19162026-06-08T18:54:23.501Z Compiling icu_normalizer v2.1.1
19172026-06-08T18:54:23.556Z Compiling cipher v0.4.4
19182026-06-08T18:54:23.733Z Compiling tokio v1.52.1
19192026-06-08T18:54:24.027Z Compiling sha2 v0.10.9
19202026-06-08T18:54:24.306Z Compiling idna_adapter v1.2.1
19212026-06-08T18:54:24.455Z Compiling idna v1.1.0
19222026-06-08T18:54:24.560Z Compiling ppv-lite86 v0.2.21
19232026-06-08T18:54:24.815Z Compiling scroll_derive v0.13.1
19242026-06-08T18:54:24.835Z Compiling url v2.5.8
19252026-06-08T18:54:24.931Z Compiling scroll_derive v0.12.1
19262026-06-08T18:54:24.942Z Compiling http v1.4.0
19272026-06-08T18:54:24.998Z Compiling pem-rfc7468 v0.7.0
19282026-06-08T18:54:25.128Z Compiling untrusted v0.9.0
19292026-06-08T18:54:25.145Z Compiling flagset v0.4.7
19302026-06-08T18:54:25.328Z Compiling der v0.7.10
19312026-06-08T18:54:25.571Z Compiling tracing v0.1.44
19322026-06-08T18:54:25.574Z Compiling darling_macro v0.21.3
19332026-06-08T18:54:25.583Z Compiling regex v1.12.3
19342026-06-08T18:54:25.985Z Compiling zerocopy-derive v0.7.35
19352026-06-08T18:54:26.005Z Compiling rand_core v0.9.5
19362026-06-08T18:54:26.008Z Compiling slog v2.8.2
19372026-06-08T18:54:26.427Z Compiling spki v0.7.3
19382026-06-08T18:54:26.487Z Compiling darling v0.21.3
19392026-06-08T18:54:26.545Z Compiling salsa20 v0.10.2
19402026-06-08T18:54:26.616Z Compiling pbkdf2 v0.12.2
19412026-06-08T18:54:26.931Z Compiling cookie v0.18.1
19422026-06-08T18:54:27.169Z Compiling camino v1.2.2
19432026-06-08T18:54:27.409Z Compiling scrypt v0.11.0
19442026-06-08T18:54:27.418Z Compiling rand_chacha v0.9.0
19452026-06-08T18:54:27.418Z Compiling http-body v1.0.1
19462026-06-08T18:54:27.418Z Compiling cbc v0.1.2
19472026-06-08T18:54:27.430Z Compiling aes v0.8.4
19482026-06-08T18:54:27.567Z Compiling tokio-util v0.7.18
19492026-06-08T18:54:27.669Z Compiling usdt-impl v0.5.0
19502026-06-08T18:54:27.753Z Compiling either v1.15.0
19512026-06-08T18:54:27.816Z Compiling openssl-probe v0.2.1
19522026-06-08T18:54:27.828Z Compiling paste v1.0.15
19532026-06-08T18:54:27.954Z Compiling ref-cast v1.0.25
19542026-06-08T18:54:27.954Z Compiling atomic-waker v1.1.2
19552026-06-08T18:54:27.954Z Compiling usdt-impl v0.6.0
19562026-06-08T18:54:27.954Z Compiling tinyvec_macros v0.1.1
19572026-06-08T18:54:27.954Z Compiling winnow v0.7.14
19582026-06-08T18:54:28.066Z Compiling untrusted v0.7.1
19592026-06-08T18:54:28.135Z Compiling tinyvec v1.10.0
19602026-06-08T18:54:28.174Z Compiling pkcs5 v0.7.1
19612026-06-08T18:54:28.310Z Compiling rand v0.9.2
19622026-06-08T18:54:28.628Z Compiling scroll v0.12.0
19632026-06-08T18:54:28.698Z Compiling scroll v0.13.0
19642026-06-08T18:54:28.827Z Compiling serde_spanned v0.6.9
19652026-06-08T18:54:28.893Z Compiling toml_datetime v0.6.11
19662026-06-08T18:54:28.919Z Compiling async-trait v0.1.89
19672026-06-08T18:54:28.926Z Compiling heapless v0.7.17
19682026-06-08T18:54:28.997Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-06-08T18:54:29.017Z Compiling fastrand v2.3.0
19702026-06-08T18:54:29.036Z Compiling tower-service v0.3.3
19712026-06-08T18:54:29.183Z Compiling tower-layer v0.3.3
19722026-06-08T18:54:29.199Z Compiling signal-hook v0.3.18
19732026-06-08T18:54:29.402Z Compiling try-lock v0.2.5
19742026-06-08T18:54:29.419Z Compiling zstd-safe v7.2.4
19752026-06-08T18:54:29.512Z Compiling want v0.3.1
19762026-06-08T18:54:29.554Z Compiling h2 v0.4.13
19772026-06-08T18:54:29.558Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-06-08T18:54:29.658Z Compiling goblin v0.10.5
19792026-06-08T18:54:29.674Z Compiling goblin v0.8.2
19802026-06-08T18:54:29.742Z Compiling pkcs8 v0.10.2
19812026-06-08T18:54:29.878Z Compiling zerocopy v0.7.35
19822026-06-08T18:54:30.044Z Compiling ipnet v2.11.0
19832026-06-08T18:54:30.144Z Compiling ref-cast-impl v1.0.25
19842026-06-08T18:54:30.267Z Compiling curve25519-dalek v4.1.3
19852026-06-08T18:54:30.445Z Compiling darling_core v0.20.11
19862026-06-08T18:54:30.549Z Compiling memoffset v0.9.1
19872026-06-08T18:54:30.578Z Compiling winnow v0.5.40
19882026-06-08T18:54:30.684Z Compiling pin-utils v0.1.0
19892026-06-08T18:54:31.024Z Compiling httpdate v1.0.3
19902026-06-08T18:54:31.060Z Compiling rustix v0.38.44
19912026-06-08T18:54:31.245Z Compiling litrs v1.0.0
19922026-06-08T18:54:31.401Z Compiling foreign-types-shared v0.1.1
19932026-06-08T18:54:31.520Z Compiling foreign-types v0.3.2
19942026-06-08T18:54:31.566Z Compiling tempfile v3.25.0
19952026-06-08T18:54:31.729Z Compiling document-features v0.2.12
19962026-06-08T18:54:31.914Z Compiling dof v0.3.0
19972026-06-08T18:54:31.974Z Compiling toml_edit v0.19.15
19982026-06-08T18:54:32.295Z Compiling unicode-normalization v0.1.25
19992026-06-08T18:54:32.323Z Compiling dof v0.4.0
20002026-06-08T18:54:32.443Z Compiling darling_macro v0.20.11
20012026-06-08T18:54:32.459Z Compiling dtrace-parser v0.2.0
20022026-06-08T18:54:32.570Z Compiling hyper v1.8.1
20032026-06-08T18:54:32.802Z Compiling dtrace-parser v0.3.0
20042026-06-08T18:54:32.932Z Compiling daft-derive v0.1.7
20052026-06-08T18:54:32.984Z Compiling pin-project-internal v1.1.11
20062026-06-08T18:54:33.068Z Compiling spin v0.9.8
20072026-06-08T18:54:33.082Z Compiling thread-id v5.1.0
20082026-06-08T18:54:33.256Z Compiling thread-id v4.2.2
20092026-06-08T18:54:33.277Z Compiling smoltcp v0.9.1
20102026-06-08T18:54:33.293Z Compiling num-bigint-dig v0.8.6
20112026-06-08T18:54:33.359Z Compiling powerfmt v0.2.0
20122026-06-08T18:54:33.413Z Compiling cfg_aliases v0.2.1
20132026-06-08T18:54:33.518Z Compiling nix v0.31.2
20142026-06-08T18:54:33.562Z Compiling deranged v0.5.8
20152026-06-08T18:54:33.889Z Compiling hyper-util v0.1.20
20162026-06-08T18:54:33.976Z Compiling darling v0.20.11
20172026-06-08T18:54:34.066Z Compiling rustls-native-certs v0.8.3
20182026-06-08T18:54:34.106Z Compiling ipnetwork v0.21.1
20192026-06-08T18:54:34.343Z Compiling curve25519-dalek-derive v0.1.1
20202026-06-08T18:54:34.436Z Compiling strum_macros v0.26.4
20212026-06-08T18:54:34.809Z Compiling sync_wrapper v1.0.2
20222026-06-08T18:54:34.827Z Compiling wait-timeout v0.2.1
20232026-06-08T18:54:35.112Z Compiling siphasher v1.0.2
20242026-06-08T18:54:35.116Z Compiling simd-adler32 v0.3.8
20252026-06-08T18:54:35.310Z Compiling num_threads v0.1.7
20262026-06-08T18:54:35.326Z Compiling utf8parse v0.2.2
20272026-06-08T18:54:35.329Z Compiling bit-vec v0.8.0
20282026-06-08T18:54:35.378Z Compiling quick-error v1.2.3
20292026-06-08T18:54:35.423Z Compiling anstyle v1.0.13
20302026-06-08T18:54:35.469Z Compiling rusty-fork v0.3.1
20312026-06-08T18:54:35.504Z Compiling anstyle-parse v0.2.7
20322026-06-08T18:54:35.554Z Compiling bit-set v0.8.0
20332026-06-08T18:54:35.574Z Compiling time v0.3.47
20342026-06-08T18:54:35.778Z Compiling tower v0.5.3
20352026-06-08T18:54:35.996Z Compiling derive_builder_core v0.20.2
20362026-06-08T18:54:36.072Z Compiling http-body-util v0.1.3
20372026-06-08T18:54:36.342Z Compiling webpki-roots v1.0.6
20382026-06-08T18:54:36.369Z Compiling rand_xorshift v0.4.0
20392026-06-08T18:54:36.479Z Compiling signature v2.2.0
20402026-06-08T18:54:36.527Z Compiling hubpack_derive v0.1.1
20412026-06-08T18:54:36.542Z Compiling strum_macros v0.27.2
20422026-06-08T18:54:36.644Z Compiling snafu-derive v0.8.9
20432026-06-08T18:54:36.790Z Compiling fs-err v3.3.0
20442026-06-08T18:54:36.843Z Compiling ahash v0.8.12
20452026-06-08T18:54:36.990Z Compiling encoding_rs v0.8.35
20462026-06-08T18:54:37.044Z Compiling unarray v0.1.4
20472026-06-08T18:54:37.109Z Compiling unicode-properties v0.1.4
20482026-06-08T18:54:37.179Z Compiling is_terminal_polyfill v1.70.2
20492026-06-08T18:54:37.252Z Compiling ryu v1.0.23
20502026-06-08T18:54:37.298Z Compiling object v0.37.3
20512026-06-08T18:54:37.324Z Compiling adler2 v2.0.1
20522026-06-08T18:54:37.353Z Compiling anstyle-query v1.1.5
20532026-06-08T18:54:37.370Z Compiling unicode-bidi v0.3.18
20542026-06-08T18:54:37.387Z Compiling allocator-api2 v0.2.21
20552026-06-08T18:54:37.472Z Compiling unicode-segmentation v1.12.0
20562026-06-08T18:54:37.668Z Compiling iri-string v0.7.10
20572026-06-08T18:54:37.733Z Compiling colorchoice v1.0.4
20582026-06-08T18:54:37.753Z Compiling mime v0.3.17
20592026-06-08T18:54:37.769Z Compiling stringprep v0.1.5
20602026-06-08T18:54:37.823Z Compiling anstream v0.6.21
20612026-06-08T18:54:37.864Z Compiling serde_urlencoded v0.7.1
20622026-06-08T18:54:37.895Z Compiling miniz_oxide v0.8.9
20632026-06-08T18:54:38.151Z Compiling proptest v1.10.0
20642026-06-08T18:54:38.316Z Compiling derive_builder_macro v0.20.2
20652026-06-08T18:54:38.386Z Compiling tokio-native-tls v0.3.1
20662026-06-08T18:54:38.457Z Compiling usdt-macro v0.6.0
20672026-06-08T18:54:38.530Z Compiling usdt-attr-macro v0.6.0
20682026-06-08T18:54:38.814Z Compiling tower-http v0.6.8
20692026-06-08T18:54:39.108Z Compiling rand_chacha v0.3.1
20702026-06-08T18:54:39.142Z Compiling erased-serde v0.3.31
20712026-06-08T18:54:39.145Z Compiling md-5 v0.10.6
20722026-06-08T18:54:39.173Z Compiling bstr v1.12.1
20732026-06-08T18:54:39.298Z Compiling num-integer v0.1.46
20742026-06-08T18:54:39.315Z Compiling hash32 v0.2.1
20752026-06-08T18:54:39.333Z Compiling vergen-lib v9.1.0
20762026-06-08T18:54:39.488Z Compiling ff v0.13.1
20772026-06-08T18:54:39.536Z Compiling fallible-iterator v0.2.0
20782026-06-08T18:54:39.648Z Compiling zlib-rs v0.6.2
20792026-06-08T18:54:39.664Z Compiling psl-types v2.0.11
20802026-06-08T18:54:39.747Z Compiling base16ct v0.2.0
20812026-06-08T18:54:39.778Z Compiling publicsuffix v2.3.0
20822026-06-08T18:54:39.808Z Compiling group v0.13.0
20832026-06-08T18:54:39.869Z Compiling postgres-protocol v0.6.10
20842026-06-08T18:54:39.884Z Compiling sec1 v0.7.3
20852026-06-08T18:54:39.951Z Compiling num-iter v0.1.45
20862026-06-08T18:54:40.178Z Compiling newtype-uuid v1.3.2
20872026-06-08T18:54:40.370Z Compiling rand v0.8.6
20882026-06-08T18:54:40.649Z Compiling oxnet v0.1.4
20892026-06-08T18:54:41.128Z Compiling derive_builder v0.20.2
20902026-06-08T18:54:41.136Z Compiling hyper-tls v0.6.0
20912026-06-08T18:54:41.136Z Compiling heck v0.4.1
20922026-06-08T18:54:41.136Z Compiling phf_shared v0.13.1
20932026-06-08T18:54:41.136Z Compiling pin-project v1.1.11
20942026-06-08T18:54:41.186Z Compiling lazy_static v1.5.0
20952026-06-08T18:54:41.292Z Compiling terminal_size v0.4.3
20962026-06-08T18:54:41.308Z Compiling serde_with_macros v3.17.0
20972026-06-08T18:54:41.323Z Compiling futures-executor v0.3.32
20982026-06-08T18:54:41.341Z Compiling hex v0.4.3
20992026-06-08T18:54:41.444Z Compiling hkdf v0.12.4
21002026-06-08T18:54:41.557Z Compiling crypto-bigint v0.5.5
21012026-06-08T18:54:41.576Z Compiling clap_derive v4.5.55
21022026-06-08T18:54:41.611Z Compiling async-recursion v1.1.1
21032026-06-08T18:54:41.657Z Compiling flate2 v1.1.9
21042026-06-08T18:54:41.680Z Compiling serde_repr v0.1.20
21052026-06-08T18:54:41.757Z Compiling enum-as-inner v0.6.1
21062026-06-08T18:54:41.948Z Compiling vergen v9.1.0
21072026-06-08T18:54:42.046Z Compiling cargo-platform v0.3.2
21082026-06-08T18:54:42.106Z Compiling foldhash v0.2.0
21092026-06-08T18:54:42.168Z Compiling managed v0.8.0
21102026-06-08T18:54:42.206Z Compiling foldhash v0.1.5
21112026-06-08T18:54:42.270Z Compiling libbz2-rs-sys v0.2.2
21122026-06-08T18:54:42.306Z Compiling same-file v1.0.6
21132026-06-08T18:54:42.324Z Compiling bitflags v1.3.2
21142026-06-08T18:54:42.368Z Compiling clap_lex v1.0.0
21152026-06-08T18:54:42.471Z Compiling bumpalo v3.20.2
21162026-06-08T18:54:42.603Z Compiling clap_builder v4.5.60
21172026-06-08T18:54:42.662Z Compiling elliptic-curve v0.13.8
21182026-06-08T18:54:42.677Z Compiling zopfli v0.8.3
21192026-06-08T18:54:42.692Z Compiling bzip2 v0.6.1
21202026-06-08T18:54:42.737Z Compiling walkdir v2.5.0
21212026-06-08T18:54:42.869Z Compiling hashbrown v0.15.5
21222026-06-08T18:54:42.942Z Compiling hashbrown v0.16.1
21232026-06-08T18:54:43.027Z Compiling cargo_metadata v0.23.1
21242026-06-08T18:54:43.250Z Compiling futures v0.3.32
21252026-06-08T18:54:43.607Z Compiling phf v0.13.1
21262026-06-08T18:54:43.639Z Compiling snafu v0.8.9
21272026-06-08T18:54:43.673Z Compiling zstd v0.13.3
21282026-06-08T18:54:43.723Z Compiling signal-hook-mio v0.2.5
21292026-06-08T18:54:43.859Z Compiling daft v0.1.7
21302026-06-08T18:54:43.942Z Compiling cookie_store v0.22.1
21312026-06-08T18:54:43.991Z Compiling postgres-types v0.2.12
21322026-06-08T18:54:44.108Z Compiling bzip2 v0.4.4
21332026-06-08T18:54:44.154Z Compiling globset v0.4.18
21342026-06-08T18:54:44.258Z Compiling strum v0.27.2
21352026-06-08T18:54:44.467Z Compiling hubpack v0.1.2
21362026-06-08T18:54:44.484Z Compiling ed25519 v2.2.3
21372026-06-08T18:54:44.506Z Compiling phf_shared v0.11.3
21382026-06-08T18:54:44.653Z Compiling crossbeam-epoch v0.9.18
21392026-06-08T18:54:44.712Z Compiling olpc-cjson v0.1.4
21402026-06-08T18:54:44.731Z Compiling pkcs1 v0.7.5
21412026-06-08T18:54:44.747Z Compiling pem v3.0.6
21422026-06-08T18:54:44.886Z Compiling serde-big-array v0.5.1
21432026-06-08T18:54:44.936Z Compiling serde_plain v1.0.2
21442026-06-08T18:54:44.951Z Compiling rfc6979 v0.4.0
21452026-06-08T18:54:45.057Z Compiling float-cmp v0.10.0
21462026-06-08T18:54:45.072Z Compiling env_filter v1.0.0
21472026-06-08T18:54:45.094Z Compiling memmap2 v0.9.10
21482026-06-08T18:54:45.111Z Compiling predicates-core v1.0.10
21492026-06-08T18:54:45.131Z Compiling jiff v0.2.21
21502026-06-08T18:54:45.147Z Compiling toml_write v0.1.2
21512026-06-08T18:54:45.163Z Compiling precomputed-hash v0.1.1
21522026-06-08T18:54:45.180Z Compiling fixedbitset v0.5.7
21532026-06-08T18:54:45.219Z Compiling fixedbitset v0.4.2
21542026-06-08T18:54:45.269Z Compiling keccak v0.1.6
21552026-06-08T18:54:45.293Z Compiling static_assertions v1.1.0
21562026-06-08T18:54:45.320Z Compiling data-encoding v2.10.0
21572026-06-08T18:54:45.343Z Compiling new_debug_unreachable v1.0.6
21582026-06-08T18:54:45.371Z Compiling difflib v0.4.0
21592026-06-08T18:54:45.442Z Compiling whoami v2.1.0
21602026-06-08T18:54:45.459Z Compiling normalize-line-endings v0.3.0
21612026-06-08T18:54:45.478Z Compiling typed-path v0.9.3
21622026-06-08T18:54:45.494Z Compiling sha3 v0.10.8
21632026-06-08T18:54:45.573Z Compiling string_cache v0.8.9
21642026-06-08T18:54:45.669Z Compiling tokio-postgres v0.7.16
21652026-06-08T18:54:45.786Z Compiling hickory-proto v0.25.2
21662026-06-08T18:54:45.787Z Compiling predicates v3.1.4
21672026-06-08T18:54:45.819Z Compiling petgraph v0.6.5
21682026-06-08T18:54:45.833Z Compiling petgraph v0.8.3
21692026-06-08T18:54:45.852Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21702026-06-08T18:54:46.381Z Compiling toml_edit v0.22.27
21712026-06-08T18:54:46.435Z Compiling usdt v0.6.0
21722026-06-08T18:54:46.617Z Compiling env_logger v0.11.9
21732026-06-08T18:54:46.700Z Compiling ecdsa v0.16.9
21742026-06-08T18:54:46.981Z Compiling rsa v0.9.10
21752026-06-08T18:54:47.146Z Compiling ed25519-dalek v2.2.0
21762026-06-08T18:54:47.693Z Compiling zip v0.6.6
21772026-06-08T18:54:47.744Z Compiling zip v4.6.1
21782026-06-08T18:54:47.766Z Compiling crossterm v0.28.1
21792026-06-08T18:54:47.795Z Compiling iddqd v0.4.2
21802026-06-08T18:54:48.232Z Compiling clap v4.5.60
21812026-06-08T18:54:48.718Z Compiling serde_with v3.17.0
21822026-06-08T18:54:48.757Z Compiling similar v2.7.0
21832026-06-08T18:54:48.773Z Compiling strum v0.26.3
21842026-06-08T18:54:48.900Z Compiling toml v0.7.8
21852026-06-08T18:54:48.920Z Compiling tokio-stream v0.1.18
21862026-06-08T18:54:48.953Z Compiling itertools v0.13.0
21872026-06-08T18:54:48.993Z Compiling buf-list v1.1.2
21882026-06-08T18:54:49.124Z Compiling x509-cert v0.2.5
21892026-06-08T18:54:49.469Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21902026-06-08T18:54:49.501Z Compiling openapiv3 v2.2.0
21912026-06-08T18:54:49.585Z Compiling sha1 v0.10.6
21922026-06-08T18:54:50.144Z Compiling lalrpop-util v0.19.12
21932026-06-08T18:54:50.211Z Compiling peg-runtime v0.8.5
21942026-06-08T18:55:05.901Z Compiling rustls-webpki v0.103.9
21952026-06-08T18:55:06.470Z Compiling macaddr v1.0.1
21962026-06-08T18:55:06.567Z Compiling structmeta-derive v0.3.0
21972026-06-08T18:55:06.681Z Compiling crucible-workspace-hack v0.1.0
21982026-06-08T18:55:06.705Z Compiling rayon-core v1.13.0
21992026-06-08T18:55:06.769Z Compiling itertools v0.14.0
22002026-06-08T18:55:06.912Z Compiling secrecy v0.10.3
22012026-06-08T18:55:06.931Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-06-08T18:55:06.986Z Compiling heapless v0.8.0
22032026-06-08T18:55:07.027Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-06-08T18:55:07.117Z Compiling rustls v0.22.4
22052026-06-08T18:55:07.239Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-06-08T18:55:07.294Z Compiling crossbeam-deque v0.8.6
22072026-06-08T18:55:07.326Z Compiling rustls-webpki v0.102.8
22082026-06-08T18:55:07.366Z Compiling hash32 v0.3.1
22092026-06-08T18:55:07.381Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-06-08T18:55:07.500Z Compiling multer v3.1.0
22112026-06-08T18:55:07.517Z Compiling thread_local v1.1.9
22122026-06-08T18:55:07.534Z Compiling unicode-width v0.2.0
22132026-06-08T18:55:07.552Z Compiling smoltcp v0.11.0
22142026-06-08T18:55:07.568Z Compiling match_cfg v0.1.0
22152026-06-08T18:55:07.572Z Compiling structmeta v0.3.0
22162026-06-08T18:55:07.663Z Compiling compression-core v0.4.31
22172026-06-08T18:55:07.716Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22182026-06-08T18:55:07.822Z Compiling slog-async v2.8.0
22192026-06-08T18:55:07.855Z Compiling derive-ex v0.1.8
22202026-06-08T18:55:07.868Z Compiling compression-codecs v0.4.37
22212026-06-08T18:55:07.886Z Compiling proc-macro-crate v3.4.0
22222026-06-08T18:55:07.979Z Compiling hostname v0.3.1
22232026-06-08T18:55:08.087Z Compiling ingot-macros v0.1.1
22242026-06-08T18:55:08.176Z Compiling slog-json v2.6.1
22252026-06-08T18:55:08.191Z Compiling crossbeam-channel v0.5.15
22262026-06-08T18:55:08.249Z Compiling half v2.7.1
22272026-06-08T18:55:08.330Z Compiling newtype-uuid-macros v0.1.0
22282026-06-08T18:55:08.447Z Compiling cobs v0.3.0
22292026-06-08T18:55:08.509Z Compiling thiserror-impl-no-std v2.0.2
22302026-06-08T18:55:08.615Z Compiling universal-hash v0.5.1
22312026-06-08T18:55:08.752Z Compiling async-stream-impl v0.3.6
22322026-06-08T18:55:08.776Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-06-08T18:55:08.890Z Compiling serde_spanned v1.0.4
22342026-06-08T18:55:09.052Z Compiling is-terminal v0.4.17
22352026-06-08T18:55:09.075Z Compiling dropshot v0.17.0
22362026-06-08T18:55:09.160Z Compiling proc-macro-error-attr v1.0.4
22372026-06-08T18:55:09.173Z Compiling ciborium-io v0.2.2
22382026-06-08T18:55:09.232Z Compiling opaque-debug v0.3.1
22392026-06-08T18:55:09.297Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-06-08T18:55:09.313Z Compiling convert_case v0.4.0
22412026-06-08T18:55:09.330Z Compiling toml_writer v1.0.6+spec-1.1.0
22422026-06-08T18:55:09.346Z Compiling take_mut v0.2.2
22432026-06-08T18:55:09.380Z Compiling term v1.2.1
22442026-06-08T18:55:09.395Z Compiling test-strategy v0.4.5
22452026-06-08T18:55:09.489Z Compiling tokio-rustls v0.26.4
22462026-06-08T18:55:09.519Z Compiling rustls-platform-verifier v0.6.2
22472026-06-08T18:55:09.541Z Compiling thiserror-no-std v2.0.2
22482026-06-08T18:55:09.626Z Compiling toml v1.0.6+spec-1.1.0
22492026-06-08T18:55:09.645Z Compiling derive_more v0.99.20
22502026-06-08T18:55:09.696Z Compiling slog-term v2.9.2
22512026-06-08T18:55:09.743Z Compiling hyper-rustls v0.27.7
22522026-06-08T18:55:09.832Z Compiling async-stream v0.3.6
22532026-06-08T18:55:10.041Z Compiling reqwest v0.12.28
22542026-06-08T18:55:10.064Z Compiling reqwest v0.13.2
22552026-06-08T18:55:10.079Z Compiling tokio-rustls v0.25.0
22562026-06-08T18:55:10.409Z Compiling poly1305 v0.8.0
22572026-06-08T18:55:10.713Z Compiling ingot-types v0.1.2
22582026-06-08T18:55:10.722Z Compiling ciborium-ll v0.2.2
22592026-06-08T18:55:10.943Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22602026-06-08T18:55:10.961Z Compiling postcard v1.1.3
22612026-06-08T18:55:11.046Z Compiling slog-bunyan v2.5.0
22622026-06-08T18:55:11.161Z Compiling ingot v0.1.1
22632026-06-08T18:55:11.178Z Compiling num_enum_derive v0.7.5
22642026-06-08T18:55:11.193Z Compiling async-compression v0.4.41
22652026-06-08T18:55:11.359Z Compiling parse-display-derive v0.10.0
22662026-06-08T18:55:11.434Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22672026-06-08T18:55:11.672Z Compiling tough v0.22.0
22682026-06-08T18:55:11.809Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-06-08T18:55:12.098Z Compiling proc-macro-crate v1.3.1
22702026-06-08T18:55:12.153Z Compiling backon v1.6.0
22712026-06-08T18:55:12.430Z Compiling waitgroup v0.1.2
22722026-06-08T18:55:12.457Z Compiling password-hash v0.5.0
22732026-06-08T18:55:12.473Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22742026-06-08T18:55:12.611Z Compiling chacha20 v0.9.1
22752026-06-08T18:55:12.750Z Compiling dropshot_endpoint v0.17.0
22762026-06-08T18:55:12.861Z Compiling rustls-pemfile v2.2.0
22772026-06-08T18:55:13.005Z Compiling blake2 v0.10.6
22782026-06-08T18:55:13.328Z Compiling aead v0.5.2
22792026-06-08T18:55:13.390Z Compiling foreign-types-macros v0.2.3
22802026-06-08T18:55:13.448Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-06-08T18:55:13.464Z Compiling serde_path_to_error v0.1.20
22822026-06-08T18:55:13.480Z Compiling hostname v0.4.2
22832026-06-08T18:55:13.532Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-06-08T18:55:13.547Z Compiling proc-macro-error v1.0.4
22852026-06-08T18:55:13.608Z Compiling instant v0.1.13
22862026-06-08T18:55:13.623Z Compiling cpufeatures v0.3.0
22872026-06-08T18:55:13.663Z Compiling typeid v1.0.3
22882026-06-08T18:55:13.722Z Compiling foreign-types-shared v0.3.1
22892026-06-08T18:55:13.754Z Compiling debug-ignore v1.0.5
22902026-06-08T18:55:13.804Z Compiling backoff v0.4.0
22912026-06-08T18:55:13.833Z Compiling chacha20 v0.10.0
22922026-06-08T18:55:13.849Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22932026-06-08T18:55:13.877Z Compiling chacha20poly1305 v0.10.1
22942026-06-08T18:55:13.892Z Compiling argon2 v0.5.3
22952026-06-08T18:55:13.920Z Compiling parse-display v0.10.0
22962026-06-08T18:55:13.937Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22972026-06-08T18:55:13.955Z Compiling num_enum_derive v0.5.11
22982026-06-08T18:55:13.999Z Compiling foreign-types v0.5.0
22992026-06-08T18:55:14.015Z Compiling num_enum v0.7.5
23002026-06-08T18:55:14.049Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-06-08T18:55:14.049Z Compiling ciborium v0.2.2
23022026-06-08T18:55:14.165Z Compiling vsss-rs v3.3.4
23032026-06-08T18:55:14.336Z Compiling tabwriter v1.4.1
23042026-06-08T18:55:14.423Z Compiling regress v0.10.5
23052026-06-08T18:55:14.716Z Compiling byte-wrapper v0.1.0
23062026-06-08T18:55:14.808Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23072026-06-08T18:55:14.898Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23082026-06-08T18:55:14.898Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23092026-06-08T18:55:14.934Z Compiling cstr-argument v0.1.2
23102026-06-08T18:55:15.137Z Compiling erased-serde v0.4.9
23112026-06-08T18:55:15.195Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23122026-06-08T18:55:15.333Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23132026-06-08T18:55:15.360Z Compiling humantime v2.3.0
23142026-06-08T18:55:15.376Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-08T18:55:15.478Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23162026-06-08T18:55:15.526Z Compiling num_enum v0.5.11
23172026-06-08T18:55:15.578Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-06-08T18:55:15.631Z Compiling rand v0.10.0
23192026-06-08T18:55:15.692Z Compiling rayon v1.11.0
23202026-06-08T18:55:15.711Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-06-08T18:55:15.823Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-06-08T18:55:15.839Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23232026-06-08T18:55:15.853Z Compiling indent_write v2.2.0
23242026-06-08T18:55:15.880Z Compiling colored v3.1.1
23252026-06-08T18:55:15.911Z Compiling libefi-sys v0.1.0
23262026-06-08T18:55:15.959Z Compiling zone_cfg_derive v0.3.1
23272026-06-08T18:55:16.018Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-06-08T18:55:16.146Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-06-08T18:55:16.161Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23302026-06-08T18:55:16.182Z Compiling camino-tempfile v1.4.1
23312026-06-08T18:55:16.399Z Compiling itertools v0.12.1
23322026-06-08T18:55:16.430Z Compiling usdt-macro v0.5.0
23332026-06-08T18:55:16.568Z Compiling usdt-attr-macro v0.5.0
23342026-06-08T18:55:16.584Z Compiling bitfield-struct v0.6.2
23352026-06-08T18:55:16.613Z Compiling num-derive v0.4.2
23362026-06-08T18:55:16.629Z Compiling ordered-float v2.10.1
23372026-06-08T18:55:16.698Z Compiling blake3 v1.8.3
23382026-06-08T18:55:16.933Z Compiling memmap v0.7.0
23392026-06-08T18:55:17.102Z Compiling sigpipe v0.1.3
23402026-06-08T18:55:17.143Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-06-08T18:55:17.210Z Compiling glob v0.3.3
23422026-06-08T18:55:17.213Z Compiling swrite v0.1.0
23432026-06-08T18:55:17.226Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-06-08T18:55:17.369Z Compiling usdt v0.5.0
23452026-06-08T18:55:17.407Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23462026-06-08T18:55:17.548Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-06-08T18:55:17.580Z Compiling serde-value v0.7.0
23482026-06-08T18:55:17.839Z Compiling zone v0.3.1
23492026-06-08T18:55:17.859Z Compiling serde-untagged v0.1.9
23502026-06-08T18:55:17.927Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23512026-06-08T18:55:18.172Z Compiling toml v0.8.23
23522026-06-08T18:55:18.239Z Compiling smf v0.2.3
23532026-06-08T18:55:18.252Z Compiling filetime v0.2.27
23542026-06-08T18:55:18.256Z Compiling constant_time_eq v0.4.2
23552026-06-08T18:55:18.267Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-06-08T18:55:18.299Z Compiling whoami v1.6.1
23572026-06-08T18:55:18.317Z Compiling arrayref v0.3.9
23582026-06-08T18:55:18.368Z Compiling arrayvec v0.7.6
23592026-06-08T18:55:18.413Z Compiling xattr v1.6.1
23602026-06-08T18:55:18.477Z Compiling unicode-xid v0.2.6
23612026-06-08T18:55:18.493Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23622026-06-08T18:55:18.509Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-06-08T18:55:18.643Z Compiling tar v0.4.45
23642026-06-08T18:55:18.643Z Compiling tokio-dtrace v0.1.1
23652026-06-08T18:55:18.763Z Compiling cargo-util-schemas v0.8.2
23662026-06-08T18:55:18.779Z Compiling console v0.16.2
23672026-06-08T18:55:19.015Z Compiling gethostname v0.5.0
23682026-06-08T18:55:19.172Z Compiling cargo-platform v0.2.0
23692026-06-08T18:55:19.187Z Compiling unit-prefix v0.5.2
23702026-06-08T18:55:19.202Z Compiling topological-sort v0.2.2
23712026-06-08T18:55:19.389Z Compiling indicatif v0.18.4
23722026-06-08T18:55:19.406Z Compiling oxide-tokio-rt v0.1.4
23732026-06-08T18:55:19.419Z Compiling shell-words v1.1.1
23742026-06-08T18:55:19.423Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-06-08T18:55:19.910Z Compiling cargo_metadata v0.21.0
23762026-06-08T18:55:28.975Z Compiling progenitor-client v0.10.0
23772026-06-08T18:55:28.975Z Compiling omicron-zone-package v0.12.2
23782026-06-08T18:55:29.013Z Compiling progenitor-client v0.14.0
23792026-06-08T18:55:29.485Z Compiling progenitor-extras v0.2.0
23802026-06-08T18:55:31.799Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-06-08T18:55:31.836Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-06-08T18:55:31.853Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-06-08T18:55:31.945Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-06-08T18:55:32.012Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23852026-06-08T18:55:32.032Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-06-08T18:55:32.054Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-06-08T18:55:32.165Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-06-08T18:55:32.183Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-06-08T18:55:36.109Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-06-08T18:55:43.693Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-06-08T18:55:46.783Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-06-08T18:55:47.757Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-06-08T18:55:57.434Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-06-08T18:55:57.574Z Running `target/release/omicron-package -t test target create -p dev`
23952026-06-08T18:55:57.638ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-06-08T18:55:57.642ZCreated new build target 'test' and set it as active
23972026-06-08T18:55:57.642Z
23982026-06-08T18:55:57.642Zreal 1:44.086227201
23992026-06-08T18:55:57.642Zuser 17:03.070526369
24002026-06-08T18:55:57.642Zsys 2:36.058147643
24012026-06-08T18:55:57.642Ztrap 0.460992919
24022026-06-08T18:55:57.642Ztflt 2.819515046
24032026-06-08T18:55:57.642Zdflt 4.622861867
24042026-06-08T18:55:57.642Zkflt 0.000452527
24052026-06-08T18:55:57.642Zlock 52:57.576257703
24062026-06-08T18:55:57.642Zslp 43:27.526467533
24072026-06-08T18:55:57.642Zlat 42.053223205
24082026-06-08T18:55:57.642Zstop 5:24.751924380
24092026-06-08T18:55:57.668Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-06-08T18:55:58.533Z Finished `release` profile [optimized] target(s) in 0.88s
24112026-06-08T18:55:58.608Z Running `target/release/omicron-package -t test package`
24122026-06-08T18:55:58.666ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-06-08T18:56:00.102Z Compiling heck v0.5.0
24142026-06-08T18:56:00.102Z Compiling regress v0.11.1
24152026-06-08T18:56:00.322Z Compiling unsafe-libyaml v0.2.11
24162026-06-08T18:56:00.369Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-06-08T18:56:00.398Z Compiling regress v0.10.5
24182026-06-08T18:56:00.422Z Compiling is-terminal v0.4.17
24192026-06-08T18:56:00.425Z Compiling unicode-width v0.1.14
24202026-06-08T18:56:00.425Z Compiling prettyplease v0.2.37
24212026-06-08T18:56:00.443Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-06-08T18:56:00.446Z Compiling bytecount v0.6.9
24232026-06-08T18:56:00.446Z Compiling rustls v0.22.4
24242026-06-08T18:56:00.446Z Compiling rustls-webpki v0.102.8
24252026-06-08T18:56:00.463Z Compiling derive-where v1.6.0
24262026-06-08T18:56:00.465Z Compiling thread_local v1.1.9
24272026-06-08T18:56:00.503Z Compiling match_cfg v0.1.0
24282026-06-08T18:56:00.545Z Compiling compression-core v0.4.31
24292026-06-08T18:56:00.586Z Compiling multer v3.1.0
24302026-06-08T18:56:00.672Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-06-08T18:56:00.672Z Compiling hostname v0.3.1
24322026-06-08T18:56:00.675Z Compiling slog-async v2.8.0
24332026-06-08T18:56:00.733Z Compiling crossbeam-channel v0.5.15
24342026-06-08T18:56:00.754Z Compiling slog-json v2.6.1
24352026-06-08T18:56:00.773Z Compiling compression-codecs v0.4.37
24362026-06-08T18:56:00.794Z Compiling serde_spanned v1.0.4
24372026-06-08T18:56:00.818Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-06-08T18:56:00.848Z Compiling serde_yaml v0.9.34+deprecated
24392026-06-08T18:56:00.885Z Compiling term v1.2.1
24402026-06-08T18:56:00.971Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-06-08T18:56:00.971Z Compiling take_mut v0.2.2
24422026-06-08T18:56:01.036Z Compiling async-compression v0.4.41
24432026-06-08T18:56:01.058Z Compiling slog-bunyan v2.5.0
24442026-06-08T18:56:01.187Z Compiling slog-term v2.9.2
24452026-06-08T18:56:01.223Z Compiling toml v1.0.6+spec-1.1.0
24462026-06-08T18:56:01.241Z Compiling dropshot v0.17.0
24472026-06-08T18:56:01.289Z Compiling async-stream v0.3.6
24482026-06-08T18:56:01.329Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-06-08T18:56:01.373Z Compiling num-rational v0.4.2
24502026-06-08T18:56:01.412Z Compiling progenitor-client v0.14.0
24512026-06-08T18:56:01.483Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-06-08T18:56:01.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-06-08T18:56:01.548Z Compiling waitgroup v0.1.2
24542026-06-08T18:56:01.589Z Compiling backon v1.6.0
24552026-06-08T18:56:01.707Z Compiling rustls-pemfile v2.2.0
24562026-06-08T18:56:01.728Z Compiling num-complex v0.4.6
24572026-06-08T18:56:01.731Z Compiling serde_path_to_error v0.1.20
24582026-06-08T18:56:01.751Z Compiling hostname v0.4.2
24592026-06-08T18:56:01.774Z Compiling instant v0.1.13
24602026-06-08T18:56:01.793Z Compiling debug-ignore v1.0.5
24612026-06-08T18:56:01.837Z Compiling typify-impl v0.6.2
24622026-06-08T18:56:01.922Z Compiling backoff v0.4.0
24632026-06-08T18:56:01.945Z Compiling progenitor-extras v0.2.0
24642026-06-08T18:56:01.948Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-06-08T18:56:01.999Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-06-08T18:56:02.165Z Compiling num v0.4.3
24672026-06-08T18:56:02.203Z Compiling parse-display v0.10.0
24682026-06-08T18:56:02.221Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-06-08T18:56:02.254Z Compiling progenitor-client v0.10.0
24702026-06-08T18:56:02.287Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-06-08T18:56:02.336Z Compiling macaddr v1.0.1
24722026-06-08T18:56:02.429Z Compiling float-ord v0.3.2
24732026-06-08T18:56:02.435Z Compiling humantime v2.3.0
24742026-06-08T18:56:02.541Z Compiling console v0.15.11
24752026-06-08T18:56:02.592Z Compiling atomicwrites v0.4.4
24762026-06-08T18:56:02.596Z Compiling newline-converter v0.3.0
24772026-06-08T18:56:02.691Z Compiling progenitor-client v0.13.0
24782026-06-08T18:56:02.712Z Compiling slog-dtrace v0.3.0
24792026-06-08T18:56:02.755Z Compiling owo-colors v4.3.0
24802026-06-08T18:56:02.849Z Compiling tokio-rustls v0.25.0
24812026-06-08T18:56:02.922Z Compiling cancel-safe-futures v0.1.5
24822026-06-08T18:56:02.999Z Compiling expectorate v1.2.0
24832026-06-08T18:56:03.021Z Compiling resolv-conf v0.7.6
24842026-06-08T18:56:03.130Z Compiling toml v0.8.23
24852026-06-08T18:56:03.191Z Compiling libsw-core v0.3.2
24862026-06-08T18:56:03.292Z Compiling linked-hash-map v0.5.6
24872026-06-08T18:56:03.406Z Compiling libsw v3.5.0
24882026-06-08T18:56:03.468Z Compiling linear-map v1.2.0
24892026-06-08T18:56:03.540Z Compiling lru-cache v0.1.2
24902026-06-08T18:56:03.638Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-06-08T18:56:03.659Z Compiling minimal-lexical v0.2.1
24922026-06-08T18:56:03.714Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-06-08T18:56:03.736Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-06-08T18:56:03.740Z Compiling hickory-proto v0.24.4
24952026-06-08T18:56:03.779Z Compiling unicode-xid v0.2.6
24962026-06-08T18:56:03.830Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-06-08T18:56:03.877Z Compiling nom v7.1.3
24982026-06-08T18:56:03.927Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-06-08T18:56:03.948Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25002026-06-08T18:56:04.222Z Compiling convert_case v0.10.0
25012026-06-08T18:56:04.521Z Compiling derive_more-impl v2.1.1
25022026-06-08T18:56:04.687Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-06-08T18:56:05.182Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-06-08T18:56:05.225Z Compiling papergrid v0.11.0
25052026-06-08T18:56:05.307Z Compiling typify-macro v0.6.2
25062026-06-08T18:56:05.310Z Compiling derive_more v2.1.1
25072026-06-08T18:56:05.350Z Compiling tabled_derive v0.7.0
25082026-06-08T18:56:05.444Z Compiling termtree v0.5.1
25092026-06-08T18:56:05.641Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25102026-06-08T18:56:05.886Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-06-08T18:56:06.211Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-06-08T18:56:06.245Z Compiling hickory-resolver v0.24.4
25132026-06-08T18:56:06.430Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-06-08T18:56:06.512Z Compiling tabled v0.15.0
25152026-06-08T18:56:06.656Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-06-08T18:56:06.835Z Compiling typify v0.6.2
25172026-06-08T18:56:07.063Z Compiling progenitor-impl v0.14.0
25182026-06-08T18:56:07.765Z Compiling progenitor-impl v0.13.0
25192026-06-08T18:56:09.198Z Compiling progenitor-macro v0.14.0
25202026-06-08T18:56:09.621Z Compiling qorb v0.4.1
25212026-06-08T18:56:09.942Z Compiling progenitor-macro v0.13.0
25222026-06-08T18:56:11.653Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-06-08T18:56:11.930Z Compiling crossterm v0.29.0
25242026-06-08T18:56:11.955Z Compiling phf_shared v0.12.1
25252026-06-08T18:56:12.257Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-06-08T18:56:12.357Z Compiling csv-core v0.1.13
25272026-06-08T18:56:12.803Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-06-08T18:56:12.806Z Compiling vte v0.14.1
25292026-06-08T18:56:12.880Z Compiling chrono-tz v0.10.4
25302026-06-08T18:56:13.088Z Compiling highway v1.3.0
25312026-06-08T18:56:13.125Z Compiling strip-ansi-escapes v0.2.1
25322026-06-08T18:56:13.189Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-06-08T18:56:13.274Z Compiling progenitor v0.14.0
25342026-06-08T18:56:13.456Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25352026-06-08T18:56:13.691Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-06-08T18:56:13.832Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-06-08T18:56:13.835Z Compiling csv v1.4.0
25382026-06-08T18:56:13.994Z Compiling progenitor v0.13.0
25392026-06-08T18:56:14.182Z Compiling phf v0.12.1
25402026-06-08T18:56:14.392Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25412026-06-08T18:56:14.423Z Compiling const_format_proc_macros v0.2.34
25422026-06-08T18:56:14.544Z Compiling fd-lock v4.0.4
25432026-06-08T18:56:14.726Z Compiling peg-macros v0.8.5
25442026-06-08T18:56:14.917Z Compiling nu-ansi-term v0.50.3
25452026-06-08T18:56:15.204Z Compiling reedline v0.40.0
25462026-06-08T18:56:15.225Z Compiling const_format v0.2.35
25472026-06-08T18:56:15.722Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-08T18:56:15.982Z Compiling peg v0.8.5
25492026-06-08T18:56:16.113Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-08T18:56:16.624Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25512026-06-08T18:56:16.921Z Compiling bcs v0.1.6
25522026-06-08T18:56:17.027Z Compiling semver v0.1.20
25532026-06-08T18:56:17.263Z Compiling rustc_version v0.1.7
25542026-06-08T18:56:17.323Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-06-08T18:56:17.434Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-06-08T18:56:17.505Z Compiling newtype_derive v0.1.6
25572026-06-08T18:56:17.579Z Compiling unicode-linebreak v0.1.5
25582026-06-08T18:56:17.736Z Compiling smawk v0.3.2
25592026-06-08T18:56:17.894Z Compiling textwrap v0.16.2
25602026-06-08T18:56:17.936Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25612026-06-08T18:56:18.569Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-08T18:56:18.646Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25632026-06-08T18:56:19.010Z Compiling base64 v0.21.7
25642026-06-08T18:56:19.098Z Compiling steno v0.4.1
25652026-06-08T18:56:19.557Z Compiling dropshot-api-manager-types v0.7.2
25662026-06-08T18:56:19.729Z Compiling tagptr v0.2.0
25672026-06-08T18:56:19.872Z Compiling utf-8 v0.7.6
25682026-06-08T18:56:19.978Z Compiling moka v0.12.13
25692026-06-08T18:56:20.063Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-06-08T18:56:20.115Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-06-08T18:56:20.196Z Compiling tungstenite v0.21.0
25722026-06-08T18:56:20.308Z Compiling radium v0.7.0
25732026-06-08T18:56:20.337Z Compiling maybe-uninit v2.0.0
25742026-06-08T18:56:20.468Z Compiling tap v1.0.1
25752026-06-08T18:56:20.620Z Compiling display-error-chain v0.2.2
25762026-06-08T18:56:20.710Z Compiling wyz v0.5.1
25772026-06-08T18:56:20.934Z Compiling tokio-tungstenite v0.21.0
25782026-06-08T18:56:20.957Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25792026-06-08T18:56:20.980Z Compiling num-derive v0.3.3
25802026-06-08T18:56:21.213Z Compiling hickory-resolver v0.25.2
25812026-06-08T18:56:21.325Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25822026-06-08T18:56:21.871Z Compiling zerocopy-derive v0.6.6
25832026-06-08T18:56:22.041Z Compiling proc-macro-error-attr2 v2.0.0
25842026-06-08T18:56:22.182Z Compiling funty v2.0.0
25852026-06-08T18:56:22.344Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-06-08T18:56:22.452Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-06-08T18:56:22.693Z Compiling packed_struct v0.10.1
25882026-06-08T18:56:22.969Z Compiling crc-catalog v2.4.0
25892026-06-08T18:56:23.099Z Compiling crc v3.4.0
25902026-06-08T18:56:23.155Z Compiling zerocopy v0.6.6
25912026-06-08T18:56:23.160Z Compiling bitvec v1.0.1
25922026-06-08T18:56:23.346Z Compiling proc-macro-error2 v2.0.1
25932026-06-08T18:56:23.564Z Compiling libscf-sys v1.1.0
25942026-06-08T18:56:23.662Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-06-08T18:56:23.751Z Compiling packed_struct_codegen v0.10.1
25962026-06-08T18:56:23.834Z Compiling vergen-lib v0.1.6
25972026-06-08T18:56:24.056Z Compiling bitfield-macros v0.19.4
25982026-06-08T18:56:24.771Z Compiling indexmap v1.9.3
25992026-06-08T18:56:24.837Z Compiling nodrop v0.1.14
26002026-06-08T18:56:24.969Z Compiling array-init v0.0.4
26012026-06-08T18:56:25.063Z Compiling bitfield v0.19.4
26022026-06-08T18:56:25.269Z Compiling smallvec v0.6.14
26032026-06-08T18:56:25.346Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-06-08T18:56:25.396Z Compiling tabled_derive v0.11.0
26052026-06-08T18:56:25.544Z Compiling papergrid v0.17.0
26062026-06-08T18:56:25.624Z Compiling testing_table v0.3.0
26072026-06-08T18:56:26.054Z Compiling vergen-gitcl v1.0.8
26082026-06-08T18:56:26.063Z Compiling dirs-sys-next v0.1.2
26092026-06-08T18:56:26.243Z Compiling glob v0.3.3
26102026-06-08T18:56:26.279Z Compiling maplit v1.0.2
26112026-06-08T18:56:26.344Z Compiling diesel_derives v2.3.7
26122026-06-08T18:56:26.405Z Compiling crunchy v0.2.4
26132026-06-08T18:56:26.441Z Compiling hashbrown v0.12.3
26142026-06-08T18:56:26.570Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26152026-06-08T18:56:26.612Z Compiling clang-sys v1.8.1
26162026-06-08T18:56:26.684Z Compiling dirs-next v2.0.0
26172026-06-08T18:56:26.725Z Compiling tabled v0.20.0
26182026-06-08T18:56:26.823Z Compiling serde-hex v0.1.0
26192026-06-08T18:56:27.059Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-06-08T18:56:27.263Z Compiling ron v0.8.1
26212026-06-08T18:56:27.309Z Compiling hashbrown v0.13.2
26222026-06-08T18:56:27.547Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-06-08T18:56:27.686Z Compiling scheduled-thread-pool v0.2.7
26242026-06-08T18:56:27.794Z Compiling dsl_auto_type v0.2.0
26252026-06-08T18:56:27.928Z Compiling diesel_table_macro_syntax v0.3.0
26262026-06-08T18:56:28.154Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-06-08T18:56:28.267Z Compiling crc-any v2.5.0
26282026-06-08T18:56:28.288Z Compiling tiny-keccak v2.0.2
26292026-06-08T18:56:28.458Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-06-08T18:56:28.574Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-08T18:56:28.689Z Compiling r2d2 v0.8.10
26322026-06-08T18:56:28.720Z Compiling object v0.30.4
26332026-06-08T18:56:28.991Z Compiling term v0.7.0
26342026-06-08T18:56:29.126Z Compiling bit-vec v0.6.3
26352026-06-08T18:56:29.251Z Compiling path-slash v0.1.5
26362026-06-08T18:56:29.377Z Compiling downcast-rs v2.0.2
26372026-06-08T18:56:29.443Z Compiling xshell-macros v0.2.7
26382026-06-08T18:56:29.468Z Compiling bit-set v0.5.3
26392026-06-08T18:56:29.508Z Compiling ascii-canvas v3.0.0
26402026-06-08T18:56:29.750Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-06-08T18:56:29.765Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-06-08T18:56:29.787Z Compiling itertools v0.10.5
26432026-06-08T18:56:29.838Z Compiling xshell v0.2.7
26442026-06-08T18:56:30.244Z Compiling ena v0.14.4
26452026-06-08T18:56:30.344Z Compiling libloading v0.8.9
26462026-06-08T18:56:30.501Z Compiling bindgen v0.71.1
26472026-06-08T18:56:30.586Z Compiling regex-syntax v0.6.29
26482026-06-08T18:56:30.787Z Compiling crc8 v0.1.1
26492026-06-08T18:56:30.891Z Compiling diff v0.1.13
26502026-06-08T18:56:30.942Z Compiling unicase v2.9.0
26512026-06-08T18:56:31.160Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-06-08T18:56:31.183Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-06-08T18:56:31.263Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-06-08T18:56:32.199Z Compiling lalrpop v0.19.12
26552026-06-08T18:56:32.414Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-06-08T18:56:32.493Z Compiling cexpr v0.6.0
26572026-06-08T18:56:32.561Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-06-08T18:56:32.790Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-06-08T18:56:32.813Z Compiling rustc-hash v2.1.1
26602026-06-08T18:56:33.033Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-06-08T18:56:33.051Z Compiling headers-core v0.3.0
26622026-06-08T18:56:33.132Z Compiling libxml v0.3.3
26632026-06-08T18:56:33.208Z Compiling diesel v2.3.7
26642026-06-08T18:56:33.231Z Compiling headers v0.4.1
26652026-06-08T18:56:33.442Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-06-08T18:56:33.579Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-06-08T18:56:33.702Z Compiling typify-impl v0.4.3
26682026-06-08T18:56:33.806Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-06-08T18:56:34.018Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-06-08T18:56:34.291Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-06-08T18:56:34.498Z Compiling strum_macros v0.24.3
26722026-06-08T18:56:34.636Z Compiling git-stub v1.0.0
26732026-06-08T18:56:34.794Z Compiling indoc v1.0.9
26742026-06-08T18:56:34.897Z Compiling git-stub-vcs v0.1.0
26752026-06-08T18:56:35.261Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-06-08T18:56:35.267Z Compiling derive_builder v0.20.2
26772026-06-08T18:56:35.839Z Compiling oso-derive v0.27.3
26782026-06-08T18:56:35.865Z Compiling quick-xml v0.37.5
26792026-06-08T18:56:35.865Z Compiling impl-trait-for-tuples v0.2.3
26802026-06-08T18:56:35.937Z Compiling openssl-probe v0.1.6
26812026-06-08T18:56:36.272Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-06-08T18:56:36.841Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-06-08T18:56:36.998Z Compiling half v1.8.3
26842026-06-08T18:56:37.027Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-06-08T18:56:37.061Z Compiling bb8 v0.8.6
26862026-06-08T18:56:37.171Z Compiling typify-macro v0.4.3
26872026-06-08T18:56:37.252Z Compiling serde_cbor v0.11.2
26882026-06-08T18:56:37.408Z Compiling trait-variant v0.1.2
26892026-06-08T18:56:37.468Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-06-08T18:56:37.497Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-06-08T18:56:37.707Z Compiling samael v0.0.19
26922026-06-08T18:56:37.840Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-06-08T18:56:37.977Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-06-08T18:56:38.197Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-06-08T18:56:38.342Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-06-08T18:56:38.464Z Compiling fxhash v0.2.1
26972026-06-08T18:56:38.641Z Compiling libz-sys v1.1.24
26982026-06-08T18:56:38.697Z Compiling typify v0.4.3
26992026-06-08T18:56:38.820Z Compiling progenitor-impl v0.11.2
27002026-06-08T18:56:38.844Z Compiling nonempty v0.12.0
27012026-06-08T18:56:39.044Z Compiling salty v0.3.0
27022026-06-08T18:56:39.360Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-06-08T18:56:39.481Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27042026-06-08T18:56:39.492Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-06-08T18:56:39.686Z Compiling progenitor-client v0.11.2
27062026-06-08T18:56:39.694Z Compiling polar-core v0.27.3
27072026-06-08T18:56:39.744Z Compiling kstat-rs v0.2.4
27082026-06-08T18:56:39.756Z Compiling arc-swap v1.8.2
27092026-06-08T18:56:40.230Z Compiling fs-err v2.11.0
27102026-06-08T18:56:40.529Z Compiling mime_guess v2.0.5
27112026-06-08T18:56:40.611Z Compiling slog-scope v4.4.1
27122026-06-08T18:56:40.970Z Compiling progenitor-macro v0.11.2
27132026-06-08T18:56:41.057Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
27142026-06-08T18:56:41.079Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27152026-06-08T18:56:41.703Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-08T18:56:43.698Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-06-08T18:56:43.992Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-06-08T18:56:44.176Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-06-08T18:56:44.414Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-06-08T18:56:44.777Z Compiling nanorand v0.7.0
27212026-06-08T18:56:44.967Z Compiling progenitor v0.11.2
27222026-06-08T18:56:45.157Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27232026-06-08T18:56:45.179Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27242026-06-08T18:56:45.334Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27252026-06-08T18:56:45.385Z Compiling darling_core v0.23.0
27262026-06-08T18:56:45.859Z Compiling libgit2-sys v0.18.3+1.9.2
27272026-06-08T18:56:46.179Z Compiling parking_lot_core v0.8.6
27282026-06-08T18:56:47.592Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27292026-06-08T18:56:49.543Z Compiling oso v0.27.3
27302026-06-08T18:56:53.156Z Compiling async-bb8-diesel v0.2.1
27312026-06-08T18:56:53.540Z Compiling diesel-dtrace v0.5.0
27322026-06-08T18:56:53.555Z Compiling darling_macro v0.23.0
27332026-06-08T18:56:53.661Z Compiling flume v0.11.1
27342026-06-08T18:56:53.783Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-06-08T18:56:53.940Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-06-08T18:56:54.050Z Compiling slog-stdlog v4.1.1
27372026-06-08T18:56:58.625Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-06-08T18:56:58.714Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-06-08T18:56:58.714Z Compiling primeorder v0.13.6
27402026-06-08T18:56:58.714Z Compiling atty v0.2.14
27412026-06-08T18:56:58.714Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27422026-06-08T18:56:58.714Z Compiling strsim v0.10.0
27432026-06-08T18:56:58.714Z Compiling http-range v0.1.5
27442026-06-08T18:56:58.714Z Compiling instability v0.3.11
27452026-06-08T18:56:58.715Z Compiling parse-size v1.1.0
27462026-06-08T18:56:58.715Z Compiling darling_core v0.13.4
27472026-06-08T18:56:58.716Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-06-08T18:56:58.716Z Compiling p384 v0.13.1
27492026-06-08T18:56:58.716Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-06-08T18:56:58.716Z Compiling slog-envlogger v2.2.0
27512026-06-08T18:56:58.716Z Compiling darling v0.23.0
27522026-06-08T18:56:58.716Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-06-08T18:56:58.716Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-06-08T18:56:58.716Z Compiling ignore v0.4.25
27552026-06-08T18:56:59.027Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-08T18:56:59.053Z Compiling vergen-git2 v9.1.0
27572026-06-08T18:56:59.316Z Compiling castaway v0.2.4
27582026-06-08T18:56:59.338Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-08T18:56:59.472Z Compiling indoc v2.0.7
27602026-06-08T18:56:59.634Z Compiling compact_str v0.8.1
27612026-06-08T18:57:00.428Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-06-08T18:57:00.576Z Compiling globwalk v0.9.1
27632026-06-08T18:57:00.641Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-06-08T18:57:00.895Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-06-08T18:57:01.176Z Compiling parking_lot v0.11.2
27662026-06-08T18:57:01.261Z Compiling hyper-staticfile v0.10.1
27672026-06-08T18:57:01.768Z Compiling darling_macro v0.13.4
27682026-06-08T18:57:02.124Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-06-08T18:57:02.484Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-06-08T18:57:02.581Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-06-08T18:57:03.153Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-06-08T18:57:03.372Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27732026-06-08T18:57:03.413Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27742026-06-08T18:57:03.632Z Compiling predicates-tree v1.0.13
27752026-06-08T18:57:03.655Z Compiling unicode-truncate v1.1.0
27762026-06-08T18:57:03.874Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-06-08T18:57:04.105Z Compiling lru v0.12.5
27782026-06-08T18:57:04.124Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-06-08T18:57:04.257Z Compiling rand_seeder v0.4.0
27802026-06-08T18:57:04.329Z Compiling prefix-trie v0.7.0
27812026-06-08T18:57:04.518Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-06-08T18:57:04.663Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-06-08T18:57:04.735Z Compiling corncobs v0.1.4
27842026-06-08T18:57:04.831Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-08T18:57:04.849Z Compiling rustls v0.21.12
27862026-06-08T18:57:04.913Z Compiling cassowary v0.3.0
27872026-06-08T18:57:05.004Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-06-08T18:57:05.028Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27892026-06-08T18:57:05.049Z Compiling hickory-server v0.25.2
27902026-06-08T18:57:05.125Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27912026-06-08T18:57:05.180Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27922026-06-08T18:57:05.275Z Compiling ratatui v0.29.0
27932026-06-08T18:57:05.331Z Compiling camino-tempfile-ext v0.3.3
27942026-06-08T18:57:05.393Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-06-08T18:57:05.733Z Compiling darling v0.13.4
27962026-06-08T18:57:05.968Z Compiling sled v0.34.7
27972026-06-08T18:57:06.236Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-06-08T18:57:06.500Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-06-08T18:57:06.589Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-06-08T18:57:08.373Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-06-08T18:57:09.225Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-06-08T18:57:09.311Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28032026-06-08T18:57:09.446Z Compiling sct v0.7.1
28042026-06-08T18:57:09.530Z Compiling rustls-webpki v0.101.7
28052026-06-08T18:57:09.719Z Compiling secrecy v0.8.0
28062026-06-08T18:57:09.916Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-06-08T18:57:10.409Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-06-08T18:57:11.158Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28092026-06-08T18:57:11.217Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28102026-06-08T18:57:11.480Z Compiling serde_with_macros v1.5.2
28112026-06-08T18:57:11.626Z Compiling git2 v0.20.4
28122026-06-08T18:57:12.381Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-06-08T18:57:12.551Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-06-08T18:57:12.908Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-06-08T18:57:12.986Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-06-08T18:57:13.547Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28172026-06-08T18:57:13.825Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28182026-06-08T18:57:14.433Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28192026-06-08T18:57:14.586Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28202026-06-08T18:57:14.652Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-06-08T18:57:14.745Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28222026-06-08T18:57:14.813Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28232026-06-08T18:57:14.880Z Compiling void v1.0.2
28242026-06-08T18:57:15.029Z Compiling lzss v0.8.2
28252026-06-08T18:57:15.351Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-06-08T18:57:15.373Z Compiling illumos-nvpair v0.3.0
28272026-06-08T18:57:15.857Z Compiling serde_with v1.14.0
28282026-06-08T18:57:16.101Z Compiling tokio-rustls v0.24.1
28292026-06-08T18:57:16.379Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-06-08T18:57:16.877Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-06-08T18:57:17.045Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-06-08T18:57:18.415Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-06-08T18:57:18.871Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-06-08T18:57:19.603Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-06-08T18:57:19.721Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-06-08T18:57:19.743Z Compiling tungstenite v0.23.0
28372026-06-08T18:57:19.964Z Compiling rustls-pemfile v1.0.4
28382026-06-08T18:57:20.367Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-06-08T18:57:20.422Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28402026-06-08T18:57:20.649Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28412026-06-08T18:57:20.892Z Compiling nix v0.27.1
28422026-06-08T18:57:21.453Z Compiling twox-hash v2.1.2
28432026-06-08T18:57:21.961Z Compiling serde_bytes v0.11.19
28442026-06-08T18:57:22.134Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-06-08T18:57:22.158Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28462026-06-08T18:57:22.295Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28472026-06-08T18:57:22.514Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28482026-06-08T18:57:23.658Z Compiling tokio-tungstenite v0.23.1
28492026-06-08T18:57:24.076Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-06-08T18:57:25.931Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-06-08T18:57:26.564Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-06-08T18:57:27.234Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-06-08T18:57:27.707Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-06-08T18:57:27.911Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-06-08T18:57:28.020Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-06-08T18:57:28.362Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28572026-06-08T18:57:28.620Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-06-08T18:57:29.128Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28592026-06-08T18:57:29.336Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28602026-06-08T18:57:30.350Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28612026-06-08T18:57:31.028Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-06-08T18:57:31.609Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-08T18:57:31.994Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-06-08T18:57:32.311Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28652026-06-08T18:57:32.560Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28662026-06-08T18:57:33.468Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-06-08T18:57:33.534Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-06-08T18:57:34.123Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-06-08T18:57:34.778Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28702026-06-08T18:57:34.865Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28712026-06-08T18:57:34.998Z Compiling signal-hook-tokio v0.3.1
28722026-06-08T18:57:35.186Z Compiling fatfs v0.3.6
28732026-06-08T18:57:35.781Z Compiling yasna v0.5.2
28742026-06-08T18:57:36.385Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-06-08T18:57:36.835Z Compiling assert_matches v1.5.0
28762026-06-08T18:57:36.960Z Compiling seq-macro v0.3.6
28772026-06-08T18:57:37.023Z Compiling is_ci v1.2.0
28782026-06-08T18:57:37.134Z Compiling rcgen v0.12.1
28792026-06-08T18:57:37.237Z Compiling supports-color v3.0.2
28802026-06-08T18:57:37.323Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-06-08T18:57:37.451Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-06-08T18:57:37.579Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-06-08T18:57:37.600Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-06-08T18:57:37.749Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-06-08T18:57:37.827Z Compiling subprocess v0.2.15
28862026-06-08T18:57:37.972Z Compiling rtoolbox v0.0.3
28872026-06-08T18:57:38.247Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-06-08T18:57:40.003Z Compiling rpassword v7.4.0
28892026-06-08T18:57:40.029Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-06-08T18:57:40.292Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-06-08T18:57:41.324Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-06-08T18:57:41.477Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-06-08T18:57:41.513Z Compiling tui-tree-widget v0.23.1
28942026-06-08T18:57:41.804Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-06-08T18:57:42.550Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-06-08T18:57:42.763Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-06-08T18:57:43.084Z Compiling uzers v0.12.2
28982026-06-08T18:57:43.400Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-06-08T18:57:44.605Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-06-08T18:57:45.731Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-06-08T18:57:46.333Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-06-08T18:57:50.473Z Compiling support-bundle-viewer v0.1.2
29032026-06-08T18:57:50.816Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-06-08T18:57:52.360Z Compiling multimap v0.10.1
29052026-06-08T18:58:00.968Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-06-08T18:58:07.054Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-06-08T18:58:12.981Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-06-08T18:58:13.110Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-06-08T18:58:14.857Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-06-08T19:04:20.746Z Finished `release` profile [optimized] target(s) in 8m 21s
29112026-06-08T19:05:07.173Z
29122026-06-08T19:05:07.173Zreal 9:09.502998591
29132026-06-08T19:05:07.176Zuser 1:19:09.982294633
29142026-06-08T19:05:07.176Zsys 3:32.901963122
29152026-06-08T19:05:07.176Ztrap 1.742371548
29162026-06-08T19:05:07.176Ztflt 2.326049594
29172026-06-08T19:05:07.176Zdflt 17.794468226
29182026-06-08T19:05:07.176Zkflt 0.006758806
29192026-06-08T19:05:07.176Zlock 6:43:14.361689202
29202026-06-08T19:05:07.176Zslp 2:14:16.215344388
29212026-06-08T19:05:07.177Zlat 2:28.596502373
29222026-06-08T19:05:07.177Zstop 5:16.222088242
29232026-06-08T19:05:07.177Z+ mapfile -t packages
29242026-06-08T19:05:07.177Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-06-08T19:05:08.134Z Finished `release` profile [optimized] target(s) in 0.95s
29262026-06-08T19:05:08.206Z Running `target/release/omicron-package -t test list-outputs`
29272026-06-08T19:05:08.269ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-06-08T19:05:08.272Z+ ptime -m cargo build --locked --release -p xtask
29292026-06-08T19:05:08.811Z Compiling libc v0.2.185
29302026-06-08T19:05:08.811Z Compiling serde v1.0.228
29312026-06-08T19:05:08.811Z Compiling serde_core v1.0.228
29322026-06-08T19:05:08.815Z Compiling rustix v1.1.3
29332026-06-08T19:05:08.815Z Compiling bitflags v2.11.0
29342026-06-08T19:05:08.815Z Compiling serde_json v1.0.149
29352026-06-08T19:05:08.815Z Compiling num-traits v0.2.19
29362026-06-08T19:05:08.945Z Compiling syn v2.0.117
29372026-06-08T19:05:08.986Z Compiling smallvec v1.15.1
29382026-06-08T19:05:09.010Z Compiling indexmap v2.14.0
29392026-06-08T19:05:09.013Z Compiling usdt-impl v0.5.0
29402026-06-08T19:05:09.034Z Compiling syn v1.0.109
29412026-06-08T19:05:09.048Z Compiling log v0.4.29
29422026-06-08T19:05:09.060Z Compiling getrandom v0.4.1
29432026-06-08T19:05:09.207Z Compiling percent-encoding v2.3.2
29442026-06-08T19:05:09.365Z Compiling form_urlencoded v1.2.2
29452026-06-08T19:05:09.435Z Compiling fs-err v3.3.0
29462026-06-08T19:05:09.438Z Compiling anyhow v1.0.102
29472026-06-08T19:05:09.458Z Compiling once_cell v1.21.3
29482026-06-08T19:05:09.471Z Compiling heck v0.4.1
29492026-06-08T19:05:09.647Z Compiling thread-id v4.2.2
29502026-06-08T19:05:09.661Z Compiling errno v0.3.14
29512026-06-08T19:05:09.710Z Compiling memmap v0.7.0
29522026-06-08T19:05:09.986Z Compiling ordered-float v2.10.1
29532026-06-08T19:05:10.487Z Compiling proc-macro-error v1.0.4
29542026-06-08T19:05:10.674Z Compiling terminal_size v0.4.3
29552026-06-08T19:05:10.674Z Compiling tempfile v3.25.0
29562026-06-08T19:05:10.732Z Compiling tabled_derive v0.7.0
29572026-06-08T19:05:10.772Z Compiling clap_builder v4.5.60
29582026-06-08T19:05:10.772Z Compiling textwrap v0.16.2
29592026-06-08T19:05:10.909Z Compiling camino-tempfile v1.4.1
29602026-06-08T19:05:11.417Z Compiling tabled v0.15.0
29612026-06-08T19:05:11.504Z Compiling synstructure v0.13.2
29622026-06-08T19:05:11.507Z Compiling pest_generator v2.8.6
29632026-06-08T19:05:11.899Z Compiling serde_derive v1.0.228
29642026-06-08T19:05:11.902Z Compiling zerovec-derive v0.11.2
29652026-06-08T19:05:11.902Z Compiling displaydoc v0.2.5
29662026-06-08T19:05:11.902Z Compiling thiserror-impl v1.0.69
29672026-06-08T19:05:11.902Z Compiling zerocopy-derive v0.7.35
29682026-06-08T19:05:11.902Z Compiling scroll_derive v0.12.1
29692026-06-08T19:05:11.902Z Compiling thiserror-impl v2.0.18
29702026-06-08T19:05:11.908Z Compiling zerofrom-derive v0.1.6
29712026-06-08T19:05:11.911Z Compiling yoke-derive v0.8.1
29722026-06-08T19:05:11.914Z Compiling clap_derive v4.5.55
29732026-06-08T19:05:12.046Z Compiling pest_derive v2.8.6
29742026-06-08T19:05:12.658Z Compiling scroll v0.12.0
29752026-06-08T19:05:12.754Z Compiling zerocopy v0.7.35
29762026-06-08T19:05:12.939Z Compiling goblin v0.8.2
29772026-06-08T19:05:13.146Z Compiling zerofrom v0.1.6
29782026-06-08T19:05:13.160Z Compiling thiserror v1.0.69
29792026-06-08T19:05:13.281Z Compiling yoke v0.8.1
29802026-06-08T19:05:13.301Z Compiling dtrace-parser v0.2.0
29812026-06-08T19:05:13.362Z Compiling thiserror v2.0.18
29822026-06-08T19:05:13.496Z Compiling zerovec v0.11.5
29832026-06-08T19:05:13.510Z Compiling zerotrie v0.2.3
29842026-06-08T19:05:13.659Z Compiling clap v4.5.60
29852026-06-08T19:05:14.092Z Compiling tinystr v0.8.2
29862026-06-08T19:05:14.326Z Compiling icu_locale_core v2.1.1
29872026-06-08T19:05:14.808Z Compiling potential_utf v0.1.4
29882026-06-08T19:05:15.016Z Compiling icu_collections v2.1.1
29892026-06-08T19:05:15.220Z Compiling icu_provider v2.1.1
29902026-06-08T19:05:15.388Z Compiling serde_spanned v0.6.9
29912026-06-08T19:05:15.591Z Compiling icu_properties v2.1.2
29922026-06-08T19:05:15.605Z Compiling icu_normalizer v2.1.1
29932026-06-08T19:05:15.668Z Compiling toml_datetime v0.6.11
29942026-06-08T19:05:15.739Z Compiling dof v0.3.0
29952026-06-08T19:05:15.795Z Compiling serde_tokenstream v0.2.3
29962026-06-08T19:05:15.869Z Compiling serde-value v0.7.0
29972026-06-08T19:05:15.914Z Compiling toml_edit v0.22.27
29982026-06-08T19:05:15.972Z Compiling cargo-platform v0.2.0
29992026-06-08T19:05:16.079Z Compiling macaddr v1.0.1
30002026-06-08T19:05:16.520Z Compiling idna_adapter v1.2.1
30012026-06-08T19:05:16.551Z Compiling usdt-macro v0.5.0
30022026-06-08T19:05:16.585Z Compiling usdt-attr-macro v0.5.0
30032026-06-08T19:05:16.676Z Compiling idna v1.1.0
30042026-06-08T19:05:17.007Z Compiling url v2.5.8
30052026-06-08T19:05:17.234Z Compiling usdt v0.5.0
30062026-06-08T19:05:17.479Z Compiling toml v0.8.23
30072026-06-08T19:05:17.908Z Compiling cargo-util-schemas v0.8.2
30082026-06-08T19:05:17.912Z Compiling cargo_toml v0.21.0
30092026-06-08T19:05:18.946Z Compiling cargo_metadata v0.21.0
30102026-06-08T19:05:22.024Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-06-08T19:05:25.022Z Finished `release` profile [optimized] target(s) in 16.74s
30122026-06-08T19:05:25.185Z
30132026-06-08T19:05:25.189Zreal 16.877292956
30142026-06-08T19:05:25.189Zuser 2:22.122817146
30152026-06-08T19:05:25.189Zsys 16.781907695
30162026-06-08T19:05:25.189Ztrap 0.093281069
30172026-06-08T19:05:25.189Ztflt 0.620343387
30182026-06-08T19:05:25.189Zdflt 1.512773422
30192026-06-08T19:05:25.189Zkflt 0.000029095
30202026-06-08T19:05:25.189Zlock 5:20.233000081
30212026-06-08T19:05:25.189Zslp 3:25.599288222
30222026-06-08T19:05:25.189Zlat 6.946567485
30232026-06-08T19:05:25.189Zstop 20.658103770
30242026-06-08T19:05:25.189Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-06-08T19:05:25.189Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-06-08T19:05:25.189Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-06-08T19:05:25.189Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-06-08T19:05:25.189Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-06-08T19:05:26.135Z Compiling newtype-uuid-macros v0.1.0
30302026-06-08T19:05:26.135Z Compiling progenitor-client v0.14.0
30312026-06-08T19:05:26.135Z Compiling structmeta-derive v0.3.0
30322026-06-08T19:05:26.142Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-06-08T19:05:26.142Z Compiling rustls v0.22.4
30342026-06-08T19:05:26.292Z Compiling rustls-webpki v0.102.8
30352026-06-08T19:05:26.295Z Compiling multer v3.1.0
30362026-06-08T19:05:26.309Z Compiling match_cfg v0.1.0
30372026-06-08T19:05:26.312Z Compiling compression-core v0.4.31
30382026-06-08T19:05:26.312Z Compiling debug-ignore v1.0.5
30392026-06-08T19:05:26.312Z Compiling slog-json v2.6.1
30402026-06-08T19:05:26.312Z Compiling async-stream-impl v0.3.6
30412026-06-08T19:05:26.326Z Compiling serde_spanned v1.0.4
30422026-06-08T19:05:26.342Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-06-08T19:05:26.345Z Compiling dropshot v0.17.0
30442026-06-08T19:05:26.345Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-06-08T19:05:26.591Z Compiling itertools v0.14.0
30462026-06-08T19:05:26.613Z Compiling toml v1.0.6+spec-1.1.0
30472026-06-08T19:05:26.653Z Compiling compression-codecs v0.4.37
30482026-06-08T19:05:26.656Z Compiling hostname v0.3.1
30492026-06-08T19:05:26.656Z Compiling waitgroup v0.1.2
30502026-06-08T19:05:26.656Z Compiling rustls-pemfile v2.2.0
30512026-06-08T19:05:26.726Z Compiling dropshot_endpoint v0.17.0
30522026-06-08T19:05:26.729Z Compiling hostname v0.4.2
30532026-06-08T19:05:26.729Z Compiling serde_path_to_error v0.1.20
30542026-06-08T19:05:26.746Z Compiling regress v0.10.5
30552026-06-08T19:05:26.888Z Compiling async-compression v0.4.41
30562026-06-08T19:05:26.910Z Compiling slog-bunyan v2.5.0
30572026-06-08T19:05:26.929Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-06-08T19:05:26.948Z Compiling macaddr v1.0.1
30592026-06-08T19:05:26.994Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-06-08T19:05:27.076Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30612026-06-08T19:05:27.093Z Compiling instant v0.1.13
30622026-06-08T19:05:27.111Z Compiling async-stream v0.3.6
30632026-06-08T19:05:27.137Z Compiling backon v1.6.0
30642026-06-08T19:05:27.159Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-06-08T19:05:27.177Z Compiling progenitor-client v0.10.0
30662026-06-08T19:05:27.200Z Compiling backoff v0.4.0
30672026-06-08T19:05:27.219Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-06-08T19:05:27.235Z Compiling humantime v2.3.0
30692026-06-08T19:05:27.306Z Compiling progenitor-extras v0.2.0
30702026-06-08T19:05:27.351Z Compiling universal-hash v0.5.1
30712026-06-08T19:05:27.367Z Compiling opaque-debug v0.3.1
30722026-06-08T19:05:27.435Z Compiling half v2.7.1
30732026-06-08T19:05:27.454Z Compiling structmeta v0.3.0
30742026-06-08T19:05:27.454Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30752026-06-08T19:05:27.487Z Compiling ciborium-io v0.2.2
30762026-06-08T19:05:27.507Z Compiling crucible-workspace-hack v0.1.0
30772026-06-08T19:05:27.510Z Compiling regress v0.11.1
30782026-06-08T19:05:27.525Z Compiling convert_case v0.4.0
30792026-06-08T19:05:27.584Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30802026-06-08T19:05:27.604Z Compiling aead v0.5.2
30812026-06-08T19:05:27.604Z Compiling secrecy v0.10.3
30822026-06-08T19:05:27.636Z Compiling unsafe-libyaml v0.2.11
30832026-06-08T19:05:27.708Z Compiling derive-ex v0.1.8
30842026-06-08T19:05:27.725Z Compiling parse-display-derive v0.10.0
30852026-06-08T19:05:27.765Z Compiling ciborium-ll v0.2.2
30862026-06-08T19:05:27.806Z Compiling poly1305 v0.8.0
30872026-06-08T19:05:27.828Z Compiling chacha20 v0.9.1
30882026-06-08T19:05:27.873Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30892026-06-08T19:05:27.876Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30902026-06-08T19:05:27.906Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30912026-06-08T19:05:27.936Z Compiling thiserror-impl-no-std v2.0.2
30922026-06-08T19:05:27.953Z Compiling derive_more v0.99.20
30932026-06-08T19:05:28.016Z Compiling ciborium v0.2.2
30942026-06-08T19:05:28.105Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-06-08T19:05:28.148Z Compiling byte-wrapper v0.1.0
30962026-06-08T19:05:28.257Z Compiling serde_yaml v0.9.34+deprecated
30972026-06-08T19:05:28.307Z Compiling password-hash v0.5.0
30982026-06-08T19:05:28.438Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30992026-06-08T19:05:28.519Z Compiling blake2 v0.10.6
31002026-06-08T19:05:28.590Z Compiling chacha20poly1305 v0.10.1
31012026-06-08T19:05:28.618Z Compiling indent_write v2.2.0
31022026-06-08T19:05:28.636Z Compiling toml_datetime v0.7.5+spec-1.1.0
31032026-06-08T19:05:28.654Z Compiling heapless v0.8.0
31042026-06-08T19:05:28.756Z Compiling tokio-rustls v0.25.0
31052026-06-08T19:05:28.777Z Compiling ingot-macros v0.1.1
31062026-06-08T19:05:28.794Z Compiling argon2 v0.5.3
31072026-06-08T19:05:28.918Z Compiling toml_edit v0.23.10+spec-1.0.0
31082026-06-08T19:05:29.129Z Compiling tabwriter v1.4.1
31092026-06-08T19:05:29.194Z Compiling typify-impl v0.6.2
31102026-06-08T19:05:29.212Z Compiling thiserror-no-std v2.0.2
31112026-06-08T19:05:29.332Z Compiling vsss-rs v3.3.4
31122026-06-08T19:05:29.388Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-06-08T19:05:29.533Z Compiling parse-display v0.10.0
31142026-06-08T19:05:29.551Z Compiling test-strategy v0.4.5
31152026-06-08T19:05:29.691Z Compiling hash32 v0.3.1
31162026-06-08T19:05:29.800Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31172026-06-08T19:05:29.865Z Compiling smoltcp v0.11.0
31182026-06-08T19:05:30.017Z Compiling proc-macro-crate v3.4.0
31192026-06-08T19:05:30.035Z Compiling num-rational v0.4.2
31202026-06-08T19:05:30.073Z Compiling cobs v0.3.0
31212026-06-08T19:05:30.096Z Compiling num-complex v0.4.6
31222026-06-08T19:05:30.242Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31232026-06-08T19:05:30.318Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-06-08T19:05:30.343Z Compiling colored v3.1.1
31252026-06-08T19:05:30.380Z Compiling postcard v1.1.3
31262026-06-08T19:05:30.461Z Compiling num v0.4.3
31272026-06-08T19:05:30.520Z Compiling proc-macro-error v1.0.4
31282026-06-08T19:05:30.562Z Compiling proc-macro-crate v1.3.1
31292026-06-08T19:05:30.585Z Compiling atomicwrites v0.4.4
31302026-06-08T19:05:30.603Z Compiling num_enum_derive v0.7.5
31312026-06-08T19:05:30.637Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31322026-06-08T19:05:30.656Z Compiling foreign-types-macros v0.2.3
31332026-06-08T19:05:30.741Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31342026-06-08T19:05:30.759Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31352026-06-08T19:05:30.802Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-06-08T19:05:30.874Z Compiling foreign-types-shared v0.3.1
31372026-06-08T19:05:30.903Z Compiling rayon-core v1.13.0
31382026-06-08T19:05:30.959Z Compiling cpufeatures v0.3.0
31392026-06-08T19:05:30.976Z Compiling float-ord v0.3.2
31402026-06-08T19:05:31.018Z Compiling num_enum_derive v0.5.11
31412026-06-08T19:05:31.059Z Compiling chacha20 v0.10.0
31422026-06-08T19:05:31.103Z Compiling crossbeam-deque v0.8.6
31432026-06-08T19:05:31.121Z Compiling camino-tempfile v1.4.1
31442026-06-08T19:05:31.124Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-06-08T19:05:31.175Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31462026-06-08T19:05:31.197Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31472026-06-08T19:05:31.225Z Compiling cstr-argument v0.1.2
31482026-06-08T19:05:31.293Z Compiling foreign-types v0.5.0
31492026-06-08T19:05:31.325Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31502026-06-08T19:05:31.382Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31512026-06-08T19:05:31.398Z Compiling rand v0.10.0
31522026-06-08T19:05:31.436Z Compiling toml v0.8.23
31532026-06-08T19:05:31.571Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-06-08T19:05:31.664Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-06-08T19:05:31.682Z Compiling zone_cfg_derive v0.3.1
31562026-06-08T19:05:31.708Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31572026-06-08T19:05:31.730Z Compiling ingot-types v0.1.2
31582026-06-08T19:05:31.747Z Compiling num_enum v0.7.5
31592026-06-08T19:05:31.763Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31602026-06-08T19:05:31.791Z Compiling itertools v0.12.1
31612026-06-08T19:05:31.818Z Compiling rayon v1.11.0
31622026-06-08T19:05:31.862Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-06-08T19:05:31.881Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31642026-06-08T19:05:31.981Z Compiling num-derive v0.4.2
31652026-06-08T19:05:31.998Z Compiling sigpipe v0.1.3
31662026-06-08T19:05:32.115Z Compiling ingot v0.1.1
31672026-06-08T19:05:32.115Z Compiling num_enum v0.5.11
31682026-06-08T19:05:32.119Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31692026-06-08T19:05:32.119Z Compiling glob v0.3.3
31702026-06-08T19:05:32.190Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31712026-06-08T19:05:32.190Z Compiling smf v0.2.3
31722026-06-08T19:05:32.282Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732026-06-08T19:05:32.346Z Compiling prettyplease v0.2.37
31742026-06-08T19:05:32.395Z Compiling whoami v1.6.1
31752026-06-08T19:05:32.420Z Compiling usdt-attr-macro v0.5.0
31762026-06-08T19:05:32.470Z Compiling usdt-macro v0.5.0
31772026-06-08T19:05:32.638Z Compiling gethostname v0.5.0
31782026-06-08T19:05:32.714Z Compiling memmap v0.7.0
31792026-06-08T19:05:32.752Z Compiling derive-where v1.6.0
31802026-06-08T19:05:32.787Z Compiling resolv-conf v0.7.6
31812026-06-08T19:05:32.857Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-06-08T19:05:32.929Z Compiling cancel-safe-futures v0.1.5
31832026-06-08T19:05:32.964Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-06-08T19:05:33.024Z Compiling zone v0.3.1
31852026-06-08T19:05:33.059Z Compiling owo-colors v4.3.0
31862026-06-08T19:05:33.187Z Compiling libsw-core v0.3.2
31872026-06-08T19:05:33.277Z Compiling console v0.15.11
31882026-06-08T19:05:33.309Z Compiling usdt v0.5.0
31892026-06-08T19:05:33.392Z Compiling libsw v3.5.0
31902026-06-08T19:05:33.446Z Compiling newline-converter v0.3.0
31912026-06-08T19:05:33.592Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31922026-06-08T19:05:33.609Z Compiling hickory-proto v0.24.4
31932026-06-08T19:05:33.609Z Compiling progenitor-client v0.13.0
31942026-06-08T19:05:33.646Z Compiling libefi-sys v0.1.0
31952026-06-08T19:05:33.730Z Compiling linked-hash-map v0.5.6
31962026-06-08T19:05:33.748Z Compiling linear-map v1.2.0
31972026-06-08T19:05:33.794Z Compiling expectorate v1.2.0
31982026-06-08T19:05:33.826Z Compiling typify-macro v0.6.2
31992026-06-08T19:05:33.857Z Compiling git-stub v1.0.0
32002026-06-08T19:05:33.902Z Compiling lru-cache v0.1.2
32012026-06-08T19:05:33.918Z Compiling bitfield-struct v0.6.2
32022026-06-08T19:05:33.943Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32032026-06-08T19:05:33.978Z Compiling semver v0.1.20
32042026-06-08T19:05:33.999Z Compiling tokio-dtrace v0.1.1
32052026-06-08T19:05:34.056Z Compiling git-stub-vcs v0.1.0
32062026-06-08T19:05:34.149Z Compiling dropshot-api-manager-types v0.7.2
32072026-06-08T19:05:34.166Z Compiling slog-dtrace v0.3.0
32082026-06-08T19:05:34.219Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-06-08T19:05:34.235Z Compiling rustc_version v0.1.7
32102026-06-08T19:05:34.257Z Compiling minimal-lexical v0.2.1
32112026-06-08T19:05:34.300Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-06-08T19:05:34.317Z Compiling oxide-tokio-rt v0.1.4
32132026-06-08T19:05:34.320Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32142026-06-08T19:05:34.407Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-06-08T19:05:34.455Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-06-08T19:05:34.473Z Compiling nom v7.1.3
32172026-06-08T19:05:34.505Z Compiling newtype_derive v0.1.6
32182026-06-08T19:05:34.509Z Compiling phf_shared v0.12.1
32192026-06-08T19:05:34.545Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32202026-06-08T19:05:34.562Z Compiling csv-core v0.1.13
32212026-06-08T19:05:34.581Z Compiling xshell-macros v0.2.7
32222026-06-08T19:05:34.634Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32232026-06-08T19:05:34.651Z Compiling highway v1.3.0
32242026-06-08T19:05:34.732Z Compiling chrono-tz v0.10.4
32252026-06-08T19:05:34.810Z Compiling csv v1.4.0
32262026-06-08T19:05:34.853Z Compiling phf v0.12.1
32272026-06-08T19:05:34.966Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32282026-06-08T19:05:35.014Z Compiling const_format_proc_macros v0.2.34
32292026-06-08T19:05:35.033Z Compiling xshell v0.2.7
32302026-06-08T19:05:35.054Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32312026-06-08T19:05:35.090Z Compiling primeorder v0.13.6
32322026-06-08T19:05:35.394Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-06-08T19:05:35.394Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-06-08T19:05:35.446Z Compiling tabled_derive v0.7.0
32352026-06-08T19:05:35.464Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-06-08T19:05:35.510Z Compiling bcs v0.1.6
32372026-06-08T19:05:35.583Z Compiling salty v0.3.0
32382026-06-08T19:05:35.691Z Compiling typify v0.6.2
32392026-06-08T19:05:35.711Z Compiling tagptr v0.2.0
32402026-06-08T19:05:35.836Z Compiling progenitor-impl v0.14.0
32412026-06-08T19:05:35.860Z Compiling progenitor-impl v0.13.0
32422026-06-08T19:05:35.878Z Compiling hickory-resolver v0.24.4
32432026-06-08T19:05:35.894Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32442026-06-08T19:05:35.894Z Compiling termtree v0.5.1
32452026-06-08T19:05:35.933Z Compiling const_format v0.2.35
32462026-06-08T19:05:35.951Z Compiling textwrap v0.16.2
32472026-06-08T19:05:36.096Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-06-08T19:05:36.278Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-06-08T19:05:36.296Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32502026-06-08T19:05:36.341Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-06-08T19:05:36.424Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-06-08T19:05:36.460Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32532026-06-08T19:05:36.498Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32542026-06-08T19:05:36.698Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32552026-06-08T19:05:36.738Z Compiling tabled v0.15.0
32562026-06-08T19:05:36.789Z Compiling moka v0.12.13
32572026-06-08T19:05:36.831Z Compiling steno v0.4.1
32582026-06-08T19:05:36.948Z Compiling qorb v0.4.1
32592026-06-08T19:05:36.984Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32602026-06-08T19:05:37.155Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32612026-06-08T19:05:37.316Z Compiling base64 v0.21.7
32622026-06-08T19:05:37.611Z Compiling radium v0.7.0
32632026-06-08T19:05:37.680Z Compiling hickory-resolver v0.25.2
32642026-06-08T19:05:37.941Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-06-08T19:05:37.962Z Compiling p384 v0.13.1
32662026-06-08T19:05:38.147Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-06-08T19:05:38.152Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32682026-06-08T19:05:38.257Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32692026-06-08T19:05:38.509Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32702026-06-08T19:05:38.532Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32712026-06-08T19:05:38.564Z Compiling progenitor-macro v0.14.0
32722026-06-08T19:05:38.614Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-06-08T19:05:38.617Z Compiling typify-impl v0.4.3
32742026-06-08T19:05:38.648Z Compiling progenitor-macro v0.13.0
32752026-06-08T19:05:38.685Z Compiling maybe-uninit v2.0.0
32762026-06-08T19:05:39.006Z Compiling tap v1.0.1
32772026-06-08T19:05:39.131Z Compiling wyz v0.5.1
32782026-06-08T19:05:39.155Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-06-08T19:05:39.192Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-06-08T19:05:39.297Z Compiling proc-macro-error-attr2 v2.0.0
32812026-06-08T19:05:39.361Z Compiling packed_struct v0.10.1
32822026-06-08T19:05:39.395Z Compiling parking_lot_core v0.8.6
32832026-06-08T19:05:39.480Z Compiling utf-8 v0.7.6
32842026-06-08T19:05:39.565Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32852026-06-08T19:05:39.679Z Compiling funty v2.0.0
32862026-06-08T19:05:39.699Z Compiling tungstenite v0.21.0
32872026-06-08T19:05:39.755Z Compiling proc-macro-error2 v2.0.1
32882026-06-08T19:05:39.789Z Compiling polyval v0.6.2
32892026-06-08T19:05:39.837Z Compiling packed_struct_codegen v0.10.1
32902026-06-08T19:05:39.853Z Compiling num-derive v0.3.3
32912026-06-08T19:05:39.934Z Compiling bitfield-macros v0.19.4
32922026-06-08T19:05:40.024Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32932026-06-08T19:05:40.054Z Compiling bitvec v1.0.1
32942026-06-08T19:05:40.121Z Compiling zerocopy-derive v0.6.6
32952026-06-08T19:05:40.299Z Compiling indexmap v1.9.3
32962026-06-08T19:05:40.317Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-06-08T19:05:40.481Z Compiling crc-catalog v2.4.0
32982026-06-08T19:05:40.538Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-06-08T19:05:40.555Z Compiling nodrop v0.1.14
33002026-06-08T19:05:40.607Z Compiling crc v3.4.0
33012026-06-08T19:05:40.645Z Compiling array-init v0.0.4
33022026-06-08T19:05:40.722Z Compiling bitfield v0.19.4
33032026-06-08T19:05:40.747Z Compiling tokio-tungstenite v0.21.0
33042026-06-08T19:05:40.797Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33052026-06-08T19:05:40.814Z Compiling libscf-sys v1.1.0
33062026-06-08T19:05:40.839Z Compiling tabled_derive v0.11.0
33072026-06-08T19:05:40.984Z Compiling ghash v0.5.1
33082026-06-08T19:05:41.029Z Compiling zerocopy v0.6.6
33092026-06-08T19:05:41.046Z Compiling smallvec v0.6.14
33102026-06-08T19:05:41.101Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-06-08T19:05:41.158Z Compiling papergrid v0.17.0
33122026-06-08T19:05:41.237Z Compiling testing_table v0.3.0
33132026-06-08T19:05:41.288Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-06-08T19:05:41.390Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-06-08T19:05:41.407Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-06-08T19:05:41.525Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-06-08T19:05:41.594Z Compiling ctr v0.9.2
33182026-06-08T19:05:41.675Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-06-08T19:05:41.811Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-06-08T19:05:41.856Z Compiling illumos-nvpair-sys v0.2.0
33212026-06-08T19:05:41.900Z Compiling corncobs v0.1.4
33222026-06-08T19:05:41.919Z Compiling hashbrown v0.12.3
33232026-06-08T19:05:42.047Z Compiling unicase v2.9.0
33242026-06-08T19:05:42.104Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-06-08T19:05:42.121Z Compiling aes-gcm v0.10.3
33262026-06-08T19:05:42.156Z Compiling tabled v0.20.0
33272026-06-08T19:05:42.179Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-06-08T19:05:42.284Z Compiling mime_guess v2.0.5
33292026-06-08T19:05:42.341Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-06-08T19:05:42.361Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-06-08T19:05:42.451Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33322026-06-08T19:05:42.532Z Compiling parking_lot v0.11.2
33332026-06-08T19:05:42.673Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33342026-06-08T19:05:42.825Z Compiling serde-hex v0.1.0
33352026-06-08T19:05:42.843Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-06-08T19:05:42.916Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-06-08T19:05:42.945Z Compiling ron v0.8.1
33382026-06-08T19:05:43.172Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-06-08T19:05:43.279Z Compiling progenitor-client v0.11.2
33402026-06-08T19:05:43.316Z Compiling typify-macro v0.4.3
33412026-06-08T19:05:43.334Z Compiling hashbrown v0.13.2
33422026-06-08T19:05:43.519Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33432026-06-08T19:05:43.650Z Compiling prefix-trie v0.7.0
33442026-06-08T19:05:43.705Z Compiling ssh-encoding v0.2.0
33452026-06-08T19:05:43.766Z Compiling progenitor v0.14.0
33462026-06-08T19:05:43.857Z Compiling progenitor v0.13.0
33472026-06-08T19:05:43.874Z Compiling blowfish v0.9.1
33482026-06-08T19:05:43.946Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-06-08T19:05:43.991Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-06-08T19:05:44.020Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33512026-06-08T19:05:44.038Z Compiling fxhash v0.2.1
33522026-06-08T19:05:44.075Z Compiling secrecy v0.8.0
33532026-06-08T19:05:44.151Z Compiling crc-any v2.5.0
33542026-06-08T19:05:44.174Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-06-08T19:05:44.258Z Compiling sled v0.34.7
33562026-06-08T19:05:44.424Z Compiling bcrypt-pbkdf v0.10.0
33572026-06-08T19:05:44.448Z Compiling hickory-server v0.25.2
33582026-06-08T19:05:44.488Z Compiling ssh-cipher v0.2.0
33592026-06-08T19:05:44.662Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33602026-06-08T19:05:44.681Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33612026-06-08T19:05:44.710Z Compiling object v0.30.4
33622026-06-08T19:05:44.787Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33632026-06-08T19:05:45.132Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33642026-06-08T19:05:45.150Z Compiling typify v0.4.3
33652026-06-08T19:05:45.265Z Compiling progenitor-impl v0.11.2
33662026-06-08T19:05:45.291Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33672026-06-08T19:05:45.374Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-06-08T19:05:45.512Z Compiling password-hash v0.4.2
33692026-06-08T19:05:45.642Z Compiling path-slash v0.1.5
33702026-06-08T19:05:45.754Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33712026-06-08T19:05:45.812Z Compiling http-range v0.1.5
33722026-06-08T19:05:45.940Z Compiling crc8 v0.1.1
33732026-06-08T19:05:46.031Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33742026-06-08T19:05:46.062Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33752026-06-08T19:05:46.086Z Compiling half v1.8.3
33762026-06-08T19:05:46.389Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33772026-06-08T19:05:46.408Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33782026-06-08T19:05:46.979Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-06-08T19:05:47.181Z Compiling serde_cbor v0.11.2
33802026-06-08T19:05:47.390Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-06-08T19:05:47.474Z Compiling pbkdf2 v0.11.0
33822026-06-08T19:05:47.516Z Compiling illumos-nvpair v0.3.0
33832026-06-08T19:05:47.714Z Compiling ssh-key v0.6.7
33842026-06-08T19:05:47.814Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-06-08T19:05:47.954Z Compiling progenitor-macro v0.11.2
33862026-06-08T19:05:48.033Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33872026-06-08T19:05:48.054Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-06-08T19:05:48.060Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33892026-06-08T19:05:48.354Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-06-08T19:05:48.371Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33912026-06-08T19:05:48.411Z Compiling p256 v0.13.2
33922026-06-08T19:05:48.811Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33932026-06-08T19:05:48.830Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-06-08T19:05:48.944Z Compiling p521 v0.13.3
33952026-06-08T19:05:48.962Z Compiling yasna v0.5.2
33962026-06-08T19:05:49.048Z Compiling kstat-rs v0.2.4
33972026-06-08T19:05:49.067Z Compiling headers-core v0.3.0
33982026-06-08T19:05:49.185Z Compiling nanorand v0.7.0
33992026-06-08T19:05:49.220Z Compiling atty v0.2.14
34002026-06-08T19:05:49.302Z Compiling russh-cryptovec v0.7.3
34012026-06-08T19:05:49.331Z Compiling home v0.5.12
34022026-06-08T19:05:49.359Z Compiling md5 v0.7.0
34032026-06-08T19:05:49.386Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
34042026-06-08T19:05:49.511Z Compiling flume v0.11.1
34052026-06-08T19:05:49.515Z Compiling rcgen v0.12.1
34062026-06-08T19:05:49.550Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34072026-06-08T19:05:49.553Z Compiling headers v0.4.1
34082026-06-08T19:05:49.664Z Compiling russh-keys v0.45.0
34092026-06-08T19:05:49.681Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-06-08T19:05:49.879Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34112026-06-08T19:05:49.903Z Compiling hyper-staticfile v0.10.1
34122026-06-08T19:05:49.947Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34132026-06-08T19:05:50.185Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-06-08T19:05:50.219Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-06-08T19:05:50.358Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-06-08T19:05:50.381Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34172026-06-08T19:05:50.462Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-06-08T19:05:50.480Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34192026-06-08T19:05:50.609Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34202026-06-08T19:05:50.705Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-06-08T19:05:50.734Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34222026-06-08T19:05:50.783Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-06-08T19:05:50.877Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-06-08T19:05:50.933Z Compiling num-bigint v0.4.6
34252026-06-08T19:05:51.002Z Compiling des v0.8.1
34262026-06-08T19:05:51.032Z Compiling subprocess v0.2.15
34272026-06-08T19:05:51.104Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34282026-06-08T19:05:51.152Z Compiling display-error-chain v0.2.2
34292026-06-08T19:05:51.213Z Compiling hex-literal v0.4.1
34302026-06-08T19:05:51.255Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34312026-06-08T19:05:51.320Z Compiling colored v2.2.0
34322026-06-08T19:05:51.326Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34332026-06-08T19:05:51.359Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34342026-06-08T19:05:51.448Z Compiling socket2 v0.5.10
34352026-06-08T19:05:51.558Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34362026-06-08T19:05:51.602Z Compiling internet-checksum v0.2.1
34372026-06-08T19:05:52.149Z Compiling russh v0.45.0
34382026-06-08T19:05:52.249Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34392026-06-08T19:05:52.987Z Compiling progenitor v0.11.2
34402026-06-08T19:05:53.113Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34412026-06-08T19:05:53.259Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34422026-06-08T19:05:53.260Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34432026-06-08T19:05:55.714Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-06-08T19:05:56.384Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-06-08T19:05:56.842Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-06-08T19:05:58.198Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-06-08T19:05:58.716Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-06-08T19:06:06.373Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-06-08T19:06:06.374Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-06-08T19:06:06.374Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-06-08T19:06:06.377Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-06-08T19:06:08.162Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-06-08T19:06:08.263Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-06-08T19:06:12.354Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-06-08T19:06:51.149Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-06-08T19:06:51.384Z
34572026-06-08T19:06:51.384Zreal 1:26.128732888
34582026-06-08T19:06:51.384Zuser 8:11.375512951
34592026-06-08T19:06:51.384Zsys 1:41.222345858
34602026-06-08T19:06:51.384Ztrap 0.256246976
34612026-06-08T19:06:51.384Ztflt 0.627768828
34622026-06-08T19:06:51.384Zdflt 1.408860134
34632026-06-08T19:06:51.384Zkflt 0.000267137
34642026-06-08T19:06:51.440Zlock 29:01.158637364
34652026-06-08T19:06:51.440Zslp 18:46.789805212
34662026-06-08T19:06:51.440Zlat 38.403661545
34672026-06-08T19:06:51.441Zstop 2:56.790523915
34682026-06-08T19:06:51.441Z+ mkdir tests
34692026-06-08T19:06:51.441Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-06-08T19:06:51.441Z+ xargs -I '{}' -t cp '{}' tests/
34712026-06-08T19:06:51.441Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c6dcadff58450139 tests/
34722026-06-08T19:06:51.446Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d2b8e740b31c9eb1 tests/
34732026-06-08T19:06:51.481Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-9cce2a2ffee17194 tests/
34742026-06-08T19:06:51.513Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ce899ba42cd8bdd4 tests/
34752026-06-08T19:06:51.855Z+ 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)
34762026-06-08T19:06:51.858Z+ 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-d2b8e740b31c9eb1 tests/commtest-9cce2a2ffee17194 tests/dhcp_server-c6dcadff58450139 tests/end_to_end_tests-ce899ba42cd8bdd4 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
34772026-06-08T19:08:13.748ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-06-08T19:08:13.748Za .github/buildomat/ci-env.sh 1K
34792026-06-08T19:08:13.748Za out/target/test 1K
34802026-06-08T19:08:13.748Za out/npuzone/npuzone 27402K
34812026-06-08T19:08:13.748Za package-manifest.toml 35K
34822026-06-08T19:08:13.748Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-06-08T19:08:13.748Za target/release/omicron-package 45145K
34842026-06-08T19:08:13.749Za target/release/xtask 11449K
34852026-06-08T19:08:13.749Za target/debug/bootstrap 353234K
34862026-06-08T19:08:13.749Za tests/bootstrap-d2b8e740b31c9eb1 31215K
34872026-06-08T19:08:13.749Za tests/commtest-9cce2a2ffee17194 32300K
34882026-06-08T19:08:13.749Za tests/dhcp_server-c6dcadff58450139 31215K
34892026-06-08T19:08:13.750Za tests/end_to_end_tests-ce899ba42cd8bdd4 395028K
34902026-06-08T19:08:13.751Za tools/opte_version 1K
34912026-06-08T19:08:13.751Za tools/opte_version_override 2K
34922026-06-08T19:08:13.751Za out/clickhouse.tar.gz 321349K
34932026-06-08T19:08:13.751Za out/clickhouse_keeper.tar.gz 306411K
34942026-06-08T19:08:13.751Za out/clickhouse_server.tar.gz 321345K
34952026-06-08T19:08:13.751Za out/cockroachdb.tar.gz 165625K
34962026-06-08T19:08:13.751Za out/crucible-pantry-zone.tar.gz 40616K
34972026-06-08T19:08:13.751Za out/crucible-utils.tar 16478K
34982026-06-08T19:08:13.751Za out/crucible-zone.tar.gz 56186K
34992026-06-08T19:08:13.751Za out/external-dns.tar.gz 50214K
35002026-06-08T19:08:13.751Za out/internal-dns.tar.gz 50214K
35012026-06-08T19:08:13.751Za out/mg-ddm-gz.tar 95141K
35022026-06-08T19:08:13.751Za out/nexus.tar.gz 276909K
35032026-06-08T19:08:13.751Za out/ntp.tar.gz 32287K
35042026-06-08T19:08:13.751Za out/omicron-gateway-softnpu.tar.gz 29029K
35052026-06-08T19:08:13.751Za out/omicron-sled-agent.tar 203685K
35062026-06-08T19:08:13.751Za out/overlay.tar.gz 3K
35072026-06-08T19:08:13.751Za out/oximeter.tar.gz 67113K
35082026-06-08T19:08:13.751Za out/oxlog.tar 3782K
35092026-06-08T19:08:13.751Za out/probe.tar.gz 3037K
35102026-06-08T19:08:13.751Za out/propolis-server.tar.gz 34918K
35112026-06-08T19:08:13.751Za out/pumpkind-gz.tar 26647K
35122026-06-08T19:08:13.751Za out/switch-softnpu.tar.gz 451207K
35132026-06-08T19:08:13.755Z
35142026-06-08T19:08:13.755Zreal 1:21.890559266
35152026-06-08T19:08:13.755Zuser 1:19.172993401
35162026-06-08T19:08:13.755Zsys 4.523287593
35172026-06-08T19:08:13.755Ztrap 0.006507848
35182026-06-08T19:08:13.755Ztflt 0.000000000
35192026-06-08T19:08:13.756Zdflt 0.000000000
35202026-06-08T19:08:13.756Zkflt 0.000000000
35212026-06-08T19:08:13.756Zlock 0.000000000
35222026-06-08T19:08:13.756Zslp 1:19.079966931
35232026-06-08T19:08:13.756Zlat 0.992519238
35242026-06-08T19:08:13.756Zstop 0.000551958
35252026-06-08T19:08:13.756Zprocess exited: duration 965209 ms, exit code 0
 
35262026-06-08T19:08:13.772Zfound 1 output files
35272026-06-08T19:08:13.772Zuploading: /work/package.tar.gz (2551469693 bytes)
35282026-06-08T19:08:45.356Zuploaded: /work/package.tar.gz