01KSKBQXHH5ZZNH2ZMSE5JA0S5: 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: 01KSKBSDWAKMXRRGJ0YC60ZXV8

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-27T00:02:36.793Zjob assigned to worker 01KSKBSP36B21S8N0NF0A137HV [factory aws, i-0e9afc0ca0d4d19a4] (queued for 52 s)
 
22026-05-27T00:02:44.476Zstarting task 0: "setup"
32026-05-27T00:02:44.482Z++ uname -s
42026-05-27T00:02:44.485Z+ kern=SunOS
52026-05-27T00:02:44.485Z+ build_user=build
62026-05-27T00:02:44.485Z+ build_uid=12345
72026-05-27T00:02:44.485Z+ work_dir=/work
82026-05-27T00:02:44.485Z+ input_dir=/input
92026-05-27T00:02:44.485Z+ [[ 0 == 12345 ]]
102026-05-27T00:02:44.485Z+ case "$kern" in
112026-05-27T00:02:44.485Z+ groupadd -g 12345 build
122026-05-27T00:02:44.495Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-27T00:02:46.504Z+ zfs create -o mountpoint=/work rpool/work
142026-05-27T00:02:46.581Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-27T00:02:46.583Z+ home_fs=zfs
162026-05-27T00:02:46.583Z+ [[ zfs == autofs ]]
172026-05-27T00:02:46.583Z+ mkdir -p /home/build
182026-05-27T00:02:46.586Z+ chown build:build /home/build /work
192026-05-27T00:02:48.587Z+ chmod 0700 /home/build /work
202026-05-27T00:02:48.590Zprocess exited: duration 4117 ms, exit code 0
 
212026-05-27T00:02:48.598Zstarting task 1: "rust-toolchain"
222026-05-27T00:02:48.602Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-27T00:02:48.602Z * rust toolchain channel = "1.94.0"
242026-05-27T00:02:48.602Z * rust toolchain profile = "default"
252026-05-27T00:02:48.602Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-27T00:02:48.602Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-27T00:02:48.602Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-27T00:02:48.605Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-27T00:02:48.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-27T00:02:48.705Zinfo: downloading installer
312026-05-27T00:02:50.145Zwarn: It looks like you have an existing rustup settings file at:
322026-05-27T00:02:50.145Zwarn: /home/build/.rustup/settings.toml
332026-05-27T00:02:50.145Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-27T00:02:50.145Zwarn: instead of the one inferred from the default host triple.
352026-05-27T00:02:50.158Zinfo: profile set to default
362026-05-27T00:02:50.158Zinfo: default host triple is x86_64-unknown-illumos
372026-05-27T00:02:50.161Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-27T00:02:50.298Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-27T00:02:50.302Zinfo: downloading 6 components
402026-05-27T00:03:05.041Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-27T00:03:05.041Z
422026-05-27T00:03:05.070Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-27T00:03:05.070Z
442026-05-27T00:03:05.070Z
452026-05-27T00:03:05.070ZRust is installed now. Great!
462026-05-27T00:03:05.070Z
472026-05-27T00:03:05.074ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-27T00:03:05.074Zenvironment variable. This has not been done automatically.
492026-05-27T00:03:05.074Z
502026-05-27T00:03:05.074ZTo configure your current shell, you need to source
512026-05-27T00:03:05.074Zthe corresponding env file under $HOME/.cargo.
522026-05-27T00:03:05.074Z
532026-05-27T00:03:05.074ZThis is usually done by running one of the following (note the leading DOT):
542026-05-27T00:03:05.074Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-27T00:03:05.074Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-27T00:03:05.074Zsource "~/.cargo/env.nu" # For nushell
572026-05-27T00:03:05.074Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-27T00:03:05.074Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-27T00:03:05.074Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-27T00:03:05.074Zwarn: no default linker (`cc`) was found in your PATH
612026-05-27T00:03:05.074Zwarn: many Rust crates require a system C toolchain to build
622026-05-27T00:03:05.176Z+ rustup --version
632026-05-27T00:03:05.180Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-27T00:03:05.184Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-27T00:03:05.203Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-27T00:03:05.206Z+ cargo --version
672026-05-27T00:03:05.214Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-27T00:03:05.217Z+ rustc --version
692026-05-27T00:03:05.237Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-27T00:03:05.240Zprocess exited: duration 16643 ms, exit code 0
 
712026-05-27T00:03:05.246Zstarting task 2: "authentication"
722026-05-27T00:03:05.264Zprocess exited: duration 17 ms, exit code 0
 
732026-05-27T00:03:05.270Zstarting task 3: "clone repository"
742026-05-27T00:03:05.275Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-27T00:03:05.278Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-27T00:03:05.335ZCloning into '/work/oxidecomputer/omicron'...
772026-05-27T00:03:15.475Z+ cd /work/oxidecomputer/omicron
782026-05-27T00:03:15.475Z+ git fetch origin d48205f6319d9ef1346fbdf8ec3762c09c7acedf
792026-05-27T00:03:15.805ZFrom https://github.com/oxidecomputer/omicron
802026-05-27T00:03:15.805Z * branch d48205f6319d9ef1346fbdf8ec3762c09c7acedf -> FETCH_HEAD
812026-05-27T00:03:15.819Z+ [[ -n '' ]]
822026-05-27T00:03:15.819Z+ git reset --hard d48205f6319d9ef1346fbdf8ec3762c09c7acedf
832026-05-27T00:03:16.056ZHEAD is now at d48205f63 [review] address 80 cols
842026-05-27T00:03:16.059Zprocess exited: duration 10788 ms, exit code 0
 
852026-05-27T00:03:16.065Zstarting task 4: "build"
862026-05-27T00:03:16.071Z+ source .github/buildomat/ci-env.sh
872026-05-27T00:03:16.071Z++ export CARGO_TERM_COLOR=always
882026-05-27T00:03:16.071Z++ CARGO_TERM_COLOR=always
892026-05-27T00:03:16.071Z+ cargo --version
902026-05-27T00:03:16.083Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-27T00:03:16.086Z+ rustc --version
922026-05-27T00:03:16.106Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-27T00:03:16.109Z+ WORK=/work
942026-05-27T00:03:16.109Z+ pfexec mkdir -p /work
952026-05-27T00:03:16.112Z+ pfexec chown build /work
962026-05-27T00:03:16.116Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-27T00:03:18.515Z Startup: Refreshing catalog 'helios' ... Done
982026-05-27T00:03:18.595Z Startup: Caching catalogs ... Done
992026-05-27T00:03:18.868ZPlanning: Solver setup ... Done (0.234s)
1002026-05-27T00:03:18.887ZPlanning: Running solver ... Done (0.018s)
1012026-05-27T00:03:18.902ZPlanning: Finding local manifests ... Done (0.011s)
1022026-05-27T00:03:18.922ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-27T00:03:18.949ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-27T00:03:18.964ZPlanning: Package planning ... Done (0.014s)
1052026-05-27T00:03:18.966ZPlanning: Merging actions ... Done (0.002s)
1062026-05-27T00:03:19.161ZPlanning: Checking for conflicting actions ... Done (0.196s)
1072026-05-27T00:03:19.164ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-27T00:03:20.857ZPlanning: Evaluating mediators ... Done (1.696s)
1092026-05-27T00:03:20.860ZPlanning: Planning completed in 2.24 seconds
1102026-05-27T00:03:20.867Z Packages to install: 2
1112026-05-27T00:03:20.867Z Estimated space available: 156.07 GB
1122026-05-27T00:03:20.867ZEstimated space to be consumed: 22.53 MB
1132026-05-27T00:03:20.867Z Create boot environment: No
1142026-05-27T00:03:20.867ZCreate backup boot environment: No
1152026-05-27T00:03:20.867Z Rebuild boot archive: No
1162026-05-27T00:03:20.870Z
1172026-05-27T00:03:20.870ZChanged packages:
1182026-05-27T00:03:20.870Zhelios
1192026-05-27T00:03:20.870Z developer/build-essential
1202026-05-27T00:03:20.870Z None -> 11-3.0
1212026-05-27T00:03:20.870Z library/libxmlsec1
1222026-05-27T00:03:20.870Z None -> 1.2.35-3.0
1232026-05-27T00:03:20.929Z
1242026-05-27T00:03:20.929ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-27T00:03:21.467ZDownload: Completed 1.28 MB in 0.54 seconds (2.4M/s)
1262026-05-27T00:03:21.525Z Actions: 1/268 actions (Installing new actions)
1272026-05-27T00:03:21.572Z Actions: Completed 268 actions in 0.05 seconds.
1282026-05-27T00:03:21.608ZFinalize: Updating package state database ... Done (0.035s)
1292026-05-27T00:03:21.608ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-27T00:03:21.626ZFinalize: Updating image state ... Done (0.018s)
1312026-05-27T00:03:24.541ZFinalize: Creating fast lookup database ... Done (2.892s)
1322026-05-27T00:03:24.626ZFinalize: Reading search index ... Done (0.025s)
1332026-05-27T00:03:24.628ZFinalize: Updating search index ... Done (0.000s)
1342026-05-27T00:03:24.731ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-27T00:03:25.030ZPlanning: Evaluating mediator changes ... Done
1362026-05-27T00:03:25.137ZPlanning: Checking for conflicting actions ... Done
1372026-05-27T00:03:25.140ZPlanning: Consolidating action changes ... Done
1382026-05-27T00:03:25.295ZPlanning: Evaluating mediators ... Done
1392026-05-27T00:03:25.298ZPlanning: Planning completed in 0.27 seconds
1402026-05-27T00:03:25.321Z Mediators to change: 2
1412026-05-27T00:03:25.321Z Create boot environment: No
1422026-05-27T00:03:25.321ZCreate backup boot environment: No
1432026-05-27T00:03:25.378ZFinalize: Updating package state database ... Done
1442026-05-27T00:03:25.379ZFinalize: Updating package cache ... Done
1452026-05-27T00:03:25.390ZFinalize: Updating image state ... Done
1462026-05-27T00:03:27.323ZFinalize: Creating fast lookup database ... Done
1472026-05-27T00:03:27.384ZFinalize: Reading search index ... Done
1482026-05-27T00:03:27.387ZFinalize: Updating search index ... Done
1492026-05-27T00:03:27.449ZFinalize: Updating package cache ... Done
1502026-05-27T00:03:27.734ZPlanning: Evaluating mediator changes ... Done
1512026-05-27T00:03:27.839ZPlanning: Checking for conflicting actions ... Done
1522026-05-27T00:03:27.842ZPlanning: Consolidating action changes ... Done
1532026-05-27T00:03:27.998ZPlanning: Evaluating mediators ... Done
1542026-05-27T00:03:28.001ZPlanning: Planning completed in 0.27 seconds
1552026-05-27T00:03:28.023Z Mediators to change: 1
1562026-05-27T00:03:28.023Z Create boot environment: No
1572026-05-27T00:03:28.023ZCreate backup boot environment: No
1582026-05-27T00:03:28.101ZFinalize: Updating package state database ... Done
1592026-05-27T00:03:28.101ZFinalize: Updating package cache ... Done
1602026-05-27T00:03:28.115ZFinalize: Updating image state ... Done
1612026-05-27T00:03:30.059ZFinalize: Creating fast lookup database ... Done
1622026-05-27T00:03:30.122ZFinalize: Reading search index ... Done
1632026-05-27T00:03:30.127ZFinalize: Updating search index ... Done
1642026-05-27T00:03:30.208ZFinalize: Updating package cache ... Done
1652026-05-27T00:03:30.520ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-27T00:03:30.520Zapache system 2.4 system
1672026-05-27T00:03:30.520Zclang system 15 system
1682026-05-27T00:03:30.520Zcsh system system illumos
1692026-05-27T00:03:30.520Zctags system system illumos
1702026-05-27T00:03:30.520Zfile vendor vendor darwinsys
1712026-05-27T00:03:30.520Zfile system system illumos
1722026-05-27T00:03:30.520Zgcc vendor 14 vendor
1732026-05-27T00:03:30.520Zgcc system 13 system
1742026-05-27T00:03:30.520Zgcc system 10 system
1752026-05-27T00:03:30.520Zgo system 1.25 system
1762026-05-27T00:03:30.520Zllvm system 15 system
1772026-05-27T00:03:30.520Zmariadb system 11.4 system
1782026-05-27T00:03:30.520Zmta vendor vendor dma
1792026-05-27T00:03:30.520Zopenjdk system 17 system
1802026-05-27T00:03:30.520Zopenjdk system 11 system
1812026-05-27T00:03:30.520Zopenssl vendor 3 vendor
1822026-05-27T00:03:30.520Zperl system 5.40 system
1832026-05-27T00:03:30.520Zpostgresql system 18 system
1842026-05-27T00:03:30.520Zpostgresql system 17 system
1852026-05-27T00:03:30.520Zpython vendor 3 vendor
1862026-05-27T00:03:30.520Zpython system 2 system
1872026-05-27T00:03:30.520Zpython3 vendor 3.13 vendor
1882026-05-27T00:03:30.520Zruby system 3.4 system
1892026-05-27T00:03:30.520Zruby system 3.0 system
1902026-05-27T00:03:30.520Zwords vendor vendor american-english
1912026-05-27T00:03:30.520Zwords system system australian-english
1922026-05-27T00:03:30.520Zwords system system british-english
1932026-05-27T00:03:30.520Zwords system system canadian-english
1942026-05-27T00:03:30.520Zwords system system french
1952026-05-27T00:03:30.520Zwords system system italian
1962026-05-27T00:03:30.520Zwords system system ngerman
1972026-05-27T00:03:30.520Zwords system system ogerman
1982026-05-27T00:03:30.520Zwords system system spanish
1992026-05-27T00:03:30.775ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-27T00:03:30.775Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-27T00:03:31.059ZFMRI IFO
2022026-05-27T00:03:31.059Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-27T00:03:31.059Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-27T00:03:31.059Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-27T00:03:31.059Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-27T00:03:31.059Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-27T00:03:31.059Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-27T00:03:31.059Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-27T00:03:31.059Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-27T00:03:31.059Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-27T00:03:31.293Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-27T00:03:31.563Z Updating crates.io index
2132026-05-27T00:03:31.597Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-27T00:03:32.311Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-27T00:03:32.600Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-27T00:03:33.350Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-27T00:03:34.129Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-27T00:03:34.595Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-27T00:03:35.949Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-27T00:03:36.851Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-27T00:03:37.129Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-27T00:03:37.951Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-27T00:03:38.177Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-27T00:03:38.636Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-27T00:03:38.882Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-27T00:03:39.903Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-27T00:03:40.406Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-27T00:03:40.959Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-27T00:03:41.348Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-27T00:03:41.760Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-27T00:03:42.050Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-27T00:03:42.549Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-27T00:03:42.791Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-27T00:03:43.057Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-27T00:03:43.471Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-27T00:03:44.100Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-27T00:03:44.574Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-27T00:03:44.853Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-27T00:03:45.177Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-27T00:03:46.343Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-27T00:03:46.567Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-27T00:03:47.910Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-27T00:03:48.382Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-27T00:03:48.808Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-27T00:03:49.111Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-27T00:03:49.592Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-27T00:03:50.283Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-27T00:03:50.543Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-27T00:03:50.797Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-27T00:03:51.097Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-27T00:03:51.566Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-27T00:04:03.632Z Downloading crates ...
2532026-05-27T00:04:03.683Z Downloaded anstream v0.6.21
2542026-05-27T00:04:03.688Z Downloaded colorchoice v1.0.4
2552026-05-27T00:04:03.691Z Downloaded crypto-common v0.1.7
2562026-05-27T00:04:03.694Z Downloaded anyhow v1.0.102
2572026-05-27T00:04:03.697Z Downloaded idna_adapter v1.2.1
2582026-05-27T00:04:03.700Z Downloaded fs-err v3.3.0
2592026-05-27T00:04:03.703Z Downloaded serde_core v1.0.228
2602026-05-27T00:04:03.703Z Downloaded autocfg v1.5.0
2612026-05-27T00:04:03.705Z Downloaded anstyle-query v1.1.5
2622026-05-27T00:04:03.705Z Downloaded anstyle v1.0.13
2632026-05-27T00:04:03.708Z Downloaded thiserror v1.0.69
2642026-05-27T00:04:03.711Z Downloaded papergrid v0.11.0
2652026-05-27T00:04:03.714Z Downloaded quote v1.0.45
2662026-05-27T00:04:03.717Z Downloaded cargo-platform v0.2.0
2672026-05-27T00:04:03.717Z Downloaded usdt-impl v0.5.0
2682026-05-27T00:04:03.717Z Downloaded anstyle-parse v0.2.7
2692026-05-27T00:04:03.721Z Downloaded tinystr v0.8.2
2702026-05-27T00:04:03.721Z Downloaded serde_derive v1.0.228
2712026-05-27T00:04:03.724Z Downloaded generic-array v0.14.7
2722026-05-27T00:04:03.724Z Downloaded usdt-attr-macro v0.5.0
2732026-05-27T00:04:03.727Z Downloaded zerofrom v0.1.6
2742026-05-27T00:04:03.730Z Downloaded usdt-macro v0.5.0
2752026-05-27T00:04:03.730Z Downloaded getrandom v0.4.1
2762026-05-27T00:04:03.733Z Downloaded scroll v0.12.0
2772026-05-27T00:04:03.733Z Downloaded errno v0.3.14
2782026-05-27T00:04:03.733Z Downloaded unicode-xid v0.2.6
2792026-05-27T00:04:03.736Z Downloaded byteorder v1.5.0
2802026-05-27T00:04:03.736Z Downloaded thread-id v4.2.2
2812026-05-27T00:04:03.736Z Downloaded yoke-derive v0.8.1
2822026-05-27T00:04:03.736Z Downloaded smawk v0.3.2
2832026-05-27T00:04:03.739Z Downloaded toml_write v0.1.2
2842026-05-27T00:04:03.740Z Downloaded proc-macro-error-attr v1.0.4
2852026-05-27T00:04:03.740Z Downloaded plain v0.2.3
2862026-05-27T00:04:03.740Z Downloaded clap_lex v1.0.0
2872026-05-27T00:04:03.742Z Downloaded litemap v0.8.1
2882026-05-27T00:04:03.742Z Downloaded fnv v1.0.7
2892026-05-27T00:04:03.743Z Downloaded typeid v1.0.3
2902026-05-27T00:04:03.745Z Downloaded utf8parse v0.2.2
2912026-05-27T00:04:03.748Z Downloaded version_check v0.9.5
2922026-05-27T00:04:03.748Z Downloaded displaydoc v0.2.5
2932026-05-27T00:04:03.754Z Downloaded toml_datetime v0.6.11
2942026-05-27T00:04:03.754Z Downloaded terminal_size v0.4.3
2952026-05-27T00:04:03.754Z Downloaded swrite v0.1.0
2962026-05-27T00:04:03.754Z Downloaded scroll_derive v0.12.1
2972026-05-27T00:04:03.754Z Downloaded zerofrom-derive v0.1.6
2982026-05-27T00:04:03.755Z Downloaded usdt v0.5.0
2992026-05-27T00:04:03.755Z Downloaded smallvec v1.15.1
3002026-05-27T00:04:03.755Z Downloaded bytecount v0.6.9
3012026-05-27T00:04:03.759Z Downloaded utf8_iter v1.0.4
3022026-05-27T00:04:03.759Z Downloaded cargo-util-schemas v0.8.2
3032026-05-27T00:04:03.759Z Downloaded clap v4.5.60
3042026-05-27T00:04:03.762Z Downloaded yoke v0.8.1
3052026-05-27T00:04:03.765Z Downloaded writeable v0.6.2
3062026-05-27T00:04:03.765Z Downloaded thiserror v2.0.18
3072026-05-27T00:04:03.768Z Downloaded unicode-linebreak v0.1.5
3082026-05-27T00:04:03.770Z Downloaded is_terminal_polyfill v1.70.2
3092026-05-27T00:04:03.770Z Downloaded ordered-float v2.10.1
3102026-05-27T00:04:03.771Z Downloaded serde_spanned v0.6.9
3112026-05-27T00:04:03.771Z Downloaded heck v0.5.0
3122026-05-27T00:04:03.773Z Downloaded zmij v1.0.21
3132026-05-27T00:04:03.773Z Downloaded strsim v0.11.1
3142026-05-27T00:04:03.776Z Downloaded cfg-if v1.0.4
3152026-05-27T00:04:03.776Z Downloaded equivalent v1.0.2
3162026-05-27T00:04:03.777Z Downloaded cpufeatures v0.2.17
3172026-05-27T00:04:03.781Z Downloaded form_urlencoded v1.2.2
3182026-05-27T00:04:03.781Z Downloaded dtrace-parser v0.2.0
3192026-05-27T00:04:03.782Z Downloaded thiserror-impl v2.0.18
3202026-05-27T00:04:03.785Z Downloaded zerocopy-derive v0.7.35
3212026-05-27T00:04:03.785Z Downloaded toml v0.8.23
3222026-05-27T00:04:03.785Z Downloaded ucd-trie v0.1.7
3232026-05-27T00:04:03.789Z Downloaded textwrap v0.16.2
3242026-05-27T00:04:03.794Z Downloaded fastrand v2.3.0
3252026-05-27T00:04:03.794Z Downloaded dof v0.3.0
3262026-05-27T00:04:03.800Z Downloaded stable_deref_trait v1.2.1
3272026-05-27T00:04:03.800Z Downloaded memmap v0.7.0
3282026-05-27T00:04:03.800Z Downloaded zerovec-derive v0.11.2
3292026-05-27T00:04:03.800Z Downloaded potential_utf v0.1.4
3302026-05-27T00:04:03.800Z Downloaded heck v0.4.1
3312026-05-27T00:04:03.804Z Downloaded thiserror-impl v1.0.69
3322026-05-27T00:04:03.804Z Downloaded tabled_derive v0.7.0
3332026-05-27T00:04:03.804Z Downloaded block-buffer v0.10.4
3342026-05-27T00:04:03.808Z Downloaded serde-value v0.7.0
3352026-05-27T00:04:03.811Z Downloaded unicode-ident v1.0.24
3362026-05-27T00:04:03.811Z Downloaded typenum v1.19.0
3372026-05-27T00:04:03.814Z Downloaded toml_edit v0.22.27
3382026-05-27T00:04:03.816Z Downloaded zerotrie v0.2.3
3392026-05-27T00:04:03.816Z Downloaded url v2.5.8
3402026-05-27T00:04:03.819Z Downloaded macaddr v1.0.1
3412026-05-27T00:04:03.819Z Downloaded pretty-hex v0.4.1
3422026-05-27T00:04:03.819Z Downloaded percent-encoding v2.3.2
3432026-05-27T00:04:03.827Z Downloaded serde_tokenstream v0.2.3
3442026-05-27T00:04:03.830Z Downloaded cargo_toml v0.21.0
3452026-05-27T00:04:03.830Z Downloaded proc-macro-error v1.0.4
3462026-05-27T00:04:03.834Z Downloaded digest v0.10.7
3472026-05-27T00:04:03.846Z Downloaded zerocopy v0.7.35
3482026-05-27T00:04:03.854Z Downloaded zerovec v0.11.5
3492026-05-27T00:04:03.858Z Downloaded winnow v0.7.14
3502026-05-27T00:04:03.862Z Downloaded erased-serde v0.4.9
3512026-05-27T00:04:03.865Z Downloaded sha2 v0.10.9
3522026-05-27T00:04:03.867Z Downloaded synstructure v0.13.2
3532026-05-27T00:04:03.867Z Downloaded unicode-width v0.2.0
3542026-05-27T00:04:03.870Z Downloaded itoa v1.0.17
3552026-05-27T00:04:03.870Z Downloaded cargo_metadata v0.21.0
3562026-05-27T00:04:03.873Z Downloaded unicode-width v0.1.14
3572026-05-27T00:04:03.876Z Downloaded clap_derive v4.5.55
3582026-05-27T00:04:03.876Z Downloaded bitflags v2.11.0
3592026-05-27T00:04:03.879Z Downloaded serde-untagged v0.1.9
3602026-05-27T00:04:03.879Z Downloaded semver v1.0.28
3612026-05-27T00:04:03.881Z Downloaded camino v1.2.2
3622026-05-27T00:04:03.888Z Downloaded tempfile v3.25.0
3632026-05-27T00:04:03.893Z Downloaded camino-tempfile v1.4.1
3642026-05-27T00:04:03.896Z Downloaded pest_generator v2.8.6
3652026-05-27T00:04:03.899Z Downloaded once_cell v1.21.3
3662026-05-27T00:04:03.905Z Downloaded icu_properties v2.1.2
3672026-05-27T00:04:03.910Z Downloaded num-traits v0.2.19
3682026-05-27T00:04:03.913Z Downloaded icu_provider v2.1.1
3692026-05-27T00:04:03.916Z Downloaded proc-macro2 v1.0.106
3702026-05-27T00:04:03.918Z Downloaded log v0.4.29
3712026-05-27T00:04:03.921Z Downloaded pest_derive v2.8.6
3722026-05-27T00:04:03.939Z Downloaded icu_normalizer v2.1.1
3732026-05-27T00:04:03.942Z Downloaded pest_meta v2.8.6
3742026-05-27T00:04:03.946Z Downloaded icu_normalizer_data v2.1.1
3752026-05-27T00:04:03.949Z Downloaded icu_locale_core v2.1.1
3762026-05-27T00:04:03.964Z Downloaded serde v1.0.228
3772026-05-27T00:04:03.973Z Downloaded indexmap v2.14.0
3782026-05-27T00:04:03.985Z Downloaded memchr v2.8.0
3792026-05-27T00:04:03.998Z Downloaded icu_collections v2.1.1
3802026-05-27T00:04:04.006Z Downloaded pest v2.8.6
3812026-05-27T00:04:04.026Z Downloaded tabled v0.15.0
3822026-05-27T00:04:04.035Z Downloaded idna v1.1.0
3832026-05-27T00:04:04.038Z Downloaded clap_builder v4.5.60
3842026-05-27T00:04:04.044Z Downloaded icu_properties_data v2.1.2
3852026-05-27T00:04:04.051Z Downloaded serde_json v1.0.149
3862026-05-27T00:04:04.053Z Downloaded hashbrown v0.17.0
3872026-05-27T00:04:04.053Z Downloaded goblin v0.8.2
3882026-05-27T00:04:04.071Z Downloaded syn v2.0.117
3892026-05-27T00:04:04.076Z Downloaded syn v1.0.109
3902026-05-27T00:04:04.099Z Downloaded rustix v1.1.3
3912026-05-27T00:04:04.129Z Downloaded libc v0.2.185
3922026-05-27T00:04:04.195Z Compiling proc-macro2 v1.0.106
3932026-05-27T00:04:04.198Z Compiling quote v1.0.45
3942026-05-27T00:04:04.198Z Compiling unicode-ident v1.0.24
3952026-05-27T00:04:04.199Z Compiling serde_core v1.0.228
3962026-05-27T00:04:04.199Z Compiling libc v0.2.185
3972026-05-27T00:04:04.199Z Compiling version_check v0.9.5
3982026-05-27T00:04:04.199Z Compiling serde v1.0.228
3992026-05-27T00:04:04.199Z Compiling stable_deref_trait v1.2.1
4002026-05-27T00:04:04.199Z Compiling memchr v2.8.0
4012026-05-27T00:04:04.199Z Compiling zmij v1.0.21
4022026-05-27T00:04:04.199Z Compiling autocfg v1.5.0
4032026-05-27T00:04:04.199Z Compiling itoa v1.0.17
4042026-05-27T00:04:04.199Z Compiling thiserror v1.0.69
4052026-05-27T00:04:04.379Z Compiling ucd-trie v0.1.7
4062026-05-27T00:04:04.382Z Compiling writeable v0.6.2
4072026-05-27T00:04:04.614Z Compiling litemap v0.8.1
4082026-05-27T00:04:04.629Z Compiling byteorder v1.5.0
4092026-05-27T00:04:04.690Z Compiling icu_properties_data v2.1.2
4102026-05-27T00:04:04.784Z Compiling icu_normalizer_data v2.1.1
4112026-05-27T00:04:04.800Z Compiling rustix v1.1.3
4122026-05-27T00:04:04.843Z Compiling bitflags v2.11.0
4132026-05-27T00:04:04.883Z Compiling serde_json v1.0.149
4142026-05-27T00:04:05.023Z Compiling pest v2.8.6
4152026-05-27T00:04:05.133Z Compiling num-traits v0.2.19
4162026-05-27T00:04:05.233Z Compiling smallvec v1.15.1
4172026-05-27T00:04:05.282Z Compiling equivalent v1.0.2
4182026-05-27T00:04:05.328Z Compiling typeid v1.0.3
4192026-05-27T00:04:05.344Z Compiling hashbrown v0.17.0
4202026-05-27T00:04:05.378Z Compiling usdt-impl v0.5.0
4212026-05-27T00:04:05.441Z Compiling proc-macro-error-attr v1.0.4
4222026-05-27T00:04:05.515Z Compiling toml_write v0.1.2
4232026-05-27T00:04:05.527Z Compiling winnow v0.7.14
4242026-05-27T00:04:05.544Z Compiling erased-serde v0.4.9
4252026-05-27T00:04:05.597Z Compiling syn v1.0.109
4262026-05-27T00:04:05.614Z Compiling proc-macro-error v1.0.4
4272026-05-27T00:04:05.630Z Compiling camino v1.2.2
4282026-05-27T00:04:05.679Z Compiling errno v0.3.14
4292026-05-27T00:04:05.695Z Compiling thread-id v4.2.2
4302026-05-27T00:04:05.818Z Compiling utf8parse v0.2.2
4312026-05-27T00:04:05.837Z Compiling getrandom v0.4.1
4322026-05-27T00:04:05.853Z Compiling percent-encoding v2.3.2
4332026-05-27T00:04:05.908Z Compiling indexmap v2.14.0
4342026-05-27T00:04:05.926Z Compiling utf8_iter v1.0.4
4352026-05-27T00:04:05.961Z Compiling log v0.4.29
4362026-05-27T00:04:05.984Z Compiling plain v0.2.3
4372026-05-27T00:04:05.987Z Compiling thiserror v2.0.18
4382026-05-27T00:04:06.018Z Compiling form_urlencoded v1.2.2
4392026-05-27T00:04:06.138Z Compiling syn v2.0.117
4402026-05-27T00:04:06.160Z Compiling pest_meta v2.8.6
4412026-05-27T00:04:06.217Z Compiling anstyle-parse v0.2.7
4422026-05-27T00:04:06.335Z Compiling ordered-float v2.10.1
4432026-05-27T00:04:06.403Z Compiling colorchoice v1.0.4
4442026-05-27T00:04:06.406Z Compiling cfg-if v1.0.4
4452026-05-27T00:04:06.442Z Compiling is_terminal_polyfill v1.70.2
4462026-05-27T00:04:06.501Z Compiling pretty-hex v0.4.1
4472026-05-27T00:04:06.518Z Compiling anstyle-query v1.1.5
4482026-05-27T00:04:06.552Z Compiling anstyle v1.0.13
4492026-05-27T00:04:06.655Z Compiling fs-err v3.3.0
4502026-05-27T00:04:06.672Z Compiling anyhow v1.0.102
4512026-05-27T00:04:06.690Z Compiling unicode-xid v0.2.6
4522026-05-27T00:04:06.707Z Compiling once_cell v1.21.3
4532026-05-27T00:04:06.710Z Compiling unicode-width v0.1.14
4542026-05-27T00:04:06.760Z Compiling terminal_size v0.4.3
4552026-05-27T00:04:06.793Z Compiling anstream v0.6.21
4562026-05-27T00:04:06.811Z Compiling heck v0.4.1
4572026-05-27T00:04:06.836Z Compiling clap_lex v1.0.0
4582026-05-27T00:04:06.867Z Compiling strsim v0.11.1
4592026-05-27T00:04:06.924Z Compiling bytecount v0.6.9
4602026-05-27T00:04:06.942Z Compiling heck v0.5.0
4612026-05-27T00:04:07.005Z Compiling fastrand v2.3.0
4622026-05-27T00:04:07.028Z Compiling fnv v1.0.7
4632026-05-27T00:04:07.081Z Compiling clap_builder v4.5.60
4642026-05-27T00:04:07.081Z Compiling memmap v0.7.0
4652026-05-27T00:04:07.121Z Compiling papergrid v0.11.0
4662026-05-27T00:04:07.139Z Compiling smawk v0.3.2
4672026-05-27T00:04:07.156Z Compiling unicode-width v0.2.0
4682026-05-27T00:04:07.181Z Compiling unicode-linebreak v0.1.5
4692026-05-27T00:04:07.243Z Compiling tempfile v3.25.0
4702026-05-27T00:04:07.299Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4712026-05-27T00:04:07.299Z Compiling swrite v0.1.0
4722026-05-27T00:04:07.474Z Compiling semver v1.0.28
4732026-05-27T00:04:07.574Z Compiling textwrap v0.16.2
4742026-05-27T00:04:07.764Z Compiling camino-tempfile v1.4.1
4752026-05-27T00:04:07.822Z Compiling serde-untagged v0.1.9
4762026-05-27T00:04:07.951Z Compiling tabled_derive v0.7.0
4772026-05-27T00:04:08.622Z Compiling tabled v0.15.0
4782026-05-27T00:04:08.702Z Compiling synstructure v0.13.2
4792026-05-27T00:04:08.702Z Compiling pest_generator v2.8.6
4802026-05-27T00:04:09.207Z Compiling serde_derive v1.0.228
4812026-05-27T00:04:09.207Z Compiling zerofrom-derive v0.1.6
4822026-05-27T00:04:09.211Z Compiling yoke-derive v0.8.1
4832026-05-27T00:04:09.211Z Compiling zerovec-derive v0.11.2
4842026-05-27T00:04:09.211Z Compiling displaydoc v0.2.5
4852026-05-27T00:04:09.211Z Compiling thiserror-impl v1.0.69
4862026-05-27T00:04:09.211Z Compiling zerocopy-derive v0.7.35
4872026-05-27T00:04:09.211Z Compiling scroll_derive v0.12.1
4882026-05-27T00:04:09.211Z Compiling thiserror-impl v2.0.18
4892026-05-27T00:04:09.211Z Compiling clap_derive v4.5.55
4902026-05-27T00:04:09.313Z Compiling pest_derive v2.8.6
4912026-05-27T00:04:09.917Z Compiling scroll v0.12.0
4922026-05-27T00:04:10.022Z Compiling zerocopy v0.7.35
4932026-05-27T00:04:10.140Z Compiling goblin v0.8.2
4942026-05-27T00:04:10.382Z Compiling zerofrom v0.1.6
4952026-05-27T00:04:10.395Z Compiling dtrace-parser v0.2.0
4962026-05-27T00:04:10.483Z Compiling yoke v0.8.1
4972026-05-27T00:04:10.631Z Compiling zerovec v0.11.5
4982026-05-27T00:04:10.631Z Compiling zerotrie v0.2.3
4992026-05-27T00:04:10.666Z Compiling clap v4.5.60
5002026-05-27T00:04:11.045Z Compiling tinystr v0.8.2
5012026-05-27T00:04:11.045Z Compiling potential_utf v0.1.4
5022026-05-27T00:04:11.170Z Compiling icu_collections v2.1.1
5032026-05-27T00:04:11.193Z Compiling icu_locale_core v2.1.1
5042026-05-27T00:04:11.805Z Compiling icu_provider v2.1.1
5052026-05-27T00:04:11.824Z Compiling toml_datetime v0.6.11
5062026-05-27T00:04:11.824Z Compiling serde_spanned v0.6.9
5072026-05-27T00:04:11.827Z Compiling serde-value v0.7.0
5082026-05-27T00:04:11.827Z Compiling cargo-platform v0.2.0
5092026-05-27T00:04:11.827Z Compiling macaddr v1.0.1
5102026-05-27T00:04:11.840Z Compiling dof v0.3.0
5112026-05-27T00:04:11.845Z Compiling serde_tokenstream v0.2.3
5122026-05-27T00:04:12.021Z Compiling icu_properties v2.1.2
5132026-05-27T00:04:12.021Z Compiling icu_normalizer v2.1.1
5142026-05-27T00:04:12.093Z Compiling toml_edit v0.22.27
5152026-05-27T00:04:12.552Z Compiling usdt-macro v0.5.0
5162026-05-27T00:04:12.556Z Compiling usdt-attr-macro v0.5.0
5172026-05-27T00:04:12.860Z Compiling idna_adapter v1.2.1
5182026-05-27T00:04:12.977Z Compiling idna v1.1.0
5192026-05-27T00:04:13.199Z Compiling usdt v0.5.0
5202026-05-27T00:04:13.273Z Compiling url v2.5.8
5212026-05-27T00:04:13.367Z Compiling toml v0.8.23
5222026-05-27T00:04:13.680Z Compiling cargo-util-schemas v0.8.2
5232026-05-27T00:04:13.680Z Compiling cargo_toml v0.21.0
5242026-05-27T00:04:14.432Z Compiling cargo_metadata v0.21.0
5252026-05-27T00:04:15.345Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-27T00:04:17.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.32s
5272026-05-27T00:04:17.702Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-27T00:04:18.262Z Downloading crates ...
5292026-05-27T00:04:18.346Z Downloaded adler2 v2.0.1
5302026-05-27T00:04:18.363Z Downloaded async-recursion v1.1.1
5312026-05-27T00:04:18.366Z Downloaded bitfield-struct v0.6.2
5322026-05-27T00:04:18.370Z Downloaded critical-section v1.2.0
5332026-05-27T00:04:18.373Z Downloaded bitfield-macros v0.19.4
5342026-05-27T00:04:18.373Z Downloaded assert_matches v1.5.0
5352026-05-27T00:04:18.373Z Downloaded array-init v0.0.4
5362026-05-27T00:04:18.375Z Downloaded cfg_aliases v0.1.1
5372026-05-27T00:04:18.375Z Downloaded crc32fast v1.5.0
5382026-05-27T00:04:18.376Z Downloaded castaway v0.2.4
5392026-05-27T00:04:18.378Z Downloaded atomic-waker v1.1.2
5402026-05-27T00:04:18.378Z Downloaded base16ct v0.2.0
5412026-05-27T00:04:18.384Z Downloaded cfg_aliases v0.2.1
5422026-05-27T00:04:18.384Z Downloaded block-padding v0.3.3
5432026-05-27T00:04:18.384Z Downloaded arrayref v0.3.9
5442026-05-27T00:04:18.384Z Downloaded document-features v0.2.12
5452026-05-27T00:04:18.384Z Downloaded bit-set v0.8.0
5462026-05-27T00:04:18.384Z Downloaded der v0.7.10
5472026-05-27T00:04:18.387Z Downloaded atomicwrites v0.4.4
5482026-05-27T00:04:18.387Z Downloaded compression-core v0.4.31
5492026-05-27T00:04:18.390Z Downloaded aead v0.5.2
5502026-05-27T00:04:18.390Z Downloaded async-stream-impl v0.3.6
5512026-05-27T00:04:18.393Z Downloaded cargo-platform v0.1.9
5522026-05-27T00:04:18.396Z Downloaded bcrypt-pbkdf v0.10.0
5532026-05-27T00:04:18.396Z Downloaded cobs v0.3.0
5542026-05-27T00:04:18.400Z Downloaded ciborium-io v0.2.2
5552026-05-27T00:04:18.400Z Downloaded deranged v0.5.8
5562026-05-27T00:04:18.400Z Downloaded bb8 v0.8.6
5572026-05-27T00:04:18.402Z Downloaded ff v0.13.1
5582026-05-27T00:04:18.402Z Downloaded bit-set v0.5.3
5592026-05-27T00:04:18.405Z Downloaded dirs-next v2.0.0
5602026-05-27T00:04:18.409Z Downloaded defmt v0.3.100
5612026-05-27T00:04:18.409Z Downloaded crucible-workspace-hack v0.1.0
5622026-05-27T00:04:18.412Z Downloaded env_logger v0.11.9
5632026-05-27T00:04:18.415Z Downloaded crossterm v0.29.0
5642026-05-27T00:04:18.420Z Downloaded crc-catalog v2.4.0
5652026-05-27T00:04:18.423Z Downloaded crc v3.4.0
5662026-05-27T00:04:18.423Z Downloaded csv-core v0.1.13
5672026-05-27T00:04:18.423Z Downloaded derive_builder v0.20.2
5682026-05-27T00:04:18.426Z Downloaded ascii-canvas v3.0.0
5692026-05-27T00:04:18.426Z Downloaded async-stream v0.3.6
5702026-05-27T00:04:18.426Z Downloaded ahash v0.8.12
5712026-05-27T00:04:18.428Z Downloaded darling v0.20.11
5722026-05-27T00:04:18.431Z Downloaded crossterm v0.28.1
5732026-05-27T00:04:18.434Z Downloaded env_filter v1.0.0
5742026-05-27T00:04:18.438Z Downloaded fixedbitset v0.4.2
5752026-05-27T00:04:18.438Z Downloaded filetime v0.2.27
5762026-05-27T00:04:18.442Z Downloaded darling_macro v0.21.3
5772026-05-27T00:04:18.442Z Downloaded cpufeatures v0.3.0
5782026-05-27T00:04:18.442Z Downloaded convert_case v0.4.0
5792026-05-27T00:04:18.442Z Downloaded ciborium-ll v0.2.2
5802026-05-27T00:04:18.442Z Downloaded erased-serde v0.3.31
5812026-05-27T00:04:18.450Z Downloaded crc8 v0.1.1
5822026-05-27T00:04:18.450Z Downloaded atty v0.2.14
5832026-05-27T00:04:18.450Z Downloaded embedded-io v0.6.1
5842026-05-27T00:04:18.451Z Downloaded foreign-types-macros v0.2.3
5852026-05-27T00:04:18.457Z Downloaded display-error-chain v0.2.2
5862026-05-27T00:04:18.457Z Downloaded darling_macro v0.23.0
5872026-05-27T00:04:18.457Z Downloaded enum-as-inner v0.6.1
5882026-05-27T00:04:18.458Z Downloaded flagset v0.4.7
5892026-05-27T00:04:18.458Z Downloaded cstr-argument v0.1.2
5902026-05-27T00:04:18.458Z Downloaded bit-vec v0.8.0
5912026-05-27T00:04:18.458Z Downloaded base64ct v1.8.3
5922026-05-27T00:04:18.458Z Downloaded futures-macro v0.3.32
5932026-05-27T00:04:18.458Z Downloaded defmt-parser v1.0.0
5942026-05-27T00:04:18.458Z Downloaded compression-codecs v0.4.37
5952026-05-27T00:04:18.462Z Downloaded dunce v1.0.5
5962026-05-27T00:04:18.462Z Downloaded difflib v0.4.0
5972026-05-27T00:04:18.463Z Downloaded argon2 v0.5.3
5982026-05-27T00:04:18.463Z Downloaded backoff v0.4.0
5992026-05-27T00:04:18.463Z Downloaded darling_macro v0.20.11
6002026-05-27T00:04:18.467Z Downloaded byte-wrapper v0.1.0
6012026-05-27T00:04:18.467Z Downloaded bitflags v1.3.2
6022026-05-27T00:04:18.467Z Downloaded foreign-types v0.3.2
6032026-05-27T00:04:18.467Z Downloaded diesel_table_macro_syntax v0.3.0
6042026-05-27T00:04:18.467Z Downloaded cmake v0.1.57
6052026-05-27T00:04:18.470Z Downloaded cbc v0.1.2
6062026-05-27T00:04:18.470Z Downloaded endian-type v0.1.2
6072026-05-27T00:04:18.470Z Downloaded dtrace-parser v0.3.0
6082026-05-27T00:04:18.476Z Downloaded dof v0.4.0
6092026-05-27T00:04:18.476Z Downloaded buf-list v1.1.2
6102026-05-27T00:04:18.476Z Downloaded cargo_metadata v0.19.2
6112026-05-27T00:04:18.479Z Downloaded dropshot_endpoint v0.16.7
6122026-05-27T00:04:18.479Z Downloaded foreign-types-shared v0.3.1
6132026-05-27T00:04:18.479Z Downloaded globwalk v0.9.1
6142026-05-27T00:04:18.479Z Downloaded async-trait v0.1.89
6152026-05-27T00:04:18.482Z Downloaded ctr v0.9.2
6162026-05-27T00:04:18.482Z Downloaded chacha20 v0.9.1
6172026-05-27T00:04:18.486Z Downloaded funty v2.0.0
6182026-05-27T00:04:18.486Z Downloaded foreign-types v0.5.0
6192026-05-27T00:04:18.486Z Downloaded gethostname v0.5.0
6202026-05-27T00:04:18.486Z Downloaded either v1.15.0
6212026-05-27T00:04:18.489Z Downloaded futures-core v0.3.32
6222026-05-27T00:04:18.489Z Downloaded darling_core v0.21.3
6232026-05-27T00:04:18.493Z Downloaded fxhash v0.2.1
6242026-05-27T00:04:18.493Z Downloaded futures-io v0.3.32
6252026-05-27T00:04:18.493Z Downloaded git-stub v1.0.0
6262026-05-27T00:04:18.493Z Downloaded ghash v0.5.1
6272026-05-27T00:04:18.505Z Downloaded curve25519-dalek-derive v0.1.1
6282026-05-27T00:04:18.505Z Downloaded futures-task v0.3.32
6292026-05-27T00:04:18.505Z Downloaded futures-sink v0.3.32
6302026-05-27T00:04:18.505Z Downloaded cipher v0.4.4
6312026-05-27T00:04:18.505Z Downloaded blowfish v0.9.1
6322026-05-27T00:04:18.505Z Downloaded hash32 v0.2.1
6332026-05-27T00:04:18.505Z Downloaded foreign-types-shared v0.1.1
6342026-05-27T00:04:18.505Z Downloaded downcast-rs v2.0.2
6352026-05-27T00:04:18.505Z Downloaded camino-tempfile-ext v0.3.3
6362026-05-27T00:04:18.512Z Downloaded arrayvec v0.7.6
6372026-05-27T00:04:18.512Z Downloaded debug-ignore v1.0.5
6382026-05-27T00:04:18.513Z Downloaded float-ord v0.3.2
6392026-05-27T00:04:18.513Z Downloaded convert_case v0.10.0
6402026-05-27T00:04:18.513Z Downloaded const_format_proc_macros v0.2.34
6412026-05-27T00:04:18.513Z Downloaded bcs v0.1.6
6422026-05-27T00:04:18.513Z Downloaded dirs-sys-next v0.1.2
6432026-05-27T00:04:18.513Z Downloaded derive_builder_macro v0.20.2
6442026-05-27T00:04:18.513Z Downloaded crunchy v0.2.4
6452026-05-27T00:04:18.513Z Downloaded hex-literal v0.4.1
6462026-05-27T00:04:18.513Z Downloaded dsl_auto_type v0.2.0
6472026-05-27T00:04:18.517Z Downloaded crossbeam-deque v0.8.6
6482026-05-27T00:04:18.517Z Downloaded ecdsa v0.16.9
6492026-05-27T00:04:18.517Z Downloaded find-msvc-tools v0.1.9
6502026-05-27T00:04:18.517Z Downloaded headers-core v0.3.0
6512026-05-27T00:04:18.520Z Downloaded ena v0.14.4
6522026-05-27T00:04:18.523Z Downloaded bitfield v0.19.4
6532026-05-27T00:04:18.523Z Downloaded der_derive v0.7.3
6542026-05-27T00:04:18.525Z Downloaded foldhash v0.1.5
6552026-05-27T00:04:18.529Z Downloaded console v0.16.2
6562026-05-27T00:04:18.531Z Downloaded cookie v0.18.1
6572026-05-27T00:04:18.531Z Downloaded fatfs v0.3.6
6582026-05-27T00:04:18.535Z Downloaded crossbeam-epoch v0.9.18
6592026-05-27T00:04:18.535Z Downloaded float-cmp v0.10.0
6602026-05-27T00:04:18.538Z Downloaded colored v3.1.1
6612026-05-27T00:04:18.538Z Downloaded fd-lock v4.0.4
6622026-05-27T00:04:18.542Z Downloaded fs-err v2.11.0
6632026-05-27T00:04:18.542Z Downloaded corncobs v0.1.4
6642026-05-27T00:04:18.542Z Downloaded chacha20 v0.10.0
6652026-05-27T00:04:18.546Z Downloaded hubpack_derive v0.1.1
6662026-05-27T00:04:18.546Z Downloaded http-body v1.0.1
6672026-05-27T00:04:18.546Z Downloaded hostname v0.3.1
6682026-05-27T00:04:18.546Z Downloaded fs_extra v1.3.0
6692026-05-27T00:04:18.546Z Downloaded httpdate v1.0.3
6702026-05-27T00:04:18.568Z Downloaded dropshot-api-manager-types v0.7.2
6712026-05-27T00:04:18.569Z Downloaded futures-executor v0.3.32
6722026-05-27T00:04:18.569Z Downloaded http-range v0.1.5
6732026-05-27T00:04:18.569Z Downloaded home v0.5.12
6742026-05-27T00:04:18.569Z Downloaded hex v0.4.3
6752026-05-27T00:04:18.569Z Downloaded hyper-tls v0.6.0
6762026-05-27T00:04:18.569Z Downloaded hostname v0.4.2
6772026-05-27T00:04:18.569Z Downloaded derive_builder_core v0.20.2
6782026-05-27T00:04:18.569Z Downloaded ident_case v1.0.1
6792026-05-27T00:04:18.569Z Downloaded hash32 v0.3.1
6802026-05-27T00:04:18.569Z Downloaded fixedbitset v0.5.7
6812026-05-27T00:04:18.569Z Downloaded indent_write v2.2.0
6822026-05-27T00:04:18.569Z Downloaded async-bb8-diesel v0.2.1
6832026-05-27T00:04:18.569Z Downloaded daft v0.1.7
6842026-05-27T00:04:18.569Z Downloaded cassowary v0.3.0
6852026-05-27T00:04:18.569Z Downloaded glob v0.3.3
6862026-05-27T00:04:18.570Z Downloaded colored v2.2.0
6872026-05-27T00:04:18.574Z Downloaded backon v1.6.0
6882026-05-27T00:04:18.574Z Downloaded blake2 v0.10.6
6892026-05-27T00:04:18.574Z Downloaded cexpr v0.6.0
6902026-05-27T00:04:18.574Z Downloaded bzip2 v0.4.4
6912026-05-27T00:04:18.574Z Downloaded cookie_store v0.22.1
6922026-05-27T00:04:18.574Z Downloaded group v0.13.0
6932026-05-27T00:04:18.574Z Downloaded globset v0.4.18
6942026-05-27T00:04:18.577Z Downloaded hubpack v0.1.2
6952026-05-27T00:04:18.577Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-27T00:04:18.577Z Downloaded illumos-nvpair v0.3.0
6972026-05-27T00:04:18.577Z Downloaded internet-checksum v0.2.1
6982026-05-27T00:04:18.577Z Downloaded instant v0.1.13
6992026-05-27T00:04:18.580Z Downloaded is_ci v1.2.0
7002026-05-27T00:04:18.580Z Downloaded instability v0.3.11
7012026-05-27T00:04:18.580Z Downloaded git-stub-vcs v0.1.0
7022026-05-27T00:04:18.584Z Downloaded constant_time_eq v0.4.2
7032026-05-27T00:04:18.584Z Downloaded cancel-safe-futures v0.1.5
7042026-05-27T00:04:18.589Z Downloaded is-terminal v0.4.17
7052026-05-27T00:04:18.589Z Downloaded bzip2 v0.6.1
7062026-05-27T00:04:18.589Z Downloaded inout v0.1.4
7072026-05-27T00:04:18.594Z Downloaded fallible-iterator v0.2.0
7082026-05-27T00:04:18.594Z Downloaded embedded-io v0.4.0
7092026-05-27T00:04:18.594Z Downloaded clang-sys v1.8.1
7102026-05-27T00:04:18.594Z Downloaded bit-vec v0.6.3
7112026-05-27T00:04:18.594Z Downloaded foldhash v0.2.0
7122026-05-27T00:04:18.594Z Downloaded daft-derive v0.1.7
7132026-05-27T00:04:18.596Z Downloaded crc-any v2.5.0
7142026-05-27T00:04:18.599Z Downloaded const-oid v0.9.6
7152026-05-27T00:04:18.599Z Downloaded futures-channel v0.3.32
7162026-05-27T00:04:18.602Z Downloaded console v0.15.11
7172026-05-27T00:04:18.602Z Downloaded ciborium v0.2.2
7182026-05-27T00:04:18.605Z Downloaded crossbeam-utils v0.8.21
7192026-05-27T00:04:18.605Z Downloaded lalrpop-util v0.19.12
7202026-05-27T00:04:18.608Z Downloaded kstat-rs v0.2.4
7212026-05-27T00:04:18.608Z Downloaded ed25519 v2.2.3
7222026-05-27T00:04:18.608Z Downloaded libscf-sys v1.1.0
7232026-05-27T00:04:18.611Z Downloaded lazy_static v1.5.0
7242026-05-27T00:04:18.611Z Downloaded diesel-dtrace v0.5.0
7252026-05-27T00:04:18.611Z Downloaded defmt v1.0.1
7262026-05-27T00:04:18.613Z Downloaded dyn-clone v1.0.20
7272026-05-27T00:04:18.616Z Downloaded keccak v0.1.6
7282026-05-27T00:04:18.616Z Downloaded drift v0.2.0
7292026-05-27T00:04:18.620Z Downloaded md-5 v0.10.6
7302026-05-27T00:04:18.623Z Downloaded lru-slab v0.1.2
7312026-05-27T00:04:18.623Z Downloaded linked-hash-map v0.5.6
7322026-05-27T00:04:18.627Z Downloaded maybe-uninit v2.0.0
7332026-05-27T00:04:18.627Z Downloaded indoc v1.0.9
7342026-05-27T00:04:18.627Z Downloaded impl-trait-for-tuples v0.2.3
7352026-05-27T00:04:18.630Z Downloaded maplit v1.0.2
7362026-05-27T00:04:18.630Z Downloaded managed v0.8.0
7372026-05-27T00:04:18.630Z Downloaded lru v0.12.5
7382026-05-27T00:04:18.633Z Downloaded hyper-staticfile v0.10.1
7392026-05-27T00:04:18.633Z Downloaded getrandom v0.2.17
7402026-05-27T00:04:18.636Z Downloaded lzss v0.8.2
7412026-05-27T00:04:18.636Z Downloaded diff v0.1.13
7422026-05-27T00:04:18.638Z Downloaded mime v0.3.17
7432026-05-27T00:04:18.638Z Downloaded memoffset v0.9.1
7442026-05-27T00:04:18.641Z Downloaded derive-ex v0.1.8
7452026-05-27T00:04:18.641Z Downloaded normalize-line-endings v0.3.0
7462026-05-27T00:04:18.641Z Downloaded nodrop v0.1.14
7472026-05-27T00:04:18.641Z Downloaded nibble_vec v0.1.0
7482026-05-27T00:04:18.646Z Downloaded half v1.8.3
7492026-05-27T00:04:18.646Z Downloaded arc-swap v1.8.2
7502026-05-27T00:04:18.648Z Downloaded allocator-api2 v0.2.21
7512026-05-27T00:04:18.649Z Downloaded bytes v1.11.1
7522026-05-27T00:04:18.651Z Downloaded highway v1.3.0
7532026-05-27T00:04:18.651Z Downloaded new_debug_unreachable v1.0.6
7542026-05-27T00:04:18.654Z Downloaded ingot v0.1.1
7552026-05-27T00:04:18.654Z Downloaded compact_str v0.8.1
7562026-05-27T00:04:18.657Z Downloaded ingot-types v0.1.2
7572026-05-27T00:04:18.657Z Downloaded newtype_derive v0.1.6
7582026-05-27T00:04:18.660Z Downloaded newtype-uuid-macros v0.1.0
7592026-05-27T00:04:18.660Z Downloaded ipnet v2.11.0
7602026-05-27T00:04:18.660Z Downloaded indoc v2.0.7
7612026-05-27T00:04:18.663Z Downloaded multimap v0.10.1
7622026-05-27T00:04:18.663Z Downloaded newline-converter v0.3.0
7632026-05-27T00:04:18.663Z Downloaded darling v0.21.3
7642026-05-27T00:04:18.666Z Downloaded libsw-core v0.3.2
7652026-05-27T00:04:18.703Z Downloaded num-derive v0.3.3
7662026-05-27T00:04:18.703Z Downloaded libsw v3.5.0
7672026-05-27T00:04:18.703Z Downloaded libefi-sys v0.1.0
7682026-05-27T00:04:18.704Z Downloaded md5 v0.7.0
7692026-05-27T00:04:18.704Z Downloaded darling_core v0.20.11
7702026-05-27T00:04:18.704Z Downloaded num-derive v0.4.2
7712026-05-27T00:04:18.704Z Downloaded humantime v2.3.0
7722026-05-27T00:04:18.704Z Downloaded getrandom v0.3.4
7732026-05-27T00:04:18.705Z Downloaded num_enum_derive v0.5.11
7742026-05-27T00:04:18.705Z Downloaded olpc-cjson v0.1.4
7752026-05-27T00:04:18.705Z Downloaded num-iter v0.1.45
7762026-05-27T00:04:18.705Z Downloaded num v0.4.3
7772026-05-27T00:04:18.757Z Downloaded nonempty v0.12.0
7782026-05-27T00:04:18.757Z Downloaded oso-derive v0.27.3
7792026-05-27T00:04:18.757Z Downloaded openssl-macros v0.1.1
7802026-05-27T00:04:18.757Z Downloaded futures v0.3.32
7812026-05-27T00:04:18.757Z Downloaded hmac v0.12.1
7822026-05-27T00:04:18.757Z Downloaded defmt-macros v1.0.1
7832026-05-27T00:04:18.757Z Downloaded crypto-bigint v0.5.5
7842026-05-27T00:04:18.757Z Downloaded openssl-probe v0.2.1
7852026-05-27T00:04:18.757Z Downloaded openssl-probe v0.1.6
7862026-05-27T00:04:18.757Z Downloaded mime_guess v2.0.5
7872026-05-27T00:04:18.757Z Downloaded lock_api v0.4.14
7882026-05-27T00:04:18.757Z Downloaded linear-map v1.2.0
7892026-05-27T00:04:18.758Z Downloaded native-tls v0.2.18
7902026-05-27T00:04:18.758Z Downloaded lru-cache v0.1.2
7912026-05-27T00:04:18.758Z Downloaded libloading v0.8.9
7922026-05-27T00:04:18.758Z Downloaded match_cfg v0.1.0
7932026-05-27T00:04:18.758Z Downloaded des v0.8.1
7942026-05-27T00:04:18.758Z Downloaded darling v0.23.0
7952026-05-27T00:04:18.758Z Downloaded packed_struct_codegen v0.10.1
7962026-05-27T00:04:18.758Z Downloaded chacha20poly1305 v0.10.1
7972026-05-27T00:04:18.758Z Downloaded elliptic-curve v0.13.8
7982026-05-27T00:04:18.758Z Downloaded base64 v0.21.7
7992026-05-27T00:04:18.758Z Downloaded jobserver v0.1.34
8002026-05-27T00:04:18.759Z Downloaded hyper-rustls v0.27.7
8012026-05-27T00:04:18.759Z Downloaded ingot-macros v0.1.1
8022026-05-27T00:04:18.759Z Downloaded iana-time-zone v0.1.65
8032026-05-27T00:04:18.759Z Downloaded httparse v1.10.1
8042026-05-27T00:04:18.759Z Downloaded parse-size v1.1.0
8052026-05-27T00:04:18.759Z Downloaded parse-display v0.10.0
8062026-05-27T00:04:18.790Z Downloaded multer v3.1.0
8072026-05-27T00:04:18.790Z Downloaded aes v0.8.4
8082026-05-27T00:04:18.790Z Downloaded aes-gcm v0.10.3
8092026-05-27T00:04:18.790Z Downloaded pbkdf2 v0.12.2
8102026-05-27T00:04:18.790Z Downloaded pbkdf2 v0.11.0
8112026-05-27T00:04:18.790Z Downloaded num-conv v0.2.0
8122026-05-27T00:04:18.790Z Downloaded num-complex v0.4.6
8132026-05-27T00:04:18.790Z Downloaded newtype-uuid v1.3.2
8142026-05-27T00:04:18.791Z Downloaded pin-utils v0.1.0
8152026-05-27T00:04:18.791Z Downloaded phf_shared v0.12.1
8162026-05-27T00:04:18.791Z Downloaded darling_core v0.23.0
8172026-05-27T00:04:18.791Z Downloaded peg-runtime v0.8.5
8182026-05-27T00:04:18.791Z Downloaded const_format v0.2.35
8192026-05-27T00:04:18.791Z Downloaded num_threads v0.1.7
8202026-05-27T00:04:18.791Z Downloaded nu-ansi-term v0.50.3
8212026-05-27T00:04:18.791Z Downloaded opaque-debug v0.3.1
8222026-05-27T00:04:18.791Z Downloaded num_enum v0.7.5
8232026-05-27T00:04:18.791Z Downloaded phf_shared v0.13.1
8242026-05-27T00:04:18.791Z Downloaded phf_shared v0.11.3
8252026-05-27T00:04:18.791Z Downloaded num-integer v0.1.46
8262026-05-27T00:04:18.791Z Downloaded num_enum v0.5.11
8272026-05-27T00:04:18.791Z Downloaded precomputed-hash v0.1.1
8282026-05-27T00:04:18.791Z Downloaded ignore v0.4.25
8292026-05-27T00:04:18.792Z Downloaded dropshot_endpoint v0.17.0
8302026-05-27T00:04:18.792Z Downloaded num_enum_derive v0.7.5
8312026-05-27T00:04:18.792Z Downloaded half v2.7.1
8322026-05-27T00:04:18.792Z Downloaded ar_archive_writer v0.5.1
8332026-05-27T00:04:18.792Z Downloaded litrs v1.0.0
8342026-05-27T00:04:18.792Z Downloaded oxide-tokio-rt v0.1.4
8352026-05-27T00:04:18.792Z Downloaded base64 v0.22.1
8362026-05-27T00:04:18.792Z Downloaded ipnetwork v0.21.1
8372026-05-27T00:04:18.802Z Downloaded progenitor-client v0.10.0
8382026-05-27T00:04:18.802Z Downloaded derive_more v0.99.20
8392026-05-27T00:04:18.802Z Downloaded memmap2 v0.9.10
8402026-05-27T00:04:18.802Z Downloaded derive-where v1.6.0
8412026-05-27T00:04:18.802Z Downloaded indexmap v1.9.3
8422026-05-27T00:04:18.802Z Downloaded heapless v0.8.0
8432026-05-27T00:04:18.802Z Downloaded cc v1.2.56
8442026-05-27T00:04:18.821Z Downloaded progenitor-client v0.14.0
8452026-05-27T00:04:18.822Z Downloaded parse-display-derive v0.10.0
8462026-05-27T00:04:18.822Z Downloaded headers v0.4.1
8472026-05-27T00:04:18.822Z Downloaded parking_lot_core v0.8.6
8482026-05-27T00:04:18.822Z Downloaded path-slash v0.1.5
8492026-05-27T00:04:18.822Z Downloaded psl-types v2.0.11
8502026-05-27T00:04:18.822Z Downloaded ed25519-dalek v2.2.0
8512026-05-27T00:04:18.822Z Downloaded peg-macros v0.8.5
8522026-05-27T00:04:18.822Z Downloaded flate2 v1.1.9
8532026-05-27T00:04:18.822Z Downloaded libbz2-rs-sys v0.2.2
8542026-05-27T00:04:18.822Z Downloaded progenitor-macro v0.14.0
8552026-05-27T00:04:18.822Z Downloaded progenitor-macro v0.11.2
8562026-05-27T00:04:18.825Z Downloaded password-hash v0.5.0
8572026-05-27T00:04:18.825Z Downloaded phf v0.12.1
8582026-05-27T00:04:18.825Z Downloaded pem v3.0.6
8592026-05-27T00:04:18.825Z Downloaded powerfmt v0.2.0
8602026-05-27T00:04:18.825Z Downloaded pin-project-lite v0.2.17
8612026-05-27T00:04:18.825Z Downloaded quick-error v1.2.3
8622026-05-27T00:04:18.825Z Downloaded progenitor-macro v0.13.0
8632026-05-27T00:04:18.825Z Downloaded radium v0.7.0
8642026-05-27T00:04:18.825Z Downloaded polyval v0.6.2
8652026-05-27T00:04:18.828Z Downloaded poly1305 v0.8.0
8662026-05-27T00:04:18.828Z Downloaded rand_chacha v0.3.1
8672026-05-27T00:04:18.828Z Downloaded heapless v0.7.17
8682026-05-27T00:04:18.832Z Downloaded phf v0.13.1
8692026-05-27T00:04:18.832Z Downloaded bumpalo v3.20.2
8702026-05-27T00:04:18.836Z Downloaded async-compression v0.4.41
8712026-05-27T00:04:18.838Z Downloaded indicatif v0.18.4
8722026-05-27T00:04:18.843Z Downloaded parking_lot_core v0.9.12
8732026-05-27T00:04:18.843Z Downloaded postgres-protocol v0.6.10
8742026-05-27T00:04:18.847Z Downloaded proc-macro-error2 v2.0.1
8752026-05-27T00:04:18.847Z Downloaded rand_xorshift v0.4.0
8762026-05-27T00:04:18.847Z Downloaded progenitor v0.11.2
8772026-05-27T00:04:18.847Z Downloaded ppv-lite86 v0.2.21
8782026-05-27T00:04:18.850Z Downloaded primeorder v0.13.6
8792026-05-27T00:04:18.850Z Downloaded ref-cast v1.0.25
8802026-05-27T00:04:18.850Z Downloaded recursive v0.1.1
8812026-05-27T00:04:18.852Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-27T00:04:18.852Z Downloaded pkg-config v0.3.32
8832026-05-27T00:04:18.853Z Downloaded pkcs8 v0.10.2
8842026-05-27T00:04:18.855Z Downloaded progenitor v0.13.0
8852026-05-27T00:04:18.855Z Downloaded parking_lot v0.11.2
8862026-05-27T00:04:18.858Z Downloaded ref-cast-impl v1.0.25
8872026-05-27T00:04:18.858Z Downloaded peg v0.8.5
8882026-05-27T00:04:18.861Z Downloaded password-hash v0.4.2
8892026-05-27T00:04:18.861Z Downloaded paste v1.0.15
8902026-05-27T00:04:18.864Z Downloaded nanorand v0.7.0
8912026-05-27T00:04:18.866Z Downloaded psm v0.1.30
8922026-05-27T00:04:18.867Z Downloaded progenitor-client v0.13.0
8932026-05-27T00:04:18.869Z Downloaded progenitor-client v0.11.2
8942026-05-27T00:04:18.869Z Downloaded pkcs1 v0.7.5
8952026-05-27T00:04:18.872Z Downloaded derive_more-impl v2.1.1
8962026-05-27T00:04:18.874Z Downloaded expectorate v1.2.0
8972026-05-27T00:04:18.875Z Downloaded pkcs5 v0.7.1
8982026-05-27T00:04:18.877Z Downloaded rfc6979 v0.4.0
8992026-05-27T00:04:18.880Z Downloaded omicron-zone-package v0.12.2
9002026-05-27T00:04:18.880Z Downloaded num-rational v0.4.2
9012026-05-27T00:04:18.883Z Downloaded pin-project-internal v1.1.11
9022026-05-27T00:04:18.883Z Downloaded proc-macro-error-attr2 v2.0.0
9032026-05-27T00:04:18.883Z Downloaded pem-rfc7468 v0.7.0
9042026-05-27T00:04:18.885Z Downloaded proc-macro-crate v3.4.0
9052026-05-27T00:04:18.886Z Downloaded rand_core v0.6.4
9062026-05-27T00:04:18.888Z Downloaded proc-macro-crate v1.3.1
9072026-05-27T00:04:18.888Z Downloaded predicates-tree v1.0.13
9082026-05-27T00:04:18.889Z Downloaded predicates-core v1.0.10
9092026-05-27T00:04:18.889Z Downloaded packed_struct v0.10.1
9102026-05-27T00:04:18.892Z Downloaded progenitor-macro v0.10.0
9112026-05-27T00:04:18.892Z Downloaded rustc-hash v2.1.1
9122026-05-27T00:04:18.892Z Downloaded russh-cryptovec v0.7.3
9132026-05-27T00:04:18.895Z Downloaded oxnet v0.1.4
9142026-05-27T00:04:18.895Z Downloaded owo-colors v4.3.0
9152026-05-27T00:04:18.895Z Downloaded flume v0.11.1
9162026-05-27T00:04:18.898Z Downloaded rustc_version v0.1.7
9172026-05-27T00:04:18.898Z Downloaded http-body-util v0.1.3
9182026-05-27T00:04:18.901Z Downloaded oso v0.27.3
9192026-05-27T00:04:18.901Z Downloaded r2d2 v0.8.10
9202026-05-27T00:04:18.903Z Downloaded p256 v0.13.2
9212026-05-27T00:04:18.906Z Downloaded rand_chacha v0.9.0
9222026-05-27T00:04:18.907Z Downloaded rand_seeder v0.4.0
9232026-05-27T00:04:18.907Z Downloaded rand_core v0.10.0
9242026-05-27T00:04:18.910Z Downloaded progenitor v0.10.0
9252026-05-27T00:04:18.910Z Downloaded hickory-resolver v0.25.2
9262026-05-27T00:04:18.912Z Downloaded salsa20 v0.10.2
9272026-05-27T00:04:18.912Z Downloaded rtoolbox v0.0.3
9282026-05-27T00:04:18.915Z Downloaded hickory-resolver v0.24.4
9292026-05-27T00:04:18.918Z Downloaded predicates v3.1.4
9302026-05-27T00:04:18.918Z Downloaded postgres-types v0.2.12
9312026-05-27T00:04:18.920Z Downloaded miniz_oxide v0.8.9
9322026-05-27T00:04:18.923Z Downloaded same-file v1.0.6
9332026-05-27T00:04:18.923Z Downloaded data-encoding v2.10.0
9342026-05-27T00:04:18.923Z Downloaded progenitor-extras v0.2.0
9352026-05-27T00:04:18.926Z Downloaded sapling-renderdag v0.1.0
9362026-05-27T00:04:18.926Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-27T00:04:18.931Z Downloaded secrecy v0.8.0
9382026-05-27T00:04:18.931Z Downloaded derive_more v2.1.1
9392026-05-27T00:04:18.935Z Downloaded scrypt v0.11.0
9402026-05-27T00:04:18.938Z Downloaded scopeguard v1.2.0
9412026-05-27T00:04:18.938Z Downloaded progenitor v0.14.0
9422026-05-27T00:04:18.941Z Downloaded serde_bytes v0.11.19
9432026-05-27T00:04:18.943Z Downloaded parking_lot v0.12.5
9442026-05-27T00:04:18.943Z Downloaded http v1.4.0
9452026-05-27T00:04:18.947Z Downloaded seq-macro v0.3.6
9462026-05-27T00:04:18.947Z Downloaded scroll_derive v0.13.1
9472026-05-27T00:04:18.949Z Downloaded serde-big-array v0.5.1
9482026-05-27T00:04:18.949Z Downloaded secrecy v0.10.3
9492026-05-27T00:04:18.949Z Downloaded resolv-conf v0.7.6
9502026-05-27T00:04:18.952Z Downloaded crossbeam-channel v0.5.15
9512026-05-27T00:04:18.955Z Downloaded quinn-udp v0.5.14
9522026-05-27T00:04:18.955Z Downloaded diesel_derives v2.3.7
9532026-05-27T00:04:18.958Z Downloaded serde_spanned v1.0.4
9542026-05-27T00:04:18.962Z Downloaded serde_repr v0.1.20
9552026-05-27T00:04:18.962Z Downloaded serde_plain v1.0.2
9562026-05-27T00:04:18.965Z Downloaded serde_urlencoded v0.7.1
9572026-05-27T00:04:18.965Z Downloaded signal-hook-tokio v0.3.1
9582026-05-27T00:04:18.965Z Downloaded signal-hook-mio v0.2.5
9592026-05-27T00:04:18.965Z Downloaded rand_core v0.9.5
9602026-05-27T00:04:18.969Z Downloaded hashbrown v0.12.3
9612026-05-27T00:04:18.974Z Downloaded rustls-pemfile v2.2.0
9622026-05-27T00:04:18.974Z Downloaded rustc_version v0.4.1
9632026-05-27T00:04:18.974Z Downloaded shell-words v1.1.1
9642026-05-27T00:04:18.978Z Downloaded sha1 v0.10.6
9652026-05-27T00:04:18.978Z Downloaded sigpipe v0.1.3
9662026-05-27T00:04:18.978Z Downloaded openssl-sys v0.9.115
9672026-05-27T00:04:18.981Z Downloaded rustversion v1.0.22
9682026-05-27T00:04:18.984Z Downloaded siphasher v1.0.2
9692026-05-27T00:04:18.984Z Downloaded signature v2.2.0
9702026-05-27T00:04:18.988Z Downloaded jiff-static v0.2.21
9712026-05-27T00:04:18.988Z Downloaded postcard v1.1.3
9722026-05-27T00:04:18.991Z Downloaded slog-bunyan v2.5.0
9732026-05-27T00:04:18.991Z Downloaded papergrid v0.17.0
9742026-05-27T00:04:19.002Z Downloaded prefix-trie v0.7.0
9752026-05-27T00:04:19.008Z Downloaded sct v0.7.1
9762026-05-27T00:04:19.008Z Downloaded progenitor-impl v0.10.0
9772026-05-27T00:04:19.008Z Downloaded pin-project v1.1.11
9782026-05-27T00:04:19.008Z Downloaded serde_derive_internals v0.29.1
9792026-05-27T00:04:19.013Z Downloaded schemars_derive v0.8.22
9802026-05-27T00:04:19.020Z Downloaded semver v0.1.20
9812026-05-27T00:04:19.025Z Downloaded sec1 v0.7.3
9822026-05-27T00:04:19.025Z Downloaded rustls-native-certs v0.8.3
9832026-05-27T00:04:19.033Z Downloaded progenitor-impl v0.11.2
9842026-05-27T00:04:19.036Z Downloaded serde-hex v0.1.0
9852026-05-27T00:04:19.036Z Downloaded ssh-cipher v0.2.0
9862026-05-27T00:04:19.036Z Downloaded rustls-pki-types v1.14.0
9872026-05-27T00:04:19.036Z Downloaded rustls-pemfile v1.0.4
9882026-05-27T00:04:19.036Z Downloaded slog-envlogger v2.2.0
9892026-05-27T00:04:19.039Z Downloaded prettyplease v0.2.37
9902026-05-27T00:04:19.039Z Downloaded pretty_assertions v1.4.1
9912026-05-27T00:04:19.042Z Downloaded sqlparser_derive v0.5.0
9922026-05-27T00:04:19.044Z Downloaded rcgen v0.12.1
9932026-05-27T00:04:19.044Z Downloaded strum v0.27.2
9942026-05-27T00:04:19.047Z Downloaded structmeta-derive v0.3.0
9952026-05-27T00:04:19.047Z Downloaded structmeta v0.3.0
9962026-05-27T00:04:19.047Z Downloaded signal-hook-registry v1.4.8
9972026-05-27T00:04:19.050Z Downloaded strip-ansi-escapes v0.2.1
9982026-05-27T00:04:19.053Z Downloaded progenitor-impl v0.14.0
9992026-05-27T00:04:19.055Z Downloaded russh-keys v0.45.0
10002026-05-27T00:04:19.055Z Downloaded itertools v0.10.5
10012026-05-27T00:04:19.060Z Downloaded scroll v0.13.0
10022026-05-27T00:04:19.063Z Downloaded strum v0.26.3
10032026-05-27T00:04:19.063Z Downloaded hickory-server v0.25.2
10042026-05-27T00:04:19.065Z Downloaded tagptr v0.2.0
10052026-05-27T00:04:19.066Z Downloaded tabled_derive v0.11.0
10062026-05-27T00:04:19.068Z Downloaded sync_wrapper v1.0.2
10072026-05-27T00:04:19.068Z Downloaded sync-ptr v0.1.4
10082026-05-27T00:04:19.068Z Downloaded supports-color v3.0.2
10092026-05-27T00:04:19.071Z Downloaded snafu-derive v0.8.9
10102026-05-27T00:04:19.071Z Downloaded slog-stdlog v4.1.1
10112026-05-27T00:04:19.074Z Downloaded take_mut v0.2.2
10122026-05-27T00:04:19.074Z Downloaded tap v1.0.1
10132026-05-27T00:04:19.074Z Downloaded tabwriter v1.4.1
10142026-05-27T00:04:19.076Z Downloaded serde_path_to_error v0.1.20
10152026-05-27T00:04:19.076Z Downloaded slog-term v2.9.2
10162026-05-27T00:04:19.079Z Downloaded thiserror-impl-no-std v2.0.2
10172026-05-27T00:04:19.079Z Downloaded simd-adler32 v0.3.8
10182026-05-27T00:04:19.082Z Downloaded rusty-fork v0.3.1
10192026-05-27T00:04:19.082Z Downloaded spki v0.7.3
10202026-05-27T00:04:19.085Z Downloaded subtle v2.6.1
10212026-05-27T00:04:19.089Z Downloaded slog-json v2.6.1
10222026-05-27T00:04:19.092Z Downloaded slog-dtrace v0.3.0
10232026-05-27T00:04:19.092Z Downloaded slog-async v2.8.0
10242026-05-27T00:04:19.095Z Downloaded stacker v0.1.23
10252026-05-27T00:04:19.098Z Downloaded ssh-encoding v0.2.0
10262026-05-27T00:04:19.098Z Downloaded hashbrown v0.13.2
10272026-05-27T00:04:19.103Z Downloaded hyper-util v0.1.20
10282026-05-27T00:04:19.107Z Downloaded thread-id v5.1.0
10292026-05-27T00:04:19.107Z Downloaded rayon-core v1.13.0
10302026-05-27T00:04:19.112Z Downloaded testing_table v0.3.0
10312026-05-27T00:04:19.112Z Downloaded termtree v0.5.1
10322026-05-27T00:04:19.112Z Downloaded string_cache v0.8.9
10332026-05-27T00:04:19.112Z Downloaded smf v0.2.3
10342026-05-27T00:04:19.112Z Downloaded ryu v1.0.23
10352026-05-27T00:04:19.115Z Downloaded serde_cbor v0.11.2
10362026-05-27T00:04:19.118Z Downloaded slog-scope v4.4.1
10372026-05-27T00:04:19.118Z Downloaded progenitor-impl v0.13.0
10382026-05-27T00:04:19.120Z Downloaded time-core v0.1.8
10392026-05-27T00:04:19.120Z Downloaded nom v7.1.3
10402026-05-27T00:04:19.123Z Downloaded sqlformat v0.3.5
10412026-05-27T00:04:19.126Z Downloaded support-bundle-viewer v0.1.2
10422026-05-27T00:04:19.126Z Downloaded aho-corasick v1.1.4
10432026-05-27T00:04:19.128Z Downloaded static_assertions v1.1.0
10442026-05-27T00:04:19.131Z Downloaded slab v0.4.12
10452026-05-27T00:04:19.131Z Downloaded serde_with_macros v3.17.0
10462026-05-27T00:04:19.134Z Downloaded num-bigint v0.4.6
10472026-05-27T00:04:19.137Z Downloaded rustls-platform-verifier v0.6.2
10482026-05-27T00:04:19.140Z Downloaded tokio-macros v2.7.0
10492026-05-27T00:04:19.147Z Downloaded minimal-lexical v0.2.1
10502026-05-27T00:04:19.152Z Downloaded strum_macros v0.27.2
10512026-05-27T00:04:19.155Z Downloaded strum_macros v0.26.4
10522026-05-27T00:04:19.158Z Downloaded strum_macros v0.24.3
10532026-05-27T00:04:19.161Z Downloaded mio v1.2.0
10542026-05-27T00:04:19.164Z Downloaded thread_local v1.1.9
10552026-05-27T00:04:19.167Z Downloaded thiserror-no-std v2.0.2
10562026-05-27T00:04:19.170Z Downloaded trait-variant v0.1.2
10572026-05-27T00:04:19.170Z Downloaded tower-service v0.3.3
10582026-05-27T00:04:19.170Z Downloaded iri-string v0.7.10
10592026-05-27T00:04:19.173Z Downloaded schemars v0.8.22
10602026-05-27T00:04:19.181Z Downloaded tower-layer v0.3.3
10612026-05-27T00:04:19.188Z Downloaded topological-sort v0.2.2
10622026-05-27T00:04:19.188Z Downloaded tinyvec_macros v0.1.1
10632026-05-27T00:04:19.188Z Downloaded try-lock v0.2.5
10642026-05-27T00:04:19.188Z Downloaded time-macros v0.2.27
10652026-05-27T00:04:19.188Z Downloaded termios v0.3.3
10662026-05-27T00:04:19.191Z Downloaded itertools v0.12.1
10672026-05-27T00:04:19.191Z Downloaded hashbrown v0.16.1
10682026-05-27T00:04:19.194Z Downloaded tokio-dtrace v0.1.1
10692026-05-27T00:04:19.197Z Downloaded hashbrown v0.15.5
10702026-05-27T00:04:19.200Z Downloaded unarray v0.1.4
10712026-05-27T00:04:19.200Z Downloaded spin v0.9.8
10722026-05-27T00:04:19.203Z Downloaded signal-hook v0.3.18
10732026-05-27T00:04:19.203Z Downloaded num-bigint-dig v0.8.6
10742026-05-27T00:04:19.206Z Downloaded tls_codec v0.4.2
10752026-05-27T00:04:19.208Z Downloaded tls_codec_derive v0.4.2
10762026-05-27T00:04:19.209Z Downloaded typify-macro v0.6.2
10772026-05-27T00:04:19.211Z Downloaded tokio-tungstenite v0.21.0
10782026-05-27T00:04:19.211Z Downloaded typify-macro v0.4.3
10792026-05-27T00:04:19.211Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10802026-05-27T00:04:19.214Z Downloaded unit-prefix v0.5.2
10812026-05-27T00:04:19.214Z Downloaded tokio-rustls v0.25.0
10822026-05-27T00:04:19.214Z Downloaded unicode-truncate v1.1.0
10832026-05-27T00:04:19.217Z Downloaded universal-hash v0.5.1
10842026-05-27T00:04:19.217Z Downloaded rand v0.8.6
10852026-05-27T00:04:19.220Z Downloaded stringprep v0.1.5
10862026-05-27T00:04:19.220Z Downloaded publicsuffix v2.3.0
10872026-05-27T00:04:19.224Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10882026-05-27T00:04:19.224Z Downloaded iddqd v0.4.1
10892026-05-27T00:04:19.229Z Downloaded rsa v0.9.10
10902026-05-27T00:04:19.233Z Downloaded slog v2.8.2
10912026-05-27T00:04:19.233Z Downloaded usdt-macro v0.6.0
10922026-05-27T00:04:19.236Z Downloaded tokio-native-tls v0.3.1
10932026-05-27T00:04:19.236Z Downloaded utf-8 v0.7.6
10942026-05-27T00:04:19.236Z Downloaded rand v0.9.2
10952026-05-27T00:04:19.239Z Downloaded usdt-attr-macro v0.6.0
10962026-05-27T00:04:19.239Z Downloaded usdt v0.6.0
10972026-05-27T00:04:19.239Z Downloaded untrusted v0.9.0
10982026-05-27T00:04:19.241Z Downloaded untrusted v0.7.1
10992026-05-27T00:04:19.242Z Downloaded toml_writer v1.0.6+spec-1.1.0
11002026-05-27T00:04:19.242Z Downloaded tiny-keccak v2.0.2
11012026-05-27T00:04:19.244Z Downloaded dropshot-api-manager v0.7.2
11022026-05-27T00:04:19.248Z Downloaded schemars v0.9.0
11032026-05-27T00:04:19.253Z Downloaded term v1.2.1
11042026-05-27T00:04:19.256Z Downloaded libxml v0.3.3
11052026-05-27T00:04:19.258Z Downloaded itertools v0.13.0
11062026-05-27T00:04:19.262Z Downloaded term v0.7.0
11072026-05-27T00:04:19.265Z Downloaded want v0.3.1
11082026-05-27T00:04:19.265Z Downloaded ron v0.8.1
11092026-05-27T00:04:19.271Z Downloaded smallvec v0.6.14
11102026-05-27T00:04:19.271Z Downloaded shlex v1.3.0
11112026-05-27T00:04:19.271Z Downloaded tokio-rustls v0.24.1
11122026-05-27T00:04:19.277Z Downloaded socket2 v0.5.10
11132026-05-27T00:04:19.277Z Downloaded wait-timeout v0.2.1
11142026-05-27T00:04:19.277Z Downloaded void v1.0.2
11152026-05-27T00:04:19.277Z Downloaded tokio-stream v0.1.18
11162026-05-27T00:04:19.280Z Downloaded libm v0.2.16
11172026-05-27T00:04:19.283Z Downloaded xshell-macros v0.2.7
11182026-05-27T00:04:19.283Z Downloaded xattr v1.6.1
11192026-05-27T00:04:19.286Z Downloaded unicase v2.9.0
11202026-05-27T00:04:19.286Z Downloaded qorb v0.4.1
11212026-05-27T00:04:19.289Z Downloaded similar v2.7.0
11222026-05-27T00:04:19.295Z Downloaded russh v0.45.0
11232026-05-27T00:04:19.298Z Downloaded quinn v0.11.9
11242026-05-27T00:04:19.298Z Downloaded toml_parser v1.0.9+spec-1.1.0
11252026-05-27T00:04:19.298Z Downloaded socket2 v0.6.3
11262026-05-27T00:04:19.301Z Downloaded uzers v0.12.2
11272026-05-27T00:04:19.302Z Downloaded rand v0.10.0
11282026-05-27T00:04:19.304Z Downloaded zeroize_derive v1.4.3
11292026-05-27T00:04:19.305Z Downloaded vergen-gitcl v1.0.8
11302026-05-27T00:04:19.305Z Downloaded tokio-tungstenite v0.23.1
11312026-05-27T00:04:19.309Z Downloaded subprocess v0.2.15
11322026-05-27T00:04:19.309Z Downloaded samael v0.0.19
11332026-05-27T00:04:19.316Z Downloaded futures-util v0.3.32
11342026-05-27T00:04:19.319Z Downloaded zone_cfg_derive v0.3.1
11352026-05-27T00:04:19.319Z Downloaded schemars v1.2.1
11362026-05-27T00:04:19.329Z Downloaded zone v0.3.1
11372026-05-27T00:04:19.332Z Downloaded usdt-impl v0.6.0
11382026-05-27T00:04:19.332Z Downloaded tui-tree-widget v0.23.1
11392026-05-27T00:04:19.332Z Downloaded vergen-lib v0.1.6
11402026-05-27T00:04:19.332Z Downloaded snafu v0.8.9
11412026-05-27T00:04:19.335Z Downloaded walkdir v2.5.0
11422026-05-27T00:04:19.335Z Downloaded whoami v1.6.1
11432026-05-27T00:04:19.338Z Downloaded twox-hash v2.1.2
11442026-05-27T00:04:19.338Z Downloaded test-strategy v0.4.5
11452026-05-27T00:04:19.341Z Downloaded toml v1.0.6+spec-1.1.0
11462026-05-27T00:04:19.344Z Downloaded waitgroup v0.1.2
11472026-05-27T00:04:19.344Z Downloaded wyz v0.5.1
11482026-05-27T00:04:19.344Z Downloaded vsss-rs v3.3.4
11492026-05-27T00:04:19.346Z Downloaded xshell v0.2.7
11502026-05-27T00:04:19.346Z Downloaded whoami v2.1.0
11512026-05-27T00:04:19.346Z Downloaded toml v0.7.8
11522026-05-27T00:04:19.350Z Downloaded unicode-properties v0.1.4
11532026-05-27T00:04:19.355Z Downloaded tinyvec v1.10.0
11542026-05-27T00:04:19.356Z Downloaded hyper v1.8.1
11552026-05-27T00:04:19.356Z Downloaded hkdf v0.12.4
11562026-05-27T00:04:19.360Z Downloaded serde_yaml v0.9.34+deprecated
11572026-05-27T00:04:19.369Z Downloaded steno v0.4.1
11582026-05-27T00:04:19.369Z Downloaded rustls-webpki v0.103.9
11592026-05-27T00:04:19.372Z Downloaded p521 v0.13.3
11602026-05-27T00:04:19.377Z Downloaded zstd-safe v7.2.4
11612026-05-27T00:04:19.377Z Downloaded zeroize v1.8.2
11622026-05-27T00:04:19.377Z Downloaded h2 v0.4.13
11632026-05-27T00:04:19.380Z Downloaded itertools v0.14.0
11642026-05-27T00:04:19.383Z Downloaded tungstenite v0.23.0
11652026-05-27T00:04:19.387Z Downloaded tungstenite v0.21.0
11662026-05-27T00:04:19.391Z Downloaded vergen-git2 v1.0.7
11672026-05-27T00:04:19.391Z Downloaded vergen v9.0.6
11682026-05-27T00:04:19.391Z Downloaded zstd v0.13.3
11692026-05-27T00:04:19.394Z Downloaded tracing-attributes v0.1.31
11702026-05-27T00:04:19.394Z Downloaded tar v0.4.45
11712026-05-27T00:04:19.394Z Downloaded yasna v0.5.2
11722026-05-27T00:04:19.394Z Downloaded toml v0.9.12+spec-1.1.0
11732026-05-27T00:04:19.404Z Downloaded bitvec v1.0.1
11742026-05-27T00:04:19.411Z Downloaded zerocopy v0.6.6
11752026-05-27T00:04:19.411Z Downloaded uuid v1.23.0
11762026-05-27T00:04:19.411Z Downloaded unsafe-libyaml v0.2.11
11772026-05-27T00:04:19.415Z Downloaded blake3 v1.8.3
11782026-05-27T00:04:19.419Z Downloaded typify v0.4.3
11792026-05-27T00:04:19.422Z Downloaded tracing-core v0.1.36
11802026-05-27T00:04:19.422Z Downloaded unicode-bidi v0.3.18
11812026-05-27T00:04:19.427Z Downloaded tokio-rustls v0.26.4
11822026-05-27T00:04:19.429Z Downloaded typify v0.6.2
11832026-05-27T00:04:19.437Z Downloaded tokio-postgres v0.7.16
11842026-05-27T00:04:19.440Z Downloaded rpassword v7.4.0
11852026-05-27T00:04:19.445Z Downloaded aws-lc-rs v1.16.3
11862026-05-27T00:04:19.457Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-27T00:04:19.462Z Downloaded git2 v0.20.4
11882026-05-27T00:04:19.462Z Downloaded zopfli v0.8.3
11892026-05-27T00:04:19.462Z Downloaded rustyline v14.0.0
11902026-05-27T00:04:19.465Z Downloaded vte v0.14.1
11912026-05-27T00:04:19.465Z Downloaded chrono v0.4.44
11922026-05-27T00:04:19.468Z Downloaded bindgen v0.71.1
11932026-05-27T00:04:19.471Z Downloaded reqwest v0.12.28
11942026-05-27T00:04:19.478Z Downloaded portable-atomic v1.13.1
11952026-05-27T00:04:19.490Z Downloaded regex v1.12.3
11962026-05-27T00:04:19.495Z Downloaded reedline v0.40.0
11972026-05-27T00:04:19.499Z Downloaded toml_edit v0.19.15
11982026-05-27T00:04:19.509Z Downloaded quick-xml v0.37.5
11992026-05-27T00:04:19.515Z Downloaded rustls-webpki v0.101.7
12002026-05-27T00:04:19.523Z Downloaded ssh-key v0.6.7
12012026-05-27T00:04:19.530Z Downloaded unicode_categories v0.1.1
12022026-05-27T00:04:19.539Z Downloaded tower v0.5.3
12032026-05-27T00:04:19.544Z Downloaded zerocopy-derive v0.8.40
12042026-05-27T00:04:19.553Z Downloaded zip v0.6.6
12052026-05-27T00:04:19.556Z Downloaded tokio-util v0.7.18
12062026-05-27T00:04:19.559Z Downloaded p384 v0.13.1
12072026-05-27T00:04:19.563Z Downloaded reqwest v0.13.2
12082026-05-27T00:04:19.568Z Downloaded tower-http v0.6.8
12092026-05-27T00:04:19.574Z Downloaded petname v2.0.2
12102026-05-27T00:04:19.578Z Downloaded yansi v1.0.1
12112026-05-27T00:04:19.580Z Downloaded unicode-segmentation v1.12.0
12122026-05-27T00:04:19.584Z Downloaded rayon v1.11.0
12132026-05-27T00:04:19.589Z Downloaded serde_with v3.17.0
12142026-05-27T00:04:19.596Z Downloaded quinn-proto v0.11.13
12152026-05-27T00:04:19.600Z Downloaded rustls-webpki v0.102.8
12162026-05-27T00:04:19.610Z Downloaded typed-path v0.9.3
12172026-05-27T00:04:19.615Z Downloaded winnow v0.6.26
12182026-05-27T00:04:19.620Z Downloaded x509-cert v0.2.5
12192026-05-27T00:04:19.623Z Downloaded winnow v0.5.40
12202026-05-27T00:04:19.628Z Downloaded lalrpop v0.19.12
12212026-05-27T00:04:19.634Z Downloaded nix v0.27.1
12222026-05-27T00:04:19.640Z Downloaded salty v0.3.0
12232026-05-27T00:04:19.644Z Downloaded bstr v1.12.1
12242026-05-27T00:04:19.653Z Downloaded proptest v1.10.0
12252026-05-27T00:04:19.659Z Downloaded moka v0.12.13
12262026-05-27T00:04:19.665Z Downloaded object v0.30.4
12272026-05-27T00:04:19.670Z Downloaded unicode-normalization v0.1.25
12282026-05-27T00:04:19.677Z Downloaded zip v4.6.1
12292026-05-27T00:04:19.680Z Downloaded tough v0.22.0
12302026-05-27T00:04:19.685Z Downloaded object v0.37.3
12312026-05-27T00:04:19.693Z Downloaded vcpkg v0.2.15
12322026-05-27T00:04:19.714Z Downloaded webpki-roots v1.0.6
12332026-05-27T00:04:19.716Z Downloaded goblin v0.10.5
12342026-05-27T00:04:19.720Z Downloaded curve25519-dalek v4.1.3
12352026-05-27T00:04:19.725Z Downloaded regex-syntax v0.6.29
12362026-05-27T00:04:19.729Z Downloaded regex-syntax v0.8.10
12372026-05-27T00:04:19.750Z Downloaded regress v0.11.1
12382026-05-27T00:04:19.763Z Downloaded rustls v0.23.37
12392026-05-27T00:04:19.791Z Downloaded radix_trie v0.2.1
12402026-05-27T00:04:19.805Z Downloaded tabled v0.20.0
12412026-05-27T00:04:19.809Z Downloaded polar-core v0.27.3
12422026-05-27T00:04:19.815Z Downloaded sled v0.34.7
12432026-05-27T00:04:19.820Z Downloaded tracing v0.1.44
12442026-05-27T00:04:19.833Z Downloaded openssl v0.10.79
12452026-05-27T00:04:19.838Z Downloaded bzip2-sys v0.1.13+1.0.8
12462026-05-27T00:04:19.846Z Downloaded time v0.3.47
12472026-05-27T00:04:19.852Z Downloaded nix v0.29.0
12482026-05-27T00:04:19.861Z Downloaded zerocopy-derive v0.6.6
12492026-05-27T00:04:19.865Z Downloaded regex-automata v0.4.14
12502026-05-27T00:04:19.874Z Downloaded dropshot v0.17.0
12512026-05-27T00:04:19.886Z Downloaded smoltcp v0.9.1
12522026-05-27T00:04:19.892Z Downloaded zlib-rs v0.6.2
12532026-05-27T00:04:19.895Z Downloaded chrono-tz v0.10.4
12542026-05-27T00:04:19.906Z Downloaded nix v0.28.0
12552026-05-27T00:04:19.912Z Downloaded rustls v0.21.12
12562026-05-27T00:04:19.918Z Downloaded nix v0.31.2
12572026-05-27T00:04:19.924Z Downloaded hickory-proto v0.24.4
12582026-05-27T00:04:19.934Z Downloaded dropshot v0.16.7
12592026-05-27T00:04:19.949Z Downloaded smoltcp v0.11.0
12602026-05-27T00:04:19.953Z Downloaded regress v0.10.5
12612026-05-27T00:04:19.957Z Downloaded zerocopy v0.8.40
12622026-05-27T00:04:19.963Z Downloaded petgraph v0.8.3
12632026-05-27T00:04:19.976Z Downloaded openapiv3 v2.2.0
12642026-05-27T00:04:19.982Z Downloaded hickory-proto v0.25.2
12652026-05-27T00:04:19.996Z Downloaded rustls v0.22.4
12662026-05-27T00:04:20.006Z Downloaded sha3 v0.10.8
12672026-05-27T00:04:20.010Z Downloaded rustix v0.38.44
12682026-05-27T00:04:20.016Z Downloaded diesel v2.3.7
12692026-05-27T00:04:20.066Z Downloaded sqlparser v0.61.0
12702026-05-27T00:04:20.095Z Downloaded ratatui v0.29.0
12712026-05-27T00:04:20.104Z Downloaded typify-impl v0.6.2
12722026-05-27T00:04:20.117Z Downloaded typify-impl v0.4.3
12732026-05-27T00:04:20.191Z Downloaded petgraph v0.6.5
12742026-05-27T00:04:20.207Z Downloaded jiff v0.2.21
12752026-05-27T00:04:20.246Z Downloaded libz-sys v1.1.24
12762026-05-27T00:04:20.257Z Downloaded csv v1.4.0
12772026-05-27T00:04:20.270Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-05-27T00:04:20.279Z Downloaded tokio v1.52.1
12792026-05-27T00:04:20.365Z Downloaded encoding_rs v0.8.35
12802026-05-27T00:04:20.392Z Downloaded ring v0.17.14
12812026-05-27T00:04:20.423Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-05-27T00:04:20.616Z Downloaded aws-lc-sys v0.40.0
12832026-05-27T00:04:20.859Z Compiling libc v0.2.185
12842026-05-27T00:04:20.859Z Compiling serde v1.0.228
12852026-05-27T00:04:20.862Z Compiling log v0.4.29
12862026-05-27T00:04:20.862Z Compiling find-msvc-tools v0.1.9
12872026-05-27T00:04:20.862Z Compiling shlex v1.3.0
12882026-05-27T00:04:20.862Z Compiling smallvec v1.15.1
12892026-05-27T00:04:20.862Z Compiling typenum v1.19.0
12902026-05-27T00:04:20.862Z Compiling subtle v2.6.1
12912026-05-27T00:04:21.037Z Compiling generic-array v0.14.7
12922026-05-27T00:04:21.040Z Compiling scopeguard v1.2.0
12932026-05-27T00:04:21.058Z Compiling const-oid v0.9.6
12942026-05-27T00:04:21.129Z Compiling serde_json v1.0.149
12952026-05-27T00:04:21.142Z Compiling syn v2.0.117
12962026-05-27T00:04:21.149Z Compiling zerocopy v0.8.40
12972026-05-27T00:04:21.149Z Compiling portable-atomic v1.13.1
12982026-05-27T00:04:21.152Z Compiling pin-project-lite v0.2.17
12992026-05-27T00:04:21.229Z Compiling lock_api v0.4.14
13002026-05-27T00:04:21.242Z Compiling parking_lot_core v0.9.12
13012026-05-27T00:04:21.257Z Compiling pkg-config v0.3.32
13022026-05-27T00:04:21.274Z Compiling bitflags v2.11.0
13032026-05-27T00:04:21.289Z Compiling critical-section v1.2.0
13042026-05-27T00:04:21.310Z Compiling libm v0.2.16
13052026-05-27T00:04:21.330Z Compiling futures-core v0.3.32
13062026-05-27T00:04:21.375Z Compiling num-traits v0.2.19
13072026-05-27T00:04:21.400Z Compiling percent-encoding v2.3.2
13082026-05-27T00:04:21.511Z Compiling futures-sink v0.3.32
13092026-05-27T00:04:21.540Z Compiling futures-task v0.3.32
13102026-05-27T00:04:21.571Z Compiling futures-io v0.3.32
13112026-05-27T00:04:21.584Z Compiling slab v0.4.12
13122026-05-27T00:04:21.595Z Compiling cpufeatures v0.2.17
13132026-05-27T00:04:21.661Z Compiling futures-channel v0.3.32
13142026-05-27T00:04:21.680Z Compiling getrandom v0.4.1
13152026-05-27T00:04:21.692Z Compiling rand_core v0.10.0
13162026-05-27T00:04:21.692Z Compiling indexmap v2.14.0
13172026-05-27T00:04:21.773Z Compiling getrandom v0.3.4
13182026-05-27T00:04:21.781Z Compiling rustversion v1.0.22
13192026-05-27T00:04:21.796Z Compiling form_urlencoded v1.2.2
13202026-05-27T00:04:21.829Z Compiling fs_extra v1.3.0
13212026-05-27T00:04:21.881Z Compiling dunce v1.0.5
13222026-05-27T00:04:21.933Z Compiling base64ct v1.8.3
13232026-05-27T00:04:21.960Z Compiling ident_case v1.0.1
13242026-05-27T00:04:21.980Z Compiling getrandom v0.2.17
13252026-05-27T00:04:21.997Z Compiling jobserver v0.1.34
13262026-05-27T00:04:22.008Z Compiling errno v0.3.14
13272026-05-27T00:04:22.051Z Compiling mio v1.2.0
13282026-05-27T00:04:22.084Z Compiling socket2 v0.6.3
13292026-05-27T00:04:22.116Z Compiling rand_core v0.6.4
13302026-05-27T00:04:22.132Z Compiling signal-hook-registry v1.4.8
13312026-05-27T00:04:22.196Z Compiling cc v1.2.56
13322026-05-27T00:04:22.240Z Compiling parking_lot v0.12.5
13332026-05-27T00:04:22.347Z Compiling once_cell v1.21.3
13342026-05-27T00:04:22.362Z Compiling pem-rfc7468 v0.7.0
13352026-05-27T00:04:22.397Z Compiling regex-syntax v0.8.10
13362026-05-27T00:04:22.413Z Compiling rustix v1.1.3
13372026-05-27T00:04:22.424Z Compiling flagset v0.4.7
13382026-05-27T00:04:22.437Z Compiling iana-time-zone v0.1.65
13392026-05-27T00:04:22.452Z Compiling aws-lc-rs v1.16.3
13402026-05-27T00:04:22.531Z Compiling vcpkg v0.2.15
13412026-05-27T00:04:22.584Z Compiling tracing-core v0.1.36
13422026-05-27T00:04:22.597Z Compiling uuid v1.23.0
13432026-05-27T00:04:22.640Z Compiling rustc_version v0.4.1
13442026-05-27T00:04:22.658Z Compiling base64 v0.22.1
13452026-05-27T00:04:22.682Z Compiling rand_core v0.9.5
13462026-05-27T00:04:22.701Z Compiling openssl-probe v0.2.1
13472026-05-27T00:04:22.769Z Compiling untrusted v0.9.0
13482026-05-27T00:04:22.783Z Compiling tinyvec_macros v0.1.1
13492026-05-27T00:04:22.835Z Compiling untrusted v0.7.1
13502026-05-27T00:04:22.862Z Compiling httparse v1.10.1
13512026-05-27T00:04:22.896Z Compiling tinyvec v1.10.0
13522026-05-27T00:04:22.913Z Compiling aho-corasick v1.1.4
13532026-05-27T00:04:22.949Z Compiling rustls v0.23.37
13542026-05-27T00:04:22.980Z Compiling cmake v0.1.57
13552026-05-27T00:04:22.994Z Compiling dyn-clone v1.0.20
13562026-05-27T00:04:23.013Z Compiling tower-service v0.3.3
13572026-05-27T00:04:23.016Z Compiling schemars v0.8.22
13582026-05-27T00:04:23.125Z Compiling try-lock v0.2.5
13592026-05-27T00:04:23.142Z Compiling tower-layer v0.3.3
13602026-05-27T00:04:23.156Z Compiling atomic-waker v1.1.2
13612026-05-27T00:04:23.174Z Compiling httpdate v1.0.3
13622026-05-27T00:04:23.224Z Compiling want v0.3.1
13632026-05-27T00:04:23.246Z Compiling foreign-types-shared v0.1.1
13642026-05-27T00:04:23.273Z Compiling pin-utils v0.1.0
13652026-05-27T00:04:23.304Z Compiling openssl v0.10.79
13662026-05-27T00:04:23.320Z Compiling foreign-types v0.3.2
13672026-05-27T00:04:23.348Z Compiling unicode-normalization v0.1.25
13682026-05-27T00:04:23.362Z Compiling spin v0.9.8
13692026-05-27T00:04:23.362Z Compiling crc32fast v1.5.0
13702026-05-27T00:04:23.362Z Compiling native-tls v0.2.18
13712026-05-27T00:04:23.405Z Compiling time-core v0.1.8
13722026-05-27T00:04:23.406Z Compiling num-conv v0.2.0
13732026-05-27T00:04:23.406Z Compiling powerfmt v0.2.0
13742026-05-27T00:04:23.448Z Compiling wait-timeout v0.2.1
13752026-05-27T00:04:23.451Z Compiling sync_wrapper v1.0.2
13762026-05-27T00:04:23.560Z Compiling deranged v0.5.8
13772026-05-27T00:04:23.589Z Compiling bit-vec v0.8.0
13782026-05-27T00:04:23.600Z Compiling time-macros v0.2.27
13792026-05-27T00:04:23.600Z Compiling syn v1.0.109
13802026-05-27T00:04:23.629Z Compiling usdt-impl v0.6.0
13812026-05-27T00:04:23.633Z Compiling siphasher v1.0.2
13822026-05-27T00:04:23.656Z Compiling simd-adler32 v0.3.8
13832026-05-27T00:04:23.658Z Compiling crossbeam-utils v0.8.21
13842026-05-27T00:04:23.731Z Compiling num_threads v0.1.7
13852026-05-27T00:04:23.739Z Compiling quick-error v1.2.3
13862026-05-27T00:04:23.816Z Compiling aws-lc-sys v0.40.0
13872026-05-27T00:04:23.837Z Compiling ring v0.17.14
13882026-05-27T00:04:23.840Z Compiling openssl-sys v0.9.115
13892026-05-27T00:04:23.854Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13902026-05-27T00:04:23.866Z Compiling bzip2-sys v0.1.13+1.0.8
13912026-05-27T00:04:23.881Z Compiling regex-automata v0.4.14
13922026-05-27T00:04:23.951Z Compiling tempfile v3.25.0
13932026-05-27T00:04:23.968Z Compiling bit-set v0.8.0
13942026-05-27T00:04:24.017Z Compiling heapless v0.7.17
13952026-05-27T00:04:24.116Z Compiling synstructure v0.13.2
13962026-05-27T00:04:24.179Z Compiling pest_generator v2.8.6
13972026-05-27T00:04:24.188Z Compiling serde_derive_internals v0.29.1
13982026-05-27T00:04:24.228Z Compiling darling_core v0.20.11
13992026-05-27T00:04:24.289Z Compiling rusty-fork v0.3.1
14002026-05-27T00:04:24.353Z Compiling darling_core v0.21.3
14012026-05-27T00:04:24.547Z Compiling rand_xorshift v0.4.0
14022026-05-27T00:04:24.620Z Compiling slog v2.8.2
14032026-05-27T00:04:24.666Z Compiling thread-id v5.1.0
14042026-05-27T00:04:24.717Z Compiling time v0.3.47
14052026-05-27T00:04:24.731Z Compiling cookie v0.18.1
14062026-05-27T00:04:24.734Z Compiling iri-string v0.7.10
14072026-05-27T00:04:24.759Z Compiling ryu v1.0.23
14082026-05-27T00:04:24.786Z Compiling anyhow v1.0.102
14092026-05-27T00:04:24.824Z Compiling adler2 v2.0.1
14102026-05-27T00:04:24.910Z Compiling unarray v0.1.4
14112026-05-27T00:04:24.930Z Compiling zstd-safe v7.2.4
14122026-05-27T00:04:24.997Z Compiling unicode-properties v0.1.4
14132026-05-27T00:04:25.013Z Compiling unicode-bidi v0.3.18
14142026-05-27T00:04:25.032Z Compiling signal-hook v0.3.18
14152026-05-27T00:04:25.111Z Compiling paste v1.0.15
14162026-05-27T00:04:25.126Z Compiling allocator-api2 v0.2.21
14172026-05-27T00:04:25.291Z Compiling miniz_oxide v0.8.9
14182026-05-27T00:04:25.407Z Compiling stringprep v0.1.5
14192026-05-27T00:04:25.525Z Compiling num-integer v0.1.46
14202026-05-27T00:04:25.639Z Compiling curve25519-dalek v4.1.3
14212026-05-27T00:04:25.833Z Compiling serde_derive v1.0.228
14222026-05-27T00:04:25.877Z Compiling zeroize_derive v1.4.3
14232026-05-27T00:04:25.894Z Compiling zerofrom-derive v0.1.6
14242026-05-27T00:04:25.941Z Compiling yoke-derive v0.8.1
14252026-05-27T00:04:25.977Z Compiling zerovec-derive v0.11.2
14262026-05-27T00:04:26.002Z Compiling zerocopy-derive v0.8.40
14272026-05-27T00:04:26.200Z Compiling displaydoc v0.2.5
14282026-05-27T00:04:26.371Z Compiling tokio-macros v2.7.0
14292026-05-27T00:04:26.413Z Compiling futures-macro v0.3.32
14302026-05-27T00:04:26.560Z Compiling zeroize v1.8.2
14312026-05-27T00:04:26.616Z Compiling der_derive v0.7.3
14322026-05-27T00:04:26.988Z Compiling rustls-pki-types v1.14.0
14332026-05-27T00:04:27.014Z Compiling tracing-attributes v0.1.31
14342026-05-27T00:04:27.142Z Compiling thiserror-impl v2.0.18
14352026-05-27T00:04:27.162Z Compiling scroll_derive v0.13.1
14362026-05-27T00:04:27.176Z Compiling schemars_derive v0.8.22
14372026-05-27T00:04:27.271Z Compiling futures-util v0.3.32
14382026-05-27T00:04:27.358Z Compiling crypto-common v0.1.7
14392026-05-27T00:04:27.364Z Compiling zerofrom v0.1.6
14402026-05-27T00:04:27.447Z Compiling block-buffer v0.10.4
14412026-05-27T00:04:27.506Z Compiling yoke v0.8.1
14422026-05-27T00:04:27.520Z Compiling block-padding v0.3.3
14432026-05-27T00:04:27.609Z Compiling digest v0.10.7
14442026-05-27T00:04:27.629Z Compiling der v0.7.10
14452026-05-27T00:04:27.708Z Compiling zerovec v0.11.5
14462026-05-27T00:04:27.708Z Compiling zerotrie v0.2.3
14472026-05-27T00:04:27.872Z Compiling hmac v0.12.1
14482026-05-27T00:04:27.993Z Compiling inout v0.1.4
14492026-05-27T00:04:28.018Z Compiling sha2 v0.10.9
14502026-05-27T00:04:28.044Z Compiling pbkdf2 v0.12.2
14512026-05-27T00:04:28.173Z Compiling tinystr v0.8.2
14522026-05-27T00:04:28.187Z Compiling potential_utf v0.1.4
14532026-05-27T00:04:28.193Z Compiling cipher v0.4.4
14542026-05-27T00:04:28.224Z Compiling pest_derive v2.8.6
14552026-05-27T00:04:28.369Z Compiling icu_locale_core v2.1.1
14562026-05-27T00:04:28.384Z Compiling icu_collections v2.1.1
14572026-05-27T00:04:28.398Z Compiling tracing v0.1.44
14582026-05-27T00:04:28.487Z Compiling spki v0.7.3
14592026-05-27T00:04:28.500Z Compiling salsa20 v0.10.2
14602026-05-27T00:04:28.538Z Compiling thiserror v2.0.18
14612026-05-27T00:04:28.653Z Compiling scrypt v0.11.0
14622026-05-27T00:04:28.669Z Compiling cbc v0.1.2
14632026-05-27T00:04:28.685Z Compiling aes v0.8.4
14642026-05-27T00:04:28.699Z Compiling scroll v0.13.0
14652026-05-27T00:04:28.713Z Compiling darling_macro v0.20.11
14662026-05-27T00:04:28.838Z Compiling openssl-macros v0.1.1
14672026-05-27T00:04:28.854Z Compiling rustls-native-certs v0.8.3
14682026-05-27T00:04:28.884Z Compiling dtrace-parser v0.3.0
14692026-05-27T00:04:28.921Z Compiling goblin v0.10.5
14702026-05-27T00:04:28.981Z Compiling icu_provider v2.1.1
14712026-05-27T00:04:29.161Z Compiling pkcs5 v0.7.1
14722026-05-27T00:04:29.219Z Compiling darling v0.20.11
14732026-05-27T00:04:29.253Z Compiling icu_normalizer v2.1.1
14742026-05-27T00:04:29.267Z Compiling icu_properties v2.1.2
14752026-05-27T00:04:29.319Z Compiling bytes v1.11.1
14762026-05-27T00:04:29.403Z Compiling chrono v0.4.44
14772026-05-27T00:04:29.423Z Compiling ipnet v2.11.0
14782026-05-27T00:04:29.438Z Compiling derive_builder_core v0.20.2
14792026-05-27T00:04:29.555Z Compiling pkcs8 v0.10.2
14802026-05-27T00:04:29.664Z Compiling signature v2.2.0
14812026-05-27T00:04:29.679Z Compiling webpki-roots v1.0.6
14822026-05-27T00:04:29.775Z Compiling thiserror-impl v1.0.69
14832026-05-27T00:04:29.815Z Compiling tokio v1.52.1
14842026-05-27T00:04:29.830Z Compiling http v1.4.0
14852026-05-27T00:04:29.861Z Compiling scroll_derive v0.12.1
14862026-05-27T00:04:29.879Z Compiling erased-serde v0.3.31
14872026-05-27T00:04:29.950Z Compiling serde_tokenstream v0.2.3
14882026-05-27T00:04:29.964Z Compiling toml_datetime v0.6.11
14892026-05-27T00:04:30.246Z Compiling idna_adapter v1.2.1
14902026-05-27T00:04:30.292Z Compiling serde_spanned v0.6.9
14912026-05-27T00:04:30.346Z Compiling derive_builder_macro v0.20.2
14922026-05-27T00:04:30.398Z Compiling ppv-lite86 v0.2.21
14932026-05-27T00:04:30.438Z Compiling idna v1.1.0
14942026-05-27T00:04:30.457Z Compiling serde_urlencoded v0.7.1
14952026-05-27T00:04:30.472Z Compiling md-5 v0.10.6
14962026-05-27T00:04:30.559Z Compiling http-body v1.0.1
14972026-05-27T00:04:30.611Z Compiling scroll v0.12.0
14982026-05-27T00:04:30.649Z Compiling darling_macro v0.21.3
14992026-05-27T00:04:30.722Z Compiling rand_chacha v0.9.0
15002026-05-27T00:04:30.737Z Compiling http-body-util v0.1.3
15012026-05-27T00:04:30.751Z Compiling url v2.5.8
15022026-05-27T00:04:30.822Z Compiling rand_chacha v0.3.1
15032026-05-27T00:04:30.850Z Compiling bstr v1.12.1
15042026-05-27T00:04:30.880Z Compiling async-trait v0.1.89
15052026-05-27T00:04:30.897Z Compiling pin-project-internal v1.1.11
15062026-05-27T00:04:30.992Z Compiling rand v0.9.2
15072026-05-27T00:04:31.006Z Compiling zerocopy-derive v0.7.35
15082026-05-27T00:04:31.134Z Compiling vergen-lib v0.1.6
15092026-05-27T00:04:31.154Z Compiling thiserror v1.0.69
15102026-05-27T00:04:31.180Z Compiling ff v0.13.1
15112026-05-27T00:04:31.330Z Compiling hash32 v0.2.1
15122026-05-27T00:04:31.344Z Compiling memoffset v0.9.1
15132026-05-27T00:04:31.447Z Compiling num-bigint-dig v0.8.6
15142026-05-27T00:04:31.521Z Compiling base16ct v0.2.0
15152026-05-27T00:04:31.539Z Compiling ref-cast v1.0.25
15162026-05-27T00:04:31.560Z Compiling zlib-rs v0.6.2
15172026-05-27T00:04:31.585Z Compiling proptest v1.10.0
15182026-05-27T00:04:31.654Z Compiling dof v0.4.0
15192026-05-27T00:04:31.721Z Compiling rustix v0.38.44
15202026-05-27T00:04:31.823Z Compiling cfg_aliases v0.2.1
15212026-05-27T00:04:31.866Z Compiling fallible-iterator v0.2.0
15222026-05-27T00:04:31.910Z Compiling litrs v1.0.0
15232026-05-27T00:04:31.924Z Compiling smoltcp v0.9.1
15242026-05-27T00:04:31.961Z Compiling psl-types v2.0.11
15252026-05-27T00:04:32.010Z Compiling zerocopy v0.7.35
15262026-05-27T00:04:32.063Z Compiling ipnetwork v0.21.1
15272026-05-27T00:04:32.109Z Compiling publicsuffix v2.3.0
15282026-05-27T00:04:32.219Z Compiling postgres-protocol v0.6.10
15292026-05-27T00:04:32.233Z Compiling pin-project v1.1.11
15302026-05-27T00:04:32.299Z Compiling nix v0.31.2
15312026-05-27T00:04:32.317Z Compiling oxnet v0.1.4
15322026-05-27T00:04:32.440Z Compiling sec1 v0.7.3
15332026-05-27T00:04:32.454Z Compiling document-features v0.2.12
15342026-05-27T00:04:32.612Z Compiling group v0.13.0
15352026-05-27T00:04:32.631Z Compiling darling v0.21.3
15362026-05-27T00:04:32.691Z Compiling rand v0.8.6
15372026-05-27T00:04:32.726Z Compiling derive_builder v0.20.2
15382026-05-27T00:04:32.744Z Compiling goblin v0.8.2
15392026-05-27T00:04:32.803Z Compiling hubpack_derive v0.1.1
15402026-05-27T00:04:32.806Z Compiling cargo-platform v0.1.9
15412026-05-27T00:04:32.880Z Compiling hex v0.4.3
15422026-05-27T00:04:32.885Z Compiling futures-executor v0.3.32
15432026-05-27T00:04:32.990Z Compiling hkdf v0.12.4
15442026-05-27T00:04:33.067Z Compiling crypto-bigint v0.5.5
15452026-05-27T00:04:33.088Z Compiling regex v1.12.3
15462026-05-27T00:04:33.165Z Compiling daft-derive v0.1.7
15472026-05-27T00:04:33.170Z Compiling curve25519-dalek-derive v0.1.1
15482026-05-27T00:04:33.209Z Compiling strum_macros v0.27.2
15492026-05-27T00:04:33.224Z Compiling ref-cast-impl v1.0.25
15502026-05-27T00:04:33.248Z Compiling snafu-derive v0.8.9
15512026-05-27T00:04:33.262Z Compiling num-iter v0.1.45
15522026-05-27T00:04:33.553Z Compiling terminal_size v0.4.3
15532026-05-27T00:04:33.665Z Compiling tokio-util v0.7.18
15542026-05-27T00:04:33.712Z Compiling tower v0.5.3
15552026-05-27T00:04:33.759Z Compiling tokio-native-tls v0.3.1
15562026-05-27T00:04:33.802Z Compiling phf_shared v0.13.1
15572026-05-27T00:04:33.832Z Compiling lazy_static v1.5.0
15582026-05-27T00:04:33.852Z Compiling vergen v9.0.6
15592026-05-27T00:04:33.866Z Compiling fs-err v3.3.0
15602026-05-27T00:04:33.935Z Compiling newtype-uuid v1.3.2
15612026-05-27T00:04:33.949Z Compiling encoding_rs v0.8.35
15622026-05-27T00:04:33.952Z Compiling ahash v0.8.12
15632026-05-27T00:04:34.053Z Compiling bumpalo v3.20.2
15642026-05-27T00:04:34.066Z Compiling unicode-segmentation v1.12.0
15652026-05-27T00:04:34.079Z Compiling libbz2-rs-sys v0.2.2
15662026-05-27T00:04:34.182Z Compiling tower-http v0.6.8
15672026-05-27T00:04:34.217Z Compiling foldhash v0.2.0
15682026-05-27T00:04:34.288Z Compiling managed v0.8.0
15692026-05-27T00:04:34.320Z Compiling same-file v1.0.6
15702026-05-27T00:04:34.458Z Compiling h2 v0.4.13
15712026-05-27T00:04:34.472Z Compiling flate2 v1.1.9
15722026-05-27T00:04:34.497Z Compiling foldhash v0.1.5
15732026-05-27T00:04:34.528Z Compiling bitflags v1.3.2
15742026-05-27T00:04:34.607Z Compiling object v0.37.3
15752026-05-27T00:04:34.621Z Compiling winnow v0.5.40
15762026-05-27T00:04:34.691Z Compiling mime v0.3.17
15772026-05-27T00:04:34.716Z Compiling hashbrown v0.15.5
15782026-05-27T00:04:34.786Z Compiling bzip2 v0.6.1
15792026-05-27T00:04:34.907Z Compiling walkdir v2.5.0
15802026-05-27T00:04:34.949Z Compiling dof v0.3.0
15812026-05-27T00:04:34.965Z Compiling hashbrown v0.16.1
15822026-05-27T00:04:35.010Z Compiling zopfli v0.8.3
15832026-05-27T00:04:35.181Z Compiling snafu v0.8.9
15842026-05-27T00:04:35.207Z Compiling clap_builder v4.5.60
15852026-05-27T00:04:35.247Z Compiling strum v0.27.2
15862026-05-27T00:04:35.360Z Compiling daft v0.1.7
15872026-05-27T00:04:35.416Z Compiling elliptic-curve v0.13.8
15882026-05-27T00:04:35.490Z Compiling phf v0.13.1
15892026-05-27T00:04:35.669Z Compiling signal-hook-mio v0.2.5
15902026-05-27T00:04:35.686Z Compiling cargo_metadata v0.19.2
15912026-05-27T00:04:35.717Z Compiling cookie_store v0.22.1
15922026-05-27T00:04:35.750Z Compiling hubpack v0.1.2
15932026-05-27T00:04:35.765Z Compiling usdt-attr-macro v0.6.0
15942026-05-27T00:04:35.779Z Compiling usdt-macro v0.6.0
15952026-05-27T00:04:35.804Z Compiling bzip2 v0.4.4
15962026-05-27T00:04:35.839Z Compiling futures v0.3.32
15972026-05-27T00:04:35.933Z Compiling zstd v0.13.3
15982026-05-27T00:04:35.984Z Compiling toml_edit v0.19.15
15992026-05-27T00:04:36.036Z Compiling serde_with_macros v3.17.0
16002026-05-27T00:04:36.146Z Compiling postgres-types v0.2.12
16012026-05-27T00:04:36.216Z Compiling globset v0.4.18
16022026-05-27T00:04:36.293Z Compiling dtrace-parser v0.2.0
16032026-05-27T00:04:36.400Z Compiling ed25519 v2.2.3
16042026-05-27T00:04:36.569Z Compiling pkcs1 v0.7.5
16052026-05-27T00:04:36.601Z Compiling olpc-cjson v0.1.4
16062026-05-27T00:04:36.730Z Compiling serde_plain v1.0.2
16072026-05-27T00:04:36.787Z Compiling serde-big-array v0.5.1
16082026-05-27T00:04:36.934Z Compiling rfc6979 v0.4.0
16092026-05-27T00:04:36.949Z Compiling clap_derive v4.5.55
16102026-05-27T00:04:36.954Z Compiling serde_repr v0.1.20
16112026-05-27T00:04:37.001Z Compiling enum-as-inner v0.6.1
16122026-05-27T00:04:37.078Z Compiling strum_macros v0.26.4
16132026-05-27T00:04:37.093Z Compiling async-recursion v1.1.1
16142026-05-27T00:04:37.107Z Compiling phf_shared v0.11.3
16152026-05-27T00:04:37.215Z Compiling float-cmp v0.10.0
16162026-05-27T00:04:37.313Z Compiling pem v3.0.6
16172026-05-27T00:04:37.332Z Compiling thread-id v4.2.2
16182026-05-27T00:04:37.365Z Compiling memmap2 v0.9.10
16192026-05-27T00:04:37.392Z Compiling env_filter v1.0.0
16202026-05-27T00:04:37.438Z Compiling fixedbitset v0.4.2
16212026-05-27T00:04:37.533Z Compiling hyper v1.8.1
16222026-05-27T00:04:37.549Z Compiling difflib v0.4.0
16232026-05-27T00:04:37.616Z Compiling typed-path v0.9.3
16242026-05-27T00:04:37.661Z Compiling static_assertions v1.1.0
16252026-05-27T00:04:37.678Z Compiling predicates-core v1.0.10
16262026-05-27T00:04:37.730Z Compiling fixedbitset v0.5.7
16272026-05-27T00:04:37.752Z Compiling precomputed-hash v0.1.1
16282026-05-27T00:04:37.793Z Compiling new_debug_unreachable v1.0.6
16292026-05-27T00:04:37.857Z Compiling whoami v2.1.0
16302026-05-27T00:04:37.878Z Compiling either v1.15.0
16312026-05-27T00:04:37.890Z Compiling data-encoding v2.10.0
16322026-05-27T00:04:38.058Z Compiling jiff v0.2.21
16332026-05-27T00:04:38.105Z Compiling normalize-line-endings v0.3.0
16342026-05-27T00:04:38.135Z Compiling keccak v0.1.6
16352026-05-27T00:04:38.218Z Compiling hickory-proto v0.25.2
16362026-05-27T00:04:38.257Z Compiling predicates v3.1.4
16372026-05-27T00:04:38.282Z Compiling itertools v0.13.0
16382026-05-27T00:04:38.546Z Compiling sha3 v0.10.8
16392026-05-27T00:04:38.617Z Compiling tokio-postgres v0.7.16
16402026-05-27T00:04:38.660Z Compiling hyper-util v0.1.20
16412026-05-27T00:04:38.677Z Compiling petgraph v0.8.3
16422026-05-27T00:04:38.775Z Compiling clap v4.5.60
16432026-05-27T00:04:38.868Z Compiling string_cache v0.8.9
16442026-05-27T00:04:38.883Z Compiling strum v0.26.3
16452026-05-27T00:04:38.886Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16462026-05-27T00:04:38.934Z Compiling toml_edit v0.22.27
16472026-05-27T00:04:38.955Z Compiling petgraph v0.6.5
16482026-05-27T00:04:39.024Z Compiling env_logger v0.11.9
16492026-05-27T00:04:39.039Z Compiling usdt v0.6.0
16502026-05-27T00:04:39.110Z Compiling usdt-impl v0.5.0
16512026-05-27T00:04:39.179Z Compiling toml v0.7.8
16522026-05-27T00:04:39.330Z Compiling serde_with v3.17.0
16532026-05-27T00:04:39.408Z Compiling crossterm v0.28.1
16542026-05-27T00:04:39.526Z Compiling ecdsa v0.16.9
16552026-05-27T00:04:39.731Z Compiling rsa v0.9.10
16562026-05-27T00:04:39.805Z Compiling ed25519-dalek v2.2.0
16572026-05-27T00:04:40.377Z Compiling hyper-tls v0.6.0
16582026-05-27T00:04:40.448Z Compiling zip v0.6.6
16592026-05-27T00:04:40.482Z Compiling iddqd v0.4.1
16602026-05-27T00:04:40.734Z Compiling zip v4.6.1
16612026-05-27T00:04:40.928Z Compiling toml_parser v1.0.9+spec-1.1.0
16622026-05-27T00:04:41.061Z Compiling similar v2.7.0
16632026-05-27T00:04:41.076Z Compiling heck v0.4.1
16642026-05-27T00:04:41.101Z Compiling tokio-stream v0.1.18
16652026-05-27T00:04:41.242Z Compiling buf-list v1.1.2
16662026-05-27T00:04:41.329Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16672026-05-27T00:04:41.544Z Compiling openapiv3 v2.2.0
16682026-05-27T00:04:41.590Z Compiling x509-cert v0.2.5
16692026-05-27T00:04:41.607Z Compiling sha1 v0.10.6
16702026-05-27T00:04:41.663Z Compiling crossbeam-epoch v0.9.18
16712026-05-27T00:04:41.767Z Compiling toml_datetime v0.7.5+spec-1.1.0
16722026-05-27T00:04:41.784Z Compiling peg-runtime v0.8.5
16732026-05-27T00:04:41.784Z Compiling lalrpop-util v0.19.12
16742026-05-27T00:04:41.819Z Compiling thread_local v1.1.9
16752026-05-27T00:04:41.857Z Compiling slog-async v2.8.0
16762026-05-27T00:04:41.888Z Compiling crossbeam-channel v0.5.15
16772026-05-27T00:04:41.970Z Compiling filetime v0.2.27
16782026-05-27T00:04:41.997Z Compiling is-terminal v0.4.17
16792026-05-27T00:04:42.019Z Compiling xattr v1.6.1
16802026-05-27T00:04:42.072Z Compiling term v1.2.1
16812026-05-27T00:04:42.097Z Compiling take_mut v0.2.2
16822026-05-27T00:04:42.177Z Compiling tar v0.4.45
16832026-05-27T00:04:42.361Z Compiling slog-term v2.9.2
16842026-05-27T00:04:59.803Z Compiling rustls-webpki v0.103.9
16852026-05-27T00:05:02.608Z Compiling tokio-rustls v0.26.4
16862026-05-27T00:05:02.608Z Compiling rustls-platform-verifier v0.6.2
16872026-05-27T00:05:02.804Z Compiling hyper-rustls v0.27.7
16882026-05-27T00:05:02.998Z Compiling reqwest v0.12.28
16892026-05-27T00:05:02.998Z Compiling reqwest v0.13.2
16902026-05-27T00:05:04.217Z Compiling tough v0.22.0
16912026-05-27T00:05:06.707Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-27T00:05:06.944Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-27T00:05:09.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.98s
16942026-05-27T00:05:09.898Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-27T00:05:09.955ZMay 27 00:05:08.962 INFO Starting download, target: Clickhouse
16962026-05-27T00:05:09.955ZMay 27 00:05:08.962 INFO Starting download, target: DendriteStub
16972026-05-27T00:05:09.955ZMay 27 00:05:08.962 INFO Starting download, target: Console
16982026-05-27T00:05:09.955ZMay 27 00:05:08.963 INFO Starting download, target: Cockroach
16992026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Starting download, target: MaghemiteMgd
17002026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Starting download, target: TransceiverControl
17012026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17022026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17062026-05-27T00:05:09.959ZMay 27 00:05:08.963 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-05-27T00:05:10.995ZMay 27 00:05:10.003 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17082026-05-27T00:05:11.237ZMay 27 00:05:10.229 INFO Download complete, target: Console
17092026-05-27T00:05:11.494ZMay 27 00:05:10.501 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17102026-05-27T00:05:11.792ZMay 27 00:05:10.724 INFO Download complete, target: TransceiverControl
17112026-05-27T00:05:13.777ZMay 27 00:05:12.764 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17122026-05-27T00:05:13.901ZMay 27 00:05:12.908 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17132026-05-27T00:05:14.671ZMay 27 00:05:13.657 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-05-27T00:05:15.638ZMay 27 00:05:14.643 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17152026-05-27T00:05:15.638ZMay 27 00:05:14.643 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17162026-05-27T00:05:16.238ZMay 27 00:05:15.243 INFO Download complete, target: DendriteStub
17172026-05-27T00:05:17.055ZMay 27 00:05:16.062 INFO Download complete, target: MaghemiteMgd
17182026-05-27T00:05:20.323ZMay 27 00:05:19.330 INFO Checking that binary works, target: Cockroach
17192026-05-27T00:05:20.517ZMay 27 00:05:19.520 INFO Download complete, target: Cockroach
17202026-05-27T00:05:20.523ZMay 27 00:05:19.524 INFO Checking that binary works, target: Clickhouse
17212026-05-27T00:05:20.640ZMay 27 00:05:19.646 INFO Download complete, target: Clickhouse
17222026-05-27T00:05:20.650ZAll prerequisites installed successfully
17232026-05-27T00:05:20.658Z
17242026-05-27T00:05:20.658Zreal 2:04.516393792
17252026-05-27T00:05:20.658Zuser 6:56.860060877
17262026-05-27T00:05:20.658Zsys 1:39.907612881
17272026-05-27T00:05:20.658Ztrap 0.240246039
17282026-05-27T00:05:20.658Ztflt 2.255434908
17292026-05-27T00:05:20.658Zdflt 3.192704810
17302026-05-27T00:05:20.659Zkflt 0.063736178
17312026-05-27T00:05:20.659Zlock 23:14.821554682
17322026-05-27T00:05:20.659Zslp 19:20.238106860
17332026-05-27T00:05:20.659Zlat 22.617858769
17342026-05-27T00:05:20.659Zstop 2:46.301177511
17352026-05-27T00:05:20.659Z+ ptime -m cargo xtask download softnpu
17362026-05-27T00:05:21.164Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17372026-05-27T00:05:21.199Z Running `target/debug/xtask download softnpu`
17382026-05-27T00:05:21.973Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17392026-05-27T00:05:22.041Z Running `target/debug/xtask-downloader softnpu`
17402026-05-27T00:05:22.082ZMay 27 00:05:21.089 INFO Starting download, target: Softnpu
17412026-05-27T00:05:22.085ZMay 27 00:05:21.090 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-27T00:05:22.679ZMay 27 00:05:21.685 INFO Download complete, target: Softnpu
17432026-05-27T00:05:22.682Z
17442026-05-27T00:05:22.682Zreal 2.030859007
17452026-05-27T00:05:22.683Zuser 1.353026226
17462026-05-27T00:05:22.683Zsys 0.677792001
17472026-05-27T00:05:22.683Ztrap 0.000562190
17482026-05-27T00:05:22.683Ztflt 0.000076030
17492026-05-27T00:05:22.683Zdflt 0.000259940
17502026-05-27T00:05:22.683Zkflt 0.000000000
17512026-05-27T00:05:22.683Zlock 10.930363266
17522026-05-27T00:05:22.683Zslp 0.448377823
17532026-05-27T00:05:22.683Zlat 0.121031311
17542026-05-27T00:05:22.683Zstop 0.000172940
17552026-05-27T00:05:22.687Z+ export CARGO_INCREMENTAL=0
17562026-05-27T00:05:22.687Z+ CARGO_INCREMENTAL=0
17572026-05-27T00:05:22.687Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-27T00:05:23.588Z Compiling proc-macro2 v1.0.106
17592026-05-27T00:05:23.589Z Compiling quote v1.0.45
17602026-05-27T00:05:23.589Z Compiling unicode-ident v1.0.24
17612026-05-27T00:05:23.589Z Compiling libc v0.2.185
17622026-05-27T00:05:23.589Z Compiling serde_core v1.0.228
17632026-05-27T00:05:23.592Z Compiling serde v1.0.228
17642026-05-27T00:05:23.592Z Compiling cfg-if v1.0.4
17652026-05-27T00:05:23.592Z Compiling version_check v0.9.5
17662026-05-27T00:05:23.592Z Compiling shlex v1.3.0
17672026-05-27T00:05:23.592Z Compiling find-msvc-tools v0.1.9
17682026-05-27T00:05:23.592Z Compiling typenum v1.19.0
17692026-05-27T00:05:23.734Z Compiling zmij v1.0.21
17702026-05-27T00:05:23.737Z Compiling autocfg v1.5.0
17712026-05-27T00:05:23.749Z Compiling serde_json v1.0.149
17722026-05-27T00:05:23.752Z Compiling memchr v2.8.0
17732026-05-27T00:05:23.984Z Compiling portable-atomic v1.13.1
17742026-05-27T00:05:24.061Z Compiling libm v0.2.16
17752026-05-27T00:05:24.133Z Compiling zerocopy v0.8.40
17762026-05-27T00:05:24.137Z Compiling generic-array v0.14.7
17772026-05-27T00:05:24.148Z Compiling parking_lot_core v0.9.12
17782026-05-27T00:05:24.194Z Compiling smallvec v1.15.1
17792026-05-27T00:05:24.222Z Compiling icu_properties_data v2.1.2
17802026-05-27T00:05:24.313Z Compiling num-traits v0.2.19
17812026-05-27T00:05:24.342Z Compiling icu_normalizer_data v2.1.1
17822026-05-27T00:05:24.364Z Compiling itoa v1.0.17
17832026-05-27T00:05:24.401Z Compiling getrandom v0.4.1
17842026-05-27T00:05:24.431Z Compiling log v0.4.29
17852026-05-27T00:05:24.466Z Compiling stable_deref_trait v1.2.1
17862026-05-27T00:05:24.481Z Compiling pkg-config v0.3.32
17872026-05-27T00:05:24.515Z Compiling subtle v2.6.1
17882026-05-27T00:05:24.735Z Compiling scopeguard v1.2.0
17892026-05-27T00:05:24.789Z Compiling jobserver v0.1.34
17902026-05-27T00:05:24.803Z Compiling getrandom v0.2.17
17912026-05-27T00:05:24.834Z Compiling lock_api v0.4.14
17922026-05-27T00:05:24.874Z Compiling errno v0.3.14
17932026-05-27T00:05:24.966Z Compiling rand_core v0.6.4
17942026-05-27T00:05:24.997Z Compiling cc v1.2.56
17952026-05-27T00:05:25.027Z Compiling litemap v0.8.1
17962026-05-27T00:05:25.043Z Compiling percent-encoding v2.3.2
17972026-05-27T00:05:25.060Z Compiling writeable v0.6.2
17982026-05-27T00:05:25.132Z Compiling syn v2.0.117
17992026-05-27T00:05:25.192Z Compiling fnv v1.0.7
18002026-05-27T00:05:25.219Z Compiling pin-project-lite v0.2.17
18012026-05-27T00:05:25.266Z Compiling thiserror v2.0.18
18022026-05-27T00:05:25.312Z Compiling getrandom v0.3.4
18032026-05-27T00:05:25.356Z Compiling equivalent v1.0.2
18042026-05-27T00:05:25.371Z Compiling dunce v1.0.5
18052026-05-27T00:05:25.375Z Compiling fs_extra v1.3.0
18062026-05-27T00:05:25.448Z Compiling schemars v0.8.22
18072026-05-27T00:05:25.448Z Compiling rand_core v0.10.0
18082026-05-27T00:05:25.480Z Compiling utf8_iter v1.0.4
18092026-05-27T00:05:25.498Z Compiling rustversion v1.0.22
18102026-05-27T00:05:25.657Z Compiling form_urlencoded v1.2.2
18112026-05-27T00:05:25.695Z Compiling critical-section v1.2.0
18122026-05-27T00:05:25.716Z Compiling signal-hook-registry v1.4.8
18132026-05-27T00:05:25.731Z Compiling cmake v0.1.57
18142026-05-27T00:05:25.825Z Compiling hashbrown v0.17.0
18152026-05-27T00:05:25.861Z Compiling rustix v1.1.3
18162026-05-27T00:05:25.947Z Compiling mio v1.2.0
18172026-05-27T00:05:26.132Z Compiling bitflags v2.11.0
18182026-05-27T00:05:26.162Z Compiling semver v1.0.28
18192026-05-27T00:05:26.223Z Compiling once_cell v1.21.3
18202026-05-27T00:05:26.240Z Compiling parking_lot v0.12.5
18212026-05-27T00:05:26.257Z Compiling socket2 v0.6.3
18222026-05-27T00:05:26.280Z Compiling const-oid v0.9.6
18232026-05-27T00:05:26.305Z Compiling ring v0.17.14
18242026-05-27T00:05:26.416Z Compiling aws-lc-sys v0.40.0
18252026-05-27T00:05:26.434Z Compiling indexmap v2.14.0
18262026-05-27T00:05:26.484Z Compiling heck v0.5.0
18272026-05-27T00:05:26.543Z Compiling aws-lc-rs v1.16.3
18282026-05-27T00:05:26.562Z Compiling futures-core v0.3.32
18292026-05-27T00:05:26.608Z Compiling httparse v1.10.1
18302026-05-27T00:05:26.742Z Compiling thiserror v1.0.69
18312026-05-27T00:05:26.757Z Compiling strsim v0.11.1
18322026-05-27T00:05:26.799Z Compiling vcpkg v0.2.15
18332026-05-27T00:05:26.946Z Compiling iana-time-zone v0.1.65
18342026-05-27T00:05:27.021Z Compiling byteorder v1.5.0
18352026-05-27T00:05:27.067Z Compiling ucd-trie v0.1.7
18362026-05-27T00:05:27.085Z Compiling regex-syntax v0.8.10
18372026-05-27T00:05:27.130Z Compiling ident_case v1.0.1
18382026-05-27T00:05:27.133Z Compiling syn v1.0.109
18392026-05-27T00:05:27.176Z Compiling uuid v1.23.0
18402026-05-27T00:05:27.237Z Compiling pest v2.8.6
18412026-05-27T00:05:27.262Z Compiling cpufeatures v0.2.17
18422026-05-27T00:05:27.308Z Compiling rustls v0.23.37
18432026-05-27T00:05:27.374Z Compiling openssl-sys v0.9.115
18442026-05-27T00:05:27.489Z Compiling futures-sink v0.3.32
18452026-05-27T00:05:27.507Z Compiling rustc_version v0.4.1
18462026-05-27T00:05:27.582Z Compiling futures-channel v0.3.32
18472026-05-27T00:05:27.634Z Compiling futures-task v0.3.32
18482026-05-27T00:05:27.724Z Compiling futures-io v0.3.32
18492026-05-27T00:05:27.746Z Compiling slab v0.4.12
18502026-05-27T00:05:27.847Z Compiling aho-corasick v1.1.4
18512026-05-27T00:05:27.912Z Compiling dyn-clone v1.0.20
18522026-05-27T00:05:27.930Z Compiling synstructure v0.13.2
18532026-05-27T00:05:27.945Z Compiling serde_derive_internals v0.29.1
18542026-05-27T00:05:28.089Z Compiling base64 v0.22.1
18552026-05-27T00:05:28.198Z Compiling crc32fast v1.5.0
18562026-05-27T00:05:28.215Z Compiling plain v0.2.3
18572026-05-27T00:05:28.255Z Compiling openssl v0.10.79
18582026-05-27T00:05:28.302Z Compiling time-core v0.1.8
18592026-05-27T00:05:28.344Z Compiling pest_meta v2.8.6
18602026-05-27T00:05:28.480Z Compiling crossbeam-utils v0.8.21
18612026-05-27T00:05:28.508Z Compiling num-conv v0.2.0
18622026-05-27T00:05:28.607Z Compiling native-tls v0.2.18
18632026-05-27T00:05:28.624Z Compiling pretty-hex v0.4.1
18642026-05-27T00:05:28.665Z Compiling time-macros v0.2.27
18652026-05-27T00:05:28.710Z Compiling regex-automata v0.4.14
18662026-05-27T00:05:28.718Z Compiling base64ct v1.8.3
18672026-05-27T00:05:28.718Z Compiling anyhow v1.0.102
18682026-05-27T00:05:28.777Z Compiling darling_core v0.21.3
18692026-05-27T00:05:28.859Z Compiling tracing-core v0.1.36
18702026-05-27T00:05:28.892Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18712026-05-27T00:05:29.011Z Compiling pest_generator v2.8.6
18722026-05-27T00:05:29.026Z Compiling pem-rfc7468 v0.7.0
18732026-05-27T00:05:29.186Z Compiling serde_derive v1.0.228
18742026-05-27T00:05:29.243Z Compiling zeroize_derive v1.4.3
18752026-05-27T00:05:29.257Z Compiling zerofrom-derive v0.1.6
18762026-05-27T00:05:29.280Z Compiling yoke-derive v0.8.1
18772026-05-27T00:05:29.287Z Compiling zerovec-derive v0.11.2
18782026-05-27T00:05:29.306Z Compiling displaydoc v0.2.5
18792026-05-27T00:05:29.598Z Compiling zerocopy-derive v0.8.40
18802026-05-27T00:05:29.623Z Compiling tokio-macros v2.7.0
18812026-05-27T00:05:29.667Z Compiling futures-macro v0.3.32
18822026-05-27T00:05:29.880Z Compiling zeroize v1.8.2
18832026-05-27T00:05:30.026Z Compiling thiserror-impl v2.0.18
18842026-05-27T00:05:30.243Z Compiling schemars_derive v0.8.22
18852026-05-27T00:05:30.344Z Compiling tracing-attributes v0.1.31
18862026-05-27T00:05:30.360Z Compiling der_derive v0.7.3
18872026-05-27T00:05:30.418Z Compiling zerofrom v0.1.6
18882026-05-27T00:05:30.560Z Compiling yoke v0.8.1
18892026-05-27T00:05:30.660Z Compiling crypto-common v0.1.7
18902026-05-27T00:05:30.770Z Compiling zerovec v0.11.5
18912026-05-27T00:05:30.790Z Compiling zerotrie v0.2.3
18922026-05-27T00:05:30.824Z Compiling block-buffer v0.10.4
18932026-05-27T00:05:30.967Z Compiling thiserror-impl v1.0.69
18942026-05-27T00:05:31.031Z Compiling digest v0.10.7
18952026-05-27T00:05:31.271Z Compiling pest_derive v2.8.6
18962026-05-27T00:05:31.287Z Compiling futures-util v0.3.32
18972026-05-27T00:05:31.376Z Compiling tinystr v0.8.2
18982026-05-27T00:05:31.397Z Compiling potential_utf v0.1.4
18992026-05-27T00:05:31.528Z Compiling icu_collections v2.1.1
19002026-05-27T00:05:31.543Z Compiling hmac v0.12.1
19012026-05-27T00:05:31.595Z Compiling icu_locale_core v2.1.1
19022026-05-27T00:05:31.721Z Compiling block-padding v0.3.3
19032026-05-27T00:05:31.825Z Compiling rustls-pki-types v1.14.0
19042026-05-27T00:05:32.055Z Compiling inout v0.1.4
19052026-05-27T00:05:32.071Z Compiling openssl-macros v0.1.1
19062026-05-27T00:05:32.207Z Compiling cipher v0.4.4
19072026-05-27T00:05:32.223Z Compiling sha2 v0.10.9
19082026-05-27T00:05:32.272Z Compiling icu_provider v2.1.1
19092026-05-27T00:05:32.376Z Compiling bytes v1.11.1
19102026-05-27T00:05:32.477Z Compiling chrono v0.4.44
19112026-05-27T00:05:32.494Z Compiling serde_tokenstream v0.2.3
19122026-05-27T00:05:32.573Z Compiling icu_properties v2.1.2
19132026-05-27T00:05:32.589Z Compiling icu_normalizer v2.1.1
19142026-05-27T00:05:32.855Z Compiling scroll_derive v0.13.1
19152026-05-27T00:05:33.025Z Compiling tokio v1.52.1
19162026-05-27T00:05:33.280Z Compiling scroll_derive v0.12.1
19172026-05-27T00:05:33.621Z Compiling idna_adapter v1.2.1
19182026-05-27T00:05:33.636Z Compiling http v1.4.0
19192026-05-27T00:05:33.869Z Compiling ppv-lite86 v0.2.21
19202026-05-27T00:05:33.918Z Compiling idna v1.1.0
19212026-05-27T00:05:34.062Z Compiling untrusted v0.9.0
19222026-05-27T00:05:34.147Z Compiling flagset v0.4.7
19232026-05-27T00:05:34.205Z Compiling tracing v0.1.44
19242026-05-27T00:05:34.219Z Compiling url v2.5.8
19252026-05-27T00:05:34.341Z Compiling der v0.7.10
19262026-05-27T00:05:34.447Z Compiling darling_macro v0.21.3
19272026-05-27T00:05:34.465Z Compiling regex v1.12.3
19282026-05-27T00:05:34.491Z Compiling zerocopy-derive v0.7.35
19292026-05-27T00:05:34.625Z Compiling rand_core v0.9.5
19302026-05-27T00:05:34.896Z Compiling slog v2.8.2
19312026-05-27T00:05:35.291Z Compiling spki v0.7.3
19322026-05-27T00:05:35.336Z Compiling darling v0.21.3
19332026-05-27T00:05:35.351Z Compiling salsa20 v0.10.2
19342026-05-27T00:05:35.431Z Compiling pbkdf2 v0.12.2
19352026-05-27T00:05:35.906Z Compiling cookie v0.18.1
19362026-05-27T00:05:35.971Z Compiling camino v1.2.2
19372026-05-27T00:05:36.282Z Compiling scrypt v0.11.0
19382026-05-27T00:05:36.311Z Compiling rand_chacha v0.9.0
19392026-05-27T00:05:36.345Z Compiling http-body v1.0.1
19402026-05-27T00:05:36.401Z Compiling aes v0.8.4
19412026-05-27T00:05:36.518Z Compiling cbc v0.1.2
19422026-05-27T00:05:36.592Z Compiling usdt-impl v0.5.0
19432026-05-27T00:05:36.626Z Compiling ref-cast v1.0.25
19442026-05-27T00:05:36.673Z Compiling usdt-impl v0.6.0
19452026-05-27T00:05:36.692Z Compiling openssl-probe v0.2.1
19462026-05-27T00:05:36.713Z Compiling paste v1.0.15
19472026-05-27T00:05:36.743Z Compiling winnow v0.7.14
19482026-05-27T00:05:36.832Z Compiling tokio-util v0.7.18
19492026-05-27T00:05:36.870Z Compiling either v1.15.0
19502026-05-27T00:05:36.873Z Compiling atomic-waker v1.1.2
19512026-05-27T00:05:36.902Z Compiling tinyvec_macros v0.1.1
19522026-05-27T00:05:36.918Z Compiling untrusted v0.7.1
19532026-05-27T00:05:37.035Z Compiling tinyvec v1.10.0
19542026-05-27T00:05:37.055Z Compiling pkcs5 v0.7.1
19552026-05-27T00:05:37.122Z Compiling rand v0.9.2
19562026-05-27T00:05:37.509Z Compiling scroll v0.12.0
19572026-05-27T00:05:37.580Z Compiling scroll v0.13.0
19582026-05-27T00:05:37.708Z Compiling toml_datetime v0.6.11
19592026-05-27T00:05:37.772Z Compiling serde_spanned v0.6.9
19602026-05-27T00:05:37.788Z Compiling async-trait v0.1.89
19612026-05-27T00:05:37.864Z Compiling heapless v0.7.17
19622026-05-27T00:05:37.969Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-27T00:05:37.986Z Compiling signal-hook v0.3.18
19642026-05-27T00:05:38.136Z Compiling tower-layer v0.3.3
19652026-05-27T00:05:38.201Z Compiling fastrand v2.3.0
19662026-05-27T00:05:38.204Z Compiling zstd-safe v7.2.4
19672026-05-27T00:05:38.257Z Compiling tower-service v0.3.3
19682026-05-27T00:05:38.390Z Compiling try-lock v0.2.5
19692026-05-27T00:05:38.436Z Compiling h2 v0.4.13
19702026-05-27T00:05:38.488Z Compiling want v0.3.1
19712026-05-27T00:05:38.540Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-27T00:05:38.667Z Compiling goblin v0.10.5
19732026-05-27T00:05:38.682Z Compiling goblin v0.8.2
19742026-05-27T00:05:38.685Z Compiling pkcs8 v0.10.2
19752026-05-27T00:05:38.992Z Compiling zerocopy v0.7.35
19762026-05-27T00:05:39.085Z Compiling ipnet v2.11.0
19772026-05-27T00:05:39.313Z Compiling ref-cast-impl v1.0.25
19782026-05-27T00:05:39.502Z Compiling darling_core v0.20.11
19792026-05-27T00:05:39.539Z Compiling curve25519-dalek v4.1.3
19802026-05-27T00:05:39.556Z Compiling toml_datetime v0.7.5+spec-1.1.0
19812026-05-27T00:05:39.859Z Compiling memoffset v0.9.1
19822026-05-27T00:05:39.874Z Compiling winnow v0.5.40
19832026-05-27T00:05:39.892Z Compiling foreign-types-shared v0.1.1
19842026-05-27T00:05:39.996Z Compiling rustix v0.38.44
19852026-05-27T00:05:40.080Z Compiling pin-utils v0.1.0
19862026-05-27T00:05:40.172Z Compiling litrs v1.0.0
19872026-05-27T00:05:40.334Z Compiling httpdate v1.0.3
19882026-05-27T00:05:40.678Z Compiling document-features v0.2.12
19892026-05-27T00:05:40.709Z Compiling tempfile v3.25.0
19902026-05-27T00:05:40.727Z Compiling foreign-types v0.3.2
19912026-05-27T00:05:40.981Z Compiling dof v0.3.0
19922026-05-27T00:05:41.202Z Compiling toml_edit v0.19.15
19932026-05-27T00:05:41.325Z Compiling unicode-normalization v0.1.25
19942026-05-27T00:05:41.381Z Compiling dtrace-parser v0.2.0
19952026-05-27T00:05:41.499Z Compiling dof v0.4.0
19962026-05-27T00:05:41.529Z Compiling darling_macro v0.20.11
19972026-05-27T00:05:41.620Z Compiling hyper v1.8.1
19982026-05-27T00:05:41.957Z Compiling dtrace-parser v0.3.0
19992026-05-27T00:05:42.007Z Compiling daft-derive v0.1.7
20002026-05-27T00:05:42.099Z Compiling pin-project-internal v1.1.11
20012026-05-27T00:05:42.176Z Compiling spin v0.9.8
20022026-05-27T00:05:42.217Z Compiling thread-id v5.1.0
20032026-05-27T00:05:42.262Z Compiling thread-id v4.2.2
20042026-05-27T00:05:42.318Z Compiling powerfmt v0.2.0
20052026-05-27T00:05:42.404Z Compiling num-bigint-dig v0.8.6
20062026-05-27T00:05:42.448Z Compiling smoltcp v0.9.1
20072026-05-27T00:05:42.500Z Compiling cfg_aliases v0.2.1
20082026-05-27T00:05:42.563Z Compiling deranged v0.5.8
20092026-05-27T00:05:42.597Z Compiling nix v0.31.2
20102026-05-27T00:05:42.697Z Compiling hyper-util v0.1.20
20112026-05-27T00:05:43.043Z Compiling darling v0.20.11
20122026-05-27T00:05:43.144Z Compiling rustls-native-certs v0.8.3
20132026-05-27T00:05:43.335Z Compiling ipnetwork v0.21.1
20142026-05-27T00:05:43.593Z Compiling strum_macros v0.26.4
20152026-05-27T00:05:43.691Z Compiling curve25519-dalek-derive v0.1.1
20162026-05-27T00:05:43.772Z Compiling sync_wrapper v1.0.2
20172026-05-27T00:05:43.836Z Compiling wait-timeout v0.2.1
20182026-05-27T00:05:43.983Z Compiling simd-adler32 v0.3.8
20192026-05-27T00:05:44.320Z Compiling utf8parse v0.2.2
20202026-05-27T00:05:44.356Z Compiling bit-vec v0.8.0
20212026-05-27T00:05:44.405Z Compiling anstyle v1.0.13
20222026-05-27T00:05:44.433Z Compiling quick-error v1.2.3
20232026-05-27T00:05:44.449Z Compiling siphasher v1.0.2
20242026-05-27T00:05:44.510Z Compiling num_threads v0.1.7
20252026-05-27T00:05:44.555Z Compiling bit-set v0.8.0
20262026-05-27T00:05:44.598Z Compiling time v0.3.47
20272026-05-27T00:05:44.617Z Compiling rusty-fork v0.3.1
20282026-05-27T00:05:44.680Z Compiling anstyle-parse v0.2.7
20292026-05-27T00:05:44.898Z Compiling tower v0.5.3
20302026-05-27T00:05:45.200Z Compiling derive_builder_core v0.20.2
20312026-05-27T00:05:45.393Z Compiling http-body-util v0.1.3
20322026-05-27T00:05:45.572Z Compiling webpki-roots v1.0.6
20332026-05-27T00:05:45.703Z Compiling rand_xorshift v0.4.0
20342026-05-27T00:05:45.720Z Compiling signature v2.2.0
20352026-05-27T00:05:45.723Z Compiling hubpack_derive v0.1.1
20362026-05-27T00:05:45.756Z Compiling snafu-derive v0.8.9
20372026-05-27T00:05:45.870Z Compiling strum_macros v0.27.2
20382026-05-27T00:05:46.001Z Compiling fs-err v3.3.0
20392026-05-27T00:05:46.023Z Compiling ahash v0.8.12
20402026-05-27T00:05:46.079Z Compiling ryu v1.0.23
20412026-05-27T00:05:46.110Z Compiling is_terminal_polyfill v1.70.2
20422026-05-27T00:05:46.162Z Compiling unicode-properties v0.1.4
20432026-05-27T00:05:46.196Z Compiling anstyle-query v1.1.5
20442026-05-27T00:05:46.222Z Compiling object v0.37.3
20452026-05-27T00:05:46.237Z Compiling iri-string v0.7.10
20462026-05-27T00:05:46.291Z Compiling unicode-bidi v0.3.18
20472026-05-27T00:05:46.362Z Compiling unicode-segmentation v1.12.0
20482026-05-27T00:05:46.388Z Compiling colorchoice v1.0.4
20492026-05-27T00:05:46.404Z Compiling adler2 v2.0.1
20502026-05-27T00:05:46.429Z Compiling allocator-api2 v0.2.21
20512026-05-27T00:05:46.582Z Compiling unarray v0.1.4
20522026-05-27T00:05:46.628Z Compiling stringprep v0.1.5
20532026-05-27T00:05:46.708Z Compiling proptest v1.10.0
20542026-05-27T00:05:46.725Z Compiling serde_urlencoded v0.7.1
20552026-05-27T00:05:46.784Z Compiling miniz_oxide v0.8.9
20562026-05-27T00:05:46.813Z Compiling anstream v0.6.21
20572026-05-27T00:05:47.111Z Compiling derive_builder_macro v0.20.2
20582026-05-27T00:05:47.335Z Compiling tokio-native-tls v0.3.1
20592026-05-27T00:05:47.432Z Compiling tower-http v0.6.8
20602026-05-27T00:05:47.483Z Compiling usdt-attr-macro v0.6.0
20612026-05-27T00:05:47.533Z Compiling usdt-macro v0.6.0
20622026-05-27T00:05:47.768Z Compiling rand_chacha v0.3.1
20632026-05-27T00:05:47.783Z Compiling erased-serde v0.3.31
20642026-05-27T00:05:47.867Z Compiling md-5 v0.10.6
20652026-05-27T00:05:47.990Z Compiling bstr v1.12.1
20662026-05-27T00:05:48.041Z Compiling num-integer v0.1.46
20672026-05-27T00:05:48.148Z Compiling hash32 v0.2.1
20682026-05-27T00:05:48.232Z Compiling vergen-lib v0.1.6
20692026-05-27T00:05:48.248Z Compiling ff v0.13.1
20702026-05-27T00:05:48.295Z Compiling zlib-rs v0.6.2
20712026-05-27T00:05:48.352Z Compiling psl-types v2.0.11
20722026-05-27T00:05:48.390Z Compiling fallible-iterator v0.2.0
20732026-05-27T00:05:48.407Z Compiling base16ct v0.2.0
20742026-05-27T00:05:48.475Z Compiling publicsuffix v2.3.0
20752026-05-27T00:05:48.498Z Compiling group v0.13.0
20762026-05-27T00:05:48.545Z Compiling sec1 v0.7.3
20772026-05-27T00:05:48.587Z Compiling num-iter v0.1.45
20782026-05-27T00:05:48.667Z Compiling postgres-protocol v0.6.10
20792026-05-27T00:05:48.708Z Compiling newtype-uuid v1.3.2
20802026-05-27T00:05:48.723Z Compiling rand v0.8.6
20812026-05-27T00:05:48.985Z Compiling oxnet v0.1.4
20822026-05-27T00:05:49.304Z Compiling derive_builder v0.20.2
20832026-05-27T00:05:49.319Z Compiling hyper-tls v0.6.0
20842026-05-27T00:05:49.359Z Compiling heck v0.4.1
20852026-05-27T00:05:49.383Z Compiling phf_shared v0.13.1
20862026-05-27T00:05:49.438Z Compiling pin-project v1.1.11
20872026-05-27T00:05:49.500Z Compiling lazy_static v1.5.0
20882026-05-27T00:05:49.661Z Compiling terminal_size v0.4.3
20892026-05-27T00:05:49.665Z Compiling serde_with_macros v3.17.0
20902026-05-27T00:05:49.693Z Compiling futures-executor v0.3.32
20912026-05-27T00:05:49.722Z Compiling hex v0.4.3
20922026-05-27T00:05:49.918Z Compiling cargo-platform v0.1.9
20932026-05-27T00:05:49.955Z Compiling hkdf v0.12.4
20942026-05-27T00:05:50.043Z Compiling crypto-bigint v0.5.5
20952026-05-27T00:05:50.088Z Compiling enum-as-inner v0.6.1
20962026-05-27T00:05:50.118Z Compiling serde_repr v0.1.20
20972026-05-27T00:05:50.174Z Compiling async-recursion v1.1.1
20982026-05-27T00:05:50.189Z Compiling clap_derive v4.5.55
20992026-05-27T00:05:50.598Z Compiling flate2 v1.1.9
21002026-05-27T00:05:50.644Z Compiling vergen v9.0.6
21012026-05-27T00:05:50.661Z Compiling encoding_rs v0.8.35
21022026-05-27T00:05:50.736Z Compiling bumpalo v3.20.2
21032026-05-27T00:05:50.802Z Compiling libbz2-rs-sys v0.2.2
21042026-05-27T00:05:50.861Z Compiling managed v0.8.0
21052026-05-27T00:05:50.990Z Compiling bitflags v1.3.2
21062026-05-27T00:05:51.006Z Compiling mime v0.3.17
21072026-05-27T00:05:51.022Z Compiling same-file v1.0.6
21082026-05-27T00:05:51.101Z Compiling foldhash v0.1.5
21092026-05-27T00:05:51.150Z Compiling clap_lex v1.0.0
21102026-05-27T00:05:51.190Z Compiling foldhash v0.2.0
21112026-05-27T00:05:51.224Z Compiling bzip2 v0.6.1
21122026-05-27T00:05:51.260Z Compiling hashbrown v0.15.5
21132026-05-27T00:05:51.275Z Compiling walkdir v2.5.0
21142026-05-27T00:05:51.377Z Compiling hashbrown v0.16.1
21152026-05-27T00:05:51.396Z Compiling clap_builder v4.5.60
21162026-05-27T00:05:51.644Z Compiling elliptic-curve v0.13.8
21172026-05-27T00:05:51.814Z Compiling zopfli v0.8.3
21182026-05-27T00:05:51.979Z Compiling zstd v0.13.3
21192026-05-27T00:05:51.982Z Compiling cargo_metadata v0.19.2
21202026-05-27T00:05:52.011Z Compiling futures v0.3.32
21212026-05-27T00:05:52.292Z Compiling phf v0.13.1
21222026-05-27T00:05:52.317Z Compiling snafu v0.8.9
21232026-05-27T00:05:52.427Z Compiling signal-hook-mio v0.2.5
21242026-05-27T00:05:52.471Z Compiling daft v0.1.7
21252026-05-27T00:05:52.563Z Compiling cookie_store v0.22.1
21262026-05-27T00:05:52.684Z Compiling postgres-types v0.2.12
21272026-05-27T00:05:52.700Z Compiling bzip2 v0.4.4
21282026-05-27T00:05:52.756Z Compiling globset v0.4.18
21292026-05-27T00:05:52.910Z Compiling strum v0.27.2
21302026-05-27T00:05:53.186Z Compiling hubpack v0.1.2
21312026-05-27T00:05:53.203Z Compiling ed25519 v2.2.3
21322026-05-27T00:05:53.218Z Compiling phf_shared v0.11.3
21332026-05-27T00:05:53.271Z Compiling crossbeam-epoch v0.9.18
21342026-05-27T00:05:53.348Z Compiling olpc-cjson v0.1.4
21352026-05-27T00:05:53.408Z Compiling pkcs1 v0.7.5
21362026-05-27T00:05:53.446Z Compiling pem v3.0.6
21372026-05-27T00:05:53.565Z Compiling serde_plain v1.0.2
21382026-05-27T00:05:53.653Z Compiling serde-big-array v0.5.1
21392026-05-27T00:05:53.688Z Compiling rfc6979 v0.4.0
21402026-05-27T00:05:53.739Z Compiling float-cmp v0.10.0
21412026-05-27T00:05:53.778Z Compiling memmap2 v0.9.10
21422026-05-27T00:05:53.794Z Compiling env_filter v1.0.0
21432026-05-27T00:05:53.845Z Compiling new_debug_unreachable v1.0.6
21442026-05-27T00:05:53.858Z Compiling typed-path v0.9.3
21452026-05-27T00:05:53.901Z Compiling static_assertions v1.1.0
21462026-05-27T00:05:53.928Z Compiling difflib v0.4.0
21472026-05-27T00:05:53.968Z Compiling predicates-core v1.0.10
21482026-05-27T00:05:53.987Z Compiling data-encoding v2.10.0
21492026-05-27T00:05:54.002Z Compiling precomputed-hash v0.1.1
21502026-05-27T00:05:54.093Z Compiling keccak v0.1.6
21512026-05-27T00:05:54.109Z Compiling normalize-line-endings v0.3.0
21522026-05-27T00:05:54.148Z Compiling fixedbitset v0.5.7
21532026-05-27T00:05:54.219Z Compiling whoami v2.1.0
21542026-05-27T00:05:54.313Z Compiling jiff v0.2.21
21552026-05-27T00:05:54.318Z Compiling fixedbitset v0.4.2
21562026-05-27T00:05:54.373Z Compiling toml_write v0.1.2
21572026-05-27T00:05:54.390Z Compiling petgraph v0.8.3
21582026-05-27T00:05:54.445Z Compiling tokio-postgres v0.7.16
21592026-05-27T00:05:54.519Z Compiling petgraph v0.6.5
21602026-05-27T00:05:54.545Z Compiling toml_edit v0.22.27
21612026-05-27T00:05:54.569Z Compiling hickory-proto v0.25.2
21622026-05-27T00:05:54.592Z Compiling sha3 v0.10.8
21632026-05-27T00:05:54.798Z Compiling predicates v3.1.4
21642026-05-27T00:05:54.887Z Compiling string_cache v0.8.9
21652026-05-27T00:05:55.124Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21662026-05-27T00:05:55.389Z Compiling env_logger v0.11.9
21672026-05-27T00:05:55.429Z Compiling usdt v0.6.0
21682026-05-27T00:05:55.504Z Compiling ecdsa v0.16.9
21692026-05-27T00:05:55.714Z Compiling rsa v0.9.10
21702026-05-27T00:05:55.908Z Compiling ed25519-dalek v2.2.0
21712026-05-27T00:05:56.498Z Compiling crossterm v0.28.1
21722026-05-27T00:05:56.575Z Compiling zip v0.6.6
21732026-05-27T00:05:56.597Z Compiling clap v4.5.60
21742026-05-27T00:05:56.880Z Compiling iddqd v0.4.1
21752026-05-27T00:05:57.063Z Compiling zip v4.6.1
21762026-05-27T00:05:57.420Z Compiling serde_with v3.17.0
21772026-05-27T00:05:57.600Z Compiling similar v2.7.0
21782026-05-27T00:05:57.718Z Compiling strum v0.26.3
21792026-05-27T00:05:57.867Z Compiling toml v0.7.8
21802026-05-27T00:05:57.884Z Compiling tokio-stream v0.1.18
21812026-05-27T00:05:57.999Z Compiling itertools v0.13.0
21822026-05-27T00:05:58.073Z Compiling buf-list v1.1.2
21832026-05-27T00:05:58.205Z Compiling x509-cert v0.2.5
21842026-05-27T00:05:58.357Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21852026-05-27T00:05:58.421Z Compiling openapiv3 v2.2.0
21862026-05-27T00:05:58.668Z Compiling sha1 v0.10.6
21872026-05-27T00:05:58.985Z Compiling lalrpop-util v0.19.12
21882026-05-27T00:05:59.070Z Compiling peg-runtime v0.8.5
21892026-05-27T00:06:13.754Z Compiling rustls-webpki v0.103.9
21902026-05-27T00:06:15.440Z Compiling macaddr v1.0.1
21912026-05-27T00:06:15.485Z Compiling structmeta-derive v0.3.0
21922026-05-27T00:06:15.536Z Compiling crucible-workspace-hack v0.1.0
21932026-05-27T00:06:15.597Z Compiling rayon-core v1.13.0
21942026-05-27T00:06:15.727Z Compiling itertools v0.14.0
21952026-05-27T00:06:15.757Z Compiling secrecy v0.10.3
21962026-05-27T00:06:15.779Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-27T00:06:15.818Z Compiling heapless v0.8.0
21982026-05-27T00:06:15.947Z Compiling rustls v0.22.4
21992026-05-27T00:06:16.162Z Compiling crossbeam-deque v0.8.6
22002026-05-27T00:06:16.215Z Compiling toml_edit v0.23.10+spec-1.0.0
22012026-05-27T00:06:16.227Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-27T00:06:16.274Z Compiling rustls-webpki v0.102.8
22032026-05-27T00:06:16.283Z Compiling hash32 v0.3.1
22042026-05-27T00:06:16.315Z Compiling multer v3.1.0
22052026-05-27T00:06:16.387Z Compiling thread_local v1.1.9
22062026-05-27T00:06:16.417Z Compiling smoltcp v0.11.0
22072026-05-27T00:06:16.428Z Compiling slog-async v2.8.0
22082026-05-27T00:06:16.475Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22092026-05-27T00:06:16.516Z Compiling match_cfg v0.1.0
22102026-05-27T00:06:16.539Z Compiling structmeta v0.3.0
22112026-05-27T00:06:16.539Z Compiling compression-core v0.4.31
22122026-05-27T00:06:16.571Z Compiling unicode-width v0.2.0
22132026-05-27T00:06:16.739Z Compiling compression-codecs v0.4.37
22142026-05-27T00:06:16.780Z Compiling derive-ex v0.1.8
22152026-05-27T00:06:16.820Z Compiling proc-macro-crate v3.4.0
22162026-05-27T00:06:16.875Z Compiling hostname v0.3.1
22172026-05-27T00:06:16.940Z Compiling ingot-macros v0.1.1
22182026-05-27T00:06:17.021Z Compiling slog-json v2.6.1
22192026-05-27T00:06:17.132Z Compiling crossbeam-channel v0.5.15
22202026-05-27T00:06:17.145Z Compiling half v2.7.1
22212026-05-27T00:06:17.256Z Compiling newtype-uuid-macros v0.1.0
22222026-05-27T00:06:17.328Z Compiling cobs v0.3.0
22232026-05-27T00:06:17.475Z Compiling tokio-rustls v0.26.4
22242026-05-27T00:06:17.572Z Compiling rustls-platform-verifier v0.6.2
22252026-05-27T00:06:17.588Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-27T00:06:17.683Z Compiling hyper-rustls v0.27.7
22272026-05-27T00:06:17.758Z Compiling universal-hash v0.5.1
22282026-05-27T00:06:17.825Z Compiling async-stream-impl v0.3.6
22292026-05-27T00:06:17.910Z Compiling serde_spanned v1.0.4
22302026-05-27T00:06:18.006Z Compiling reqwest v0.12.28
22312026-05-27T00:06:18.047Z Compiling reqwest v0.13.2
22322026-05-27T00:06:18.092Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-05-27T00:06:18.131Z Compiling is-terminal v0.4.17
22342026-05-27T00:06:18.241Z Compiling dropshot v0.17.0
22352026-05-27T00:06:18.256Z Compiling proc-macro-error-attr v1.0.4
22362026-05-27T00:06:18.436Z Compiling term v1.2.1
22372026-05-27T00:06:18.442Z Compiling convert_case v0.4.0
22382026-05-27T00:06:18.443Z Compiling take_mut v0.2.2
22392026-05-27T00:06:18.499Z Compiling opaque-debug v0.3.1
22402026-05-27T00:06:18.539Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22412026-05-27T00:06:18.652Z Compiling toml_writer v1.0.6+spec-1.1.0
22422026-05-27T00:06:18.686Z Compiling ciborium-io v0.2.2
22432026-05-27T00:06:18.686Z Compiling thiserror-no-std v2.0.2
22442026-05-27T00:06:18.704Z Compiling slog-term v2.9.2
22452026-05-27T00:06:18.724Z Compiling ciborium-ll v0.2.2
22462026-05-27T00:06:18.747Z Compiling derive_more v0.99.20
22472026-05-27T00:06:18.790Z Compiling toml v1.0.6+spec-1.1.0
22482026-05-27T00:06:18.852Z Compiling tokio-rustls v0.25.0
22492026-05-27T00:06:18.989Z Compiling poly1305 v0.8.0
22502026-05-27T00:06:19.126Z Compiling async-stream v0.3.6
22512026-05-27T00:06:19.134Z Compiling test-strategy v0.4.5
22522026-05-27T00:06:19.354Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22532026-05-27T00:06:19.477Z Compiling tough v0.22.0
22542026-05-27T00:06:19.634Z Compiling ingot-types v0.1.2
22552026-05-27T00:06:19.940Z Compiling postcard v1.1.3
22562026-05-27T00:06:20.160Z Compiling ingot v0.1.1
22572026-05-27T00:06:20.254Z Compiling num_enum_derive v0.7.5
22582026-05-27T00:06:20.374Z Compiling slog-bunyan v2.5.0
22592026-05-27T00:06:20.457Z Compiling async-compression v0.4.41
22602026-05-27T00:06:20.868Z Compiling parse-display-derive v0.10.0
22612026-05-27T00:06:20.969Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-27T00:06:21.005Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-27T00:06:21.236Z Compiling proc-macro-crate v1.3.1
22642026-05-27T00:06:21.281Z Compiling backon v1.6.0
22652026-05-27T00:06:21.281Z Compiling waitgroup v0.1.2
22662026-05-27T00:06:21.315Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-27T00:06:21.346Z Compiling password-hash v0.5.0
22682026-05-27T00:06:21.408Z Compiling chacha20 v0.9.1
22692026-05-27T00:06:21.489Z Compiling dropshot_endpoint v0.17.0
22702026-05-27T00:06:21.539Z Compiling rustls-pemfile v2.2.0
22712026-05-27T00:06:21.689Z Compiling blake2 v0.10.6
22722026-05-27T00:06:21.749Z Compiling aead v0.5.2
22732026-05-27T00:06:21.929Z Compiling foreign-types-macros v0.2.3
22742026-05-27T00:06:21.989Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-27T00:06:22.243Z Compiling serde_path_to_error v0.1.20
22762026-05-27T00:06:22.315Z Compiling hostname v0.4.2
22772026-05-27T00:06:22.329Z Compiling proc-macro-error v1.0.4
22782026-05-27T00:06:22.341Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-27T00:06:22.431Z Compiling instant v0.1.13
22802026-05-27T00:06:22.472Z Compiling typeid v1.0.3
22812026-05-27T00:06:22.472Z Compiling debug-ignore v1.0.5
22822026-05-27T00:06:22.506Z Compiling foreign-types-shared v0.3.1
22832026-05-27T00:06:22.544Z Compiling cpufeatures v0.3.0
22842026-05-27T00:06:22.585Z Compiling backoff v0.4.0
22852026-05-27T00:06:22.607Z Compiling parse-display v0.10.0
22862026-05-27T00:06:22.607Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-27T00:06:23.012Z Compiling chacha20 v0.10.0
22882026-05-27T00:06:23.054Z Compiling foreign-types v0.5.0
22892026-05-27T00:06:23.054Z Compiling argon2 v0.5.3
22902026-05-27T00:06:23.055Z Compiling chacha20poly1305 v0.10.1
22912026-05-27T00:06:23.055Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22922026-05-27T00:06:23.055Z Compiling num_enum_derive v0.5.11
22932026-05-27T00:06:23.055Z Compiling num_enum v0.7.5
22942026-05-27T00:06:23.055Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-05-27T00:06:23.055Z Compiling ciborium v0.2.2
22962026-05-27T00:06:23.055Z Compiling vsss-rs v3.3.4
22972026-05-27T00:06:23.079Z Compiling tabwriter v1.4.1
22982026-05-27T00:06:23.116Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22992026-05-27T00:06:23.392Z Compiling regress v0.10.5
23002026-05-27T00:06:23.463Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23012026-05-27T00:06:23.495Z Compiling byte-wrapper v0.1.0
23022026-05-27T00:06:23.522Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23032026-05-27T00:06:23.700Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23042026-05-27T00:06:23.717Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23052026-05-27T00:06:23.784Z Compiling cstr-argument v0.1.2
23062026-05-27T00:06:23.876Z Compiling humantime v2.3.0
23072026-05-27T00:06:23.974Z Compiling erased-serde v0.4.9
23082026-05-27T00:06:24.143Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23092026-05-27T00:06:24.213Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-27T00:06:24.281Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-05-27T00:06:24.316Z Compiling num_enum v0.5.11
23122026-05-27T00:06:24.353Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-27T00:06:24.386Z Compiling rand v0.10.0
23142026-05-27T00:06:24.427Z Compiling rayon v1.11.0
23152026-05-27T00:06:24.459Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-05-27T00:06:24.485Z Compiling indent_write v2.2.0
23172026-05-27T00:06:24.586Z Compiling libefi-sys v0.1.0
23182026-05-27T00:06:24.635Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23192026-05-27T00:06:24.710Z Compiling colored v3.1.1
23202026-05-27T00:06:24.722Z Compiling zone_cfg_derive v0.3.1
23212026-05-27T00:06:24.772Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-27T00:06:24.805Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-27T00:06:24.827Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-27T00:06:25.040Z Compiling camino-tempfile v1.4.1
23252026-05-27T00:06:25.081Z Compiling itertools v0.12.1
23262026-05-27T00:06:25.211Z Compiling usdt-macro v0.5.0
23272026-05-27T00:06:25.315Z Compiling usdt-attr-macro v0.5.0
23282026-05-27T00:06:25.359Z Compiling num-derive v0.4.2
23292026-05-27T00:06:25.380Z Compiling bitfield-struct v0.6.2
23302026-05-27T00:06:25.400Z Compiling blake3 v1.8.3
23312026-05-27T00:06:25.466Z Compiling ordered-float v2.10.1
23322026-05-27T00:06:25.769Z Compiling memmap v0.7.0
23332026-05-27T00:06:25.785Z Compiling sigpipe v0.1.3
23342026-05-27T00:06:25.912Z Compiling glob v0.3.3
23352026-05-27T00:06:25.932Z Compiling swrite v0.1.0
23362026-05-27T00:06:26.059Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-05-27T00:06:26.091Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-27T00:06:26.105Z Compiling usdt v0.5.0
23392026-05-27T00:06:26.282Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-27T00:06:26.306Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-05-27T00:06:26.382Z Compiling serde-value v0.7.0
23422026-05-27T00:06:26.562Z Compiling zone v0.3.1
23432026-05-27T00:06:26.997Z Compiling serde-untagged v0.1.9
23442026-05-27T00:06:27.058Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-27T00:06:27.058Z Compiling toml v0.8.23
23462026-05-27T00:06:27.058Z Compiling smf v0.2.3
23472026-05-27T00:06:27.058Z Compiling filetime v0.2.27
23482026-05-27T00:06:27.058Z Compiling arrayvec v0.7.6
23492026-05-27T00:06:27.059Z Compiling unicode-xid v0.2.6
23502026-05-27T00:06:27.059Z Compiling arrayref v0.3.9
23512026-05-27T00:06:27.102Z Compiling xattr v1.6.1
23522026-05-27T00:06:27.127Z Compiling whoami v1.6.1
23532026-05-27T00:06:27.149Z Compiling constant_time_eq v0.4.2
23542026-05-27T00:06:27.180Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-05-27T00:06:27.197Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23562026-05-27T00:06:27.232Z Compiling tar v0.4.45
23572026-05-27T00:06:27.331Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-27T00:06:27.371Z Compiling cargo-util-schemas v0.8.2
23592026-05-27T00:06:27.455Z Compiling tokio-dtrace v0.1.1
23602026-05-27T00:06:27.566Z Compiling console v0.16.2
23612026-05-27T00:06:27.816Z Compiling gethostname v0.5.0
23622026-05-27T00:06:27.965Z Compiling cargo-platform v0.2.0
23632026-05-27T00:06:27.999Z Compiling topological-sort v0.2.2
23642026-05-27T00:06:28.105Z Compiling unit-prefix v0.5.2
23652026-05-27T00:06:28.129Z Compiling oxide-tokio-rt v0.1.4
23662026-05-27T00:06:28.165Z Compiling shell-words v1.1.1
23672026-05-27T00:06:28.206Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23682026-05-27T00:06:28.288Z Compiling indicatif v0.18.4
23692026-05-27T00:06:28.524Z Compiling cargo_metadata v0.21.0
23702026-05-27T00:06:37.734Z Compiling progenitor-client v0.10.0
23712026-05-27T00:06:37.734Z Compiling omicron-zone-package v0.12.2
23722026-05-27T00:06:37.772Z Compiling progenitor-client v0.14.0
23732026-05-27T00:06:38.239Z Compiling progenitor-extras v0.2.0
23742026-05-27T00:06:40.612Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-05-27T00:06:40.641Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-27T00:06:40.666Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-27T00:06:40.711Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-05-27T00:06:40.732Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23792026-05-27T00:06:40.732Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23802026-05-27T00:06:40.850Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-05-27T00:06:40.951Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23822026-05-27T00:06:40.984Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23832026-05-27T00:06:44.911Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-27T00:06:52.563Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-27T00:06:55.615Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-27T00:06:56.593Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-27T00:07:06.268Z Finished `release` profile [optimized] target(s) in 1m 43s
23882026-05-27T00:07:06.419Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-27T00:07:06.485ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-27T00:07:06.491ZCreated new build target 'test' and set it as active
23912026-05-27T00:07:06.491Z
23922026-05-27T00:07:06.491Zreal 1:43.801178414
23932026-05-27T00:07:06.491Zuser 16:58.306382312
23942026-05-27T00:07:06.491Zsys 2:35.347545613
23952026-05-27T00:07:06.491Ztrap 0.466348793
23962026-05-27T00:07:06.491Ztflt 2.899107126
23972026-05-27T00:07:06.491Zdflt 4.340350642
23982026-05-27T00:07:06.491Zkflt 0.000929631
23992026-05-27T00:07:06.492Zlock 52:43.494540629
24002026-05-27T00:07:06.492Zslp 43:10.832570019
24012026-05-27T00:07:06.492Zlat 44.330289186
24022026-05-27T00:07:06.492Zstop 5:29.317563263
24032026-05-27T00:07:06.492Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-27T00:07:07.384Z Finished `release` profile [optimized] target(s) in 0.88s
24052026-05-27T00:07:07.459Z Running `target/release/omicron-package -t test package`
24062026-05-27T00:07:07.519ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-27T00:07:08.955Z Compiling heck v0.5.0
24082026-05-27T00:07:08.955Z Compiling regress v0.11.1
24092026-05-27T00:07:08.955Z Compiling unsafe-libyaml v0.2.11
24102026-05-27T00:07:09.215Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-27T00:07:09.234Z Compiling regress v0.10.5
24122026-05-27T00:07:09.263Z Compiling is-terminal v0.4.17
24132026-05-27T00:07:09.269Z Compiling unicode-width v0.1.14
24142026-05-27T00:07:09.269Z Compiling prettyplease v0.2.37
24152026-05-27T00:07:09.269Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24162026-05-27T00:07:09.285Z Compiling bytecount v0.6.9
24172026-05-27T00:07:09.289Z Compiling rustls v0.22.4
24182026-05-27T00:07:09.289Z Compiling rustls-webpki v0.102.8
24192026-05-27T00:07:09.289Z Compiling derive-where v1.6.0
24202026-05-27T00:07:09.305Z Compiling thread_local v1.1.9
24212026-05-27T00:07:09.311Z Compiling compression-core v0.4.31
24222026-05-27T00:07:09.384Z Compiling match_cfg v0.1.0
24232026-05-27T00:07:09.404Z Compiling multer v3.1.0
24242026-05-27T00:07:09.533Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24252026-05-27T00:07:09.554Z Compiling hostname v0.3.1
24262026-05-27T00:07:09.561Z Compiling compression-codecs v0.4.37
24272026-05-27T00:07:09.599Z Compiling slog-async v2.8.0
24282026-05-27T00:07:09.626Z Compiling crossbeam-channel v0.5.15
24292026-05-27T00:07:09.657Z Compiling serde_yaml v0.9.34+deprecated
24302026-05-27T00:07:09.681Z Compiling slog-json v2.6.1
24312026-05-27T00:07:09.698Z Compiling toml_datetime v1.0.0+spec-1.1.0
24322026-05-27T00:07:09.720Z Compiling serde_spanned v1.0.4
24332026-05-27T00:07:09.726Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-05-27T00:07:09.826Z Compiling take_mut v0.2.2
24352026-05-27T00:07:09.845Z Compiling term v1.2.1
24362026-05-27T00:07:09.907Z Compiling slog-bunyan v2.5.0
24372026-05-27T00:07:09.928Z Compiling async-compression v0.4.41
24382026-05-27T00:07:09.963Z Compiling toml v1.0.6+spec-1.1.0
24392026-05-27T00:07:10.053Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24402026-05-27T00:07:10.076Z Compiling async-stream v0.3.6
24412026-05-27T00:07:10.100Z Compiling dropshot v0.17.0
24422026-05-27T00:07:10.173Z Compiling slog-term v2.9.2
24432026-05-27T00:07:10.224Z Compiling num-rational v0.4.2
24442026-05-27T00:07:10.265Z Compiling progenitor-client v0.14.0
24452026-05-27T00:07:10.288Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24462026-05-27T00:07:10.380Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24472026-05-27T00:07:10.437Z Compiling waitgroup v0.1.2
24482026-05-27T00:07:10.457Z Compiling backon v1.6.0
24492026-05-27T00:07:10.493Z Compiling rustls-pemfile v2.2.0
24502026-05-27T00:07:10.551Z Compiling num-complex v0.4.6
24512026-05-27T00:07:10.580Z Compiling hostname v0.4.2
24522026-05-27T00:07:10.601Z Compiling serde_path_to_error v0.1.20
24532026-05-27T00:07:10.608Z Compiling instant v0.1.13
24542026-05-27T00:07:10.681Z Compiling typify-impl v0.6.2
24552026-05-27T00:07:10.702Z Compiling debug-ignore v1.0.5
24562026-05-27T00:07:10.724Z Compiling progenitor-extras v0.2.0
24572026-05-27T00:07:10.749Z Compiling backoff v0.4.0
24582026-05-27T00:07:10.771Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-27T00:07:10.839Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-27T00:07:10.973Z Compiling num v0.4.3
24612026-05-27T00:07:10.995Z Compiling parse-display v0.10.0
24622026-05-27T00:07:11.015Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-27T00:07:11.037Z Compiling progenitor-client v0.13.0
24642026-05-27T00:07:11.079Z Compiling progenitor-client v0.10.0
24652026-05-27T00:07:11.126Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-05-27T00:07:11.150Z Compiling macaddr v1.0.1
24672026-05-27T00:07:11.215Z Compiling float-ord v0.3.2
24682026-05-27T00:07:11.238Z Compiling humantime v2.3.0
24692026-05-27T00:07:11.359Z Compiling console v0.15.11
24702026-05-27T00:07:11.415Z Compiling newline-converter v0.3.0
24712026-05-27T00:07:11.517Z Compiling atomicwrites v0.4.4
24722026-05-27T00:07:11.540Z Compiling slog-dtrace v0.3.0
24732026-05-27T00:07:11.565Z Compiling resolv-conf v0.7.6
24742026-05-27T00:07:11.590Z Compiling owo-colors v4.3.0
24752026-05-27T00:07:11.635Z Compiling tokio-rustls v0.25.0
24762026-05-27T00:07:11.834Z Compiling expectorate v1.2.0
24772026-05-27T00:07:11.857Z Compiling cancel-safe-futures v0.1.5
24782026-05-27T00:07:11.927Z Compiling toml v0.8.23
24792026-05-27T00:07:11.945Z Compiling libsw-core v0.3.2
24802026-05-27T00:07:12.102Z Compiling linear-map v1.2.0
24812026-05-27T00:07:12.187Z Compiling libsw v3.5.0
24822026-05-27T00:07:12.209Z Compiling linked-hash-map v0.5.6
24832026-05-27T00:07:12.362Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-27T00:07:12.400Z Compiling lru-cache v0.1.2
24852026-05-27T00:07:12.449Z Compiling minimal-lexical v0.2.1
24862026-05-27T00:07:12.540Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-27T00:07:12.545Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-27T00:07:12.581Z Compiling hickory-proto v0.24.4
24892026-05-27T00:07:12.631Z Compiling unicode-xid v0.2.6
24902026-05-27T00:07:12.659Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24912026-05-27T00:07:12.716Z Compiling nom v7.1.3
24922026-05-27T00:07:12.724Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24932026-05-27T00:07:12.788Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-05-27T00:07:12.967Z Compiling convert_case v0.10.0
24952026-05-27T00:07:13.273Z Compiling derive_more-impl v2.1.1
24962026-05-27T00:07:13.650Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-27T00:07:14.033Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-27T00:07:14.081Z Compiling derive_more v2.1.1
24992026-05-27T00:07:14.102Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-05-27T00:07:14.146Z Compiling typify-macro v0.6.2
25012026-05-27T00:07:14.197Z Compiling papergrid v0.11.0
25022026-05-27T00:07:14.219Z Compiling tabled_derive v0.7.0
25032026-05-27T00:07:14.355Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25042026-05-27T00:07:14.700Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-05-27T00:07:15.122Z Compiling hickory-resolver v0.24.4
25062026-05-27T00:07:15.292Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25072026-05-27T00:07:15.348Z Compiling termtree v0.5.1
25082026-05-27T00:07:15.518Z Compiling tabled v0.15.0
25092026-05-27T00:07:15.556Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-27T00:07:15.710Z Compiling typify v0.6.2
25112026-05-27T00:07:15.861Z Compiling progenitor-impl v0.14.0
25122026-05-27T00:07:16.510Z Compiling progenitor-impl v0.13.0
25132026-05-27T00:07:18.004Z Compiling progenitor-macro v0.14.0
25142026-05-27T00:07:20.663Z Compiling qorb v0.4.1
25152026-05-27T00:07:20.698Z Compiling progenitor-macro v0.13.0
25162026-05-27T00:07:20.716Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-27T00:07:20.716Z Compiling crossterm v0.29.0
25182026-05-27T00:07:20.727Z Compiling phf_shared v0.12.1
25192026-05-27T00:07:20.980Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-27T00:07:21.070Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-27T00:07:21.108Z Compiling csv-core v0.1.13
25222026-05-27T00:07:21.567Z Compiling vte v0.14.1
25232026-05-27T00:07:21.611Z Compiling chrono-tz v0.10.4
25242026-05-27T00:07:21.833Z Compiling highway v1.3.0
25252026-05-27T00:07:21.908Z Compiling strip-ansi-escapes v0.2.1
25262026-05-27T00:07:22.087Z Compiling progenitor v0.14.0
25272026-05-27T00:07:22.109Z Compiling csv v1.4.0
25282026-05-27T00:07:22.269Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25292026-05-27T00:07:22.493Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25302026-05-27T00:07:22.614Z Compiling phf v0.12.1
25312026-05-27T00:07:22.759Z Compiling progenitor v0.13.0
25322026-05-27T00:07:22.817Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-05-27T00:07:22.936Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-27T00:07:23.013Z Compiling const_format_proc_macros v0.2.34
25352026-05-27T00:07:23.121Z Compiling fd-lock v4.0.4
25362026-05-27T00:07:23.143Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25372026-05-27T00:07:23.296Z Compiling peg-macros v0.8.5
25382026-05-27T00:07:23.337Z Compiling nu-ansi-term v0.50.3
25392026-05-27T00:07:23.732Z Compiling reedline v0.40.0
25402026-05-27T00:07:23.786Z Compiling const_format v0.2.35
25412026-05-27T00:07:24.289Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-27T00:07:24.569Z Compiling peg v0.8.5
25432026-05-27T00:07:24.701Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-27T00:07:25.697Z Compiling bcs v0.1.6
25452026-05-27T00:07:25.978Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-27T00:07:26.134Z Compiling semver v0.1.20
25472026-05-27T00:07:26.280Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-27T00:07:26.418Z Compiling rustc_version v0.1.7
25492026-05-27T00:07:26.541Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-27T00:07:26.646Z Compiling smawk v0.3.2
25512026-05-27T00:07:26.669Z Compiling newtype_derive v0.1.6
25522026-05-27T00:07:26.860Z Compiling unicode-linebreak v0.1.5
25532026-05-27T00:07:26.965Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-27T00:07:27.170Z Compiling textwrap v0.16.2
25552026-05-27T00:07:27.485Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-27T00:07:27.673Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25572026-05-27T00:07:27.715Z Compiling base64 v0.21.7
25582026-05-27T00:07:28.438Z Compiling steno v0.4.1
25592026-05-27T00:07:28.463Z Compiling dropshot-api-manager-types v0.7.2
25602026-05-27T00:07:28.593Z Compiling tagptr v0.2.0
25612026-05-27T00:07:28.673Z Compiling utf-8 v0.7.6
25622026-05-27T00:07:28.772Z Compiling moka v0.12.13
25632026-05-27T00:07:28.797Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25642026-05-27T00:07:28.951Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-27T00:07:29.043Z Compiling tungstenite v0.21.0
25662026-05-27T00:07:29.066Z Compiling radium v0.7.0
25672026-05-27T00:07:29.090Z Compiling display-error-chain v0.2.2
25682026-05-27T00:07:29.123Z Compiling tap v1.0.1
25692026-05-27T00:07:29.274Z Compiling maybe-uninit v2.0.0
25702026-05-27T00:07:29.296Z Compiling wyz v0.5.1
25712026-05-27T00:07:29.650Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25722026-05-27T00:07:29.684Z Compiling tokio-tungstenite v0.21.0
25732026-05-27T00:07:29.773Z Compiling zerocopy-derive v0.6.6
25742026-05-27T00:07:30.017Z Compiling hickory-resolver v0.25.2
25752026-05-27T00:07:30.083Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25762026-05-27T00:07:30.311Z Compiling packed_struct v0.10.1
25772026-05-27T00:07:30.572Z Compiling crc-catalog v2.4.0
25782026-05-27T00:07:30.596Z Compiling funty v2.0.0
25792026-05-27T00:07:30.704Z Compiling crc v3.4.0
25802026-05-27T00:07:30.971Z Compiling bitvec v1.0.1
25812026-05-27T00:07:31.131Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25822026-05-27T00:07:31.205Z Compiling zerocopy v0.6.6
25832026-05-27T00:07:31.548Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-05-27T00:07:31.712Z Compiling packed_struct_codegen v0.10.1
25852026-05-27T00:07:32.132Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25862026-05-27T00:07:32.472Z Compiling num-derive v0.3.3
25872026-05-27T00:07:32.710Z Compiling bitfield-macros v0.19.4
25882026-05-27T00:07:32.791Z Compiling proc-macro-error-attr2 v2.0.0
25892026-05-27T00:07:33.203Z Compiling indexmap v1.9.3
25902026-05-27T00:07:33.373Z Compiling nodrop v0.1.14
25912026-05-27T00:07:33.446Z Compiling bitfield v0.19.4
25922026-05-27T00:07:33.492Z Compiling array-init v0.0.4
25932026-05-27T00:07:33.515Z Compiling libscf-sys v1.1.0
25942026-05-27T00:07:33.539Z Compiling proc-macro-error2 v2.0.1
25952026-05-27T00:07:33.773Z Compiling smallvec v0.6.14
25962026-05-27T00:07:33.890Z Compiling typify-impl v0.4.3
25972026-05-27T00:07:34.040Z Compiling vergen-gitcl v1.0.8
25982026-05-27T00:07:34.062Z Compiling dirs-sys-next v0.1.2
25992026-05-27T00:07:34.066Z Compiling glob v0.3.3
26002026-05-27T00:07:34.109Z Compiling diesel_derives v2.3.7
26012026-05-27T00:07:34.271Z Compiling hashbrown v0.12.3
26022026-05-27T00:07:34.333Z Compiling maplit v1.0.2
26032026-05-27T00:07:34.353Z Compiling crunchy v0.2.4
26042026-05-27T00:07:34.459Z Compiling clang-sys v1.8.1
26052026-05-27T00:07:34.544Z Compiling dirs-next v2.0.0
26062026-05-27T00:07:34.675Z Compiling serde-hex v0.1.0
26072026-05-27T00:07:34.714Z Compiling tabled_derive v0.11.0
26082026-05-27T00:07:34.897Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26092026-05-27T00:07:35.255Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-27T00:07:35.390Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26112026-05-27T00:07:35.614Z Compiling ron v0.8.1
26122026-05-27T00:07:35.636Z Compiling papergrid v0.17.0
26132026-05-27T00:07:35.764Z Compiling testing_table v0.3.0
26142026-05-27T00:07:35.875Z Compiling hashbrown v0.13.2
26152026-05-27T00:07:36.200Z Compiling dsl_auto_type v0.2.0
26162026-05-27T00:07:36.486Z Compiling scheduled-thread-pool v0.2.7
26172026-05-27T00:07:36.509Z Compiling diesel_table_macro_syntax v0.3.0
26182026-05-27T00:07:36.754Z Compiling crc-any v2.5.0
26192026-05-27T00:07:36.757Z Compiling tiny-keccak v2.0.2
26202026-05-27T00:07:36.799Z Compiling tabled v0.20.0
26212026-05-27T00:07:37.039Z Compiling r2d2 v0.8.10
26222026-05-27T00:07:37.083Z Compiling object v0.30.4
26232026-05-27T00:07:37.199Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26242026-05-27T00:07:37.372Z Compiling typify-macro v0.4.3
26252026-05-27T00:07:37.393Z Compiling term v0.7.0
26262026-05-27T00:07:37.687Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-27T00:07:37.894Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-27T00:07:37.898Z Compiling xshell-macros v0.2.7
26292026-05-27T00:07:37.961Z Compiling bit-vec v0.6.3
26302026-05-27T00:07:37.984Z Compiling downcast-rs v2.0.2
26312026-05-27T00:07:38.125Z Compiling path-slash v0.1.5
26322026-05-27T00:07:38.207Z Compiling bit-set v0.5.3
26332026-05-27T00:07:38.229Z Compiling ascii-canvas v3.0.0
26342026-05-27T00:07:38.311Z Compiling xshell v0.2.7
26352026-05-27T00:07:38.393Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26362026-05-27T00:07:38.489Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-27T00:07:38.562Z Compiling itertools v0.10.5
26382026-05-27T00:07:38.893Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26392026-05-27T00:07:38.956Z Compiling ena v0.14.4
26402026-05-27T00:07:39.031Z Compiling libloading v0.8.9
26412026-05-27T00:07:39.163Z Compiling unicase v2.9.0
26422026-05-27T00:07:39.205Z Compiling diff v0.1.13
26432026-05-27T00:07:39.271Z Compiling regex-syntax v0.6.29
26442026-05-27T00:07:39.471Z Compiling bindgen v0.71.1
26452026-05-27T00:07:39.649Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26462026-05-27T00:07:39.671Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26472026-05-27T00:07:39.779Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26482026-05-27T00:07:40.917Z Compiling lalrpop v0.19.12
26492026-05-27T00:07:41.237Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26502026-05-27T00:07:41.306Z Compiling cexpr v0.6.0
26512026-05-27T00:07:41.718Z Compiling diesel v2.3.7
26522026-05-27T00:07:41.840Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-05-27T00:07:41.966Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26542026-05-27T00:07:41.987Z Compiling rustc-hash v2.1.1
26552026-05-27T00:07:42.072Z Compiling crc8 v0.1.1
26562026-05-27T00:07:42.201Z Compiling typify v0.4.3
26572026-05-27T00:07:42.220Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-27T00:07:42.345Z Compiling headers-core v0.3.0
26592026-05-27T00:07:42.514Z Compiling libxml v0.3.3
26602026-05-27T00:07:42.549Z Compiling headers v0.4.1
26612026-05-27T00:07:42.570Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26622026-05-27T00:07:42.842Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-27T00:07:42.903Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26642026-05-27T00:07:43.286Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26652026-05-27T00:07:43.486Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26662026-05-27T00:07:43.977Z Compiling strum_macros v0.24.3
26672026-05-27T00:07:44.044Z Compiling git-stub v1.0.0
26682026-05-27T00:07:44.216Z Compiling indoc v1.0.9
26692026-05-27T00:07:44.317Z Compiling git-stub-vcs v0.1.0
26702026-05-27T00:07:44.641Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-27T00:07:44.680Z Compiling derive_builder v0.20.2
26722026-05-27T00:07:44.856Z Compiling oso-derive v0.27.3
26732026-05-27T00:07:44.878Z Compiling quick-xml v0.37.5
26742026-05-27T00:07:45.394Z Compiling impl-trait-for-tuples v0.2.3
26752026-05-27T00:07:45.430Z Compiling openssl-probe v0.1.6
26762026-05-27T00:07:45.615Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26772026-05-27T00:07:45.743Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-27T00:07:46.005Z Compiling half v1.8.3
26792026-05-27T00:07:46.342Z Compiling serde_cbor v0.11.2
26802026-05-27T00:07:46.474Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26812026-05-27T00:07:46.547Z Compiling bb8 v0.8.6
26822026-05-27T00:07:46.649Z Compiling trait-variant v0.1.2
26832026-05-27T00:07:46.760Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26842026-05-27T00:07:46.829Z Compiling samael v0.0.19
26852026-05-27T00:07:46.930Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26862026-05-27T00:07:47.162Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26872026-05-27T00:07:47.187Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26882026-05-27T00:07:47.381Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26892026-05-27T00:07:47.433Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-27T00:07:47.597Z Compiling fxhash v0.2.1
26912026-05-27T00:07:47.698Z Compiling salty v0.3.0
26922026-05-27T00:07:47.727Z Compiling nonempty v0.12.0
26932026-05-27T00:07:47.915Z Compiling progenitor-impl v0.10.0
26942026-05-27T00:07:47.959Z Compiling progenitor-impl v0.11.2
26952026-05-27T00:07:48.011Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-27T00:07:48.117Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-27T00:07:48.408Z Compiling polar-core v0.27.3
26982026-05-27T00:07:48.802Z Compiling kstat-rs v0.2.4
26992026-05-27T00:07:48.972Z Compiling libz-sys v1.1.24
27002026-05-27T00:07:48.994Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27012026-05-27T00:07:49.281Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27022026-05-27T00:07:50.038Z Compiling progenitor-macro v0.10.0
27032026-05-27T00:07:50.184Z Compiling progenitor-macro v0.11.2
27042026-05-27T00:07:51.303Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-27T00:07:51.759Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27062026-05-27T00:07:52.584Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-27T00:07:52.637Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-27T00:07:53.150Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-27T00:07:53.260Z Compiling progenitor-client v0.11.2
27102026-05-27T00:07:53.808Z Compiling darling_core v0.23.0
27112026-05-27T00:07:53.920Z Compiling nanorand v0.7.0
27122026-05-27T00:07:54.037Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27132026-05-27T00:07:54.239Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27142026-05-27T00:07:54.297Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27152026-05-27T00:07:56.009Z Compiling arc-swap v1.8.2
27162026-05-27T00:07:56.389Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27172026-05-27T00:07:57.924Z Compiling oso v0.27.3
27182026-05-27T00:07:58.578Z Compiling fs-err v2.11.0
27192026-05-27T00:08:00.755Z Compiling async-bb8-diesel v0.2.1
27202026-05-27T00:08:01.197Z Compiling diesel-dtrace v0.5.0
27212026-05-27T00:08:01.676Z Compiling parking_lot_core v0.8.6
27222026-05-27T00:08:01.804Z Compiling mime_guess v2.0.5
27232026-05-27T00:08:02.117Z Compiling slog-scope v4.4.1
27242026-05-27T00:08:02.140Z Compiling darling_macro v0.23.0
27252026-05-27T00:08:02.197Z Compiling progenitor v0.11.2
27262026-05-27T00:08:02.333Z Compiling flume v0.11.1
27272026-05-27T00:08:02.392Z Compiling progenitor v0.10.0
27282026-05-27T00:08:02.561Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-27T00:08:02.585Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27302026-05-27T00:08:02.649Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-27T00:08:02.734Z Compiling primeorder v0.13.6
27322026-05-27T00:08:03.059Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-27T00:08:03.297Z Compiling instability v0.3.11
27342026-05-27T00:08:03.486Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-27T00:08:04.118Z Compiling p384 v0.13.1
27362026-05-27T00:08:04.290Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-27T00:08:04.385Z Compiling darling v0.23.0
27382026-05-27T00:08:05.011Z Compiling slog-stdlog v4.1.1
27392026-05-27T00:08:05.584Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-27T00:08:05.679Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-27T00:08:05.729Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-27T00:08:05.851Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-27T00:08:05.935Z Compiling ignore v0.4.25
27442026-05-27T00:08:06.284Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-27T00:08:06.509Z Compiling castaway v0.2.4
27462026-05-27T00:08:06.671Z Compiling atty v0.2.14
27472026-05-27T00:08:06.829Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-27T00:08:06.911Z Compiling parse-size v1.1.0
27492026-05-27T00:08:07.071Z Compiling http-range v0.1.5
27502026-05-27T00:08:07.180Z Compiling indoc v2.0.7
27512026-05-27T00:08:07.423Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-27T00:08:07.742Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-27T00:08:08.342Z Compiling compact_str v0.8.1
27542026-05-27T00:08:08.916Z Compiling globwalk v0.9.1
27552026-05-27T00:08:09.384Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-27T00:08:09.484Z Compiling parking_lot v0.11.2
27572026-05-27T00:08:09.961Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-27T00:08:10.420Z Compiling slog-envlogger v2.2.0
27592026-05-27T00:08:11.595Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-27T00:08:11.664Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-27T00:08:11.721Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-27T00:08:11.752Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-27T00:08:11.921Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-27T00:08:12.248Z Compiling predicates-tree v1.0.13
27652026-05-27T00:08:12.382Z Compiling unicode-truncate v1.1.0
27662026-05-27T00:08:12.504Z Compiling lru v0.12.5
27672026-05-27T00:08:12.603Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-27T00:08:12.656Z Compiling rand_seeder v0.4.0
27692026-05-27T00:08:12.711Z Compiling prefix-trie v0.7.0
27702026-05-27T00:08:12.734Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-27T00:08:12.920Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-27T00:08:12.976Z Compiling vergen-git2 v1.0.7
27732026-05-27T00:08:13.141Z Compiling illumos-nvpair-sys v0.2.0
27742026-05-27T00:08:13.177Z Compiling corncobs v0.1.4
27752026-05-27T00:08:13.199Z Compiling cassowary v0.3.0
27762026-05-27T00:08:13.272Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-27T00:08:13.294Z Compiling hickory-server v0.25.2
27782026-05-27T00:08:13.403Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-27T00:08:13.430Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-27T00:08:13.577Z Compiling ratatui v0.29.0
27812026-05-27T00:08:13.645Z Compiling camino-tempfile-ext v0.3.3
27822026-05-27T00:08:13.714Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-27T00:08:14.107Z Compiling hyper-staticfile v0.10.1
27842026-05-27T00:08:14.306Z Compiling sled v0.34.7
27852026-05-27T00:08:14.800Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-27T00:08:15.141Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-27T00:08:15.395Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-27T00:08:15.823Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-27T00:08:17.602Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-27T00:08:17.825Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
27912026-05-27T00:08:18.006Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27922026-05-27T00:08:18.052Z Compiling secrecy v0.8.0
27932026-05-27T00:08:18.230Z Compiling rustls v0.21.12
27942026-05-27T00:08:18.252Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27952026-05-27T00:08:18.584Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27962026-05-27T00:08:18.796Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27972026-05-27T00:08:19.638Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27982026-05-27T00:08:19.821Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27992026-05-27T00:08:20.104Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28002026-05-27T00:08:20.516Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28012026-05-27T00:08:20.816Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-27T00:08:21.875Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28032026-05-27T00:08:22.138Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-05-27T00:08:22.365Z Compiling rustls-webpki v0.101.7
28052026-05-27T00:08:23.158Z Compiling sct v0.7.1
28062026-05-27T00:08:23.181Z Compiling nix v0.29.0
28072026-05-27T00:08:23.432Z Compiling dropshot v0.16.7
28082026-05-27T00:08:23.570Z Compiling void v1.0.2
28092026-05-27T00:08:23.720Z Compiling lzss v0.8.2
28102026-05-27T00:08:23.839Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-27T00:08:23.997Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-27T00:08:24.062Z Compiling illumos-nvpair v0.3.0
28132026-05-27T00:08:24.561Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-27T00:08:25.611Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-27T00:08:25.763Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-27T00:08:25.998Z Compiling tungstenite v0.23.0
28172026-05-27T00:08:26.333Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-27T00:08:26.748Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28192026-05-27T00:08:26.889Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-27T00:08:26.969Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-05-27T00:08:27.110Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28222026-05-27T00:08:27.200Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28232026-05-27T00:08:27.337Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28242026-05-27T00:08:27.434Z Compiling toml v0.9.12+spec-1.1.0
28252026-05-27T00:08:27.571Z Compiling nix v0.27.1
28262026-05-27T00:08:28.057Z Compiling dropshot_endpoint v0.16.7
28272026-05-27T00:08:28.336Z Compiling serde_bytes v0.11.19
28282026-05-27T00:08:28.405Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-27T00:08:28.658Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28302026-05-27T00:08:28.817Z Compiling git2 v0.20.4
28312026-05-27T00:08:28.968Z Compiling tokio-tungstenite v0.23.1
28322026-05-27T00:08:29.370Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-27T00:08:31.868Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-05-27T00:08:32.192Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-27T00:08:34.019Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-05-27T00:08:34.452Z Compiling tokio-rustls v0.24.1
28372026-05-27T00:08:34.771Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28382026-05-27T00:08:35.241Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28392026-05-27T00:08:35.385Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28402026-05-27T00:08:35.413Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28412026-05-27T00:08:35.457Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28422026-05-27T00:08:35.850Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28432026-05-27T00:08:36.145Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28442026-05-27T00:08:36.612Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28452026-05-27T00:08:37.015Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28462026-05-27T00:08:37.458Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28472026-05-27T00:08:37.680Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-05-27T00:08:37.856Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-05-27T00:08:38.542Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28502026-05-27T00:08:39.259Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-05-27T00:08:39.785Z Compiling rustls-pemfile v1.0.4
28522026-05-27T00:08:40.206Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28532026-05-27T00:08:40.742Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28542026-05-27T00:08:41.737Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28552026-05-27T00:08:41.934Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28562026-05-27T00:08:41.988Z Compiling signal-hook-tokio v0.3.1
28572026-05-27T00:08:42.015Z Compiling twox-hash v2.1.2
28582026-05-27T00:08:42.049Z Compiling yasna v0.5.2
28592026-05-27T00:08:42.162Z Compiling is_ci v1.2.0
28602026-05-27T00:08:42.194Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-27T00:08:42.381Z Compiling supports-color v3.0.2
28622026-05-27T00:08:42.696Z Compiling rcgen v0.12.1
28632026-05-27T00:08:42.894Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28642026-05-27T00:08:43.351Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28652026-05-27T00:08:43.611Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28662026-05-27T00:08:43.986Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28672026-05-27T00:08:44.204Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-05-27T00:08:46.621Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28692026-05-27T00:08:47.149Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28702026-05-27T00:08:47.275Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28712026-05-27T00:08:47.545Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28722026-05-27T00:08:47.775Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28732026-05-27T00:08:48.013Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-05-27T00:08:48.278Z Compiling fatfs v0.3.6
28752026-05-27T00:08:48.528Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28762026-05-27T00:08:48.540Z Compiling subprocess v0.2.15
28772026-05-27T00:08:49.431Z Compiling rtoolbox v0.0.3
28782026-05-27T00:08:49.786Z Compiling assert_matches v1.5.0
28792026-05-27T00:08:49.898Z Compiling seq-macro v0.3.6
28802026-05-27T00:08:50.183Z Compiling rpassword v7.4.0
28812026-05-27T00:08:50.491Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28822026-05-27T00:08:50.563Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28832026-05-27T00:08:50.788Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-05-27T00:08:50.927Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-05-27T00:08:51.032Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28862026-05-27T00:08:52.162Z Compiling tui-tree-widget v0.23.1
28872026-05-27T00:08:52.499Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28882026-05-27T00:08:53.430Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28892026-05-27T00:08:53.933Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28902026-05-27T00:08:54.331Z Compiling uzers v0.12.2
28912026-05-27T00:08:54.484Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28922026-05-27T00:08:55.511Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28932026-05-27T00:08:56.559Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28942026-05-27T00:08:56.616Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28952026-05-27T00:08:58.707Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-05-27T00:09:00.054Z Compiling support-bundle-viewer v0.1.2
28972026-05-27T00:09:00.904Z Compiling multimap v0.10.1
28982026-05-27T00:09:09.577Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28992026-05-27T00:09:09.802Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29002026-05-27T00:09:21.468Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29012026-05-27T00:09:22.724Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29022026-05-27T00:15:08.605Z Finished `release` profile [optimized] target(s) in 8m 00s
29032026-05-27T00:15:54.444Z
29042026-05-27T00:15:54.445Zreal 8:47.927218427
29052026-05-27T00:15:54.448Zuser 1:19:07.513106623
29062026-05-27T00:15:54.448Zsys 3:28.403372818
29072026-05-27T00:15:54.448Ztrap 1.749573550
29082026-05-27T00:15:54.448Ztflt 3.596244137
29092026-05-27T00:15:54.448Zdflt 16.489824857
29102026-05-27T00:15:54.448Zkflt 0.029410055
29112026-05-27T00:15:54.448Zlock 6:43:05.037838294
29122026-05-27T00:15:54.448Zslp 2:15:35.747577294
29132026-05-27T00:15:54.448Zlat 2:23.619735074
29142026-05-27T00:15:54.448Zstop 5:21.986011053
29152026-05-27T00:15:54.448Z+ mapfile -t packages
29162026-05-27T00:15:54.449Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29172026-05-27T00:15:55.437Z Finished `release` profile [optimized] target(s) in 0.97s
29182026-05-27T00:15:55.516Z Running `target/release/omicron-package -t test list-outputs`
29192026-05-27T00:15:55.582ZLogging to: /work/oxidecomputer/omicron/out/LOG
29202026-05-27T00:15:55.585Z+ ptime -m cargo build --locked --release -p xtask
29212026-05-27T00:15:56.116Z Compiling libc v0.2.185
29222026-05-27T00:15:56.116Z Compiling serde v1.0.228
29232026-05-27T00:15:56.119Z Compiling serde_core v1.0.228
29242026-05-27T00:15:56.119Z Compiling rustix v1.1.3
29252026-05-27T00:15:56.119Z Compiling serde_json v1.0.149
29262026-05-27T00:15:56.119Z Compiling bitflags v2.11.0
29272026-05-27T00:15:56.216Z Compiling num-traits v0.2.19
29282026-05-27T00:15:56.232Z Compiling syn v2.0.117
29292026-05-27T00:15:56.247Z Compiling smallvec v1.15.1
29302026-05-27T00:15:56.292Z Compiling indexmap v2.14.0
29312026-05-27T00:15:56.295Z Compiling usdt-impl v0.5.0
29322026-05-27T00:15:56.311Z Compiling syn v1.0.109
29332026-05-27T00:15:56.323Z Compiling percent-encoding v2.3.2
29342026-05-27T00:15:56.334Z Compiling getrandom v0.4.1
29352026-05-27T00:15:56.461Z Compiling log v0.4.29
29362026-05-27T00:15:56.543Z Compiling form_urlencoded v1.2.2
29372026-05-27T00:15:56.692Z Compiling fs-err v3.3.0
29382026-05-27T00:15:56.694Z Compiling heck v0.4.1
29392026-05-27T00:15:56.702Z Compiling once_cell v1.21.3
29402026-05-27T00:15:56.734Z Compiling anyhow v1.0.102
29412026-05-27T00:15:56.956Z Compiling errno v0.3.14
29422026-05-27T00:15:56.956Z Compiling thread-id v4.2.2
29432026-05-27T00:15:56.959Z Compiling memmap v0.7.0
29442026-05-27T00:15:57.222Z Compiling ordered-float v2.10.1
29452026-05-27T00:15:57.802Z Compiling proc-macro-error v1.0.4
29462026-05-27T00:15:57.959Z Compiling terminal_size v0.4.3
29472026-05-27T00:15:57.959Z Compiling tempfile v3.25.0
29482026-05-27T00:15:58.044Z Compiling tabled_derive v0.7.0
29492026-05-27T00:15:58.054Z Compiling clap_builder v4.5.60
29502026-05-27T00:15:58.057Z Compiling textwrap v0.16.2
29512026-05-27T00:15:58.215Z Compiling camino-tempfile v1.4.1
29522026-05-27T00:15:58.700Z Compiling tabled v0.15.0
29532026-05-27T00:15:58.814Z Compiling synstructure v0.13.2
29542026-05-27T00:15:58.814Z Compiling pest_generator v2.8.6
29552026-05-27T00:15:59.196Z Compiling serde_derive v1.0.228
29562026-05-27T00:15:59.199Z Compiling zerofrom-derive v0.1.6
29572026-05-27T00:15:59.199Z Compiling yoke-derive v0.8.1
29582026-05-27T00:15:59.199Z Compiling zerovec-derive v0.11.2
29592026-05-27T00:15:59.199Z Compiling displaydoc v0.2.5
29602026-05-27T00:15:59.199Z Compiling thiserror-impl v1.0.69
29612026-05-27T00:15:59.200Z Compiling zerocopy-derive v0.7.35
29622026-05-27T00:15:59.200Z Compiling scroll_derive v0.12.1
29632026-05-27T00:15:59.200Z Compiling thiserror-impl v2.0.18
29642026-05-27T00:15:59.200Z Compiling clap_derive v4.5.55
29652026-05-27T00:15:59.326Z Compiling pest_derive v2.8.6
29662026-05-27T00:15:59.889Z Compiling scroll v0.12.0
29672026-05-27T00:16:00.006Z Compiling zerocopy v0.7.35
29682026-05-27T00:16:00.203Z Compiling goblin v0.8.2
29692026-05-27T00:16:00.235Z Compiling zerofrom v0.1.6
29702026-05-27T00:16:00.371Z Compiling yoke v0.8.1
29712026-05-27T00:16:00.382Z Compiling thiserror v1.0.69
29722026-05-27T00:16:00.500Z Compiling dtrace-parser v0.2.0
29732026-05-27T00:16:00.579Z Compiling zerovec v0.11.5
29742026-05-27T00:16:00.590Z Compiling zerotrie v0.2.3
29752026-05-27T00:16:00.590Z Compiling thiserror v2.0.18
29762026-05-27T00:16:00.980Z Compiling clap v4.5.60
29772026-05-27T00:16:01.185Z Compiling tinystr v0.8.2
29782026-05-27T00:16:01.420Z Compiling icu_locale_core v2.1.1
29792026-05-27T00:16:01.507Z Compiling potential_utf v0.1.4
29802026-05-27T00:16:01.721Z Compiling icu_collections v2.1.1
29812026-05-27T00:16:02.469Z Compiling icu_provider v2.1.1
29822026-05-27T00:16:02.547Z Compiling serde_spanned v0.6.9
29832026-05-27T00:16:02.616Z Compiling toml_datetime v0.6.11
29842026-05-27T00:16:02.665Z Compiling serde-value v0.7.0
29852026-05-27T00:16:02.727Z Compiling cargo-platform v0.2.0
29862026-05-27T00:16:02.903Z Compiling icu_properties v2.1.2
29872026-05-27T00:16:03.011Z Compiling icu_normalizer v2.1.1
29882026-05-27T00:16:03.029Z Compiling dof v0.3.0
29892026-05-27T00:16:03.095Z Compiling toml_edit v0.22.27
29902026-05-27T00:16:03.140Z Compiling serde_tokenstream v0.2.3
29912026-05-27T00:16:03.240Z Compiling macaddr v1.0.1
29922026-05-27T00:16:03.775Z Compiling usdt-macro v0.5.0
29932026-05-27T00:16:03.882Z Compiling idna_adapter v1.2.1
29942026-05-27T00:16:03.997Z Compiling usdt-attr-macro v0.5.0
29952026-05-27T00:16:04.008Z Compiling idna v1.1.0
29962026-05-27T00:16:04.333Z Compiling url v2.5.8
29972026-05-27T00:16:04.616Z Compiling usdt v0.5.0
29982026-05-27T00:16:04.651Z Compiling toml v0.8.23
29992026-05-27T00:16:05.087Z Compiling cargo-util-schemas v0.8.2
30002026-05-27T00:16:05.088Z Compiling cargo_toml v0.21.0
30012026-05-27T00:16:06.106Z Compiling cargo_metadata v0.21.0
30022026-05-27T00:16:09.181Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30032026-05-27T00:16:12.174Z Finished `release` profile [optimized] target(s) in 16.57s
30042026-05-27T00:16:12.292Z
30052026-05-27T00:16:12.302Zreal 16.672408866
30062026-05-27T00:16:12.302Zuser 2:21.456563272
30072026-05-27T00:16:12.302Zsys 16.210653534
30082026-05-27T00:16:12.302Ztrap 0.084644215
30092026-05-27T00:16:12.303Ztflt 0.553255915
30102026-05-27T00:16:12.303Zdflt 1.465857708
30112026-05-27T00:16:12.303Zkflt 0.000035720
30122026-05-27T00:16:12.303Zlock 5:06.590664531
30132026-05-27T00:16:12.303Zslp 3:18.299569004
30142026-05-27T00:16:12.303Zlat 6.532542179
30152026-05-27T00:16:12.303Zstop 17.941908072
30162026-05-27T00:16:12.303Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-27T00:16:12.303Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30182026-05-27T00:16:12.303Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-27T00:16:12.303Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30202026-05-27T00:16:12.303Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30212026-05-27T00:16:13.251Z Compiling newtype-uuid-macros v0.1.0
30222026-05-27T00:16:13.251Z Compiling regress v0.10.5
30232026-05-27T00:16:13.251Z Compiling structmeta-derive v0.3.0
30242026-05-27T00:16:13.254Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30252026-05-27T00:16:13.254Z Compiling rustls v0.22.4
30262026-05-27T00:16:13.254Z Compiling rustls-webpki v0.102.8
30272026-05-27T00:16:13.254Z Compiling multer v3.1.0
30282026-05-27T00:16:13.254Z Compiling match_cfg v0.1.0
30292026-05-27T00:16:13.254Z Compiling compression-core v0.4.31
30302026-05-27T00:16:13.399Z Compiling debug-ignore v1.0.5
30312026-05-27T00:16:13.402Z Compiling slog-json v2.6.1
30322026-05-27T00:16:13.403Z Compiling async-stream-impl v0.3.6
30332026-05-27T00:16:13.403Z Compiling serde_spanned v1.0.4
30342026-05-27T00:16:13.414Z Compiling toml_datetime v1.0.0+spec-1.1.0
30352026-05-27T00:16:13.416Z Compiling dropshot v0.17.0
30362026-05-27T00:16:13.417Z Compiling toml_writer v1.0.6+spec-1.1.0
30372026-05-27T00:16:13.687Z Compiling hostname v0.3.1
30382026-05-27T00:16:13.691Z Compiling progenitor-client v0.14.0
30392026-05-27T00:16:13.691Z Compiling itertools v0.14.0
30402026-05-27T00:16:13.734Z Compiling compression-codecs v0.4.37
30412026-05-27T00:16:13.770Z Compiling toml v1.0.6+spec-1.1.0
30422026-05-27T00:16:13.802Z Compiling waitgroup v0.1.2
30432026-05-27T00:16:13.805Z Compiling rustls-pemfile v2.2.0
30442026-05-27T00:16:13.805Z Compiling dropshot_endpoint v0.17.0
30452026-05-27T00:16:13.887Z Compiling slog-bunyan v2.5.0
30462026-05-27T00:16:13.927Z Compiling async-compression v0.4.41
30472026-05-27T00:16:13.972Z Compiling hostname v0.4.2
30482026-05-27T00:16:14.033Z Compiling serde_path_to_error v0.1.20
30492026-05-27T00:16:14.036Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30502026-05-27T00:16:14.036Z Compiling macaddr v1.0.1
30512026-05-27T00:16:14.074Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-05-27T00:16:14.133Z Compiling instant v0.1.13
30532026-05-27T00:16:14.157Z Compiling async-stream v0.3.6
30542026-05-27T00:16:14.173Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30552026-05-27T00:16:14.244Z Compiling progenitor-client v0.10.0
30562026-05-27T00:16:14.260Z Compiling backon v1.6.0
30572026-05-27T00:16:14.264Z Compiling backoff v0.4.0
30582026-05-27T00:16:14.293Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30592026-05-27T00:16:14.296Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30602026-05-27T00:16:14.356Z Compiling humantime v2.3.0
30612026-05-27T00:16:14.373Z Compiling universal-hash v0.5.1
30622026-05-27T00:16:14.396Z Compiling opaque-debug v0.3.1
30632026-05-27T00:16:14.487Z Compiling progenitor-extras v0.2.0
30642026-05-27T00:16:14.503Z Compiling half v2.7.1
30652026-05-27T00:16:14.503Z Compiling ciborium-io v0.2.2
30662026-05-27T00:16:14.535Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-05-27T00:16:14.538Z Compiling unsafe-libyaml v0.2.11
30682026-05-27T00:16:14.567Z Compiling crucible-workspace-hack v0.1.0
30692026-05-27T00:16:14.622Z Compiling convert_case v0.4.0
30702026-05-27T00:16:14.655Z Compiling regress v0.11.1
30712026-05-27T00:16:14.704Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30722026-05-27T00:16:14.758Z Compiling aead v0.5.2
30732026-05-27T00:16:14.790Z Compiling ciborium-ll v0.2.2
30742026-05-27T00:16:14.805Z Compiling structmeta v0.3.0
30752026-05-27T00:16:14.837Z Compiling secrecy v0.10.3
30762026-05-27T00:16:14.856Z Compiling poly1305 v0.8.0
30772026-05-27T00:16:14.924Z Compiling chacha20 v0.9.1
30782026-05-27T00:16:14.984Z Compiling ciborium v0.2.2
30792026-05-27T00:16:15.002Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30802026-05-27T00:16:15.018Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30812026-05-27T00:16:15.021Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30822026-05-27T00:16:15.052Z Compiling thiserror-impl-no-std v2.0.2
30832026-05-27T00:16:15.055Z Compiling derive-ex v0.1.8
30842026-05-27T00:16:15.055Z Compiling parse-display-derive v0.10.0
30852026-05-27T00:16:15.101Z Compiling serde_yaml v0.9.34+deprecated
30862026-05-27T00:16:15.187Z Compiling derive_more v0.99.20
30872026-05-27T00:16:15.204Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-05-27T00:16:15.314Z Compiling byte-wrapper v0.1.0
30892026-05-27T00:16:15.377Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30902026-05-27T00:16:15.416Z Compiling password-hash v0.5.0
30912026-05-27T00:16:15.496Z Compiling blake2 v0.10.6
30922026-05-27T00:16:15.580Z Compiling chacha20poly1305 v0.10.1
30932026-05-27T00:16:15.615Z Compiling indent_write v2.2.0
30942026-05-27T00:16:15.634Z Compiling heapless v0.8.0
30952026-05-27T00:16:15.673Z Compiling ingot-macros v0.1.1
30962026-05-27T00:16:15.760Z Compiling argon2 v0.5.3
30972026-05-27T00:16:15.781Z Compiling tabwriter v1.4.1
30982026-05-27T00:16:15.856Z Compiling tokio-rustls v0.25.0
30992026-05-27T00:16:16.035Z Compiling toml_edit v0.23.10+spec-1.0.0
31002026-05-27T00:16:16.110Z Compiling hash32 v0.3.1
31012026-05-27T00:16:16.144Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-05-27T00:16:16.301Z Compiling typify-impl v0.6.2
31032026-05-27T00:16:16.316Z Compiling thiserror-no-std v2.0.2
31042026-05-27T00:16:16.430Z Compiling vsss-rs v3.3.4
31052026-05-27T00:16:16.447Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-27T00:16:16.584Z Compiling smoltcp v0.11.0
31072026-05-27T00:16:16.716Z Compiling proc-macro-crate v3.4.0
31082026-05-27T00:16:16.803Z Compiling test-strategy v0.4.5
31092026-05-27T00:16:16.858Z Compiling parse-display v0.10.0
31102026-05-27T00:16:16.982Z Compiling num-rational v0.4.2
31112026-05-27T00:16:17.021Z Compiling cobs v0.3.0
31122026-05-27T00:16:17.200Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31132026-05-27T00:16:17.217Z Compiling num-complex v0.4.6
31142026-05-27T00:16:17.241Z Compiling colored v3.1.1
31152026-05-27T00:16:17.313Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-27T00:16:17.332Z Compiling num_enum_derive v0.7.5
31172026-05-27T00:16:17.416Z Compiling postcard v1.1.3
31182026-05-27T00:16:17.545Z Compiling proc-macro-error v1.0.4
31192026-05-27T00:16:17.598Z Compiling num v0.4.3
31202026-05-27T00:16:17.615Z Compiling proc-macro-crate v1.3.1
31212026-05-27T00:16:17.631Z Compiling atomicwrites v0.4.4
31222026-05-27T00:16:17.634Z Compiling foreign-types-macros v0.2.3
31232026-05-27T00:16:17.697Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-27T00:16:17.795Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31252026-05-27T00:16:17.857Z Compiling foreign-types-shared v0.3.1
31262026-05-27T00:16:17.874Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-05-27T00:16:17.893Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31282026-05-27T00:16:17.968Z Compiling cpufeatures v0.3.0
31292026-05-27T00:16:17.985Z Compiling float-ord v0.3.2
31302026-05-27T00:16:17.988Z Compiling rayon-core v1.13.0
31312026-05-27T00:16:18.064Z Compiling num_enum_derive v0.5.11
31322026-05-27T00:16:18.083Z Compiling chacha20 v0.10.0
31332026-05-27T00:16:18.099Z Compiling crossbeam-deque v0.8.6
31342026-05-27T00:16:18.134Z Compiling camino-tempfile v1.4.1
31352026-05-27T00:16:18.153Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-27T00:16:18.243Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31372026-05-27T00:16:18.260Z Compiling cstr-argument v0.1.2
31382026-05-27T00:16:18.296Z Compiling foreign-types v0.5.0
31392026-05-27T00:16:18.339Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-05-27T00:16:18.396Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31412026-05-27T00:16:18.399Z Compiling rand v0.10.0
31422026-05-27T00:16:18.451Z Compiling toml v0.8.23
31432026-05-27T00:16:18.454Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31442026-05-27T00:16:18.485Z Compiling num_enum v0.7.5
31452026-05-27T00:16:18.583Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-05-27T00:16:18.637Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31472026-05-27T00:16:18.654Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-05-27T00:16:18.672Z Compiling ingot-types v0.1.2
31492026-05-27T00:16:18.687Z Compiling zone_cfg_derive v0.3.1
31502026-05-27T00:16:18.740Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31512026-05-27T00:16:18.804Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31522026-05-27T00:16:18.884Z Compiling rayon v1.11.0
31532026-05-27T00:16:18.899Z Compiling itertools v0.12.1
31542026-05-27T00:16:18.946Z Compiling num-derive v0.4.2
31552026-05-27T00:16:19.019Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31562026-05-27T00:16:19.036Z Compiling ingot v0.1.1
31572026-05-27T00:16:19.111Z Compiling sigpipe v0.1.3
31582026-05-27T00:16:19.124Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31592026-05-27T00:16:19.140Z Compiling glob v0.3.3
31602026-05-27T00:16:19.180Z Compiling num_enum v0.5.11
31612026-05-27T00:16:19.207Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31622026-05-27T00:16:19.230Z Compiling smf v0.2.3
31632026-05-27T00:16:19.325Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31642026-05-27T00:16:19.367Z Compiling whoami v1.6.1
31652026-05-27T00:16:19.383Z Compiling prettyplease v0.2.37
31662026-05-27T00:16:19.397Z Compiling usdt-macro v0.5.0
31672026-05-27T00:16:19.473Z Compiling gethostname v0.5.0
31682026-05-27T00:16:19.618Z Compiling usdt-attr-macro v0.5.0
31692026-05-27T00:16:19.676Z Compiling memmap v0.7.0
31702026-05-27T00:16:19.692Z Compiling derive-where v1.6.0
31712026-05-27T00:16:19.781Z Compiling progenitor-client v0.13.0
31722026-05-27T00:16:19.850Z Compiling resolv-conf v0.7.6
31732026-05-27T00:16:19.894Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31742026-05-27T00:16:19.912Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31752026-05-27T00:16:20.054Z Compiling zone v0.3.1
31762026-05-27T00:16:20.120Z Compiling cancel-safe-futures v0.1.5
31772026-05-27T00:16:20.147Z Compiling owo-colors v4.3.0
31782026-05-27T00:16:20.186Z Compiling libsw-core v0.3.2
31792026-05-27T00:16:20.225Z Compiling console v0.15.11
31802026-05-27T00:16:20.317Z Compiling hickory-proto v0.24.4
31812026-05-27T00:16:20.402Z Compiling libsw v3.5.0
31822026-05-27T00:16:20.464Z Compiling usdt v0.5.0
31832026-05-27T00:16:20.510Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31842026-05-27T00:16:20.633Z Compiling newline-converter v0.3.0
31852026-05-27T00:16:20.685Z Compiling libefi-sys v0.1.0
31862026-05-27T00:16:20.716Z Compiling linked-hash-map v0.5.6
31872026-05-27T00:16:20.768Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31882026-05-27T00:16:20.783Z Compiling linear-map v1.2.0
31892026-05-27T00:16:20.783Z Compiling expectorate v1.2.0
31902026-05-27T00:16:20.847Z Compiling git-stub v1.0.0
31912026-05-27T00:16:20.864Z Compiling bitfield-struct v0.6.2
31922026-05-27T00:16:20.926Z Compiling lru-cache v0.1.2
31932026-05-27T00:16:20.942Z Compiling semver v0.1.20
31942026-05-27T00:16:20.992Z Compiling typify-macro v0.6.2
31952026-05-27T00:16:21.010Z Compiling tokio-dtrace v0.1.1
31962026-05-27T00:16:21.025Z Compiling git-stub-vcs v0.1.0
31972026-05-27T00:16:21.075Z Compiling dropshot-api-manager-types v0.7.2
31982026-05-27T00:16:21.078Z Compiling slog-dtrace v0.3.0
31992026-05-27T00:16:21.139Z Compiling rustc_version v0.1.7
32002026-05-27T00:16:21.156Z Compiling minimal-lexical v0.2.1
32012026-05-27T00:16:21.209Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32022026-05-27T00:16:21.253Z Compiling oxide-tokio-rt v0.1.4
32032026-05-27T00:16:21.310Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-05-27T00:16:21.329Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32052026-05-27T00:16:21.400Z Compiling newtype_derive v0.1.6
32062026-05-27T00:16:21.416Z Compiling nom v7.1.3
32072026-05-27T00:16:21.437Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32082026-05-27T00:16:21.440Z Compiling typify-impl v0.4.3
32092026-05-27T00:16:21.472Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32102026-05-27T00:16:21.475Z Compiling phf_shared v0.12.1
32112026-05-27T00:16:21.560Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32122026-05-27T00:16:21.560Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32132026-05-27T00:16:21.594Z Compiling csv-core v0.1.13
32142026-05-27T00:16:21.657Z Compiling chrono-tz v0.10.4
32152026-05-27T00:16:21.677Z Compiling highway v1.3.0
32162026-05-27T00:16:21.905Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-27T00:16:21.933Z Compiling xshell-macros v0.2.7
32182026-05-27T00:16:21.950Z Compiling const_format_proc_macros v0.2.34
32192026-05-27T00:16:21.990Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32202026-05-27T00:16:22.033Z Compiling csv v1.4.0
32212026-05-27T00:16:22.137Z Compiling phf v0.12.1
32222026-05-27T00:16:22.172Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32232026-05-27T00:16:22.313Z Compiling primeorder v0.13.6
32242026-05-27T00:16:22.356Z Compiling xshell v0.2.7
32252026-05-27T00:16:22.506Z Compiling hickory-resolver v0.24.4
32262026-05-27T00:16:22.603Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32272026-05-27T00:16:22.728Z Compiling tabled_derive v0.7.0
32282026-05-27T00:16:22.793Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32292026-05-27T00:16:22.831Z Compiling const_format v0.2.35
32302026-05-27T00:16:22.861Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-05-27T00:16:22.904Z Compiling bcs v0.1.6
32322026-05-27T00:16:22.907Z Compiling typify v0.6.2
32332026-05-27T00:16:23.064Z Compiling progenitor-impl v0.14.0
32342026-05-27T00:16:23.081Z Compiling progenitor-impl v0.13.0
32352026-05-27T00:16:23.180Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32362026-05-27T00:16:23.257Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32372026-05-27T00:16:23.387Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-05-27T00:16:23.416Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-27T00:16:23.452Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-27T00:16:23.637Z Compiling qorb v0.4.1
32412026-05-27T00:16:23.673Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32422026-05-27T00:16:23.749Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-05-27T00:16:23.790Z Compiling termtree v0.5.1
32442026-05-27T00:16:23.980Z Compiling tagptr v0.2.0
32452026-05-27T00:16:24.038Z Compiling salty v0.3.0
32462026-05-27T00:16:24.168Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-05-27T00:16:24.190Z Compiling textwrap v0.16.2
32482026-05-27T00:16:24.258Z Compiling moka v0.12.13
32492026-05-27T00:16:24.328Z Compiling tabled v0.15.0
32502026-05-27T00:16:24.407Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32512026-05-27T00:16:24.652Z Compiling steno v0.4.1
32522026-05-27T00:16:24.694Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32532026-05-27T00:16:24.787Z Compiling radium v0.7.0
32542026-05-27T00:16:24.864Z Compiling base64 v0.21.7
32552026-05-27T00:16:24.969Z Compiling hickory-resolver v0.25.2
32562026-05-27T00:16:25.115Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32572026-05-27T00:16:25.219Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-05-27T00:16:25.239Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32592026-05-27T00:16:25.493Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32602026-05-27T00:16:25.512Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32612026-05-27T00:16:25.534Z Compiling p384 v0.13.1
32622026-05-27T00:16:25.724Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32632026-05-27T00:16:25.748Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32642026-05-27T00:16:25.819Z Compiling progenitor-macro v0.13.0
32652026-05-27T00:16:25.836Z Compiling progenitor-macro v0.14.0
32662026-05-27T00:16:25.963Z Compiling maybe-uninit v2.0.0
32672026-05-27T00:16:26.119Z Compiling typify-macro v0.4.3
32682026-05-27T00:16:26.146Z Compiling tap v1.0.1
32692026-05-27T00:16:26.245Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-05-27T00:16:26.296Z Compiling wyz v0.5.1
32712026-05-27T00:16:26.351Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-05-27T00:16:26.521Z Compiling proc-macro-error-attr2 v2.0.0
32732026-05-27T00:16:26.572Z Compiling packed_struct v0.10.1
32742026-05-27T00:16:26.719Z Compiling utf-8 v0.7.6
32752026-05-27T00:16:26.748Z Compiling funty v2.0.0
32762026-05-27T00:16:26.882Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-05-27T00:16:26.938Z Compiling parking_lot_core v0.8.6
32782026-05-27T00:16:26.964Z Compiling proc-macro-error2 v2.0.1
32792026-05-27T00:16:26.987Z Compiling tungstenite v0.21.0
32802026-05-27T00:16:27.096Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32812026-05-27T00:16:27.156Z Compiling bitvec v1.0.1
32822026-05-27T00:16:27.195Z Compiling polyval v0.6.2
32832026-05-27T00:16:27.239Z Compiling packed_struct_codegen v0.10.1
32842026-05-27T00:16:27.259Z Compiling num-derive v0.3.3
32852026-05-27T00:16:27.305Z Compiling bitfield-macros v0.19.4
32862026-05-27T00:16:27.321Z Compiling zerocopy-derive v0.6.6
32872026-05-27T00:16:27.439Z Compiling indexmap v1.9.3
32882026-05-27T00:16:27.458Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-05-27T00:16:27.628Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32902026-05-27T00:16:27.674Z Compiling nodrop v0.1.14
32912026-05-27T00:16:27.689Z Compiling crc-catalog v2.4.0
32922026-05-27T00:16:27.800Z Compiling crc v3.4.0
32932026-05-27T00:16:27.816Z Compiling array-init v0.0.4
32942026-05-27T00:16:27.922Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32952026-05-27T00:16:27.938Z Compiling tokio-tungstenite v0.21.0
32962026-05-27T00:16:27.975Z Compiling typify v0.4.3
32972026-05-27T00:16:28.048Z Compiling ghash v0.5.1
32982026-05-27T00:16:28.079Z Compiling bitfield v0.19.4
32992026-05-27T00:16:28.117Z Compiling progenitor-impl v0.11.2
33002026-05-27T00:16:28.199Z Compiling tabled_derive v0.11.0
33012026-05-27T00:16:28.236Z Compiling libscf-sys v1.1.0
33022026-05-27T00:16:28.254Z Compiling zerocopy v0.6.6
33032026-05-27T00:16:28.297Z Compiling smallvec v0.6.14
33042026-05-27T00:16:28.413Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33052026-05-27T00:16:28.427Z Compiling papergrid v0.17.0
33062026-05-27T00:16:28.537Z Compiling testing_table v0.3.0
33072026-05-27T00:16:28.555Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33082026-05-27T00:16:28.629Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-05-27T00:16:28.662Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33102026-05-27T00:16:28.734Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-05-27T00:16:28.824Z Compiling ctr v0.9.2
33122026-05-27T00:16:28.986Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-05-27T00:16:29.006Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33142026-05-27T00:16:29.009Z Compiling illumos-nvpair-sys v0.2.0
33152026-05-27T00:16:29.047Z Compiling hashbrown v0.12.3
33162026-05-27T00:16:29.126Z Compiling corncobs v0.1.4
33172026-05-27T00:16:29.228Z Compiling unicase v2.9.0
33182026-05-27T00:16:29.317Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-27T00:16:29.334Z Compiling aes-gcm v0.10.3
33202026-05-27T00:16:29.377Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-05-27T00:16:29.441Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33222026-05-27T00:16:29.460Z Compiling tabled v0.20.0
33232026-05-27T00:16:29.477Z Compiling mime_guess v2.0.5
33242026-05-27T00:16:29.565Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33252026-05-27T00:16:29.684Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-05-27T00:16:29.750Z Compiling serde-hex v0.1.0
33272026-05-27T00:16:29.955Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-27T00:16:30.016Z Compiling parking_lot v0.11.2
33292026-05-27T00:16:30.033Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33302026-05-27T00:16:30.086Z Compiling progenitor-impl v0.10.0
33312026-05-27T00:16:30.429Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33322026-05-27T00:16:30.445Z Compiling ron v0.8.1
33332026-05-27T00:16:30.448Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33342026-05-27T00:16:30.478Z Compiling hashbrown v0.13.2
33352026-05-27T00:16:30.562Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-05-27T00:16:30.897Z Compiling progenitor-macro v0.11.2
33372026-05-27T00:16:30.965Z Compiling progenitor-client v0.11.2
33382026-05-27T00:16:31.008Z Compiling ssh-encoding v0.2.0
33392026-05-27T00:16:31.027Z Compiling progenitor v0.13.0
33402026-05-27T00:16:31.090Z Compiling progenitor v0.14.0
33412026-05-27T00:16:31.124Z Compiling blowfish v0.9.1
33422026-05-27T00:16:31.201Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-27T00:16:31.272Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33442026-05-27T00:16:31.310Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-27T00:16:31.328Z Compiling prefix-trie v0.7.0
33462026-05-27T00:16:31.397Z Compiling fxhash v0.2.1
33472026-05-27T00:16:31.435Z Compiling secrecy v0.8.0
33482026-05-27T00:16:31.552Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-05-27T00:16:31.568Z Compiling crc-any v2.5.0
33502026-05-27T00:16:31.757Z Compiling hickory-server v0.25.2
33512026-05-27T00:16:31.810Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33522026-05-27T00:16:31.830Z Compiling sled v0.34.7
33532026-05-27T00:16:31.925Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-27T00:16:31.980Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33552026-05-27T00:16:32.145Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33562026-05-27T00:16:32.272Z Compiling ssh-cipher v0.2.0
33572026-05-27T00:16:32.290Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33582026-05-27T00:16:32.569Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33592026-05-27T00:16:32.858Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33602026-05-27T00:16:32.877Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33612026-05-27T00:16:32.910Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-05-27T00:16:32.927Z Compiling progenitor-macro v0.10.0
33632026-05-27T00:16:33.221Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33642026-05-27T00:16:33.750Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33652026-05-27T00:16:33.912Z Compiling object v0.30.4
33662026-05-27T00:16:34.116Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33672026-05-27T00:16:34.140Z Compiling password-hash v0.4.2
33682026-05-27T00:16:34.259Z Compiling path-slash v0.1.5
33692026-05-27T00:16:34.431Z Compiling http-range v0.1.5
33702026-05-27T00:16:34.545Z Compiling crc8 v0.1.1
33712026-05-27T00:16:34.564Z Compiling half v1.8.3
33722026-05-27T00:16:34.692Z Compiling pbkdf2 v0.11.0
33732026-05-27T00:16:34.726Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-05-27T00:16:34.874Z Compiling serde_cbor v0.11.2
33752026-05-27T00:16:34.908Z Compiling illumos-nvpair v0.3.0
33762026-05-27T00:16:35.197Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-05-27T00:16:35.214Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33782026-05-27T00:16:35.274Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33792026-05-27T00:16:35.410Z Compiling ssh-key v0.6.7
33802026-05-27T00:16:35.643Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-05-27T00:16:35.750Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-05-27T00:16:35.981Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33832026-05-27T00:16:36.009Z Compiling progenitor v0.11.2
33842026-05-27T00:16:36.202Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33852026-05-27T00:16:36.239Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-27T00:16:36.260Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-27T00:16:36.290Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33882026-05-27T00:16:36.381Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33892026-05-27T00:16:36.488Z Compiling p521 v0.13.3
33902026-05-27T00:16:36.669Z Compiling p256 v0.13.2
33912026-05-27T00:16:36.862Z Compiling yasna v0.5.2
33922026-05-27T00:16:36.887Z Compiling kstat-rs v0.2.4
33932026-05-27T00:16:36.940Z Compiling headers-core v0.3.0
33942026-05-27T00:16:37.077Z Compiling nanorand v0.7.0
33952026-05-27T00:16:37.094Z Compiling atty v0.2.14
33962026-05-27T00:16:37.119Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
33972026-05-27T00:16:37.136Z Compiling russh-cryptovec v0.7.3
33982026-05-27T00:16:37.169Z Compiling home v0.5.12
33992026-05-27T00:16:37.210Z Compiling md5 v0.7.0
34002026-05-27T00:16:37.234Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34012026-05-27T00:16:37.321Z Compiling rcgen v0.12.1
34022026-05-27T00:16:37.342Z Compiling flume v0.11.1
34032026-05-27T00:16:37.359Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34042026-05-27T00:16:37.394Z Compiling russh-keys v0.45.0
34052026-05-27T00:16:37.522Z Compiling headers v0.4.1
34062026-05-27T00:16:37.538Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34072026-05-27T00:16:37.583Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34082026-05-27T00:16:37.718Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34092026-05-27T00:16:37.926Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34102026-05-27T00:16:37.943Z Compiling hyper-staticfile v0.10.1
34112026-05-27T00:16:37.977Z Compiling progenitor v0.10.0
34122026-05-27T00:16:38.150Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34132026-05-27T00:16:38.167Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34142026-05-27T00:16:38.185Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-05-27T00:16:38.244Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34162026-05-27T00:16:38.317Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34172026-05-27T00:16:38.492Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34182026-05-27T00:16:38.580Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34192026-05-27T00:16:38.598Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34202026-05-27T00:16:38.695Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34212026-05-27T00:16:38.799Z Compiling num-bigint v0.4.6
34222026-05-27T00:16:38.824Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34232026-05-27T00:16:38.946Z Compiling des v0.8.1
34242026-05-27T00:16:38.980Z Compiling subprocess v0.2.15
34252026-05-27T00:16:39.008Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34262026-05-27T00:16:39.049Z Compiling hex-literal v0.4.1
34272026-05-27T00:16:39.066Z Compiling display-error-chain v0.2.2
34282026-05-27T00:16:39.112Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34292026-05-27T00:16:39.168Z Compiling colored v2.2.0
34302026-05-27T00:16:39.192Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34312026-05-27T00:16:39.243Z Compiling socket2 v0.5.10
34322026-05-27T00:16:39.403Z Compiling internet-checksum v0.2.1
34332026-05-27T00:16:39.462Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34342026-05-27T00:16:39.951Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-27T00:16:39.985Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-27T00:16:40.010Z Compiling russh v0.45.0
34372026-05-27T00:16:42.545Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34382026-05-27T00:16:42.584Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34392026-05-27T00:16:43.255Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34402026-05-27T00:16:43.718Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34412026-05-27T00:16:45.389Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34422026-05-27T00:16:53.422Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34432026-05-27T00:16:53.423Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34442026-05-27T00:16:53.426Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34452026-05-27T00:16:53.426Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34462026-05-27T00:16:55.195Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34472026-05-27T00:16:55.282Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34482026-05-27T00:16:59.323Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34492026-05-27T00:17:38.779Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34502026-05-27T00:17:38.992Z
34512026-05-27T00:17:38.992Zreal 1:26.631989864
34522026-05-27T00:17:38.992Zuser 8:15.674487701
34532026-05-27T00:17:38.992Zsys 1:40.900089039
34542026-05-27T00:17:38.992Ztrap 0.254444308
34552026-05-27T00:17:38.992Ztflt 0.608529488
34562026-05-27T00:17:38.992Zdflt 1.620234306
34572026-05-27T00:17:39.028Zkflt 0.000440850
34582026-05-27T00:17:39.028Zlock 29:35.571114651
34592026-05-27T00:17:39.028Zslp 19:19.924004526
34602026-05-27T00:17:39.028Zlat 39.390031348
34612026-05-27T00:17:39.029Zstop 2:42.739805397
34622026-05-27T00:17:39.029Z+ mkdir tests
34632026-05-27T00:17:39.030Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34642026-05-27T00:17:39.030Z+ xargs -I '{}' -t cp '{}' tests/
34652026-05-27T00:17:39.162Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-2046a8f0e65e13f9 tests/
34662026-05-27T00:17:39.305Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1a7016e787ab1b94 tests/
34672026-05-27T00:17:39.306Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-70319726260f690f tests/
34682026-05-27T00:17:39.306Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7267acb222b06bda tests/
34692026-05-27T00:17:39.610Z+ 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)
34702026-05-27T00:17:39.610Z+ 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-1a7016e787ab1b94 tests/commtest-70319726260f690f tests/dhcp_server-2046a8f0e65e13f9 tests/end_to_end_tests-7267acb222b06bda 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
34712026-05-27T00:18:59.010ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34722026-05-27T00:18:59.010Za .github/buildomat/ci-env.sh 1K
34732026-05-27T00:18:59.010Za out/target/test 1K
34742026-05-27T00:18:59.010Za out/npuzone/npuzone 27402K
34752026-05-27T00:18:59.010Za package-manifest.toml 35K
34762026-05-27T00:18:59.010Za smf/sled-agent/non-gimlet/config.toml 6K
34772026-05-27T00:18:59.010Za target/release/omicron-package 46004K
34782026-05-27T00:18:59.010Za target/release/xtask 11449K
34792026-05-27T00:18:59.010Za target/debug/bootstrap 352722K
34802026-05-27T00:18:59.010Za tests/bootstrap-1a7016e787ab1b94 31215K
34812026-05-27T00:18:59.010Za tests/commtest-70319726260f690f 32300K
34822026-05-27T00:18:59.010Za tests/dhcp_server-2046a8f0e65e13f9 31215K
34832026-05-27T00:18:59.010Za tests/end_to_end_tests-7267acb222b06bda 394506K
34842026-05-27T00:18:59.011Za tools/opte_version 1K
34852026-05-27T00:18:59.011Za tools/opte_version_override 2K
34862026-05-27T00:18:59.011Za out/clickhouse.tar.gz 319711K
34872026-05-27T00:18:59.011Za out/clickhouse_keeper.tar.gz 305052K
34882026-05-27T00:18:59.011Za out/clickhouse_server.tar.gz 319708K
34892026-05-27T00:18:59.011Za out/cockroachdb.tar.gz 165206K
34902026-05-27T00:18:59.011Za out/crucible-pantry-zone.tar.gz 44216K
34912026-05-27T00:18:59.011Za out/crucible-utils.tar 17744K
34922026-05-27T00:18:59.011Za out/crucible-zone.tar.gz 58354K
34932026-05-27T00:18:59.011Za out/external-dns.tar.gz 50384K
34942026-05-27T00:18:59.012Za out/internal-dns.tar.gz 50384K
34952026-05-27T00:18:59.012Za out/mg-ddm-gz.tar 95141K
34962026-05-27T00:18:59.012Za out/nexus.tar.gz 223337K
34972026-05-27T00:18:59.012Za out/ntp.tar.gz 32191K
34982026-05-27T00:18:59.012Za out/omicron-gateway-softnpu.tar.gz 29850K
34992026-05-27T00:18:59.012Za out/omicron-sled-agent.tar 201863K
35002026-05-27T00:18:59.012Za out/overlay.tar.gz 3K
35012026-05-27T00:18:59.012Za out/oximeter.tar.gz 67441K
35022026-05-27T00:18:59.012Za out/oxlog.tar 3782K
35032026-05-27T00:18:59.012Za out/probe.tar.gz 3037K
35042026-05-27T00:18:59.012Za out/propolis-server.tar.gz 38727K
35052026-05-27T00:18:59.012Za out/pumpkind-gz.tar 26647K
35062026-05-27T00:18:59.012Za out/switch-softnpu.tar.gz 397110K
35072026-05-27T00:18:59.015Z
35082026-05-27T00:18:59.015Zreal 1:19.472785935
35092026-05-27T00:18:59.015Zuser 1:16.866244777
35102026-05-27T00:18:59.015Zsys 4.353678769
35112026-05-27T00:18:59.015Ztrap 0.006856195
35122026-05-27T00:18:59.015Ztflt 0.000000000
35132026-05-27T00:18:59.015Zdflt 0.000000000
35142026-05-27T00:18:59.015Zkflt 0.000000000
35152026-05-27T00:18:59.016Zlock 0.000000000
35162026-05-27T00:18:59.016Zslp 1:16.735644326
35172026-05-27T00:18:59.016Zlat 0.978257573
35182026-05-27T00:18:59.016Zstop 0.000452801
35192026-05-27T00:18:59.016Zprocess exited: duration 942937 ms, exit code 0
 
35202026-05-27T00:18:59.031Zfound 1 output files
35212026-05-27T00:18:59.031Zuploading: /work/package.tar.gz (2450317089 bytes)
35222026-05-27T00:19:28.506Zuploaded: /work/package.tar.gz