01KS8S6KX00YECE2890PGH90YK: 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: 01KS8S6ZYC50Z5N8ZGMBA5C4CP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-22T21:25:41.087Zjob assigned to worker 01KS8S77MQKNKP53TEZA30PWMK [factory aws, i-05db9b9ed96277b14] (queued for 59 s)
 
22026-05-22T21:25:48.363Zstarting task 0: "setup"
32026-05-22T21:25:48.368Z++ uname -s
42026-05-22T21:25:48.371Z+ kern=SunOS
52026-05-22T21:25:48.371Z+ build_user=build
62026-05-22T21:25:48.371Z+ build_uid=12345
72026-05-22T21:25:48.371Z+ work_dir=/work
82026-05-22T21:25:48.371Z+ input_dir=/input
92026-05-22T21:25:48.371Z+ [[ 0 == 12345 ]]
102026-05-22T21:25:48.371Z+ case "$kern" in
112026-05-22T21:25:48.371Z+ groupadd -g 12345 build
122026-05-22T21:25:48.374Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-22T21:25:50.380Z+ zfs create -o mountpoint=/work rpool/work
142026-05-22T21:25:50.492Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-22T21:25:50.495Z+ home_fs=zfs
162026-05-22T21:25:50.495Z+ [[ zfs == autofs ]]
172026-05-22T21:25:50.495Z+ mkdir -p /home/build
182026-05-22T21:25:50.498Z+ chown build:build /home/build /work
192026-05-22T21:25:51.498Z+ chmod 0700 /home/build /work
202026-05-22T21:25:51.502Zprocess exited: duration 3142 ms, exit code 0
 
212026-05-22T21:25:51.508Zstarting task 1: "rust-toolchain"
222026-05-22T21:25:51.514Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-22T21:25:51.514Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-22T21:25:51.514Z * rust toolchain channel = "1.94.0"
252026-05-22T21:25:51.514Z * rust toolchain profile = "default"
262026-05-22T21:25:51.514Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-22T21:25:51.514Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-22T21:25:51.517Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-22T21:25:51.517Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-22T21:25:51.618Zinfo: downloading installer
312026-05-22T21:25:53.058Zwarn: It looks like you have an existing rustup settings file at:
322026-05-22T21:25:53.058Zwarn: /home/build/.rustup/settings.toml
332026-05-22T21:25:53.058Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-22T21:25:53.058Zwarn: instead of the one inferred from the default host triple.
352026-05-22T21:25:53.070Zinfo: profile set to default
362026-05-22T21:25:53.070Zinfo: default host triple is x86_64-unknown-illumos
372026-05-22T21:25:53.074Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-22T21:25:53.200Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-22T21:25:53.203Zinfo: downloading 6 components
402026-05-22T21:26:07.752Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-22T21:26:07.752Z
422026-05-22T21:26:07.782Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-22T21:26:07.783Z
442026-05-22T21:26:07.783Z
452026-05-22T21:26:07.783ZRust is installed now. Great!
462026-05-22T21:26:07.783Z
472026-05-22T21:26:07.783ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-22T21:26:07.783Zenvironment variable. This has not been done automatically.
492026-05-22T21:26:07.783Z
502026-05-22T21:26:07.783ZTo configure your current shell, you need to source
512026-05-22T21:26:07.783Zthe corresponding env file under $HOME/.cargo.
522026-05-22T21:26:07.783Z
532026-05-22T21:26:07.783ZThis is usually done by running one of the following (note the leading DOT):
542026-05-22T21:26:07.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-22T21:26:07.786Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-22T21:26:07.786Zsource "~/.cargo/env.nu" # For nushell
572026-05-22T21:26:07.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-22T21:26:07.786Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-22T21:26:07.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-22T21:26:07.786Zwarn: no default linker (`cc`) was found in your PATH
612026-05-22T21:26:07.786Zwarn: many Rust crates require a system C toolchain to build
622026-05-22T21:26:07.878Z+ rustup --version
632026-05-22T21:26:07.884Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-22T21:26:07.887Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-22T21:26:07.906Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-22T21:26:07.909Z+ cargo --version
672026-05-22T21:26:07.917Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-22T21:26:07.920Z+ rustc --version
692026-05-22T21:26:07.940Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-22T21:26:07.943Zprocess exited: duration 16434 ms, exit code 0
 
712026-05-22T21:26:07.949Zstarting task 2: "authentication"
722026-05-22T21:26:07.968Zprocess exited: duration 18 ms, exit code 0
 
732026-05-22T21:26:07.974Zstarting task 3: "clone repository"
742026-05-22T21:26:07.978Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-22T21:26:07.981Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-22T21:26:08.029ZCloning into '/work/oxidecomputer/omicron'...
772026-05-22T21:26:17.997Z+ cd /work/oxidecomputer/omicron
782026-05-22T21:26:17.997Z+ git fetch origin dd347a40fafd94a70d9c67f8f124788c46d922eb
792026-05-22T21:26:18.279ZFrom https://github.com/oxidecomputer/omicron
802026-05-22T21:26:18.279Z * branch dd347a40fafd94a70d9c67f8f124788c46d922eb -> FETCH_HEAD
812026-05-22T21:26:18.293Z+ [[ -n emunn/omdb-db-system-version ]]
822026-05-22T21:26:18.296Z++ git branch --show-current
832026-05-22T21:26:18.300Z+ current=main
842026-05-22T21:26:18.300Z+ [[ main != emunn/omdb-db-system-version ]]
852026-05-22T21:26:18.300Z+ git branch -f emunn/omdb-db-system-version dd347a40fafd94a70d9c67f8f124788c46d922eb
862026-05-22T21:26:18.302Z+ git checkout -f emunn/omdb-db-system-version
872026-05-22T21:26:18.537ZSwitched to branch 'emunn/omdb-db-system-version'
882026-05-22T21:26:18.540Z+ git reset --hard dd347a40fafd94a70d9c67f8f124788c46d922eb
892026-05-22T21:26:18.565ZHEAD is now at dd347a40f Change the sorting order for --all, keep the convention in omdb db saga and omdb nexus blueprints list
902026-05-22T21:26:18.568Zprocess exited: duration 10592 ms, exit code 0
 
912026-05-22T21:26:18.576Zstarting task 4: "build"
922026-05-22T21:26:18.582Z+ source .github/buildomat/ci-env.sh
932026-05-22T21:26:18.582Z++ export CARGO_TERM_COLOR=always
942026-05-22T21:26:18.582Z++ CARGO_TERM_COLOR=always
952026-05-22T21:26:18.582Z+ cargo --version
962026-05-22T21:26:18.592Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-22T21:26:18.595Z+ rustc --version
982026-05-22T21:26:18.617Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-22T21:26:18.620Z+ WORK=/work
1002026-05-22T21:26:18.620Z+ pfexec mkdir -p /work
1012026-05-22T21:26:18.623Z+ pfexec chown build /work
1022026-05-22T21:26:18.626Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-22T21:26:20.247Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-22T21:26:20.323Z Startup: Caching catalogs ... Done
1052026-05-22T21:26:20.586ZPlanning: Solver setup ... Done (0.228s)
1062026-05-22T21:26:20.605ZPlanning: Running solver ... Done (0.019s)
1072026-05-22T21:26:20.610ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-22T21:26:20.620ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-22T21:26:20.634ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-22T21:26:20.647ZPlanning: Package planning ... Done (0.013s)
1112026-05-22T21:26:20.650ZPlanning: Merging actions ... Done (0.002s)
1122026-05-22T21:26:20.837ZPlanning: Checking for conflicting actions ... Done (0.187s)
1132026-05-22T21:26:20.840ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-22T21:26:21.795ZPlanning: Evaluating mediators ... Done (0.957s)
1152026-05-22T21:26:21.799ZPlanning: Planning completed in 1.45 seconds
1162026-05-22T21:26:21.804Z Packages to install: 2
1172026-05-22T21:26:21.804Z Estimated space available: 156.10 GB
1182026-05-22T21:26:21.804ZEstimated space to be consumed: 22.53 MB
1192026-05-22T21:26:21.807Z Create boot environment: No
1202026-05-22T21:26:21.807ZCreate backup boot environment: No
1212026-05-22T21:26:21.807Z Rebuild boot archive: No
1222026-05-22T21:26:21.808Z
1232026-05-22T21:26:21.808ZChanged packages:
1242026-05-22T21:26:21.808Zhelios
1252026-05-22T21:26:21.808Z developer/build-essential
1262026-05-22T21:26:21.808Z None -> 11-3.0
1272026-05-22T21:26:21.808Z library/libxmlsec1
1282026-05-22T21:26:21.808Z None -> 1.2.35-3.0
1292026-05-22T21:26:21.844Z
1302026-05-22T21:26:21.844ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-22T21:26:22.440ZDownload: Completed 1.28 MB in 0.60 seconds (2.1M/s)
1322026-05-22T21:26:22.552Z Actions: 1/268 actions (Installing new actions)
1332026-05-22T21:26:22.590Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-22T21:26:22.622ZFinalize: Updating package state database ... Done (0.032s)
1352026-05-22T21:26:22.625ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-22T21:26:22.641ZFinalize: Updating image state ... Done (0.019s)
1372026-05-22T21:26:25.231ZFinalize: Creating fast lookup database ... Done (2.567s)
1382026-05-22T21:26:25.309ZFinalize: Reading search index ... Done (0.022s)
1392026-05-22T21:26:25.312ZFinalize: Updating search index ... Done (0.000s)
1402026-05-22T21:26:25.399ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-22T21:26:25.699ZPlanning: Evaluating mediator changes ... Done
1422026-05-22T21:26:25.806ZPlanning: Checking for conflicting actions ... Done
1432026-05-22T21:26:25.808ZPlanning: Consolidating action changes ... Done
1442026-05-22T21:26:25.966ZPlanning: Evaluating mediators ... Done
1452026-05-22T21:26:25.969ZPlanning: Planning completed in 0.27 seconds
1462026-05-22T21:26:25.990Z Mediators to change: 2
1472026-05-22T21:26:25.990Z Create boot environment: No
1482026-05-22T21:26:25.990ZCreate backup boot environment: No
1492026-05-22T21:26:26.046ZFinalize: Updating package state database ... Done
1502026-05-22T21:26:26.046ZFinalize: Updating package cache ... Done
1512026-05-22T21:26:26.058ZFinalize: Updating image state ... Done
1522026-05-22T21:26:28.017ZFinalize: Creating fast lookup database ... Done
1532026-05-22T21:26:28.082ZFinalize: Reading search index ... Done
1542026-05-22T21:26:28.085ZFinalize: Updating search index ... Done
1552026-05-22T21:26:28.230ZFinalize: Updating package cache ... Done
1562026-05-22T21:26:28.515ZPlanning: Evaluating mediator changes ... Done
1572026-05-22T21:26:28.623ZPlanning: Checking for conflicting actions ... Done
1582026-05-22T21:26:28.626ZPlanning: Consolidating action changes ... Done
1592026-05-22T21:26:28.782ZPlanning: Evaluating mediators ... Done
1602026-05-22T21:26:28.784ZPlanning: Planning completed in 0.27 seconds
1612026-05-22T21:26:28.807Z Mediators to change: 1
1622026-05-22T21:26:28.807Z Create boot environment: No
1632026-05-22T21:26:28.807ZCreate backup boot environment: No
1642026-05-22T21:26:28.863ZFinalize: Updating package state database ... Done
1652026-05-22T21:26:28.863ZFinalize: Updating package cache ... Done
1662026-05-22T21:26:28.876ZFinalize: Updating image state ... Done
1672026-05-22T21:26:30.849ZFinalize: Creating fast lookup database ... Done
1682026-05-22T21:26:30.915ZFinalize: Reading search index ... Done
1692026-05-22T21:26:30.918ZFinalize: Updating search index ... Done
1702026-05-22T21:26:30.992ZFinalize: Updating package cache ... Done
1712026-05-22T21:26:31.303ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-22T21:26:31.303Zapache system 2.4 system
1732026-05-22T21:26:31.303Zclang system 15 system
1742026-05-22T21:26:31.303Zcsh system system illumos
1752026-05-22T21:26:31.303Zctags system system illumos
1762026-05-22T21:26:31.303Zfile vendor vendor darwinsys
1772026-05-22T21:26:31.303Zfile system system illumos
1782026-05-22T21:26:31.303Zgcc vendor 14 vendor
1792026-05-22T21:26:31.303Zgcc system 13 system
1802026-05-22T21:26:31.303Zgcc system 10 system
1812026-05-22T21:26:31.304Zgo system 1.25 system
1822026-05-22T21:26:31.304Zllvm system 15 system
1832026-05-22T21:26:31.304Zmariadb system 11.4 system
1842026-05-22T21:26:31.304Zmta vendor vendor dma
1852026-05-22T21:26:31.304Zopenjdk system 17 system
1862026-05-22T21:26:31.304Zopenjdk system 11 system
1872026-05-22T21:26:31.304Zopenssl vendor 3 vendor
1882026-05-22T21:26:31.304Zperl system 5.40 system
1892026-05-22T21:26:31.304Zpostgresql system 18 system
1902026-05-22T21:26:31.304Zpostgresql system 17 system
1912026-05-22T21:26:31.304Zpython vendor 3 vendor
1922026-05-22T21:26:31.304Zpython system 2 system
1932026-05-22T21:26:31.304Zpython3 vendor 3.13 vendor
1942026-05-22T21:26:31.304Zruby system 3.4 system
1952026-05-22T21:26:31.304Zruby system 3.0 system
1962026-05-22T21:26:31.304Zwords vendor vendor american-english
1972026-05-22T21:26:31.304Zwords system system australian-english
1982026-05-22T21:26:31.304Zwords system system british-english
1992026-05-22T21:26:31.304Zwords system system canadian-english
2002026-05-22T21:26:31.304Zwords system system french
2012026-05-22T21:26:31.304Zwords system system italian
2022026-05-22T21:26:31.304Zwords system system ngerman
2032026-05-22T21:26:31.304Zwords system system ogerman
2042026-05-22T21:26:31.304Zwords system system spanish
2052026-05-22T21:26:31.570ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-22T21:26:31.570Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-22T21:26:31.845ZFMRI IFO
2082026-05-22T21:26:31.845Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-22T21:26:31.845Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-22T21:26:31.845Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-22T21:26:31.845Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-22T21:26:31.845Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-22T21:26:31.845Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-22T21:26:31.845Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-22T21:26:31.845Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-22T21:26:31.845Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-22T21:26:32.090Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-22T21:26:32.338Z Updating crates.io index
2192026-05-22T21:26:32.376Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-22T21:26:33.179Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-22T21:26:33.660Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-22T21:26:33.994Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-22T21:26:35.196Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-22T21:26:35.726Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-22T21:26:37.354Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-22T21:26:38.199Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-22T21:26:38.738Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-22T21:26:39.473Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-22T21:26:39.938Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-22T21:26:40.465Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-22T21:26:40.741Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-22T21:26:41.816Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-22T21:26:42.299Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-22T21:26:42.605Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-22T21:26:42.830Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-22T21:26:43.255Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-22T21:26:43.649Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-22T21:26:44.333Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-22T21:26:44.562Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-22T21:26:44.811Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-22T21:26:45.200Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-22T21:26:45.668Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-22T21:26:46.096Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-22T21:26:46.384Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-22T21:26:46.880Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-22T21:26:47.979Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-22T21:26:48.216Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-22T21:26:49.233Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-22T21:26:49.697Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-22T21:26:49.924Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-22T21:26:50.369Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-22T21:26:50.675Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-22T21:26:51.006Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-22T21:26:51.484Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-22T21:26:51.743Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-22T21:26:51.979Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-22T21:26:52.328Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-22T21:27:04.984Z Downloading crates ...
2592026-05-22T21:27:05.039Z Downloaded percent-encoding v2.3.2
2602026-05-22T21:27:05.042Z Downloaded autocfg v1.5.0
2612026-05-22T21:27:05.053Z Downloaded utf8parse v0.2.2
2622026-05-22T21:27:05.056Z Downloaded anstream v0.6.21
2632026-05-22T21:27:05.071Z Downloaded syn v1.0.109
2642026-05-22T21:27:05.076Z Downloaded unicode-width v0.1.14
2652026-05-22T21:27:05.079Z Downloaded typeid v1.0.3
2662026-05-22T21:27:05.082Z Downloaded thiserror-impl v1.0.69
2672026-05-22T21:27:05.082Z Downloaded tabled v0.15.0
2682026-05-22T21:27:05.090Z Downloaded yoke v0.8.1
2692026-05-22T21:27:05.093Z Downloaded unicode-linebreak v0.1.5
2702026-05-22T21:27:05.093Z Downloaded utf8_iter v1.0.4
2712026-05-22T21:27:05.093Z Downloaded toml_datetime v0.6.11
2722026-05-22T21:27:05.093Z Downloaded toml_write v0.1.2
2732026-05-22T21:27:05.096Z Downloaded papergrid v0.11.0
2742026-05-22T21:27:05.098Z Downloaded zerofrom-derive v0.1.6
2752026-05-22T21:27:05.099Z Downloaded usdt-macro v0.5.0
2762026-05-22T21:27:05.099Z Downloaded yoke-derive v0.8.1
2772026-05-22T21:27:05.099Z Downloaded scroll_derive v0.12.1
2782026-05-22T21:27:05.099Z Downloaded potential_utf v0.1.4
2792026-05-22T21:27:05.102Z Downloaded byteorder v1.5.0
2802026-05-22T21:27:05.102Z Downloaded usdt v0.5.0
2812026-05-22T21:27:05.102Z Downloaded anstyle-parse v0.2.7
2822026-05-22T21:27:05.106Z Downloaded thiserror-impl v2.0.18
2832026-05-22T21:27:05.106Z Downloaded anyhow v1.0.102
2842026-05-22T21:27:05.108Z Downloaded form_urlencoded v1.2.2
2852026-05-22T21:27:05.109Z Downloaded displaydoc v0.2.5
2862026-05-22T21:27:05.111Z Downloaded unicode-xid v0.2.6
2872026-05-22T21:27:05.111Z Downloaded usdt-impl v0.5.0
2882026-05-22T21:27:05.111Z Downloaded thread-id v4.2.2
2892026-05-22T21:27:05.114Z Downloaded zerofrom v0.1.6
2902026-05-22T21:27:05.117Z Downloaded smawk v0.3.2
2912026-05-22T21:27:05.117Z Downloaded itoa v1.0.17
2922026-05-22T21:27:05.120Z Downloaded usdt-attr-macro v0.5.0
2932026-05-22T21:27:05.120Z Downloaded clap_lex v1.0.0
2942026-05-22T21:27:05.120Z Downloaded ucd-trie v0.1.7
2952026-05-22T21:27:05.120Z Downloaded cargo-util-schemas v0.8.2
2962026-05-22T21:27:05.124Z Downloaded block-buffer v0.10.4
2972026-05-22T21:27:05.124Z Downloaded writeable v0.6.2
2982026-05-22T21:27:05.127Z Downloaded tinystr v0.8.2
2992026-05-22T21:27:05.127Z Downloaded crypto-common v0.1.7
3002026-05-22T21:27:05.127Z Downloaded thiserror v2.0.18
3012026-05-22T21:27:05.130Z Downloaded serde_spanned v0.6.9
3022026-05-22T21:27:05.130Z Downloaded proc-macro-error-attr v1.0.4
3032026-05-22T21:27:05.130Z Downloaded zerocopy-derive v0.7.35
3042026-05-22T21:27:05.134Z Downloaded unicode-ident v1.0.24
3052026-05-22T21:27:05.134Z Downloaded version_check v0.9.5
3062026-05-22T21:27:05.137Z Downloaded heck v0.4.1
3072026-05-22T21:27:05.137Z Downloaded memmap v0.7.0
3082026-05-22T21:27:05.137Z Downloaded zmij v1.0.21
3092026-05-22T21:27:05.139Z Downloaded fastrand v2.3.0
3102026-05-22T21:27:05.139Z Downloaded thiserror v1.0.69
3112026-05-22T21:27:05.142Z Downloaded zerovec-derive v0.11.2
3122026-05-22T21:27:05.142Z Downloaded toml v0.8.23
3132026-05-22T21:27:05.145Z Downloaded cpufeatures v0.2.17
3142026-05-22T21:27:05.148Z Downloaded toml_edit v0.22.27
3152026-05-22T21:27:05.148Z Downloaded typenum v1.19.0
3162026-05-22T21:27:05.151Z Downloaded plain v0.2.3
3172026-05-22T21:27:05.151Z Downloaded fnv v1.0.7
3182026-05-22T21:27:05.151Z Downloaded serde-value v0.7.0
3192026-05-22T21:27:05.154Z Downloaded textwrap v0.16.2
3202026-05-22T21:27:05.154Z Downloaded zerotrie v0.2.3
3212026-05-22T21:27:05.156Z Downloaded equivalent v1.0.2
3222026-05-22T21:27:05.159Z Downloaded colorchoice v1.0.4
3232026-05-22T21:27:05.159Z Downloaded macaddr v1.0.1
3242026-05-22T21:27:05.162Z Downloaded url v2.5.8
3252026-05-22T21:27:05.165Z Downloaded anstyle-query v1.1.5
3262026-05-22T21:27:05.168Z Downloaded pretty-hex v0.4.1
3272026-05-22T21:27:05.168Z Downloaded zerovec v0.11.5
3282026-05-22T21:27:05.170Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-22T21:27:05.173Z Downloaded dof v0.3.0
3302026-05-22T21:27:05.173Z Downloaded dtrace-parser v0.2.0
3312026-05-22T21:27:05.176Z Downloaded zerocopy v0.7.35
3322026-05-22T21:27:05.184Z Downloaded terminal_size v0.4.3
3332026-05-22T21:27:05.187Z Downloaded tabled_derive v0.7.0
3342026-05-22T21:27:05.187Z Downloaded idna_adapter v1.2.1
3352026-05-22T21:27:05.187Z Downloaded stable_deref_trait v1.2.1
3362026-05-22T21:27:05.187Z Downloaded unicode-width v0.2.0
3372026-05-22T21:27:05.190Z Downloaded ordered-float v2.10.1
3382026-05-22T21:27:05.190Z Downloaded errno v0.3.14
3392026-05-22T21:27:05.193Z Downloaded winnow v0.7.14
3402026-05-22T21:27:05.196Z Downloaded serde_tokenstream v0.2.3
3412026-05-22T21:27:05.199Z Downloaded serde-untagged v0.1.9
3422026-05-22T21:27:05.199Z Downloaded heck v0.5.0
3432026-05-22T21:27:05.202Z Downloaded generic-array v0.14.7
3442026-05-22T21:27:05.202Z Downloaded digest v0.10.7
3452026-05-22T21:27:05.205Z Downloaded once_cell v1.21.3
3462026-05-22T21:27:05.205Z Downloaded icu_locale_core v2.1.1
3472026-05-22T21:27:05.209Z Downloaded cfg-if v1.0.4
3482026-05-22T21:27:05.211Z Downloaded cargo-platform v0.2.0
3492026-05-22T21:27:05.212Z Downloaded strsim v0.11.1
3502026-05-22T21:27:05.212Z Downloaded swrite v0.1.0
3512026-05-22T21:27:05.218Z Downloaded proc-macro-error v1.0.4
3522026-05-22T21:27:05.221Z Downloaded camino-tempfile v1.4.1
3532026-05-22T21:27:05.224Z Downloaded cargo_toml v0.21.0
3542026-05-22T21:27:05.227Z Downloaded fs-err v3.3.0
3552026-05-22T21:27:05.232Z Downloaded synstructure v0.13.2
3562026-05-22T21:27:05.242Z Downloaded scroll v0.12.0
3572026-05-22T21:27:05.248Z Downloaded pest_derive v2.8.6
3582026-05-22T21:27:05.254Z Downloaded erased-serde v0.4.9
3592026-05-22T21:27:05.257Z Downloaded semver v1.0.28
3602026-05-22T21:27:05.259Z Downloaded litemap v0.8.1
3612026-05-22T21:27:05.259Z Downloaded sha2 v0.10.9
3622026-05-22T21:27:05.265Z Downloaded icu_normalizer_data v2.1.1
3632026-05-22T21:27:05.267Z Downloaded quote v1.0.45
3642026-05-22T21:27:05.268Z Downloaded tempfile v3.25.0
3652026-05-22T21:27:05.270Z Downloaded camino v1.2.2
3662026-05-22T21:27:05.270Z Downloaded bytecount v0.6.9
3672026-05-22T21:27:05.273Z Downloaded anstyle v1.0.13
3682026-05-22T21:27:05.281Z Downloaded pest_generator v2.8.6
3692026-05-22T21:27:05.289Z Downloaded clap v4.5.60
3702026-05-22T21:27:05.297Z Downloaded proc-macro2 v1.0.106
3712026-05-22T21:27:05.300Z Downloaded smallvec v1.15.1
3722026-05-22T21:27:05.303Z Downloaded bitflags v2.11.0
3732026-05-22T21:27:05.303Z Downloaded icu_provider v2.1.1
3742026-05-22T21:27:05.310Z Downloaded serde_core v1.0.228
3752026-05-22T21:27:05.313Z Downloaded num-traits v0.2.19
3762026-05-22T21:27:05.316Z Downloaded getrandom v0.4.1
3772026-05-22T21:27:05.316Z Downloaded cargo_metadata v0.21.0
3782026-05-22T21:27:05.319Z Downloaded icu_properties v2.1.2
3792026-05-22T21:27:05.330Z Downloaded clap_derive v4.5.55
3802026-05-22T21:27:05.333Z Downloaded log v0.4.29
3812026-05-22T21:27:05.336Z Downloaded icu_normalizer v2.1.1
3822026-05-22T21:27:05.340Z Downloaded pest_meta v2.8.6
3832026-05-22T21:27:05.343Z Downloaded icu_collections v2.1.1
3842026-05-22T21:27:05.347Z Downloaded serde v1.0.228
3852026-05-22T21:27:05.350Z Downloaded serde_derive v1.0.228
3862026-05-22T21:27:05.354Z Downloaded memchr v2.8.0
3872026-05-22T21:27:05.357Z Downloaded idna v1.1.0
3882026-05-22T21:27:05.371Z Downloaded indexmap v2.14.0
3892026-05-22T21:27:05.390Z Downloaded pest v2.8.6
3902026-05-22T21:27:05.407Z Downloaded icu_properties_data v2.1.2
3912026-05-22T21:27:05.411Z Downloaded hashbrown v0.17.0
3922026-05-22T21:27:05.414Z Downloaded serde_json v1.0.149
3932026-05-22T21:27:05.418Z Downloaded goblin v0.8.2
3942026-05-22T21:27:05.421Z Downloaded clap_builder v4.5.60
3952026-05-22T21:27:05.453Z Downloaded syn v2.0.117
3962026-05-22T21:27:05.459Z Downloaded rustix v1.1.3
3972026-05-22T21:27:05.496Z Downloaded libc v0.2.185
3982026-05-22T21:27:05.564Z Compiling proc-macro2 v1.0.106
3992026-05-22T21:27:05.564Z Compiling unicode-ident v1.0.24
4002026-05-22T21:27:05.568Z Compiling quote v1.0.45
4012026-05-22T21:27:05.568Z Compiling serde_core v1.0.228
4022026-05-22T21:27:05.568Z Compiling libc v0.2.185
4032026-05-22T21:27:05.569Z Compiling version_check v0.9.5
4042026-05-22T21:27:05.569Z Compiling memchr v2.8.0
4052026-05-22T21:27:05.569Z Compiling serde v1.0.228
4062026-05-22T21:27:05.569Z Compiling stable_deref_trait v1.2.1
4072026-05-22T21:27:05.569Z Compiling zmij v1.0.21
4082026-05-22T21:27:05.569Z Compiling ucd-trie v0.1.7
4092026-05-22T21:27:05.745Z Compiling itoa v1.0.17
4102026-05-22T21:27:05.748Z Compiling thiserror v1.0.69
4112026-05-22T21:27:05.748Z Compiling autocfg v1.5.0
4122026-05-22T21:27:05.749Z Compiling litemap v0.8.1
4132026-05-22T21:27:05.973Z Compiling writeable v0.6.2
4142026-05-22T21:27:06.023Z Compiling icu_properties_data v2.1.2
4152026-05-22T21:27:06.063Z Compiling icu_normalizer_data v2.1.1
4162026-05-22T21:27:06.204Z Compiling rustix v1.1.3
4172026-05-22T21:27:06.275Z Compiling pest v2.8.6
4182026-05-22T21:27:06.328Z Compiling byteorder v1.5.0
4192026-05-22T21:27:06.365Z Compiling bitflags v2.11.0
4202026-05-22T21:27:06.384Z Compiling serde_json v1.0.149
4212026-05-22T21:27:06.535Z Compiling num-traits v0.2.19
4222026-05-22T21:27:06.640Z Compiling equivalent v1.0.2
4232026-05-22T21:27:06.661Z Compiling smallvec v1.15.1
4242026-05-22T21:27:06.698Z Compiling typeid v1.0.3
4252026-05-22T21:27:06.755Z Compiling hashbrown v0.17.0
4262026-05-22T21:27:06.755Z Compiling usdt-impl v0.5.0
4272026-05-22T21:27:06.809Z Compiling proc-macro-error-attr v1.0.4
4282026-05-22T21:27:06.812Z Compiling erased-serde v0.4.9
4292026-05-22T21:27:06.863Z Compiling syn v1.0.109
4302026-05-22T21:27:06.901Z Compiling errno v0.3.14
4312026-05-22T21:27:06.938Z Compiling thread-id v4.2.2
4322026-05-22T21:27:06.957Z Compiling toml_write v0.1.2
4332026-05-22T21:27:06.975Z Compiling winnow v0.7.14
4342026-05-22T21:27:06.994Z Compiling proc-macro-error v1.0.4
4352026-05-22T21:27:07.092Z Compiling plain v0.2.3
4362026-05-22T21:27:07.180Z Compiling thiserror v2.0.18
4372026-05-22T21:27:07.198Z Compiling camino v1.2.2
4382026-05-22T21:27:07.215Z Compiling log v0.4.29
4392026-05-22T21:27:07.251Z Compiling utf8_iter v1.0.4
4402026-05-22T21:27:07.254Z Compiling percent-encoding v2.3.2
4412026-05-22T21:27:07.288Z Compiling indexmap v2.14.0
4422026-05-22T21:27:07.291Z Compiling getrandom v0.4.1
4432026-05-22T21:27:07.365Z Compiling syn v2.0.117
4442026-05-22T21:27:07.421Z Compiling pest_meta v2.8.6
4452026-05-22T21:27:07.445Z Compiling utf8parse v0.2.2
4462026-05-22T21:27:07.461Z Compiling form_urlencoded v1.2.2
4472026-05-22T21:27:07.617Z Compiling anstyle-parse v0.2.7
4482026-05-22T21:27:07.687Z Compiling ordered-float v2.10.1
4492026-05-22T21:27:07.733Z Compiling is_terminal_polyfill v1.70.2
4502026-05-22T21:27:07.768Z Compiling pretty-hex v0.4.1
4512026-05-22T21:27:07.788Z Compiling colorchoice v1.0.4
4522026-05-22T21:27:07.805Z Compiling anstyle-query v1.1.5
4532026-05-22T21:27:07.830Z Compiling anstyle v1.0.13
4542026-05-22T21:27:07.848Z Compiling cfg-if v1.0.4
4552026-05-22T21:27:07.965Z Compiling terminal_size v0.4.3
4562026-05-22T21:27:07.968Z Compiling fs-err v3.3.0
4572026-05-22T21:27:07.968Z Compiling heck v0.4.1
4582026-05-22T21:27:07.968Z Compiling strsim v0.11.1
4592026-05-22T21:27:08.037Z Compiling anstream v0.6.21
4602026-05-22T21:27:08.040Z Compiling unicode-width v0.1.14
4612026-05-22T21:27:08.074Z Compiling clap_lex v1.0.0
4622026-05-22T21:27:08.123Z Compiling unicode-xid v0.2.6
4632026-05-22T21:27:08.142Z Compiling fnv v1.0.7
4642026-05-22T21:27:08.229Z Compiling anyhow v1.0.102
4652026-05-22T21:27:08.260Z Compiling bytecount v0.6.9
4662026-05-22T21:27:08.336Z Compiling semver v1.0.28
4672026-05-22T21:27:08.372Z Compiling fastrand v2.3.0
4682026-05-22T21:27:08.375Z Compiling once_cell v1.21.3
4692026-05-22T21:27:08.409Z Compiling heck v0.5.0
4702026-05-22T21:27:08.429Z Compiling papergrid v0.11.0
4712026-05-22T21:27:08.462Z Compiling clap_builder v4.5.60
4722026-05-22T21:27:08.645Z Compiling tempfile v3.25.0
4732026-05-22T21:27:08.665Z Compiling memmap v0.7.0
4742026-05-22T21:27:08.685Z Compiling serde-untagged v0.1.9
4752026-05-22T21:27:08.704Z Compiling unicode-linebreak v0.1.5
4762026-05-22T21:27:08.748Z Compiling unicode-width v0.2.0
4772026-05-22T21:27:08.783Z Compiling smawk v0.3.2
4782026-05-22T21:27:08.944Z Compiling camino-tempfile v1.4.1
4792026-05-22T21:27:08.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-22T21:27:08.982Z Compiling textwrap v0.16.2
4812026-05-22T21:27:09.001Z Compiling swrite v0.1.0
4822026-05-22T21:27:09.334Z Compiling tabled_derive v0.7.0
4832026-05-22T21:27:09.871Z Compiling synstructure v0.13.2
4842026-05-22T21:27:09.871Z Compiling pest_generator v2.8.6
4852026-05-22T21:27:09.991Z Compiling tabled v0.15.0
4862026-05-22T21:27:10.446Z Compiling serde_derive v1.0.228
4872026-05-22T21:27:10.449Z Compiling zerofrom-derive v0.1.6
4882026-05-22T21:27:10.449Z Compiling yoke-derive v0.8.1
4892026-05-22T21:27:10.449Z Compiling zerovec-derive v0.11.2
4902026-05-22T21:27:10.449Z Compiling displaydoc v0.2.5
4912026-05-22T21:27:10.449Z Compiling thiserror-impl v1.0.69
4922026-05-22T21:27:10.449Z Compiling zerocopy-derive v0.7.35
4932026-05-22T21:27:10.449Z Compiling pest_derive v2.8.6
4942026-05-22T21:27:10.450Z Compiling scroll_derive v0.12.1
4952026-05-22T21:27:10.450Z Compiling thiserror-impl v2.0.18
4962026-05-22T21:27:10.483Z Compiling clap_derive v4.5.55
4972026-05-22T21:27:11.152Z Compiling scroll v0.12.0
4982026-05-22T21:27:11.378Z Compiling goblin v0.8.2
4992026-05-22T21:27:11.396Z Compiling zerocopy v0.7.35
5002026-05-22T21:27:11.484Z Compiling zerofrom v0.1.6
5012026-05-22T21:27:11.599Z Compiling yoke v0.8.1
5022026-05-22T21:27:11.751Z Compiling dtrace-parser v0.2.0
5032026-05-22T21:27:11.768Z Compiling zerovec v0.11.5
5042026-05-22T21:27:11.771Z Compiling zerotrie v0.2.3
5052026-05-22T21:27:12.014Z Compiling clap v4.5.60
5062026-05-22T21:27:12.202Z Compiling tinystr v0.8.2
5072026-05-22T21:27:12.202Z Compiling potential_utf v0.1.4
5082026-05-22T21:27:12.331Z Compiling icu_collections v2.1.1
5092026-05-22T21:27:12.373Z Compiling icu_locale_core v2.1.1
5102026-05-22T21:27:12.917Z Compiling icu_provider v2.1.1
5112026-05-22T21:27:13.010Z Compiling dof v0.3.0
5122026-05-22T21:27:13.010Z Compiling serde_tokenstream v0.2.3
5132026-05-22T21:27:13.014Z Compiling serde_spanned v0.6.9
5142026-05-22T21:27:13.014Z Compiling toml_datetime v0.6.11
5152026-05-22T21:27:13.031Z Compiling serde-value v0.7.0
5162026-05-22T21:27:13.035Z Compiling cargo-platform v0.2.0
5172026-05-22T21:27:13.035Z Compiling macaddr v1.0.1
5182026-05-22T21:27:13.137Z Compiling icu_normalizer v2.1.1
5192026-05-22T21:27:13.137Z Compiling icu_properties v2.1.2
5202026-05-22T21:27:13.278Z Compiling toml_edit v0.22.27
5212026-05-22T21:27:13.697Z Compiling usdt-attr-macro v0.5.0
5222026-05-22T21:27:13.702Z Compiling usdt-macro v0.5.0
5232026-05-22T21:27:13.976Z Compiling idna_adapter v1.2.1
5242026-05-22T21:27:14.083Z Compiling idna v1.1.0
5252026-05-22T21:27:14.317Z Compiling usdt v0.5.0
5262026-05-22T21:27:14.339Z Compiling url v2.5.8
5272026-05-22T21:27:14.534Z Compiling toml v0.8.23
5282026-05-22T21:27:14.866Z Compiling cargo-util-schemas v0.8.2
5292026-05-22T21:27:14.866Z Compiling cargo_toml v0.21.0
5302026-05-22T21:27:15.643Z Compiling cargo_metadata v0.21.0
5312026-05-22T21:27:16.590Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-22T21:27:18.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.79s
5332026-05-22T21:27:18.984Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-22T21:27:19.549Z Downloading crates ...
5352026-05-22T21:27:19.640Z Downloaded adler2 v2.0.1
5362026-05-22T21:27:19.645Z Downloaded aead v0.5.2
5372026-05-22T21:27:19.648Z Downloaded cargo-platform v0.1.9
5382026-05-22T21:27:19.650Z Downloaded cpufeatures v0.3.0
5392026-05-22T21:27:19.661Z Downloaded crc8 v0.1.1
5402026-05-22T21:27:19.664Z Downloaded crc32fast v1.5.0
5412026-05-22T21:27:19.667Z Downloaded chacha20 v0.10.0
5422026-05-22T21:27:19.670Z Downloaded console v0.16.2
5432026-05-22T21:27:19.672Z Downloaded cobs v0.3.0
5442026-05-22T21:27:19.675Z Downloaded allocator-api2 v0.2.21
5452026-05-22T21:27:19.678Z Downloaded clang-sys v1.8.1
5462026-05-22T21:27:19.681Z Downloaded dirs-next v2.0.0
5472026-05-22T21:27:19.681Z Downloaded dtrace-parser v0.3.0
5482026-05-22T21:27:19.681Z Downloaded darling_macro v0.23.0
5492026-05-22T21:27:19.684Z Downloaded const-oid v0.9.6
5502026-05-22T21:27:19.684Z Downloaded derive_builder v0.20.2
5512026-05-22T21:27:19.687Z Downloaded crossbeam-utils v0.8.21
5522026-05-22T21:27:19.690Z Downloaded diff v0.1.13
5532026-05-22T21:27:19.690Z Downloaded ciborium v0.2.2
5542026-05-22T21:27:19.693Z Downloaded drift v0.1.4
5552026-05-22T21:27:19.697Z Downloaded fd-lock v4.0.4
5562026-05-22T21:27:19.700Z Downloaded ciborium-io v0.2.2
5572026-05-22T21:27:19.700Z Downloaded flagset v0.4.7
5582026-05-22T21:27:19.705Z Downloaded defmt-parser v1.0.0
5592026-05-22T21:27:19.706Z Downloaded compression-core v0.4.31
5602026-05-22T21:27:19.706Z Downloaded async-stream v0.3.6
5612026-05-22T21:27:19.706Z Downloaded darling v0.21.3
5622026-05-22T21:27:19.708Z Downloaded enum-as-inner v0.6.1
5632026-05-22T21:27:19.708Z Downloaded ecdsa v0.16.9
5642026-05-22T21:27:19.711Z Downloaded display-error-chain v0.2.2
5652026-05-22T21:27:19.711Z Downloaded base64ct v1.8.3
5662026-05-22T21:27:19.715Z Downloaded ff v0.13.1
5672026-05-22T21:27:19.715Z Downloaded ed25519 v2.2.3
5682026-05-22T21:27:19.715Z Downloaded deranged v0.5.8
5692026-05-22T21:27:19.718Z Downloaded crunchy v0.2.4
5702026-05-22T21:27:19.718Z Downloaded cookie v0.18.1
5712026-05-22T21:27:19.721Z Downloaded env_logger v0.11.9
5722026-05-22T21:27:19.721Z Downloaded embedded-io v0.6.1
5732026-05-22T21:27:19.721Z Downloaded bitfield-macros v0.19.4
5742026-05-22T21:27:19.724Z Downloaded atomicwrites v0.4.4
5752026-05-22T21:27:19.724Z Downloaded async-recursion v1.1.1
5762026-05-22T21:27:19.727Z Downloaded downcast-rs v2.0.2
5772026-05-22T21:27:19.727Z Downloaded atomic-waker v1.1.2
5782026-05-22T21:27:19.727Z Downloaded assert_matches v1.5.0
5792026-05-22T21:27:19.730Z Downloaded diesel_table_macro_syntax v0.3.0
5802026-05-22T21:27:19.730Z Downloaded cstr-argument v0.1.2
5812026-05-22T21:27:19.730Z Downloaded castaway v0.2.4
5822026-05-22T21:27:19.733Z Downloaded daft-derive v0.1.7
5832026-05-22T21:27:19.736Z Downloaded crc-catalog v2.4.0
5842026-05-22T21:27:19.736Z Downloaded base16ct v0.2.0
5852026-05-22T21:27:19.736Z Downloaded foreign-types v0.3.2
5862026-05-22T21:27:19.736Z Downloaded bit-set v0.8.0
5872026-05-22T21:27:19.739Z Downloaded dof v0.4.0
5882026-05-22T21:27:19.739Z Downloaded dsl_auto_type v0.2.0
5892026-05-22T21:27:19.743Z Downloaded atty v0.2.14
5902026-05-22T21:27:19.743Z Downloaded dirs-sys-next v0.1.2
5912026-05-22T21:27:19.743Z Downloaded convert_case v0.4.0
5922026-05-22T21:27:19.743Z Downloaded bcrypt-pbkdf v0.10.0
5932026-05-22T21:27:19.746Z Downloaded const_format_proc_macros v0.2.34
5942026-05-22T21:27:19.746Z Downloaded block-padding v0.3.3
5952026-05-22T21:27:19.746Z Downloaded compression-codecs v0.4.37
5962026-05-22T21:27:19.749Z Downloaded document-features v0.2.12
5972026-05-22T21:27:19.749Z Downloaded bitfield v0.19.4
5982026-05-22T21:27:19.749Z Downloaded async-stream-impl v0.3.6
5992026-05-22T21:27:19.749Z Downloaded array-init v0.0.4
6002026-05-22T21:27:19.752Z Downloaded derive_builder_macro v0.20.2
6012026-05-22T21:27:19.752Z Downloaded fixedbitset v0.4.2
6022026-05-22T21:27:19.752Z Downloaded bitflags v1.3.2
6032026-05-22T21:27:19.755Z Downloaded foreign-types-shared v0.3.1
6042026-05-22T21:27:19.755Z Downloaded dunce v1.0.5
6052026-05-22T21:27:19.757Z Downloaded crucible-workspace-hack v0.1.0
6062026-05-22T21:27:19.758Z Downloaded ahash v0.8.12
6072026-05-22T21:27:19.758Z Downloaded critical-section v1.2.0
6082026-05-22T21:27:19.760Z Downloaded dropshot-api-manager-types v0.7.1
6092026-05-22T21:27:19.760Z Downloaded difflib v0.4.0
6102026-05-22T21:27:19.760Z Downloaded derive-ex v0.1.8
6112026-05-22T21:27:19.764Z Downloaded der_derive v0.7.3
6122026-05-22T21:27:19.764Z Downloaded darling_macro v0.21.3
6132026-05-22T21:27:19.764Z Downloaded darling_macro v0.20.11
6142026-05-22T21:27:19.764Z Downloaded bitfield-struct v0.6.2
6152026-05-22T21:27:19.767Z Downloaded ciborium-ll v0.2.2
6162026-05-22T21:27:19.767Z Downloaded bit-set v0.5.3
6172026-05-22T21:27:19.767Z Downloaded darling v0.20.11
6182026-05-22T21:27:19.770Z Downloaded foreign-types-macros v0.2.3
6192026-05-22T21:27:19.770Z Downloaded crc v3.4.0
6202026-05-22T21:27:19.772Z Downloaded crossterm v0.29.0
6212026-05-22T21:27:19.775Z Downloaded funty v2.0.0
6222026-05-22T21:27:19.775Z Downloaded foreign-types-shared v0.1.1
6232026-05-22T21:27:19.778Z Downloaded futures-task v0.3.32
6242026-05-22T21:27:19.778Z Downloaded ascii-canvas v3.0.0
6252026-05-22T21:27:19.778Z Downloaded foreign-types v0.5.0
6262026-05-22T21:27:19.778Z Downloaded cfg_aliases v0.2.1
6272026-05-22T21:27:19.781Z Downloaded futures-io v0.3.32
6282026-05-22T21:27:19.781Z Downloaded defmt v0.3.100
6292026-05-22T21:27:19.781Z Downloaded arrayref v0.3.9
6302026-05-22T21:27:19.784Z Downloaded ghash v0.5.1
6312026-05-22T21:27:19.784Z Downloaded cfg_aliases v0.1.1
6322026-05-22T21:27:19.784Z Downloaded float-ord v0.3.2
6332026-05-22T21:27:19.784Z Downloaded crossterm v0.28.1
6342026-05-22T21:27:19.787Z Downloaded fxhash v0.2.1
6352026-05-22T21:27:19.790Z Downloaded dyn-clone v1.0.20
6362026-05-22T21:27:19.790Z Downloaded daft v0.1.7
6372026-05-22T21:27:19.793Z Downloaded chacha20 v0.9.1
6382026-05-22T21:27:19.793Z Downloaded find-msvc-tools v0.1.9
6392026-05-22T21:27:19.797Z Downloaded ctr v0.9.2
6402026-05-22T21:27:19.797Z Downloaded defmt v1.0.1
6412026-05-22T21:27:19.800Z Downloaded cargo_metadata v0.19.2
6422026-05-22T21:27:19.800Z Downloaded argon2 v0.5.3
6432026-05-22T21:27:19.800Z Downloaded const_format v0.2.35
6442026-05-22T21:27:19.803Z Downloaded gethostname v0.5.0
6452026-05-22T21:27:19.806Z Downloaded futures-macro v0.3.32
6462026-05-22T21:27:19.806Z Downloaded debug-ignore v1.0.5
6472026-05-22T21:27:19.809Z Downloaded backon v1.6.0
6482026-05-22T21:27:19.809Z Downloaded futures-core v0.3.32
6492026-05-22T21:27:19.812Z Downloaded convert_case v0.10.0
6502026-05-22T21:27:19.812Z Downloaded hash32 v0.2.1
6512026-05-22T21:27:19.812Z Downloaded fixedbitset v0.5.7
6522026-05-22T21:27:19.815Z Downloaded cancel-safe-futures v0.1.5
6532026-05-22T21:27:19.815Z Downloaded async-bb8-diesel v0.2.1
6542026-05-22T21:27:19.818Z Downloaded env_filter v1.0.0
6552026-05-22T21:27:19.818Z Downloaded curve25519-dalek-derive v0.1.1
6562026-05-22T21:27:19.818Z Downloaded camino-tempfile-ext v0.3.3
6572026-05-22T21:27:19.820Z Downloaded blowfish v0.9.1
6582026-05-22T21:27:19.820Z Downloaded backoff v0.4.0
6592026-05-22T21:27:19.823Z Downloaded httpdate v1.0.3
6602026-05-22T21:27:19.823Z Downloaded globwalk v0.9.1
6612026-05-22T21:27:19.823Z Downloaded headers-core v0.3.0
6622026-05-22T21:27:19.826Z Downloaded hash32 v0.3.1
6632026-05-22T21:27:19.826Z Downloaded git-stub v1.0.0
6642026-05-22T21:27:19.826Z Downloaded endian-type v0.1.2
6652026-05-22T21:27:19.829Z Downloaded buf-list v1.1.2
6662026-05-22T21:27:19.829Z Downloaded hostname v0.3.1
6672026-05-22T21:27:19.833Z Downloaded hostname v0.4.2
6682026-05-22T21:27:19.833Z Downloaded home v0.5.12
6692026-05-22T21:27:19.833Z Downloaded hex-literal v0.4.1
6702026-05-22T21:27:19.836Z Downloaded hex v0.4.3
6712026-05-22T21:27:19.836Z Downloaded arrayvec v0.7.6
6722026-05-22T21:27:19.836Z Downloaded hubpack_derive v0.1.1
6732026-05-22T21:27:19.839Z Downloaded http-range v0.1.5
6742026-05-22T21:27:19.839Z Downloaded async-trait v0.1.89
6752026-05-22T21:27:19.842Z Downloaded cassowary v0.3.0
6762026-05-22T21:27:19.842Z Downloaded bit-vec v0.6.3
6772026-05-22T21:27:19.842Z Downloaded bcs v0.1.6
6782026-05-22T21:27:19.846Z Downloaded cmake v0.1.57
6792026-05-22T21:27:19.846Z Downloaded foldhash v0.1.5
6802026-05-22T21:27:19.846Z Downloaded cexpr v0.6.0
6812026-05-22T21:27:19.849Z Downloaded ena v0.14.4
6822026-05-22T21:27:19.849Z Downloaded embedded-io v0.4.0
6832026-05-22T21:27:19.849Z Downloaded crossbeam-deque v0.8.6
6842026-05-22T21:27:19.851Z Downloaded hyper-tls v0.6.0
6852026-05-22T21:27:19.851Z Downloaded foldhash v0.2.0
6862026-05-22T21:27:19.851Z Downloaded defmt-macros v1.0.1
6872026-05-22T21:27:19.854Z Downloaded filetime v0.2.27
6882026-05-22T21:27:19.857Z Downloaded indent_write v2.2.0
6892026-05-22T21:27:19.857Z Downloaded illumos-nvpair v0.3.0
6902026-05-22T21:27:19.857Z Downloaded indoc v1.0.9
6912026-05-22T21:27:19.860Z Downloaded illumos-nvpair-sys v0.2.0
6922026-05-22T21:27:19.860Z Downloaded cbc v0.1.2
6932026-05-22T21:27:19.860Z Downloaded glob v0.3.3
6942026-05-22T21:27:19.864Z Downloaded fs_extra v1.3.0
6952026-05-22T21:27:19.864Z Downloaded futures-executor v0.3.32
6962026-05-22T21:27:19.867Z Downloaded des v0.8.1
6972026-05-22T21:27:19.867Z Downloaded derive_builder_core v0.20.2
6982026-05-22T21:27:19.867Z Downloaded flate2 v1.1.9
6992026-05-22T21:27:19.870Z Downloaded http-body v1.0.1
7002026-05-22T21:27:19.870Z Downloaded crc-any v2.5.0
7012026-05-22T21:27:19.873Z Downloaded instability v0.3.11
7022026-05-22T21:27:19.873Z Downloaded diesel-dtrace v0.5.0
7032026-05-22T21:27:19.876Z Downloaded globset v0.4.18
7042026-05-22T21:27:19.876Z Downloaded erased-serde v0.3.31
7052026-05-22T21:27:19.879Z Downloaded is_ci v1.2.0
7062026-05-22T21:27:19.879Z Downloaded derive-where v1.6.0
7072026-05-22T21:27:19.882Z Downloaded highway v1.3.0
7082026-05-22T21:27:19.882Z Downloaded instant v0.1.13
7092026-05-22T21:27:19.885Z Downloaded inout v0.1.4
7102026-05-22T21:27:19.885Z Downloaded fallible-iterator v0.2.0
7112026-05-22T21:27:19.885Z Downloaded bit-vec v0.8.0
7122026-05-22T21:27:19.888Z Downloaded ar_archive_writer v0.5.1
7132026-05-22T21:27:19.888Z Downloaded git-stub-vcs v0.1.0
7142026-05-22T21:27:19.891Z Downloaded is-terminal v0.4.17
7152026-05-22T21:27:19.891Z Downloaded hubpack v0.1.2
7162026-05-22T21:27:19.891Z Downloaded group v0.13.0
7172026-05-22T21:27:19.893Z Downloaded console v0.15.11
7182026-05-22T21:27:19.894Z Downloaded internet-checksum v0.2.1
7192026-05-22T21:27:19.894Z Downloaded byte-wrapper v0.1.0
7202026-05-22T21:27:19.896Z Downloaded corncobs v0.1.4
7212026-05-22T21:27:19.896Z Downloaded constant_time_eq v0.4.2
7222026-05-22T21:27:19.899Z Downloaded colored v3.1.1
7232026-05-22T21:27:19.899Z Downloaded lalrpop-util v0.19.12
7242026-05-22T21:27:19.902Z Downloaded keccak v0.1.6
7252026-05-22T21:27:19.902Z Downloaded kstat-rs v0.2.4
7262026-05-22T21:27:19.902Z Downloaded cookie_store v0.22.1
7272026-05-22T21:27:19.905Z Downloaded bzip2 v0.4.4
7282026-05-22T21:27:19.905Z Downloaded getrandom v0.2.17
7292026-05-22T21:27:19.908Z Downloaded der v0.7.10
7302026-05-22T21:27:19.911Z Downloaded impl-trait-for-tuples v0.2.3
7312026-05-22T21:27:19.914Z Downloaded lazy_static v1.5.0
7322026-05-22T21:27:19.914Z Downloaded hyper-staticfile v0.10.1
7332026-05-22T21:27:19.916Z Downloaded humantime v2.3.0
7342026-05-22T21:27:19.916Z Downloaded linked-hash-map v0.5.6
7352026-05-22T21:27:19.916Z Downloaded fs-err v2.11.0
7362026-05-22T21:27:19.920Z Downloaded cipher v0.4.4
7372026-05-22T21:27:19.920Z Downloaded lru-slab v0.1.2
7382026-05-22T21:27:19.920Z Downloaded ingot-types v0.1.2
7392026-05-22T21:27:19.923Z Downloaded crossbeam-epoch v0.9.18
7402026-05-22T21:27:19.923Z Downloaded darling v0.23.0
7412026-05-22T21:27:19.925Z Downloaded lru-cache v0.1.2
7422026-05-22T21:27:19.928Z Downloaded lzss v0.8.2
7432026-05-22T21:27:19.928Z Downloaded csv-core v0.1.13
7442026-05-22T21:27:19.928Z Downloaded libscf-sys v1.1.0
7452026-05-22T21:27:19.931Z Downloaded md5 v0.7.0
7462026-05-22T21:27:19.931Z Downloaded md-5 v0.10.6
7472026-05-22T21:27:19.931Z Downloaded memoffset v0.9.1
7482026-05-22T21:27:19.934Z Downloaded lru v0.12.5
7492026-05-22T21:27:19.934Z Downloaded either v1.15.0
7502026-05-22T21:27:19.934Z Downloaded maybe-uninit v2.0.0
7512026-05-22T21:27:19.939Z Downloaded match_cfg v0.1.0
7522026-05-22T21:27:19.939Z Downloaded ingot v0.1.1
7532026-05-22T21:27:19.939Z Downloaded managed v0.8.0
7542026-05-22T21:27:19.942Z Downloaded indoc v2.0.7
7552026-05-22T21:27:19.942Z Downloaded ipnet v2.11.0
7562026-05-22T21:27:19.942Z Downloaded bytes v1.11.1
7572026-05-22T21:27:19.945Z Downloaded mime v0.3.17
7582026-05-22T21:27:19.945Z Downloaded nodrop v0.1.14
7592026-05-22T21:27:19.945Z Downloaded newline-converter v0.3.0
7602026-05-22T21:27:19.947Z Downloaded new_debug_unreachable v1.0.6
7612026-05-22T21:27:19.947Z Downloaded nibble_vec v0.1.0
7622026-05-22T21:27:19.947Z Downloaded multimap v0.10.1
7632026-05-22T21:27:19.950Z Downloaded newtype-uuid-macros v0.1.0
7642026-05-22T21:27:19.950Z Downloaded ipnetwork v0.21.1
7652026-05-22T21:27:19.950Z Downloaded data-encoding v2.10.0
7662026-05-22T21:27:19.953Z Downloaded normalize-line-endings v0.3.0
7672026-05-22T21:27:19.953Z Downloaded futures-channel v0.3.32
7682026-05-22T21:27:19.953Z Downloaded colored v2.2.0
7692026-05-22T21:27:19.956Z Downloaded bzip2 v0.6.1
7702026-05-22T21:27:19.957Z Downloaded blake2 v0.10.6
7712026-05-22T21:27:19.959Z Downloaded nonempty v0.12.0
7722026-05-22T21:27:19.959Z Downloaded newtype_derive v0.1.6
7732026-05-22T21:27:19.959Z Downloaded libefi-sys v0.1.0
7742026-05-22T21:27:19.962Z Downloaded jobserver v0.1.34
7752026-05-22T21:27:19.962Z Downloaded httparse v1.10.1
7762026-05-22T21:27:19.965Z Downloaded num v0.4.3
7772026-05-22T21:27:19.965Z Downloaded float-cmp v0.10.0
7782026-05-22T21:27:19.968Z Downloaded elliptic-curve v0.13.8
7792026-05-22T21:27:19.968Z Downloaded derive_more v0.99.20
7802026-05-22T21:27:19.971Z Downloaded getrandom v0.3.4
7812026-05-22T21:27:19.974Z Downloaded fatfs v0.3.6
7822026-05-22T21:27:19.977Z Downloaded libloading v0.8.9
7832026-05-22T21:27:19.977Z Downloaded dropshot_endpoint v0.16.7
7842026-05-22T21:27:19.980Z Downloaded openssl-probe v0.1.6
7852026-05-22T21:27:19.980Z Downloaded dropshot_endpoint v0.17.0
7862026-05-22T21:27:19.982Z Downloaded opaque-debug v0.3.1
7872026-05-22T21:27:19.982Z Downloaded num_threads v0.1.7
7882026-05-22T21:27:19.985Z Downloaded linear-map v1.2.0
7892026-05-22T21:27:19.985Z Downloaded openssl-probe v0.2.1
7902026-05-22T21:27:19.988Z Downloaded compact_str v0.8.1
7912026-05-22T21:27:19.988Z Downloaded olpc-cjson v0.1.4
7922026-05-22T21:27:19.991Z Downloaded lock_api v0.4.14
7932026-05-22T21:27:19.991Z Downloaded darling_core v0.23.0
7942026-05-22T21:27:19.994Z Downloaded libsw-core v0.3.2
7952026-05-22T21:27:19.994Z Downloaded oso-derive v0.27.3
7962026-05-22T21:27:19.997Z Downloaded mime_guess v2.0.5
7972026-05-22T21:27:19.997Z Downloaded derive_more-impl v2.1.1
7982026-05-22T21:27:20.000Z Downloaded crypto-bigint v0.5.5
7992026-05-22T21:27:20.003Z Downloaded pbkdf2 v0.12.2
8002026-05-22T21:27:20.006Z Downloaded packed_struct_codegen v0.10.1
8012026-05-22T21:27:20.006Z Downloaded libsw v3.5.0
8022026-05-22T21:27:20.006Z Downloaded maplit v1.0.2
8032026-05-22T21:27:20.009Z Downloaded half v1.8.3
8042026-05-22T21:27:20.009Z Downloaded ingot-macros v0.1.1
8052026-05-22T21:27:20.009Z Downloaded dropshot-api-manager v0.7.1
8062026-05-22T21:27:20.011Z Downloaded iana-time-zone v0.1.65
8072026-05-22T21:27:20.014Z Downloaded multer v3.1.0
8082026-05-22T21:27:20.014Z Downloaded nu-ansi-term v0.50.3
8092026-05-22T21:27:20.017Z Downloaded http-body-util v0.1.3
8102026-05-22T21:27:20.020Z Downloaded pbkdf2 v0.11.0
8112026-05-22T21:27:20.020Z Downloaded parse-size v1.1.0
8122026-05-22T21:27:20.020Z Downloaded darling_core v0.20.11
8132026-05-22T21:27:20.023Z Downloaded phf_shared v0.13.1
8142026-05-22T21:27:20.026Z Downloaded peg-runtime v0.8.5
8152026-05-22T21:27:20.026Z Downloaded parse-display v0.10.0
8162026-05-22T21:27:20.026Z Downloaded num_enum v0.5.11
8172026-05-22T21:27:20.029Z Downloaded newtype-uuid v1.3.2
8182026-05-22T21:27:20.032Z Downloaded hyper-rustls v0.27.7
8192026-05-22T21:27:20.032Z Downloaded futures v0.3.32
8202026-05-22T21:27:20.035Z Downloaded num-rational v0.4.2
8212026-05-22T21:27:20.038Z Downloaded darling_core v0.21.3
8222026-05-22T21:27:20.042Z Downloaded openssl-macros v0.1.1
8232026-05-22T21:27:20.042Z Downloaded num_enum_derive v0.5.11
8242026-05-22T21:27:20.042Z Downloaded num-iter v0.1.45
8252026-05-22T21:27:20.045Z Downloaded num-derive v0.4.2
8262026-05-22T21:27:20.045Z Downloaded num_enum v0.7.5
8272026-05-22T21:27:20.048Z Downloaded path-slash v0.1.5
8282026-05-22T21:27:20.048Z Downloaded arc-swap v1.8.2
8292026-05-22T21:27:20.051Z Downloaded num-derive v0.3.3
8302026-05-22T21:27:20.052Z Downloaded owo-colors v4.3.0
8312026-05-22T21:27:20.055Z Downloaded phf_shared v0.12.1
8322026-05-22T21:27:20.055Z Downloaded num-integer v0.1.46
8332026-05-22T21:27:20.069Z Downloaded proc-macro-error-attr2 v2.0.0
8342026-05-22T21:27:20.072Z Downloaded proc-macro-crate v3.4.0
8352026-05-22T21:27:20.072Z Downloaded proc-macro-crate v1.3.1
8362026-05-22T21:27:20.072Z Downloaded predicates-tree v1.0.13
8372026-05-22T21:27:20.075Z Downloaded predicates-core v1.0.10
8382026-05-22T21:27:20.075Z Downloaded precomputed-hash v0.1.1
8392026-05-22T21:27:20.075Z Downloaded powerfmt v0.2.0
8402026-05-22T21:27:20.075Z Downloaded packed_struct v0.10.1
8412026-05-22T21:27:20.078Z Downloaded phf_shared v0.11.3
8422026-05-22T21:27:20.078Z Downloaded heapless v0.8.0
8432026-05-22T21:27:20.081Z Downloaded paste v1.0.15
8442026-05-22T21:27:20.084Z Downloaded heapless v0.7.17
8452026-05-22T21:27:20.084Z Downloaded password-hash v0.5.0
8462026-05-22T21:27:20.089Z Downloaded progenitor-client v0.11.2
8472026-05-22T21:27:20.092Z Downloaded parse-display-derive v0.10.0
8482026-05-22T21:27:20.092Z Downloaded oxnet v0.1.4
8492026-05-22T21:27:20.092Z Downloaded native-tls v0.2.18
8502026-05-22T21:27:20.093Z Downloaded password-hash v0.4.2
8512026-05-22T21:27:20.093Z Downloaded progenitor-macro v0.13.0
8522026-05-22T21:27:20.093Z Downloaded progenitor-macro v0.11.2
8532026-05-22T21:27:20.096Z Downloaded progenitor-macro v0.10.0
8542026-05-22T21:27:20.096Z Downloaded headers v0.4.1
8552026-05-22T21:27:20.099Z Downloaded pin-project-lite v0.2.17
8562026-05-22T21:27:20.103Z Downloaded radium v0.7.0
8572026-05-22T21:27:20.103Z Downloaded phf v0.13.1
8582026-05-22T21:27:20.103Z Downloaded pem v3.0.6
8592026-05-22T21:27:20.106Z Downloaded indexmap v1.9.3
8602026-05-22T21:27:20.106Z Downloaded progenitor-macro v0.14.0
8612026-05-22T21:27:20.106Z Downloaded progenitor-client v0.14.0
8622026-05-22T21:27:20.106Z Downloaded bumpalo v3.20.2
8632026-05-22T21:27:20.115Z Downloaded pin-utils v0.1.0
8642026-05-22T21:27:20.115Z Downloaded pin-project-internal v1.1.11
8652026-05-22T21:27:20.115Z Downloaded polyval v0.6.2
8662026-05-22T21:27:20.115Z Downloaded libbz2-rs-sys v0.2.2
8672026-05-22T21:27:20.115Z Downloaded pkg-config v0.3.32
8682026-05-22T21:27:20.115Z Downloaded pkcs8 v0.10.2
8692026-05-22T21:27:20.119Z Downloaded indicatif v0.18.4
8702026-05-22T21:27:20.119Z Downloaded quick-error v1.2.3
8712026-05-22T21:27:20.122Z Downloaded litrs v1.0.0
8722026-05-22T21:27:20.122Z Downloaded ed25519-dalek v2.2.0
8732026-05-22T21:27:20.125Z Downloaded peg v0.8.5
8742026-05-22T21:27:20.128Z Downloaded postgres-protocol v0.6.10
8752026-05-22T21:27:20.128Z Downloaded memmap2 v0.9.10
8762026-05-22T21:27:20.128Z Downloaded parking_lot v0.12.5
8772026-05-22T21:27:20.133Z Downloaded async-compression v0.4.41
8782026-05-22T21:27:20.136Z Downloaded rand_chacha v0.3.1
8792026-05-22T21:27:20.136Z Downloaded ppv-lite86 v0.2.21
8802026-05-22T21:27:20.136Z Downloaded recursive v0.1.1
8812026-05-22T21:27:20.139Z Downloaded poly1305 v0.8.0
8822026-05-22T21:27:20.139Z Downloaded recursive-proc-macro-impl v0.1.1
8832026-05-22T21:27:20.139Z Downloaded predicates v3.1.4
8842026-05-22T21:27:20.142Z Downloaded rand_xorshift v0.4.0
8852026-05-22T21:27:20.142Z Downloaded progenitor v0.10.0
8862026-05-22T21:27:20.142Z Downloaded proc-macro-error2 v2.0.1
8872026-05-22T21:27:20.145Z Downloaded half v2.7.1
8882026-05-22T21:27:20.148Z Downloaded progenitor-client v0.10.0
8892026-05-22T21:27:20.148Z Downloaded hickory-resolver v0.25.2
8902026-05-22T21:27:20.151Z Downloaded crossbeam-channel v0.5.15
8912026-05-22T21:27:20.154Z Downloaded ref-cast v1.0.25
8922026-05-22T21:27:20.154Z Downloaded ref-cast-impl v1.0.25
8932026-05-22T21:27:20.157Z Downloaded progenitor-client v0.13.0
8942026-05-22T21:27:20.157Z Downloaded pem-rfc7468 v0.7.0
8952026-05-22T21:27:20.157Z Downloaded peg-macros v0.8.5
8962026-05-22T21:27:20.161Z Downloaded progenitor-extras v0.2.0
8972026-05-22T21:27:20.161Z Downloaded progenitor v0.13.0
8982026-05-22T21:27:20.161Z Downloaded progenitor v0.11.2
8992026-05-22T21:27:20.164Z Downloaded diesel_derives v2.3.7
9002026-05-22T21:27:20.164Z Downloaded chacha20poly1305 v0.10.1
9012026-05-22T21:27:20.167Z Downloaded hickory-resolver v0.24.4
9022026-05-22T21:27:20.170Z Downloaded psl-types v2.0.11
9032026-05-22T21:27:20.170Z Downloaded cc v1.2.56
9042026-05-22T21:27:20.173Z Downloaded pkcs5 v0.7.1
9052026-05-22T21:27:20.176Z Downloaded postcard v1.1.3
9062026-05-22T21:27:20.176Z Downloaded rfc6979 v0.4.0
9072026-05-22T21:27:20.176Z Downloaded aes-gcm v0.10.3
9082026-05-22T21:27:20.180Z Downloaded pkcs1 v0.7.5
9092026-05-22T21:27:20.183Z Downloaded base64 v0.22.1
9102026-05-22T21:27:20.183Z Downloaded rustc-hash v2.1.1
9112026-05-22T21:27:20.187Z Downloaded rustc_version v0.1.7
9122026-05-22T21:27:20.187Z Downloaded russh-cryptovec v0.7.3
9132026-05-22T21:27:20.187Z Downloaded base64 v0.21.7
9142026-05-22T21:27:20.190Z Downloaded omicron-zone-package v0.12.2
9152026-05-22T21:27:20.190Z Downloaded r2d2 v0.8.10
9162026-05-22T21:27:20.191Z Downloaded rand_core v0.10.0
9172026-05-22T21:27:20.193Z Downloaded miniz_oxide v0.8.9
9182026-05-22T21:27:20.193Z Downloaded p256 v0.13.2
9192026-05-22T21:27:20.196Z Downloaded oso v0.27.3
9202026-05-22T21:27:20.196Z Downloaded scheduled-thread-pool v0.2.7
9212026-05-22T21:27:20.199Z Downloaded same-file v1.0.6
9222026-05-22T21:27:20.199Z Downloaded rand_core v0.6.4
9232026-05-22T21:27:20.199Z Downloaded psm v0.1.30
9242026-05-22T21:27:20.202Z Downloaded parking_lot_core v0.8.6
9252026-05-22T21:27:20.202Z Downloaded scopeguard v1.2.0
9262026-05-22T21:27:20.205Z Downloaded sapling-renderdag v0.1.0
9272026-05-22T21:27:20.205Z Downloaded phf v0.12.1
9282026-05-22T21:27:20.205Z Downloaded derive_more v2.1.1
9292026-05-22T21:27:20.211Z Downloaded progenitor v0.14.0
9302026-05-22T21:27:20.214Z Downloaded jiff-static v0.2.21
9312026-05-22T21:27:20.214Z Downloaded oxide-tokio-rt v0.1.4
9322026-05-22T21:27:20.218Z Downloaded num_enum_derive v0.7.5
9332026-05-22T21:27:20.218Z Downloaded rand_seeder v0.4.0
9342026-05-22T21:27:20.221Z Downloaded nanorand v0.7.0
9352026-05-22T21:27:20.221Z Downloaded secrecy v0.10.3
9362026-05-22T21:27:20.221Z Downloaded seq-macro v0.3.6
9372026-05-22T21:27:20.221Z Downloaded expectorate v1.2.0
9382026-05-22T21:27:20.224Z Downloaded quinn-udp v0.5.14
9392026-05-22T21:27:20.224Z Downloaded num-complex v0.4.6
9402026-05-22T21:27:20.227Z Downloaded serde-big-array v0.5.1
9412026-05-22T21:27:20.227Z Downloaded scroll_derive v0.13.1
9422026-05-22T21:27:20.227Z Downloaded flume v0.11.1
9432026-05-22T21:27:20.230Z Downloaded hickory-server v0.25.2
9442026-05-22T21:27:20.233Z Downloaded pin-project v1.1.11
9452026-05-22T21:27:20.239Z Downloaded secrecy v0.8.0
9462026-05-22T21:27:20.242Z Downloaded scrypt v0.11.0
9472026-05-22T21:27:20.242Z Downloaded serde_bytes v0.11.19
9482026-05-22T21:27:20.245Z Downloaded resolv-conf v0.7.6
9492026-05-22T21:27:20.245Z Downloaded semver v0.1.20
9502026-05-22T21:27:20.245Z Downloaded ignore v0.4.25
9512026-05-22T21:27:20.248Z Downloaded num-conv v0.2.0
9522026-05-22T21:27:20.248Z Downloaded hmac v0.12.1
9532026-05-22T21:27:20.248Z Downloaded serde_plain v1.0.2
9542026-05-22T21:27:20.251Z Downloaded shell-words v1.1.1
9552026-05-22T21:27:20.251Z Downloaded sha1 v0.10.6
9562026-05-22T21:27:20.251Z Downloaded serde_urlencoded v0.7.1
9572026-05-22T21:27:20.254Z Downloaded serde_spanned v1.0.4
9582026-05-22T21:27:20.254Z Downloaded rtoolbox v0.0.3
9592026-05-22T21:27:20.255Z Downloaded ident_case v1.0.1
9602026-05-22T21:27:20.255Z Downloaded bb8 v0.8.6
9612026-05-22T21:27:20.257Z Downloaded rustls-pemfile v2.2.0
9622026-05-22T21:27:20.257Z Downloaded openssl-sys v0.9.115
9632026-05-22T21:27:20.260Z Downloaded minimal-lexical v0.2.1
9642026-05-22T21:27:20.263Z Downloaded serde_repr v0.1.20
9652026-05-22T21:27:20.266Z Downloaded rustversion v1.0.22
9662026-05-22T21:27:20.266Z Downloaded rustls-pemfile v1.0.4
9672026-05-22T21:27:20.269Z Downloaded primeorder v0.13.6
9682026-05-22T21:27:20.269Z Downloaded signature v2.2.0
9692026-05-22T21:27:20.269Z Downloaded parking_lot v0.11.2
9702026-05-22T21:27:20.273Z Downloaded siphasher v1.0.2
9712026-05-22T21:27:20.273Z Downloaded signal-hook-tokio v0.3.1
9722026-05-22T21:27:20.276Z Downloaded sigpipe v0.1.3
9732026-05-22T21:27:20.276Z Downloaded parking_lot_core v0.9.12
9742026-05-22T21:27:20.276Z Downloaded rustls-native-certs v0.8.3
9752026-05-22T21:27:20.279Z Downloaded rand_core v0.9.5
9762026-05-22T21:27:20.279Z Downloaded progenitor-impl v0.14.0
9772026-05-22T21:27:20.279Z Downloaded papergrid v0.17.0
9782026-05-22T21:27:20.281Z Downloaded http v1.4.0
9792026-05-22T21:27:20.284Z Downloaded slog-envlogger v2.2.0
9802026-05-22T21:27:20.287Z Downloaded prefix-trie v0.7.0
9812026-05-22T21:27:20.287Z Downloaded slog-bunyan v2.5.0
9822026-05-22T21:27:20.290Z Downloaded sec1 v0.7.3
9832026-05-22T21:27:20.290Z Downloaded salsa20 v0.10.2
9842026-05-22T21:27:20.290Z Downloaded scroll v0.13.0
9852026-05-22T21:27:20.293Z Downloaded schemars_derive v0.8.22
9862026-05-22T21:27:20.293Z Downloaded rand_chacha v0.9.0
9872026-05-22T21:27:20.296Z Downloaded postgres-types v0.2.12
9882026-05-22T21:27:20.296Z Downloaded futures-sink v0.3.32
9892026-05-22T21:27:20.299Z Downloaded progenitor-impl v0.11.2
9902026-05-22T21:27:20.299Z Downloaded aes v0.8.4
9912026-05-22T21:27:20.304Z Downloaded sct v0.7.1
9922026-05-22T21:27:20.307Z Downloaded hashbrown v0.13.2
9932026-05-22T21:27:20.307Z Downloaded ssh-cipher v0.2.0
9942026-05-22T21:27:20.307Z Downloaded progenitor-impl v0.10.0
9952026-05-22T21:27:20.309Z Downloaded sqlparser_derive v0.5.0
9962026-05-22T21:27:20.309Z Downloaded progenitor-impl v0.13.0
9972026-05-22T21:27:20.312Z Downloaded hyper-util v0.1.20
9982026-05-22T21:27:20.315Z Downloaded rustc_version v0.4.1
9992026-05-22T21:27:20.315Z Downloaded serde_path_to_error v0.1.20
10002026-05-22T21:27:20.318Z Downloaded ssh-encoding v0.2.0
10012026-05-22T21:27:20.321Z Downloaded serde-hex v0.1.0
10022026-05-22T21:27:20.324Z Downloaded russh-keys v0.45.0
10032026-05-22T21:27:20.334Z Downloaded pretty_assertions v1.4.1
10042026-05-22T21:27:20.336Z Downloaded signal-hook-mio v0.2.5
10052026-05-22T21:27:20.341Z Downloaded structmeta v0.3.0
10062026-05-22T21:27:20.344Z Downloaded strip-ansi-escapes v0.2.1
10072026-05-22T21:27:20.345Z Downloaded signal-hook-registry v1.4.8
10082026-05-22T21:27:20.345Z Downloaded rcgen v0.12.1
10092026-05-22T21:27:20.348Z Downloaded strum v0.27.2
10102026-05-22T21:27:20.348Z Downloaded slab v0.4.12
10112026-05-22T21:27:20.352Z Downloaded simd-adler32 v0.3.8
10122026-05-22T21:27:20.352Z Downloaded strum v0.26.3
10132026-05-22T21:27:20.352Z Downloaded structmeta-derive v0.3.0
10142026-05-22T21:27:20.352Z Downloaded itertools v0.10.5
10152026-05-22T21:27:20.355Z Downloaded hashbrown v0.12.3
10162026-05-22T21:27:20.358Z Downloaded slog-scope v4.4.1
10172026-05-22T21:27:20.360Z Downloaded prettyplease v0.2.37
10182026-05-22T21:27:20.361Z Downloaded slog-dtrace v0.3.0
10192026-05-22T21:27:20.363Z Downloaded sync_wrapper v1.0.2
10202026-05-22T21:27:20.363Z Downloaded subtle v2.6.1
10212026-05-22T21:27:20.363Z Downloaded supports-color v3.0.2
10222026-05-22T21:27:20.366Z Downloaded sync-ptr v0.1.4
10232026-05-22T21:27:20.366Z Downloaded smallvec v0.6.14
10242026-05-22T21:27:20.366Z Downloaded slog-async v2.8.0
10252026-05-22T21:27:20.366Z Downloaded tabled_derive v0.11.0
10262026-05-22T21:27:20.369Z Downloaded slog-stdlog v4.1.1
10272026-05-22T21:27:20.369Z Downloaded snafu-derive v0.8.9
10282026-05-22T21:27:20.372Z Downloaded serde_cbor v0.11.2
10292026-05-22T21:27:20.375Z Downloaded termtree v0.5.1
10302026-05-22T21:27:20.375Z Downloaded serde_derive_internals v0.29.1
10312026-05-22T21:27:20.378Z Downloaded thread-id v5.1.0
10322026-05-22T21:27:20.378Z Downloaded take_mut v0.2.2
10332026-05-22T21:27:20.383Z Downloaded smf v0.2.3
10342026-05-22T21:27:20.385Z Downloaded slog-term v2.9.2
10352026-05-22T21:27:20.388Z Downloaded tagptr v0.2.0
10362026-05-22T21:27:20.388Z Downloaded tabwriter v1.4.1
10372026-05-22T21:27:20.392Z Downloaded ron v0.8.1
10382026-05-22T21:27:20.395Z Downloaded tap v1.0.1
10392026-05-22T21:27:20.398Z Downloaded spki v0.7.3
10402026-05-22T21:27:20.401Z Downloaded sqlformat v0.3.5
10412026-05-22T21:27:20.401Z Downloaded mio v1.2.0
10422026-05-22T21:27:20.405Z Downloaded tinyvec_macros v0.1.1
10432026-05-22T21:27:20.408Z Downloaded rayon-core v1.13.0
10442026-05-22T21:27:20.413Z Downloaded tokio-macros v2.7.0
10452026-05-22T21:27:20.413Z Downloaded hashbrown v0.16.1
10462026-05-22T21:27:20.416Z Downloaded rustls-platform-verifier v0.6.2
10472026-05-22T21:27:20.416Z Downloaded static_assertions v1.1.0
10482026-05-22T21:27:20.416Z Downloaded ryu v1.0.23
10492026-05-22T21:27:20.420Z Downloaded rustls-pki-types v1.14.0
10502026-05-22T21:27:20.420Z Downloaded hashbrown v0.15.5
10512026-05-22T21:27:20.423Z Downloaded stringprep v0.1.5
10522026-05-22T21:27:20.426Z Downloaded rusty-fork v0.3.1
10532026-05-22T21:27:20.426Z Downloaded time-core v0.1.8
10542026-05-22T21:27:20.428Z Downloaded thiserror-impl-no-std v2.0.2
10552026-05-22T21:27:20.428Z Downloaded string_cache v0.8.9
10562026-05-22T21:27:20.428Z Downloaded shlex v1.3.0
10572026-05-22T21:27:20.432Z Downloaded strum_macros v0.26.4
10582026-05-22T21:27:20.434Z Downloaded support-bundle-viewer v0.1.2
10592026-05-22T21:27:20.437Z Downloaded libxml v0.3.3
10602026-05-22T21:27:20.440Z Downloaded testing_table v0.3.0
10612026-05-22T21:27:20.440Z Downloaded slog-json v2.6.1
10622026-05-22T21:27:20.443Z Downloaded thread_local v1.1.9
10632026-05-22T21:27:20.443Z Downloaded thiserror-no-std v2.0.2
10642026-05-22T21:27:20.453Z Downloaded tls_codec_derive v0.4.2
10652026-05-22T21:27:20.457Z Downloaded tower-layer v0.3.3
10662026-05-22T21:27:20.457Z Downloaded termios v0.3.3
10672026-05-22T21:27:20.460Z Downloaded serde_yaml v0.9.34+deprecated
10682026-05-22T21:27:20.460Z Downloaded publicsuffix v2.3.0
10692026-05-22T21:27:20.463Z Downloaded topological-sort v0.2.2
10702026-05-22T21:27:20.463Z Downloaded itertools v0.12.1
10712026-05-22T21:27:20.466Z Downloaded rand v0.8.6
10722026-05-22T21:27:20.476Z Downloaded tower-service v0.3.3
10732026-05-22T21:27:20.478Z Downloaded trait-variant v0.1.2
10742026-05-22T21:27:20.478Z Downloaded time-macros v0.2.27
10752026-05-22T21:27:20.478Z Downloaded tokio-tungstenite v0.23.1
10762026-05-22T21:27:20.483Z Downloaded signal-hook v0.3.18
10772026-05-22T21:27:20.486Z Downloaded tls_codec v0.4.2
10782026-05-22T21:27:20.489Z Downloaded tiny-keccak v2.0.2
10792026-05-22T21:27:20.489Z Downloaded stacker v0.1.23
10802026-05-22T21:27:20.492Z Downloaded num-bigint-dig v0.8.6
10812026-05-22T21:27:20.495Z Downloaded unicode-truncate v1.1.0
10822026-05-22T21:27:20.498Z Downloaded typify-macro v0.4.3
10832026-05-22T21:27:20.498Z Downloaded typify-macro v0.6.2
10842026-05-22T21:27:20.498Z Downloaded itertools v0.13.0
10852026-05-22T21:27:20.501Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10862026-05-22T21:27:20.504Z Downloaded num-bigint v0.4.6
10872026-05-22T21:27:20.507Z Downloaded untrusted v0.7.1
10882026-05-22T21:27:20.507Z Downloaded tokio-rustls v0.25.0
10892026-05-22T21:27:20.510Z Downloaded unarray v0.1.4
10902026-05-22T21:27:20.510Z Downloaded strum_macros v0.27.2
10912026-05-22T21:27:20.510Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10922026-05-22T21:27:20.513Z Downloaded tokio-dtrace v0.1.1
10932026-05-22T21:27:20.513Z Downloaded schemars v0.9.0
10942026-05-22T21:27:20.519Z Downloaded utf-8 v0.7.6
10952026-05-22T21:27:20.521Z Downloaded usdt-attr-macro v0.6.0
10962026-05-22T21:27:20.521Z Downloaded universal-hash v0.5.1
10972026-05-22T21:27:20.521Z Downloaded unit-prefix v0.5.2
10982026-05-22T21:27:20.525Z Downloaded socket2 v0.6.3
10992026-05-22T21:27:20.525Z Downloaded toml_writer v1.0.6+spec-1.1.0
11002026-05-22T21:27:20.525Z Downloaded qorb v0.4.1
11012026-05-22T21:27:20.528Z Downloaded void v1.0.2
11022026-05-22T21:27:20.529Z Downloaded rand v0.9.2
11032026-05-22T21:27:20.531Z Downloaded iri-string v0.7.10
11042026-05-22T21:27:20.535Z Downloaded spin v0.9.8
11052026-05-22T21:27:20.538Z Downloaded serde_with_macros v3.17.0
11062026-05-22T21:27:20.538Z Downloaded untrusted v0.9.0
11072026-05-22T21:27:20.541Z Downloaded usdt-macro v0.6.0
11082026-05-22T21:27:20.541Z Downloaded usdt v0.6.0
11092026-05-22T21:27:20.541Z Downloaded socket2 v0.5.10
11102026-05-22T21:27:20.543Z Downloaded iddqd v0.4.1
11112026-05-22T21:27:20.546Z Downloaded want v0.3.1
11122026-05-22T21:27:20.549Z Downloaded waitgroup v0.1.2
11132026-05-22T21:27:20.549Z Downloaded tui-tree-widget v0.23.1
11142026-05-22T21:27:20.549Z Downloaded term v0.7.0
11152026-05-22T21:27:20.552Z Downloaded tokio-rustls v0.24.1
11162026-05-22T21:27:20.552Z Downloaded similar v2.7.0
11172026-05-22T21:27:20.555Z Downloaded samael v0.0.19
11182026-05-22T21:27:20.558Z Downloaded h2 v0.4.13
11192026-05-22T21:27:20.563Z Downloaded xattr v1.6.1
11202026-05-22T21:27:20.566Z Downloaded futures-util v0.3.32
11212026-05-22T21:27:20.570Z Downloaded xshell-macros v0.2.7
11222026-05-22T21:27:20.573Z Downloaded tokio-stream v0.1.18
11232026-05-22T21:27:20.576Z Downloaded tokio-rustls v0.26.4
11242026-05-22T21:27:20.576Z Downloaded term v1.2.1
11252026-05-22T21:27:20.579Z Downloaded test-strategy v0.4.5
11262026-05-22T21:27:20.579Z Downloaded unicase v2.9.0
11272026-05-22T21:27:20.581Z Downloaded subprocess v0.2.15
11282026-05-22T21:27:20.581Z Downloaded schemars v1.2.1
11292026-05-22T21:27:20.590Z Downloaded zeroize_derive v1.4.3
11302026-05-22T21:27:20.593Z Downloaded usdt-impl v0.6.0
11312026-05-22T21:27:20.593Z Downloaded schemars v0.8.22
11322026-05-22T21:27:20.599Z Downloaded vergen-git2 v1.0.7
11332026-05-22T21:27:20.602Z Downloaded uzers v0.12.2
11342026-05-22T21:27:20.602Z Downloaded tokio-tungstenite v0.21.0
11352026-05-22T21:27:20.605Z Downloaded libm v0.2.16
11362026-05-22T21:27:20.608Z Downloaded hkdf v0.12.4
11372026-05-22T21:27:20.611Z Downloaded vergen-gitcl v1.0.8
11382026-05-22T21:27:20.611Z Downloaded toml_parser v1.0.9+spec-1.1.0
11392026-05-22T21:27:20.614Z Downloaded blake3 v1.8.3
11402026-05-22T21:27:20.617Z Downloaded zone v0.3.1
11412026-05-22T21:27:20.620Z Downloaded zone_cfg_derive v0.3.1
11422026-05-22T21:27:20.620Z Downloaded whoami v1.6.1
11432026-05-22T21:27:20.620Z Downloaded rustls-webpki v0.103.9
11442026-05-22T21:27:20.623Z Downloaded wait-timeout v0.2.1
11452026-05-22T21:27:20.623Z Downloaded unicode-properties v0.1.4
11462026-05-22T21:27:20.626Z Downloaded vsss-rs v3.3.4
11472026-05-22T21:27:20.626Z Downloaded tracing-attributes v0.1.31
11482026-05-22T21:27:20.629Z Downloaded tinyvec v1.10.0
11492026-05-22T21:27:20.629Z Downloaded aho-corasick v1.1.4
11502026-05-22T21:27:20.632Z Downloaded itertools v0.14.0
11512026-05-22T21:27:20.636Z Downloaded bindgen v0.71.1
11522026-05-22T21:27:20.640Z Downloaded whoami v2.1.0
11532026-05-22T21:27:20.643Z Downloaded twox-hash v2.1.2
11542026-05-22T21:27:20.643Z Downloaded nom v7.1.3
11552026-05-22T21:27:20.646Z Downloaded xshell v0.2.7
11562026-05-22T21:27:20.649Z Downloaded toml v1.0.6+spec-1.1.0
11572026-05-22T21:27:20.652Z Downloaded vergen-lib v0.1.6
11582026-05-22T21:27:20.652Z Downloaded rand v0.10.0
11592026-05-22T21:27:20.654Z Downloaded russh v0.45.0
11602026-05-22T21:27:20.657Z Downloaded hyper v1.8.1
11612026-05-22T21:27:20.660Z Downloaded snafu v0.8.9
11622026-05-22T21:27:20.663Z Downloaded p521 v0.13.3
11632026-05-22T21:27:20.666Z Downloaded zeroize v1.8.2
11642026-05-22T21:27:20.669Z Downloaded rustyline v14.0.0
11652026-05-22T21:27:20.672Z Downloaded tungstenite v0.23.0
11662026-05-22T21:27:20.672Z Downloaded tungstenite v0.21.0
11672026-05-22T21:27:20.675Z Downloaded tracing-core v0.1.36
11682026-05-22T21:27:20.678Z Downloaded zstd v0.13.3
11692026-05-22T21:27:20.678Z Downloaded walkdir v2.5.0
11702026-05-22T21:27:20.681Z Downloaded typify v0.6.2
11712026-05-22T21:27:20.681Z Downloaded zstd-safe v7.2.4
11722026-05-22T21:27:20.683Z Downloaded typify v0.4.3
11732026-05-22T21:27:20.684Z Downloaded steno v0.4.1
11742026-05-22T21:27:20.686Z Downloaded tar v0.4.45
11752026-05-22T21:27:20.689Z Downloaded vergen v9.0.6
11762026-05-22T21:27:20.689Z Downloaded toml v0.7.8
11772026-05-22T21:27:20.692Z Downloaded rsa v0.9.10
11782026-05-22T21:27:20.695Z Downloaded unicode-bidi v0.3.18
11792026-05-22T21:27:20.697Z Downloaded zerocopy v0.6.6
11802026-05-22T21:27:20.697Z Downloaded wyz v0.5.1
11812026-05-22T21:27:20.697Z Downloaded yasna v0.5.2
11822026-05-22T21:27:20.700Z Downloaded unsafe-libyaml v0.2.11
11832026-05-22T21:27:20.703Z Downloaded toml v0.9.12+spec-1.1.0
11842026-05-22T21:27:20.706Z Downloaded toml_edit v0.23.10+spec-1.0.0
11852026-05-22T21:27:20.709Z Downloaded aws-lc-rs v1.16.3
11862026-05-22T21:27:20.712Z Downloaded strum_macros v0.24.3
11872026-05-22T21:27:20.715Z Downloaded rpassword v7.4.0
11882026-05-22T21:27:20.715Z Downloaded slog v2.8.2
11892026-05-22T21:27:20.718Z Downloaded uuid v1.23.0
11902026-05-22T21:27:20.721Z Downloaded tokio-native-tls v0.3.1
11912026-05-22T21:27:20.721Z Downloaded quinn v0.11.9
11922026-05-22T21:27:20.721Z Downloaded try-lock v0.2.5
11932026-05-22T21:27:20.728Z Downloaded tokio-postgres v0.7.16
11942026-05-22T21:27:20.732Z Downloaded vte v0.14.1
11952026-05-22T21:27:20.756Z Downloaded toml_edit v0.19.15
11962026-05-22T21:27:20.766Z Downloaded zopfli v0.8.3
11972026-05-22T21:27:20.783Z Downloaded unicode_categories v0.1.1
11982026-05-22T21:27:20.786Z Downloaded reedline v0.40.0
11992026-05-22T21:27:20.789Z Downloaded chrono v0.4.44
12002026-05-22T21:27:20.793Z Downloaded yansi v1.0.1
12012026-05-22T21:27:20.796Z Downloaded reqwest v0.12.28
12022026-05-22T21:27:20.806Z Downloaded zip v0.6.6
12032026-05-22T21:27:20.809Z Downloaded portable-atomic v1.13.1
12042026-05-22T21:27:20.813Z Downloaded ssh-key v0.6.7
12052026-05-22T21:27:20.817Z Downloaded regex v1.12.3
12062026-05-22T21:27:20.820Z Downloaded rayon v1.11.0
12072026-05-22T21:27:20.825Z Downloaded bitvec v1.0.1
12082026-05-22T21:27:20.834Z Downloaded rustls-webpki v0.101.7
12092026-05-22T21:27:20.842Z Downloaded typed-path v0.9.3
12102026-05-22T21:27:20.845Z Downloaded salty v0.3.0
12112026-05-22T21:27:20.849Z Downloaded quick-xml v0.37.5
12122026-05-22T21:27:20.853Z Downloaded tower v0.5.3
12132026-05-22T21:27:20.857Z Downloaded zerocopy-derive v0.8.40
12142026-05-22T21:27:21.866Z Downloaded reqwest v0.13.2
12152026-05-22T21:27:21.870Z Downloaded x509-cert v0.2.5
12162026-05-22T21:27:21.870Z Downloaded moka v0.12.13
12172026-05-22T21:27:21.870Z Downloaded lalrpop v0.19.12
12182026-05-22T21:27:21.871Z Downloaded unicode-segmentation v1.12.0
12192026-05-22T21:27:21.871Z Downloaded zip v4.6.1
12202026-05-22T21:27:21.871Z Downloaded unicode-normalization v0.1.25
12212026-05-22T21:27:21.871Z Downloaded goblin v0.10.5
12222026-05-22T21:27:21.871Z Downloaded serde_with v3.17.0
12232026-05-22T21:27:21.871Z Downloaded tokio-util v0.7.18
12242026-05-22T21:27:21.871Z Downloaded rustls-webpki v0.102.8
12252026-05-22T21:27:21.871Z Downloaded petname v2.0.2
12262026-05-22T21:27:21.871Z Downloaded nix v0.27.1
12272026-05-22T21:27:21.871Z Downloaded tower-http v0.6.8
12282026-05-22T21:27:21.871Z Downloaded p384 v0.13.1
12292026-05-22T21:27:21.871Z Downloaded tough v0.22.0
12302026-05-22T21:27:21.871Z Downloaded object v0.30.4
12312026-05-22T21:27:21.871Z Downloaded proptest v1.10.0
12322026-05-22T21:27:21.871Z Downloaded git2 v0.20.4
12332026-05-22T21:27:21.871Z Downloaded polar-core v0.27.3
12342026-05-22T21:27:21.871Z Downloaded curve25519-dalek v4.1.3
12352026-05-22T21:27:21.871Z Downloaded quinn-proto v0.11.13
12362026-05-22T21:27:21.871Z Downloaded radix_trie v0.2.1
12372026-05-22T21:27:21.871Z Downloaded time v0.3.47
12382026-05-22T21:27:21.871Z Downloaded regex-syntax v0.6.29
12392026-05-22T21:27:21.871Z Downloaded tabled v0.20.0
12402026-05-22T21:27:21.871Z Downloaded winnow v0.6.26
12412026-05-22T21:27:21.871Z Downloaded object v0.37.3
12422026-05-22T21:27:21.871Z Downloaded hickory-proto v0.24.4
12432026-05-22T21:27:21.871Z Downloaded openssl v0.10.79
12442026-05-22T21:27:21.871Z Downloaded bstr v1.12.1
12452026-05-22T21:27:21.871Z Downloaded regress v0.10.5
12462026-05-22T21:27:21.871Z Downloaded nix v0.28.0
12472026-05-22T21:27:21.871Z Downloaded winnow v0.5.40
12482026-05-22T21:27:21.871Z Downloaded dropshot v0.16.7
12492026-05-22T21:27:21.871Z Downloaded rustls v0.21.12
12502026-05-22T21:27:21.871Z Downloaded nix v0.29.0
12512026-05-22T21:27:21.871Z Downloaded hickory-proto v0.25.2
12522026-05-22T21:27:21.871Z Downloaded rustix v0.38.44
12532026-05-22T21:27:21.871Z Downloaded nix v0.31.2
12542026-05-22T21:27:21.871Z Downloaded dropshot v0.17.0
12552026-05-22T21:27:21.872Z Downloaded vcpkg v0.2.15
12562026-05-22T21:27:21.872Z Downloaded zlib-rs v0.6.2
12572026-05-22T21:27:21.872Z Downloaded openapiv3 v2.2.0
12582026-05-22T21:27:21.872Z Downloaded webpki-roots v1.0.6
12592026-05-22T21:27:21.872Z Downloaded sled v0.34.7
12602026-05-22T21:27:21.872Z Downloaded smoltcp v0.9.1
12612026-05-22T21:27:21.872Z Downloaded typify-impl v0.6.2
12622026-05-22T21:27:21.872Z Downloaded smoltcp v0.11.0
12632026-05-22T21:27:21.872Z Downloaded regex-syntax v0.8.10
12642026-05-22T21:27:21.872Z Downloaded rustls v0.23.37
12652026-05-22T21:27:21.872Z Downloaded zerocopy v0.8.40
12662026-05-22T21:27:21.872Z Downloaded zerocopy-derive v0.6.6
12672026-05-22T21:27:21.872Z Downloaded regex-automata v0.4.14
12682026-05-22T21:27:21.872Z Downloaded regress v0.11.1
12692026-05-22T21:27:21.872Z Downloaded diesel v2.3.7
12702026-05-22T21:27:21.872Z Downloaded rustls v0.22.4
12712026-05-22T21:27:21.872Z Downloaded bzip2-sys v0.1.13+1.0.8
12722026-05-22T21:27:21.872Z Downloaded chrono-tz v0.10.4
12732026-05-22T21:27:21.872Z Downloaded sqlparser v0.61.0
12742026-05-22T21:27:21.872Z Downloaded ratatui v0.29.0
12752026-05-22T21:27:21.872Z Downloaded typify-impl v0.4.3
12762026-05-22T21:27:21.872Z Downloaded tracing v0.1.44
12772026-05-22T21:27:21.872Z Downloaded petgraph v0.6.5
12782026-05-22T21:27:21.872Z Downloaded ring v0.17.14
12792026-05-22T21:27:21.872Z Downloaded jiff v0.2.21
12802026-05-22T21:27:21.872Z Downloaded libgit2-sys v0.18.3+1.9.2
12812026-05-22T21:27:21.872Z Downloaded petgraph v0.8.3
12822026-05-22T21:27:21.872Z Downloaded csv v1.4.0
12832026-05-22T21:27:21.872Z Downloaded libz-sys v1.1.24
12842026-05-22T21:27:21.872Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12852026-05-22T21:27:21.872Z Downloaded sha3 v0.10.8
12862026-05-22T21:27:21.872Z Downloaded tokio v1.52.1
12872026-05-22T21:27:21.872Z Downloaded encoding_rs v0.8.35
12882026-05-22T21:27:22.001Z Downloaded aws-lc-sys v0.40.0
12892026-05-22T21:27:22.259Z Compiling libc v0.2.185
12902026-05-22T21:27:22.259Z Compiling serde v1.0.228
12912026-05-22T21:27:22.262Z Compiling log v0.4.29
12922026-05-22T21:27:22.262Z Compiling find-msvc-tools v0.1.9
12932026-05-22T21:27:22.262Z Compiling shlex v1.3.0
12942026-05-22T21:27:22.262Z Compiling smallvec v1.15.1
12952026-05-22T21:27:22.262Z Compiling typenum v1.19.0
12962026-05-22T21:27:22.262Z Compiling subtle v2.6.1
12972026-05-22T21:27:22.427Z Compiling generic-array v0.14.7
12982026-05-22T21:27:22.430Z Compiling scopeguard v1.2.0
12992026-05-22T21:27:22.449Z Compiling const-oid v0.9.6
13002026-05-22T21:27:22.511Z Compiling serde_json v1.0.149
13012026-05-22T21:27:22.525Z Compiling syn v2.0.117
13022026-05-22T21:27:22.528Z Compiling zerocopy v0.8.40
13032026-05-22T21:27:22.528Z Compiling portable-atomic v1.13.1
13042026-05-22T21:27:22.565Z Compiling parking_lot_core v0.9.12
13052026-05-22T21:27:22.595Z Compiling lock_api v0.4.14
13062026-05-22T21:27:22.609Z Compiling pin-project-lite v0.2.17
13072026-05-22T21:27:22.629Z Compiling pkg-config v0.3.32
13082026-05-22T21:27:22.665Z Compiling bitflags v2.11.0
13092026-05-22T21:27:22.680Z Compiling critical-section v1.2.0
13102026-05-22T21:27:22.729Z Compiling libm v0.2.16
13112026-05-22T21:27:22.757Z Compiling futures-core v0.3.32
13122026-05-22T21:27:22.761Z Compiling num-traits v0.2.19
13132026-05-22T21:27:22.818Z Compiling percent-encoding v2.3.2
13142026-05-22T21:27:22.895Z Compiling futures-sink v0.3.32
13152026-05-22T21:27:22.923Z Compiling getrandom v0.4.1
13162026-05-22T21:27:22.926Z Compiling futures-task v0.3.32
13172026-05-22T21:27:22.936Z Compiling futures-io v0.3.32
13182026-05-22T21:27:22.966Z Compiling cpufeatures v0.2.17
13192026-05-22T21:27:23.021Z Compiling futures-channel v0.3.32
13202026-05-22T21:27:23.046Z Compiling slab v0.4.12
13212026-05-22T21:27:23.060Z Compiling rand_core v0.10.0
13222026-05-22T21:27:23.063Z Compiling indexmap v2.14.0
13232026-05-22T21:27:23.119Z Compiling rustversion v1.0.22
13242026-05-22T21:27:23.135Z Compiling getrandom v0.3.4
13252026-05-22T21:27:23.200Z Compiling form_urlencoded v1.2.2
13262026-05-22T21:27:23.242Z Compiling dunce v1.0.5
13272026-05-22T21:27:23.245Z Compiling fs_extra v1.3.0
13282026-05-22T21:27:23.256Z Compiling base64ct v1.8.3
13292026-05-22T21:27:23.285Z Compiling ident_case v1.0.1
13302026-05-22T21:27:23.297Z Compiling regex-syntax v0.8.10
13312026-05-22T21:27:23.330Z Compiling flagset v0.4.7
13322026-05-22T21:27:23.374Z Compiling getrandom v0.2.17
13332026-05-22T21:27:23.397Z Compiling jobserver v0.1.34
13342026-05-22T21:27:23.420Z Compiling errno v0.3.14
13352026-05-22T21:27:23.478Z Compiling mio v1.2.0
13362026-05-22T21:27:23.492Z Compiling socket2 v0.6.3
13372026-05-22T21:27:23.533Z Compiling rand_core v0.6.4
13382026-05-22T21:27:23.576Z Compiling signal-hook-registry v1.4.8
13392026-05-22T21:27:23.593Z Compiling once_cell v1.21.3
13402026-05-22T21:27:23.625Z Compiling cc v1.2.56
13412026-05-22T21:27:23.684Z Compiling parking_lot v0.12.5
13422026-05-22T21:27:23.761Z Compiling pem-rfc7468 v0.7.0
13432026-05-22T21:27:23.775Z Compiling rustix v1.1.3
13442026-05-22T21:27:23.792Z Compiling iana-time-zone v0.1.65
13452026-05-22T21:27:23.823Z Compiling vcpkg v0.2.15
13462026-05-22T21:27:23.837Z Compiling aws-lc-rs v1.16.3
13472026-05-22T21:27:23.866Z Compiling tracing-core v0.1.36
13482026-05-22T21:27:23.964Z Compiling uuid v1.23.0
13492026-05-22T21:27:24.014Z Compiling rustc_version v0.4.1
13502026-05-22T21:27:24.028Z Compiling base64 v0.22.1
13512026-05-22T21:27:24.078Z Compiling rand_core v0.9.5
13522026-05-22T21:27:24.091Z Compiling untrusted v0.7.1
13532026-05-22T21:27:24.163Z Compiling httparse v1.10.1
13542026-05-22T21:27:24.166Z Compiling tinyvec_macros v0.1.1
13552026-05-22T21:27:24.229Z Compiling untrusted v0.9.0
13562026-05-22T21:27:24.255Z Compiling openssl-probe v0.2.1
13572026-05-22T21:27:24.270Z Compiling tinyvec v1.10.0
13582026-05-22T21:27:24.357Z Compiling cmake v0.1.57
13592026-05-22T21:27:24.375Z Compiling aho-corasick v1.1.4
13602026-05-22T21:27:24.378Z Compiling schemars v0.8.22
13612026-05-22T21:27:24.410Z Compiling atomic-waker v1.1.2
13622026-05-22T21:27:24.413Z Compiling tower-layer v0.3.3
13632026-05-22T21:27:24.452Z Compiling dyn-clone v1.0.20
13642026-05-22T21:27:24.467Z Compiling tower-service v0.3.3
13652026-05-22T21:27:24.553Z Compiling try-lock v0.2.5
13662026-05-22T21:27:24.567Z Compiling rustls v0.23.37
13672026-05-22T21:27:24.581Z Compiling httpdate v1.0.3
13682026-05-22T21:27:24.584Z Compiling pin-utils v0.1.0
13692026-05-22T21:27:24.628Z Compiling foreign-types-shared v0.1.1
13702026-05-22T21:27:24.631Z Compiling openssl v0.10.79
13712026-05-22T21:27:24.670Z Compiling want v0.3.1
13722026-05-22T21:27:24.686Z Compiling unicode-normalization v0.1.25
13732026-05-22T21:27:24.689Z Compiling spin v0.9.8
13742026-05-22T21:27:24.689Z Compiling native-tls v0.2.18
13752026-05-22T21:27:24.702Z Compiling foreign-types v0.3.2
13762026-05-22T21:27:24.745Z Compiling num-conv v0.2.0
13772026-05-22T21:27:24.761Z Compiling crc32fast v1.5.0
13782026-05-22T21:27:24.792Z Compiling time-core v0.1.8
13792026-05-22T21:27:24.817Z Compiling powerfmt v0.2.0
13802026-05-22T21:27:24.822Z Compiling wait-timeout v0.2.1
13812026-05-22T21:27:24.853Z Compiling sync_wrapper v1.0.2
13822026-05-22T21:27:24.897Z Compiling bit-vec v0.8.0
13832026-05-22T21:27:24.912Z Compiling quick-error v1.2.3
13842026-05-22T21:27:24.928Z Compiling num_threads v0.1.7
13852026-05-22T21:27:24.943Z Compiling siphasher v1.0.2
13862026-05-22T21:27:24.959Z Compiling time-macros v0.2.27
13872026-05-22T21:27:24.962Z Compiling syn v1.0.109
13882026-05-22T21:27:24.986Z Compiling deranged v0.5.8
13892026-05-22T21:27:25.062Z Compiling usdt-impl v0.6.0
13902026-05-22T21:27:25.077Z Compiling crossbeam-utils v0.8.21
13912026-05-22T21:27:25.080Z Compiling simd-adler32 v0.3.8
13922026-05-22T21:27:25.140Z Compiling bit-set v0.8.0
13932026-05-22T21:27:25.182Z Compiling slog v2.8.2
13942026-05-22T21:27:25.182Z Compiling heapless v0.7.17
13952026-05-22T21:27:25.213Z Compiling rand_xorshift v0.4.0
13962026-05-22T21:27:25.241Z Compiling aws-lc-sys v0.40.0
13972026-05-22T21:27:25.296Z Compiling ring v0.17.14
13982026-05-22T21:27:25.324Z Compiling openssl-sys v0.9.115
13992026-05-22T21:27:25.337Z Compiling regex-automata v0.4.14
14002026-05-22T21:27:25.359Z Compiling tempfile v3.25.0
14012026-05-22T21:27:25.374Z Compiling synstructure v0.13.2
14022026-05-22T21:27:25.401Z Compiling pest_generator v2.8.6
14032026-05-22T21:27:25.404Z Compiling serde_derive_internals v0.29.1
14042026-05-22T21:27:25.429Z Compiling darling_core v0.20.11
14052026-05-22T21:27:25.473Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14062026-05-22T21:27:25.633Z Compiling rusty-fork v0.3.1
14072026-05-22T21:27:25.697Z Compiling darling_core v0.21.3
14082026-05-22T21:27:25.830Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-22T21:27:25.993Z Compiling thread-id v5.1.0
14102026-05-22T21:27:25.993Z Compiling cookie v0.18.1
14112026-05-22T21:27:26.065Z Compiling paste v1.0.15
14122026-05-22T21:27:26.102Z Compiling signal-hook v0.3.18
14132026-05-22T21:27:26.154Z Compiling time v0.3.47
14142026-05-22T21:27:26.187Z Compiling ryu v1.0.23
14152026-05-22T21:27:26.187Z Compiling allocator-api2 v0.2.21
14162026-05-22T21:27:26.214Z Compiling unarray v0.1.4
14172026-05-22T21:27:26.227Z Compiling unicode-bidi v0.3.18
14182026-05-22T21:27:26.322Z Compiling iri-string v0.7.10
14192026-05-22T21:27:26.342Z Compiling adler2 v2.0.1
14202026-05-22T21:27:26.360Z Compiling unicode-properties v0.1.4
14212026-05-22T21:27:26.387Z Compiling zstd-safe v7.2.4
14222026-05-22T21:27:26.403Z Compiling anyhow v1.0.102
14232026-05-22T21:27:26.489Z Compiling miniz_oxide v0.8.9
14242026-05-22T21:27:26.593Z Compiling stringprep v0.1.5
14252026-05-22T21:27:26.868Z Compiling num-integer v0.1.46
14262026-05-22T21:27:26.981Z Compiling vergen-lib v0.1.6
14272026-05-22T21:27:27.070Z Compiling curve25519-dalek v4.1.3
14282026-05-22T21:27:27.143Z Compiling ff v0.13.1
14292026-05-22T21:27:27.163Z Compiling serde_derive v1.0.228
14302026-05-22T21:27:27.189Z Compiling zeroize_derive v1.4.3
14312026-05-22T21:27:27.210Z Compiling zerofrom-derive v0.1.6
14322026-05-22T21:27:27.248Z Compiling yoke-derive v0.8.1
14332026-05-22T21:27:27.296Z Compiling zerocopy-derive v0.8.40
14342026-05-22T21:27:27.412Z Compiling zerovec-derive v0.11.2
14352026-05-22T21:27:27.428Z Compiling displaydoc v0.2.5
14362026-05-22T21:27:27.780Z Compiling tokio-macros v2.7.0
14372026-05-22T21:27:27.862Z Compiling zeroize v1.8.2
14382026-05-22T21:27:27.893Z Compiling futures-macro v0.3.32
14392026-05-22T21:27:27.908Z Compiling der_derive v0.7.3
14402026-05-22T21:27:28.220Z Compiling rustls-pki-types v1.14.0
14412026-05-22T21:27:28.334Z Compiling tracing-attributes v0.1.31
14422026-05-22T21:27:28.476Z Compiling thiserror-impl v2.0.18
14432026-05-22T21:27:28.555Z Compiling scroll_derive v0.13.1
14442026-05-22T21:27:28.593Z Compiling schemars_derive v0.8.22
14452026-05-22T21:27:28.655Z Compiling crypto-common v0.1.7
14462026-05-22T21:27:28.674Z Compiling zerofrom v0.1.6
14472026-05-22T21:27:28.708Z Compiling block-buffer v0.10.4
14482026-05-22T21:27:28.751Z Compiling futures-util v0.3.32
14492026-05-22T21:27:28.818Z Compiling yoke v0.8.1
14502026-05-22T21:27:28.832Z Compiling block-padding v0.3.3
14512026-05-22T21:27:28.902Z Compiling digest v0.10.7
14522026-05-22T21:27:28.935Z Compiling der v0.7.10
14532026-05-22T21:27:29.008Z Compiling zerovec v0.11.5
14542026-05-22T21:27:29.022Z Compiling zerotrie v0.2.3
14552026-05-22T21:27:29.168Z Compiling hmac v0.12.1
14562026-05-22T21:27:29.351Z Compiling inout v0.1.4
14572026-05-22T21:27:29.366Z Compiling sha2 v0.10.9
14582026-05-22T21:27:29.427Z Compiling pbkdf2 v0.12.2
14592026-05-22T21:27:29.545Z Compiling tinystr v0.8.2
14602026-05-22T21:27:29.558Z Compiling potential_utf v0.1.4
14612026-05-22T21:27:29.571Z Compiling cipher v0.4.4
14622026-05-22T21:27:29.639Z Compiling pest_derive v2.8.6
14632026-05-22T21:27:29.729Z Compiling icu_locale_core v2.1.1
14642026-05-22T21:27:29.743Z Compiling icu_collections v2.1.1
14652026-05-22T21:27:29.760Z Compiling tracing v0.1.44
14662026-05-22T21:27:29.860Z Compiling salsa20 v0.10.2
14672026-05-22T21:27:29.898Z Compiling spki v0.7.3
14682026-05-22T21:27:29.925Z Compiling thiserror v2.0.18
14692026-05-22T21:27:30.019Z Compiling scrypt v0.11.0
14702026-05-22T21:27:30.049Z Compiling cbc v0.1.2
14712026-05-22T21:27:30.049Z Compiling aes v0.8.4
14722026-05-22T21:27:30.108Z Compiling scroll v0.13.0
14732026-05-22T21:27:30.126Z Compiling darling_macro v0.20.11
14742026-05-22T21:27:30.179Z Compiling openssl-macros v0.1.1
14752026-05-22T21:27:30.236Z Compiling rustls-native-certs v0.8.3
14762026-05-22T21:27:30.251Z Compiling dtrace-parser v0.3.0
14772026-05-22T21:27:30.297Z Compiling signature v2.2.0
14782026-05-22T21:27:30.392Z Compiling icu_provider v2.1.1
14792026-05-22T21:27:30.502Z Compiling pkcs5 v0.7.1
14802026-05-22T21:27:30.553Z Compiling goblin v0.10.5
14812026-05-22T21:27:30.643Z Compiling icu_properties v2.1.2
14822026-05-22T21:27:30.657Z Compiling bytes v1.11.1
14832026-05-22T21:27:30.662Z Compiling icu_normalizer v2.1.1
14842026-05-22T21:27:30.708Z Compiling chrono v0.4.44
14852026-05-22T21:27:30.741Z Compiling ipnet v2.11.0
14862026-05-22T21:27:30.770Z Compiling darling v0.20.11
14872026-05-22T21:27:30.864Z Compiling pkcs8 v0.10.2
14882026-05-22T21:27:31.078Z Compiling derive_builder_core v0.20.2
14892026-05-22T21:27:31.115Z Compiling webpki-roots v1.0.6
14902026-05-22T21:27:31.135Z Compiling scroll_derive v0.12.1
14912026-05-22T21:27:31.190Z Compiling tokio v1.52.1
14922026-05-22T21:27:31.222Z Compiling http v1.4.0
14932026-05-22T21:27:31.247Z Compiling thiserror-impl v1.0.69
14942026-05-22T21:27:31.278Z Compiling serde_tokenstream v0.2.3
14952026-05-22T21:27:31.320Z Compiling toml_datetime v0.6.11
14962026-05-22T21:27:31.341Z Compiling serde_urlencoded v0.7.1
14972026-05-22T21:27:31.599Z Compiling idna_adapter v1.2.1
14982026-05-22T21:27:31.614Z Compiling serde_spanned v0.6.9
14992026-05-22T21:27:31.617Z Compiling erased-serde v0.3.31
15002026-05-22T21:27:31.758Z Compiling idna v1.1.0
15012026-05-22T21:27:31.793Z Compiling ppv-lite86 v0.2.21
15022026-05-22T21:27:31.848Z Compiling scroll v0.12.0
15032026-05-22T21:27:31.863Z Compiling md-5 v0.10.6
15042026-05-22T21:27:31.917Z Compiling http-body v1.0.1
15052026-05-22T21:27:31.987Z Compiling derive_builder_macro v0.20.2
15062026-05-22T21:27:32.025Z Compiling darling_macro v0.21.3
15072026-05-22T21:27:32.041Z Compiling bstr v1.12.1
15082026-05-22T21:27:32.093Z Compiling url v2.5.8
15092026-05-22T21:27:32.123Z Compiling rand_chacha v0.9.0
15102026-05-22T21:27:32.141Z Compiling http-body-util v0.1.3
15112026-05-22T21:27:32.144Z Compiling rand_chacha v0.3.1
15122026-05-22T21:27:32.178Z Compiling async-trait v0.1.89
15132026-05-22T21:27:32.215Z Compiling pin-project-internal v1.1.11
15142026-05-22T21:27:32.403Z Compiling rand v0.9.2
15152026-05-22T21:27:32.443Z Compiling zerocopy-derive v0.7.35
15162026-05-22T21:27:32.484Z Compiling hash32 v0.2.1
15172026-05-22T21:27:32.560Z Compiling memoffset v0.9.1
15182026-05-22T21:27:32.691Z Compiling thiserror v1.0.69
15192026-05-22T21:27:32.713Z Compiling zlib-rs v0.6.2
15202026-05-22T21:27:32.773Z Compiling rustix v0.38.44
15212026-05-22T21:27:32.808Z Compiling num-bigint-dig v0.8.6
15222026-05-22T21:27:32.839Z Compiling fallible-iterator v0.2.0
15232026-05-22T21:27:32.919Z Compiling psl-types v2.0.11
15242026-05-22T21:27:33.020Z Compiling proptest v1.10.0
15252026-05-22T21:27:33.061Z Compiling ref-cast v1.0.25
15262026-05-22T21:27:33.151Z Compiling litrs v1.0.0
15272026-05-22T21:27:33.168Z Compiling smoltcp v0.9.1
15282026-05-22T21:27:33.252Z Compiling cfg_aliases v0.2.1
15292026-05-22T21:27:33.267Z Compiling base16ct v0.2.0
15302026-05-22T21:27:33.341Z Compiling dof v0.4.0
15312026-05-22T21:27:33.344Z Compiling nix v0.31.2
15322026-05-22T21:27:33.369Z Compiling zerocopy v0.7.35
15332026-05-22T21:27:33.394Z Compiling ipnetwork v0.21.1
15342026-05-22T21:27:33.461Z Compiling pin-project v1.1.11
15352026-05-22T21:27:33.464Z Compiling sec1 v0.7.3
15362026-05-22T21:27:33.591Z Compiling postgres-protocol v0.6.10
15372026-05-22T21:27:33.650Z Compiling oxnet v0.1.4
15382026-05-22T21:27:33.686Z Compiling document-features v0.2.12
15392026-05-22T21:27:33.742Z Compiling publicsuffix v2.3.0
15402026-05-22T21:27:33.817Z Compiling darling v0.21.3
15412026-05-22T21:27:33.887Z Compiling derive_builder v0.20.2
15422026-05-22T21:27:33.914Z Compiling rand v0.8.6
15432026-05-22T21:27:33.934Z Compiling goblin v0.8.2
15442026-05-22T21:27:33.937Z Compiling futures-executor v0.3.32
15452026-05-22T21:27:35.871Z Compiling hex v0.4.3
15462026-05-22T21:27:35.895Z Compiling cargo-platform v0.1.9
15472026-05-22T21:27:35.895Z Compiling hubpack_derive v0.1.1
15482026-05-22T21:27:35.895Z Compiling hkdf v0.12.4
15492026-05-22T21:27:35.895Z Compiling crypto-bigint v0.5.5
15502026-05-22T21:27:35.895Z Compiling regex v1.12.3
15512026-05-22T21:27:35.895Z Compiling group v0.13.0
15522026-05-22T21:27:35.895Z Compiling ref-cast-impl v1.0.25
15532026-05-22T21:27:35.896Z Compiling snafu-derive v0.8.9
15542026-05-22T21:27:35.896Z Compiling strum_macros v0.27.2
15552026-05-22T21:27:35.896Z Compiling curve25519-dalek-derive v0.1.1
15562026-05-22T21:27:35.896Z Compiling daft-derive v0.1.7
15572026-05-22T21:27:35.896Z Compiling num-iter v0.1.45
15582026-05-22T21:27:35.896Z Compiling terminal_size v0.4.3
15592026-05-22T21:27:35.896Z Compiling tokio-util v0.7.18
15602026-05-22T21:27:35.896Z Compiling tower v0.5.3
15612026-05-22T21:27:35.896Z Compiling tokio-native-tls v0.3.1
15622026-05-22T21:27:35.896Z Compiling phf_shared v0.13.1
15632026-05-22T21:27:35.896Z Compiling lazy_static v1.5.0
15642026-05-22T21:27:35.896Z Compiling vergen v9.0.6
15652026-05-22T21:27:35.896Z Compiling fs-err v3.3.0
15662026-05-22T21:27:35.896Z Compiling newtype-uuid v1.3.2
15672026-05-22T21:27:35.896Z Compiling encoding_rs v0.8.35
15682026-05-22T21:27:35.896Z Compiling ahash v0.8.12
15692026-05-22T21:27:35.896Z Compiling mime v0.3.17
15702026-05-22T21:27:35.896Z Compiling tower-http v0.6.8
15712026-05-22T21:27:35.896Z Compiling foldhash v0.2.0
15722026-05-22T21:27:35.896Z Compiling flate2 v1.1.9
15732026-05-22T21:27:35.896Z Compiling managed v0.8.0
15742026-05-22T21:27:35.896Z Compiling h2 v0.4.13
15752026-05-22T21:27:35.896Z Compiling bitflags v1.3.2
15762026-05-22T21:27:35.896Z Compiling unicode-segmentation v1.12.0
15772026-05-22T21:27:35.896Z Compiling winnow v0.5.40
15782026-05-22T21:27:35.897Z Compiling foldhash v0.1.5
15792026-05-22T21:27:35.901Z Compiling same-file v1.0.6
15802026-05-22T21:27:35.909Z Compiling bumpalo v3.20.2
15812026-05-22T21:27:37.487Z Compiling object v0.37.3
15822026-05-22T21:27:37.495Z Compiling libbz2-rs-sys v0.2.2
15832026-05-22T21:27:37.495Z Compiling clap_builder v4.5.60
15842026-05-22T21:27:37.495Z Compiling zopfli v0.8.3
15852026-05-22T21:27:37.495Z Compiling walkdir v2.5.0
15862026-05-22T21:27:37.495Z Compiling hashbrown v0.15.5
15872026-05-22T21:27:37.495Z Compiling dof v0.3.0
15882026-05-22T21:27:37.495Z Compiling snafu v0.8.9
15892026-05-22T21:27:37.495Z Compiling bzip2 v0.6.1
15902026-05-22T21:27:37.495Z Compiling strum v0.27.2
15912026-05-22T21:27:37.495Z Compiling hashbrown v0.16.1
15922026-05-22T21:27:37.495Z Compiling daft v0.1.7
15932026-05-22T21:27:37.495Z Compiling phf v0.13.1
15942026-05-22T21:27:37.495Z Compiling elliptic-curve v0.13.8
15952026-05-22T21:27:37.496Z Compiling signal-hook-mio v0.2.5
15962026-05-22T21:27:37.496Z Compiling usdt-macro v0.6.0
15972026-05-22T21:27:37.496Z Compiling usdt-attr-macro v0.6.0
15982026-05-22T21:27:37.496Z Compiling cargo_metadata v0.19.2
15992026-05-22T21:27:37.496Z Compiling toml_edit v0.19.15
16002026-05-22T21:27:37.496Z Compiling cookie_store v0.22.1
16012026-05-22T21:27:37.496Z Compiling hubpack v0.1.2
16022026-05-22T21:27:37.496Z Compiling bzip2 v0.4.4
16032026-05-22T21:27:37.496Z Compiling zstd v0.13.3
16042026-05-22T21:27:37.496Z Compiling futures v0.3.32
16052026-05-22T21:27:37.539Z Compiling postgres-types v0.2.12
16062026-05-22T21:27:37.543Z Compiling serde_with_macros v3.17.0
16072026-05-22T21:27:38.015Z Compiling dtrace-parser v0.2.0
16082026-05-22T21:27:38.024Z Compiling globset v0.4.18
16092026-05-22T21:27:38.024Z Compiling ed25519 v2.2.3
16102026-05-22T21:27:38.024Z Compiling pkcs1 v0.7.5
16112026-05-22T21:27:38.024Z Compiling olpc-cjson v0.1.4
16122026-05-22T21:27:38.109Z Compiling serde_plain v1.0.2
16132026-05-22T21:27:38.402Z Compiling serde-big-array v0.5.1
16142026-05-22T21:27:38.406Z Compiling rfc6979 v0.4.0
16152026-05-22T21:27:38.407Z Compiling serde_repr v0.1.20
16162026-05-22T21:27:38.407Z Compiling async-recursion v1.1.1
16172026-05-22T21:27:38.407Z Compiling enum-as-inner v0.6.1
16182026-05-22T21:27:38.433Z Compiling clap_derive v4.5.55
16192026-05-22T21:27:38.460Z Compiling strum_macros v0.26.4
16202026-05-22T21:27:39.210Z Compiling phf_shared v0.11.3
16212026-05-22T21:27:39.219Z Compiling float-cmp v0.10.0
16222026-05-22T21:27:39.219Z Compiling hyper v1.8.1
16232026-05-22T21:27:39.219Z Compiling pem v3.0.6
16242026-05-22T21:27:39.220Z Compiling memmap2 v0.9.10
16252026-05-22T21:27:39.220Z Compiling thread-id v4.2.2
16262026-05-22T21:27:39.220Z Compiling env_filter v1.0.0
16272026-05-22T21:27:39.220Z Compiling whoami v2.1.0
16282026-05-22T21:27:39.220Z Compiling normalize-line-endings v0.3.0
16292026-05-22T21:27:39.220Z Compiling new_debug_unreachable v1.0.6
16302026-05-22T21:27:39.220Z Compiling typed-path v0.9.3
16312026-05-22T21:27:39.220Z Compiling jiff v0.2.21
16322026-05-22T21:27:39.220Z Compiling keccak v0.1.6
16332026-05-22T21:27:39.220Z Compiling difflib v0.4.0
16342026-05-22T21:27:39.220Z Compiling data-encoding v2.10.0
16352026-05-22T21:27:39.242Z Compiling static_assertions v1.1.0
16362026-05-22T21:27:39.508Z Compiling fixedbitset v0.4.2
16372026-05-22T21:27:39.517Z Compiling either v1.15.0
16382026-05-22T21:27:39.556Z Compiling predicates-core v1.0.10
16392026-05-22T21:27:39.570Z Compiling precomputed-hash v0.1.1
16402026-05-22T21:27:39.674Z Compiling fixedbitset v0.5.7
16412026-05-22T21:27:39.732Z Compiling predicates v3.1.4
16422026-05-22T21:27:40.676Z Compiling string_cache v0.8.9
16432026-05-22T21:27:40.688Z Compiling itertools v0.13.0
16442026-05-22T21:27:40.688Z Compiling hyper-util v0.1.20
16452026-05-22T21:27:40.688Z Compiling petgraph v0.8.3
16462026-05-22T21:27:40.688Z Compiling petgraph v0.6.5
16472026-05-22T21:27:40.688Z Compiling hickory-proto v0.25.2
16482026-05-22T21:27:40.688Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16492026-05-22T21:27:40.688Z Compiling sha3 v0.10.8
16502026-05-22T21:27:40.688Z Compiling strum v0.26.3
16512026-05-22T21:27:40.688Z Compiling clap v4.5.60
16522026-05-22T21:27:40.688Z Compiling tokio-postgres v0.7.16
16532026-05-22T21:27:40.689Z Compiling env_logger v0.11.9
16542026-05-22T21:27:40.689Z Compiling toml_edit v0.22.27
16552026-05-22T21:27:40.689Z Compiling usdt v0.6.0
16562026-05-22T21:27:40.689Z Compiling usdt-impl v0.5.0
16572026-05-22T21:27:40.689Z Compiling serde_with v3.17.0
16582026-05-22T21:27:40.692Z Compiling toml v0.7.8
16592026-05-22T21:27:40.754Z Compiling crossterm v0.28.1
16602026-05-22T21:27:41.431Z Compiling ecdsa v0.16.9
16612026-05-22T21:27:41.439Z Compiling rsa v0.9.10
16622026-05-22T21:27:41.439Z Compiling hyper-tls v0.6.0
16632026-05-22T21:27:41.443Z Compiling ed25519-dalek v2.2.0
16642026-05-22T21:27:41.675Z Compiling zip v4.6.1
16652026-05-22T21:27:42.276Z Compiling zip v0.6.6
16662026-05-22T21:27:42.287Z Compiling iddqd v0.4.1
16672026-05-22T21:27:42.472Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-22T21:27:42.527Z Compiling similar v2.7.0
16692026-05-22T21:27:42.530Z Compiling heck v0.4.1
16702026-05-22T21:27:42.620Z Compiling tokio-stream v0.1.18
16712026-05-22T21:27:42.649Z Compiling buf-list v1.1.2
16722026-05-22T21:27:42.686Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16732026-05-22T21:27:42.782Z Compiling openapiv3 v2.2.0
16742026-05-22T21:27:42.911Z Compiling x509-cert v0.2.5
16752026-05-22T21:27:42.957Z Compiling sha1 v0.10.6
16762026-05-22T21:27:43.028Z Compiling crossbeam-epoch v0.9.18
16772026-05-22T21:27:43.043Z Compiling toml_datetime v0.7.5+spec-1.1.0
16782026-05-22T21:27:43.077Z Compiling lalrpop-util v0.19.12
16792026-05-22T21:27:43.105Z Compiling peg-runtime v0.8.5
16802026-05-22T21:27:43.188Z Compiling thread_local v1.1.9
16812026-05-22T21:27:43.203Z Compiling slog-async v2.8.0
16822026-05-22T21:27:43.218Z Compiling crossbeam-channel v0.5.15
16832026-05-22T21:27:43.289Z Compiling is-terminal v0.4.17
16842026-05-22T21:27:43.356Z Compiling filetime v0.2.27
16852026-05-22T21:27:43.372Z Compiling term v1.2.1
16862026-05-22T21:27:43.395Z Compiling take_mut v0.2.2
16872026-05-22T21:27:43.404Z Compiling xattr v1.6.1
16882026-05-22T21:27:43.551Z Compiling tar v0.4.45
16892026-05-22T21:27:43.686Z Compiling slog-term v2.9.2
16902026-05-22T21:28:01.148Z Compiling rustls-webpki v0.103.9
16912026-05-22T21:28:03.945Z Compiling tokio-rustls v0.26.4
16922026-05-22T21:28:03.945Z Compiling rustls-platform-verifier v0.6.2
16932026-05-22T21:28:04.144Z Compiling hyper-rustls v0.27.7
16942026-05-22T21:28:04.341Z Compiling reqwest v0.12.28
16952026-05-22T21:28:04.345Z Compiling reqwest v0.13.2
16962026-05-22T21:28:05.573Z Compiling tough v0.22.0
16972026-05-22T21:28:08.096Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-22T21:28:08.335Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-22T21:28:11.152Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.08s
17002026-05-22T21:28:11.345Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-22T21:28:11.406ZMay 22 21:28:10.944 INFO Starting download, target: Console
17022026-05-22T21:28:11.406ZMay 22 21:28:10.945 INFO Starting download, target: DendriteStub
17032026-05-22T21:28:11.406ZMay 22 21:28:10.945 INFO Starting download, target: Cockroach
17042026-05-22T21:28:11.406ZMay 22 21:28:10.945 INFO Starting download, target: Clickhouse
17052026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Starting download, target: MaghemiteMgd
17062026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Starting download, target: TransceiverControl
17072026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17092026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17102026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17112026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17122026-05-22T21:28:11.407ZMay 22 21:28:10.945 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-22T21:28:12.439ZMay 22 21:28:11.943 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-22T21:28:12.539ZMay 22 21:28:11.973 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17152026-05-22T21:28:12.636ZMay 22 21:28:12.180 INFO Download complete, target: TransceiverControl
17162026-05-22T21:28:12.704ZMay 22 21:28:12.206 INFO Download complete, target: Console
17172026-05-22T21:28:13.698ZMay 22 21:28:13.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-05-22T21:28:15.959ZMay 22 21:28:15.503 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-22T21:28:16.144ZMay 22 21:28:15.674 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-22T21:28:16.781ZMay 22 21:28:16.375 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-22T21:28:16.781ZMay 22 21:28:16.375 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-22T21:28:18.327ZMay 22 21:28:17.918 INFO Download complete, target: DendriteStub
17232026-05-22T21:28:18.530ZMay 22 21:28:18.125 INFO Download complete, target: MaghemiteMgd
17242026-05-22T21:28:20.331ZMay 22 21:28:19.914 INFO Checking that binary works, target: Clickhouse
17252026-05-22T21:28:20.424ZMay 22 21:28:20.015 INFO Download complete, target: Clickhouse
17262026-05-22T21:28:21.422ZMay 22 21:28:21.009 INFO Checking that binary works, target: Cockroach
17272026-05-22T21:28:21.557ZMay 22 21:28:21.150 INFO Download complete, target: Cockroach
17282026-05-22T21:28:21.570ZAll prerequisites installed successfully
17292026-05-22T21:28:21.570Z
17302026-05-22T21:28:21.571Zreal 2:02.923799248
17312026-05-22T21:28:21.571Zuser 6:55.755340675
17322026-05-22T21:28:21.571Zsys 1:41.267899906
17332026-05-22T21:28:21.571Ztrap 0.247311083
17342026-05-22T21:28:21.571Ztflt 1.758215616
17352026-05-22T21:28:21.571Zdflt 2.150572759
17362026-05-22T21:28:21.571Zkflt 0.037565239
17372026-05-22T21:28:21.571Zlock 23:03.646916849
17382026-05-22T21:28:21.571Zslp 19:07.684566636
17392026-05-22T21:28:21.571Zlat 22.467606638
17402026-05-22T21:28:21.571Zstop 2:49.831635155
17412026-05-22T21:28:21.571Z+ ptime -m cargo xtask download softnpu
17422026-05-22T21:28:22.090Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17432026-05-22T21:28:22.136Z Running `target/debug/xtask download softnpu`
17442026-05-22T21:28:22.893Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-22T21:28:22.959Z Running `target/debug/xtask-downloader softnpu`
17462026-05-22T21:28:23.004ZMay 22 21:28:22.597 INFO Starting download, target: Softnpu
17472026-05-22T21:28:23.016ZMay 22 21:28:22.598 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-22T21:28:23.537ZMay 22 21:28:23.133 INFO Download complete, target: Softnpu
17492026-05-22T21:28:23.542Z
17502026-05-22T21:28:23.545Zreal 1.974944628
17512026-05-22T21:28:23.545Zuser 1.333263121
17522026-05-22T21:28:23.545Zsys 0.670523548
17532026-05-22T21:28:23.545Ztrap 0.000544780
17542026-05-22T21:28:23.545Ztflt 0.000116300
17552026-05-22T21:28:23.545Zdflt 0.000145710
17562026-05-22T21:28:23.545Zkflt 0.000000000
17572026-05-22T21:28:23.545Zlock 9.505079749
17582026-05-22T21:28:23.545Zslp 0.416990272
17592026-05-22T21:28:23.545Zlat 0.084256685
17602026-05-22T21:28:23.545Zstop 0.000177600
17612026-05-22T21:28:23.545Z+ export CARGO_INCREMENTAL=0
17622026-05-22T21:28:23.545Z+ CARGO_INCREMENTAL=0
17632026-05-22T21:28:23.545Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-22T21:28:24.458Z Compiling proc-macro2 v1.0.106
17652026-05-22T21:28:24.458Z Compiling quote v1.0.45
17662026-05-22T21:28:24.458Z Compiling unicode-ident v1.0.24
17672026-05-22T21:28:24.462Z Compiling libc v0.2.185
17682026-05-22T21:28:24.462Z Compiling serde_core v1.0.228
17692026-05-22T21:28:24.462Z Compiling serde v1.0.228
17702026-05-22T21:28:24.462Z Compiling cfg-if v1.0.4
17712026-05-22T21:28:24.462Z Compiling version_check v0.9.5
17722026-05-22T21:28:24.462Z Compiling shlex v1.3.0
17732026-05-22T21:28:24.605Z Compiling find-msvc-tools v0.1.9
17742026-05-22T21:28:24.612Z Compiling typenum v1.19.0
17752026-05-22T21:28:24.612Z Compiling zmij v1.0.21
17762026-05-22T21:28:24.612Z Compiling autocfg v1.5.0
17772026-05-22T21:28:24.612Z Compiling serde_json v1.0.149
17782026-05-22T21:28:24.612Z Compiling memchr v2.8.0
17792026-05-22T21:28:24.856Z Compiling portable-atomic v1.13.1
17802026-05-22T21:28:24.882Z Compiling libm v0.2.16
17812026-05-22T21:28:24.935Z Compiling zerocopy v0.8.40
17822026-05-22T21:28:24.952Z Compiling parking_lot_core v0.9.12
17832026-05-22T21:28:24.967Z Compiling smallvec v1.15.1
17842026-05-22T21:28:24.982Z Compiling icu_normalizer_data v2.1.1
17852026-05-22T21:28:25.033Z Compiling icu_properties_data v2.1.2
17862026-05-22T21:28:25.055Z Compiling num-traits v0.2.19
17872026-05-22T21:28:25.137Z Compiling generic-array v0.14.7
17882026-05-22T21:28:25.152Z Compiling itoa v1.0.17
17892026-05-22T21:28:25.220Z Compiling getrandom v0.4.1
17902026-05-22T21:28:25.255Z Compiling log v0.4.29
17912026-05-22T21:28:25.284Z Compiling stable_deref_trait v1.2.1
17922026-05-22T21:28:25.344Z Compiling pkg-config v0.3.32
17932026-05-22T21:28:25.347Z Compiling subtle v2.6.1
17942026-05-22T21:28:25.511Z Compiling scopeguard v1.2.0
17952026-05-22T21:28:25.574Z Compiling litemap v0.8.1
17962026-05-22T21:28:25.590Z Compiling writeable v0.6.2
17972026-05-22T21:28:25.643Z Compiling lock_api v0.4.14
17982026-05-22T21:28:25.657Z Compiling percent-encoding v2.3.2
17992026-05-22T21:28:25.813Z Compiling jobserver v0.1.34
18002026-05-22T21:28:25.833Z Compiling getrandom v0.2.17
18012026-05-22T21:28:25.868Z Compiling errno v0.3.14
18022026-05-22T21:28:25.946Z Compiling syn v2.0.117
18032026-05-22T21:28:25.968Z Compiling fnv v1.0.7
18042026-05-22T21:28:25.968Z Compiling pin-project-lite v0.2.17
18052026-05-22T21:28:26.016Z Compiling rand_core v0.6.4
18062026-05-22T21:28:26.034Z Compiling cc v1.2.56
18072026-05-22T21:28:26.169Z Compiling thiserror v2.0.18
18082026-05-22T21:28:26.234Z Compiling getrandom v0.3.4
18092026-05-22T21:28:26.266Z Compiling dunce v1.0.5
18102026-05-22T21:28:26.283Z Compiling equivalent v1.0.2
18112026-05-22T21:28:26.735Z Compiling fs_extra v1.3.0
18122026-05-22T21:28:26.738Z Compiling rustversion v1.0.22
18132026-05-22T21:28:26.738Z Compiling schemars v0.8.22
18142026-05-22T21:28:26.738Z Compiling utf8_iter v1.0.4
18152026-05-22T21:28:26.738Z Compiling rand_core v0.10.0
18162026-05-22T21:28:26.738Z Compiling form_urlencoded v1.2.2
18172026-05-22T21:28:26.738Z Compiling critical-section v1.2.0
18182026-05-22T21:28:26.738Z Compiling signal-hook-registry v1.4.8
18192026-05-22T21:28:26.738Z Compiling hashbrown v0.17.0
18202026-05-22T21:28:26.738Z Compiling rustix v1.1.3
18212026-05-22T21:28:26.793Z Compiling mio v1.2.0
18222026-05-22T21:28:26.815Z Compiling cmake v0.1.57
18232026-05-22T21:28:26.878Z Compiling socket2 v0.6.3
18242026-05-22T21:28:27.082Z Compiling once_cell v1.21.3
18252026-05-22T21:28:27.177Z Compiling semver v1.0.28
18262026-05-22T21:28:27.180Z Compiling parking_lot v0.12.5
18272026-05-22T21:28:27.250Z Compiling bitflags v2.11.0
18282026-05-22T21:28:27.283Z Compiling indexmap v2.14.0
18292026-05-22T21:28:27.337Z Compiling const-oid v0.9.6
18302026-05-22T21:28:27.398Z Compiling ring v0.17.14
18312026-05-22T21:28:27.414Z Compiling aws-lc-sys v0.40.0
18322026-05-22T21:28:27.452Z Compiling aws-lc-rs v1.16.3
18332026-05-22T21:28:27.471Z Compiling heck v0.5.0
18342026-05-22T21:28:27.494Z Compiling futures-core v0.3.32
18352026-05-22T21:28:27.627Z Compiling httparse v1.10.1
18362026-05-22T21:28:27.673Z Compiling vcpkg v0.2.15
18372026-05-22T21:28:27.711Z Compiling thiserror v1.0.69
18382026-05-22T21:28:27.715Z Compiling strsim v0.11.1
18392026-05-22T21:28:27.959Z Compiling iana-time-zone v0.1.65
18402026-05-22T21:28:27.963Z Compiling ucd-trie v0.1.7
18412026-05-22T21:28:27.994Z Compiling byteorder v1.5.0
18422026-05-22T21:28:28.037Z Compiling ident_case v1.0.1
18432026-05-22T21:28:28.066Z Compiling regex-syntax v0.8.10
18442026-05-22T21:28:28.084Z Compiling syn v1.0.109
18452026-05-22T21:28:28.084Z Compiling uuid v1.23.0
18462026-05-22T21:28:28.120Z Compiling pest v2.8.6
18472026-05-22T21:28:28.172Z Compiling rustls v0.23.37
18482026-05-22T21:28:28.213Z Compiling cpufeatures v0.2.17
18492026-05-22T21:28:28.267Z Compiling openssl-sys v0.9.115
18502026-05-22T21:28:28.442Z Compiling futures-sink v0.3.32
18512026-05-22T21:28:28.458Z Compiling rustc_version v0.4.1
18522026-05-22T21:28:28.531Z Compiling futures-task v0.3.32
18532026-05-22T21:28:28.559Z Compiling futures-channel v0.3.32
18542026-05-22T21:28:28.572Z Compiling futures-io v0.3.32
18552026-05-22T21:28:28.659Z Compiling slab v0.4.12
18562026-05-22T21:28:28.769Z Compiling aho-corasick v1.1.4
18572026-05-22T21:28:28.796Z Compiling synstructure v0.13.2
18582026-05-22T21:28:28.799Z Compiling serde_derive_internals v0.29.1
18592026-05-22T21:28:28.994Z Compiling dyn-clone v1.0.20
18602026-05-22T21:28:29.079Z Compiling openssl v0.10.79
18612026-05-22T21:28:29.113Z Compiling plain v0.2.3
18622026-05-22T21:28:29.164Z Compiling crc32fast v1.5.0
18632026-05-22T21:28:29.246Z Compiling pest_meta v2.8.6
18642026-05-22T21:28:29.263Z Compiling base64 v0.22.1
18652026-05-22T21:28:29.313Z Compiling crossbeam-utils v0.8.21
18662026-05-22T21:28:29.356Z Compiling time-core v0.1.8
18672026-05-22T21:28:29.448Z Compiling num-conv v0.2.0
18682026-05-22T21:28:29.549Z Compiling native-tls v0.2.18
18692026-05-22T21:28:29.582Z Compiling pretty-hex v0.4.1
18702026-05-22T21:28:29.612Z Compiling regex-automata v0.4.14
18712026-05-22T21:28:29.615Z Compiling time-macros v0.2.27
18722026-05-22T21:28:29.659Z Compiling base64ct v1.8.3
18732026-05-22T21:28:29.692Z Compiling anyhow v1.0.102
18742026-05-22T21:28:29.742Z Compiling darling_core v0.21.3
18752026-05-22T21:28:29.808Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-22T21:28:29.899Z Compiling pest_generator v2.8.6
18772026-05-22T21:28:29.938Z Compiling pem-rfc7468 v0.7.0
18782026-05-22T21:28:29.961Z Compiling tracing-core v0.1.36
18792026-05-22T21:28:30.069Z Compiling serde_derive v1.0.228
18802026-05-22T21:28:30.200Z Compiling zeroize_derive v1.4.3
18812026-05-22T21:28:30.229Z Compiling zerofrom-derive v0.1.6
18822026-05-22T21:28:30.232Z Compiling yoke-derive v0.8.1
18832026-05-22T21:28:30.259Z Compiling zerovec-derive v0.11.2
18842026-05-22T21:28:30.263Z Compiling displaydoc v0.2.5
18852026-05-22T21:28:30.506Z Compiling zerocopy-derive v0.8.40
18862026-05-22T21:28:30.535Z Compiling tokio-macros v2.7.0
18872026-05-22T21:28:30.588Z Compiling futures-macro v0.3.32
18882026-05-22T21:28:30.803Z Compiling zeroize v1.8.2
18892026-05-22T21:28:31.090Z Compiling thiserror-impl v2.0.18
18902026-05-22T21:28:31.222Z Compiling schemars_derive v0.8.22
18912026-05-22T21:28:31.253Z Compiling tracing-attributes v0.1.31
18922026-05-22T21:28:31.314Z Compiling der_derive v0.7.3
18932026-05-22T21:28:31.347Z Compiling zerofrom v0.1.6
18942026-05-22T21:28:31.495Z Compiling yoke v0.8.1
18952026-05-22T21:28:31.538Z Compiling crypto-common v0.1.7
18962026-05-22T21:28:31.701Z Compiling zerovec v0.11.5
18972026-05-22T21:28:31.717Z Compiling zerotrie v0.2.3
18982026-05-22T21:28:31.785Z Compiling block-buffer v0.10.4
18992026-05-22T21:28:31.936Z Compiling digest v0.10.7
19002026-05-22T21:28:32.195Z Compiling thiserror-impl v1.0.69
19012026-05-22T21:28:32.246Z Compiling tinystr v0.8.2
19022026-05-22T21:28:32.280Z Compiling potential_utf v0.1.4
19032026-05-22T21:28:32.325Z Compiling pest_derive v2.8.6
19042026-05-22T21:28:32.354Z Compiling futures-util v0.3.32
19052026-05-22T21:28:32.393Z Compiling hmac v0.12.1
19062026-05-22T21:28:32.442Z Compiling icu_locale_core v2.1.1
19072026-05-22T21:28:32.486Z Compiling icu_collections v2.1.1
19082026-05-22T21:28:32.730Z Compiling block-padding v0.3.3
19092026-05-22T21:28:32.889Z Compiling inout v0.1.4
19102026-05-22T21:28:33.055Z Compiling rustls-pki-types v1.14.0
19112026-05-22T21:28:33.130Z Compiling openssl-macros v0.1.1
19122026-05-22T21:28:33.147Z Compiling icu_provider v2.1.1
19132026-05-22T21:28:33.231Z Compiling bytes v1.11.1
19142026-05-22T21:28:33.311Z Compiling chrono v0.4.44
19152026-05-22T21:28:33.505Z Compiling icu_normalizer v2.1.1
19162026-05-22T21:28:33.540Z Compiling icu_properties v2.1.2
19172026-05-22T21:28:33.562Z Compiling serde_tokenstream v0.2.3
19182026-05-22T21:28:33.868Z Compiling tokio v1.52.1
19192026-05-22T21:28:34.139Z Compiling cipher v0.4.4
19202026-05-22T21:28:34.414Z Compiling idna_adapter v1.2.1
19212026-05-22T21:28:34.431Z Compiling sha2 v0.10.9
19222026-05-22T21:28:34.571Z Compiling idna v1.1.0
19232026-05-22T21:28:34.715Z Compiling ppv-lite86 v0.2.21
19242026-05-22T21:28:34.797Z Compiling scroll_derive v0.13.1
19252026-05-22T21:28:34.909Z Compiling url v2.5.8
19262026-05-22T21:28:34.926Z Compiling scroll_derive v0.12.1
19272026-05-22T21:28:35.076Z Compiling http v1.4.0
19282026-05-22T21:28:35.178Z Compiling untrusted v0.9.0
19292026-05-22T21:28:35.273Z Compiling flagset v0.4.7
19302026-05-22T21:28:35.391Z Compiling der v0.7.10
19312026-05-22T21:28:35.422Z Compiling tracing v0.1.44
19322026-05-22T21:28:35.605Z Compiling darling_macro v0.21.3
19332026-05-22T21:28:35.715Z Compiling regex v1.12.3
19342026-05-22T21:28:35.844Z Compiling zerocopy-derive v0.7.35
19352026-05-22T21:28:35.877Z Compiling rand_core v0.9.5
19362026-05-22T21:28:36.133Z Compiling slog v2.8.2
19372026-05-22T21:28:36.389Z Compiling spki v0.7.3
19382026-05-22T21:28:36.555Z Compiling darling v0.21.3
19392026-05-22T21:28:36.614Z Compiling salsa20 v0.10.2
19402026-05-22T21:28:36.646Z Compiling pbkdf2 v0.12.2
19412026-05-22T21:28:36.984Z Compiling cookie v0.18.1
19422026-05-22T21:28:37.134Z Compiling camino v1.2.2
19432026-05-22T21:28:37.430Z Compiling scrypt v0.11.0
19442026-05-22T21:28:37.447Z Compiling rand_chacha v0.9.0
19452026-05-22T21:28:37.449Z Compiling http-body v1.0.1
19462026-05-22T21:28:37.481Z Compiling aes v0.8.4
19472026-05-22T21:28:37.519Z Compiling cbc v0.1.2
19482026-05-22T21:28:37.626Z Compiling tokio-util v0.7.18
19492026-05-22T21:28:37.695Z Compiling usdt-impl v0.5.0
19502026-05-22T21:28:37.713Z Compiling openssl-probe v0.2.1
19512026-05-22T21:28:37.738Z Compiling tinyvec_macros v0.1.1
19522026-05-22T21:28:37.823Z Compiling winnow v0.7.14
19532026-05-22T21:28:37.851Z Compiling untrusted v0.7.1
19542026-05-22T21:28:37.895Z Compiling ref-cast v1.0.25
19552026-05-22T21:28:37.940Z Compiling paste v1.0.15
19562026-05-22T21:28:37.985Z Compiling atomic-waker v1.1.2
19572026-05-22T21:28:38.001Z Compiling usdt-impl v0.6.0
19582026-05-22T21:28:38.064Z Compiling either v1.15.0
19592026-05-22T21:28:38.235Z Compiling pkcs5 v0.7.1
19602026-05-22T21:28:38.275Z Compiling tinyvec v1.10.0
19612026-05-22T21:28:38.316Z Compiling rand v0.9.2
19622026-05-22T21:28:38.690Z Compiling scroll v0.12.0
19632026-05-22T21:28:38.789Z Compiling scroll v0.13.0
19642026-05-22T21:28:38.869Z Compiling serde_spanned v0.6.9
19652026-05-22T21:28:38.898Z Compiling toml_datetime v0.6.11
19662026-05-22T21:28:38.971Z Compiling async-trait v0.1.89
19672026-05-22T21:28:38.999Z Compiling heapless v0.7.17
19682026-05-22T21:28:39.050Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-22T21:28:39.072Z Compiling fastrand v2.3.0
19702026-05-22T21:28:39.160Z Compiling signal-hook v0.3.18
19712026-05-22T21:28:39.239Z Compiling try-lock v0.2.5
19722026-05-22T21:28:39.357Z Compiling zstd-safe v7.2.4
19732026-05-22T21:28:39.419Z Compiling tower-service v0.3.3
19742026-05-22T21:28:39.422Z Compiling tower-layer v0.3.3
19752026-05-22T21:28:39.533Z Compiling h2 v0.4.13
19762026-05-22T21:28:39.568Z Compiling want v0.3.1
19772026-05-22T21:28:39.600Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-22T21:28:39.699Z Compiling goblin v0.10.5
19792026-05-22T21:28:39.765Z Compiling goblin v0.8.2
19802026-05-22T21:28:39.798Z Compiling pkcs8 v0.10.2
19812026-05-22T21:28:39.942Z Compiling zerocopy v0.7.35
19822026-05-22T21:28:40.104Z Compiling ipnet v2.11.0
19832026-05-22T21:28:40.266Z Compiling ref-cast-impl v1.0.25
19842026-05-22T21:28:40.318Z Compiling darling_core v0.20.11
19852026-05-22T21:28:40.509Z Compiling curve25519-dalek v4.1.3
19862026-05-22T21:28:40.609Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-22T21:28:40.799Z Compiling memoffset v0.9.1
19882026-05-22T21:28:40.894Z Compiling pin-utils v0.1.0
19892026-05-22T21:28:40.985Z Compiling httpdate v1.0.3
19902026-05-22T21:28:41.089Z Compiling winnow v0.5.40
19912026-05-22T21:28:41.232Z Compiling foreign-types-shared v0.1.1
19922026-05-22T21:28:41.373Z Compiling litrs v1.0.0
19932026-05-22T21:28:41.487Z Compiling rustix v0.38.44
19942026-05-22T21:28:41.519Z Compiling foreign-types v0.3.2
19952026-05-22T21:28:41.534Z Compiling tempfile v3.25.0
19962026-05-22T21:28:41.864Z Compiling document-features v0.2.12
19972026-05-22T21:28:42.128Z Compiling dof v0.3.0
19982026-05-22T21:28:42.307Z Compiling darling_macro v0.20.11
19992026-05-22T21:28:42.400Z Compiling toml_edit v0.19.15
20002026-05-22T21:28:42.416Z Compiling dof v0.4.0
20012026-05-22T21:28:42.485Z Compiling unicode-normalization v0.1.25
20022026-05-22T21:28:42.531Z Compiling hyper v1.8.1
20032026-05-22T21:28:42.563Z Compiling dtrace-parser v0.2.0
20042026-05-22T21:28:42.825Z Compiling dtrace-parser v0.3.0
20052026-05-22T21:28:42.981Z Compiling daft-derive v0.1.7
20062026-05-22T21:28:43.049Z Compiling pin-project-internal v1.1.11
20072026-05-22T21:28:43.154Z Compiling spin v0.9.8
20082026-05-22T21:28:43.177Z Compiling thread-id v5.1.0
20092026-05-22T21:28:43.272Z Compiling thread-id v4.2.2
20102026-05-22T21:28:43.288Z Compiling cfg_aliases v0.2.1
20112026-05-22T21:28:43.374Z Compiling powerfmt v0.2.0
20122026-05-22T21:28:43.407Z Compiling num-bigint-dig v0.8.6
20132026-05-22T21:28:43.427Z Compiling smoltcp v0.9.1
20142026-05-22T21:28:43.443Z Compiling nix v0.31.2
20152026-05-22T21:28:43.613Z Compiling hyper-util v0.1.20
20162026-05-22T21:28:43.660Z Compiling deranged v0.5.8
20172026-05-22T21:28:43.974Z Compiling darling v0.20.11
20182026-05-22T21:28:44.087Z Compiling rustls-native-certs v0.8.3
20192026-05-22T21:28:44.125Z Compiling ipnetwork v0.21.1
20202026-05-22T21:28:44.512Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-22T21:28:44.645Z Compiling strum_macros v0.26.4
20222026-05-22T21:28:44.779Z Compiling sync_wrapper v1.0.2
20232026-05-22T21:28:44.795Z Compiling wait-timeout v0.2.1
20242026-05-22T21:28:45.041Z Compiling utf8parse v0.2.2
20252026-05-22T21:28:45.130Z Compiling bit-vec v0.8.0
20262026-05-22T21:28:45.135Z Compiling simd-adler32 v0.3.8
20272026-05-22T21:28:45.179Z Compiling anstyle v1.0.13
20282026-05-22T21:28:45.285Z Compiling quick-error v1.2.3
20292026-05-22T21:28:45.378Z Compiling siphasher v1.0.2
20302026-05-22T21:28:45.403Z Compiling num_threads v0.1.7
20312026-05-22T21:28:45.420Z Compiling rusty-fork v0.3.1
20322026-05-22T21:28:45.534Z Compiling time v0.3.47
20332026-05-22T21:28:45.561Z Compiling bit-set v0.8.0
20342026-05-22T21:28:45.716Z Compiling anstyle-parse v0.2.7
20352026-05-22T21:28:45.753Z Compiling tower v0.5.3
20362026-05-22T21:28:46.207Z Compiling derive_builder_core v0.20.2
20372026-05-22T21:28:46.244Z Compiling http-body-util v0.1.3
20382026-05-22T21:28:46.519Z Compiling webpki-roots v1.0.6
20392026-05-22T21:28:46.553Z Compiling rand_xorshift v0.4.0
20402026-05-22T21:28:46.557Z Compiling signature v2.2.0
20412026-05-22T21:28:46.678Z Compiling hubpack_derive v0.1.1
20422026-05-22T21:28:46.720Z Compiling strum_macros v0.27.2
20432026-05-22T21:28:46.737Z Compiling snafu-derive v0.8.9
20442026-05-22T21:28:46.973Z Compiling ahash v0.8.12
20452026-05-22T21:28:47.031Z Compiling fs-err v3.3.0
20462026-05-22T21:28:47.073Z Compiling object v0.37.3
20472026-05-22T21:28:47.144Z Compiling colorchoice v1.0.4
20482026-05-22T21:28:47.205Z Compiling ryu v1.0.23
20492026-05-22T21:28:47.259Z Compiling is_terminal_polyfill v1.70.2
20502026-05-22T21:28:47.279Z Compiling iri-string v0.7.10
20512026-05-22T21:28:47.295Z Compiling unicode-bidi v0.3.18
20522026-05-22T21:28:47.374Z Compiling adler2 v2.0.1
20532026-05-22T21:28:47.477Z Compiling allocator-api2 v0.2.21
20542026-05-22T21:28:47.535Z Compiling unarray v0.1.4
20552026-05-22T21:28:47.642Z Compiling unicode-properties v0.1.4
20562026-05-22T21:28:47.661Z Compiling unicode-segmentation v1.12.0
20572026-05-22T21:28:47.702Z Compiling anstyle-query v1.1.5
20582026-05-22T21:28:47.724Z Compiling serde_urlencoded v0.7.1
20592026-05-22T21:28:47.797Z Compiling anstream v0.6.21
20602026-05-22T21:28:47.823Z Compiling stringprep v0.1.5
20612026-05-22T21:28:47.838Z Compiling proptest v1.10.0
20622026-05-22T21:28:47.984Z Compiling miniz_oxide v0.8.9
20632026-05-22T21:28:48.096Z Compiling derive_builder_macro v0.20.2
20642026-05-22T21:28:48.406Z Compiling tokio-native-tls v0.3.1
20652026-05-22T21:28:48.489Z Compiling tower-http v0.6.8
20662026-05-22T21:28:48.503Z Compiling usdt-attr-macro v0.6.0
20672026-05-22T21:28:48.520Z Compiling usdt-macro v0.6.0
20682026-05-22T21:28:48.816Z Compiling rand_chacha v0.3.1
20692026-05-22T21:28:48.918Z Compiling erased-serde v0.3.31
20702026-05-22T21:28:48.934Z Compiling md-5 v0.10.6
20712026-05-22T21:28:48.977Z Compiling bstr v1.12.1
20722026-05-22T21:28:49.104Z Compiling num-integer v0.1.46
20732026-05-22T21:28:49.205Z Compiling hash32 v0.2.1
20742026-05-22T21:28:49.238Z Compiling vergen-lib v0.1.6
20752026-05-22T21:28:49.253Z Compiling ff v0.13.1
20762026-05-22T21:28:49.319Z Compiling fallible-iterator v0.2.0
20772026-05-22T21:28:49.370Z Compiling zlib-rs v0.6.2
20782026-05-22T21:28:49.409Z Compiling psl-types v2.0.11
20792026-05-22T21:28:49.442Z Compiling base16ct v0.2.0
20802026-05-22T21:28:49.511Z Compiling group v0.13.0
20812026-05-22T21:28:49.543Z Compiling publicsuffix v2.3.0
20822026-05-22T21:28:49.564Z Compiling sec1 v0.7.3
20832026-05-22T21:28:49.618Z Compiling postgres-protocol v0.6.10
20842026-05-22T21:28:49.645Z Compiling num-iter v0.1.45
20852026-05-22T21:28:49.778Z Compiling rand v0.8.6
20862026-05-22T21:28:49.845Z Compiling newtype-uuid v1.3.2
20872026-05-22T21:28:50.092Z Compiling oxnet v0.1.4
20882026-05-22T21:28:50.167Z Compiling derive_builder v0.20.2
20892026-05-22T21:28:50.206Z Compiling hyper-tls v0.6.0
20902026-05-22T21:28:50.401Z Compiling heck v0.4.1
20912026-05-22T21:28:50.438Z Compiling phf_shared v0.13.1
20922026-05-22T21:28:50.453Z Compiling pin-project v1.1.11
20932026-05-22T21:28:50.496Z Compiling lazy_static v1.5.0
20942026-05-22T21:28:50.660Z Compiling terminal_size v0.4.3
20952026-05-22T21:28:50.676Z Compiling serde_with_macros v3.17.0
20962026-05-22T21:28:50.692Z Compiling futures-executor v0.3.32
20972026-05-22T21:28:50.697Z Compiling hex v0.4.3
20982026-05-22T21:28:50.957Z Compiling cargo-platform v0.1.9
20992026-05-22T21:28:51.020Z Compiling hkdf v0.12.4
21002026-05-22T21:28:51.035Z Compiling crypto-bigint v0.5.5
21012026-05-22T21:28:51.190Z Compiling serde_repr v0.1.20
21022026-05-22T21:28:51.217Z Compiling enum-as-inner v0.6.1
21032026-05-22T21:28:51.233Z Compiling clap_derive v4.5.55
21042026-05-22T21:28:51.251Z Compiling async-recursion v1.1.1
21052026-05-22T21:28:51.412Z Compiling flate2 v1.1.9
21062026-05-22T21:28:51.672Z Compiling vergen v9.0.6
21072026-05-22T21:28:51.742Z Compiling encoding_rs v0.8.35
21082026-05-22T21:28:51.786Z Compiling managed v0.8.0
21092026-05-22T21:28:51.831Z Compiling clap_lex v1.0.0
21102026-05-22T21:28:51.885Z Compiling foldhash v0.2.0
21112026-05-22T21:28:51.904Z Compiling bitflags v1.3.2
21122026-05-22T21:28:51.907Z Compiling bumpalo v3.20.2
21132026-05-22T21:28:52.062Z Compiling libbz2-rs-sys v0.2.2
21142026-05-22T21:28:52.087Z Compiling foldhash v0.1.5
21152026-05-22T21:28:52.115Z Compiling mime v0.3.17
21162026-05-22T21:28:52.174Z Compiling same-file v1.0.6
21172026-05-22T21:28:52.229Z Compiling hashbrown v0.15.5
21182026-05-22T21:28:52.292Z Compiling walkdir v2.5.0
21192026-05-22T21:28:52.340Z Compiling zopfli v0.8.3
21202026-05-22T21:28:52.374Z Compiling hashbrown v0.16.1
21212026-05-22T21:28:52.625Z Compiling bzip2 v0.6.1
21222026-05-22T21:28:52.666Z Compiling clap_builder v4.5.60
21232026-05-22T21:28:52.847Z Compiling elliptic-curve v0.13.8
21242026-05-22T21:28:52.928Z Compiling zstd v0.13.3
21252026-05-22T21:28:52.976Z Compiling cargo_metadata v0.19.2
21262026-05-22T21:28:53.088Z Compiling futures v0.3.32
21272026-05-22T21:28:53.234Z Compiling phf v0.13.1
21282026-05-22T21:28:53.303Z Compiling snafu v0.8.9
21292026-05-22T21:28:53.374Z Compiling signal-hook-mio v0.2.5
21302026-05-22T21:28:53.408Z Compiling daft v0.1.7
21312026-05-22T21:28:53.576Z Compiling cookie_store v0.22.1
21322026-05-22T21:28:53.665Z Compiling postgres-types v0.2.12
21332026-05-22T21:28:53.693Z Compiling bzip2 v0.4.4
21342026-05-22T21:28:53.825Z Compiling globset v0.4.18
21352026-05-22T21:28:53.907Z Compiling strum v0.27.2
21362026-05-22T21:28:54.189Z Compiling hubpack v0.1.2
21372026-05-22T21:28:54.278Z Compiling ed25519 v2.2.3
21382026-05-22T21:28:54.294Z Compiling phf_shared v0.11.3
21392026-05-22T21:28:54.362Z Compiling crossbeam-epoch v0.9.18
21402026-05-22T21:28:54.436Z Compiling olpc-cjson v0.1.4
21412026-05-22T21:28:54.453Z Compiling pkcs1 v0.7.5
21422026-05-22T21:28:54.540Z Compiling pem v3.0.6
21432026-05-22T21:28:54.613Z Compiling serde_plain v1.0.2
21442026-05-22T21:28:54.646Z Compiling serde-big-array v0.5.1
21452026-05-22T21:28:54.737Z Compiling rfc6979 v0.4.0
21462026-05-22T21:28:54.804Z Compiling float-cmp v0.10.0
21472026-05-22T21:28:54.820Z Compiling memmap2 v0.9.10
21482026-05-22T21:28:54.835Z Compiling env_filter v1.0.0
21492026-05-22T21:28:54.879Z Compiling data-encoding v2.10.0
21502026-05-22T21:28:54.919Z Compiling difflib v0.4.0
21512026-05-22T21:28:54.968Z Compiling static_assertions v1.1.0
21522026-05-22T21:28:55.006Z Compiling keccak v0.1.6
21532026-05-22T21:28:55.042Z Compiling typed-path v0.9.3
21542026-05-22T21:28:55.068Z Compiling toml_write v0.1.2
21552026-05-22T21:28:55.130Z Compiling precomputed-hash v0.1.1
21562026-05-22T21:28:55.157Z Compiling fixedbitset v0.5.7
21572026-05-22T21:28:55.218Z Compiling jiff v0.2.21
21582026-05-22T21:28:55.235Z Compiling normalize-line-endings v0.3.0
21592026-05-22T21:28:55.254Z Compiling whoami v2.1.0
21602026-05-22T21:28:55.284Z Compiling predicates-core v1.0.10
21612026-05-22T21:28:55.374Z Compiling new_debug_unreachable v1.0.6
21622026-05-22T21:28:55.440Z Compiling fixedbitset v0.4.2
21632026-05-22T21:28:55.456Z Compiling string_cache v0.8.9
21642026-05-22T21:28:55.472Z Compiling tokio-postgres v0.7.16
21652026-05-22T21:28:55.476Z Compiling predicates v3.1.4
21662026-05-22T21:28:55.593Z Compiling petgraph v0.8.3
21672026-05-22T21:28:55.661Z Compiling petgraph v0.6.5
21682026-05-22T21:28:55.697Z Compiling toml_edit v0.22.27
21692026-05-22T21:28:55.844Z Compiling hickory-proto v0.25.2
21702026-05-22T21:28:56.076Z Compiling sha3 v0.10.8
21712026-05-22T21:28:56.255Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21722026-05-22T21:28:56.377Z Compiling env_logger v0.11.9
21732026-05-22T21:28:56.569Z Compiling usdt v0.6.0
21742026-05-22T21:28:56.708Z Compiling ecdsa v0.16.9
21752026-05-22T21:28:56.845Z Compiling rsa v0.9.10
21762026-05-22T21:28:57.143Z Compiling ed25519-dalek v2.2.0
21772026-05-22T21:28:57.579Z Compiling clap v4.5.60
21782026-05-22T21:28:57.678Z Compiling crossterm v0.28.1
21792026-05-22T21:28:57.761Z Compiling zip v0.6.6
21802026-05-22T21:28:57.851Z Compiling zip v4.6.1
21812026-05-22T21:28:58.295Z Compiling iddqd v0.4.1
21822026-05-22T21:28:58.734Z Compiling serde_with v3.17.0
21832026-05-22T21:28:58.757Z Compiling similar v2.7.0
21842026-05-22T21:28:58.784Z Compiling strum v0.26.3
21852026-05-22T21:28:58.865Z Compiling toml v0.7.8
21862026-05-22T21:28:58.940Z Compiling tokio-stream v0.1.18
21872026-05-22T21:28:58.957Z Compiling itertools v0.13.0
21882026-05-22T21:28:59.110Z Compiling buf-list v1.1.2
21892026-05-22T21:28:59.389Z Compiling x509-cert v0.2.5
21902026-05-22T21:28:59.484Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21912026-05-22T21:28:59.501Z Compiling openapiv3 v2.2.0
21922026-05-22T21:28:59.737Z Compiling sha1 v0.10.6
21932026-05-22T21:29:00.138Z Compiling peg-runtime v0.8.5
21942026-05-22T21:29:00.260Z Compiling lalrpop-util v0.19.12
21952026-05-22T21:29:14.552Z Compiling rustls-webpki v0.103.9
21962026-05-22T21:29:16.303Z Compiling macaddr v1.0.1
21972026-05-22T21:29:16.462Z Compiling structmeta-derive v0.3.0
21982026-05-22T21:29:16.534Z Compiling crucible-workspace-hack v0.1.0
21992026-05-22T21:29:16.608Z Compiling rayon-core v1.13.0
22002026-05-22T21:29:16.631Z Compiling itertools v0.14.0
22012026-05-22T21:29:16.703Z Compiling secrecy v0.10.3
22022026-05-22T21:29:16.762Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032026-05-22T21:29:16.845Z Compiling heapless v0.8.0
22042026-05-22T21:29:16.902Z Compiling rustls v0.22.4
22052026-05-22T21:29:17.188Z Compiling crossbeam-deque v0.8.6
22062026-05-22T21:29:17.202Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-05-22T21:29:17.230Z Compiling toml_edit v0.23.10+spec-1.0.0
22082026-05-22T21:29:17.239Z Compiling rustls-webpki v0.102.8
22092026-05-22T21:29:17.257Z Compiling hash32 v0.3.1
22102026-05-22T21:29:17.346Z Compiling multer v3.1.0
22112026-05-22T21:29:17.360Z Compiling thread_local v1.1.9
22122026-05-22T21:29:17.375Z Compiling slog-async v2.8.0
22132026-05-22T21:29:17.429Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-22T21:29:17.451Z Compiling unicode-width v0.2.0
22152026-05-22T21:29:17.473Z Compiling structmeta v0.3.0
22162026-05-22T21:29:17.561Z Compiling match_cfg v0.1.0
22172026-05-22T21:29:17.654Z Compiling smoltcp v0.11.0
22182026-05-22T21:29:17.667Z Compiling compression-core v0.4.31
22192026-05-22T21:29:17.697Z Compiling derive-ex v0.1.8
22202026-05-22T21:29:17.778Z Compiling proc-macro-crate v3.4.0
22212026-05-22T21:29:17.810Z Compiling compression-codecs v0.4.37
22222026-05-22T21:29:17.853Z Compiling hostname v0.3.1
22232026-05-22T21:29:17.902Z Compiling ingot-macros v0.1.1
22242026-05-22T21:29:18.031Z Compiling slog-json v2.6.1
22252026-05-22T21:29:18.144Z Compiling crossbeam-channel v0.5.15
22262026-05-22T21:29:18.195Z Compiling half v2.7.1
22272026-05-22T21:29:18.226Z Compiling newtype-uuid-macros v0.1.0
22282026-05-22T21:29:18.295Z Compiling cobs v0.3.0
22292026-05-22T21:29:18.424Z Compiling tokio-rustls v0.26.4
22302026-05-22T21:29:18.559Z Compiling rustls-platform-verifier v0.6.2
22312026-05-22T21:29:18.590Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-22T21:29:18.714Z Compiling hyper-rustls v0.27.7
22332026-05-22T21:29:18.788Z Compiling universal-hash v0.5.1
22342026-05-22T21:29:18.851Z Compiling async-stream-impl v0.3.6
22352026-05-22T21:29:18.958Z Compiling reqwest v0.12.28
22362026-05-22T21:29:18.974Z Compiling reqwest v0.13.2
22372026-05-22T21:29:19.049Z Compiling serde_spanned v1.0.4
22382026-05-22T21:29:19.093Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-05-22T21:29:19.201Z Compiling is-terminal v0.4.17
22402026-05-22T21:29:19.239Z Compiling dropshot v0.17.0
22412026-05-22T21:29:19.323Z Compiling proc-macro-error-attr v1.0.4
22422026-05-22T21:29:19.434Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22432026-05-22T21:29:19.461Z Compiling ciborium-io v0.2.2
22442026-05-22T21:29:19.493Z Compiling toml_writer v1.0.6+spec-1.1.0
22452026-05-22T21:29:19.545Z Compiling take_mut v0.2.2
22462026-05-22T21:29:19.561Z Compiling opaque-debug v0.3.1
22472026-05-22T21:29:19.581Z Compiling convert_case v0.4.0
22482026-05-22T21:29:19.636Z Compiling term v1.2.1
22492026-05-22T21:29:19.690Z Compiling toml v1.0.6+spec-1.1.0
22502026-05-22T21:29:19.707Z Compiling thiserror-no-std v2.0.2
22512026-05-22T21:29:19.722Z Compiling poly1305 v0.8.0
22522026-05-22T21:29:19.776Z Compiling tokio-rustls v0.25.0
22532026-05-22T21:29:19.880Z Compiling ciborium-ll v0.2.2
22542026-05-22T21:29:19.906Z Compiling derive_more v0.99.20
22552026-05-22T21:29:20.048Z Compiling slog-term v2.9.2
22562026-05-22T21:29:20.122Z Compiling async-stream v0.3.6
22572026-05-22T21:29:20.168Z Compiling test-strategy v0.4.5
22582026-05-22T21:29:20.339Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-22T21:29:20.368Z Compiling postcard v1.1.3
22602026-05-22T21:29:20.501Z Compiling tough v0.22.0
22612026-05-22T21:29:20.762Z Compiling ingot-types v0.1.2
22622026-05-22T21:29:21.261Z Compiling ingot v0.1.1
22632026-05-22T21:29:21.305Z Compiling slog-bunyan v2.5.0
22642026-05-22T21:29:21.451Z Compiling num_enum_derive v0.7.5
22652026-05-22T21:29:21.473Z Compiling async-compression v0.4.41
22662026-05-22T21:29:21.887Z Compiling parse-display-derive v0.10.0
22672026-05-22T21:29:21.964Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22682026-05-22T21:29:22.133Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-22T21:29:22.150Z Compiling proc-macro-crate v1.3.1
22702026-05-22T21:29:22.256Z Compiling backon v1.6.0
22712026-05-22T21:29:22.350Z Compiling waitgroup v0.1.2
22722026-05-22T21:29:22.395Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22732026-05-22T21:29:22.417Z Compiling password-hash v0.5.0
22742026-05-22T21:29:22.511Z Compiling chacha20 v0.9.1
22752026-05-22T21:29:22.528Z Compiling dropshot_endpoint v0.17.0
22762026-05-22T21:29:22.545Z Compiling rustls-pemfile v2.2.0
22772026-05-22T21:29:22.761Z Compiling blake2 v0.10.6
22782026-05-22T21:29:22.791Z Compiling aead v0.5.2
22792026-05-22T21:29:22.848Z Compiling foreign-types-macros v0.2.3
22802026-05-22T21:29:23.097Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-22T21:29:23.289Z Compiling serde_path_to_error v0.1.20
22822026-05-22T21:29:23.341Z Compiling hostname v0.4.2
22832026-05-22T21:29:23.369Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-22T21:29:23.461Z Compiling proc-macro-error v1.0.4
22852026-05-22T21:29:23.517Z Compiling instant v0.1.13
22862026-05-22T21:29:23.536Z Compiling typeid v1.0.3
22872026-05-22T21:29:23.541Z Compiling foreign-types-shared v0.3.1
22882026-05-22T21:29:23.565Z Compiling debug-ignore v1.0.5
22892026-05-22T21:29:23.568Z Compiling cpufeatures v0.3.0
22902026-05-22T21:29:23.650Z Compiling foreign-types v0.5.0
22912026-05-22T21:29:23.666Z Compiling chacha20 v0.10.0
22922026-05-22T21:29:23.671Z Compiling backoff v0.4.0
22932026-05-22T21:29:23.701Z Compiling parse-display v0.10.0
22942026-05-22T21:29:23.736Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-22T21:29:23.740Z Compiling argon2 v0.5.3
22962026-05-22T21:29:23.771Z Compiling chacha20poly1305 v0.10.1
22972026-05-22T21:29:23.788Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22982026-05-22T21:29:23.809Z Compiling num_enum_derive v0.5.11
22992026-05-22T21:29:23.830Z Compiling num_enum v0.7.5
23002026-05-22T21:29:23.901Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-22T21:29:23.916Z Compiling ciborium v0.2.2
23022026-05-22T21:29:23.974Z Compiling vsss-rs v3.3.4
23032026-05-22T21:29:24.144Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-22T21:29:24.255Z Compiling tabwriter v1.4.1
23052026-05-22T21:29:24.273Z Compiling regress v0.10.5
23062026-05-22T21:29:24.481Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-05-22T21:29:24.603Z Compiling byte-wrapper v0.1.0
23082026-05-22T21:29:24.639Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23092026-05-22T21:29:24.747Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-22T21:29:24.763Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23112026-05-22T21:29:24.782Z Compiling cstr-argument v0.1.2
23122026-05-22T21:29:24.896Z Compiling erased-serde v0.4.9
23132026-05-22T21:29:24.962Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23142026-05-22T21:29:25.010Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23152026-05-22T21:29:25.205Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-22T21:29:25.235Z Compiling num_enum v0.5.11
23172026-05-22T21:29:25.356Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23182026-05-22T21:29:25.380Z Compiling rand v0.10.0
23192026-05-22T21:29:25.431Z Compiling rayon v1.11.0
23202026-05-22T21:29:25.447Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23212026-05-22T21:29:25.482Z Compiling indent_write v2.2.0
23222026-05-22T21:29:25.526Z Compiling libefi-sys v0.1.0
23232026-05-22T21:29:25.544Z Compiling colored v3.1.1
23242026-05-22T21:29:25.578Z Compiling zone_cfg_derive v0.3.1
23252026-05-22T21:29:25.659Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-22T21:29:25.718Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-22T21:29:25.829Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23282026-05-22T21:29:25.845Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23292026-05-22T21:29:25.859Z Compiling camino-tempfile v1.4.1
23302026-05-22T21:29:26.123Z Compiling itertools v0.12.1
23312026-05-22T21:29:26.209Z Compiling usdt-macro v0.5.0
23322026-05-22T21:29:26.231Z Compiling usdt-attr-macro v0.5.0
23332026-05-22T21:29:26.248Z Compiling bitfield-struct v0.6.2
23342026-05-22T21:29:26.275Z Compiling num-derive v0.4.2
23352026-05-22T21:29:26.298Z Compiling blake3 v1.8.3
23362026-05-22T21:29:26.403Z Compiling ordered-float v2.10.1
23372026-05-22T21:29:26.664Z Compiling sigpipe v0.1.3
23382026-05-22T21:29:26.707Z Compiling memmap v0.7.0
23392026-05-22T21:29:26.780Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23402026-05-22T21:29:26.884Z Compiling glob v0.3.3
23412026-05-22T21:29:26.912Z Compiling swrite v0.1.0
23422026-05-22T21:29:26.967Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-22T21:29:26.999Z Compiling usdt v0.5.0
23442026-05-22T21:29:27.055Z Compiling serde-value v0.7.0
23452026-05-22T21:29:27.185Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23462026-05-22T21:29:27.315Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-22T21:29:27.572Z Compiling zone v0.3.1
23482026-05-22T21:29:27.617Z Compiling serde-untagged v0.1.9
23492026-05-22T21:29:27.658Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23502026-05-22T21:29:27.762Z Compiling toml v0.8.23
23512026-05-22T21:29:27.835Z Compiling smf v0.2.3
23522026-05-22T21:29:27.864Z Compiling filetime v0.2.27
23532026-05-22T21:29:27.885Z Compiling xattr v1.6.1
23542026-05-22T21:29:27.901Z Compiling arrayref v0.3.9
23552026-05-22T21:29:27.975Z Compiling unicode-xid v0.2.6
23562026-05-22T21:29:27.994Z Compiling constant_time_eq v0.4.2
23572026-05-22T21:29:28.010Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-22T21:29:28.092Z Compiling arrayvec v0.7.6
23592026-05-22T21:29:28.107Z Compiling whoami v1.6.1
23602026-05-22T21:29:28.125Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-22T21:29:28.143Z Compiling tar v0.4.45
23622026-05-22T21:29:28.206Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23632026-05-22T21:29:28.222Z Compiling tokio-dtrace v0.1.1
23642026-05-22T21:29:28.462Z Compiling cargo-util-schemas v0.8.2
23652026-05-22T21:29:28.554Z Compiling console v0.16.2
23662026-05-22T21:29:28.587Z Compiling gethostname v0.5.0
23672026-05-22T21:29:28.747Z Compiling cargo-platform v0.2.0
23682026-05-22T21:29:28.806Z Compiling topological-sort v0.2.2
23692026-05-22T21:29:28.976Z Compiling unit-prefix v0.5.2
23702026-05-22T21:29:29.000Z Compiling oxide-tokio-rt v0.1.4
23712026-05-22T21:29:29.019Z Compiling shell-words v1.1.1
23722026-05-22T21:29:29.131Z Compiling indicatif v0.18.4
23732026-05-22T21:29:29.155Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-22T21:29:29.690Z Compiling cargo_metadata v0.21.0
23752026-05-22T21:29:38.797Z Compiling progenitor-client v0.10.0
23762026-05-22T21:29:38.797Z Compiling omicron-zone-package v0.12.2
23772026-05-22T21:29:38.815Z Compiling progenitor-client v0.14.0
23782026-05-22T21:29:39.277Z Compiling progenitor-extras v0.2.0
23792026-05-22T21:29:41.537Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23802026-05-22T21:29:41.558Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23812026-05-22T21:29:41.598Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23822026-05-22T21:29:41.724Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-22T21:29:41.741Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-05-22T21:29:41.859Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-22T21:29:41.889Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23862026-05-22T21:29:41.940Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-22T21:29:41.976Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-22T21:29:45.954Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23892026-05-22T21:29:53.662Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23902026-05-22T21:29:56.752Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23912026-05-22T21:29:57.725Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23922026-05-22T21:30:07.460Z Finished `release` profile [optimized] target(s) in 1m 43s
23932026-05-22T21:30:07.615Z Running `target/release/omicron-package -t test target create -p dev`
23942026-05-22T21:30:07.680ZLogging to: /work/oxidecomputer/omicron/out/LOG
23952026-05-22T21:30:07.683ZCreated new build target 'test' and set it as active
23962026-05-22T21:30:07.689Z
23972026-05-22T21:30:07.689Zreal 1:44.136947291
23982026-05-22T21:30:07.689Zuser 16:58.389753486
23992026-05-22T21:30:07.689Zsys 2:36.772818721
24002026-05-22T21:30:07.689Ztrap 0.472676898
24012026-05-22T21:30:07.689Ztflt 2.944345039
24022026-05-22T21:30:07.689Zdflt 3.937710051
24032026-05-22T21:30:07.689Zkflt 0.000674000
24042026-05-22T21:30:07.689Zlock 52:43.149494112
24052026-05-22T21:30:07.689Zslp 43:08.381187895
24062026-05-22T21:30:07.689Zlat 44.332184694
24072026-05-22T21:30:07.689Zstop 5:32.049955932
24082026-05-22T21:30:07.689Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24092026-05-22T21:30:08.592Z Finished `release` profile [optimized] target(s) in 0.89s
24102026-05-22T21:30:08.667Z Running `target/release/omicron-package -t test package`
24112026-05-22T21:30:08.726ZLogging to: /work/oxidecomputer/omicron/out/LOG
24122026-05-22T21:30:10.168Z Compiling heck v0.5.0
24132026-05-22T21:30:10.168Z Compiling regress v0.11.1
24142026-05-22T21:30:10.168Z Compiling unsafe-libyaml v0.2.11
24152026-05-22T21:30:10.430Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24162026-05-22T21:30:10.454Z Compiling regress v0.10.5
24172026-05-22T21:30:10.483Z Compiling is-terminal v0.4.17
24182026-05-22T21:30:10.487Z Compiling unicode-width v0.1.14
24192026-05-22T21:30:10.525Z Compiling prettyplease v0.2.37
24202026-05-22T21:30:10.525Z Compiling bytecount v0.6.9
24212026-05-22T21:30:10.528Z Compiling rustls v0.22.4
24222026-05-22T21:30:10.528Z Compiling rustls-webpki v0.102.8
24232026-05-22T21:30:10.528Z Compiling derive-where v1.6.0
24242026-05-22T21:30:10.528Z Compiling thread_local v1.1.9
24252026-05-22T21:30:10.528Z Compiling match_cfg v0.1.0
24262026-05-22T21:30:10.564Z Compiling compression-core v0.4.31
24272026-05-22T21:30:10.604Z Compiling multer v3.1.0
24282026-05-22T21:30:10.627Z Compiling slog-async v2.8.0
24292026-05-22T21:30:10.685Z Compiling hostname v0.3.1
24302026-05-22T21:30:10.749Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-22T21:30:10.753Z Compiling compression-codecs v0.4.37
24322026-05-22T21:30:10.789Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24332026-05-22T21:30:10.789Z Compiling crossbeam-channel v0.5.15
24342026-05-22T21:30:10.833Z Compiling slog-json v2.6.1
24352026-05-22T21:30:10.879Z Compiling serde_yaml v0.9.34+deprecated
24362026-05-22T21:30:10.922Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-05-22T21:30:10.925Z Compiling serde_spanned v1.0.4
24382026-05-22T21:30:10.972Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-22T21:30:11.032Z Compiling take_mut v0.2.2
24402026-05-22T21:30:11.032Z Compiling term v1.2.1
24412026-05-22T21:30:11.073Z Compiling slog-bunyan v2.5.0
24422026-05-22T21:30:11.130Z Compiling async-compression v0.4.41
24432026-05-22T21:30:11.179Z Compiling toml v1.0.6+spec-1.1.0
24442026-05-22T21:30:11.282Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-22T21:30:11.285Z Compiling async-stream v0.3.6
24462026-05-22T21:30:11.325Z Compiling dropshot v0.17.0
24472026-05-22T21:30:11.390Z Compiling slog-term v2.9.2
24482026-05-22T21:30:11.449Z Compiling num-rational v0.4.2
24492026-05-22T21:30:11.476Z Compiling progenitor-client v0.14.0
24502026-05-22T21:30:11.503Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24512026-05-22T21:30:11.578Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24522026-05-22T21:30:11.645Z Compiling waitgroup v0.1.2
24532026-05-22T21:30:11.670Z Compiling backon v1.6.0
24542026-05-22T21:30:11.716Z Compiling rustls-pemfile v2.2.0
24552026-05-22T21:30:11.806Z Compiling num-complex v0.4.6
24562026-05-22T21:30:11.829Z Compiling serde_path_to_error v0.1.20
24572026-05-22T21:30:11.832Z Compiling hostname v0.4.2
24582026-05-22T21:30:11.850Z Compiling instant v0.1.13
24592026-05-22T21:30:11.905Z Compiling debug-ignore v1.0.5
24602026-05-22T21:30:11.926Z Compiling typify-impl v0.6.2
24612026-05-22T21:30:11.949Z Compiling progenitor-extras v0.2.0
24622026-05-22T21:30:12.015Z Compiling backoff v0.4.0
24632026-05-22T21:30:12.043Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24642026-05-22T21:30:12.058Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24652026-05-22T21:30:12.222Z Compiling num v0.4.3
24662026-05-22T21:30:12.247Z Compiling parse-display v0.10.0
24672026-05-22T21:30:12.267Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24682026-05-22T21:30:12.287Z Compiling progenitor-client v0.13.0
24692026-05-22T21:30:12.332Z Compiling progenitor-client v0.10.0
24702026-05-22T21:30:12.355Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-22T21:30:12.358Z Compiling macaddr v1.0.1
24722026-05-22T21:30:12.457Z Compiling float-ord v0.3.2
24732026-05-22T21:30:12.599Z Compiling console v0.15.11
24742026-05-22T21:30:12.643Z Compiling newline-converter v0.3.0
24752026-05-22T21:30:12.667Z Compiling atomicwrites v0.4.4
24762026-05-22T21:30:12.761Z Compiling slog-dtrace v0.3.0
24772026-05-22T21:30:12.811Z Compiling resolv-conf v0.7.6
24782026-05-22T21:30:12.833Z Compiling owo-colors v4.3.0
24792026-05-22T21:30:12.893Z Compiling tokio-rustls v0.25.0
24802026-05-22T21:30:12.994Z Compiling expectorate v1.2.0
24812026-05-22T21:30:13.040Z Compiling cancel-safe-futures v0.1.5
24822026-05-22T21:30:13.073Z Compiling toml v0.8.23
24832026-05-22T21:30:13.202Z Compiling libsw-core v0.3.2
24842026-05-22T21:30:13.289Z Compiling linear-map v1.2.0
24852026-05-22T21:30:13.417Z Compiling libsw v3.5.0
24862026-05-22T21:30:13.451Z Compiling linked-hash-map v0.5.6
24872026-05-22T21:30:13.533Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24882026-05-22T21:30:13.678Z Compiling minimal-lexical v0.2.1
24892026-05-22T21:30:13.700Z Compiling lru-cache v0.1.2
24902026-05-22T21:30:13.736Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-05-22T21:30:13.768Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-05-22T21:30:13.846Z Compiling hickory-proto v0.24.4
24932026-05-22T21:30:13.879Z Compiling unicode-xid v0.2.6
24942026-05-22T21:30:13.943Z Compiling nom v7.1.3
24952026-05-22T21:30:13.965Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24962026-05-22T21:30:13.965Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-22T21:30:14.033Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-22T21:30:14.263Z Compiling convert_case v0.10.0
24992026-05-22T21:30:14.555Z Compiling derive_more-impl v2.1.1
25002026-05-22T21:30:14.881Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25012026-05-22T21:30:15.286Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-22T21:30:15.324Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25032026-05-22T21:30:15.369Z Compiling derive_more v2.1.1
25042026-05-22T21:30:15.440Z Compiling typify-macro v0.6.2
25052026-05-22T21:30:15.462Z Compiling papergrid v0.11.0
25062026-05-22T21:30:15.487Z Compiling tabled_derive v0.7.0
25072026-05-22T21:30:15.580Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-05-22T21:30:15.832Z Compiling termtree v0.5.1
25092026-05-22T21:30:16.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25102026-05-22T21:30:16.406Z Compiling hickory-resolver v0.24.4
25112026-05-22T21:30:16.514Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-22T21:30:16.559Z Compiling tabled v0.15.0
25132026-05-22T21:30:16.734Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25142026-05-22T21:30:17.050Z Compiling typify v0.6.2
25152026-05-22T21:30:17.213Z Compiling progenitor-impl v0.14.0
25162026-05-22T21:30:17.818Z Compiling progenitor-impl v0.13.0
25172026-05-22T21:30:19.363Z Compiling progenitor-macro v0.14.0
25182026-05-22T21:30:19.823Z Compiling qorb v0.4.1
25192026-05-22T21:30:19.987Z Compiling progenitor-macro v0.13.0
25202026-05-22T21:30:21.063Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25212026-05-22T21:30:21.511Z Compiling crossterm v0.29.0
25222026-05-22T21:30:21.979Z Compiling phf_shared v0.12.1
25232026-05-22T21:30:22.224Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25242026-05-22T21:30:22.248Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-05-22T21:30:22.329Z Compiling csv-core v0.1.13
25262026-05-22T21:30:22.793Z Compiling vte v0.14.1
25272026-05-22T21:30:22.843Z Compiling chrono-tz v0.10.4
25282026-05-22T21:30:23.054Z Compiling highway v1.3.0
25292026-05-22T21:30:23.106Z Compiling strip-ansi-escapes v0.2.1
25302026-05-22T21:30:23.400Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-05-22T21:30:23.474Z Compiling progenitor v0.14.0
25322026-05-22T21:30:23.657Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25332026-05-22T21:30:23.691Z Compiling csv v1.4.0
25342026-05-22T21:30:23.778Z Compiling phf v0.12.1
25352026-05-22T21:30:24.002Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25362026-05-22T21:30:24.121Z Compiling progenitor v0.13.0
25372026-05-22T21:30:24.292Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25382026-05-22T21:30:24.346Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25392026-05-22T21:30:24.448Z Compiling const_format_proc_macros v0.2.34
25402026-05-22T21:30:24.448Z Compiling fd-lock v4.0.4
25412026-05-22T21:30:24.667Z Compiling peg-macros v0.8.5
25422026-05-22T21:30:24.689Z Compiling nu-ansi-term v0.50.3
25432026-05-22T21:30:24.840Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25442026-05-22T21:30:25.228Z Compiling const_format v0.2.35
25452026-05-22T21:30:25.250Z Compiling reedline v0.40.0
25462026-05-22T21:30:25.942Z Compiling peg v0.8.5
25472026-05-22T21:30:26.053Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25482026-05-22T21:30:26.860Z Compiling bcs v0.1.6
25492026-05-22T21:30:27.081Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25502026-05-22T21:30:27.311Z Compiling semver v0.1.20
25512026-05-22T21:30:27.381Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-22T21:30:27.639Z Compiling rustc_version v0.1.7
25532026-05-22T21:30:27.643Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-22T21:30:27.879Z Compiling unicode-linebreak v0.1.5
25552026-05-22T21:30:27.903Z Compiling newtype_derive v0.1.6
25562026-05-22T21:30:28.139Z Compiling humantime v2.3.0
25572026-05-22T21:30:28.207Z Compiling smawk v0.3.2
25582026-05-22T21:30:28.300Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25592026-05-22T21:30:28.404Z Compiling textwrap v0.16.2
25602026-05-22T21:30:28.653Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25612026-05-22T21:30:28.727Z Compiling dropshot-api-manager-types v0.7.1
25622026-05-22T21:30:28.848Z Compiling base64 v0.21.7
25632026-05-22T21:30:29.359Z Compiling steno v0.4.1
25642026-05-22T21:30:29.397Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25652026-05-22T21:30:29.420Z Compiling tagptr v0.2.0
25662026-05-22T21:30:29.617Z Compiling moka v0.12.13
25672026-05-22T21:30:29.887Z Compiling utf-8 v0.7.6
25682026-05-22T21:30:30.144Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-05-22T21:30:30.176Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25702026-05-22T21:30:30.377Z Compiling tungstenite v0.21.0
25712026-05-22T21:30:30.422Z Compiling radium v0.7.0
25722026-05-22T21:30:30.449Z Compiling tap v1.0.1
25732026-05-22T21:30:30.606Z Compiling maybe-uninit v2.0.0
25742026-05-22T21:30:30.628Z Compiling wyz v0.5.1
25752026-05-22T21:30:30.716Z Compiling hickory-resolver v0.25.2
25762026-05-22T21:30:30.892Z Compiling zerocopy-derive v0.6.6
25772026-05-22T21:30:30.986Z Compiling tokio-tungstenite v0.21.0
25782026-05-22T21:30:31.206Z Compiling funty v2.0.0
25792026-05-22T21:30:31.400Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25802026-05-22T21:30:31.594Z Compiling display-error-chain v0.2.2
25812026-05-22T21:30:31.717Z Compiling packed_struct v0.10.1
25822026-05-22T21:30:31.794Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-22T21:30:32.003Z Compiling crc-catalog v2.4.0
25842026-05-22T21:30:32.132Z Compiling crc v3.4.0
25852026-05-22T21:30:32.210Z Compiling zerocopy v0.6.6
25862026-05-22T21:30:32.367Z Compiling bitvec v1.0.1
25872026-05-22T21:30:32.608Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25882026-05-22T21:30:32.629Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25892026-05-22T21:30:32.746Z Compiling num-derive v0.3.3
25902026-05-22T21:30:33.433Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-05-22T21:30:33.625Z Compiling packed_struct_codegen v0.10.1
25922026-05-22T21:30:34.178Z Compiling bitfield-macros v0.19.4
25932026-05-22T21:30:34.641Z Compiling proc-macro-error-attr2 v2.0.0
25942026-05-22T21:30:34.683Z Compiling indexmap v1.9.3
25952026-05-22T21:30:34.882Z Compiling nodrop v0.1.14
25962026-05-22T21:30:34.959Z Compiling bitfield v0.19.4
25972026-05-22T21:30:35.019Z Compiling array-init v0.0.4
25982026-05-22T21:30:35.052Z Compiling proc-macro-error2 v2.0.1
25992026-05-22T21:30:35.364Z Compiling libscf-sys v1.1.0
26002026-05-22T21:30:35.387Z Compiling smallvec v0.6.14
26012026-05-22T21:30:35.411Z Compiling typify-impl v0.4.3
26022026-05-22T21:30:35.432Z Compiling hashbrown v0.12.3
26032026-05-22T21:30:35.542Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26042026-05-22T21:30:35.589Z Compiling tabled_derive v0.11.0
26052026-05-22T21:30:35.661Z Compiling serde-hex v0.1.0
26062026-05-22T21:30:36.243Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26072026-05-22T21:30:36.572Z Compiling ron v0.8.1
26082026-05-22T21:30:36.630Z Compiling papergrid v0.17.0
26092026-05-22T21:30:36.661Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-22T21:30:36.839Z Compiling testing_table v0.3.0
26112026-05-22T21:30:37.098Z Compiling hashbrown v0.13.2
26122026-05-22T21:30:37.273Z Compiling vergen-gitcl v1.0.8
26132026-05-22T21:30:37.295Z Compiling dirs-sys-next v0.1.2
26142026-05-22T21:30:37.500Z Compiling crc-any v2.5.0
26152026-05-22T21:30:37.567Z Compiling crunchy v0.2.4
26162026-05-22T21:30:37.719Z Compiling glob v0.3.3
26172026-05-22T21:30:37.813Z Compiling diesel_derives v2.3.7
26182026-05-22T21:30:37.859Z Compiling maplit v1.0.2
26192026-05-22T21:30:37.934Z Compiling tabled v0.20.0
26202026-05-22T21:30:37.960Z Compiling object v0.30.4
26212026-05-22T21:30:38.017Z Compiling dirs-next v2.0.0
26222026-05-22T21:30:38.079Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-05-22T21:30:38.098Z Compiling clang-sys v1.8.1
26242026-05-22T21:30:38.171Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-22T21:30:38.480Z Compiling dsl_auto_type v0.2.0
26262026-05-22T21:30:38.602Z Compiling scheduled-thread-pool v0.2.7
26272026-05-22T21:30:38.763Z Compiling diesel_table_macro_syntax v0.3.0
26282026-05-22T21:30:38.819Z Compiling typify-macro v0.4.3
26292026-05-22T21:30:38.930Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-22T21:30:38.992Z Compiling path-slash v0.1.5
26312026-05-22T21:30:39.014Z Compiling xshell-macros v0.2.7
26322026-05-22T21:30:39.038Z Compiling tiny-keccak v2.0.2
26332026-05-22T21:30:39.196Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26342026-05-22T21:30:39.244Z Compiling r2d2 v0.8.10
26352026-05-22T21:30:39.330Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-22T21:30:39.414Z Compiling xshell v0.2.7
26372026-05-22T21:30:39.538Z Compiling term v0.7.0
26382026-05-22T21:30:39.846Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26392026-05-22T21:30:40.065Z Compiling downcast-rs v2.0.2
26402026-05-22T21:30:40.112Z Compiling bit-vec v0.6.3
26412026-05-22T21:30:40.205Z Compiling ascii-canvas v3.0.0
26422026-05-22T21:30:40.354Z Compiling bit-set v0.5.3
26432026-05-22T21:30:40.472Z Compiling itertools v0.10.5
26442026-05-22T21:30:40.550Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26452026-05-22T21:30:40.653Z Compiling ena v0.14.4
26462026-05-22T21:30:40.752Z Compiling libloading v0.8.9
26472026-05-22T21:30:40.894Z Compiling crc8 v0.1.1
26482026-05-22T21:30:40.986Z Compiling diff v0.1.13
26492026-05-22T21:30:41.034Z Compiling regex-syntax v0.6.29
26502026-05-22T21:30:41.273Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26512026-05-22T21:30:41.593Z Compiling unicase v2.9.0
26522026-05-22T21:30:41.777Z Compiling bindgen v0.71.1
26532026-05-22T21:30:42.125Z Compiling typify v0.4.3
26542026-05-22T21:30:42.277Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26552026-05-22T21:30:42.349Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-22T21:30:42.823Z Compiling lalrpop v0.19.12
26572026-05-22T21:30:42.904Z Compiling cexpr v0.6.0
26582026-05-22T21:30:42.947Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26592026-05-22T21:30:42.974Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26602026-05-22T21:30:43.161Z Compiling rustc-hash v2.1.1
26612026-05-22T21:30:43.217Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26622026-05-22T21:30:43.327Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26632026-05-22T21:30:43.581Z Compiling headers-core v0.3.0
26642026-05-22T21:30:43.747Z Compiling git-stub v1.0.0
26652026-05-22T21:30:43.826Z Compiling libxml v0.3.3
26662026-05-22T21:30:43.923Z Compiling diesel v2.3.7
26672026-05-22T21:30:43.986Z Compiling git-stub-vcs v0.1.0
26682026-05-22T21:30:44.018Z Compiling headers v0.4.1
26692026-05-22T21:30:44.150Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26702026-05-22T21:30:44.345Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26712026-05-22T21:30:44.587Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-22T21:30:44.987Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26732026-05-22T21:30:45.349Z Compiling strum_macros v0.24.3
26742026-05-22T21:30:45.462Z Compiling indoc v1.0.9
26752026-05-22T21:30:45.850Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-22T21:30:45.900Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26772026-05-22T21:30:46.088Z Compiling derive_builder v0.20.2
26782026-05-22T21:30:46.259Z Compiling oso-derive v0.27.3
26792026-05-22T21:30:46.599Z Compiling quick-xml v0.37.5
26802026-05-22T21:30:46.774Z Compiling impl-trait-for-tuples v0.2.3
26812026-05-22T21:30:47.175Z Compiling half v1.8.3
26822026-05-22T21:30:47.286Z Compiling openssl-probe v0.1.6
26832026-05-22T21:30:47.587Z Compiling serde_cbor v0.11.2
26842026-05-22T21:30:47.650Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-22T21:30:47.671Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26862026-05-22T21:30:47.884Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26872026-05-22T21:30:48.033Z Compiling bb8 v0.8.6
26882026-05-22T21:30:48.108Z Compiling trait-variant v0.1.2
26892026-05-22T21:30:48.201Z Compiling samael v0.0.19
26902026-05-22T21:30:48.429Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26912026-05-22T21:30:48.485Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26922026-05-22T21:30:48.589Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26932026-05-22T21:30:48.682Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-22T21:30:48.717Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-22T21:30:48.814Z Compiling fxhash v0.2.1
26962026-05-22T21:30:48.945Z Compiling salty v0.3.0
26972026-05-22T21:30:49.258Z Compiling progenitor-impl v0.11.2
26982026-05-22T21:30:49.304Z Compiling progenitor-impl v0.10.0
26992026-05-22T21:30:49.345Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27002026-05-22T21:30:49.436Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27012026-05-22T21:30:49.574Z Compiling kstat-rs v0.2.4
27022026-05-22T21:30:49.896Z Compiling libz-sys v1.1.24
27032026-05-22T21:30:49.976Z Compiling nonempty v0.12.0
27042026-05-22T21:30:50.060Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27052026-05-22T21:30:50.208Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27062026-05-22T21:30:50.260Z Compiling polar-core v0.27.3
27072026-05-22T21:30:51.454Z Compiling progenitor-macro v0.11.2
27082026-05-22T21:30:51.457Z Compiling progenitor-macro v0.10.0
27092026-05-22T21:30:52.651Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27102026-05-22T21:30:53.113Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27112026-05-22T21:30:53.770Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27122026-05-22T21:30:53.959Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27132026-05-22T21:30:54.533Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27142026-05-22T21:30:54.627Z Compiling progenitor-client v0.11.2
27152026-05-22T21:30:55.114Z Compiling darling_core v0.23.0
27162026-05-22T21:30:55.204Z Compiling nanorand v0.7.0
27172026-05-22T21:30:55.444Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27182026-05-22T21:30:55.559Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27192026-05-22T21:30:55.581Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27202026-05-22T21:30:57.347Z Compiling arc-swap v1.8.2
27212026-05-22T21:30:57.730Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27222026-05-22T21:30:59.266Z Compiling oso v0.27.3
27232026-05-22T21:30:59.799Z Compiling fs-err v2.11.0
27242026-05-22T21:30:59.986Z Compiling parking_lot_core v0.8.6
27252026-05-22T21:31:00.347Z Compiling mime_guess v2.0.5
27262026-05-22T21:31:00.456Z Compiling slog-scope v4.4.1
27272026-05-22T21:31:00.857Z Compiling darling_macro v0.23.0
27282026-05-22T21:31:01.369Z Compiling diesel-dtrace v0.5.0
27292026-05-22T21:31:01.720Z Compiling async-bb8-diesel v0.2.1
27302026-05-22T21:31:02.147Z Compiling progenitor v0.10.0
27312026-05-22T21:31:02.186Z Compiling progenitor v0.11.2
27322026-05-22T21:31:02.363Z Compiling flume v0.11.1
27332026-05-22T21:31:02.411Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27342026-05-22T21:31:02.762Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-22T21:31:03.525Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-22T21:31:04.508Z Compiling primeorder v0.13.6
27372026-05-22T21:31:04.687Z Compiling libgit2-sys v0.18.3+1.9.2
27382026-05-22T21:31:04.828Z Compiling instability v0.3.11
27392026-05-22T21:31:05.057Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27402026-05-22T21:31:05.215Z Compiling p384 v0.13.1
27412026-05-22T21:31:05.661Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27422026-05-22T21:31:06.319Z Compiling darling v0.23.0
27432026-05-22T21:31:06.470Z Compiling slog-stdlog v4.1.1
27442026-05-22T21:31:06.950Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27452026-05-22T21:31:06.955Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27462026-05-22T21:31:07.120Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27472026-05-22T21:31:07.171Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27482026-05-22T21:31:07.361Z Compiling ignore v0.4.25
27492026-05-22T21:31:07.382Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27502026-05-22T21:31:07.834Z Compiling castaway v0.2.4
27512026-05-22T21:31:07.994Z Compiling atty v0.2.14
27522026-05-22T21:31:08.147Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-22T21:31:08.370Z Compiling indoc v2.0.7
27542026-05-22T21:31:08.391Z Compiling http-range v0.1.5
27552026-05-22T21:31:08.731Z Compiling parse-size v1.1.0
27562026-05-22T21:31:08.842Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27572026-05-22T21:31:08.970Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27582026-05-22T21:31:09.419Z Compiling globwalk v0.9.1
27592026-05-22T21:31:09.533Z Compiling compact_str v0.8.1
27602026-05-22T21:31:10.135Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27612026-05-22T21:31:10.683Z Compiling parking_lot v0.11.2
27622026-05-22T21:31:10.686Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-22T21:31:11.628Z Compiling slog-envlogger v2.2.0
27642026-05-22T21:31:12.400Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-22T21:31:12.841Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27662026-05-22T21:31:13.025Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27672026-05-22T21:31:13.111Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27682026-05-22T21:31:13.147Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27692026-05-22T21:31:13.427Z Compiling predicates-tree v1.0.13
27702026-05-22T21:31:13.590Z Compiling unicode-truncate v1.1.0
27712026-05-22T21:31:13.813Z Compiling lru v0.12.5
27722026-05-22T21:31:13.836Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27732026-05-22T21:31:13.858Z Compiling rand_seeder v0.4.0
27742026-05-22T21:31:13.896Z Compiling prefix-trie v0.7.0
27752026-05-22T21:31:13.946Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27762026-05-22T21:31:14.041Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27772026-05-22T21:31:14.122Z Compiling vergen-git2 v1.0.7
27782026-05-22T21:31:14.300Z Compiling illumos-nvpair-sys v0.2.0
27792026-05-22T21:31:14.357Z Compiling corncobs v0.1.4
27802026-05-22T21:31:14.383Z Compiling cassowary v0.3.0
27812026-05-22T21:31:14.405Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-22T21:31:14.464Z Compiling hickory-server v0.25.2
27832026-05-22T21:31:14.576Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-22T21:31:14.639Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27852026-05-22T21:31:14.721Z Compiling ratatui v0.29.0
27862026-05-22T21:31:14.875Z Compiling camino-tempfile-ext v0.3.3
27872026-05-22T21:31:14.897Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-22T21:31:15.291Z Compiling hyper-staticfile v0.10.1
27892026-05-22T21:31:15.527Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27902026-05-22T21:31:15.960Z Compiling sled v0.34.7
27912026-05-22T21:31:16.398Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27922026-05-22T21:31:16.534Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27932026-05-22T21:31:17.086Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27942026-05-22T21:31:18.681Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27952026-05-22T21:31:18.913Z Compiling secrecy v0.8.0
27962026-05-22T21:31:19.112Z Compiling rustls v0.21.12
27972026-05-22T21:31:19.256Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-22T21:31:19.579Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27992026-05-22T21:31:19.991Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28002026-05-22T21:31:20.246Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28012026-05-22T21:31:20.382Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28022026-05-22T21:31:20.877Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28032026-05-22T21:31:21.718Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28042026-05-22T21:31:22.138Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28052026-05-22T21:31:22.717Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28062026-05-22T21:31:23.058Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28072026-05-22T21:31:23.283Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28082026-05-22T21:31:23.523Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28092026-05-22T21:31:23.757Z Compiling sct v0.7.1
28102026-05-22T21:31:23.964Z Compiling rustls-webpki v0.101.7
28112026-05-22T21:31:24.030Z Compiling nix v0.29.0
28122026-05-22T21:31:24.429Z Compiling dropshot v0.16.7
28132026-05-22T21:31:24.677Z Compiling void v1.0.2
28142026-05-22T21:31:24.806Z Compiling lzss v0.8.2
28152026-05-22T21:31:25.063Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28162026-05-22T21:31:25.118Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-22T21:31:25.306Z Compiling illumos-nvpair v0.3.0
28182026-05-22T21:31:25.789Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28192026-05-22T21:31:26.281Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28202026-05-22T21:31:26.495Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28212026-05-22T21:31:26.744Z Compiling tungstenite v0.23.0
28222026-05-22T21:31:27.030Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28232026-05-22T21:31:27.875Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28242026-05-22T21:31:28.024Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28252026-05-22T21:31:28.107Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28262026-05-22T21:31:28.259Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28272026-05-22T21:31:28.336Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28282026-05-22T21:31:28.486Z Compiling toml v0.9.12+spec-1.1.0
28292026-05-22T21:31:28.567Z Compiling nix v0.27.1
28302026-05-22T21:31:29.090Z Compiling dropshot_endpoint v0.16.7
28312026-05-22T21:31:29.145Z Compiling serde_bytes v0.11.19
28322026-05-22T21:31:29.458Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28332026-05-22T21:31:29.773Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-22T21:31:29.957Z Compiling tokio-tungstenite v0.23.1
28352026-05-22T21:31:30.358Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28362026-05-22T21:31:30.580Z Compiling git2 v0.20.4
28372026-05-22T21:31:32.671Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28382026-05-22T21:31:34.192Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28392026-05-22T21:31:35.116Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28402026-05-22T21:31:35.490Z Compiling tokio-rustls v0.24.1
28412026-05-22T21:31:35.729Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28422026-05-22T21:31:36.196Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28432026-05-22T21:31:36.247Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28442026-05-22T21:31:36.393Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28452026-05-22T21:31:36.422Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28462026-05-22T21:31:36.686Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28472026-05-22T21:31:37.362Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28482026-05-22T21:31:37.682Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28492026-05-22T21:31:38.219Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28502026-05-22T21:31:38.570Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28512026-05-22T21:31:39.077Z Compiling rustls-pemfile v1.0.4
28522026-05-22T21:31:39.146Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28532026-05-22T21:31:39.509Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28542026-05-22T21:31:39.533Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28552026-05-22T21:31:40.382Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28562026-05-22T21:31:40.569Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28572026-05-22T21:31:42.423Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28582026-05-22T21:31:42.537Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28592026-05-22T21:31:42.750Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28602026-05-22T21:31:42.782Z Compiling signal-hook-tokio v0.3.1
28612026-05-22T21:31:42.982Z Compiling twox-hash v2.1.2
28622026-05-22T21:31:43.209Z Compiling yasna v0.5.2
28632026-05-22T21:31:43.270Z Compiling is_ci v1.2.0
28642026-05-22T21:31:43.482Z Compiling supports-color v3.0.2
28652026-05-22T21:31:43.507Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28662026-05-22T21:31:43.776Z Compiling rcgen v0.12.1
28672026-05-22T21:31:44.437Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28682026-05-22T21:31:44.605Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28692026-05-22T21:31:44.771Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28702026-05-22T21:31:44.967Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28712026-05-22T21:31:45.321Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28722026-05-22T21:31:47.433Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28732026-05-22T21:31:48.172Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28742026-05-22T21:31:48.270Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28752026-05-22T21:31:49.277Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28762026-05-22T21:31:49.493Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28772026-05-22T21:31:49.516Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28782026-05-22T21:31:49.726Z Compiling fatfs v0.3.6
28792026-05-22T21:31:49.753Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28802026-05-22T21:31:49.844Z Compiling rtoolbox v0.0.3
28812026-05-22T21:31:50.130Z Compiling subprocess v0.2.15
28822026-05-22T21:31:50.955Z Compiling assert_matches v1.5.0
28832026-05-22T21:31:51.076Z Compiling seq-macro v0.3.6
28842026-05-22T21:31:51.121Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28852026-05-22T21:31:51.579Z Compiling rpassword v7.4.0
28862026-05-22T21:31:51.941Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-05-22T21:31:52.051Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28882026-05-22T21:31:52.375Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28892026-05-22T21:31:52.517Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28902026-05-22T21:31:53.164Z Compiling tui-tree-widget v0.23.1
28912026-05-22T21:31:53.441Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-05-22T21:31:53.468Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28932026-05-22T21:31:53.999Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28942026-05-22T21:31:54.732Z Compiling uzers v0.12.2
28952026-05-22T21:31:54.987Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-05-22T21:31:56.188Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-05-22T21:31:56.689Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-05-22T21:31:57.936Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-05-22T21:32:00.053Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-05-22T21:32:01.099Z Compiling support-bundle-viewer v0.1.2
29012026-05-22T21:32:02.278Z Compiling multimap v0.10.1
29022026-05-22T21:32:10.619Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-05-22T21:32:10.893Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-22T21:32:21.989Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29052026-05-22T21:32:24.165Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29062026-05-22T21:37:40.486Z Finished `release` profile [optimized] target(s) in 7m 31s
29072026-05-22T21:38:25.113Z
29082026-05-22T21:38:25.113Zreal 8:17.404337284
29092026-05-22T21:38:25.113Zuser 1:17:17.535972870
29102026-05-22T21:38:25.113Zsys 3:31.514680114
29112026-05-22T21:38:25.116Ztrap 1.736912465
29122026-05-22T21:38:25.116Ztflt 2.921254964
29132026-05-22T21:38:25.117Zdflt 16.143238078
29142026-05-22T21:38:25.117Zkflt 0.013634637
29152026-05-22T21:38:25.117Zlock 6:21:23.378716376
29162026-05-22T21:38:25.117Zslp 2:12:22.194427784
29172026-05-22T21:38:25.117Zlat 2:26.816660365
29182026-05-22T21:38:25.117Zstop 5:11.534617927
29192026-05-22T21:38:25.117Z+ mapfile -t packages
29202026-05-22T21:38:25.117Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29212026-05-22T21:38:26.110Z Finished `release` profile [optimized] target(s) in 0.98s
29222026-05-22T21:38:26.190Z Running `target/release/omicron-package -t test list-outputs`
29232026-05-22T21:38:26.247ZLogging to: /work/oxidecomputer/omicron/out/LOG
29242026-05-22T21:38:26.251Z+ ptime -m cargo build --locked --release -p xtask
29252026-05-22T21:38:26.787Z Compiling libc v0.2.185
29262026-05-22T21:38:26.787Z Compiling serde v1.0.228
29272026-05-22T21:38:26.787Z Compiling serde_core v1.0.228
29282026-05-22T21:38:26.790Z Compiling rustix v1.1.3
29292026-05-22T21:38:26.790Z Compiling bitflags v2.11.0
29302026-05-22T21:38:26.790Z Compiling serde_json v1.0.149
29312026-05-22T21:38:26.889Z Compiling num-traits v0.2.19
29322026-05-22T21:38:26.909Z Compiling syn v2.0.117
29332026-05-22T21:38:26.933Z Compiling smallvec v1.15.1
29342026-05-22T21:38:26.951Z Compiling indexmap v2.14.0
29352026-05-22T21:38:26.951Z Compiling usdt-impl v0.5.0
29362026-05-22T21:38:26.954Z Compiling syn v1.0.109
29372026-05-22T21:38:26.983Z Compiling log v0.4.29
29382026-05-22T21:38:26.986Z Compiling getrandom v0.4.1
29392026-05-22T21:38:27.126Z Compiling percent-encoding v2.3.2
29402026-05-22T21:38:27.237Z Compiling fs-err v3.3.0
29412026-05-22T21:38:27.251Z Compiling anyhow v1.0.102
29422026-05-22T21:38:27.347Z Compiling form_urlencoded v1.2.2
29432026-05-22T21:38:27.379Z Compiling once_cell v1.21.3
29442026-05-22T21:38:27.390Z Compiling heck v0.4.1
29452026-05-22T21:38:27.655Z Compiling errno v0.3.14
29462026-05-22T21:38:27.659Z Compiling thread-id v4.2.2
29472026-05-22T21:38:27.659Z Compiling memmap v0.7.0
29482026-05-22T21:38:27.902Z Compiling ordered-float v2.10.1
29492026-05-22T21:38:28.460Z Compiling proc-macro-error v1.0.4
29502026-05-22T21:38:28.673Z Compiling terminal_size v0.4.3
29512026-05-22T21:38:28.673Z Compiling tempfile v3.25.0
29522026-05-22T21:38:28.704Z Compiling tabled_derive v0.7.0
29532026-05-22T21:38:28.776Z Compiling clap_builder v4.5.60
29542026-05-22T21:38:28.776Z Compiling textwrap v0.16.2
29552026-05-22T21:38:28.907Z Compiling camino-tempfile v1.4.1
29562026-05-22T21:38:29.353Z Compiling tabled v0.15.0
29572026-05-22T21:38:29.435Z Compiling synstructure v0.13.2
29582026-05-22T21:38:29.435Z Compiling pest_generator v2.8.6
29592026-05-22T21:38:29.817Z Compiling serde_derive v1.0.228
29602026-05-22T21:38:29.817Z Compiling zerovec-derive v0.11.2
29612026-05-22T21:38:29.820Z Compiling displaydoc v0.2.5
29622026-05-22T21:38:29.820Z Compiling thiserror-impl v1.0.69
29632026-05-22T21:38:29.840Z Compiling zerocopy-derive v0.7.35
29642026-05-22T21:38:29.860Z Compiling zerofrom-derive v0.1.6
29652026-05-22T21:38:29.891Z Compiling yoke-derive v0.8.1
29662026-05-22T21:38:29.956Z Compiling pest_derive v2.8.6
29672026-05-22T21:38:30.392Z Compiling scroll_derive v0.12.1
29682026-05-22T21:38:30.504Z Compiling thiserror-impl v2.0.18
29692026-05-22T21:38:30.530Z Compiling clap_derive v4.5.55
29702026-05-22T21:38:30.658Z Compiling zerocopy v0.7.35
29712026-05-22T21:38:30.937Z Compiling zerofrom v0.1.6
29722026-05-22T21:38:30.942Z Compiling thiserror v1.0.69
29732026-05-22T21:38:31.052Z Compiling yoke v0.8.1
29742026-05-22T21:38:31.063Z Compiling scroll v0.12.0
29752026-05-22T21:38:31.078Z Compiling dtrace-parser v0.2.0
29762026-05-22T21:38:31.230Z Compiling zerovec v0.11.5
29772026-05-22T21:38:31.255Z Compiling zerotrie v0.2.3
29782026-05-22T21:38:31.380Z Compiling goblin v0.8.2
29792026-05-22T21:38:31.716Z Compiling thiserror v2.0.18
29802026-05-22T21:38:31.838Z Compiling tinystr v0.8.2
29812026-05-22T21:38:31.857Z Compiling potential_utf v0.1.4
29822026-05-22T21:38:32.511Z Compiling icu_locale_core v2.1.1
29832026-05-22T21:38:32.511Z Compiling icu_collections v2.1.1
29842026-05-22T21:38:32.511Z Compiling clap v4.5.60
29852026-05-22T21:38:32.830Z Compiling icu_provider v2.1.1
29862026-05-22T21:38:32.982Z Compiling serde_spanned v0.6.9
29872026-05-22T21:38:33.022Z Compiling toml_datetime v0.6.11
29882026-05-22T21:38:33.155Z Compiling icu_normalizer v2.1.1
29892026-05-22T21:38:33.255Z Compiling icu_properties v2.1.2
29902026-05-22T21:38:33.265Z Compiling toml_edit v0.22.27
29912026-05-22T21:38:33.390Z Compiling dof v0.3.0
29922026-05-22T21:38:33.414Z Compiling serde_tokenstream v0.2.3
29932026-05-22T21:38:33.452Z Compiling serde-value v0.7.0
29942026-05-22T21:38:33.559Z Compiling cargo-platform v0.2.0
29952026-05-22T21:38:33.735Z Compiling macaddr v1.0.1
29962026-05-22T21:38:34.155Z Compiling idna_adapter v1.2.1
29972026-05-22T21:38:34.194Z Compiling usdt-attr-macro v0.5.0
29982026-05-22T21:38:34.218Z Compiling usdt-macro v0.5.0
29992026-05-22T21:38:34.265Z Compiling idna v1.1.0
30002026-05-22T21:38:34.810Z Compiling url v2.5.8
30012026-05-22T21:38:34.825Z Compiling usdt v0.5.0
30022026-05-22T21:38:34.852Z Compiling toml v0.8.23
30032026-05-22T21:38:35.307Z Compiling cargo_toml v0.21.0
30042026-05-22T21:38:35.353Z Compiling cargo-util-schemas v0.8.2
30052026-05-22T21:38:36.416Z Compiling cargo_metadata v0.21.0
30062026-05-22T21:38:39.391Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30072026-05-22T21:38:42.421Z Finished `release` profile [optimized] target(s) in 16.16s
30082026-05-22T21:38:42.543Z
30092026-05-22T21:38:42.543Zreal 16.261626058
30102026-05-22T21:38:42.544Zuser 2:21.936048242
30112026-05-22T21:38:42.547Zsys 16.268165424
30122026-05-22T21:38:42.547Ztrap 0.098279450
30132026-05-22T21:38:42.547Ztflt 0.589860153
30142026-05-22T21:38:42.547Zdflt 1.409522907
30152026-05-22T21:38:42.547Zkflt 0.000037870
30162026-05-22T21:38:42.547Zlock 5:17.057896022
30172026-05-22T21:38:42.547Zslp 3:27.839100440
30182026-05-22T21:38:42.547Zlat 6.601779246
30192026-05-22T21:38:42.547Zstop 18.843084854
30202026-05-22T21:38:42.547Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30212026-05-22T21:38:42.547Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-22T21:38:42.547Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30232026-05-22T21:38:42.547Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-22T21:38:42.547Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30252026-05-22T21:38:43.508Z Compiling newtype-uuid-macros v0.1.0
30262026-05-22T21:38:43.511Z Compiling regress v0.10.5
30272026-05-22T21:38:43.511Z Compiling structmeta-derive v0.3.0
30282026-05-22T21:38:43.511Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30292026-05-22T21:38:43.511Z Compiling rustls v0.22.4
30302026-05-22T21:38:43.654Z Compiling rustls-webpki v0.102.8
30312026-05-22T21:38:43.657Z Compiling multer v3.1.0
30322026-05-22T21:38:43.657Z Compiling debug-ignore v1.0.5
30332026-05-22T21:38:43.670Z Compiling compression-core v0.4.31
30342026-05-22T21:38:43.673Z Compiling match_cfg v0.1.0
30352026-05-22T21:38:43.673Z Compiling slog-json v2.6.1
30362026-05-22T21:38:43.685Z Compiling async-stream-impl v0.3.6
30372026-05-22T21:38:43.688Z Compiling serde_spanned v1.0.4
30382026-05-22T21:38:43.753Z Compiling toml_datetime v1.0.0+spec-1.1.0
30392026-05-22T21:38:43.770Z Compiling dropshot v0.17.0
30402026-05-22T21:38:43.773Z Compiling toml_writer v1.0.6+spec-1.1.0
30412026-05-22T21:38:43.847Z Compiling hostname v0.3.1
30422026-05-22T21:38:43.851Z Compiling progenitor-client v0.14.0
30432026-05-22T21:38:43.937Z Compiling compression-codecs v0.4.37
30442026-05-22T21:38:43.941Z Compiling itertools v0.14.0
30452026-05-22T21:38:43.969Z Compiling waitgroup v0.1.2
30462026-05-22T21:38:43.986Z Compiling rustls-pemfile v2.2.0
30472026-05-22T21:38:44.078Z Compiling slog-bunyan v2.5.0
30482026-05-22T21:38:44.111Z Compiling toml v1.0.6+spec-1.1.0
30492026-05-22T21:38:44.165Z Compiling async-compression v0.4.41
30502026-05-22T21:38:44.199Z Compiling dropshot_endpoint v0.17.0
30512026-05-22T21:38:44.234Z Compiling serde_path_to_error v0.1.20
30522026-05-22T21:38:44.252Z Compiling hostname v0.4.2
30532026-05-22T21:38:44.256Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30542026-05-22T21:38:44.287Z Compiling macaddr v1.0.1
30552026-05-22T21:38:44.307Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30562026-05-22T21:38:44.345Z Compiling async-stream v0.3.6
30572026-05-22T21:38:44.410Z Compiling instant v0.1.13
30582026-05-22T21:38:44.432Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-22T21:38:44.449Z Compiling progenitor-client v0.10.0
30602026-05-22T21:38:44.468Z Compiling backon v1.6.0
30612026-05-22T21:38:44.506Z Compiling backoff v0.4.0
30622026-05-22T21:38:44.532Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-05-22T21:38:44.536Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30642026-05-22T21:38:44.564Z Compiling universal-hash v0.5.1
30652026-05-22T21:38:44.597Z Compiling unsafe-libyaml v0.2.11
30662026-05-22T21:38:44.614Z Compiling opaque-debug v0.3.1
30672026-05-22T21:38:44.689Z Compiling progenitor-extras v0.2.0
30682026-05-22T21:38:44.707Z Compiling half v2.7.1
30692026-05-22T21:38:44.722Z Compiling crucible-workspace-hack v0.1.0
30702026-05-22T21:38:44.739Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-22T21:38:44.754Z Compiling ciborium-io v0.2.2
30722026-05-22T21:38:44.772Z Compiling regress v0.11.1
30732026-05-22T21:38:44.863Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30742026-05-22T21:38:44.889Z Compiling convert_case v0.4.0
30752026-05-22T21:38:44.969Z Compiling structmeta v0.3.0
30762026-05-22T21:38:44.988Z Compiling ciborium-ll v0.2.2
30772026-05-22T21:38:45.007Z Compiling aead v0.5.2
30782026-05-22T21:38:45.029Z Compiling secrecy v0.10.3
30792026-05-22T21:38:45.045Z Compiling poly1305 v0.8.0
30802026-05-22T21:38:45.101Z Compiling chacha20 v0.9.1
30812026-05-22T21:38:45.146Z Compiling serde_yaml v0.9.34+deprecated
30822026-05-22T21:38:45.202Z Compiling ciborium v0.2.2
30832026-05-22T21:38:45.219Z Compiling derive-ex v0.1.8
30842026-05-22T21:38:45.237Z Compiling parse-display-derive v0.10.0
30852026-05-22T21:38:45.241Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30862026-05-22T21:38:45.273Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-05-22T21:38:45.289Z Compiling derive_more v0.99.20
30882026-05-22T21:38:45.369Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-22T21:38:45.385Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-22T21:38:45.462Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30912026-05-22T21:38:45.491Z Compiling byte-wrapper v0.1.0
30922026-05-22T21:38:45.657Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30932026-05-22T21:38:45.717Z Compiling password-hash v0.5.0
30942026-05-22T21:38:45.739Z Compiling blake2 v0.10.6
30952026-05-22T21:38:45.810Z Compiling chacha20poly1305 v0.10.1
30962026-05-22T21:38:45.827Z Compiling indent_write v2.2.0
30972026-05-22T21:38:45.868Z Compiling heapless v0.8.0
30982026-05-22T21:38:45.980Z Compiling tokio-rustls v0.25.0
30992026-05-22T21:38:45.996Z Compiling argon2 v0.5.3
31002026-05-22T21:38:46.025Z Compiling ingot-macros v0.1.1
31012026-05-22T21:38:46.155Z Compiling tabwriter v1.4.1
31022026-05-22T21:38:46.322Z Compiling typify-impl v0.6.2
31032026-05-22T21:38:46.416Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31042026-05-22T21:38:46.432Z Compiling toml_edit v0.23.10+spec-1.0.0
31052026-05-22T21:38:46.609Z Compiling thiserror-no-std v2.0.2
31062026-05-22T21:38:46.631Z Compiling num-rational v0.4.2
31072026-05-22T21:38:46.704Z Compiling vsss-rs v3.3.4
31082026-05-22T21:38:46.720Z Compiling hash32 v0.3.1
31092026-05-22T21:38:46.907Z Compiling num-complex v0.4.6
31102026-05-22T21:38:46.982Z Compiling test-strategy v0.4.5
31112026-05-22T21:38:47.010Z Compiling parse-display v0.10.0
31122026-05-22T21:38:47.062Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-05-22T21:38:47.212Z Compiling smoltcp v0.11.0
31142026-05-22T21:38:47.244Z Compiling proc-macro-crate v3.4.0
31152026-05-22T21:38:47.323Z Compiling num v0.4.3
31162026-05-22T21:38:47.339Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31172026-05-22T21:38:47.415Z Compiling atomicwrites v0.4.4
31182026-05-22T21:38:47.449Z Compiling cobs v0.3.0
31192026-05-22T21:38:47.475Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31202026-05-22T21:38:47.536Z Compiling colored v3.1.1
31212026-05-22T21:38:47.613Z Compiling float-ord v0.3.2
31222026-05-22T21:38:47.629Z Compiling postcard v1.1.3
31232026-05-22T21:38:47.677Z Compiling proc-macro-error v1.0.4
31242026-05-22T21:38:47.718Z Compiling proc-macro-crate v1.3.1
31252026-05-22T21:38:47.811Z Compiling foreign-types-macros v0.2.3
31262026-05-22T21:38:47.832Z Compiling num_enum_derive v0.7.5
31272026-05-22T21:38:47.851Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31282026-05-22T21:38:47.914Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31292026-05-22T21:38:47.931Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-22T21:38:48.001Z Compiling foreign-types-shared v0.3.1
31312026-05-22T21:38:48.018Z Compiling cpufeatures v0.3.0
31322026-05-22T21:38:48.072Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31332026-05-22T21:38:48.109Z Compiling rayon-core v1.13.0
31342026-05-22T21:38:48.127Z Compiling chacha20 v0.10.0
31352026-05-22T21:38:48.169Z Compiling num_enum_derive v0.5.11
31362026-05-22T21:38:48.221Z Compiling toml v0.8.23
31372026-05-22T21:38:48.294Z Compiling crossbeam-deque v0.8.6
31382026-05-22T21:38:48.313Z Compiling camino-tempfile v1.4.1
31392026-05-22T21:38:48.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31402026-05-22T21:38:48.371Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31412026-05-22T21:38:48.456Z Compiling foreign-types v0.5.0
31422026-05-22T21:38:48.472Z Compiling cstr-argument v0.1.2
31432026-05-22T21:38:48.517Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31442026-05-22T21:38:48.548Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-05-22T21:38:48.580Z Compiling rand v0.10.0
31462026-05-22T21:38:48.660Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-22T21:38:48.758Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31482026-05-22T21:38:48.894Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-05-22T21:38:48.908Z Compiling zone_cfg_derive v0.3.1
31502026-05-22T21:38:48.953Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-05-22T21:38:48.970Z Compiling ingot-types v0.1.2
31522026-05-22T21:38:48.987Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31532026-05-22T21:38:49.006Z Compiling num_enum v0.7.5
31542026-05-22T21:38:49.044Z Compiling rayon v1.11.0
31552026-05-22T21:38:49.110Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-05-22T21:38:49.129Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31572026-05-22T21:38:49.146Z Compiling itertools v0.12.1
31582026-05-22T21:38:49.164Z Compiling num-derive v0.4.2
31592026-05-22T21:38:49.194Z Compiling sigpipe v0.1.3
31602026-05-22T21:38:49.215Z Compiling glob v0.3.3
31612026-05-22T21:38:49.321Z Compiling prettyplease v0.2.37
31622026-05-22T21:38:49.339Z Compiling num_enum v0.5.11
31632026-05-22T21:38:49.361Z Compiling ingot v0.1.1
31642026-05-22T21:38:49.419Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31652026-05-22T21:38:49.486Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31662026-05-22T21:38:49.582Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31672026-05-22T21:38:49.601Z Compiling smf v0.2.3
31682026-05-22T21:38:49.616Z Compiling whoami v1.6.1
31692026-05-22T21:38:49.668Z Compiling usdt-macro v0.5.0
31702026-05-22T21:38:49.821Z Compiling gethostname v0.5.0
31712026-05-22T21:38:49.849Z Compiling usdt-attr-macro v0.5.0
31722026-05-22T21:38:49.935Z Compiling memmap v0.7.0
31732026-05-22T21:38:49.973Z Compiling derive-where v1.6.0
31742026-05-22T21:38:49.989Z Compiling progenitor-client v0.13.0
31752026-05-22T21:38:50.151Z Compiling resolv-conf v0.7.6
31762026-05-22T21:38:50.167Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31772026-05-22T21:38:50.167Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-22T21:38:50.344Z Compiling zone v0.3.1
31792026-05-22T21:38:50.363Z Compiling cancel-safe-futures v0.1.5
31802026-05-22T21:38:50.404Z Compiling owo-colors v4.3.0
31812026-05-22T21:38:50.471Z Compiling libsw-core v0.3.2
31822026-05-22T21:38:50.520Z Compiling console v0.15.11
31832026-05-22T21:38:50.580Z Compiling hickory-proto v0.24.4
31842026-05-22T21:38:50.673Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-05-22T21:38:50.690Z Compiling usdt v0.5.0
31862026-05-22T21:38:50.846Z Compiling libsw v3.5.0
31872026-05-22T21:38:50.869Z Compiling newline-converter v0.3.0
31882026-05-22T21:38:50.890Z Compiling libefi-sys v0.1.0
31892026-05-22T21:38:50.976Z Compiling typify-macro v0.6.2
31902026-05-22T21:38:50.976Z Compiling linear-map v1.2.0
31912026-05-22T21:38:51.009Z Compiling linked-hash-map v0.5.6
31922026-05-22T21:38:51.027Z Compiling expectorate v1.2.0
31932026-05-22T21:38:51.056Z Compiling git-stub v1.0.0
31942026-05-22T21:38:51.060Z Compiling bitfield-struct v0.6.2
31952026-05-22T21:38:51.131Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-22T21:38:51.153Z Compiling semver v0.1.20
31972026-05-22T21:38:51.206Z Compiling lru-cache v0.1.2
31982026-05-22T21:38:51.241Z Compiling git-stub-vcs v0.1.0
31992026-05-22T21:38:51.313Z Compiling tokio-dtrace v0.1.1
32002026-05-22T21:38:51.347Z Compiling rustc_version v0.1.7
32012026-05-22T21:38:51.350Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-22T21:38:51.379Z Compiling slog-dtrace v0.3.0
32032026-05-22T21:38:51.397Z Compiling minimal-lexical v0.2.1
32042026-05-22T21:38:51.449Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32052026-05-22T21:38:51.472Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32062026-05-22T21:38:51.551Z Compiling oxide-tokio-rt v0.1.4
32072026-05-22T21:38:51.607Z Compiling newtype_derive v0.1.6
32082026-05-22T21:38:51.639Z Compiling nom v7.1.3
32092026-05-22T21:38:51.642Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32102026-05-22T21:38:51.642Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-22T21:38:51.689Z Compiling typify-impl v0.4.3
32122026-05-22T21:38:51.693Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32132026-05-22T21:38:51.723Z Compiling phf_shared v0.12.1
32142026-05-22T21:38:51.782Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-22T21:38:51.822Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-22T21:38:51.838Z Compiling csv-core v0.1.13
32172026-05-22T21:38:51.864Z Compiling highway v1.3.0
32182026-05-22T21:38:51.882Z Compiling chrono-tz v0.10.4
32192026-05-22T21:38:51.921Z Compiling xshell-macros v0.2.7
32202026-05-22T21:38:52.106Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32212026-05-22T21:38:52.127Z Compiling const_format_proc_macros v0.2.34
32222026-05-22T21:38:52.251Z Compiling csv v1.4.0
32232026-05-22T21:38:52.267Z Compiling phf v0.12.1
32242026-05-22T21:38:52.337Z Compiling xshell v0.2.7
32252026-05-22T21:38:52.353Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32262026-05-22T21:38:52.450Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32272026-05-22T21:38:52.520Z Compiling primeorder v0.13.6
32282026-05-22T21:38:52.757Z Compiling hickory-resolver v0.24.4
32292026-05-22T21:38:52.806Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-22T21:38:52.823Z Compiling tabled_derive v0.7.0
32312026-05-22T21:38:52.839Z Compiling typify v0.6.2
32322026-05-22T21:38:52.880Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32332026-05-22T21:38:52.962Z Compiling progenitor-impl v0.14.0
32342026-05-22T21:38:52.979Z Compiling progenitor-impl v0.13.0
32352026-05-22T21:38:52.997Z Compiling const_format v0.2.35
32362026-05-22T21:38:53.031Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32372026-05-22T21:38:53.129Z Compiling bcs v0.1.6
32382026-05-22T21:38:53.336Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-05-22T21:38:53.478Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-05-22T21:38:53.553Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-05-22T21:38:53.643Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32422026-05-22T21:38:53.856Z Compiling qorb v0.4.1
32432026-05-22T21:38:53.873Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32442026-05-22T21:38:53.889Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452026-05-22T21:38:53.908Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32462026-05-22T21:38:54.120Z Compiling tagptr v0.2.0
32472026-05-22T21:38:54.168Z Compiling salty v0.3.0
32482026-05-22T21:38:54.308Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-22T21:38:54.410Z Compiling termtree v0.5.1
32502026-05-22T21:38:54.444Z Compiling textwrap v0.16.2
32512026-05-22T21:38:54.612Z Compiling moka v0.12.13
32522026-05-22T21:38:54.634Z Compiling tabled v0.15.0
32532026-05-22T21:38:54.716Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32542026-05-22T21:38:54.963Z Compiling steno v0.4.1
32552026-05-22T21:38:54.981Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32562026-05-22T21:38:55.074Z Compiling base64 v0.21.7
32572026-05-22T21:38:55.094Z Compiling humantime v2.3.0
32582026-05-22T21:38:55.158Z Compiling radium v0.7.0
32592026-05-22T21:38:55.394Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-05-22T21:38:55.415Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32612026-05-22T21:38:55.442Z Compiling hickory-resolver v0.25.2
32622026-05-22T21:38:55.498Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32632026-05-22T21:38:55.657Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-22T21:38:55.681Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-22T21:38:55.730Z Compiling progenitor-macro v0.14.0
32662026-05-22T21:38:55.786Z Compiling progenitor-macro v0.13.0
32672026-05-22T21:38:55.905Z Compiling p384 v0.13.1
32682026-05-22T21:38:55.942Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-22T21:38:56.133Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-05-22T21:38:56.151Z Compiling maybe-uninit v2.0.0
32712026-05-22T21:38:56.315Z Compiling typify-macro v0.4.3
32722026-05-22T21:38:56.434Z Compiling tap v1.0.1
32732026-05-22T21:38:56.514Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32742026-05-22T21:38:56.560Z Compiling wyz v0.5.1
32752026-05-22T21:38:56.580Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32762026-05-22T21:38:56.763Z Compiling proc-macro-error-attr2 v2.0.0
32772026-05-22T21:38:56.786Z Compiling funty v2.0.0
32782026-05-22T21:38:56.941Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32792026-05-22T21:38:57.043Z Compiling packed_struct v0.10.1
32802026-05-22T21:38:57.171Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-05-22T21:38:57.189Z Compiling utf-8 v0.7.6
32822026-05-22T21:38:57.206Z Compiling parking_lot_core v0.8.6
32832026-05-22T21:38:57.307Z Compiling proc-macro-error2 v2.0.1
32842026-05-22T21:38:57.354Z Compiling tungstenite v0.21.0
32852026-05-22T21:38:57.401Z Compiling bitvec v1.0.1
32862026-05-22T21:38:57.418Z Compiling polyval v0.6.2
32872026-05-22T21:38:57.453Z Compiling num-derive v0.3.3
32882026-05-22T21:38:57.512Z Compiling packed_struct_codegen v0.10.1
32892026-05-22T21:38:57.527Z Compiling zerocopy-derive v0.6.6
32902026-05-22T21:38:57.545Z Compiling bitfield-macros v0.19.4
32912026-05-22T21:38:57.658Z Compiling indexmap v1.9.3
32922026-05-22T21:38:57.694Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-05-22T21:38:57.893Z Compiling nodrop v0.1.14
32942026-05-22T21:38:57.914Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-22T21:38:57.993Z Compiling crc-catalog v2.4.0
32962026-05-22T21:38:58.017Z Compiling array-init v0.0.4
32972026-05-22T21:38:58.118Z Compiling crc v3.4.0
32982026-05-22T21:38:58.140Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32992026-05-22T21:38:58.157Z Compiling typify v0.4.3
33002026-05-22T21:38:58.265Z Compiling progenitor-impl v0.11.2
33012026-05-22T21:38:58.313Z Compiling bitfield v0.19.4
33022026-05-22T21:38:58.352Z Compiling tokio-tungstenite v0.21.0
33032026-05-22T21:38:58.373Z Compiling tabled_derive v0.11.0
33042026-05-22T21:38:58.400Z Compiling ghash v0.5.1
33052026-05-22T21:38:58.419Z Compiling libscf-sys v1.1.0
33062026-05-22T21:38:58.453Z Compiling zerocopy v0.6.6
33072026-05-22T21:38:58.583Z Compiling smallvec v0.6.14
33082026-05-22T21:38:58.658Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33092026-05-22T21:38:58.706Z Compiling papergrid v0.17.0
33102026-05-22T21:38:58.864Z Compiling testing_table v0.3.0
33112026-05-22T21:38:58.894Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33122026-05-22T21:38:58.934Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33132026-05-22T21:38:58.949Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-22T21:38:59.055Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33152026-05-22T21:38:59.137Z Compiling ctr v0.9.2
33162026-05-22T21:38:59.229Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33172026-05-22T21:38:59.271Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33182026-05-22T21:38:59.292Z Compiling unicase v2.9.0
33192026-05-22T21:38:59.386Z Compiling corncobs v0.1.4
33202026-05-22T21:38:59.475Z Compiling hashbrown v0.12.3
33212026-05-22T21:38:59.504Z Compiling illumos-nvpair-sys v0.2.0
33222026-05-22T21:38:59.536Z Compiling mime_guess v2.0.5
33232026-05-22T21:38:59.575Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-22T21:38:59.654Z Compiling aes-gcm v0.10.3
33252026-05-22T21:38:59.691Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33262026-05-22T21:38:59.712Z Compiling tabled v0.20.0
33272026-05-22T21:38:59.751Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-22T21:38:59.871Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33292026-05-22T21:39:00.008Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33302026-05-22T21:39:00.022Z Compiling parking_lot v0.11.2
33312026-05-22T21:39:00.138Z Compiling serde-hex v0.1.0
33322026-05-22T21:39:00.230Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33332026-05-22T21:39:00.441Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33342026-05-22T21:39:00.476Z Compiling progenitor-impl v0.10.0
33352026-05-22T21:39:00.500Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33362026-05-22T21:39:00.586Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-22T21:39:00.691Z Compiling ron v0.8.1
33382026-05-22T21:39:00.800Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-22T21:39:00.895Z Compiling hashbrown v0.13.2
33402026-05-22T21:39:00.913Z Compiling progenitor v0.14.0
33412026-05-22T21:39:00.978Z Compiling progenitor v0.13.0
33422026-05-22T21:39:01.036Z Compiling progenitor-macro v0.11.2
33432026-05-22T21:39:01.093Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-05-22T21:39:01.153Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-22T21:39:01.436Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33462026-05-22T21:39:01.454Z Compiling progenitor-client v0.11.2
33472026-05-22T21:39:01.557Z Compiling ssh-encoding v0.2.0
33482026-05-22T21:39:01.690Z Compiling prefix-trie v0.7.0
33492026-05-22T21:39:01.799Z Compiling blowfish v0.9.1
33502026-05-22T21:39:01.816Z Compiling fxhash v0.2.1
33512026-05-22T21:39:01.850Z Compiling secrecy v0.8.0
33522026-05-22T21:39:01.908Z Compiling crc-any v2.5.0
33532026-05-22T21:39:01.987Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-05-22T21:39:02.030Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33552026-05-22T21:39:02.072Z Compiling hickory-server v0.25.2
33562026-05-22T21:39:02.112Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33572026-05-22T21:39:02.193Z Compiling bcrypt-pbkdf v0.10.0
33582026-05-22T21:39:02.246Z Compiling sled v0.34.7
33592026-05-22T21:39:02.282Z Compiling ssh-cipher v0.2.0
33602026-05-22T21:39:02.303Z Compiling object v0.30.4
33612026-05-22T21:39:02.529Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33622026-05-22T21:39:02.871Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33632026-05-22T21:39:02.904Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-05-22T21:39:03.133Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33652026-05-22T21:39:03.259Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33662026-05-22T21:39:03.542Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33672026-05-22T21:39:03.815Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33682026-05-22T21:39:03.941Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33692026-05-22T21:39:03.958Z Compiling progenitor-macro v0.10.0
33702026-05-22T21:39:04.253Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-22T21:39:04.276Z Compiling password-hash v0.4.2
33722026-05-22T21:39:04.357Z Compiling path-slash v0.1.5
33732026-05-22T21:39:04.526Z Compiling crc8 v0.1.1
33742026-05-22T21:39:04.677Z Compiling http-range v0.1.5
33752026-05-22T21:39:04.708Z Compiling half v1.8.3
33762026-05-22T21:39:04.894Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33772026-05-22T21:39:05.002Z Compiling serde_cbor v0.11.2
33782026-05-22T21:39:05.057Z Compiling pbkdf2 v0.11.0
33792026-05-22T21:39:05.198Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33802026-05-22T21:39:05.306Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-05-22T21:39:05.373Z Compiling illumos-nvpair v0.3.0
33822026-05-22T21:39:05.608Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-05-22T21:39:05.638Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33842026-05-22T21:39:05.862Z Compiling ssh-key v0.6.7
33852026-05-22T21:39:06.043Z Compiling progenitor v0.11.2
33862026-05-22T21:39:06.158Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33872026-05-22T21:39:06.199Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-22T21:39:06.231Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-22T21:39:06.251Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33902026-05-22T21:39:06.388Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33912026-05-22T21:39:06.478Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33922026-05-22T21:39:06.522Z Compiling p256 v0.13.2
33932026-05-22T21:39:06.665Z Compiling p521 v0.13.3
33942026-05-22T21:39:06.702Z Compiling yasna v0.5.2
33952026-05-22T21:39:06.814Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-22T21:39:06.920Z Compiling kstat-rs v0.2.4
33972026-05-22T21:39:06.952Z Compiling headers-core v0.3.0
33982026-05-22T21:39:07.111Z Compiling nanorand v0.7.0
33992026-05-22T21:39:07.146Z Compiling atty v0.2.14
34002026-05-22T21:39:07.174Z Compiling russh-cryptovec v0.7.3
34012026-05-22T21:39:07.247Z Compiling md5 v0.7.0
34022026-05-22T21:39:07.286Z Compiling home v0.5.12
34032026-05-22T21:39:07.303Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34042026-05-22T21:39:07.391Z Compiling flume v0.11.1
34052026-05-22T21:39:07.428Z Compiling russh-keys v0.45.0
34062026-05-22T21:39:07.444Z Compiling rcgen v0.12.1
34072026-05-22T21:39:07.458Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-22T21:39:07.495Z Compiling headers v0.4.1
34092026-05-22T21:39:07.544Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34102026-05-22T21:39:07.600Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34112026-05-22T21:39:07.679Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-22T21:39:07.735Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-22T21:39:07.801Z Compiling hyper-staticfile v0.10.1
34142026-05-22T21:39:08.020Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34152026-05-22T21:39:08.159Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34162026-05-22T21:39:08.277Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-05-22T21:39:08.352Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34182026-05-22T21:39:08.372Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-22T21:39:08.404Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-22T21:39:08.583Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34212026-05-22T21:39:08.637Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34222026-05-22T21:39:08.717Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34232026-05-22T21:39:08.785Z Compiling num-bigint v0.4.6
34242026-05-22T21:39:08.906Z Compiling des v0.8.1
34252026-05-22T21:39:09.012Z Compiling subprocess v0.2.15
34262026-05-22T21:39:09.052Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34272026-05-22T21:39:09.071Z Compiling progenitor v0.10.0
34282026-05-22T21:39:09.107Z Compiling display-error-chain v0.2.2
34292026-05-22T21:39:09.131Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-05-22T21:39:09.149Z Compiling hex-literal v0.4.1
34312026-05-22T21:39:09.190Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-22T21:39:09.257Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34332026-05-22T21:39:09.280Z Compiling colored v2.2.0
34342026-05-22T21:39:09.296Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-05-22T21:39:09.458Z Compiling socket2 v0.5.10
34362026-05-22T21:39:09.503Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-22T21:39:09.566Z Compiling internet-checksum v0.2.1
34382026-05-22T21:39:10.039Z Compiling russh v0.45.0
34392026-05-22T21:39:10.204Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-22T21:39:10.262Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-22T21:39:12.591Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34422026-05-22T21:39:12.802Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34432026-05-22T21:39:13.459Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34442026-05-22T21:39:13.927Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34452026-05-22T21:39:15.283Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34462026-05-22T21:39:23.349Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34472026-05-22T21:39:23.349Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34482026-05-22T21:39:23.352Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34492026-05-22T21:39:23.352Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34502026-05-22T21:39:25.090Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34512026-05-22T21:39:25.148Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-05-22T21:39:29.291Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34532026-05-22T21:40:08.630Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34542026-05-22T21:40:08.864Z
34552026-05-22T21:40:08.864Zreal 1:26.251348702
34562026-05-22T21:40:08.864Zuser 8:14.773244186
34572026-05-22T21:40:08.864Zsys 1:40.292931030
34582026-05-22T21:40:08.864Ztrap 0.258853043
34592026-05-22T21:40:08.864Ztflt 0.548908502
34602026-05-22T21:40:08.864Zdflt 1.630254126
34612026-05-22T21:40:08.864Zkflt 0.000252140
34622026-05-22T21:40:08.864Zlock 29:26.328238760
34632026-05-22T21:40:08.864Zslp 19:11.564824344
34642026-05-22T21:40:08.864Zlat 40.853413193
34652026-05-22T21:40:08.864Zstop 2:46.990650048
34662026-05-22T21:40:08.868Z+ mkdir tests
34672026-05-22T21:40:08.868Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34682026-05-22T21:40:08.868Z+ xargs -I '{}' -t cp '{}' tests/
34692026-05-22T21:40:08.941Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34702026-05-22T21:40:08.961Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34712026-05-22T21:40:08.983Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34722026-05-22T21:40:09.005Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34732026-05-22T21:40:09.232Z+ 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)
34742026-05-22T21:40:09.236Z+ 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-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 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
34752026-05-22T21:41:28.615ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34762026-05-22T21:41:28.615Za .github/buildomat/ci-env.sh 1K
34772026-05-22T21:41:28.615Za out/target/test 1K
34782026-05-22T21:41:28.615Za out/npuzone/npuzone 27402K
34792026-05-22T21:41:28.615Za package-manifest.toml 35K
34802026-05-22T21:41:28.615Za smf/sled-agent/non-gimlet/config.toml 6K
34812026-05-22T21:41:28.615Za target/release/omicron-package 45999K
34822026-05-22T21:41:28.615Za target/release/xtask 11449K
34832026-05-22T21:41:28.615Za target/debug/bootstrap 352329K
34842026-05-22T21:41:28.615Za tests/bootstrap-54eb8cb4fad452e9 31215K
34852026-05-22T21:41:28.615Za tests/commtest-e57ddec93a65e07d 32300K
34862026-05-22T21:41:28.615Za tests/dhcp_server-b3d54b1df50298e7 31215K
34872026-05-22T21:41:28.615Za tests/end_to_end_tests-b20bfc9b29c19962 394109K
34882026-05-22T21:41:28.615Za tools/opte_version 1K
34892026-05-22T21:41:28.615Za tools/opte_version_override 2K
34902026-05-22T21:41:28.615Za out/clickhouse.tar.gz 319625K
34912026-05-22T21:41:28.615Za out/clickhouse_keeper.tar.gz 304978K
34922026-05-22T21:41:28.615Za out/clickhouse_server.tar.gz 319623K
34932026-05-22T21:41:28.616Za out/cockroachdb.tar.gz 165159K
34942026-05-22T21:41:28.616Za out/crucible-pantry-zone.tar.gz 44198K
34952026-05-22T21:41:28.616Za out/crucible-utils.tar 17744K
34962026-05-22T21:41:28.616Za out/crucible-zone.tar.gz 58336K
34972026-05-22T21:41:28.616Za out/external-dns.tar.gz 50336K
34982026-05-22T21:41:28.616Za out/internal-dns.tar.gz 50335K
34992026-05-22T21:41:28.616Za out/mg-ddm-gz.tar 95141K
35002026-05-22T21:41:28.616Za out/nexus.tar.gz 220692K
35012026-05-22T21:41:28.616Za out/ntp.tar.gz 32158K
35022026-05-22T21:41:28.616Za out/omicron-gateway-softnpu.tar.gz 29750K
35032026-05-22T21:41:28.616Za out/omicron-sled-agent.tar 205646K
35042026-05-22T21:41:28.616Za out/overlay.tar.gz 3K
35052026-05-22T21:41:28.616Za out/oximeter.tar.gz 67421K
35062026-05-22T21:41:28.616Za out/oxlog.tar 3782K
35072026-05-22T21:41:28.616Za out/probe.tar.gz 3037K
35082026-05-22T21:41:28.616Za out/propolis-server.tar.gz 38727K
35092026-05-22T21:41:28.616Za out/pumpkind-gz.tar 26647K
35102026-05-22T21:41:28.616Za out/switch-softnpu.tar.gz 397091K
35112026-05-22T21:41:28.620Z
35122026-05-22T21:41:28.620Zreal 1:19.379814963
35132026-05-22T21:41:28.620Zuser 1:16.681471604
35142026-05-22T21:41:28.620Zsys 4.456984493
35152026-05-22T21:41:28.620Ztrap 0.006897710
35162026-05-22T21:41:28.621Ztflt 0.000000000
35172026-05-22T21:41:28.621Zdflt 0.000000000
35182026-05-22T21:41:28.621Zkflt 0.000000000
35192026-05-22T21:41:28.621Zlock 0.000000000
35202026-05-22T21:41:28.621Zslp 1:16.618560558
35212026-05-22T21:41:28.621Zlat 0.989676622
35222026-05-22T21:41:28.621Zstop 0.000221960
35232026-05-22T21:41:28.621Zprocess exited: duration 910034 ms, exit code 0
 
35242026-05-22T21:41:28.636Zfound 1 output files
35252026-05-22T21:41:28.648Zuploading: /work/package.tar.gz (2447864938 bytes)
35262026-05-22T21:41:56.924Zuploaded: /work/package.tar.gz