01KSK218J45EHQMXTA03QZV1BN: 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: 01KSK21Q7GA4BATA2429ECJQZQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T21:12:20.213Zjob assigned to worker 01KSK21XJSWH08H4YPV8D4HCQ1 [factory aws, i-01eefa0a128f29c6c] (queued for 49 s)
 
22026-05-26T21:12:27.891Zstarting task 0: "setup"
32026-05-26T21:12:27.896Z++ uname -s
42026-05-26T21:12:27.899Z+ kern=SunOS
52026-05-26T21:12:27.899Z+ build_user=build
62026-05-26T21:12:27.899Z+ build_uid=12345
72026-05-26T21:12:27.899Z+ work_dir=/work
82026-05-26T21:12:27.899Z+ input_dir=/input
92026-05-26T21:12:27.899Z+ [[ 0 == 12345 ]]
102026-05-26T21:12:27.899Z+ case "$kern" in
112026-05-26T21:12:27.899Z+ groupadd -g 12345 build
122026-05-26T21:12:27.913Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T21:12:29.922Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T21:12:29.986Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T21:12:29.989Z+ home_fs=zfs
162026-05-26T21:12:29.989Z+ [[ zfs == autofs ]]
172026-05-26T21:12:29.989Z+ mkdir -p /home/build
182026-05-26T21:12:29.992Z+ chown build:build /home/build /work
192026-05-26T21:12:31.992Z+ chmod 0700 /home/build /work
202026-05-26T21:12:31.995Zprocess exited: duration 4107 ms, exit code 0
 
212026-05-26T21:12:32.001Zstarting task 1: "rust-toolchain"
222026-05-26T21:12:32.007Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-26T21:12:32.007Z * rust toolchain channel = "1.94.0"
242026-05-26T21:12:32.007Z * rust toolchain profile = "default"
252026-05-26T21:12:32.010Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T21:12:32.010Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T21:12:32.010Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T21:12:32.010Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T21:12:32.010Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T21:12:32.075Zinfo: downloading installer
312026-05-26T21:12:33.493Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T21:12:33.493Zwarn: /home/build/.rustup/settings.toml
332026-05-26T21:12:33.493Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T21:12:33.493Zwarn: instead of the one inferred from the default host triple.
352026-05-26T21:12:33.505Zinfo: profile set to default
362026-05-26T21:12:33.506Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T21:12:33.508Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T21:12:33.642Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T21:12:33.645Zinfo: downloading 6 components
402026-05-26T21:12:47.747Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T21:12:47.747Z
422026-05-26T21:12:47.782Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T21:12:47.782Z
442026-05-26T21:12:47.782Z
452026-05-26T21:12:47.782ZRust is installed now. Great!
462026-05-26T21:12:47.782Z
472026-05-26T21:12:47.785ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T21:12:47.785Zenvironment variable. This has not been done automatically.
492026-05-26T21:12:47.786Z
502026-05-26T21:12:47.786ZTo configure your current shell, you need to source
512026-05-26T21:12:47.786Zthe corresponding env file under $HOME/.cargo.
522026-05-26T21:12:47.786Z
532026-05-26T21:12:47.786ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T21:12:47.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T21:12:47.786Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T21:12:47.786Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T21:12:47.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T21:12:47.786Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T21:12:47.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T21:12:47.786Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T21:12:47.786Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T21:12:47.893Z+ rustup --version
632026-05-26T21:12:47.899Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T21:12:47.899Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T21:12:47.921Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T21:12:47.924Z+ cargo --version
672026-05-26T21:12:47.932Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T21:12:47.935Z+ rustc --version
692026-05-26T21:12:47.956Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T21:12:47.961Zprocess exited: duration 15959 ms, exit code 0
 
712026-05-26T21:12:47.966Zstarting task 2: "authentication"
722026-05-26T21:12:47.984Zprocess exited: duration 17 ms, exit code 0
 
732026-05-26T21:12:47.989Zstarting task 3: "clone repository"
742026-05-26T21:12:47.993Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T21:12:47.996Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T21:12:48.050ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T21:12:58.007Z+ cd /work/oxidecomputer/omicron
782026-05-26T21:12:58.007Z+ git fetch origin 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
792026-05-26T21:12:58.276ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T21:12:58.276Z * branch 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2 -> FETCH_HEAD
812026-05-26T21:12:58.291Z+ [[ -n bump_crucible_propolis ]]
822026-05-26T21:12:58.294Z++ git branch --show-current
832026-05-26T21:12:58.297Z+ current=main
842026-05-26T21:12:58.297Z+ [[ main != bump_crucible_propolis ]]
852026-05-26T21:12:58.297Z+ git branch -f bump_crucible_propolis 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
862026-05-26T21:12:58.300Z+ git checkout -f bump_crucible_propolis
872026-05-26T21:12:58.538ZSwitched to branch 'bump_crucible_propolis'
882026-05-26T21:12:58.541Z+ git reset --hard 5ebb5b03c9d348f4042ae041b8abb90e0bc403f2
892026-05-26T21:12:58.558ZHEAD is now at 5ebb5b03c add UpstairsDegradedReason::InvalidState
902026-05-26T21:12:58.561Zprocess exited: duration 10570 ms, exit code 0
 
912026-05-26T21:12:58.567Zstarting task 4: "build"
922026-05-26T21:12:58.573Z+ source .github/buildomat/ci-env.sh
932026-05-26T21:12:58.573Z++ export CARGO_TERM_COLOR=always
942026-05-26T21:12:58.573Z++ CARGO_TERM_COLOR=always
952026-05-26T21:12:58.573Z+ cargo --version
962026-05-26T21:12:58.583Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T21:12:58.586Z+ rustc --version
982026-05-26T21:12:58.606Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T21:12:58.609Z+ WORK=/work
1002026-05-26T21:12:58.609Z+ pfexec mkdir -p /work
1012026-05-26T21:12:58.613Z+ pfexec chown build /work
1022026-05-26T21:12:58.616Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-26T21:13:01.118Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-26T21:13:01.199Z Startup: Caching catalogs ... Done
1052026-05-26T21:13:01.469ZPlanning: Solver setup ... Done (0.228s)
1062026-05-26T21:13:01.488ZPlanning: Running solver ... Done (0.018s)
1072026-05-26T21:13:01.506ZPlanning: Finding local manifests ... Done (0.015s)
1082026-05-26T21:13:01.517ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-26T21:13:01.534ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-26T21:13:01.549ZPlanning: Package planning ... Done (0.015s)
1112026-05-26T21:13:01.552ZPlanning: Merging actions ... Done (0.002s)
1122026-05-26T21:13:01.757ZPlanning: Checking for conflicting actions ... Done (0.207s)
1132026-05-26T21:13:01.761ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-26T21:13:03.891ZPlanning: Evaluating mediators ... Done (2.133s)
1152026-05-26T21:13:03.894ZPlanning: Planning completed in 2.67 seconds
1162026-05-26T21:13:03.902Z Packages to install: 2
1172026-05-26T21:13:03.902Z Estimated space available: 156.07 GB
1182026-05-26T21:13:03.902ZEstimated space to be consumed: 22.53 MB
1192026-05-26T21:13:03.902Z Create boot environment: No
1202026-05-26T21:13:03.902ZCreate backup boot environment: No
1212026-05-26T21:13:03.902Z Rebuild boot archive: No
1222026-05-26T21:13:03.905Z
1232026-05-26T21:13:03.905ZChanged packages:
1242026-05-26T21:13:03.905Zhelios
1252026-05-26T21:13:03.905Z developer/build-essential
1262026-05-26T21:13:03.905Z None -> 11-3.0
1272026-05-26T21:13:03.905Z library/libxmlsec1
1282026-05-26T21:13:03.905Z None -> 1.2.35-3.0
1292026-05-26T21:13:03.974Z
1302026-05-26T21:13:03.974ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-26T21:13:04.620ZDownload: Completed 1.28 MB in 0.65 seconds (2.0M/s)
1322026-05-26T21:13:04.674Z Actions: 1/268 actions (Installing new actions)
1332026-05-26T21:13:04.723Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-26T21:13:04.757ZFinalize: Updating package state database ... Done (0.034s)
1352026-05-26T21:13:04.757ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-26T21:13:04.776ZFinalize: Updating image state ... Done (0.018s)
1372026-05-26T21:13:07.867ZFinalize: Creating fast lookup database ... Done (3.067s)
1382026-05-26T21:13:07.951ZFinalize: Reading search index ... Done (0.024s)
1392026-05-26T21:13:07.954ZFinalize: Updating search index ... Done (0.000s)
1402026-05-26T21:13:08.035ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-26T21:13:08.336ZPlanning: Evaluating mediator changes ... Done
1422026-05-26T21:13:08.445ZPlanning: Checking for conflicting actions ... Done
1432026-05-26T21:13:08.448ZPlanning: Consolidating action changes ... Done
1442026-05-26T21:13:08.603ZPlanning: Evaluating mediators ... Done
1452026-05-26T21:13:08.607ZPlanning: Planning completed in 0.27 seconds
1462026-05-26T21:13:08.628Z Mediators to change: 2
1472026-05-26T21:13:08.628Z Create boot environment: No
1482026-05-26T21:13:08.628ZCreate backup boot environment: No
1492026-05-26T21:13:08.676ZFinalize: Updating package state database ... Done
1502026-05-26T21:13:08.677ZFinalize: Updating package cache ... Done
1512026-05-26T21:13:08.688ZFinalize: Updating image state ... Done
1522026-05-26T21:13:10.634ZFinalize: Creating fast lookup database ... Done
1532026-05-26T21:13:10.697ZFinalize: Reading search index ... Done
1542026-05-26T21:13:10.700ZFinalize: Updating search index ... Done
1552026-05-26T21:13:10.781ZFinalize: Updating package cache ... Done
1562026-05-26T21:13:11.068ZPlanning: Evaluating mediator changes ... Done
1572026-05-26T21:13:11.176ZPlanning: Checking for conflicting actions ... Done
1582026-05-26T21:13:11.179ZPlanning: Consolidating action changes ... Done
1592026-05-26T21:13:11.336ZPlanning: Evaluating mediators ... Done
1602026-05-26T21:13:11.338ZPlanning: Planning completed in 0.27 seconds
1612026-05-26T21:13:11.359Z Mediators to change: 1
1622026-05-26T21:13:11.359Z Create boot environment: No
1632026-05-26T21:13:11.359ZCreate backup boot environment: No
1642026-05-26T21:13:11.402ZFinalize: Updating package state database ... Done
1652026-05-26T21:13:11.402ZFinalize: Updating package cache ... Done
1662026-05-26T21:13:11.413ZFinalize: Updating image state ... Done
1672026-05-26T21:13:13.350ZFinalize: Creating fast lookup database ... Done
1682026-05-26T21:13:13.412ZFinalize: Reading search index ... Done
1692026-05-26T21:13:13.414ZFinalize: Updating search index ... Done
1702026-05-26T21:13:13.481ZFinalize: Updating package cache ... Done
1712026-05-26T21:13:13.789ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-26T21:13:13.789Zapache system 2.4 system
1732026-05-26T21:13:13.789Zclang system 15 system
1742026-05-26T21:13:13.790Zcsh system system illumos
1752026-05-26T21:13:13.790Zctags system system illumos
1762026-05-26T21:13:13.790Zfile vendor vendor darwinsys
1772026-05-26T21:13:13.790Zfile system system illumos
1782026-05-26T21:13:13.790Zgcc vendor 14 vendor
1792026-05-26T21:13:13.790Zgcc system 13 system
1802026-05-26T21:13:13.790Zgcc system 10 system
1812026-05-26T21:13:13.790Zgo system 1.25 system
1822026-05-26T21:13:13.790Zllvm system 15 system
1832026-05-26T21:13:13.790Zmariadb system 11.4 system
1842026-05-26T21:13:13.790Zmta vendor vendor dma
1852026-05-26T21:13:13.790Zopenjdk system 17 system
1862026-05-26T21:13:13.790Zopenjdk system 11 system
1872026-05-26T21:13:13.790Zopenssl vendor 3 vendor
1882026-05-26T21:13:13.790Zperl system 5.40 system
1892026-05-26T21:13:13.790Zpostgresql system 18 system
1902026-05-26T21:13:13.790Zpostgresql system 17 system
1912026-05-26T21:13:13.790Zpython vendor 3 vendor
1922026-05-26T21:13:13.790Zpython system 2 system
1932026-05-26T21:13:13.790Zpython3 vendor 3.13 vendor
1942026-05-26T21:13:13.790Zruby system 3.4 system
1952026-05-26T21:13:13.790Zruby system 3.0 system
1962026-05-26T21:13:13.790Zwords vendor vendor american-english
1972026-05-26T21:13:13.790Zwords system system australian-english
1982026-05-26T21:13:13.790Zwords system system british-english
1992026-05-26T21:13:13.790Zwords system system canadian-english
2002026-05-26T21:13:13.790Zwords system system french
2012026-05-26T21:13:13.790Zwords system system italian
2022026-05-26T21:13:13.790Zwords system system ngerman
2032026-05-26T21:13:13.790Zwords system system ogerman
2042026-05-26T21:13:13.790Zwords system system spanish
2052026-05-26T21:13:14.048ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-26T21:13:14.048Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-26T21:13:14.324ZFMRI IFO
2082026-05-26T21:13:14.324Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-26T21:13:14.324Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-26T21:13:14.324Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-26T21:13:14.324Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-26T21:13:14.324Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-26T21:13:14.324Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-26T21:13:14.324Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-26T21:13:14.324Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-26T21:13:14.324Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-26T21:13:14.571Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-26T21:13:14.901Z Updating crates.io index
2192026-05-26T21:13:14.934Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-26T21:13:15.203Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-26T21:13:16.038Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-26T21:13:16.492Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-26T21:13:17.786Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-26T21:13:18.318Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-26T21:13:19.897Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-26T21:13:20.659Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-26T21:13:21.044Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-26T21:13:21.832Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-26T21:13:22.187Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-26T21:13:22.582Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-26T21:13:22.988Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-26T21:13:23.889Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-26T21:13:24.447Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-26T21:13:24.903Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-26T21:13:25.233Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-26T21:13:25.642Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-26T21:13:26.078Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-26T21:13:26.455Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-26T21:13:26.723Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-26T21:13:27.003Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-26T21:13:27.463Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-26T21:13:27.872Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-26T21:13:28.249Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-26T21:13:28.719Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-26T21:13:29.078Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-26T21:13:29.420Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-26T21:13:30.581Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-26T21:13:30.848Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-26T21:13:31.609Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-26T21:13:31.999Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-26T21:13:32.307Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-26T21:13:32.681Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-26T21:13:33.007Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-26T21:13:33.563Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-26T21:13:34.149Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-26T21:13:34.501Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-26T21:13:34.789Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-26T21:13:35.162Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-26T21:13:46.576Z Downloading crates ...
2602026-05-26T21:13:46.627Z Downloaded anstyle-query v1.1.5
2612026-05-26T21:13:46.637Z Downloaded anstream v0.6.21
2622026-05-26T21:13:46.641Z Downloaded cargo_metadata v0.21.0
2632026-05-26T21:13:46.643Z Downloaded bytecount v0.6.9
2642026-05-26T21:13:46.643Z Downloaded serde-value v0.7.0
2652026-05-26T21:13:46.643Z Downloaded ordered-float v2.10.1
2662026-05-26T21:13:46.646Z Downloaded potential_utf v0.1.4
2672026-05-26T21:13:46.649Z Downloaded equivalent v1.0.2
2682026-05-26T21:13:46.649Z Downloaded crypto-common v0.1.7
2692026-05-26T21:13:46.649Z Downloaded strsim v0.11.1
2702026-05-26T21:13:46.652Z Downloaded tabled_derive v0.7.0
2712026-05-26T21:13:46.652Z Downloaded memmap v0.7.0
2722026-05-26T21:13:46.654Z Downloaded proc-macro-error-attr v1.0.4
2732026-05-26T21:13:46.654Z Downloaded toml_datetime v0.6.11
2742026-05-26T21:13:46.654Z Downloaded percent-encoding v2.3.2
2752026-05-26T21:13:46.657Z Downloaded utf8parse v0.2.2
2762026-05-26T21:13:46.660Z Downloaded toml_write v0.1.2
2772026-05-26T21:13:46.663Z Downloaded heck v0.5.0
2782026-05-26T21:13:46.666Z Downloaded utf8_iter v1.0.4
2792026-05-26T21:13:46.666Z Downloaded typeid v1.0.3
2802026-05-26T21:13:46.666Z Downloaded writeable v0.6.2
2812026-05-26T21:13:46.668Z Downloaded unicode-xid v0.2.6
2822026-05-26T21:13:46.671Z Downloaded cargo_toml v0.21.0
2832026-05-26T21:13:46.671Z Downloaded camino-tempfile v1.4.1
2842026-05-26T21:13:46.671Z Downloaded camino v1.2.2
2852026-05-26T21:13:46.674Z Downloaded byteorder v1.5.0
2862026-05-26T21:13:46.676Z Downloaded usdt v0.5.0
2872026-05-26T21:13:46.676Z Downloaded macaddr v1.0.1
2882026-05-26T21:13:46.676Z Downloaded unicode-linebreak v0.1.5
2892026-05-26T21:13:46.676Z Downloaded scroll_derive v0.12.1
2902026-05-26T21:13:46.679Z Downloaded colorchoice v1.0.4
2912026-05-26T21:13:46.679Z Downloaded usdt-macro v0.5.0
2922026-05-26T21:13:46.679Z Downloaded errno v0.3.14
2932026-05-26T21:13:46.682Z Downloaded version_check v0.9.5
2942026-05-26T21:13:46.685Z Downloaded serde_tokenstream v0.2.3
2952026-05-26T21:13:46.685Z Downloaded semver v1.0.28
2962026-05-26T21:13:46.688Z Downloaded cargo-util-schemas v0.8.2
2972026-05-26T21:13:46.688Z Downloaded zerofrom-derive v0.1.6
2982026-05-26T21:13:46.690Z Downloaded thread-id v4.2.2
2992026-05-26T21:13:46.691Z Downloaded block-buffer v0.10.4
3002026-05-26T21:13:46.691Z Downloaded zerofrom v0.1.6
3012026-05-26T21:13:46.697Z Downloaded unicode-ident v1.0.24
3022026-05-26T21:13:46.699Z Downloaded thiserror-impl v2.0.18
3032026-05-26T21:13:46.699Z Downloaded serde_derive v1.0.228
3042026-05-26T21:13:46.702Z Downloaded toml_edit v0.22.27
3052026-05-26T21:13:46.705Z Downloaded yoke-derive v0.8.1
3062026-05-26T21:13:46.705Z Downloaded usdt-attr-macro v0.5.0
3072026-05-26T21:13:46.705Z Downloaded usdt-impl v0.5.0
3082026-05-26T21:13:46.705Z Downloaded stable_deref_trait v1.2.1
3092026-05-26T21:13:46.705Z Downloaded smawk v0.3.2
3102026-05-26T21:13:46.708Z Downloaded plain v0.2.3
3112026-05-26T21:13:46.708Z Downloaded yoke v0.8.1
3122026-05-26T21:13:46.708Z Downloaded thiserror-impl v1.0.69
3132026-05-26T21:13:46.711Z Downloaded dof v0.3.0
3142026-05-26T21:13:46.711Z Downloaded icu_properties v2.1.2
3152026-05-26T21:13:46.711Z Downloaded form_urlencoded v1.2.2
3162026-05-26T21:13:46.711Z Downloaded zerovec-derive v0.11.2
3172026-05-26T21:13:46.714Z Downloaded heck v0.4.1
3182026-05-26T21:13:46.714Z Downloaded thiserror v2.0.18
3192026-05-26T21:13:46.716Z Downloaded tinystr v0.8.2
3202026-05-26T21:13:46.716Z Downloaded ucd-trie v0.1.7
3212026-05-26T21:13:46.719Z Downloaded toml v0.8.23
3222026-05-26T21:13:46.719Z Downloaded fnv v1.0.7
3232026-05-26T21:13:46.719Z Downloaded cpufeatures v0.2.17
3242026-05-26T21:13:46.722Z Downloaded idna_adapter v1.2.1
3252026-05-26T21:13:46.722Z Downloaded zmij v1.0.21
3262026-05-26T21:13:46.722Z Downloaded cfg-if v1.0.4
3272026-05-26T21:13:46.724Z Downloaded clap_lex v1.0.0
3282026-05-26T21:13:46.725Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-26T21:13:46.725Z Downloaded dtrace-parser v0.2.0
3302026-05-26T21:13:46.725Z Downloaded thiserror v1.0.69
3312026-05-26T21:13:46.728Z Downloaded generic-array v0.14.7
3322026-05-26T21:13:46.730Z Downloaded cargo-platform v0.2.0
3332026-05-26T21:13:46.730Z Downloaded textwrap v0.16.2
3342026-05-26T21:13:46.733Z Downloaded proc-macro-error v1.0.4
3352026-05-26T21:13:46.735Z Downloaded zerocopy-derive v0.7.35
3362026-05-26T21:13:46.739Z Downloaded fastrand v2.3.0
3372026-05-26T21:13:46.739Z Downloaded pretty-hex v0.4.1
3382026-05-26T21:13:46.742Z Downloaded swrite v0.1.0
3392026-05-26T21:13:46.745Z Downloaded zerotrie v0.2.3
3402026-05-26T21:13:46.748Z Downloaded terminal_size v0.4.3
3412026-05-26T21:13:46.748Z Downloaded typenum v1.19.0
3422026-05-26T21:13:46.754Z Downloaded quote v1.0.45
3432026-05-26T21:13:46.756Z Downloaded clap v4.5.60
3442026-05-26T21:13:46.760Z Downloaded pest_generator v2.8.6
3452026-05-26T21:13:46.763Z Downloaded url v2.5.8
3462026-05-26T21:13:46.763Z Downloaded serde_spanned v0.6.9
3472026-05-26T21:13:46.765Z Downloaded bitflags v2.11.0
3482026-05-26T21:13:46.766Z Downloaded zerovec v0.11.5
3492026-05-26T21:13:46.768Z Downloaded scroll v0.12.0
3502026-05-26T21:13:46.771Z Downloaded fs-err v3.3.0
3512026-05-26T21:13:46.771Z Downloaded synstructure v0.13.2
3522026-05-26T21:13:46.771Z Downloaded displaydoc v0.2.5
3532026-05-26T21:13:46.774Z Downloaded itoa v1.0.17
3542026-05-26T21:13:46.774Z Downloaded anstyle-parse v0.2.7
3552026-05-26T21:13:46.776Z Downloaded zerocopy v0.7.35
3562026-05-26T21:13:46.782Z Downloaded pest_derive v2.8.6
3572026-05-26T21:13:46.785Z Downloaded winnow v0.7.14
3582026-05-26T21:13:46.788Z Downloaded serde-untagged v0.1.9
3592026-05-26T21:13:46.791Z Downloaded icu_normalizer v2.1.1
3602026-05-26T21:13:46.791Z Downloaded digest v0.10.7
3612026-05-26T21:13:46.794Z Downloaded anstyle v1.0.13
3622026-05-26T21:13:46.794Z Downloaded unicode-width v0.2.0
3632026-05-26T21:13:46.797Z Downloaded unicode-width v0.1.14
3642026-05-26T21:13:46.800Z Downloaded sha2 v0.10.9
3652026-05-26T21:13:46.803Z Downloaded clap_derive v4.5.55
3662026-05-26T21:13:46.803Z Downloaded smallvec v1.15.1
3672026-05-26T21:13:46.806Z Downloaded autocfg v1.5.0
3682026-05-26T21:13:46.806Z Downloaded litemap v0.8.1
3692026-05-26T21:13:46.810Z Downloaded once_cell v1.21.3
3702026-05-26T21:13:46.813Z Downloaded indexmap v2.14.0
3712026-05-26T21:13:46.816Z Downloaded anyhow v1.0.102
3722026-05-26T21:13:46.822Z Downloaded erased-serde v0.4.9
3732026-05-26T21:13:46.824Z Downloaded log v0.4.29
3742026-05-26T21:13:46.828Z Downloaded getrandom v0.4.1
3752026-05-26T21:13:46.831Z Downloaded serde_core v1.0.228
3762026-05-26T21:13:46.833Z Downloaded icu_provider v2.1.1
3772026-05-26T21:13:46.833Z Downloaded icu_locale_core v2.1.1
3782026-05-26T21:13:46.836Z Downloaded papergrid v0.11.0
3792026-05-26T21:13:46.845Z Downloaded num-traits v0.2.19
3802026-05-26T21:13:46.847Z Downloaded proc-macro2 v1.0.106
3812026-05-26T21:13:46.851Z Downloaded pest_meta v2.8.6
3822026-05-26T21:13:46.851Z Downloaded tempfile v3.25.0
3832026-05-26T21:13:46.854Z Downloaded icu_normalizer_data v2.1.1
3842026-05-26T21:13:46.864Z Downloaded icu_collections v2.1.1
3852026-05-26T21:13:46.867Z Downloaded memchr v2.8.0
3862026-05-26T21:13:46.871Z Downloaded serde v1.0.228
3872026-05-26T21:13:46.900Z Downloaded pest v2.8.6
3882026-05-26T21:13:46.913Z Downloaded idna v1.1.0
3892026-05-26T21:13:46.916Z Downloaded goblin v0.8.2
3902026-05-26T21:13:46.919Z Downloaded icu_properties_data v2.1.2
3912026-05-26T21:13:46.923Z Downloaded hashbrown v0.17.0
3922026-05-26T21:13:46.933Z Downloaded serde_json v1.0.149
3932026-05-26T21:13:46.941Z Downloaded tabled v0.15.0
3942026-05-26T21:13:46.949Z Downloaded clap_builder v4.5.60
3952026-05-26T21:13:46.956Z Downloaded syn v2.0.117
3962026-05-26T21:13:46.962Z Downloaded syn v1.0.109
3972026-05-26T21:13:46.971Z Downloaded rustix v1.1.3
3982026-05-26T21:13:46.998Z Downloaded libc v0.2.185
3992026-05-26T21:13:47.062Z Compiling proc-macro2 v1.0.106
4002026-05-26T21:13:47.062Z Compiling unicode-ident v1.0.24
4012026-05-26T21:13:47.062Z Compiling quote v1.0.45
4022026-05-26T21:13:47.062Z Compiling serde_core v1.0.228
4032026-05-26T21:13:47.065Z Compiling libc v0.2.185
4042026-05-26T21:13:47.066Z Compiling version_check v0.9.5
4052026-05-26T21:13:47.066Z Compiling serde v1.0.228
4062026-05-26T21:13:47.066Z Compiling stable_deref_trait v1.2.1
4072026-05-26T21:13:47.066Z Compiling memchr v2.8.0
4082026-05-26T21:13:47.066Z Compiling zmij v1.0.21
4092026-05-26T21:13:47.067Z Compiling thiserror v1.0.69
4102026-05-26T21:13:47.067Z Compiling autocfg v1.5.0
4112026-05-26T21:13:47.067Z Compiling itoa v1.0.17
4122026-05-26T21:13:47.245Z Compiling ucd-trie v0.1.7
4132026-05-26T21:13:47.248Z Compiling writeable v0.6.2
4142026-05-26T21:13:47.427Z Compiling litemap v0.8.1
4152026-05-26T21:13:47.550Z Compiling icu_properties_data v2.1.2
4162026-05-26T21:13:47.614Z Compiling icu_normalizer_data v2.1.1
4172026-05-26T21:13:47.680Z Compiling byteorder v1.5.0
4182026-05-26T21:13:47.697Z Compiling rustix v1.1.3
4192026-05-26T21:13:47.715Z Compiling pest v2.8.6
4202026-05-26T21:13:47.844Z Compiling serde_json v1.0.149
4212026-05-26T21:13:47.990Z Compiling bitflags v2.11.0
4222026-05-26T21:13:48.046Z Compiling num-traits v0.2.19
4232026-05-26T21:13:48.166Z Compiling typeid v1.0.3
4242026-05-26T21:13:48.252Z Compiling hashbrown v0.17.0
4252026-05-26T21:13:48.285Z Compiling smallvec v1.15.1
4262026-05-26T21:13:48.304Z Compiling equivalent v1.0.2
4272026-05-26T21:13:48.324Z Compiling usdt-impl v0.5.0
4282026-05-26T21:13:48.359Z Compiling proc-macro-error-attr v1.0.4
4292026-05-26T21:13:48.515Z Compiling erased-serde v0.4.9
4302026-05-26T21:13:48.552Z Compiling winnow v0.7.14
4312026-05-26T21:13:48.589Z Compiling errno v0.3.14
4322026-05-26T21:13:48.632Z Compiling thread-id v4.2.2
4332026-05-26T21:13:48.651Z Compiling toml_write v0.1.2
4342026-05-26T21:13:48.654Z Compiling syn v1.0.109
4352026-05-26T21:13:48.780Z Compiling proc-macro-error v1.0.4
4362026-05-26T21:13:48.783Z Compiling getrandom v0.4.1
4372026-05-26T21:13:48.783Z Compiling thiserror v2.0.18
4382026-05-26T21:13:48.835Z Compiling pest_meta v2.8.6
4392026-05-26T21:13:48.914Z Compiling utf8parse v0.2.2
4402026-05-26T21:13:48.951Z Compiling camino v1.2.2
4412026-05-26T21:13:49.020Z Compiling indexmap v2.14.0
4422026-05-26T21:13:49.061Z Compiling utf8_iter v1.0.4
4432026-05-26T21:13:49.079Z Compiling plain v0.2.3
4442026-05-26T21:13:49.096Z Compiling log v0.4.29
4452026-05-26T21:13:49.116Z Compiling percent-encoding v2.3.2
4462026-05-26T21:13:49.173Z Compiling syn v2.0.117
4472026-05-26T21:13:49.250Z Compiling ordered-float v2.10.1
4482026-05-26T21:13:49.266Z Compiling form_urlencoded v1.2.2
4492026-05-26T21:13:49.338Z Compiling anstyle-parse v0.2.7
4502026-05-26T21:13:49.401Z Compiling colorchoice v1.0.4
4512026-05-26T21:13:49.443Z Compiling anstyle v1.0.13
4522026-05-26T21:13:49.446Z Compiling pretty-hex v0.4.1
4532026-05-26T21:13:49.478Z Compiling anstyle-query v1.1.5
4542026-05-26T21:13:49.544Z Compiling is_terminal_polyfill v1.70.2
4552026-05-26T21:13:49.550Z Compiling cfg-if v1.0.4
4562026-05-26T21:13:49.628Z Compiling anstream v0.6.21
4572026-05-26T21:13:49.664Z Compiling terminal_size v0.4.3
4582026-05-26T21:13:49.666Z Compiling fs-err v3.3.0
4592026-05-26T21:13:49.666Z Compiling strsim v0.11.1
4602026-05-26T21:13:49.720Z Compiling once_cell v1.21.3
4612026-05-26T21:13:49.738Z Compiling clap_lex v1.0.0
4622026-05-26T21:13:49.741Z Compiling unicode-xid v0.2.6
4632026-05-26T21:13:49.818Z Compiling fnv v1.0.7
4642026-05-26T21:13:49.836Z Compiling unicode-width v0.1.14
4652026-05-26T21:13:49.897Z Compiling anyhow v1.0.102
4662026-05-26T21:13:49.914Z Compiling bytecount v0.6.9
4672026-05-26T21:13:49.933Z Compiling heck v0.4.1
4682026-05-26T21:13:49.952Z Compiling heck v0.5.0
4692026-05-26T21:13:49.975Z Compiling fastrand v2.3.0
4702026-05-26T21:13:50.130Z Compiling semver v1.0.28
4712026-05-26T21:13:50.179Z Compiling papergrid v0.11.0
4722026-05-26T21:13:50.221Z Compiling tempfile v3.25.0
4732026-05-26T21:13:50.226Z Compiling clap_builder v4.5.60
4742026-05-26T21:13:50.244Z Compiling memmap v0.7.0
4752026-05-26T21:13:50.281Z Compiling unicode-width v0.2.0
4762026-05-26T21:13:50.305Z Compiling smawk v0.3.2
4772026-05-26T21:13:50.499Z Compiling unicode-linebreak v0.1.5
4782026-05-26T21:13:50.519Z Compiling serde-untagged v0.1.9
4792026-05-26T21:13:50.543Z Compiling camino-tempfile v1.4.1
4802026-05-26T21:13:50.606Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-26T21:13:50.625Z Compiling swrite v0.1.0
4822026-05-26T21:13:50.695Z Compiling textwrap v0.16.2
4832026-05-26T21:13:51.024Z Compiling tabled_derive v0.7.0
4842026-05-26T21:13:51.662Z Compiling tabled v0.15.0
4852026-05-26T21:13:51.686Z Compiling synstructure v0.13.2
4862026-05-26T21:13:51.686Z Compiling pest_generator v2.8.6
4872026-05-26T21:13:52.351Z Compiling serde_derive v1.0.228
4882026-05-26T21:13:52.351Z Compiling zerofrom-derive v0.1.6
4892026-05-26T21:13:52.394Z Compiling yoke-derive v0.8.1
4902026-05-26T21:13:52.395Z Compiling zerovec-derive v0.11.2
4912026-05-26T21:13:52.395Z Compiling displaydoc v0.2.5
4922026-05-26T21:13:52.395Z Compiling thiserror-impl v1.0.69
4932026-05-26T21:13:52.395Z Compiling zerocopy-derive v0.7.35
4942026-05-26T21:13:52.395Z Compiling pest_derive v2.8.6
4952026-05-26T21:13:52.395Z Compiling scroll_derive v0.12.1
4962026-05-26T21:13:52.395Z Compiling thiserror-impl v2.0.18
4972026-05-26T21:13:52.395Z Compiling clap_derive v4.5.55
4982026-05-26T21:13:53.150Z Compiling scroll v0.12.0
4992026-05-26T21:13:53.251Z Compiling zerocopy v0.7.35
5002026-05-26T21:13:53.279Z Compiling zerofrom v0.1.6
5012026-05-26T21:13:53.384Z Compiling goblin v0.8.2
5022026-05-26T21:13:53.390Z Compiling yoke v0.8.1
5032026-05-26T21:13:53.499Z Compiling dtrace-parser v0.2.0
5042026-05-26T21:13:53.565Z Compiling zerovec v0.11.5
5052026-05-26T21:13:53.566Z Compiling zerotrie v0.2.3
5062026-05-26T21:13:53.715Z Compiling clap v4.5.60
5072026-05-26T21:13:53.999Z Compiling tinystr v0.8.2
5082026-05-26T21:13:53.999Z Compiling potential_utf v0.1.4
5092026-05-26T21:13:54.128Z Compiling icu_collections v2.1.1
5102026-05-26T21:13:54.149Z Compiling icu_locale_core v2.1.1
5112026-05-26T21:13:54.691Z Compiling icu_provider v2.1.1
5122026-05-26T21:13:54.837Z Compiling toml_datetime v0.6.11
5132026-05-26T21:13:54.838Z Compiling serde_spanned v0.6.9
5142026-05-26T21:13:54.841Z Compiling serde-value v0.7.0
5152026-05-26T21:13:54.841Z Compiling cargo-platform v0.2.0
5162026-05-26T21:13:54.841Z Compiling macaddr v1.0.1
5172026-05-26T21:13:54.841Z Compiling dof v0.3.0
5182026-05-26T21:13:54.841Z Compiling serde_tokenstream v0.2.3
5192026-05-26T21:13:54.907Z Compiling icu_normalizer v2.1.1
5202026-05-26T21:13:54.925Z Compiling icu_properties v2.1.2
5212026-05-26T21:13:55.153Z Compiling toml_edit v0.22.27
5222026-05-26T21:13:55.650Z Compiling usdt-attr-macro v0.5.0
5232026-05-26T21:13:55.650Z Compiling usdt-macro v0.5.0
5242026-05-26T21:13:55.798Z Compiling idna_adapter v1.2.1
5252026-05-26T21:13:55.908Z Compiling idna v1.1.0
5262026-05-26T21:13:56.169Z Compiling url v2.5.8
5272026-05-26T21:13:56.243Z Compiling usdt v0.5.0
5282026-05-26T21:13:56.355Z Compiling toml v0.8.23
5292026-05-26T21:13:56.673Z Compiling cargo-util-schemas v0.8.2
5302026-05-26T21:13:56.673Z Compiling cargo_toml v0.21.0
5312026-05-26T21:13:57.440Z Compiling cargo_metadata v0.21.0
5322026-05-26T21:13:58.355Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-05-26T21:14:00.486Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.09s
5342026-05-26T21:14:00.755Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5352026-05-26T21:14:01.305Z Downloading crates ...
5362026-05-26T21:14:01.405Z Downloaded async-recursion v1.1.1
5372026-05-26T21:14:01.412Z Downloaded crunchy v0.2.4
5382026-05-26T21:14:01.415Z Downloaded atomicwrites v0.4.4
5392026-05-26T21:14:01.415Z Downloaded aes v0.8.4
5402026-05-26T21:14:01.415Z Downloaded adler2 v2.0.1
5412026-05-26T21:14:01.418Z Downloaded crucible-workspace-hack v0.1.0
5422026-05-26T21:14:01.422Z Downloaded crc8 v0.1.1
5432026-05-26T21:14:01.425Z Downloaded aes-gcm v0.10.3
5442026-05-26T21:14:01.427Z Downloaded crossterm v0.29.0
5452026-05-26T21:14:01.430Z Downloaded crc32fast v1.5.0
5462026-05-26T21:14:01.433Z Downloaded aws-lc-rs v1.16.3
5472026-05-26T21:14:01.437Z Downloaded ctr v0.9.2
5482026-05-26T21:14:01.440Z Downloaded derive-ex v0.1.8
5492026-05-26T21:14:01.440Z Downloaded defmt v0.3.100
5502026-05-26T21:14:01.444Z Downloaded darling v0.20.11
5512026-05-26T21:14:01.447Z Downloaded cassowary v0.3.0
5522026-05-26T21:14:01.447Z Downloaded chacha20poly1305 v0.10.1
5532026-05-26T21:14:01.447Z Downloaded cfg_aliases v0.1.1
5542026-05-26T21:14:01.449Z Downloaded compression-codecs v0.4.37
5552026-05-26T21:14:01.449Z Downloaded data-encoding v2.10.0
5562026-05-26T21:14:01.452Z Downloaded base16ct v0.2.0
5572026-05-26T21:14:01.452Z Downloaded atty v0.2.14
5582026-05-26T21:14:01.452Z Downloaded aead v0.5.2
5592026-05-26T21:14:01.455Z Downloaded bit-vec v0.8.0
5602026-05-26T21:14:01.455Z Downloaded bcrypt-pbkdf v0.10.0
5612026-05-26T21:14:01.455Z Downloaded darling v0.23.0
5622026-05-26T21:14:01.458Z Downloaded cstr-argument v0.1.2
5632026-05-26T21:14:01.460Z Downloaded block-padding v0.3.3
5642026-05-26T21:14:01.461Z Downloaded const-oid v0.9.6
5652026-05-26T21:14:01.463Z Downloaded display-error-chain v0.2.2
5662026-05-26T21:14:01.463Z Downloaded dunce v1.0.5
5672026-05-26T21:14:01.463Z Downloaded chacha20 v0.9.1
5682026-05-26T21:14:01.466Z Downloaded darling_core v0.13.4
5692026-05-26T21:14:01.466Z Downloaded async-stream v0.3.6
5702026-05-26T21:14:01.469Z Downloaded async-bb8-diesel v0.2.1
5712026-05-26T21:14:01.472Z Downloaded float-ord v0.3.2
5722026-05-26T21:14:01.472Z Downloaded bzip2 v0.6.1
5732026-05-26T21:14:01.472Z Downloaded darling_macro v0.23.0
5742026-05-26T21:14:01.475Z Downloaded compression-core v0.4.31
5752026-05-26T21:14:01.475Z Downloaded camino-tempfile-ext v0.3.3
5762026-05-26T21:14:01.475Z Downloaded darling_macro v0.21.3
5772026-05-26T21:14:01.475Z Downloaded darling v0.13.4
5782026-05-26T21:14:01.477Z Downloaded const_format_proc_macros v0.2.34
5792026-05-26T21:14:01.480Z Downloaded bzip2 v0.4.4
5802026-05-26T21:14:01.480Z Downloaded cipher v0.4.4
5812026-05-26T21:14:01.483Z Downloaded bitfield v0.19.4
5822026-05-26T21:14:01.483Z Downloaded argon2 v0.5.3
5832026-05-26T21:14:01.483Z Downloaded backoff v0.4.0
5842026-05-26T21:14:01.485Z Downloaded csv-core v0.1.13
5852026-05-26T21:14:01.486Z Downloaded endian-type v0.1.2
5862026-05-26T21:14:01.486Z Downloaded cpufeatures v0.3.0
5872026-05-26T21:14:01.488Z Downloaded document-features v0.2.12
5882026-05-26T21:14:01.489Z Downloaded crc-catalog v2.4.0
5892026-05-26T21:14:01.491Z Downloaded derive_builder_macro v0.20.2
5902026-05-26T21:14:01.491Z Downloaded ciborium-ll v0.2.2
5912026-05-26T21:14:01.491Z Downloaded atomic-waker v1.1.2
5922026-05-26T21:14:01.495Z Downloaded dirs-next v2.0.0
5932026-05-26T21:14:01.495Z Downloaded curve25519-dalek-derive v0.1.1
5942026-05-26T21:14:01.495Z Downloaded embedded-io v0.6.1
5952026-05-26T21:14:01.495Z Downloaded ascii-canvas v3.0.0
5962026-05-26T21:14:01.498Z Downloaded backon v1.6.0
5972026-05-26T21:14:01.498Z Downloaded convert_case v0.4.0
5982026-05-26T21:14:01.498Z Downloaded async-stream-impl v0.3.6
5992026-05-26T21:14:01.501Z Downloaded assert_matches v1.5.0
6002026-05-26T21:14:01.503Z Downloaded crc v3.4.0
6012026-05-26T21:14:01.506Z Downloaded cargo-platform v0.3.2
6022026-05-26T21:14:01.509Z Downloaded flume v0.11.1
6032026-05-26T21:14:01.512Z Downloaded dtrace-parser v0.3.0
6042026-05-26T21:14:01.512Z Downloaded downcast-rs v2.0.2
6052026-05-26T21:14:01.514Z Downloaded debug-ignore v1.0.5
6062026-05-26T21:14:01.514Z Downloaded ciborium-io v0.2.2
6072026-05-26T21:14:01.514Z Downloaded ciborium v0.2.2
6082026-05-26T21:14:01.518Z Downloaded flagset v0.4.7
6092026-05-26T21:14:01.521Z Downloaded bit-set v0.5.3
6102026-05-26T21:14:01.521Z Downloaded dirs-sys-next v0.1.2
6112026-05-26T21:14:01.521Z Downloaded diesel_table_macro_syntax v0.3.0
6122026-05-26T21:14:01.521Z Downloaded defmt-parser v1.0.0
6132026-05-26T21:14:01.521Z Downloaded dropshot-api-manager-types v0.7.2
6142026-05-26T21:14:01.524Z Downloaded darling_macro v0.20.11
6152026-05-26T21:14:01.524Z Downloaded darling_macro v0.13.4
6162026-05-26T21:14:01.524Z Downloaded cexpr v0.6.0
6172026-05-26T21:14:01.527Z Downloaded base64 v0.21.7
6182026-05-26T21:14:01.527Z Downloaded arrayvec v0.7.6
6192026-05-26T21:14:01.529Z Downloaded dyn-clone v1.0.20
6202026-05-26T21:14:01.529Z Downloaded array-init v0.0.4
6212026-05-26T21:14:01.532Z Downloaded bitfield-macros v0.19.4
6222026-05-26T21:14:01.532Z Downloaded buf-list v1.1.2
6232026-05-26T21:14:01.532Z Downloaded bitfield-struct v0.6.2
6242026-05-26T21:14:01.535Z Downloaded bitflags v1.3.2
6252026-05-26T21:14:01.535Z Downloaded fd-lock v4.0.4
6262026-05-26T21:14:01.538Z Downloaded cfg_aliases v0.2.1
6272026-05-26T21:14:01.538Z Downloaded embedded-io v0.4.0
6282026-05-26T21:14:01.540Z Downloaded env_filter v1.0.0
6292026-05-26T21:14:01.540Z Downloaded darling_core v0.23.0
6302026-05-26T21:14:01.543Z Downloaded foreign-types v0.3.2
6312026-05-26T21:14:01.546Z Downloaded byte-wrapper v0.1.0
6322026-05-26T21:14:01.546Z Downloaded foreign-types v0.5.0
6332026-05-26T21:14:01.546Z Downloaded float-cmp v0.10.0
6342026-05-26T21:14:01.548Z Downloaded dof v0.4.0
6352026-05-26T21:14:01.548Z Downloaded fixedbitset v0.4.2
6362026-05-26T21:14:01.548Z Downloaded enum-as-inner v0.6.1
6372026-05-26T21:14:01.551Z Downloaded corncobs v0.1.4
6382026-05-26T21:14:01.551Z Downloaded foreign-types-shared v0.1.1
6392026-05-26T21:14:01.551Z Downloaded filetime v0.2.27
6402026-05-26T21:14:01.554Z Downloaded foreign-types-macros v0.2.3
6412026-05-26T21:14:01.554Z Downloaded der_derive v0.7.3
6422026-05-26T21:14:01.554Z Downloaded bcs v0.1.6
6432026-05-26T21:14:01.557Z Downloaded async-trait v0.1.89
6442026-05-26T21:14:01.560Z Downloaded globwalk v0.9.1
6452026-05-26T21:14:01.560Z Downloaded futures-io v0.3.32
6462026-05-26T21:14:01.560Z Downloaded futures-core v0.3.32
6472026-05-26T21:14:01.563Z Downloaded foreign-types-shared v0.3.1
6482026-05-26T21:14:01.563Z Downloaded bit-set v0.8.0
6492026-05-26T21:14:01.563Z Downloaded cobs v0.3.0
6502026-05-26T21:14:01.563Z Downloaded hash32 v0.3.1
6512026-05-26T21:14:01.566Z Downloaded futures-task v0.3.32
6522026-05-26T21:14:01.566Z Downloaded futures-sink v0.3.32
6532026-05-26T21:14:01.566Z Downloaded gethostname v0.5.0
6542026-05-26T21:14:01.568Z Downloaded bb8 v0.8.6
6552026-05-26T21:14:01.568Z Downloaded futures-macro v0.3.32
6562026-05-26T21:14:01.568Z Downloaded funty v2.0.0
6572026-05-26T21:14:01.568Z Downloaded castaway v0.2.4
6582026-05-26T21:14:01.571Z Downloaded diff v0.1.13
6592026-05-26T21:14:01.574Z Downloaded git-stub v1.0.0
6602026-05-26T21:14:01.574Z Downloaded darling_core v0.21.3
6612026-05-26T21:14:01.577Z Downloaded env_logger v0.11.9
6622026-05-26T21:14:01.579Z Downloaded hash32 v0.2.1
6632026-05-26T21:14:01.579Z Downloaded headers-core v0.3.0
6642026-05-26T21:14:01.579Z Downloaded hex-literal v0.4.1
6652026-05-26T21:14:01.582Z Downloaded ghash v0.5.1
6662026-05-26T21:14:01.582Z Downloaded hex v0.4.3
6672026-05-26T21:14:01.582Z Downloaded hostname v0.3.1
6682026-05-26T21:14:01.585Z Downloaded home v0.5.12
6692026-05-26T21:14:01.585Z Downloaded httpdate v1.0.3
6702026-05-26T21:14:01.585Z Downloaded http-range v0.1.5
6712026-05-26T21:14:01.585Z Downloaded hostname v0.4.2
6722026-05-26T21:14:01.588Z Downloaded hubpack v0.1.2
6732026-05-26T21:14:01.588Z Downloaded foldhash v0.1.5
6742026-05-26T21:14:01.588Z Downloaded defmt-macros v1.0.1
6752026-05-26T21:14:01.591Z Downloaded difflib v0.4.0
6762026-05-26T21:14:01.591Z Downloaded daft-derive v0.1.7
6772026-05-26T21:14:01.594Z Downloaded arrayref v0.3.9
6782026-05-26T21:14:01.597Z Downloaded ff v0.13.1
6792026-05-26T21:14:01.597Z Downloaded ena v0.14.4
6802026-05-26T21:14:01.599Z Downloaded diesel-dtrace v0.5.0
6812026-05-26T21:14:01.599Z Downloaded find-msvc-tools v0.1.9
6822026-05-26T21:14:01.602Z Downloaded foldhash v0.2.0
6832026-05-26T21:14:01.603Z Downloaded erased-serde v0.3.31
6842026-05-26T21:14:01.603Z Downloaded either v1.15.0
6852026-05-26T21:14:01.606Z Downloaded cmake v0.1.57
6862026-05-26T21:14:01.606Z Downloaded fallible-iterator v0.2.0
6872026-05-26T21:14:01.606Z Downloaded http-body v1.0.1
6882026-05-26T21:14:01.606Z Downloaded hubpack_derive v0.1.1
6892026-05-26T21:14:01.609Z Downloaded constant_time_eq v0.4.2
6902026-05-26T21:14:01.609Z Downloaded dsl_auto_type v0.2.0
6912026-05-26T21:14:01.609Z Downloaded deranged v0.5.8
6922026-05-26T21:14:01.611Z Downloaded daft v0.1.7
6932026-05-26T21:14:01.611Z Downloaded ident_case v1.0.1
6942026-05-26T21:14:01.611Z Downloaded convert_case v0.10.0
6952026-05-26T21:14:01.614Z Downloaded illumos-nvpair-sys v0.2.0
6962026-05-26T21:14:01.614Z Downloaded illumos-nvpair v0.3.0
6972026-05-26T21:14:01.615Z Downloaded git-stub-vcs v0.1.0
6982026-05-26T21:14:01.617Z Downloaded fs_extra v1.3.0
6992026-05-26T21:14:01.617Z Downloaded console v0.16.2
7002026-05-26T21:14:01.620Z Downloaded colored v2.2.0
7012026-05-26T21:14:01.620Z Downloaded instability v0.3.11
7022026-05-26T21:14:01.623Z Downloaded critical-section v1.2.0
7032026-05-26T21:14:01.623Z Downloaded inout v0.1.4
7042026-05-26T21:14:01.623Z Downloaded is-terminal v0.4.17
7052026-05-26T21:14:01.626Z Downloaded instant v0.1.13
7062026-05-26T21:14:01.626Z Downloaded hyper-tls v0.6.0
7072026-05-26T21:14:01.626Z Downloaded blowfish v0.9.1
7082026-05-26T21:14:01.629Z Downloaded indoc v1.0.9
7092026-05-26T21:14:01.629Z Downloaded fxhash v0.2.1
7102026-05-26T21:14:01.629Z Downloaded clang-sys v1.8.1
7112026-05-26T21:14:01.631Z Downloaded cancel-safe-futures v0.1.5
7122026-05-26T21:14:01.634Z Downloaded fs-err v2.11.0
7132026-05-26T21:14:01.634Z Downloaded internet-checksum v0.2.1
7142026-05-26T21:14:01.637Z Downloaded group v0.13.0
7152026-05-26T21:14:01.637Z Downloaded glob v0.3.3
7162026-05-26T21:14:01.637Z Downloaded futures-executor v0.3.32
7172026-05-26T21:14:01.640Z Downloaded fatfs v0.3.6
7182026-05-26T21:14:01.640Z Downloaded globset v0.4.18
7192026-05-26T21:14:01.642Z Downloaded is_ci v1.2.0
7202026-05-26T21:14:01.642Z Downloaded keccak v0.1.6
7212026-05-26T21:14:01.645Z Downloaded ed25519 v2.2.3
7222026-05-26T21:14:01.645Z Downloaded cookie_store v0.22.1
7232026-05-26T21:14:01.645Z Downloaded http-body-util v0.1.3
7242026-05-26T21:14:01.648Z Downloaded derive_builder_core v0.20.2
7252026-05-26T21:14:01.648Z Downloaded kstat-rs v0.2.4
7262026-05-26T21:14:01.651Z Downloaded linked-hash-map v0.5.6
7272026-05-26T21:14:01.651Z Downloaded lazy_static v1.5.0
7282026-05-26T21:14:01.651Z Downloaded lalrpop-util v0.19.12
7292026-05-26T21:14:01.654Z Downloaded crc-any v2.5.0
7302026-05-26T21:14:01.654Z Downloaded console v0.15.11
7312026-05-26T21:14:01.656Z Downloaded cookie v0.18.1
7322026-05-26T21:14:01.656Z Downloaded fixedbitset v0.5.7
7332026-05-26T21:14:01.659Z Downloaded crossbeam-utils v0.8.21
7342026-05-26T21:14:01.662Z Downloaded humantime v2.3.0
7352026-05-26T21:14:01.662Z Downloaded highway v1.3.0
7362026-05-26T21:14:01.662Z Downloaded cbc v0.1.2
7372026-05-26T21:14:01.665Z Downloaded hyper-staticfile v0.10.1
7382026-05-26T21:14:01.665Z Downloaded des v0.8.1
7392026-05-26T21:14:01.667Z Downloaded managed v0.8.0
7402026-05-26T21:14:01.667Z Downloaded lru-cache v0.1.2
7412026-05-26T21:14:01.667Z Downloaded lru v0.12.5
7422026-05-26T21:14:01.715Z Downloaded libscf-sys v1.1.0
7432026-05-26T21:14:01.715Z Downloaded defmt v1.0.1
7442026-05-26T21:14:01.715Z Downloaded match_cfg v0.1.0
7452026-05-26T21:14:01.715Z Downloaded md-5 v0.10.6
7462026-05-26T21:14:01.715Z Downloaded maybe-uninit v2.0.0
7472026-05-26T21:14:01.715Z Downloaded indent_write v2.2.0
7482026-05-26T21:14:01.715Z Downloaded dropshot_endpoint v0.17.0
7492026-05-26T21:14:01.715Z Downloaded memoffset v0.9.1
7502026-05-26T21:14:01.715Z Downloaded derive_more v0.99.20
7512026-05-26T21:14:01.715Z Downloaded ipnet v2.11.0
7522026-05-26T21:14:01.715Z Downloaded derive-where v1.6.0
7532026-05-26T21:14:01.715Z Downloaded ingot v0.1.1
7542026-05-26T21:14:01.715Z Downloaded ingot-types v0.1.2
7552026-05-26T21:14:01.715Z Downloaded half v1.8.3
7562026-05-26T21:14:01.715Z Downloaded futures-channel v0.3.32
7572026-05-26T21:14:01.715Z Downloaded maplit v1.0.2
7582026-05-26T21:14:01.715Z Downloaded lzss v0.8.2
7592026-05-26T21:14:01.715Z Downloaded multimap v0.10.1
7602026-05-26T21:14:01.715Z Downloaded ahash v0.8.12
7612026-05-26T21:14:01.715Z Downloaded mime v0.3.17
7622026-05-26T21:14:01.715Z Downloaded new_debug_unreachable v1.0.6
7632026-05-26T21:14:01.716Z Downloaded getrandom v0.2.17
7642026-05-26T21:14:01.716Z Downloaded md5 v0.7.0
7652026-05-26T21:14:01.716Z Downloaded lru-slab v0.1.2
7662026-05-26T21:14:01.716Z Downloaded crossbeam-epoch v0.9.18
7672026-05-26T21:14:01.716Z Downloaded colored v3.1.1
7682026-05-26T21:14:01.716Z Downloaded newtype-uuid-macros v0.1.0
7692026-05-26T21:14:01.716Z Downloaded ecdsa v0.16.9
7702026-05-26T21:14:01.716Z Downloaded nibble_vec v0.1.0
7712026-05-26T21:14:01.716Z Downloaded newtype_derive v0.1.6
7722026-05-26T21:14:01.716Z Downloaded libloading v0.8.9
7732026-05-26T21:14:01.716Z Downloaded ipnetwork v0.21.1
7742026-05-26T21:14:01.716Z Downloaded num-conv v0.2.0
7752026-05-26T21:14:01.716Z Downloaded newline-converter v0.3.0
7762026-05-26T21:14:01.716Z Downloaded num-derive v0.3.3
7772026-05-26T21:14:01.719Z Downloaded nodrop v0.1.14
7782026-05-26T21:14:01.719Z Downloaded num v0.4.3
7792026-05-26T21:14:01.719Z Downloaded nonempty v0.12.0
7802026-05-26T21:14:01.719Z Downloaded darling v0.21.3
7812026-05-26T21:14:01.719Z Downloaded crossbeam-deque v0.8.6
7822026-05-26T21:14:01.719Z Downloaded blake2 v0.10.6
7832026-05-26T21:14:01.722Z Downloaded num_threads v0.1.7
7842026-05-26T21:14:01.722Z Downloaded normalize-line-endings v0.3.0
7852026-05-26T21:14:01.722Z Downloaded cargo_metadata v0.23.1
7862026-05-26T21:14:01.724Z Downloaded lock_api v0.4.14
7872026-05-26T21:14:01.724Z Downloaded drift v0.2.0
7882026-05-26T21:14:01.730Z Downloaded num_enum_derive v0.5.11
7892026-05-26T21:14:01.733Z Downloaded impl-trait-for-tuples v0.2.3
7902026-05-26T21:14:01.733Z Downloaded opaque-debug v0.3.1
7912026-05-26T21:14:01.736Z Downloaded hyper-rustls v0.27.7
7922026-05-26T21:14:01.736Z Downloaded openssl-probe v0.2.1
7932026-05-26T21:14:01.736Z Downloaded openssl-probe v0.1.6
7942026-05-26T21:14:01.738Z Downloaded openssl-macros v0.1.1
7952026-05-26T21:14:01.738Z Downloaded olpc-cjson v0.1.4
7962026-05-26T21:14:01.738Z Downloaded hmac v0.12.1
7972026-05-26T21:14:01.741Z Downloaded num-iter v0.1.45
7982026-05-26T21:14:01.741Z Downloaded darling_core v0.20.11
7992026-05-26T21:14:01.744Z Downloaded iana-time-zone v0.1.65
8002026-05-26T21:14:01.746Z Downloaded linear-map v1.2.0
8012026-05-26T21:14:01.746Z Downloaded libefi-sys v0.1.0
8022026-05-26T21:14:01.749Z Downloaded derive_builder v0.20.2
8032026-05-26T21:14:01.752Z Downloaded packed_struct_codegen v0.10.1
8042026-05-26T21:14:01.752Z Downloaded oso-derive v0.27.3
8052026-05-26T21:14:01.752Z Downloaded ingot-macros v0.1.1
8062026-05-26T21:14:01.755Z Downloaded const_format v0.2.35
8072026-05-26T21:14:01.757Z Downloaded indoc v2.0.7
8082026-05-26T21:14:01.760Z Downloaded parse-display v0.10.0
8092026-05-26T21:14:01.760Z Downloaded mime_guess v2.0.5
8102026-05-26T21:14:01.760Z Downloaded libsw-core v0.3.2
8112026-05-26T21:14:01.763Z Downloaded bytes v1.11.1
8122026-05-26T21:14:01.765Z Downloaded allocator-api2 v0.2.21
8132026-05-26T21:14:01.765Z Downloaded pbkdf2 v0.11.0
8142026-05-26T21:14:01.768Z Downloaded chacha20 v0.10.0
8152026-05-26T21:14:01.768Z Downloaded base64ct v1.8.3
8162026-05-26T21:14:01.771Z Downloaded crypto-bigint v0.5.5
8172026-05-26T21:14:01.774Z Downloaded nanorand v0.7.0
8182026-05-26T21:14:01.776Z Downloaded httparse v1.10.1
8192026-05-26T21:14:01.776Z Downloaded bit-vec v0.6.3
8202026-05-26T21:14:01.779Z Downloaded path-slash v0.1.5
8212026-05-26T21:14:01.779Z Downloaded pin-utils v0.1.0
8222026-05-26T21:14:01.782Z Downloaded num_enum v0.5.11
8232026-05-26T21:14:01.784Z Downloaded nu-ansi-term v0.50.3
8242026-05-26T21:14:01.785Z Downloaded num-integer v0.1.46
8252026-05-26T21:14:01.787Z Downloaded num-derive v0.4.2
8262026-05-26T21:14:01.787Z Downloaded phf_shared v0.13.1
8272026-05-26T21:14:01.787Z Downloaded phf_shared v0.11.3
8282026-05-26T21:14:01.790Z Downloaded newtype-uuid v1.3.2
8292026-05-26T21:14:01.790Z Downloaded compact_str v0.8.1
8302026-05-26T21:14:01.793Z Downloaded base64 v0.22.1
8312026-05-26T21:14:01.795Z Downloaded phf_shared v0.12.1
8322026-05-26T21:14:01.795Z Downloaded num-complex v0.4.6
8332026-05-26T21:14:01.796Z Downloaded elliptic-curve v0.13.8
8342026-05-26T21:14:01.798Z Downloaded arc-swap v1.8.2
8352026-05-26T21:14:01.801Z Downloaded num_enum_derive v0.7.5
8362026-05-26T21:14:01.801Z Downloaded num_enum v0.7.5
8372026-05-26T21:14:01.804Z Downloaded litrs v1.0.0
8382026-05-26T21:14:01.807Z Downloaded getrandom v0.3.4
8392026-05-26T21:14:01.809Z Downloaded flate2 v1.1.9
8402026-05-26T21:14:01.812Z Downloaded derive_more v2.1.1
8412026-05-26T21:14:01.818Z Downloaded precomputed-hash v0.1.1
8422026-05-26T21:14:01.821Z Downloaded proc-macro-crate v3.4.0
8432026-05-26T21:14:01.821Z Downloaded predicates-core v1.0.10
8442026-05-26T21:14:01.821Z Downloaded proc-macro-crate v1.3.1
8452026-05-26T21:14:01.824Z Downloaded oxnet v0.1.4
8462026-05-26T21:14:01.837Z Downloaded quick-error v1.2.3
8472026-05-26T21:14:01.840Z Downloaded psl-types v2.0.11
8482026-05-26T21:14:01.840Z Downloaded progenitor-macro v0.11.2
8492026-05-26T21:14:01.840Z Downloaded progenitor-client v0.11.2
8502026-05-26T21:14:01.840Z Downloaded progenitor-client v0.10.0
8512026-05-26T21:14:01.843Z Downloaded proc-macro-error-attr2 v2.0.0
8522026-05-26T21:14:01.843Z Downloaded pbkdf2 v0.12.2
8532026-05-26T21:14:01.843Z Downloaded password-hash v0.4.2
8542026-05-26T21:14:01.846Z Downloaded peg-runtime v0.8.5
8552026-05-26T21:14:01.846Z Downloaded pem-rfc7468 v0.7.0
8562026-05-26T21:14:01.846Z Downloaded paste v1.0.15
8572026-05-26T21:14:01.849Z Downloaded password-hash v0.5.0
8582026-05-26T21:14:01.849Z Downloaded heapless v0.7.17
8592026-05-26T21:14:01.852Z Downloaded progenitor-macro v0.14.0
8602026-05-26T21:14:01.854Z Downloaded phf v0.13.1
8612026-05-26T21:14:01.854Z Downloaded progenitor-macro v0.13.0
8622026-05-26T21:14:01.854Z Downloaded progenitor-client v0.14.0
8632026-05-26T21:14:01.854Z Downloaded phf v0.12.1
8642026-05-26T21:14:01.857Z Downloaded peg v0.8.5
8652026-05-26T21:14:01.860Z Downloaded pkg-config v0.3.32
8662026-05-26T21:14:01.860Z Downloaded pin-project-lite v0.2.17
8672026-05-26T21:14:01.863Z Downloaded pin-project-internal v1.1.11
8682026-05-26T21:14:01.863Z Downloaded num-rational v0.4.2
8692026-05-26T21:14:01.866Z Downloaded polyval v0.6.2
8702026-05-26T21:14:01.866Z Downloaded der v0.7.10
8712026-05-26T21:14:01.869Z Downloaded poly1305 v0.8.0
8722026-05-26T21:14:01.872Z Downloaded ignore v0.4.25
8732026-05-26T21:14:01.874Z Downloaded pkcs8 v0.10.2
8742026-05-26T21:14:01.874Z Downloaded rand_chacha v0.3.1
8752026-05-26T21:14:01.877Z Downloaded radium v0.7.0
8762026-05-26T21:14:01.877Z Downloaded postgres-protocol v0.6.10
8772026-05-26T21:14:01.877Z Downloaded ppv-lite86 v0.2.21
8782026-05-26T21:14:01.880Z Downloaded libbz2-rs-sys v0.2.2
8792026-05-26T21:14:01.880Z Downloaded async-compression v0.4.41
8802026-05-26T21:14:01.883Z Downloaded recursive-proc-macro-impl v0.1.1
8812026-05-26T21:14:01.886Z Downloaded rand_xorshift v0.4.0
8822026-05-26T21:14:01.886Z Downloaded progenitor v0.13.0
8832026-05-26T21:14:01.886Z Downloaded proc-macro-error2 v2.0.1
8842026-05-26T21:14:01.889Z Downloaded psm v0.1.30
8852026-05-26T21:14:01.891Z Downloaded progenitor-client v0.13.0
8862026-05-26T21:14:01.891Z Downloaded progenitor v0.14.0
8872026-05-26T21:14:01.894Z Downloaded progenitor v0.11.2
8882026-05-26T21:14:01.894Z Downloaded parking_lot v0.11.2
8892026-05-26T21:14:01.894Z Downloaded recursive v0.1.1
8902026-05-26T21:14:01.897Z Downloaded oxide-tokio-rt v0.1.4
8912026-05-26T21:14:01.897Z Downloaded pem v3.0.6
8922026-05-26T21:14:01.900Z Downloaded hickory-resolver v0.24.4
8932026-05-26T21:14:01.900Z Downloaded ar_archive_writer v0.5.1
8942026-05-26T21:14:01.903Z Downloaded headers v0.4.1
8952026-05-26T21:14:01.905Z Downloaded parking_lot_core v0.9.12
8962026-05-26T21:14:01.908Z Downloaded parking_lot v0.12.5
8972026-05-26T21:14:01.908Z Downloaded heapless v0.8.0
8982026-05-26T21:14:01.911Z Downloaded rtoolbox v0.0.3
8992026-05-26T21:14:01.914Z Downloaded rfc6979 v0.4.0
9002026-05-26T21:14:01.914Z Downloaded ref-cast v1.0.25
9012026-05-26T21:14:01.917Z Downloaded pkcs5 v0.7.1
9022026-05-26T21:14:01.917Z Downloaded ref-cast-impl v1.0.25
9032026-05-26T21:14:01.919Z Downloaded r2d2 v0.8.10
9042026-05-26T21:14:01.919Z Downloaded expectorate v1.2.0
9052026-05-26T21:14:01.922Z Downloaded derive_more-impl v2.1.1
9062026-05-26T21:14:01.925Z Downloaded omicron-zone-package v0.12.2
9072026-05-26T21:14:01.925Z Downloaded rustc_version v0.4.1
9082026-05-26T21:14:01.928Z Downloaded rustc_version v0.1.7
9092026-05-26T21:14:01.928Z Downloaded rustc-hash v2.1.1
9102026-05-26T21:14:01.928Z Downloaded russh-cryptovec v0.7.3
9112026-05-26T21:14:01.928Z Downloaded rand_chacha v0.9.0
9122026-05-26T21:14:01.930Z Downloaded pkcs1 v0.7.5
9132026-05-26T21:14:01.933Z Downloaded salsa20 v0.10.2
9142026-05-26T21:14:01.933Z Downloaded postgres-types v0.2.12
9152026-05-26T21:14:01.936Z Downloaded oso v0.27.3
9162026-05-26T21:14:01.936Z Downloaded diesel_derives v2.3.7
9172026-05-26T21:14:01.939Z Downloaded postcard v1.1.3
9182026-05-26T21:14:01.942Z Downloaded primeorder v0.13.6
9192026-05-26T21:14:01.942Z Downloaded predicates v3.1.4
9202026-05-26T21:14:01.944Z Downloaded scheduled-thread-pool v0.2.7
9212026-05-26T21:14:01.945Z Downloaded indicatif v0.18.4
9222026-05-26T21:14:01.947Z Downloaded bumpalo v3.20.2
9232026-05-26T21:14:01.950Z Downloaded peg-macros v0.8.5
9242026-05-26T21:14:01.950Z Downloaded papergrid v0.17.0
9252026-05-26T21:14:01.953Z Downloaded sapling-renderdag v0.1.0
9262026-05-26T21:14:01.955Z Downloaded same-file v1.0.6
9272026-05-26T21:14:01.955Z Downloaded crossterm v0.28.1
9282026-05-26T21:14:01.958Z Downloaded serde-big-array v0.5.1
9292026-05-26T21:14:01.961Z Downloaded semver v0.1.20
9302026-05-26T21:14:01.961Z Downloaded secrecy v0.10.3
9312026-05-26T21:14:01.961Z Downloaded secrecy v0.8.0
9322026-05-26T21:14:01.964Z Downloaded serde_repr v0.1.20
9332026-05-26T21:14:01.964Z Downloaded scrypt v0.11.0
9342026-05-26T21:14:01.967Z Downloaded jiff-static v0.2.21
9352026-05-26T21:14:01.967Z Downloaded p256 v0.13.2
9362026-05-26T21:14:01.970Z Downloaded scroll_derive v0.13.1
9372026-05-26T21:14:01.970Z Downloaded rand_seeder v0.4.0
9382026-05-26T21:14:01.973Z Downloaded rand_core v0.10.0
9392026-05-26T21:14:01.973Z Downloaded pin-project v1.1.11
9402026-05-26T21:14:01.980Z Downloaded serde_urlencoded v0.7.1
9412026-05-26T21:14:01.982Z Downloaded serde_spanned v1.0.4
9422026-05-26T21:14:01.983Z Downloaded resolv-conf v0.7.6
9432026-05-26T21:14:01.985Z Downloaded serde_bytes v0.11.19
9442026-05-26T21:14:01.985Z Downloaded hickory-resolver v0.25.2
9452026-05-26T21:14:01.988Z Downloaded rand_core v0.6.4
9462026-05-26T21:14:01.992Z Downloaded signal-hook-mio v0.2.5
9472026-05-26T21:14:01.992Z Downloaded scopeguard v1.2.0
9482026-05-26T21:14:01.995Z Downloaded quinn-udp v0.5.14
9492026-05-26T21:14:01.995Z Downloaded sigpipe v0.1.3
9502026-05-26T21:14:01.995Z Downloaded signature v2.2.0
9512026-05-26T21:14:01.997Z Downloaded signal-hook-tokio v0.3.1
9522026-05-26T21:14:01.997Z Downloaded serde_plain v1.0.2
9532026-05-26T21:14:01.998Z Downloaded progenitor-extras v0.2.0
9542026-05-26T21:14:02.001Z Downloaded http v1.4.0
9552026-05-26T21:14:02.003Z Downloaded schemars_derive v0.8.22
9562026-05-26T21:14:02.003Z Downloaded rusty-fork v0.3.1
9572026-05-26T21:14:02.006Z Downloaded rand_core v0.9.5
9582026-05-26T21:14:02.006Z Downloaded parking_lot_core v0.8.6
9592026-05-26T21:14:02.009Z Downloaded indexmap v1.9.3
9602026-05-26T21:14:02.009Z Downloaded siphasher v1.0.2
9612026-05-26T21:14:02.012Z Downloaded sha1 v0.10.6
9622026-05-26T21:14:02.012Z Downloaded rustversion v1.0.22
9632026-05-26T21:14:02.015Z Downloaded parse-display-derive v0.10.0
9642026-05-26T21:14:02.015Z Downloaded packed_struct v0.10.1
9652026-05-26T21:14:02.015Z Downloaded sec1 v0.7.3
9662026-05-26T21:14:02.018Z Downloaded shell-words v1.1.1
9672026-05-26T21:14:02.018Z Downloaded progenitor-impl v0.14.0
9682026-05-26T21:14:02.021Z Downloaded progenitor-impl v0.13.0
9692026-05-26T21:14:02.021Z Downloaded memmap2 v0.9.10
9702026-05-26T21:14:02.021Z Downloaded half v2.7.1
9712026-05-26T21:14:02.024Z Downloaded slog-envlogger v2.2.0
9722026-05-26T21:14:02.024Z Downloaded seq-macro v0.3.6
9732026-05-26T21:14:02.026Z Downloaded cc v1.2.56
9742026-05-26T21:14:02.027Z Downloaded predicates-tree v1.0.13
9752026-05-26T21:14:02.029Z Downloaded powerfmt v0.2.0
9762026-05-26T21:14:02.029Z Downloaded owo-colors v4.3.0
9772026-05-26T21:14:02.032Z Downloaded native-tls v0.2.18
9782026-05-26T21:14:02.032Z Downloaded hashbrown v0.12.3
9792026-05-26T21:14:02.035Z Downloaded rustls-pemfile v2.2.0
9802026-05-26T21:14:02.035Z Downloaded crossbeam-channel v0.5.15
9812026-05-26T21:14:02.038Z Downloaded ed25519-dalek v2.2.0
9822026-05-26T21:14:02.041Z Downloaded libsw v3.5.0
9832026-05-26T21:14:02.041Z Downloaded futures v0.3.32
9842026-05-26T21:14:02.043Z Downloaded serde_path_to_error v0.1.20
9852026-05-26T21:14:02.046Z Downloaded multer v3.1.0
9862026-05-26T21:14:02.046Z Downloaded jobserver v0.1.34
9872026-05-26T21:14:02.049Z Downloaded parse-size v1.1.0
9882026-05-26T21:14:02.051Z Downloaded sqlparser_derive v0.5.0
9892026-05-26T21:14:02.054Z Downloaded ssh-encoding v0.2.0
9902026-05-26T21:14:02.057Z Downloaded serde_derive_internals v0.29.1
9912026-05-26T21:14:02.057Z Downloaded serde-hex v0.1.0
9922026-05-26T21:14:02.060Z Downloaded ssh-cipher v0.2.0
9932026-05-26T21:14:02.060Z Downloaded signal-hook-registry v1.4.8
9942026-05-26T21:14:02.063Z Downloaded serde_with_macros v1.5.2
9952026-05-26T21:14:02.063Z Downloaded rustls-native-certs v0.8.3
9962026-05-26T21:14:02.065Z Downloaded strum v0.26.3
9972026-05-26T21:14:02.065Z Downloaded sct v0.7.1
9982026-05-26T21:14:02.068Z Downloaded prettyplease v0.2.37
9992026-05-26T21:14:02.071Z Downloaded prefix-trie v0.7.0
10002026-05-26T21:14:02.073Z Downloaded russh-keys v0.45.0
10012026-05-26T21:14:02.076Z Downloaded structmeta-derive v0.3.0
10022026-05-26T21:14:02.079Z Downloaded structmeta v0.3.0
10032026-05-26T21:14:02.079Z Downloaded strsim v0.10.0
10042026-05-26T21:14:02.081Z Downloaded strip-ansi-escapes v0.2.1
10052026-05-26T21:14:02.085Z Downloaded slog-scope v4.4.1
10062026-05-26T21:14:02.090Z Downloaded ron v0.8.1
10072026-05-26T21:14:02.093Z Downloaded slog-json v2.6.1
10082026-05-26T21:14:02.096Z Downloaded tabwriter v1.4.1
10092026-05-26T21:14:02.096Z Downloaded tabled_derive v0.11.0
10102026-05-26T21:14:02.099Z Downloaded subtle v2.6.1
10112026-05-26T21:14:02.099Z Downloaded sync_wrapper v1.0.2
10122026-05-26T21:14:02.099Z Downloaded supports-color v3.0.2
10132026-05-26T21:14:02.101Z Downloaded tagptr v0.2.0
10142026-05-26T21:14:02.101Z Downloaded sync-ptr v0.1.4
10152026-05-26T21:14:02.101Z Downloaded slog-term v2.9.2
10162026-05-26T21:14:02.105Z Downloaded openssl-sys v0.9.115
10172026-05-26T21:14:02.108Z Downloaded hyper-util v0.1.20
10182026-05-26T21:14:02.111Z Downloaded snafu-derive v0.8.9
10192026-05-26T21:14:02.111Z Downloaded smf v0.2.3
10202026-05-26T21:14:02.114Z Downloaded slog-stdlog v4.1.1
10212026-05-26T21:14:02.114Z Downloaded slog-dtrace v0.3.0
10222026-05-26T21:14:02.114Z Downloaded slog-async v2.8.0
10232026-05-26T21:14:02.114Z Downloaded take_mut v0.2.2
10242026-05-26T21:14:02.117Z Downloaded rcgen v0.12.1
10252026-05-26T21:14:02.117Z Downloaded pretty_assertions v1.4.1
10262026-05-26T21:14:02.120Z Downloaded rustls-pki-types v1.14.0
10272026-05-26T21:14:02.120Z Downloaded rustls-pemfile v1.0.4
10282026-05-26T21:14:02.122Z Downloaded miniz_oxide v0.8.9
10292026-05-26T21:14:02.122Z Downloaded hickory-server v0.25.2
10302026-05-26T21:14:02.126Z Downloaded smallvec v0.6.14
10312026-05-26T21:14:02.129Z Downloaded minimal-lexical v0.2.1
10322026-05-26T21:14:02.129Z Downloaded testing_table v0.3.0
10332026-05-26T21:14:02.132Z Downloaded time-core v0.1.8
10342026-05-26T21:14:02.132Z Downloaded thread-id v5.1.0
10352026-05-26T21:14:02.132Z Downloaded scroll v0.13.0
10362026-05-26T21:14:02.134Z Downloaded termtree v0.5.1
10372026-05-26T21:14:02.135Z Downloaded sqlformat v0.3.5
10382026-05-26T21:14:02.135Z Downloaded thiserror-impl-no-std v2.0.2
10392026-05-26T21:14:02.137Z Downloaded spki v0.7.3
10402026-05-26T21:14:02.138Z Downloaded static_assertions v1.1.0
10412026-05-26T21:14:02.138Z Downloaded serde_with_macros v3.17.0
10422026-05-26T21:14:02.140Z Downloaded strum v0.27.2
10432026-05-26T21:14:02.140Z Downloaded hashbrown v0.13.2
10442026-05-26T21:14:02.143Z Downloaded stringprep v0.1.5
10452026-05-26T21:14:02.146Z Downloaded string_cache v0.8.9
10462026-05-26T21:14:02.146Z Downloaded stacker v0.1.23
10472026-05-26T21:14:02.146Z Downloaded shlex v1.3.0
10482026-05-26T21:14:02.149Z Downloaded itertools v0.10.5
10492026-05-26T21:14:02.151Z Downloaded ryu v1.0.23
10502026-05-26T21:14:02.154Z Downloaded slog-bunyan v2.5.0
10512026-05-26T21:14:02.155Z Downloaded schemars v0.8.22
10522026-05-26T21:14:02.160Z Downloaded tokio-macros v2.7.0
10532026-05-26T21:14:02.163Z Downloaded tinyvec_macros v0.1.1
10542026-05-26T21:14:02.163Z Downloaded strum_macros v0.26.4
10552026-05-26T21:14:02.166Z Downloaded blake3 v1.8.3
10562026-05-26T21:14:02.168Z Downloaded publicsuffix v2.3.0
10572026-05-26T21:14:02.171Z Downloaded mio v1.2.0
10582026-05-26T21:14:02.174Z Downloaded tap v1.0.1
10592026-05-26T21:14:02.174Z Downloaded strum_macros v0.24.3
10602026-05-26T21:14:02.177Z Downloaded slab v0.4.12
10612026-05-26T21:14:02.177Z Downloaded simd-adler32 v0.3.8
10622026-05-26T21:14:02.182Z Downloaded progenitor-impl v0.11.2
10632026-05-26T21:14:02.185Z Downloaded nom v7.1.3
10642026-05-26T21:14:02.188Z Downloaded termios v0.3.3
10652026-05-26T21:14:02.188Z Downloaded hashbrown v0.16.1
10662026-05-26T21:14:02.191Z Downloaded topological-sort v0.2.2
10672026-05-26T21:14:02.194Z Downloaded serde_cbor v0.11.2
10682026-05-26T21:14:02.196Z Downloaded tower-service v0.3.3
10692026-05-26T21:14:02.196Z Downloaded tower-layer v0.3.3
10702026-05-26T21:14:02.196Z Downloaded quinn v0.11.9
10712026-05-26T21:14:02.199Z Downloaded rayon-core v1.13.0
10722026-05-26T21:14:02.202Z Downloaded num-bigint v0.4.6
10732026-05-26T21:14:02.205Z Downloaded spin v0.9.8
10742026-05-26T21:14:02.208Z Downloaded thiserror-no-std v2.0.2
10752026-05-26T21:14:02.211Z Downloaded strum_macros v0.27.2
10762026-05-26T21:14:02.213Z Downloaded time-macros v0.2.27
10772026-05-26T21:14:02.216Z Downloaded rand v0.8.6
10782026-05-26T21:14:02.216Z Downloaded thread_local v1.1.9
10792026-05-26T21:14:02.219Z Downloaded signal-hook v0.3.18
10802026-05-26T21:14:02.221Z Downloaded trait-variant v0.1.2
10812026-05-26T21:14:02.224Z Downloaded dropshot-api-manager v0.7.2
10822026-05-26T21:14:02.228Z Downloaded tokio-native-tls v0.3.1
10832026-05-26T21:14:02.228Z Downloaded similar v2.7.0
10842026-05-26T21:14:02.231Z Downloaded typify-macro v0.6.2
10852026-05-26T21:14:02.231Z Downloaded tiny-keccak v2.0.2
10862026-05-26T21:14:02.233Z Downloaded tls_codec_derive v0.4.2
10872026-05-26T21:14:02.233Z Downloaded try-lock v0.2.5
10882026-05-26T21:14:02.233Z Downloaded rustls-platform-verifier v0.6.2
10892026-05-26T21:14:02.236Z Downloaded typify-macro v0.4.3
10902026-05-26T21:14:02.239Z Downloaded unarray v0.1.4
10912026-05-26T21:14:02.239Z Downloaded universal-hash v0.5.1
10922026-05-26T21:14:02.243Z Downloaded slog v2.8.2
10932026-05-26T21:14:02.243Z Downloaded unicode-truncate v1.1.0
10942026-05-26T21:14:02.246Z Downloaded usdt-attr-macro v0.6.0
10952026-05-26T21:14:02.248Z Downloaded untrusted v0.9.0
10962026-05-26T21:14:02.249Z Downloaded term v0.7.0
10972026-05-26T21:14:02.251Z Downloaded tokio-dtrace v0.1.1
10982026-05-26T21:14:02.251Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10992026-05-26T21:14:02.254Z Downloaded tokio-rustls v0.25.0
11002026-05-26T21:14:02.254Z Downloaded tokio-tungstenite v0.21.0
11012026-05-26T21:14:02.258Z Downloaded tokio-tungstenite v0.23.1
11022026-05-26T21:14:02.258Z Downloaded support-bundle-viewer v0.1.2
11032026-05-26T21:14:02.258Z Downloaded unit-prefix v0.5.2
11042026-05-26T21:14:02.261Z Downloaded usdt-macro v0.6.0
11052026-05-26T21:14:02.261Z Downloaded usdt v0.6.0
11062026-05-26T21:14:02.264Z Downloaded hashbrown v0.15.5
11072026-05-26T21:14:02.266Z Downloaded term v1.2.1
11082026-05-26T21:14:02.266Z Downloaded itertools v0.13.0
11092026-05-26T21:14:02.270Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11102026-05-26T21:14:02.273Z Downloaded chrono v0.4.44
11112026-05-26T21:14:02.277Z Downloaded qorb v0.4.1
11122026-05-26T21:14:02.280Z Downloaded utf-8 v0.7.6
11132026-05-26T21:14:02.282Z Downloaded toml_writer v1.0.6+spec-1.1.0
11142026-05-26T21:14:02.282Z Downloaded tls_codec v0.4.2
11152026-05-26T21:14:02.285Z Downloaded socket2 v0.6.3
11162026-05-26T21:14:02.285Z Downloaded aho-corasick v1.1.4
11172026-05-26T21:14:02.288Z Downloaded tui-tree-widget v0.23.1
11182026-05-26T21:14:02.291Z Downloaded num-bigint-dig v0.8.6
11192026-05-26T21:14:02.293Z Downloaded serde_yaml v0.9.34+deprecated
11202026-05-26T21:14:02.293Z Downloaded void v1.0.2
11212026-05-26T21:14:02.296Z Downloaded itertools v0.12.1
11222026-05-26T21:14:02.299Z Downloaded waitgroup v0.1.2
11232026-05-26T21:14:02.299Z Downloaded wait-timeout v0.2.1
11242026-05-26T21:14:02.302Z Downloaded iri-string v0.7.10
11252026-05-26T21:14:02.305Z Downloaded want v0.3.1
11262026-05-26T21:14:02.305Z Downloaded rustls-webpki v0.103.9
11272026-05-26T21:14:02.308Z Downloaded tokio-rustls v0.24.1
11282026-05-26T21:14:02.310Z Downloaded schemars v0.9.0
11292026-05-26T21:14:02.315Z Downloaded samael v0.0.19
11302026-05-26T21:14:02.318Z Downloaded untrusted v0.7.1
11312026-05-26T21:14:02.322Z Downloaded unicase v2.9.0
11322026-05-26T21:14:02.322Z Downloaded rand v0.9.2
11332026-05-26T21:14:02.324Z Downloaded xshell-macros v0.2.7
11342026-05-26T21:14:02.325Z Downloaded h2 v0.4.13
11352026-05-26T21:14:02.327Z Downloaded tokio-rustls v0.26.4
11362026-05-26T21:14:02.330Z Downloaded subprocess v0.2.15
11372026-05-26T21:14:02.330Z Downloaded tokio-stream v0.1.18
11382026-05-26T21:14:02.333Z Downloaded futures-util v0.3.32
11392026-05-26T21:14:02.340Z Downloaded zeroize_derive v1.4.3
11402026-05-26T21:14:02.343Z Downloaded iddqd v0.4.1
11412026-05-26T21:14:02.346Z Downloaded rsa v0.9.10
11422026-05-26T21:14:02.348Z Downloaded zone v0.3.1
11432026-05-26T21:14:02.351Z Downloaded libm v0.2.16
11442026-05-26T21:14:02.354Z Downloaded socket2 v0.5.10
11452026-05-26T21:14:02.357Z Downloaded snafu v0.8.9
11462026-05-26T21:14:02.360Z Downloaded vergen-gitcl v1.0.8
11472026-05-26T21:14:02.360Z Downloaded zone_cfg_derive v0.3.1
11482026-05-26T21:14:02.363Z Downloaded vergen-lib v0.1.6
11492026-05-26T21:14:02.363Z Downloaded vergen-git2 v9.1.0
11502026-05-26T21:14:02.363Z Downloaded uzers v0.12.2
11512026-05-26T21:14:02.365Z Downloaded test-strategy v0.4.5
11522026-05-26T21:14:02.368Z Downloaded twox-hash v2.1.2
11532026-05-26T21:14:02.368Z Downloaded libxml v0.3.3
11542026-05-26T21:14:02.371Z Downloaded vsss-rs v3.3.4
11552026-05-26T21:14:02.374Z Downloaded vergen-lib v9.1.0
11562026-05-26T21:14:02.374Z Downloaded xattr v1.6.1
11572026-05-26T21:14:02.378Z Downloaded whoami v1.6.1
11582026-05-26T21:14:02.378Z Downloaded toml_parser v1.0.9+spec-1.1.0
11592026-05-26T21:14:02.378Z Downloaded tracing-attributes v0.1.31
11602026-05-26T21:14:02.381Z Downloaded tinyvec v1.10.0
11612026-05-26T21:14:02.381Z Downloaded hyper v1.8.1
11622026-05-26T21:14:02.385Z Downloaded schemars v1.2.1
11632026-05-26T21:14:02.394Z Downloaded xshell v0.2.7
11642026-05-26T21:14:02.397Z Downloaded wyz v0.5.1
11652026-05-26T21:14:02.397Z Downloaded usdt-impl v0.6.0
11662026-05-26T21:14:02.397Z Downloaded whoami v2.1.0
11672026-05-26T21:14:02.400Z Downloaded unicode-properties v0.1.4
11682026-05-26T21:14:02.400Z Downloaded vergen v9.1.0
11692026-05-26T21:14:02.404Z Downloaded hkdf v0.12.4
11702026-05-26T21:14:02.404Z Downloaded toml v0.7.8
11712026-05-26T21:14:02.407Z Downloaded toml v1.0.6+spec-1.1.0
11722026-05-26T21:14:02.407Z Downloaded zeroize v1.8.2
11732026-05-26T21:14:02.407Z Downloaded tar v0.4.45
11742026-05-26T21:14:02.411Z Downloaded p521 v0.13.3
11752026-05-26T21:14:02.413Z Downloaded russh v0.45.0
11762026-05-26T21:14:02.416Z Downloaded itertools v0.14.0
11772026-05-26T21:14:02.419Z Downloaded zstd-safe v7.2.4
11782026-05-26T21:14:02.419Z Downloaded rand v0.10.0
11792026-05-26T21:14:02.427Z Downloaded walkdir v2.5.0
11802026-05-26T21:14:02.430Z Downloaded typify v0.4.3
11812026-05-26T21:14:02.433Z Downloaded tungstenite v0.23.0
11822026-05-26T21:14:02.437Z Downloaded unicode-bidi v0.3.18
11832026-05-26T21:14:02.440Z Downloaded typify v0.6.2
11842026-05-26T21:14:02.442Z Downloaded zerocopy v0.6.6
11852026-05-26T21:14:02.446Z Downloaded unsafe-libyaml v0.2.11
11862026-05-26T21:14:02.449Z Downloaded yasna v0.5.2
11872026-05-26T21:14:02.452Z Downloaded uuid v1.23.0
11882026-05-26T21:14:02.457Z Downloaded steno v0.4.1
11892026-05-26T21:14:02.460Z Downloaded ssh-key v0.6.7
11902026-05-26T21:14:02.463Z Downloaded rpassword v7.4.0
11912026-05-26T21:14:02.465Z Downloaded vte v0.14.1
11922026-05-26T21:14:02.468Z Downloaded zstd v0.13.3
11932026-05-26T21:14:02.468Z Downloaded toml_edit v0.23.10+spec-1.0.0
11942026-05-26T21:14:02.471Z Downloaded tungstenite v0.21.0
11952026-05-26T21:14:02.474Z Downloaded tracing-core v0.1.36
11962026-05-26T21:14:02.479Z Downloaded rustyline v14.0.0
11972026-05-26T21:14:02.483Z Downloaded reedline v0.40.0
11982026-05-26T21:14:02.507Z Downloaded zopfli v0.8.3
11992026-05-26T21:14:02.510Z Downloaded tokio-postgres v0.7.16
12002026-05-26T21:14:02.514Z Downloaded serde_with v1.14.0
12012026-05-26T21:14:02.523Z Downloaded git2 v0.20.4
12022026-05-26T21:14:02.529Z Downloaded bindgen v0.71.1
12032026-05-26T21:14:02.533Z Downloaded reqwest v0.12.28
12042026-05-26T21:14:02.537Z Downloaded zip v0.6.6
12052026-05-26T21:14:02.540Z Downloaded toml_edit v0.19.15
12062026-05-26T21:14:02.549Z Downloaded portable-atomic v1.13.1
12072026-05-26T21:14:02.553Z Downloaded reqwest v0.13.2
12082026-05-26T21:14:02.557Z Downloaded yansi v1.0.1
12092026-05-26T21:14:02.562Z Downloaded p384 v0.13.1
12102026-05-26T21:14:02.565Z Downloaded regex v1.12.3
12112026-05-26T21:14:02.568Z Downloaded unicode_categories v0.1.1
12122026-05-26T21:14:02.571Z Downloaded rayon v1.11.0
12132026-05-26T21:14:02.575Z Downloaded bitvec v1.0.1
12142026-05-26T21:14:02.583Z Downloaded quick-xml v0.37.5
12152026-05-26T21:14:02.587Z Downloaded lalrpop v0.19.12
12162026-05-26T21:14:02.594Z Downloaded typed-path v0.9.3
12172026-05-26T21:14:02.597Z Downloaded x509-cert v0.2.5
12182026-05-26T21:14:02.600Z Downloaded tower v0.5.3
12192026-05-26T21:14:02.605Z Downloaded zerocopy-derive v0.8.40
12202026-05-26T21:14:02.610Z Downloaded unicode-segmentation v1.12.0
12212026-05-26T21:14:02.613Z Downloaded salty v0.3.0
12222026-05-26T21:14:02.616Z Downloaded rustls-webpki v0.101.7
12232026-05-26T21:14:02.627Z Downloaded unicode-normalization v0.1.25
12242026-05-26T21:14:02.638Z Downloaded zip v4.6.1
12252026-05-26T21:14:02.641Z Downloaded tokio-util v0.7.18
12262026-05-26T21:14:02.646Z Downloaded moka v0.12.13
12272026-05-26T21:14:02.650Z Downloaded tower-http v0.6.8
12282026-05-26T21:14:02.653Z Downloaded rustls-webpki v0.102.8
12292026-05-26T21:14:02.664Z Downloaded proptest v1.10.0
12302026-05-26T21:14:02.669Z Downloaded goblin v0.10.5
12312026-05-26T21:14:02.674Z Downloaded petname v2.0.2
12322026-05-26T21:14:02.687Z Downloaded tough v0.22.0
12332026-05-26T21:14:02.692Z Downloaded object v0.30.4
12342026-05-26T21:14:02.698Z Downloaded serde_with v3.17.0
12352026-05-26T21:14:02.705Z Downloaded winnow v0.6.26
12362026-05-26T21:14:02.710Z Downloaded winnow v0.5.40
12372026-05-26T21:14:02.715Z Downloaded nix v0.27.1
12382026-05-26T21:14:02.721Z Downloaded quinn-proto v0.11.13
12392026-05-26T21:14:02.726Z Downloaded curve25519-dalek v4.1.3
12402026-05-26T21:14:02.730Z Downloaded radix_trie v0.2.1
12412026-05-26T21:14:02.745Z Downloaded openssl v0.10.79
12422026-05-26T21:14:02.766Z Downloaded nix v0.28.0
12432026-05-26T21:14:02.773Z Downloaded tabled v0.20.0
12442026-05-26T21:14:02.783Z Downloaded rustls v0.21.12
12452026-05-26T21:14:02.790Z Downloaded polar-core v0.27.3
12462026-05-26T21:14:02.796Z Downloaded time v0.3.47
12472026-05-26T21:14:02.801Z Downloaded dropshot v0.17.0
12482026-05-26T21:14:02.814Z Downloaded smoltcp v0.9.1
12492026-05-26T21:14:02.819Z Downloaded regex-syntax v0.6.29
12502026-05-26T21:14:02.823Z Downloaded vcpkg v0.2.15
12512026-05-26T21:14:02.847Z Downloaded zlib-rs v0.6.2
12522026-05-26T21:14:02.850Z Downloaded hickory-proto v0.24.4
12532026-05-26T21:14:02.860Z Downloaded webpki-roots v1.0.6
12542026-05-26T21:14:02.862Z Downloaded hickory-proto v0.25.2
12552026-05-26T21:14:02.869Z Downloaded regress v0.10.5
12562026-05-26T21:14:02.874Z Downloaded smoltcp v0.11.0
12572026-05-26T21:14:02.881Z Downloaded zerocopy v0.8.40
12582026-05-26T21:14:02.886Z Downloaded rustls v0.23.37
12592026-05-26T21:14:02.895Z Downloaded regex-syntax v0.8.10
12602026-05-26T21:14:02.898Z Downloaded rustls v0.22.4
12612026-05-26T21:14:02.905Z Downloaded openapiv3 v2.2.0
12622026-05-26T21:14:02.912Z Downloaded object v0.37.3
12632026-05-26T21:14:02.918Z Downloaded regress v0.11.1
12642026-05-26T21:14:02.923Z Downloaded rustix v0.38.44
12652026-05-26T21:14:02.936Z Downloaded nix v0.31.2
12662026-05-26T21:14:02.942Z Downloaded diesel v2.3.7
12672026-05-26T21:14:02.955Z Downloaded bstr v1.12.1
12682026-05-26T21:14:02.960Z Downloaded sqlparser v0.61.0
12692026-05-26T21:14:02.991Z Downloaded sled v0.34.7
12702026-05-26T21:14:02.997Z Downloaded typify-impl v0.4.3
12712026-05-26T21:14:03.006Z Downloaded typify-impl v0.6.2
12722026-05-26T21:14:03.040Z Downloaded tracing v0.1.44
12732026-05-26T21:14:03.040Z Downloaded ratatui v0.29.0
12742026-05-26T21:14:03.040Z Downloaded zerocopy-derive v0.6.6
12752026-05-26T21:14:03.044Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-05-26T21:14:03.057Z Downloaded petgraph v0.6.5
12772026-05-26T21:14:03.067Z Downloaded regex-automata v0.4.14
12782026-05-26T21:14:03.090Z Downloaded csv v1.4.0
12792026-05-26T21:14:03.102Z Downloaded chrono-tz v0.10.4
12802026-05-26T21:14:03.113Z Downloaded jiff v0.2.21
12812026-05-26T21:14:03.132Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12822026-05-26T21:14:03.142Z Downloaded petgraph v0.8.3
12832026-05-26T21:14:03.155Z Downloaded libz-sys v1.1.24
12842026-05-26T21:14:03.167Z Downloaded sha3 v0.10.8
12852026-05-26T21:14:03.177Z Downloaded tokio v1.52.1
12862026-05-26T21:14:03.230Z Downloaded encoding_rs v0.8.35
12872026-05-26T21:14:03.243Z Downloaded ring v0.17.14
12882026-05-26T21:14:03.294Z Downloaded libgit2-sys v0.18.3+1.9.2
12892026-05-26T21:14:03.793Z Downloaded aws-lc-sys v0.40.0
12902026-05-26T21:14:04.059Z Compiling libc v0.2.185
12912026-05-26T21:14:04.062Z Compiling serde v1.0.228
12922026-05-26T21:14:04.062Z Compiling log v0.4.29
12932026-05-26T21:14:04.062Z Compiling shlex v1.3.0
12942026-05-26T21:14:04.062Z Compiling find-msvc-tools v0.1.9
12952026-05-26T21:14:04.062Z Compiling smallvec v1.15.1
12962026-05-26T21:14:04.198Z Compiling typenum v1.19.0
12972026-05-26T21:14:04.201Z Compiling subtle v2.6.1
12982026-05-26T21:14:04.244Z Compiling generic-array v0.14.7
12992026-05-26T21:14:04.247Z Compiling scopeguard v1.2.0
13002026-05-26T21:14:04.258Z Compiling const-oid v0.9.6
13012026-05-26T21:14:04.321Z Compiling serde_json v1.0.149
13022026-05-26T21:14:04.333Z Compiling syn v2.0.117
13032026-05-26T21:14:04.336Z Compiling zerocopy v0.8.40
13042026-05-26T21:14:04.336Z Compiling portable-atomic v1.13.1
13052026-05-26T21:14:04.361Z Compiling parking_lot_core v0.9.12
13062026-05-26T21:14:04.386Z Compiling pin-project-lite v0.2.17
13072026-05-26T21:14:04.410Z Compiling lock_api v0.4.14
13082026-05-26T21:14:04.429Z Compiling pkg-config v0.3.32
13092026-05-26T21:14:04.501Z Compiling bitflags v2.11.0
13102026-05-26T21:14:04.539Z Compiling libm v0.2.16
13112026-05-26T21:14:04.570Z Compiling critical-section v1.2.0
13122026-05-26T21:14:04.582Z Compiling futures-core v0.3.32
13132026-05-26T21:14:04.596Z Compiling num-traits v0.2.19
13142026-05-26T21:14:04.625Z Compiling percent-encoding v2.3.2
13152026-05-26T21:14:04.712Z Compiling futures-sink v0.3.32
13162026-05-26T21:14:04.715Z Compiling futures-io v0.3.32
13172026-05-26T21:14:04.727Z Compiling slab v0.4.12
13182026-05-26T21:14:04.771Z Compiling getrandom v0.4.1
13192026-05-26T21:14:04.784Z Compiling futures-task v0.3.32
13202026-05-26T21:14:04.838Z Compiling futures-channel v0.3.32
13212026-05-26T21:14:04.840Z Compiling cpufeatures v0.2.17
13222026-05-26T21:14:04.879Z Compiling rand_core v0.10.0
13232026-05-26T21:14:04.909Z Compiling indexmap v2.14.0
13242026-05-26T21:14:04.950Z Compiling getrandom v0.3.4
13252026-05-26T21:14:04.954Z Compiling rustversion v1.0.22
13262026-05-26T21:14:04.979Z Compiling form_urlencoded v1.2.2
13272026-05-26T21:14:05.025Z Compiling dunce v1.0.5
13282026-05-26T21:14:05.052Z Compiling fs_extra v1.3.0
13292026-05-26T21:14:05.066Z Compiling ident_case v1.0.1
13302026-05-26T21:14:05.093Z Compiling base64ct v1.8.3
13312026-05-26T21:14:05.130Z Compiling iana-time-zone v0.1.65
13322026-05-26T21:14:05.157Z Compiling regex-syntax v0.8.10
13332026-05-26T21:14:05.171Z Compiling rustix v1.1.3
13342026-05-26T21:14:05.185Z Compiling flagset v0.4.7
13352026-05-26T21:14:05.204Z Compiling getrandom v0.2.17
13362026-05-26T21:14:05.289Z Compiling jobserver v0.1.34
13372026-05-26T21:14:05.306Z Compiling errno v0.3.14
13382026-05-26T21:14:05.353Z Compiling rand_core v0.6.4
13392026-05-26T21:14:05.356Z Compiling mio v1.2.0
13402026-05-26T21:14:05.379Z Compiling socket2 v0.6.3
13412026-05-26T21:14:05.398Z Compiling once_cell v1.21.3
13422026-05-26T21:14:05.461Z Compiling signal-hook-registry v1.4.8
13432026-05-26T21:14:05.553Z Compiling cc v1.2.56
13442026-05-26T21:14:05.570Z Compiling parking_lot v0.12.5
13452026-05-26T21:14:05.659Z Compiling pem-rfc7468 v0.7.0
13462026-05-26T21:14:05.675Z Compiling vcpkg v0.2.15
13472026-05-26T21:14:05.720Z Compiling aws-lc-rs v1.16.3
13482026-05-26T21:14:05.781Z Compiling uuid v1.23.0
13492026-05-26T21:14:05.838Z Compiling tracing-core v0.1.36
13502026-05-26T21:14:05.852Z Compiling rustc_version v0.4.1
13512026-05-26T21:14:05.870Z Compiling base64 v0.22.1
13522026-05-26T21:14:05.961Z Compiling rand_core v0.9.5
13532026-05-26T21:14:05.996Z Compiling httparse v1.10.1
13542026-05-26T21:14:06.011Z Compiling openssl-probe v0.2.1
13552026-05-26T21:14:06.025Z Compiling untrusted v0.7.1
13562026-05-26T21:14:06.117Z Compiling tinyvec_macros v0.1.1
13572026-05-26T21:14:06.158Z Compiling untrusted v0.9.0
13582026-05-26T21:14:06.194Z Compiling tinyvec v1.10.0
13592026-05-26T21:14:06.208Z Compiling aho-corasick v1.1.4
13602026-05-26T21:14:06.211Z Compiling tower-layer v0.3.3
13612026-05-26T21:14:06.237Z Compiling schemars v0.8.22
13622026-05-26T21:14:06.240Z Compiling dyn-clone v1.0.20
13632026-05-26T21:14:06.265Z Compiling tower-service v0.3.3
13642026-05-26T21:14:06.297Z Compiling atomic-waker v1.1.2
13652026-05-26T21:14:06.368Z Compiling cmake v0.1.57
13662026-05-26T21:14:06.396Z Compiling try-lock v0.2.5
13672026-05-26T21:14:06.397Z Compiling rustls v0.23.37
13682026-05-26T21:14:06.428Z Compiling pin-utils v0.1.0
13692026-05-26T21:14:06.431Z Compiling openssl v0.10.79
13702026-05-26T21:14:06.459Z Compiling foreign-types-shared v0.1.1
13712026-05-26T21:14:06.462Z Compiling httpdate v1.0.3
13722026-05-26T21:14:06.515Z Compiling want v0.3.1
13732026-05-26T21:14:06.518Z Compiling unicode-normalization v0.1.25
13742026-05-26T21:14:06.542Z Compiling spin v0.9.8
13752026-05-26T21:14:06.545Z Compiling foreign-types v0.3.2
13762026-05-26T21:14:06.573Z Compiling num-conv v0.2.0
13772026-05-26T21:14:06.576Z Compiling time-core v0.1.8
13782026-05-26T21:14:06.600Z Compiling native-tls v0.2.18
13792026-05-26T21:14:06.641Z Compiling powerfmt v0.2.0
13802026-05-26T21:14:06.697Z Compiling crc32fast v1.5.0
13812026-05-26T21:14:06.709Z Compiling wait-timeout v0.2.1
13822026-05-26T21:14:06.725Z Compiling sync_wrapper v1.0.2
13832026-05-26T21:14:06.728Z Compiling num_threads v0.1.7
13842026-05-26T21:14:06.778Z Compiling time-macros v0.2.27
13852026-05-26T21:14:06.781Z Compiling crossbeam-utils v0.8.21
13862026-05-26T21:14:06.784Z Compiling deranged v0.5.8
13872026-05-26T21:14:06.813Z Compiling simd-adler32 v0.3.8
13882026-05-26T21:14:06.829Z Compiling quick-error v1.2.3
13892026-05-26T21:14:06.842Z Compiling siphasher v1.0.2
13902026-05-26T21:14:06.858Z Compiling usdt-impl v0.6.0
13912026-05-26T21:14:06.861Z Compiling syn v1.0.109
13922026-05-26T21:14:06.949Z Compiling tempfile v3.25.0
13932026-05-26T21:14:06.999Z Compiling bit-vec v0.8.0
13942026-05-26T21:14:07.015Z Compiling slog v2.8.2
13952026-05-26T21:14:07.048Z Compiling regex-automata v0.4.14
13962026-05-26T21:14:07.077Z Compiling heapless v0.7.17
13972026-05-26T21:14:07.124Z Compiling rand_xorshift v0.4.0
13982026-05-26T21:14:07.139Z Compiling thread-id v5.1.0
13992026-05-26T21:14:07.186Z Compiling bit-set v0.8.0
14002026-05-26T21:14:07.210Z Compiling synstructure v0.13.2
14012026-05-26T21:14:07.225Z Compiling aws-lc-sys v0.40.0
14022026-05-26T21:14:07.228Z Compiling ring v0.17.14
14032026-05-26T21:14:07.253Z Compiling openssl-sys v0.9.115
14042026-05-26T21:14:07.256Z Compiling serde_derive_internals v0.29.1
14052026-05-26T21:14:07.256Z Compiling pest_generator v2.8.6
14062026-05-26T21:14:07.306Z Compiling darling_core v0.20.11
14072026-05-26T21:14:07.336Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14082026-05-26T21:14:07.340Z Compiling bzip2-sys v0.1.13+1.0.8
14092026-05-26T21:14:07.418Z Compiling darling_core v0.21.3
14102026-05-26T21:14:07.592Z Compiling rusty-fork v0.3.1
14112026-05-26T21:14:07.692Z Compiling cookie v0.18.1
14122026-05-26T21:14:07.824Z Compiling signal-hook v0.3.18
14132026-05-26T21:14:07.870Z Compiling unicode-bidi v0.3.18
14142026-05-26T21:14:07.892Z Compiling time v0.3.47
14152026-05-26T21:14:07.905Z Compiling iri-string v0.7.10
14162026-05-26T21:14:07.922Z Compiling adler2 v2.0.1
14172026-05-26T21:14:07.993Z Compiling paste v1.0.15
14182026-05-26T21:14:08.005Z Compiling anyhow v1.0.102
14192026-05-26T21:14:08.022Z Compiling ryu v1.0.23
14202026-05-26T21:14:08.055Z Compiling unicode-properties v0.1.4
14212026-05-26T21:14:08.210Z Compiling zstd-safe v7.2.4
14222026-05-26T21:14:08.239Z Compiling unarray v0.1.4
14232026-05-26T21:14:08.272Z Compiling allocator-api2 v0.2.21
14242026-05-26T21:14:08.342Z Compiling stringprep v0.1.5
14252026-05-26T21:14:08.358Z Compiling miniz_oxide v0.8.9
14262026-05-26T21:14:08.712Z Compiling num-integer v0.1.46
14272026-05-26T21:14:08.876Z Compiling vergen-lib v9.1.0
14282026-05-26T21:14:08.990Z Compiling serde_derive v1.0.228
14292026-05-26T21:14:09.054Z Compiling zeroize_derive v1.4.3
14302026-05-26T21:14:09.077Z Compiling zerofrom-derive v0.1.6
14312026-05-26T21:14:09.080Z Compiling yoke-derive v0.8.1
14322026-05-26T21:14:09.118Z Compiling zerovec-derive v0.11.2
14332026-05-26T21:14:09.173Z Compiling zerocopy-derive v0.8.40
14342026-05-26T21:14:09.496Z Compiling displaydoc v0.2.5
14352026-05-26T21:14:09.517Z Compiling tokio-macros v2.7.0
14362026-05-26T21:14:09.532Z Compiling futures-macro v0.3.32
14372026-05-26T21:14:09.692Z Compiling der_derive v0.7.3
14382026-05-26T21:14:09.734Z Compiling zeroize v1.8.2
14392026-05-26T21:14:10.040Z Compiling rustls-pki-types v1.14.0
14402026-05-26T21:14:10.276Z Compiling thiserror-impl v2.0.18
14412026-05-26T21:14:10.279Z Compiling tracing-attributes v0.1.31
14422026-05-26T21:14:10.305Z Compiling schemars_derive v0.8.22
14432026-05-26T21:14:10.308Z Compiling pest_derive v2.8.6
14442026-05-26T21:14:10.365Z Compiling futures-util v0.3.32
14452026-05-26T21:14:10.516Z Compiling crypto-common v0.1.7
14462026-05-26T21:14:10.532Z Compiling zerofrom v0.1.6
14472026-05-26T21:14:10.532Z Compiling block-buffer v0.10.4
14482026-05-26T21:14:10.678Z Compiling yoke v0.8.1
14492026-05-26T21:14:10.693Z Compiling digest v0.10.7
14502026-05-26T21:14:10.696Z Compiling block-padding v0.3.3
14512026-05-26T21:14:10.738Z Compiling der v0.7.10
14522026-05-26T21:14:10.768Z Compiling scroll_derive v0.13.1
14532026-05-26T21:14:10.867Z Compiling zerovec v0.11.5
14542026-05-26T21:14:10.881Z Compiling zerotrie v0.2.3
14552026-05-26T21:14:10.980Z Compiling hmac v0.12.1
14562026-05-26T21:14:11.148Z Compiling inout v0.1.4
14572026-05-26T21:14:11.191Z Compiling sha2 v0.10.9
14582026-05-26T21:14:11.265Z Compiling pbkdf2 v0.12.2
14592026-05-26T21:14:11.334Z Compiling tinystr v0.8.2
14602026-05-26T21:14:11.373Z Compiling potential_utf v0.1.4
14612026-05-26T21:14:11.395Z Compiling cipher v0.4.4
14622026-05-26T21:14:11.579Z Compiling icu_locale_core v2.1.1
14632026-05-26T21:14:11.598Z Compiling icu_collections v2.1.1
14642026-05-26T21:14:11.625Z Compiling spki v0.7.3
14652026-05-26T21:14:11.641Z Compiling scroll v0.13.0
14662026-05-26T21:14:11.681Z Compiling salsa20 v0.10.2
14672026-05-26T21:14:11.684Z Compiling thiserror v2.0.18
14682026-05-26T21:14:11.709Z Compiling tracing v0.1.44
14692026-05-26T21:14:11.814Z Compiling scrypt v0.11.0
14702026-05-26T21:14:11.843Z Compiling aes v0.8.4
14712026-05-26T21:14:11.859Z Compiling cbc v0.1.2
14722026-05-26T21:14:11.920Z Compiling darling_macro v0.20.11
14732026-05-26T21:14:11.998Z Compiling openssl-macros v0.1.1
14742026-05-26T21:14:12.013Z Compiling goblin v0.10.5
14752026-05-26T21:14:12.028Z Compiling rustls-native-certs v0.8.3
14762026-05-26T21:14:12.084Z Compiling dtrace-parser v0.3.0
14772026-05-26T21:14:12.087Z Compiling signature v2.2.0
14782026-05-26T21:14:12.294Z Compiling icu_provider v2.1.1
14792026-05-26T21:14:12.333Z Compiling pkcs5 v0.7.1
14802026-05-26T21:14:12.388Z Compiling webpki-roots v1.0.6
14812026-05-26T21:14:12.423Z Compiling bytes v1.11.1
14822026-05-26T21:14:12.437Z Compiling chrono v0.4.44
14832026-05-26T21:14:12.480Z Compiling ipnet v2.11.0
14842026-05-26T21:14:12.522Z Compiling darling v0.20.11
14852026-05-26T21:14:12.636Z Compiling icu_properties v2.1.2
14862026-05-26T21:14:12.642Z Compiling icu_normalizer v2.1.1
14872026-05-26T21:14:12.642Z Compiling derive_builder_core v0.20.2
14882026-05-26T21:14:12.671Z Compiling pkcs8 v0.10.2
14892026-05-26T21:14:12.842Z Compiling scroll_derive v0.12.1
14902026-05-26T21:14:12.868Z Compiling thiserror-impl v1.0.69
14912026-05-26T21:14:12.905Z Compiling tokio v1.52.1
14922026-05-26T21:14:12.998Z Compiling http v1.4.0
14932026-05-26T21:14:13.013Z Compiling serde_urlencoded v0.7.1
14942026-05-26T21:14:13.047Z Compiling toml_datetime v0.6.11
14952026-05-26T21:14:13.190Z Compiling serde_tokenstream v0.2.3
14962026-05-26T21:14:13.271Z Compiling serde_spanned v0.6.9
14972026-05-26T21:14:13.317Z Compiling erased-serde v0.3.31
14982026-05-26T21:14:13.442Z Compiling md-5 v0.10.6
14992026-05-26T21:14:13.538Z Compiling idna_adapter v1.2.1
15002026-05-26T21:14:13.551Z Compiling ppv-lite86 v0.2.21
15012026-05-26T21:14:13.564Z Compiling scroll v0.12.0
15022026-05-26T21:14:13.659Z Compiling idna v1.1.0
15032026-05-26T21:14:13.701Z Compiling http-body v1.0.1
15042026-05-26T21:14:13.728Z Compiling derive_builder_macro v0.20.2
15052026-05-26T21:14:13.777Z Compiling darling_macro v0.21.3
15062026-05-26T21:14:13.853Z Compiling rand_chacha v0.9.0
15072026-05-26T21:14:13.871Z Compiling http-body-util v0.1.3
15082026-05-26T21:14:13.887Z Compiling rand_chacha v0.3.1
15092026-05-26T21:14:13.890Z Compiling bstr v1.12.1
15102026-05-26T21:14:13.915Z Compiling async-trait v0.1.89
15112026-05-26T21:14:14.001Z Compiling url v2.5.8
15122026-05-26T21:14:14.129Z Compiling rand v0.9.2
15132026-05-26T21:14:14.229Z Compiling zerocopy-derive v0.7.35
15142026-05-26T21:14:14.242Z Compiling thiserror v1.0.69
15152026-05-26T21:14:14.291Z Compiling pin-project-internal v1.1.11
15162026-05-26T21:14:14.343Z Compiling curve25519-dalek v4.1.3
15172026-05-26T21:14:14.362Z Compiling ff v0.13.1
15182026-05-26T21:14:14.577Z Compiling hash32 v0.2.1
15192026-05-26T21:14:14.592Z Compiling memoffset v0.9.1
15202026-05-26T21:14:14.696Z Compiling proptest v1.10.0
15212026-05-26T21:14:14.722Z Compiling encoding_rs v0.8.35
15222026-05-26T21:14:14.809Z Compiling dof v0.4.0
15232026-05-26T21:14:14.841Z Compiling ref-cast v1.0.25
15242026-05-26T21:14:14.962Z Compiling num-bigint-dig v0.8.6
15252026-05-26T21:14:14.998Z Compiling mime v0.3.17
15262026-05-26T21:14:15.062Z Compiling base16ct v0.2.0
15272026-05-26T21:14:15.137Z Compiling smoltcp v0.9.1
15282026-05-26T21:14:15.152Z Compiling cfg_aliases v0.2.1
15292026-05-26T21:14:15.166Z Compiling psl-types v2.0.11
15302026-05-26T21:14:15.181Z Compiling zlib-rs v0.6.2
15312026-05-26T21:14:15.236Z Compiling fallible-iterator v0.2.0
15322026-05-26T21:14:15.259Z Compiling litrs v1.0.0
15332026-05-26T21:14:15.277Z Compiling rustix v0.38.44
15342026-05-26T21:14:15.307Z Compiling publicsuffix v2.3.0
15352026-05-26T21:14:15.445Z Compiling ipnetwork v0.21.1
15362026-05-26T21:14:15.494Z Compiling pin-project v1.1.11
15372026-05-26T21:14:15.565Z Compiling postgres-protocol v0.6.10
15382026-05-26T21:14:15.602Z Compiling nix v0.31.2
15392026-05-26T21:14:15.616Z Compiling sec1 v0.7.3
15402026-05-26T21:14:15.746Z Compiling oxnet v0.1.4
15412026-05-26T21:14:15.800Z Compiling document-features v0.2.12
15422026-05-26T21:14:15.885Z Compiling zerocopy v0.7.35
15432026-05-26T21:14:16.014Z Compiling group v0.13.0
15442026-05-26T21:14:16.042Z Compiling darling v0.21.3
15452026-05-26T21:14:16.077Z Compiling derive_builder v0.20.2
15462026-05-26T21:14:16.130Z Compiling rand v0.8.6
15472026-05-26T21:14:16.146Z Compiling goblin v0.8.2
15482026-05-26T21:14:16.149Z Compiling futures-executor v0.3.32
15492026-05-26T21:14:16.189Z Compiling hex v0.4.3
15502026-05-26T21:14:16.205Z Compiling hubpack_derive v0.1.1
15512026-05-26T21:14:16.220Z Compiling hkdf v0.12.4
15522026-05-26T21:14:16.270Z Compiling crypto-bigint v0.5.5
15532026-05-26T21:14:16.397Z Compiling regex v1.12.3
15542026-05-26T21:14:16.444Z Compiling daft-derive v0.1.7
15552026-05-26T21:14:16.459Z Compiling snafu-derive v0.8.9
15562026-05-26T21:14:16.472Z Compiling strum_macros v0.27.2
15572026-05-26T21:14:16.472Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-26T21:14:16.499Z Compiling ref-cast-impl v1.0.25
15592026-05-26T21:14:16.573Z Compiling num-iter v0.1.45
15602026-05-26T21:14:16.681Z Compiling tokio-util v0.7.18
15612026-05-26T21:14:16.708Z Compiling tower v0.5.3
15622026-05-26T21:14:16.848Z Compiling tokio-native-tls v0.3.1
15632026-05-26T21:14:16.957Z Compiling newtype-uuid v1.3.2
15642026-05-26T21:14:17.148Z Compiling tower-http v0.6.8
15652026-05-26T21:14:17.182Z Compiling phf_shared v0.13.1
15662026-05-26T21:14:17.217Z Compiling terminal_size v0.4.3
15672026-05-26T21:14:17.305Z Compiling lazy_static v1.5.0
15682026-05-26T21:14:17.349Z Compiling h2 v0.4.13
15692026-05-26T21:14:17.352Z Compiling vergen v9.1.0
15702026-05-26T21:14:17.378Z Compiling cargo-platform v0.3.2
15712026-05-26T21:14:17.415Z Compiling fs-err v3.3.0
15722026-05-26T21:14:17.441Z Compiling ahash v0.8.12
15732026-05-26T21:14:17.566Z Compiling same-file v1.0.6
15742026-05-26T21:14:17.581Z Compiling object v0.37.3
15752026-05-26T21:14:17.584Z Compiling unicode-segmentation v1.12.0
15762026-05-26T21:14:17.616Z Compiling foldhash v0.2.0
15772026-05-26T21:14:17.658Z Compiling winnow v0.5.40
15782026-05-26T21:14:17.672Z Compiling managed v0.8.0
15792026-05-26T21:14:17.716Z Compiling libbz2-rs-sys v0.2.2
15802026-05-26T21:14:17.746Z Compiling bumpalo v3.20.2
15812026-05-26T21:14:17.854Z Compiling foldhash v0.1.5
15822026-05-26T21:14:17.893Z Compiling bitflags v1.3.2
15832026-05-26T21:14:17.978Z Compiling flate2 v1.1.9
15842026-05-26T21:14:17.992Z Compiling hashbrown v0.15.5
15852026-05-26T21:14:18.011Z Compiling zopfli v0.8.3
15862026-05-26T21:14:18.035Z Compiling hashbrown v0.16.1
15872026-05-26T21:14:18.397Z Compiling snafu v0.8.9
15882026-05-26T21:14:18.416Z Compiling dof v0.3.0
15892026-05-26T21:14:18.431Z Compiling bzip2 v0.6.1
15902026-05-26T21:14:18.444Z Compiling clap_builder v4.5.60
15912026-05-26T21:14:18.480Z Compiling walkdir v2.5.0
15922026-05-26T21:14:18.535Z Compiling strum v0.27.2
15932026-05-26T21:14:18.687Z Compiling daft v0.1.7
15942026-05-26T21:14:18.716Z Compiling cargo_metadata v0.23.1
15952026-05-26T21:14:18.734Z Compiling phf v0.13.1
15962026-05-26T21:14:18.770Z Compiling signal-hook-mio v0.2.5
15972026-05-26T21:14:18.785Z Compiling elliptic-curve v0.13.8
15982026-05-26T21:14:18.898Z Compiling cookie_store v0.22.1
15992026-05-26T21:14:18.913Z Compiling hubpack v0.1.2
16002026-05-26T21:14:18.970Z Compiling bzip2 v0.4.4
16012026-05-26T21:14:18.986Z Compiling usdt-attr-macro v0.6.0
16022026-05-26T21:14:19.148Z Compiling toml_edit v0.19.15
16032026-05-26T21:14:19.170Z Compiling usdt-macro v0.6.0
16042026-05-26T21:14:19.197Z Compiling futures v0.3.32
16052026-05-26T21:14:19.214Z Compiling serde_with_macros v3.17.0
16062026-05-26T21:14:19.217Z Compiling zstd v0.13.3
16072026-05-26T21:14:19.315Z Compiling postgres-types v0.2.12
16082026-05-26T21:14:19.510Z Compiling dtrace-parser v0.2.0
16092026-05-26T21:14:19.576Z Compiling globset v0.4.18
16102026-05-26T21:14:19.700Z Compiling pkcs1 v0.7.5
16112026-05-26T21:14:19.806Z Compiling ed25519 v2.2.3
16122026-05-26T21:14:19.898Z Compiling olpc-cjson v0.1.4
16132026-05-26T21:14:19.947Z Compiling serde-big-array v0.5.1
16142026-05-26T21:14:20.075Z Compiling serde_plain v1.0.2
16152026-05-26T21:14:20.106Z Compiling rfc6979 v0.4.0
16162026-05-26T21:14:20.120Z Compiling serde_repr v0.1.20
16172026-05-26T21:14:20.134Z Compiling enum-as-inner v0.6.1
16182026-05-26T21:14:20.247Z Compiling strum_macros v0.26.4
16192026-05-26T21:14:20.291Z Compiling clap_derive v4.5.55
16202026-05-26T21:14:20.291Z Compiling async-recursion v1.1.1
16212026-05-26T21:14:20.319Z Compiling phf_shared v0.11.3
16222026-05-26T21:14:20.373Z Compiling float-cmp v0.10.0
16232026-05-26T21:14:20.483Z Compiling hyper v1.8.1
16242026-05-26T21:14:20.523Z Compiling pem v3.0.6
16252026-05-26T21:14:20.540Z Compiling memmap2 v0.9.10
16262026-05-26T21:14:20.674Z Compiling thread-id v4.2.2
16272026-05-26T21:14:20.703Z Compiling env_filter v1.0.0
16282026-05-26T21:14:20.730Z Compiling difflib v0.4.0
16292026-05-26T21:14:20.772Z Compiling static_assertions v1.1.0
16302026-05-26T21:14:20.784Z Compiling new_debug_unreachable v1.0.6
16312026-05-26T21:14:20.856Z Compiling data-encoding v2.10.0
16322026-05-26T21:14:20.870Z Compiling precomputed-hash v0.1.1
16332026-05-26T21:14:20.873Z Compiling keccak v0.1.6
16342026-05-26T21:14:20.970Z Compiling predicates-core v1.0.10
16352026-05-26T21:14:20.983Z Compiling either v1.15.0
16362026-05-26T21:14:21.030Z Compiling normalize-line-endings v0.3.0
16372026-05-26T21:14:21.137Z Compiling typed-path v0.9.3
16382026-05-26T21:14:21.162Z Compiling jiff v0.2.21
16392026-05-26T21:14:21.206Z Compiling fixedbitset v0.4.2
16402026-05-26T21:14:21.313Z Compiling whoami v2.1.0
16412026-05-26T21:14:21.436Z Compiling fixedbitset v0.5.7
16422026-05-26T21:14:21.473Z Compiling petgraph v0.6.5
16432026-05-26T21:14:21.511Z Compiling itertools v0.13.0
16442026-05-26T21:14:21.559Z Compiling tokio-postgres v0.7.16
16452026-05-26T21:14:21.706Z Compiling hyper-util v0.1.20
16462026-05-26T21:14:21.720Z Compiling petgraph v0.8.3
16472026-05-26T21:14:21.757Z Compiling hickory-proto v0.25.2
16482026-05-26T21:14:21.825Z Compiling predicates v3.1.4
16492026-05-26T21:14:21.864Z Compiling sha3 v0.10.8
16502026-05-26T21:14:22.031Z Compiling strum v0.26.3
16512026-05-26T21:14:22.108Z Compiling string_cache v0.8.9
16522026-05-26T21:14:22.132Z Compiling clap v4.5.60
16532026-05-26T21:14:22.184Z Compiling toml_edit v0.22.27
16542026-05-26T21:14:22.227Z Compiling env_logger v0.11.9
16552026-05-26T21:14:22.336Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16562026-05-26T21:14:22.361Z Compiling usdt-impl v0.5.0
16572026-05-26T21:14:22.401Z Compiling usdt v0.6.0
16582026-05-26T21:14:22.488Z Compiling toml v0.7.8
16592026-05-26T21:14:22.606Z Compiling serde_with v3.17.0
16602026-05-26T21:14:22.684Z Compiling ecdsa v0.16.9
16612026-05-26T21:14:22.768Z Compiling crossterm v0.28.1
16622026-05-26T21:14:22.961Z Compiling ed25519-dalek v2.2.0
16632026-05-26T21:14:22.965Z Compiling rsa v0.9.10
16642026-05-26T21:14:23.091Z Compiling hyper-tls v0.6.0
16652026-05-26T21:14:23.450Z Compiling zip v0.6.6
16662026-05-26T21:14:23.544Z Compiling iddqd v0.4.1
16672026-05-26T21:14:23.780Z Compiling zip v4.6.1
16682026-05-26T21:14:24.069Z Compiling similar v2.7.0
16692026-05-26T21:14:24.085Z Compiling heck v0.4.1
16702026-05-26T21:14:24.106Z Compiling toml_parser v1.0.9+spec-1.1.0
16712026-05-26T21:14:24.342Z Compiling tokio-stream v0.1.18
16722026-05-26T21:14:24.369Z Compiling buf-list v1.1.2
16732026-05-26T21:14:24.391Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16742026-05-26T21:14:24.667Z Compiling openapiv3 v2.2.0
16752026-05-26T21:14:24.714Z Compiling x509-cert v0.2.5
16762026-05-26T21:14:24.773Z Compiling sha1 v0.10.6
16772026-05-26T21:14:24.794Z Compiling crossbeam-epoch v0.9.18
16782026-05-26T21:14:24.794Z Compiling lalrpop-util v0.19.12
16792026-05-26T21:14:24.842Z Compiling peg-runtime v0.8.5
16802026-05-26T21:14:24.920Z Compiling thread_local v1.1.9
16812026-05-26T21:14:24.951Z Compiling slog-async v2.8.0
16822026-05-26T21:14:24.971Z Compiling crossbeam-channel v0.5.15
16832026-05-26T21:14:25.031Z Compiling filetime v0.2.27
16842026-05-26T21:14:25.037Z Compiling is-terminal v0.4.17
16852026-05-26T21:14:25.137Z Compiling xattr v1.6.1
16862026-05-26T21:14:25.152Z Compiling term v1.2.1
16872026-05-26T21:14:25.152Z Compiling take_mut v0.2.2
16882026-05-26T21:14:25.264Z Compiling tar v0.4.45
16892026-05-26T21:14:25.458Z Compiling slog-term v2.9.2
16902026-05-26T21:14:43.049Z Compiling rustls-webpki v0.103.9
16912026-05-26T21:14:45.829Z Compiling tokio-rustls v0.26.4
16922026-05-26T21:14:45.829Z Compiling rustls-platform-verifier v0.6.2
16932026-05-26T21:14:46.027Z Compiling hyper-rustls v0.27.7
16942026-05-26T21:14:46.226Z Compiling reqwest v0.12.28
16952026-05-26T21:14:46.227Z Compiling reqwest v0.13.2
16962026-05-26T21:14:47.448Z Compiling tough v0.22.0
16972026-05-26T21:14:49.939Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16982026-05-26T21:14:50.178Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16992026-05-26T21:14:52.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.16s
17002026-05-26T21:14:53.128Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17012026-05-26T21:14:53.183ZMay 26 21:14:52.058 INFO Starting download, target: Clickhouse
17022026-05-26T21:14:53.183ZMay 26 21:14:52.059 INFO Starting download, target: Cockroach
17032026-05-26T21:14:53.183ZMay 26 21:14:52.059 INFO Starting download, target: Console
17042026-05-26T21:14:53.186ZMay 26 21:14:52.059 INFO Starting download, target: DendriteStub
17052026-05-26T21:14:53.187ZMay 26 21:14:52.059 INFO Starting download, target: MaghemiteMgd
17062026-05-26T21:14:53.187ZMay 26 21:14:52.059 INFO Starting download, target: TransceiverControl
17072026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17082026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17112026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17122026-05-26T21:14:53.187ZMay 26 21:14:52.060 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-26T21:14:53.533ZMay 26 21:14:52.408 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-05-26T21:14:53.785ZMay 26 21:14:52.660 INFO Download complete, target: TransceiverControl
17152026-05-26T21:14:54.265ZMay 26 21:14:53.062 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-05-26T21:14:54.441ZMay 26 21:14:53.302 INFO Download complete, target: Console
17172026-05-26T21:14:55.472ZMay 26 21:14:54.315 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17182026-05-26T21:14:55.781ZMay 26 21:14:54.652 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-26T21:14:56.749ZMay 26 21:14:55.606 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17202026-05-26T21:14:56.869ZMay 26 21:14:55.727 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17212026-05-26T21:14:56.870ZMay 26 21:14:55.727 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17222026-05-26T21:14:57.865ZMay 26 21:14:56.712 INFO Download complete, target: DendriteStub
17232026-05-26T21:14:58.252ZMay 26 21:14:57.116 INFO Download complete, target: MaghemiteMgd
17242026-05-26T21:15:01.635ZMay 26 21:15:00.512 INFO Checking that binary works, target: Cockroach
17252026-05-26T21:15:01.915ZMay 26 21:15:00.791 INFO Download complete, target: Cockroach
17262026-05-26T21:15:03.602ZMay 26 21:15:02.478 INFO Checking that binary works, target: Clickhouse
17272026-05-26T21:15:03.742ZMay 26 21:15:02.619 INFO Download complete, target: Clickhouse
17282026-05-26T21:15:03.748ZAll prerequisites installed successfully
17292026-05-26T21:15:03.751Z
17302026-05-26T21:15:03.751Zreal 2:05.117233460
17312026-05-26T21:15:03.751Zuser 6:53.517638500
17322026-05-26T21:15:03.751Zsys 1:42.148658012
17332026-05-26T21:15:03.751Ztrap 0.228853283
17342026-05-26T21:15:03.751Ztflt 2.668682201
17352026-05-26T21:15:03.751Zdflt 3.311843259
17362026-05-26T21:15:03.751Zkflt 0.090676539
17372026-05-26T21:15:03.751Zlock 23:08.615883267
17382026-05-26T21:15:03.751Zslp 19:20.917303658
17392026-05-26T21:15:03.751Zlat 23.136038542
17402026-05-26T21:15:03.751Zstop 2:48.319641530
17412026-05-26T21:15:03.751Z+ ptime -m cargo xtask download softnpu
17422026-05-26T21:15:04.261Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
17432026-05-26T21:15:04.294Z Running `target/debug/xtask download softnpu`
17442026-05-26T21:15:05.050Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17452026-05-26T21:15:05.121Z Running `target/debug/xtask-downloader softnpu`
17462026-05-26T21:15:05.173ZMay 26 21:15:04.041 INFO Starting download, target: Softnpu
17472026-05-26T21:15:05.180ZMay 26 21:15:04.042 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17482026-05-26T21:15:05.907ZMay 26 21:15:04.763 INFO Download complete, target: Softnpu
17492026-05-26T21:15:05.919Z
17502026-05-26T21:15:05.919Zreal 2.135082998
17512026-05-26T21:15:05.919Zuser 1.322149571
17522026-05-26T21:15:05.919Zsys 0.652863377
17532026-05-26T21:15:05.919Ztrap 0.000554310
17542026-05-26T21:15:05.919Ztflt 0.000183900
17552026-05-26T21:15:05.919Zdflt 0.000251000
17562026-05-26T21:15:05.919Zkflt 0.000000000
17572026-05-26T21:15:05.919Zlock 13.528369041
17582026-05-26T21:15:05.919Zslp 0.596897455
17592026-05-26T21:15:05.919Zlat 0.079373335
17602026-05-26T21:15:05.919Zstop 0.000171460
17612026-05-26T21:15:05.920Z+ export CARGO_INCREMENTAL=0
17622026-05-26T21:15:05.920Z+ CARGO_INCREMENTAL=0
17632026-05-26T21:15:05.920Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17642026-05-26T21:15:06.793Z Compiling proc-macro2 v1.0.106
17652026-05-26T21:15:06.793Z Compiling quote v1.0.45
17662026-05-26T21:15:06.793Z Compiling unicode-ident v1.0.24
17672026-05-26T21:15:06.793Z Compiling libc v0.2.185
17682026-05-26T21:15:06.793Z Compiling serde_core v1.0.228
17692026-05-26T21:15:06.796Z Compiling serde v1.0.228
17702026-05-26T21:15:06.796Z Compiling cfg-if v1.0.4
17712026-05-26T21:15:06.796Z Compiling version_check v0.9.5
17722026-05-26T21:15:06.796Z Compiling find-msvc-tools v0.1.9
17732026-05-26T21:15:06.796Z Compiling shlex v1.3.0
17742026-05-26T21:15:06.796Z Compiling typenum v1.19.0
17752026-05-26T21:15:06.796Z Compiling zmij v1.0.21
17762026-05-26T21:15:06.796Z Compiling autocfg v1.5.0
17772026-05-26T21:15:06.937Z Compiling memchr v2.8.0
17782026-05-26T21:15:06.940Z Compiling serde_json v1.0.149
17792026-05-26T21:15:07.160Z Compiling portable-atomic v1.13.1
17802026-05-26T21:15:07.220Z Compiling libm v0.2.16
17812026-05-26T21:15:07.236Z Compiling zerocopy v0.8.40
17822026-05-26T21:15:07.243Z Compiling generic-array v0.14.7
17832026-05-26T21:15:07.249Z Compiling parking_lot_core v0.9.12
17842026-05-26T21:15:07.340Z Compiling smallvec v1.15.1
17852026-05-26T21:15:07.435Z Compiling icu_properties_data v2.1.2
17862026-05-26T21:15:07.515Z Compiling num-traits v0.2.19
17872026-05-26T21:15:07.518Z Compiling icu_normalizer_data v2.1.1
17882026-05-26T21:15:07.518Z Compiling itoa v1.0.17
17892026-05-26T21:15:07.563Z Compiling getrandom v0.4.1
17902026-05-26T21:15:07.566Z Compiling log v0.4.29
17912026-05-26T21:15:07.628Z Compiling stable_deref_trait v1.2.1
17922026-05-26T21:15:07.633Z Compiling pkg-config v0.3.32
17932026-05-26T21:15:07.676Z Compiling subtle v2.6.1
17942026-05-26T21:15:07.829Z Compiling scopeguard v1.2.0
17952026-05-26T21:15:07.860Z Compiling jobserver v0.1.34
17962026-05-26T21:15:07.863Z Compiling getrandom v0.2.17
17972026-05-26T21:15:07.893Z Compiling errno v0.3.14
17982026-05-26T21:15:07.969Z Compiling lock_api v0.4.14
17992026-05-26T21:15:08.012Z Compiling litemap v0.8.1
18002026-05-26T21:15:08.052Z Compiling rand_core v0.6.4
18012026-05-26T21:15:08.112Z Compiling cc v1.2.56
18022026-05-26T21:15:08.139Z Compiling percent-encoding v2.3.2
18032026-05-26T21:15:08.155Z Compiling writeable v0.6.2
18042026-05-26T21:15:08.257Z Compiling pin-project-lite v0.2.17
18052026-05-26T21:15:08.277Z Compiling fnv v1.0.7
18062026-05-26T21:15:08.294Z Compiling syn v2.0.117
18072026-05-26T21:15:08.378Z Compiling thiserror v2.0.18
18082026-05-26T21:15:08.445Z Compiling getrandom v0.3.4
18092026-05-26T21:15:08.486Z Compiling fs_extra v1.3.0
18102026-05-26T21:15:08.491Z Compiling equivalent v1.0.2
18112026-05-26T21:15:08.529Z Compiling dunce v1.0.5
18122026-05-26T21:15:08.579Z Compiling schemars v0.8.22
18132026-05-26T21:15:08.582Z Compiling rand_core v0.10.0
18142026-05-26T21:15:08.630Z Compiling utf8_iter v1.0.4
18152026-05-26T21:15:08.633Z Compiling rustversion v1.0.22
18162026-05-26T21:15:08.733Z Compiling form_urlencoded v1.2.2
18172026-05-26T21:15:08.790Z Compiling critical-section v1.2.0
18182026-05-26T21:15:08.836Z Compiling signal-hook-registry v1.4.8
18192026-05-26T21:15:08.866Z Compiling cmake v0.1.57
18202026-05-26T21:15:08.937Z Compiling hashbrown v0.17.0
18212026-05-26T21:15:08.952Z Compiling rustix v1.1.3
18222026-05-26T21:15:09.026Z Compiling socket2 v0.6.3
18232026-05-26T21:15:09.074Z Compiling mio v1.2.0
18242026-05-26T21:15:09.271Z Compiling once_cell v1.21.3
18252026-05-26T21:15:09.299Z Compiling parking_lot v0.12.5
18262026-05-26T21:15:09.364Z Compiling semver v1.0.28
18272026-05-26T21:15:09.405Z Compiling const-oid v0.9.6
18282026-05-26T21:15:09.477Z Compiling bitflags v2.11.0
18292026-05-26T21:15:09.503Z Compiling ring v0.17.14
18302026-05-26T21:15:09.532Z Compiling aws-lc-sys v0.40.0
18312026-05-26T21:15:09.548Z Compiling indexmap v2.14.0
18322026-05-26T21:15:09.699Z Compiling aws-lc-rs v1.16.3
18332026-05-26T21:15:09.701Z Compiling heck v0.5.0
18342026-05-26T21:15:09.749Z Compiling futures-core v0.3.32
18352026-05-26T21:15:09.846Z Compiling httparse v1.10.1
18362026-05-26T21:15:09.930Z Compiling thiserror v1.0.69
18372026-05-26T21:15:09.935Z Compiling vcpkg v0.2.15
18382026-05-26T21:15:09.961Z Compiling strsim v0.11.1
18392026-05-26T21:15:10.088Z Compiling ucd-trie v0.1.7
18402026-05-26T21:15:10.193Z Compiling byteorder v1.5.0
18412026-05-26T21:15:10.242Z Compiling iana-time-zone v0.1.65
18422026-05-26T21:15:10.259Z Compiling pest v2.8.6
18432026-05-26T21:15:10.293Z Compiling syn v1.0.109
18442026-05-26T21:15:10.326Z Compiling ident_case v1.0.1
18452026-05-26T21:15:10.326Z Compiling regex-syntax v0.8.10
18462026-05-26T21:15:10.359Z Compiling uuid v1.23.0
18472026-05-26T21:15:10.394Z Compiling cpufeatures v0.2.17
18482026-05-26T21:15:10.397Z Compiling rustls v0.23.37
18492026-05-26T21:15:10.507Z Compiling openssl-sys v0.9.115
18502026-05-26T21:15:10.674Z Compiling futures-sink v0.3.32
18512026-05-26T21:15:10.695Z Compiling rustc_version v0.4.1
18522026-05-26T21:15:10.767Z Compiling futures-task v0.3.32
18532026-05-26T21:15:10.825Z Compiling futures-channel v0.3.32
18542026-05-26T21:15:10.920Z Compiling futures-io v0.3.32
18552026-05-26T21:15:10.962Z Compiling slab v0.4.12
18562026-05-26T21:15:11.008Z Compiling aho-corasick v1.1.4
18572026-05-26T21:15:11.098Z Compiling synstructure v0.13.2
18582026-05-26T21:15:11.121Z Compiling serde_derive_internals v0.29.1
18592026-05-26T21:15:11.172Z Compiling dyn-clone v1.0.20
18602026-05-26T21:15:11.338Z Compiling pest_meta v2.8.6
18612026-05-26T21:15:11.354Z Compiling openssl v0.10.79
18622026-05-26T21:15:11.392Z Compiling base64 v0.22.1
18632026-05-26T21:15:11.407Z Compiling plain v0.2.3
18642026-05-26T21:15:11.507Z Compiling crc32fast v1.5.0
18652026-05-26T21:15:11.530Z Compiling crossbeam-utils v0.8.21
18662026-05-26T21:15:11.626Z Compiling time-core v0.1.8
18672026-05-26T21:15:11.667Z Compiling num-conv v0.2.0
18682026-05-26T21:15:11.832Z Compiling regex-automata v0.4.14
18692026-05-26T21:15:11.837Z Compiling time-macros v0.2.27
18702026-05-26T21:15:11.879Z Compiling pretty-hex v0.4.1
18712026-05-26T21:15:11.894Z Compiling native-tls v0.2.18
18722026-05-26T21:15:11.898Z Compiling base64ct v1.8.3
18732026-05-26T21:15:11.941Z Compiling pest_generator v2.8.6
18742026-05-26T21:15:11.984Z Compiling anyhow v1.0.102
18752026-05-26T21:15:12.032Z Compiling darling_core v0.21.3
18762026-05-26T21:15:12.142Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-26T21:15:12.158Z Compiling pem-rfc7468 v0.7.0
18782026-05-26T21:15:12.222Z Compiling tracing-core v0.1.36
18792026-05-26T21:15:12.320Z Compiling serde_derive v1.0.228
18802026-05-26T21:15:12.422Z Compiling zeroize_derive v1.4.3
18812026-05-26T21:15:12.447Z Compiling zerofrom-derive v0.1.6
18822026-05-26T21:15:12.450Z Compiling yoke-derive v0.8.1
18832026-05-26T21:15:12.528Z Compiling zerovec-derive v0.11.2
18842026-05-26T21:15:12.544Z Compiling displaydoc v0.2.5
18852026-05-26T21:15:12.579Z Compiling zerocopy-derive v0.8.40
18862026-05-26T21:15:12.604Z Compiling tokio-macros v2.7.0
18872026-05-26T21:15:12.813Z Compiling futures-macro v0.3.32
18882026-05-26T21:15:13.017Z Compiling zeroize v1.8.2
18892026-05-26T21:15:13.283Z Compiling thiserror-impl v2.0.18
18902026-05-26T21:15:13.310Z Compiling schemars_derive v0.8.22
18912026-05-26T21:15:13.407Z Compiling tracing-attributes v0.1.31
18922026-05-26T21:15:13.594Z Compiling zerofrom v0.1.6
18932026-05-26T21:15:13.624Z Compiling der_derive v0.7.3
18942026-05-26T21:15:13.741Z Compiling yoke v0.8.1
18952026-05-26T21:15:13.868Z Compiling crypto-common v0.1.7
18962026-05-26T21:15:13.963Z Compiling zerovec v0.11.5
18972026-05-26T21:15:13.993Z Compiling zerotrie v0.2.3
18982026-05-26T21:15:14.086Z Compiling block-buffer v0.10.4
18992026-05-26T21:15:14.207Z Compiling digest v0.10.7
19002026-05-26T21:15:14.428Z Compiling thiserror-impl v1.0.69
19012026-05-26T21:15:14.466Z Compiling pest_derive v2.8.6
19022026-05-26T21:15:14.501Z Compiling tinystr v0.8.2
19032026-05-26T21:15:14.531Z Compiling potential_utf v0.1.4
19042026-05-26T21:15:14.558Z Compiling futures-util v0.3.32
19052026-05-26T21:15:14.581Z Compiling hmac v0.12.1
19062026-05-26T21:15:14.736Z Compiling icu_locale_core v2.1.1
19072026-05-26T21:15:14.748Z Compiling icu_collections v2.1.1
19082026-05-26T21:15:14.933Z Compiling block-padding v0.3.3
19092026-05-26T21:15:15.084Z Compiling inout v0.1.4
19102026-05-26T21:15:15.247Z Compiling rustls-pki-types v1.14.0
19112026-05-26T21:15:15.327Z Compiling openssl-macros v0.1.1
19122026-05-26T21:15:15.357Z Compiling cipher v0.4.4
19132026-05-26T21:15:15.469Z Compiling bytes v1.11.1
19142026-05-26T21:15:15.489Z Compiling icu_provider v2.1.1
19152026-05-26T21:15:15.559Z Compiling chrono v0.4.44
19162026-05-26T21:15:15.728Z Compiling serde_tokenstream v0.2.3
19172026-05-26T21:15:15.795Z Compiling icu_properties v2.1.2
19182026-05-26T21:15:15.910Z Compiling icu_normalizer v2.1.1
19192026-05-26T21:15:16.028Z Compiling tokio v1.52.1
19202026-05-26T21:15:16.376Z Compiling sha2 v0.10.9
19212026-05-26T21:15:16.578Z Compiling scroll_derive v0.13.1
19222026-05-26T21:15:16.747Z Compiling idna_adapter v1.2.1
19232026-05-26T21:15:16.795Z Compiling ppv-lite86 v0.2.21
19242026-05-26T21:15:16.903Z Compiling idna v1.1.0
19252026-05-26T21:15:17.140Z Compiling scroll_derive v0.12.1
19262026-05-26T21:15:17.173Z Compiling http v1.4.0
19272026-05-26T21:15:17.205Z Compiling untrusted v0.9.0
19282026-05-26T21:15:17.297Z Compiling url v2.5.8
19292026-05-26T21:15:17.337Z Compiling flagset v0.4.7
19302026-05-26T21:15:17.383Z Compiling tracing v0.1.44
19312026-05-26T21:15:17.486Z Compiling der v0.7.10
19322026-05-26T21:15:17.653Z Compiling darling_macro v0.21.3
19332026-05-26T21:15:17.764Z Compiling regex v1.12.3
19342026-05-26T21:15:17.780Z Compiling zerocopy-derive v0.7.35
19352026-05-26T21:15:17.807Z Compiling rand_core v0.9.5
19362026-05-26T21:15:18.130Z Compiling slog v2.8.2
19372026-05-26T21:15:18.444Z Compiling spki v0.7.3
19382026-05-26T21:15:18.595Z Compiling darling v0.21.3
19392026-05-26T21:15:18.629Z Compiling salsa20 v0.10.2
19402026-05-26T21:15:18.671Z Compiling pbkdf2 v0.12.2
19412026-05-26T21:15:19.023Z Compiling cookie v0.18.1
19422026-05-26T21:15:19.221Z Compiling camino v1.2.2
19432026-05-26T21:15:19.474Z Compiling scrypt v0.11.0
19442026-05-26T21:15:19.514Z Compiling http-body v1.0.1
19452026-05-26T21:15:19.526Z Compiling rand_chacha v0.9.0
19462026-05-26T21:15:19.654Z Compiling aes v0.8.4
19472026-05-26T21:15:19.668Z Compiling cbc v0.1.2
19482026-05-26T21:15:19.723Z Compiling tokio-util v0.7.18
19492026-05-26T21:15:19.794Z Compiling usdt-impl v0.5.0
19502026-05-26T21:15:19.828Z Compiling openssl-probe v0.2.1
19512026-05-26T21:15:19.905Z Compiling usdt-impl v0.6.0
19522026-05-26T21:15:19.960Z Compiling untrusted v0.7.1
19532026-05-26T21:15:19.978Z Compiling ref-cast v1.0.25
19542026-05-26T21:15:20.011Z Compiling atomic-waker v1.1.2
19552026-05-26T21:15:20.035Z Compiling paste v1.0.15
19562026-05-26T21:15:20.104Z Compiling winnow v0.7.14
19572026-05-26T21:15:20.140Z Compiling tinyvec_macros v0.1.1
19582026-05-26T21:15:20.143Z Compiling either v1.15.0
19592026-05-26T21:15:20.226Z Compiling tinyvec v1.10.0
19602026-05-26T21:15:20.281Z Compiling pkcs5 v0.7.1
19612026-05-26T21:15:20.487Z Compiling rand v0.9.2
19622026-05-26T21:15:20.734Z Compiling scroll v0.12.0
19632026-05-26T21:15:20.873Z Compiling scroll v0.13.0
19642026-05-26T21:15:20.887Z Compiling serde_spanned v0.6.9
19652026-05-26T21:15:21.022Z Compiling toml_datetime v0.6.11
19662026-05-26T21:15:21.047Z Compiling async-trait v0.1.89
19672026-05-26T21:15:21.076Z Compiling heapless v0.7.17
19682026-05-26T21:15:21.126Z Compiling bzip2-sys v0.1.13+1.0.8
19692026-05-26T21:15:21.151Z Compiling signal-hook v0.3.18
19702026-05-26T21:15:21.310Z Compiling tower-layer v0.3.3
19712026-05-26T21:15:21.340Z Compiling try-lock v0.2.5
19722026-05-26T21:15:21.356Z Compiling tower-service v0.3.3
19732026-05-26T21:15:21.470Z Compiling zstd-safe v7.2.4
19742026-05-26T21:15:21.529Z Compiling fastrand v2.3.0
19752026-05-26T21:15:21.561Z Compiling want v0.3.1
19762026-05-26T21:15:21.695Z Compiling toml_parser v1.0.9+spec-1.1.0
19772026-05-26T21:15:21.734Z Compiling h2 v0.4.13
19782026-05-26T21:15:21.768Z Compiling goblin v0.10.5
19792026-05-26T21:15:21.782Z Compiling goblin v0.8.2
19802026-05-26T21:15:21.922Z Compiling pkcs8 v0.10.2
19812026-05-26T21:15:22.174Z Compiling zerocopy v0.7.35
19822026-05-26T21:15:22.227Z Compiling ipnet v2.11.0
19832026-05-26T21:15:22.294Z Compiling ref-cast-impl v1.0.25
19842026-05-26T21:15:22.498Z Compiling darling_core v0.20.11
19852026-05-26T21:15:22.728Z Compiling curve25519-dalek v4.1.3
19862026-05-26T21:15:22.768Z Compiling memoffset v0.9.1
19872026-05-26T21:15:22.827Z Compiling litrs v1.0.0
19882026-05-26T21:15:22.992Z Compiling httpdate v1.0.3
19892026-05-26T21:15:23.159Z Compiling foreign-types-shared v0.1.1
19902026-05-26T21:15:23.204Z Compiling pin-utils v0.1.0
19912026-05-26T21:15:23.307Z Compiling winnow v0.5.40
19922026-05-26T21:15:23.455Z Compiling rustix v0.38.44
19932026-05-26T21:15:23.683Z Compiling tempfile v3.25.0
19942026-05-26T21:15:23.696Z Compiling document-features v0.2.12
19952026-05-26T21:15:23.793Z Compiling foreign-types v0.3.2
19962026-05-26T21:15:24.035Z Compiling dof v0.3.0
19972026-05-26T21:15:24.236Z Compiling unicode-normalization v0.1.25
19982026-05-26T21:15:24.479Z Compiling darling_macro v0.20.11
19992026-05-26T21:15:24.544Z Compiling dof v0.4.0
20002026-05-26T21:15:24.625Z Compiling dtrace-parser v0.2.0
20012026-05-26T21:15:24.653Z Compiling hyper v1.8.1
20022026-05-26T21:15:24.715Z Compiling toml_edit v0.19.15
20032026-05-26T21:15:24.858Z Compiling dtrace-parser v0.3.0
20042026-05-26T21:15:24.985Z Compiling pin-project-internal v1.1.11
20052026-05-26T21:15:25.121Z Compiling daft-derive v0.1.7
20062026-05-26T21:15:25.221Z Compiling spin v0.9.8
20072026-05-26T21:15:25.236Z Compiling thread-id v4.2.2
20082026-05-26T21:15:25.280Z Compiling thread-id v5.1.0
20092026-05-26T21:15:25.367Z Compiling num-bigint-dig v0.8.6
20102026-05-26T21:15:25.385Z Compiling smoltcp v0.9.1
20112026-05-26T21:15:25.447Z Compiling powerfmt v0.2.0
20122026-05-26T21:15:25.461Z Compiling cfg_aliases v0.2.1
20132026-05-26T21:15:25.567Z Compiling nix v0.31.2
20142026-05-26T21:15:25.691Z Compiling deranged v0.5.8
20152026-05-26T21:15:25.732Z Compiling hyper-util v0.1.20
20162026-05-26T21:15:25.983Z Compiling darling v0.20.11
20172026-05-26T21:15:26.129Z Compiling rustls-native-certs v0.8.3
20182026-05-26T21:15:26.164Z Compiling ipnetwork v0.21.1
20192026-05-26T21:15:26.557Z Compiling strum_macros v0.26.4
20202026-05-26T21:15:26.804Z Compiling curve25519-dalek-derive v0.1.1
20212026-05-26T21:15:26.892Z Compiling sync_wrapper v1.0.2
20222026-05-26T21:15:26.938Z Compiling wait-timeout v0.2.1
20232026-05-26T21:15:27.015Z Compiling utf8parse v0.2.2
20242026-05-26T21:15:27.145Z Compiling num_threads v0.1.7
20252026-05-26T21:15:27.181Z Compiling anstyle v1.0.13
20262026-05-26T21:15:27.353Z Compiling siphasher v1.0.2
20272026-05-26T21:15:27.389Z Compiling simd-adler32 v0.3.8
20282026-05-26T21:15:27.419Z Compiling quick-error v1.2.3
20292026-05-26T21:15:27.562Z Compiling bit-vec v0.8.0
20302026-05-26T21:15:27.600Z Compiling time v0.3.47
20312026-05-26T21:15:27.689Z Compiling rusty-fork v0.3.1
20322026-05-26T21:15:27.765Z Compiling bit-set v0.8.0
20332026-05-26T21:15:27.845Z Compiling anstyle-parse v0.2.7
20342026-05-26T21:15:27.983Z Compiling tower v0.5.3
20352026-05-26T21:15:28.248Z Compiling derive_builder_core v0.20.2
20362026-05-26T21:15:28.284Z Compiling http-body-util v0.1.3
20372026-05-26T21:15:28.527Z Compiling webpki-roots v1.0.6
20382026-05-26T21:15:28.626Z Compiling rand_xorshift v0.4.0
20392026-05-26T21:15:28.659Z Compiling signature v2.2.0
20402026-05-26T21:15:28.675Z Compiling hubpack_derive v0.1.1
20412026-05-26T21:15:28.782Z Compiling strum_macros v0.27.2
20422026-05-26T21:15:28.798Z Compiling snafu-derive v0.8.9
20432026-05-26T21:15:29.022Z Compiling fs-err v3.3.0
20442026-05-26T21:15:29.072Z Compiling ahash v0.8.12
20452026-05-26T21:15:29.134Z Compiling encoding_rs v0.8.35
20462026-05-26T21:15:29.149Z Compiling mime v0.3.17
20472026-05-26T21:15:29.342Z Compiling anstyle-query v1.1.5
20482026-05-26T21:15:29.439Z Compiling object v0.37.3
20492026-05-26T21:15:29.460Z Compiling is_terminal_polyfill v1.70.2
20502026-05-26T21:15:29.474Z Compiling ryu v1.0.23
20512026-05-26T21:15:29.493Z Compiling colorchoice v1.0.4
20522026-05-26T21:15:29.630Z Compiling unicode-properties v0.1.4
20532026-05-26T21:15:29.674Z Compiling iri-string v0.7.10
20542026-05-26T21:15:29.693Z Compiling unicode-bidi v0.3.18
20552026-05-26T21:15:29.719Z Compiling unarray v0.1.4
20562026-05-26T21:15:29.722Z Compiling unicode-segmentation v1.12.0
20572026-05-26T21:15:29.818Z Compiling adler2 v2.0.1
20582026-05-26T21:15:29.922Z Compiling allocator-api2 v0.2.21
20592026-05-26T21:15:29.926Z Compiling proptest v1.10.0
20602026-05-26T21:15:29.927Z Compiling serde_urlencoded v0.7.1
20612026-05-26T21:15:29.962Z Compiling miniz_oxide v0.8.9
20622026-05-26T21:15:30.129Z Compiling stringprep v0.1.5
20632026-05-26T21:15:30.195Z Compiling anstream v0.6.21
20642026-05-26T21:15:30.477Z Compiling derive_builder_macro v0.20.2
20652026-05-26T21:15:30.555Z Compiling tokio-native-tls v0.3.1
20662026-05-26T21:15:30.595Z Compiling usdt-attr-macro v0.6.0
20672026-05-26T21:15:30.679Z Compiling usdt-macro v0.6.0
20682026-05-26T21:15:30.790Z Compiling tower-http v0.6.8
20692026-05-26T21:15:31.241Z Compiling rand_chacha v0.3.1
20702026-05-26T21:15:31.293Z Compiling erased-serde v0.3.31
20712026-05-26T21:15:31.329Z Compiling md-5 v0.10.6
20722026-05-26T21:15:31.345Z Compiling bstr v1.12.1
20732026-05-26T21:15:31.407Z Compiling num-integer v0.1.46
20742026-05-26T21:15:31.423Z Compiling hash32 v0.2.1
20752026-05-26T21:15:31.493Z Compiling vergen-lib v9.1.0
20762026-05-26T21:15:31.601Z Compiling ff v0.13.1
20772026-05-26T21:15:31.663Z Compiling zlib-rs v0.6.2
20782026-05-26T21:15:31.666Z Compiling base16ct v0.2.0
20792026-05-26T21:15:31.784Z Compiling psl-types v2.0.11
20802026-05-26T21:15:31.845Z Compiling fallible-iterator v0.2.0
20812026-05-26T21:15:31.905Z Compiling publicsuffix v2.3.0
20822026-05-26T21:15:31.932Z Compiling newtype-uuid v1.3.2
20832026-05-26T21:15:31.949Z Compiling sec1 v0.7.3
20842026-05-26T21:15:32.067Z Compiling group v0.13.0
20852026-05-26T21:15:32.179Z Compiling postgres-protocol v0.6.10
20862026-05-26T21:15:32.254Z Compiling num-iter v0.1.45
20872026-05-26T21:15:32.393Z Compiling rand v0.8.6
20882026-05-26T21:15:32.726Z Compiling oxnet v0.1.4
20892026-05-26T21:15:32.981Z Compiling derive_builder v0.20.2
20902026-05-26T21:15:33.003Z Compiling hyper-tls v0.6.0
20912026-05-26T21:15:33.102Z Compiling heck v0.4.1
20922026-05-26T21:15:33.125Z Compiling phf_shared v0.13.1
20932026-05-26T21:15:33.185Z Compiling pin-project v1.1.11
20942026-05-26T21:15:33.242Z Compiling lazy_static v1.5.0
20952026-05-26T21:15:33.355Z Compiling terminal_size v0.4.3
20962026-05-26T21:15:33.377Z Compiling serde_with_macros v3.17.0
20972026-05-26T21:15:33.421Z Compiling futures-executor v0.3.32
20982026-05-26T21:15:33.471Z Compiling hex v0.4.3
20992026-05-26T21:15:33.544Z Compiling hkdf v0.12.4
21002026-05-26T21:15:33.621Z Compiling crypto-bigint v0.5.5
21012026-05-26T21:15:33.681Z Compiling serde_repr v0.1.20
21022026-05-26T21:15:33.711Z Compiling flate2 v1.1.9
21032026-05-26T21:15:33.773Z Compiling enum-as-inner v0.6.1
21042026-05-26T21:15:33.797Z Compiling clap_derive v4.5.55
21052026-05-26T21:15:33.853Z Compiling async-recursion v1.1.1
21062026-05-26T21:15:34.036Z Compiling vergen v9.1.0
21072026-05-26T21:15:34.048Z Compiling cargo-platform v0.3.2
21082026-05-26T21:15:34.146Z Compiling foldhash v0.2.0
21092026-05-26T21:15:34.225Z Compiling managed v0.8.0
21102026-05-26T21:15:34.379Z Compiling bumpalo v3.20.2
21112026-05-26T21:15:34.465Z Compiling same-file v1.0.6
21122026-05-26T21:15:34.481Z Compiling libbz2-rs-sys v0.2.2
21132026-05-26T21:15:34.498Z Compiling bitflags v1.3.2
21142026-05-26T21:15:34.592Z Compiling foldhash v0.1.5
21152026-05-26T21:15:34.623Z Compiling clap_lex v1.0.0
21162026-05-26T21:15:34.641Z Compiling walkdir v2.5.0
21172026-05-26T21:15:34.657Z Compiling zopfli v0.8.3
21182026-05-26T21:15:34.713Z Compiling hashbrown v0.15.5
21192026-05-26T21:15:34.766Z Compiling elliptic-curve v0.13.8
21202026-05-26T21:15:34.851Z Compiling clap_builder v4.5.60
21212026-05-26T21:15:34.893Z Compiling bzip2 v0.6.1
21222026-05-26T21:15:35.063Z Compiling hashbrown v0.16.1
21232026-05-26T21:15:35.104Z Compiling cargo_metadata v0.23.1
21242026-05-26T21:15:35.241Z Compiling futures v0.3.32
21252026-05-26T21:15:35.639Z Compiling phf v0.13.1
21262026-05-26T21:15:35.656Z Compiling snafu v0.8.9
21272026-05-26T21:15:35.789Z Compiling zstd v0.13.3
21282026-05-26T21:15:35.804Z Compiling signal-hook-mio v0.2.5
21292026-05-26T21:15:35.940Z Compiling daft v0.1.7
21302026-05-26T21:15:36.006Z Compiling cookie_store v0.22.1
21312026-05-26T21:15:36.057Z Compiling postgres-types v0.2.12
21322026-05-26T21:15:36.178Z Compiling bzip2 v0.4.4
21332026-05-26T21:15:36.228Z Compiling globset v0.4.18
21342026-05-26T21:15:36.379Z Compiling strum v0.27.2
21352026-05-26T21:15:36.557Z Compiling hubpack v0.1.2
21362026-05-26T21:15:36.577Z Compiling ed25519 v2.2.3
21372026-05-26T21:15:36.603Z Compiling phf_shared v0.11.3
21382026-05-26T21:15:36.654Z Compiling crossbeam-epoch v0.9.18
21392026-05-26T21:15:36.808Z Compiling olpc-cjson v0.1.4
21402026-05-26T21:15:36.825Z Compiling pkcs1 v0.7.5
21412026-05-26T21:15:36.840Z Compiling pem v3.0.6
21422026-05-26T21:15:36.912Z Compiling serde_plain v1.0.2
21432026-05-26T21:15:36.988Z Compiling serde-big-array v0.5.1
21442026-05-26T21:15:37.040Z Compiling rfc6979 v0.4.0
21452026-05-26T21:15:37.116Z Compiling float-cmp v0.10.0
21462026-05-26T21:15:37.142Z Compiling memmap2 v0.9.10
21472026-05-26T21:15:37.156Z Compiling env_filter v1.0.0
21482026-05-26T21:15:37.159Z Compiling data-encoding v2.10.0
21492026-05-26T21:15:37.188Z Compiling toml_write v0.1.2
21502026-05-26T21:15:37.220Z Compiling precomputed-hash v0.1.1
21512026-05-26T21:15:37.223Z Compiling whoami v2.1.0
21522026-05-26T21:15:37.283Z Compiling normalize-line-endings v0.3.0
21532026-05-26T21:15:37.333Z Compiling fixedbitset v0.5.7
21542026-05-26T21:15:37.363Z Compiling jiff v0.2.21
21552026-05-26T21:15:37.394Z Compiling fixedbitset v0.4.2
21562026-05-26T21:15:37.421Z Compiling typed-path v0.9.3
21572026-05-26T21:15:37.452Z Compiling static_assertions v1.1.0
21582026-05-26T21:15:37.521Z Compiling new_debug_unreachable v1.0.6
21592026-05-26T21:15:37.542Z Compiling difflib v0.4.0
21602026-05-26T21:15:37.574Z Compiling predicates-core v1.0.10
21612026-05-26T21:15:37.589Z Compiling keccak v0.1.6
21622026-05-26T21:15:37.603Z Compiling string_cache v0.8.9
21632026-05-26T21:15:37.618Z Compiling petgraph v0.6.5
21642026-05-26T21:15:37.634Z Compiling petgraph v0.8.3
21652026-05-26T21:15:37.753Z Compiling sha3 v0.10.8
21662026-05-26T21:15:37.801Z Compiling predicates v3.1.4
21672026-05-26T21:15:37.837Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21682026-05-26T21:15:37.997Z Compiling hickory-proto v0.25.2
21692026-05-26T21:15:38.034Z Compiling tokio-postgres v0.7.16
21702026-05-26T21:15:38.393Z Compiling toml_edit v0.22.27
21712026-05-26T21:15:38.512Z Compiling env_logger v0.11.9
21722026-05-26T21:15:38.543Z Compiling usdt v0.6.0
21732026-05-26T21:15:38.597Z Compiling ecdsa v0.16.9
21742026-05-26T21:15:38.852Z Compiling rsa v0.9.10
21752026-05-26T21:15:39.102Z Compiling ed25519-dalek v2.2.0
21762026-05-26T21:15:39.566Z Compiling zip v0.6.6
21772026-05-26T21:15:39.660Z Compiling clap v4.5.60
21782026-05-26T21:15:39.717Z Compiling crossterm v0.28.1
21792026-05-26T21:15:39.760Z Compiling iddqd v0.4.1
21802026-05-26T21:15:40.100Z Compiling zip v4.6.1
21812026-05-26T21:15:40.604Z Compiling serde_with v3.17.0
21822026-05-26T21:15:40.627Z Compiling similar v2.7.0
21832026-05-26T21:15:40.737Z Compiling strum v0.26.3
21842026-05-26T21:15:40.810Z Compiling toml v0.7.8
21852026-05-26T21:15:40.898Z Compiling tokio-stream v0.1.18
21862026-05-26T21:15:40.913Z Compiling itertools v0.13.0
21872026-05-26T21:15:41.003Z Compiling buf-list v1.1.2
21882026-05-26T21:15:41.079Z Compiling x509-cert v0.2.5
21892026-05-26T21:15:41.392Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21902026-05-26T21:15:41.395Z Compiling openapiv3 v2.2.0
21912026-05-26T21:15:41.693Z Compiling sha1 v0.10.6
21922026-05-26T21:15:41.936Z Compiling peg-runtime v0.8.5
21932026-05-26T21:15:42.116Z Compiling lalrpop-util v0.19.12
21942026-05-26T21:15:56.975Z Compiling rustls-webpki v0.103.9
21952026-05-26T21:15:58.218Z Compiling macaddr v1.0.1
21962026-05-26T21:15:58.298Z Compiling structmeta-derive v0.3.0
21972026-05-26T21:15:58.319Z Compiling rayon-core v1.13.0
21982026-05-26T21:15:58.462Z Compiling crucible-workspace-hack v0.1.0
21992026-05-26T21:15:58.536Z Compiling itertools v0.14.0
22002026-05-26T21:15:58.575Z Compiling secrecy v0.10.3
22012026-05-26T21:15:58.653Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-26T21:15:58.692Z Compiling rustls v0.22.4
22032026-05-26T21:15:58.763Z Compiling toml_datetime v0.7.5+spec-1.1.0
22042026-05-26T21:15:58.806Z Compiling heapless v0.8.0
22052026-05-26T21:15:59.013Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-26T21:15:59.031Z Compiling crossbeam-deque v0.8.6
22072026-05-26T21:15:59.076Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22082026-05-26T21:15:59.130Z Compiling rustls-webpki v0.102.8
22092026-05-26T21:15:59.173Z Compiling hash32 v0.3.1
22102026-05-26T21:15:59.249Z Compiling multer v3.1.0
22112026-05-26T21:15:59.265Z Compiling thread_local v1.1.9
22122026-05-26T21:15:59.283Z Compiling slog-async v2.8.0
22132026-05-26T21:15:59.301Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22142026-05-26T21:15:59.324Z Compiling structmeta v0.3.0
22152026-05-26T21:15:59.371Z Compiling smoltcp v0.11.0
22162026-05-26T21:15:59.469Z Compiling match_cfg v0.1.0
22172026-05-26T21:15:59.501Z Compiling unicode-width v0.2.0
22182026-05-26T21:15:59.537Z Compiling compression-core v0.4.31
22192026-05-26T21:15:59.555Z Compiling derive-ex v0.1.8
22202026-05-26T21:15:59.572Z Compiling proc-macro-crate v3.4.0
22212026-05-26T21:15:59.688Z Compiling hostname v0.3.1
22222026-05-26T21:15:59.733Z Compiling compression-codecs v0.4.37
22232026-05-26T21:15:59.841Z Compiling ingot-macros v0.1.1
22242026-05-26T21:15:59.877Z Compiling slog-json v2.6.1
22252026-05-26T21:15:59.957Z Compiling crossbeam-channel v0.5.15
22262026-05-26T21:16:00.014Z Compiling half v2.7.1
22272026-05-26T21:16:00.115Z Compiling newtype-uuid-macros v0.1.0
22282026-05-26T21:16:00.145Z Compiling cobs v0.3.0
22292026-05-26T21:16:00.310Z Compiling thiserror-impl-no-std v2.0.2
22302026-05-26T21:16:00.388Z Compiling universal-hash v0.5.1
22312026-05-26T21:16:00.442Z Compiling async-stream-impl v0.3.6
22322026-05-26T21:16:00.558Z Compiling serde_spanned v1.0.4
22332026-05-26T21:16:00.664Z Compiling toml_datetime v1.0.0+spec-1.1.0
22342026-05-26T21:16:00.742Z Compiling is-terminal v0.4.17
22352026-05-26T21:16:00.838Z Compiling tokio-rustls v0.26.4
22362026-05-26T21:16:00.863Z Compiling rustls-platform-verifier v0.6.2
22372026-05-26T21:16:00.955Z Compiling proc-macro-error-attr v1.0.4
22382026-05-26T21:16:01.024Z Compiling dropshot v0.17.0
22392026-05-26T21:16:01.075Z Compiling take_mut v0.2.2
22402026-05-26T21:16:01.091Z Compiling hyper-rustls v0.27.7
22412026-05-26T21:16:01.108Z Compiling convert_case v0.4.0
22422026-05-26T21:16:01.130Z Compiling toml_writer v1.0.6+spec-1.1.0
22432026-05-26T21:16:01.247Z Compiling term v1.2.1
22442026-05-26T21:16:01.250Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-26T21:16:01.250Z Compiling opaque-debug v0.3.1
22462026-05-26T21:16:01.332Z Compiling reqwest v0.12.28
22472026-05-26T21:16:01.349Z Compiling reqwest v0.13.2
22482026-05-26T21:16:01.369Z Compiling ciborium-io v0.2.2
22492026-05-26T21:16:01.421Z Compiling thiserror-no-std v2.0.2
22502026-05-26T21:16:01.435Z Compiling derive_more v0.99.20
22512026-05-26T21:16:01.438Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-26T21:16:01.486Z Compiling ciborium-ll v0.2.2
22532026-05-26T21:16:01.501Z Compiling slog-term v2.9.2
22542026-05-26T21:16:01.536Z Compiling poly1305 v0.8.0
22552026-05-26T21:16:01.768Z Compiling tokio-rustls v0.25.0
22562026-05-26T21:16:02.124Z Compiling test-strategy v0.4.5
22572026-05-26T21:16:02.172Z Compiling async-stream v0.3.6
22582026-05-26T21:16:02.394Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-26T21:16:02.411Z Compiling ingot-types v0.1.2
22602026-05-26T21:16:02.460Z Compiling postcard v1.1.3
22612026-05-26T21:16:02.845Z Compiling tough v0.22.0
22622026-05-26T21:16:02.872Z Compiling ingot v0.1.1
22632026-05-26T21:16:02.977Z Compiling slog-bunyan v2.5.0
22642026-05-26T21:16:03.183Z Compiling num_enum_derive v0.7.5
22652026-05-26T21:16:03.288Z Compiling async-compression v0.4.41
22662026-05-26T21:16:03.587Z Compiling parse-display-derive v0.10.0
22672026-05-26T21:16:03.673Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22682026-05-26T21:16:03.798Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22692026-05-26T21:16:04.051Z Compiling proc-macro-crate v1.3.1
22702026-05-26T21:16:04.145Z Compiling backon v1.6.0
22712026-05-26T21:16:04.160Z Compiling waitgroup v0.1.2
22722026-05-26T21:16:04.338Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22732026-05-26T21:16:04.419Z Compiling password-hash v0.5.0
22742026-05-26T21:16:04.435Z Compiling chacha20 v0.9.1
22752026-05-26T21:16:04.592Z Compiling dropshot_endpoint v0.17.0
22762026-05-26T21:16:04.607Z Compiling rustls-pemfile v2.2.0
22772026-05-26T21:16:04.695Z Compiling blake2 v0.10.6
22782026-05-26T21:16:04.717Z Compiling aead v0.5.2
22792026-05-26T21:16:04.942Z Compiling foreign-types-macros v0.2.3
22802026-05-26T21:16:04.960Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-26T21:16:05.074Z Compiling serde_path_to_error v0.1.20
22822026-05-26T21:16:05.214Z Compiling hostname v0.4.2
22832026-05-26T21:16:05.321Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-26T21:16:05.378Z Compiling proc-macro-error v1.0.4
22852026-05-26T21:16:05.393Z Compiling instant v0.1.13
22862026-05-26T21:16:05.410Z Compiling debug-ignore v1.0.5
22872026-05-26T21:16:05.452Z Compiling foreign-types-shared v0.3.1
22882026-05-26T21:16:05.524Z Compiling cpufeatures v0.3.0
22892026-05-26T21:16:05.540Z Compiling typeid v1.0.3
22902026-05-26T21:16:05.574Z Compiling foreign-types v0.5.0
22912026-05-26T21:16:05.578Z Compiling backoff v0.4.0
22922026-05-26T21:16:05.605Z Compiling chacha20 v0.10.0
22932026-05-26T21:16:05.623Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22942026-05-26T21:16:05.626Z Compiling parse-display v0.10.0
22952026-05-26T21:16:05.638Z Compiling argon2 v0.5.3
22962026-05-26T21:16:05.655Z Compiling chacha20poly1305 v0.10.1
22972026-05-26T21:16:05.701Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22982026-05-26T21:16:05.754Z Compiling num_enum_derive v0.5.11
22992026-05-26T21:16:05.788Z Compiling num_enum v0.7.5
23002026-05-26T21:16:05.839Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23012026-05-26T21:16:05.881Z Compiling ciborium v0.2.2
23022026-05-26T21:16:05.921Z Compiling vsss-rs v3.3.4
23032026-05-26T21:16:06.057Z Compiling tabwriter v1.4.1
23042026-05-26T21:16:06.209Z Compiling regress v0.10.5
23052026-05-26T21:16:06.435Z Compiling byte-wrapper v0.1.0
23062026-05-26T21:16:06.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23072026-05-26T21:16:06.576Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23082026-05-26T21:16:06.658Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23092026-05-26T21:16:06.674Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23102026-05-26T21:16:06.736Z Compiling cstr-argument v0.1.2
23112026-05-26T21:16:06.812Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23122026-05-26T21:16:06.931Z Compiling erased-serde v0.4.9
23132026-05-26T21:16:07.106Z Compiling humantime v2.3.0
23142026-05-26T21:16:07.125Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-26T21:16:07.249Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23162026-05-26T21:16:07.279Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23172026-05-26T21:16:07.329Z Compiling num_enum v0.5.11
23182026-05-26T21:16:07.380Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23192026-05-26T21:16:07.412Z Compiling rand v0.10.0
23202026-05-26T21:16:07.412Z Compiling rayon v1.11.0
23212026-05-26T21:16:07.476Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23222026-05-26T21:16:07.543Z Compiling indent_write v2.2.0
23232026-05-26T21:16:07.571Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23242026-05-26T21:16:07.630Z Compiling libefi-sys v0.1.0
23252026-05-26T21:16:07.662Z Compiling colored v3.1.1
23262026-05-26T21:16:07.695Z Compiling zone_cfg_derive v0.3.1
23272026-05-26T21:16:07.720Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23282026-05-26T21:16:07.752Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23292026-05-26T21:16:07.861Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23302026-05-26T21:16:07.879Z Compiling camino-tempfile v1.4.1
23312026-05-26T21:16:07.973Z Compiling itertools v0.12.1
23322026-05-26T21:16:08.209Z Compiling usdt-macro v0.5.0
23332026-05-26T21:16:08.290Z Compiling usdt-attr-macro v0.5.0
23342026-05-26T21:16:08.309Z Compiling bitfield-struct v0.6.2
23352026-05-26T21:16:08.309Z Compiling num-derive v0.4.2
23362026-05-26T21:16:08.340Z Compiling blake3 v1.8.3
23372026-05-26T21:16:08.363Z Compiling ordered-float v2.10.1
23382026-05-26T21:16:08.676Z Compiling sigpipe v0.1.3
23392026-05-26T21:16:08.730Z Compiling memmap v0.7.0
23402026-05-26T21:16:08.818Z Compiling glob v0.3.3
23412026-05-26T21:16:08.932Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23422026-05-26T21:16:08.963Z Compiling swrite v0.1.0
23432026-05-26T21:16:08.985Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23442026-05-26T21:16:09.070Z Compiling usdt v0.5.0
23452026-05-26T21:16:09.161Z Compiling serde-value v0.7.0
23462026-05-26T21:16:09.253Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23472026-05-26T21:16:09.331Z Compiling zone v0.3.1
23482026-05-26T21:16:09.468Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-26T21:16:09.582Z Compiling serde-untagged v0.1.9
23502026-05-26T21:16:09.615Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23512026-05-26T21:16:09.763Z Compiling toml v0.8.23
23522026-05-26T21:16:09.868Z Compiling smf v0.2.3
23532026-05-26T21:16:09.891Z Compiling filetime v0.2.27
23542026-05-26T21:16:09.942Z Compiling constant_time_eq v0.4.2
23552026-05-26T21:16:09.972Z Compiling arrayref v0.3.9
23562026-05-26T21:16:09.987Z Compiling whoami v1.6.1
23572026-05-26T21:16:09.991Z Compiling xattr v1.6.1
23582026-05-26T21:16:10.065Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-26T21:16:10.120Z Compiling unicode-xid v0.2.6
23602026-05-26T21:16:10.150Z Compiling arrayvec v0.7.6
23612026-05-26T21:16:10.167Z Compiling tar v0.4.45
23622026-05-26T21:16:10.200Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23632026-05-26T21:16:10.222Z Compiling cargo-util-schemas v0.8.2
23642026-05-26T21:16:10.281Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-26T21:16:10.460Z Compiling tokio-dtrace v0.1.1
23662026-05-26T21:16:10.532Z Compiling console v0.16.2
23672026-05-26T21:16:10.806Z Compiling gethostname v0.5.0
23682026-05-26T21:16:10.897Z Compiling cargo-platform v0.2.0
23692026-05-26T21:16:10.913Z Compiling unit-prefix v0.5.2
23702026-05-26T21:16:10.917Z Compiling topological-sort v0.2.2
23712026-05-26T21:16:10.966Z Compiling oxide-tokio-rt v0.1.4
23722026-05-26T21:16:11.023Z Compiling shell-words v1.1.1
23732026-05-26T21:16:11.099Z Compiling indicatif v0.18.4
23742026-05-26T21:16:11.120Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-26T21:16:11.402Z Compiling cargo_metadata v0.21.0
23762026-05-26T21:16:20.770Z Compiling progenitor-client v0.14.0
23772026-05-26T21:16:20.783Z Compiling progenitor-client v0.10.0
23782026-05-26T21:16:20.788Z Compiling omicron-zone-package v0.12.2
23792026-05-26T21:16:21.257Z Compiling progenitor-extras v0.2.0
23802026-05-26T21:16:23.604Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23812026-05-26T21:16:23.695Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-26T21:16:23.729Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23832026-05-26T21:16:23.762Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23842026-05-26T21:16:23.807Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23852026-05-26T21:16:23.820Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23862026-05-26T21:16:23.836Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23872026-05-26T21:16:24.044Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23882026-05-26T21:16:24.074Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-26T21:16:27.846Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23902026-05-26T21:16:35.405Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23912026-05-26T21:16:38.436Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23922026-05-26T21:16:39.402Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23932026-05-26T21:16:49.104Z Finished `release` profile [optimized] target(s) in 1m 43s
23942026-05-26T21:16:49.252Z Running `target/release/omicron-package -t test target create -p dev`
23952026-05-26T21:16:49.317ZLogging to: /work/oxidecomputer/omicron/out/LOG
23962026-05-26T21:16:49.321ZCreated new build target 'test' and set it as active
23972026-05-26T21:16:49.329Z
23982026-05-26T21:16:49.329Zreal 1:43.426682687
23992026-05-26T21:16:49.329Zuser 16:51.676806997
24002026-05-26T21:16:49.329Zsys 2:35.788910139
24012026-05-26T21:16:49.329Ztrap 0.445625667
24022026-05-26T21:16:49.329Ztflt 2.860874985
24032026-05-26T21:16:49.329Zdflt 4.452489844
24042026-05-26T21:16:49.329Zkflt 0.000508160
24052026-05-26T21:16:49.329Zlock 52:22.422230678
24062026-05-26T21:16:49.329Zslp 43:07.074953854
24072026-05-26T21:16:49.330Zlat 40.796851999
24082026-05-26T21:16:49.330Zstop 5:19.414381620
24092026-05-26T21:16:49.330Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24102026-05-26T21:16:50.191Z Finished `release` profile [optimized] target(s) in 0.85s
24112026-05-26T21:16:50.259Z Running `target/release/omicron-package -t test package`
24122026-05-26T21:16:50.317ZLogging to: /work/oxidecomputer/omicron/out/LOG
24132026-05-26T21:16:51.736Z Compiling heck v0.5.0
24142026-05-26T21:16:51.736Z Compiling regress v0.11.1
24152026-05-26T21:16:51.739Z Compiling unsafe-libyaml v0.2.11
24162026-05-26T21:16:51.996Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24172026-05-26T21:16:52.025Z Compiling regress v0.10.5
24182026-05-26T21:16:52.049Z Compiling is-terminal v0.4.17
24192026-05-26T21:16:52.049Z Compiling unicode-width v0.1.14
24202026-05-26T21:16:52.066Z Compiling prettyplease v0.2.37
24212026-05-26T21:16:52.069Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24222026-05-26T21:16:52.085Z Compiling bytecount v0.6.9
24232026-05-26T21:16:52.088Z Compiling rustls v0.22.4
24242026-05-26T21:16:52.088Z Compiling rustls-webpki v0.102.8
24252026-05-26T21:16:52.088Z Compiling derive-where v1.6.0
24262026-05-26T21:16:52.128Z Compiling thread_local v1.1.9
24272026-05-26T21:16:52.149Z Compiling compression-core v0.4.31
24282026-05-26T21:16:52.168Z Compiling match_cfg v0.1.0
24292026-05-26T21:16:52.209Z Compiling multer v3.1.0
24302026-05-26T21:16:52.298Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24312026-05-26T21:16:52.319Z Compiling hostname v0.3.1
24322026-05-26T21:16:52.343Z Compiling compression-codecs v0.4.37
24332026-05-26T21:16:52.365Z Compiling slog-async v2.8.0
24342026-05-26T21:16:52.389Z Compiling crossbeam-channel v0.5.15
24352026-05-26T21:16:52.409Z Compiling slog-json v2.6.1
24362026-05-26T21:16:52.428Z Compiling toml_datetime v1.0.0+spec-1.1.0
24372026-05-26T21:16:52.450Z Compiling serde_spanned v1.0.4
24382026-05-26T21:16:52.474Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-26T21:16:52.495Z Compiling term v1.2.1
24402026-05-26T21:16:52.600Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-26T21:16:52.629Z Compiling take_mut v0.2.2
24422026-05-26T21:16:52.633Z Compiling slog-bunyan v2.5.0
24432026-05-26T21:16:52.668Z Compiling async-compression v0.4.41
24442026-05-26T21:16:52.799Z Compiling slog-term v2.9.2
24452026-05-26T21:16:52.822Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-26T21:16:52.844Z Compiling dropshot v0.17.0
24472026-05-26T21:16:52.844Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24482026-05-26T21:16:52.912Z Compiling async-stream v0.3.6
24492026-05-26T21:16:52.998Z Compiling num-rational v0.4.2
24502026-05-26T21:16:53.018Z Compiling progenitor-client v0.14.0
24512026-05-26T21:16:53.021Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24522026-05-26T21:16:53.101Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24532026-05-26T21:16:53.187Z Compiling waitgroup v0.1.2
24542026-05-26T21:16:53.190Z Compiling backon v1.6.0
24552026-05-26T21:16:53.240Z Compiling rustls-pemfile v2.2.0
24562026-05-26T21:16:53.320Z Compiling num-complex v0.4.6
24572026-05-26T21:16:53.344Z Compiling hostname v0.4.2
24582026-05-26T21:16:53.368Z Compiling serde_path_to_error v0.1.20
24592026-05-26T21:16:53.371Z Compiling instant v0.1.13
24602026-05-26T21:16:53.441Z Compiling debug-ignore v1.0.5
24612026-05-26T21:16:53.444Z Compiling progenitor-extras v0.2.0
24622026-05-26T21:16:53.481Z Compiling typify-impl v0.6.2
24632026-05-26T21:16:53.522Z Compiling backoff v0.4.0
24642026-05-26T21:16:53.543Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24652026-05-26T21:16:53.598Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24662026-05-26T21:16:53.760Z Compiling num v0.4.3
24672026-05-26T21:16:53.781Z Compiling parse-display v0.10.0
24682026-05-26T21:16:53.804Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24692026-05-26T21:16:53.824Z Compiling progenitor-client v0.10.0
24702026-05-26T21:16:53.865Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24712026-05-26T21:16:53.886Z Compiling macaddr v1.0.1
24722026-05-26T21:16:53.967Z Compiling float-ord v0.3.2
24732026-05-26T21:16:54.027Z Compiling humantime v2.3.0
24742026-05-26T21:16:54.108Z Compiling console v0.15.11
24752026-05-26T21:16:54.149Z Compiling newline-converter v0.3.0
24762026-05-26T21:16:54.171Z Compiling atomicwrites v0.4.4
24772026-05-26T21:16:54.271Z Compiling progenitor-client v0.13.0
24782026-05-26T21:16:54.292Z Compiling slog-dtrace v0.3.0
24792026-05-26T21:16:54.317Z Compiling resolv-conf v0.7.6
24802026-05-26T21:16:54.436Z Compiling tokio-rustls v0.25.0
24812026-05-26T21:16:54.513Z Compiling expectorate v1.2.0
24822026-05-26T21:16:54.590Z Compiling owo-colors v4.3.0
24832026-05-26T21:16:54.612Z Compiling cancel-safe-futures v0.1.5
24842026-05-26T21:16:54.705Z Compiling toml v0.8.23
24852026-05-26T21:16:54.757Z Compiling libsw-core v0.3.2
24862026-05-26T21:16:54.830Z Compiling linked-hash-map v0.5.6
24872026-05-26T21:16:54.953Z Compiling libsw v3.5.0
24882026-05-26T21:16:55.000Z Compiling linear-map v1.2.0
24892026-05-26T21:16:55.065Z Compiling lru-cache v0.1.2
24902026-05-26T21:16:55.176Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24912026-05-26T21:16:55.233Z Compiling minimal-lexical v0.2.1
24922026-05-26T21:16:55.254Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-26T21:16:55.294Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-26T21:16:55.341Z Compiling hickory-proto v0.24.4
24952026-05-26T21:16:55.368Z Compiling unicode-xid v0.2.6
24962026-05-26T21:16:55.389Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24972026-05-26T21:16:55.455Z Compiling nom v7.1.3
24982026-05-26T21:16:55.512Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24992026-05-26T21:16:55.533Z Compiling convert_case v0.10.0
25002026-05-26T21:16:55.832Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25012026-05-26T21:16:55.965Z Compiling derive_more-impl v2.1.1
25022026-05-26T21:16:56.335Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-26T21:16:56.790Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25042026-05-26T21:16:56.810Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-26T21:16:56.814Z Compiling derive_more v2.1.1
25062026-05-26T21:16:56.947Z Compiling papergrid v0.11.0
25072026-05-26T21:16:56.969Z Compiling typify-macro v0.6.2
25082026-05-26T21:16:56.973Z Compiling tabled_derive v0.7.0
25092026-05-26T21:16:57.056Z Compiling termtree v0.5.1
25102026-05-26T21:16:57.254Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25112026-05-26T21:16:57.570Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-26T21:16:57.905Z Compiling hickory-resolver v0.24.4
25132026-05-26T21:16:58.001Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25142026-05-26T21:16:58.059Z Compiling tabled v0.15.0
25152026-05-26T21:16:58.214Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-26T21:16:58.515Z Compiling typify v0.6.2
25172026-05-26T21:16:58.806Z Compiling progenitor-impl v0.14.0
25182026-05-26T21:16:59.261Z Compiling progenitor-impl v0.13.0
25192026-05-26T21:17:00.995Z Compiling progenitor-macro v0.14.0
25202026-05-26T21:17:01.173Z Compiling qorb v0.4.1
25212026-05-26T21:17:01.401Z Compiling progenitor-macro v0.13.0
25222026-05-26T21:17:02.481Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25232026-05-26T21:17:02.987Z Compiling crossterm v0.29.0
25242026-05-26T21:17:03.422Z Compiling phf_shared v0.12.1
25252026-05-26T21:17:03.682Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25262026-05-26T21:17:03.756Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-26T21:17:03.781Z Compiling csv-core v0.1.13
25282026-05-26T21:17:04.252Z Compiling vte v0.14.1
25292026-05-26T21:17:04.289Z Compiling highway v1.3.0
25302026-05-26T21:17:04.556Z Compiling chrono-tz v0.10.4
25312026-05-26T21:17:04.778Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-05-26T21:17:04.842Z Compiling strip-ansi-escapes v0.2.1
25332026-05-26T21:17:05.028Z Compiling csv v1.4.0
25342026-05-26T21:17:05.063Z Compiling progenitor v0.14.0
25352026-05-26T21:17:05.243Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25362026-05-26T21:17:05.396Z Compiling phf v0.12.1
25372026-05-26T21:17:05.422Z Compiling progenitor v0.13.0
25382026-05-26T21:17:05.603Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25392026-05-26T21:17:05.625Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25402026-05-26T21:17:05.805Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-26T21:17:05.920Z Compiling const_format_proc_macros v0.2.34
25422026-05-26T21:17:05.958Z Compiling fd-lock v4.0.4
25432026-05-26T21:17:06.020Z Compiling peg-macros v0.8.5
25442026-05-26T21:17:06.129Z Compiling nu-ansi-term v0.50.3
25452026-05-26T21:17:06.450Z Compiling reedline v0.40.0
25462026-05-26T21:17:06.693Z Compiling const_format v0.2.35
25472026-05-26T21:17:07.182Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-26T21:17:07.289Z Compiling peg v0.8.5
25492026-05-26T21:17:07.412Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-26T21:17:08.388Z Compiling bcs v0.1.6
25512026-05-26T21:17:08.585Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-26T21:17:08.839Z Compiling semver v0.1.20
25532026-05-26T21:17:08.891Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-26T21:17:09.139Z Compiling rustc_version v0.1.7
25552026-05-26T21:17:09.179Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-26T21:17:09.370Z Compiling newtype_derive v0.1.6
25572026-05-26T21:17:09.496Z Compiling smawk v0.3.2
25582026-05-26T21:17:09.608Z Compiling unicode-linebreak v0.1.5
25592026-05-26T21:17:09.770Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-26T21:17:09.912Z Compiling textwrap v0.16.2
25612026-05-26T21:17:10.047Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-05-26T21:17:10.379Z Compiling base64 v0.21.7
25632026-05-26T21:17:10.744Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-26T21:17:10.933Z Compiling steno v0.4.1
25652026-05-26T21:17:11.133Z Compiling dropshot-api-manager-types v0.7.2
25662026-05-26T21:17:11.414Z Compiling tagptr v0.2.0
25672026-05-26T21:17:11.498Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25682026-05-26T21:17:11.520Z Compiling utf-8 v0.7.6
25692026-05-26T21:17:11.610Z Compiling moka v0.12.13
25702026-05-26T21:17:11.738Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25712026-05-26T21:17:11.760Z Compiling tungstenite v0.21.0
25722026-05-26T21:17:11.763Z Compiling radium v0.7.0
25732026-05-26T21:17:11.802Z Compiling tap v1.0.1
25742026-05-26T21:17:11.909Z Compiling maybe-uninit v2.0.0
25752026-05-26T21:17:11.970Z Compiling display-error-chain v0.2.2
25762026-05-26T21:17:12.146Z Compiling wyz v0.5.1
25772026-05-26T21:17:12.344Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782026-05-26T21:17:12.386Z Compiling tokio-tungstenite v0.21.0
25792026-05-26T21:17:12.461Z Compiling num-derive v0.3.3
25802026-05-26T21:17:12.774Z Compiling hickory-resolver v0.25.2
25812026-05-26T21:17:12.819Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25822026-05-26T21:17:13.015Z Compiling zerocopy-derive v0.6.6
25832026-05-26T21:17:13.348Z Compiling proc-macro-error-attr2 v2.0.0
25842026-05-26T21:17:13.802Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-26T21:17:13.863Z Compiling packed_struct v0.10.1
25862026-05-26T21:17:13.892Z Compiling crc-catalog v2.4.0
25872026-05-26T21:17:13.913Z Compiling funty v2.0.0
25882026-05-26T21:17:14.021Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-26T21:17:14.174Z Compiling crc v3.4.0
25902026-05-26T21:17:14.436Z Compiling bitvec v1.0.1
25912026-05-26T21:17:14.583Z Compiling zerocopy v0.6.6
25922026-05-26T21:17:14.866Z Compiling proc-macro-error2 v2.0.1
25932026-05-26T21:17:14.967Z Compiling libscf-sys v1.1.0
25942026-05-26T21:17:15.164Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25952026-05-26T21:17:15.213Z Compiling packed_struct_codegen v0.10.1
25962026-05-26T21:17:15.297Z Compiling vergen-lib v0.1.6
25972026-05-26T21:17:15.522Z Compiling bitfield-macros v0.19.4
25982026-05-26T21:17:16.019Z Compiling indexmap v1.9.3
25992026-05-26T21:17:16.221Z Compiling nodrop v0.1.14
26002026-05-26T21:17:16.244Z Compiling bitfield v0.19.4
26012026-05-26T21:17:16.345Z Compiling array-init v0.0.4
26022026-05-26T21:17:16.400Z Compiling smallvec v0.6.14
26032026-05-26T21:17:16.563Z Compiling tabled_derive v0.11.0
26042026-05-26T21:17:16.677Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26052026-05-26T21:17:16.731Z Compiling papergrid v0.17.0
26062026-05-26T21:17:16.864Z Compiling testing_table v0.3.0
26072026-05-26T21:17:17.296Z Compiling vergen-gitcl v1.0.8
26082026-05-26T21:17:17.362Z Compiling dirs-sys-next v0.1.2
26092026-05-26T21:17:17.525Z Compiling glob v0.3.3
26102026-05-26T21:17:17.593Z Compiling hashbrown v0.12.3
26112026-05-26T21:17:17.630Z Compiling diesel_derives v2.3.7
26122026-05-26T21:17:17.683Z Compiling crunchy v0.2.4
26132026-05-26T21:17:17.803Z Compiling maplit v1.0.2
26142026-05-26T21:17:17.905Z Compiling clang-sys v1.8.1
26152026-05-26T21:17:17.905Z Compiling tabled v0.20.0
26162026-05-26T21:17:17.944Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26172026-05-26T21:17:18.002Z Compiling dirs-next v2.0.0
26182026-05-26T21:17:18.220Z Compiling serde-hex v0.1.0
26192026-05-26T21:17:18.534Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26202026-05-26T21:17:18.628Z Compiling ron v0.8.1
26212026-05-26T21:17:18.696Z Compiling hashbrown v0.13.2
26222026-05-26T21:17:18.783Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-26T21:17:19.220Z Compiling scheduled-thread-pool v0.2.7
26242026-05-26T21:17:19.312Z Compiling dsl_auto_type v0.2.0
26252026-05-26T21:17:19.432Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-26T21:17:19.659Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-26T21:17:19.799Z Compiling tiny-keccak v2.0.2
26282026-05-26T21:17:19.822Z Compiling crc-any v2.5.0
26292026-05-26T21:17:19.974Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-26T21:17:20.047Z Compiling r2d2 v0.8.10
26312026-05-26T21:17:20.188Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26322026-05-26T21:17:20.283Z Compiling object v0.30.4
26332026-05-26T21:17:20.385Z Compiling term v0.7.0
26342026-05-26T21:17:20.531Z Compiling xshell-macros v0.2.7
26352026-05-26T21:17:20.844Z Compiling path-slash v0.1.5
26362026-05-26T21:17:20.867Z Compiling bit-vec v0.6.3
26372026-05-26T21:17:20.905Z Compiling downcast-rs v2.0.2
26382026-05-26T21:17:20.933Z Compiling xshell v0.2.7
26392026-05-26T21:17:20.996Z Compiling ascii-canvas v3.0.0
26402026-05-26T21:17:21.052Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26412026-05-26T21:17:21.115Z Compiling bit-set v0.5.3
26422026-05-26T21:17:21.282Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26432026-05-26T21:17:21.309Z Compiling itertools v0.10.5
26442026-05-26T21:17:21.692Z Compiling ena v0.14.4
26452026-05-26T21:17:21.759Z Compiling libloading v0.8.9
26462026-05-26T21:17:21.947Z Compiling regex-syntax v0.6.29
26472026-05-26T21:17:21.995Z Compiling diff v0.1.13
26482026-05-26T21:17:22.267Z Compiling bindgen v0.71.1
26492026-05-26T21:17:22.286Z Compiling crc8 v0.1.1
26502026-05-26T21:17:22.380Z Compiling unicase v2.9.0
26512026-05-26T21:17:22.431Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26522026-05-26T21:17:22.452Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26532026-05-26T21:17:22.677Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26542026-05-26T21:17:23.633Z Compiling lalrpop v0.19.12
26552026-05-26T21:17:23.782Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26562026-05-26T21:17:23.867Z Compiling cexpr v0.6.0
26572026-05-26T21:17:23.971Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26582026-05-26T21:17:24.195Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26592026-05-26T21:17:24.316Z Compiling rustc-hash v2.1.1
26602026-05-26T21:17:24.405Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26612026-05-26T21:17:24.475Z Compiling headers-core v0.3.0
26622026-05-26T21:17:24.496Z Compiling diesel v2.3.7
26632026-05-26T21:17:24.532Z Compiling libxml v0.3.3
26642026-05-26T21:17:24.637Z Compiling headers v0.4.1
26652026-05-26T21:17:24.846Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-26T21:17:25.038Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26672026-05-26T21:17:25.041Z Compiling typify-impl v0.4.3
26682026-05-26T21:17:25.130Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26692026-05-26T21:17:25.360Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26702026-05-26T21:17:25.607Z Compiling strum_macros v0.24.3
26712026-05-26T21:17:25.824Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-26T21:17:25.871Z Compiling git-stub v1.0.0
26732026-05-26T21:17:26.054Z Compiling indoc v1.0.9
26742026-05-26T21:17:26.142Z Compiling git-stub-vcs v0.1.0
26752026-05-26T21:17:26.485Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26762026-05-26T21:17:26.508Z Compiling derive_builder v0.20.2
26772026-05-26T21:17:26.689Z Compiling oso-derive v0.27.3
26782026-05-26T21:17:26.713Z Compiling quick-xml v0.37.5
26792026-05-26T21:17:26.835Z Compiling impl-trait-for-tuples v0.2.3
26802026-05-26T21:17:27.196Z Compiling openssl-probe v0.1.6
26812026-05-26T21:17:27.527Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-26T21:17:28.072Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26832026-05-26T21:17:28.218Z Compiling half v1.8.3
26842026-05-26T21:17:28.243Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26852026-05-26T21:17:28.264Z Compiling bb8 v0.8.6
26862026-05-26T21:17:28.514Z Compiling serde_cbor v0.11.2
26872026-05-26T21:17:28.545Z Compiling typify-macro v0.4.3
26882026-05-26T21:17:28.587Z Compiling trait-variant v0.1.2
26892026-05-26T21:17:28.694Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26902026-05-26T21:17:28.723Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26912026-05-26T21:17:29.056Z Compiling samael v0.0.19
26922026-05-26T21:17:29.076Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26932026-05-26T21:17:29.130Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26942026-05-26T21:17:29.398Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26952026-05-26T21:17:29.569Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-26T21:17:29.664Z Compiling fxhash v0.2.1
26972026-05-26T21:17:29.840Z Compiling libz-sys v1.1.24
26982026-05-26T21:17:30.027Z Compiling nonempty v0.12.0
26992026-05-26T21:17:30.049Z Compiling typify v0.4.3
27002026-05-26T21:17:30.190Z Compiling progenitor-impl v0.11.2
27012026-05-26T21:17:30.239Z Compiling salty v0.3.0
27022026-05-26T21:17:30.538Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-26T21:17:30.561Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27042026-05-26T21:17:30.668Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27052026-05-26T21:17:30.929Z Compiling progenitor-client v0.11.2
27062026-05-26T21:17:30.952Z Compiling kstat-rs v0.2.4
27072026-05-26T21:17:31.105Z Compiling polar-core v0.27.3
27082026-05-26T21:17:31.132Z Compiling arc-swap v1.8.2
27092026-05-26T21:17:31.456Z Compiling fs-err v2.11.0
27102026-05-26T21:17:31.744Z Compiling mime_guess v2.0.5
27112026-05-26T21:17:31.828Z Compiling slog-scope v4.4.1
27122026-05-26T21:17:32.248Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27132026-05-26T21:17:32.280Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27142026-05-26T21:17:32.350Z Compiling progenitor-macro v0.11.2
27152026-05-26T21:17:32.810Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-05-26T21:17:34.822Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27172026-05-26T21:17:35.021Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27182026-05-26T21:17:35.288Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27192026-05-26T21:17:35.564Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27202026-05-26T21:17:35.877Z Compiling darling_core v0.23.0
27212026-05-26T21:17:36.324Z Compiling progenitor v0.11.2
27222026-05-26T21:17:36.349Z Compiling nanorand v0.7.0
27232026-05-26T21:17:36.454Z Compiling libgit2-sys v0.18.3+1.9.2
27242026-05-26T21:17:36.516Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27252026-05-26T21:17:36.646Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-05-26T21:17:36.720Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-05-26T21:17:36.864Z Compiling parking_lot_core v0.8.6
27282026-05-26T21:17:38.027Z Compiling darling_macro v0.23.0
27292026-05-26T21:17:38.551Z Compiling flume v0.11.1
27302026-05-26T21:17:38.948Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27312026-05-26T21:17:40.935Z Compiling oso v0.27.3
27322026-05-26T21:17:44.408Z Compiling diesel-dtrace v0.5.0
27332026-05-26T21:17:44.524Z Compiling async-bb8-diesel v0.2.1
27342026-05-26T21:17:44.716Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-26T21:17:44.841Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27362026-05-26T21:17:44.978Z Compiling slog-stdlog v4.1.1
27372026-05-26T21:17:45.440Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27382026-05-26T21:17:45.565Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27392026-05-26T21:17:46.310Z Compiling primeorder v0.13.6
27402026-05-26T21:17:46.602Z Compiling atty v0.2.14
27412026-05-26T21:17:46.701Z Compiling parse-size v1.1.0
27422026-05-26T21:17:46.729Z Compiling instability v0.3.11
27432026-05-26T21:17:46.770Z Compiling strsim v0.10.0
27442026-05-26T21:17:46.926Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27452026-05-26T21:17:46.967Z Compiling http-range v0.1.5
27462026-05-26T21:17:47.097Z Compiling darling_core v0.13.4
27472026-05-26T21:17:47.124Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27482026-05-26T21:17:47.200Z Compiling p384 v0.13.1
27492026-05-26T21:17:47.302Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27502026-05-26T21:17:47.346Z Compiling slog-envlogger v2.2.0
27512026-05-26T21:17:48.727Z Compiling darling v0.23.0
27522026-05-26T21:17:49.275Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27532026-05-26T21:17:49.341Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27542026-05-26T21:17:49.344Z Compiling ignore v0.4.25
27552026-05-26T21:17:49.912Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-26T21:17:50.083Z Compiling vergen-git2 v9.1.0
27572026-05-26T21:17:50.327Z Compiling castaway v0.2.4
27582026-05-26T21:17:50.394Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-26T21:17:50.548Z Compiling indoc v2.0.7
27602026-05-26T21:17:50.717Z Compiling compact_str v0.8.1
27612026-05-26T21:17:51.290Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-26T21:17:51.494Z Compiling globwalk v0.9.1
27632026-05-26T21:17:51.734Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-26T21:17:52.164Z Compiling parking_lot v0.11.2
27652026-05-26T21:17:52.287Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-05-26T21:17:52.852Z Compiling hyper-staticfile v0.10.1
27672026-05-26T21:17:53.075Z Compiling darling_macro v0.13.4
27682026-05-26T21:17:53.570Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-26T21:17:54.326Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27702026-05-26T21:17:54.379Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-26T21:17:54.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27722026-05-26T21:17:54.682Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-05-26T21:17:55.010Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27742026-05-26T21:17:55.046Z Compiling predicates-tree v1.0.13
27752026-05-26T21:17:55.077Z Compiling unicode-truncate v1.1.0
27762026-05-26T21:17:55.138Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27772026-05-26T21:17:55.284Z Compiling lru v0.12.5
27782026-05-26T21:17:55.374Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-26T21:17:55.494Z Compiling rand_seeder v0.4.0
27802026-05-26T21:17:55.514Z Compiling prefix-trie v0.7.0
27812026-05-26T21:17:55.592Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27822026-05-26T21:17:55.759Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27832026-05-26T21:17:55.820Z Compiling illumos-nvpair-sys v0.2.0
27842026-05-26T21:17:55.943Z Compiling corncobs v0.1.4
27852026-05-26T21:17:56.005Z Compiling rustls v0.21.12
27862026-05-26T21:17:56.026Z Compiling cassowary v0.3.0
27872026-05-26T21:17:56.101Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27882026-05-26T21:17:56.123Z Compiling hickory-server v0.25.2
27892026-05-26T21:17:56.188Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-05-26T21:17:56.295Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27912026-05-26T21:17:56.312Z Compiling ratatui v0.29.0
27922026-05-26T21:17:56.394Z Compiling camino-tempfile-ext v0.3.3
27932026-05-26T21:17:56.541Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27942026-05-26T21:17:56.630Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27952026-05-26T21:17:56.806Z Compiling darling v0.13.4
27962026-05-26T21:17:57.105Z Compiling sled v0.34.7
27972026-05-26T21:17:57.292Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-26T21:17:57.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
27992026-05-26T21:17:58.173Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28002026-05-26T21:17:59.486Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28012026-05-26T21:18:00.359Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28022026-05-26T21:18:00.585Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28032026-05-26T21:18:00.808Z Compiling sct v0.7.1
28042026-05-26T21:18:00.845Z Compiling rustls-webpki v0.101.7
28052026-05-26T21:18:01.083Z Compiling secrecy v0.8.0
28062026-05-26T21:18:01.145Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28072026-05-26T21:18:01.626Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-26T21:18:02.242Z Compiling git2 v0.20.4
28092026-05-26T21:18:02.404Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28102026-05-26T21:18:02.518Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28112026-05-26T21:18:02.589Z Compiling serde_with_macros v1.5.2
28122026-05-26T21:18:03.412Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28132026-05-26T21:18:03.501Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28142026-05-26T21:18:04.067Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28152026-05-26T21:18:04.226Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28162026-05-26T21:18:05.055Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28172026-05-26T21:18:05.298Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28182026-05-26T21:18:05.321Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28192026-05-26T21:18:05.494Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-05-26T21:18:05.537Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-05-26T21:18:05.720Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28222026-05-26T21:18:05.787Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-05-26T21:18:05.971Z Compiling void v1.0.2
28242026-05-26T21:18:06.100Z Compiling lzss v0.8.2
28252026-05-26T21:18:06.378Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28262026-05-26T21:18:06.405Z Compiling illumos-nvpair v0.3.0
28272026-05-26T21:18:06.884Z Compiling serde_with v1.14.0
28282026-05-26T21:18:07.105Z Compiling tokio-rustls v0.24.1
28292026-05-26T21:18:07.384Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28302026-05-26T21:18:08.018Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28312026-05-26T21:18:08.069Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28322026-05-26T21:18:09.314Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-26T21:18:09.993Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28342026-05-26T21:18:10.667Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28352026-05-26T21:18:10.703Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28362026-05-26T21:18:10.799Z Compiling tungstenite v0.23.0
28372026-05-26T21:18:10.951Z Compiling rustls-pemfile v1.0.4
28382026-05-26T21:18:11.358Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28392026-05-26T21:18:11.582Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28402026-05-26T21:18:11.808Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28412026-05-26T21:18:12.034Z Compiling nix v0.27.1
28422026-05-26T21:18:12.312Z Compiling twox-hash v2.1.2
28432026-05-26T21:18:12.816Z Compiling serde_bytes v0.11.19
28442026-05-26T21:18:13.116Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28452026-05-26T21:18:13.142Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28462026-05-26T21:18:13.276Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28472026-05-26T21:18:13.414Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28482026-05-26T21:18:14.241Z Compiling tokio-tungstenite v0.23.1
28492026-05-26T21:18:14.637Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28502026-05-26T21:18:17.051Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28512026-05-26T21:18:17.587Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28522026-05-26T21:18:18.341Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28532026-05-26T21:18:18.777Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28542026-05-26T21:18:19.008Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28552026-05-26T21:18:19.030Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28562026-05-26T21:18:19.440Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28572026-05-26T21:18:19.618Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28582026-05-26T21:18:19.752Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28592026-05-26T21:18:19.869Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28602026-05-26T21:18:21.366Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28612026-05-26T21:18:22.112Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28622026-05-26T21:18:22.729Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28632026-05-26T21:18:23.051Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28642026-05-26T21:18:23.533Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28652026-05-26T21:18:23.773Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28662026-05-26T21:18:24.187Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28672026-05-26T21:18:24.319Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28682026-05-26T21:18:25.040Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28692026-05-26T21:18:25.856Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28702026-05-26T21:18:26.681Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-05-26T21:18:26.774Z Compiling fatfs v0.3.6
28722026-05-26T21:18:26.876Z Compiling signal-hook-tokio v0.3.1
28732026-05-26T21:18:26.903Z Compiling yasna v0.5.2
28742026-05-26T21:18:27.094Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-26T21:18:27.116Z Compiling seq-macro v0.3.6
28762026-05-26T21:18:27.651Z Compiling is_ci v1.2.0
28772026-05-26T21:18:27.774Z Compiling assert_matches v1.5.0
28782026-05-26T21:18:27.870Z Compiling supports-color v3.0.2
28792026-05-26T21:18:27.938Z Compiling rcgen v0.12.1
28802026-05-26T21:18:27.975Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28812026-05-26T21:18:28.255Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28822026-05-26T21:18:28.472Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28832026-05-26T21:18:28.970Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28842026-05-26T21:18:29.101Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28852026-05-26T21:18:29.212Z Compiling subprocess v0.2.15
28862026-05-26T21:18:29.373Z Compiling rtoolbox v0.0.3
28872026-05-26T21:18:29.655Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-05-26T21:18:30.800Z Compiling rpassword v7.4.0
28892026-05-26T21:18:30.936Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-26T21:18:31.426Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-26T21:18:32.209Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28922026-05-26T21:18:32.247Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-26T21:18:32.352Z Compiling tui-tree-widget v0.23.1
28942026-05-26T21:18:32.645Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-26T21:18:33.289Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-26T21:18:33.827Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-26T21:18:33.833Z Compiling uzers v0.12.2
28982026-05-26T21:18:34.704Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-26T21:18:36.404Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-26T21:18:36.864Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-26T21:18:37.418Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-26T21:18:41.114Z Compiling support-bundle-viewer v0.1.2
29032026-05-26T21:18:41.902Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-05-26T21:18:43.007Z Compiling multimap v0.10.1
29052026-05-26T21:18:51.650Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-26T21:19:01.072Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29072026-05-26T21:19:03.418Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29082026-05-26T21:19:03.919Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29092026-05-26T21:19:05.646Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29102026-05-26T21:25:09.554Z Finished `release` profile [optimized] target(s) in 8m 19s
29112026-05-26T21:25:56.121Z
29122026-05-26T21:25:56.121Zreal 9:06.777241824
29132026-05-26T21:25:56.124Zuser 1:18:16.772994803
29142026-05-26T21:25:56.124Zsys 3:32.570675751
29152026-05-26T21:25:56.124Ztrap 1.701525178
29162026-05-26T21:25:56.124Ztflt 4.154824923
29172026-05-26T21:25:56.124Zdflt 18.893667485
29182026-05-26T21:25:56.124Zkflt 0.040761939
29192026-05-26T21:25:56.124Zlock 6:46:50.491963247
29202026-05-26T21:25:56.124Zslp 2:12:57.615454958
29212026-05-26T21:25:56.124Zlat 2:18.943350658
29222026-05-26T21:25:56.125Zstop 5:11.930250149
29232026-05-26T21:25:56.125Z+ mapfile -t packages
29242026-05-26T21:25:56.125Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29252026-05-26T21:25:57.075Z Finished `release` profile [optimized] target(s) in 0.94s
29262026-05-26T21:25:57.150Z Running `target/release/omicron-package -t test list-outputs`
29272026-05-26T21:25:57.211ZLogging to: /work/oxidecomputer/omicron/out/LOG
29282026-05-26T21:25:57.214Z+ ptime -m cargo build --locked --release -p xtask
29292026-05-26T21:25:57.750Z Compiling libc v0.2.185
29302026-05-26T21:25:57.750Z Compiling serde v1.0.228
29312026-05-26T21:25:57.753Z Compiling serde_core v1.0.228
29322026-05-26T21:25:57.753Z Compiling rustix v1.1.3
29332026-05-26T21:25:57.753Z Compiling serde_json v1.0.149
29342026-05-26T21:25:57.753Z Compiling bitflags v2.11.0
29352026-05-26T21:25:58.287Z Compiling num-traits v0.2.19
29362026-05-26T21:25:58.290Z Compiling syn v2.0.117
29372026-05-26T21:25:58.290Z Compiling smallvec v1.15.1
29382026-05-26T21:25:58.290Z Compiling indexmap v2.14.0
29392026-05-26T21:25:58.290Z Compiling usdt-impl v0.5.0
29402026-05-26T21:25:58.290Z Compiling syn v1.0.109
29412026-05-26T21:25:58.290Z Compiling log v0.4.29
29422026-05-26T21:25:58.290Z Compiling percent-encoding v2.3.2
29432026-05-26T21:25:58.290Z Compiling getrandom v0.4.1
29442026-05-26T21:25:58.290Z Compiling form_urlencoded v1.2.2
29452026-05-26T21:25:58.290Z Compiling fs-err v3.3.0
29462026-05-26T21:25:58.302Z Compiling once_cell v1.21.3
29472026-05-26T21:25:58.380Z Compiling anyhow v1.0.102
29482026-05-26T21:25:58.380Z Compiling heck v0.4.1
29492026-05-26T21:25:58.674Z Compiling errno v0.3.14
29502026-05-26T21:25:58.677Z Compiling thread-id v4.2.2
29512026-05-26T21:25:58.677Z Compiling memmap v0.7.0
29522026-05-26T21:25:58.919Z Compiling ordered-float v2.10.1
29532026-05-26T21:25:59.477Z Compiling proc-macro-error v1.0.4
29542026-05-26T21:25:59.708Z Compiling terminal_size v0.4.3
29552026-05-26T21:25:59.708Z Compiling tempfile v3.25.0
29562026-05-26T21:25:59.733Z Compiling tabled_derive v0.7.0
29572026-05-26T21:25:59.821Z Compiling clap_builder v4.5.60
29582026-05-26T21:25:59.821Z Compiling textwrap v0.16.2
29592026-05-26T21:25:59.937Z Compiling camino-tempfile v1.4.1
29602026-05-26T21:26:00.379Z Compiling tabled v0.15.0
29612026-05-26T21:26:00.392Z Compiling synstructure v0.13.2
29622026-05-26T21:26:00.395Z Compiling pest_generator v2.8.6
29632026-05-26T21:26:00.766Z Compiling serde_derive v1.0.228
29642026-05-26T21:26:00.766Z Compiling zerovec-derive v0.11.2
29652026-05-26T21:26:00.771Z Compiling displaydoc v0.2.5
29662026-05-26T21:26:00.771Z Compiling thiserror-impl v1.0.69
29672026-05-26T21:26:00.771Z Compiling zerocopy-derive v0.7.35
29682026-05-26T21:26:00.771Z Compiling scroll_derive v0.12.1
29692026-05-26T21:26:00.772Z Compiling thiserror-impl v2.0.18
29702026-05-26T21:26:00.772Z Compiling clap_derive v4.5.55
29712026-05-26T21:26:00.822Z Compiling zerofrom-derive v0.1.6
29722026-05-26T21:26:01.023Z Compiling yoke-derive v0.8.1
29732026-05-26T21:26:01.470Z Compiling pest_derive v2.8.6
29742026-05-26T21:26:01.516Z Compiling scroll v0.12.0
29752026-05-26T21:26:01.590Z Compiling zerocopy v0.7.35
29762026-05-26T21:26:01.851Z Compiling goblin v0.8.2
29772026-05-26T21:26:01.960Z Compiling thiserror v1.0.69
29782026-05-26T21:26:02.006Z Compiling thiserror v2.0.18
29792026-05-26T21:26:02.043Z Compiling zerofrom v0.1.6
29802026-05-26T21:26:02.093Z Compiling dtrace-parser v0.2.0
29812026-05-26T21:26:02.179Z Compiling yoke v0.8.1
29822026-05-26T21:26:02.389Z Compiling zerovec v0.11.5
29832026-05-26T21:26:02.402Z Compiling zerotrie v0.2.3
29842026-05-26T21:26:02.406Z Compiling clap v4.5.60
29852026-05-26T21:26:03.021Z Compiling tinystr v0.8.2
29862026-05-26T21:26:03.263Z Compiling icu_locale_core v2.1.1
29872026-05-26T21:26:03.561Z Compiling potential_utf v0.1.4
29882026-05-26T21:26:03.776Z Compiling icu_collections v2.1.1
29892026-05-26T21:26:04.142Z Compiling icu_provider v2.1.1
29902026-05-26T21:26:04.324Z Compiling toml_datetime v0.6.11
29912026-05-26T21:26:04.378Z Compiling serde_spanned v0.6.9
29922026-05-26T21:26:04.926Z Compiling icu_properties v2.1.2
29932026-05-26T21:26:04.930Z Compiling icu_normalizer v2.1.1
29942026-05-26T21:26:04.930Z Compiling toml_edit v0.22.27
29952026-05-26T21:26:04.930Z Compiling dof v0.3.0
29962026-05-26T21:26:04.930Z Compiling serde_tokenstream v0.2.3
29972026-05-26T21:26:04.930Z Compiling serde-value v0.7.0
29982026-05-26T21:26:04.930Z Compiling cargo-platform v0.2.0
29992026-05-26T21:26:04.930Z Compiling macaddr v1.0.1
30002026-05-26T21:26:05.419Z Compiling idna_adapter v1.2.1
30012026-05-26T21:26:05.481Z Compiling usdt-attr-macro v0.5.0
30022026-05-26T21:26:05.576Z Compiling idna v1.1.0
30032026-05-26T21:26:05.627Z Compiling usdt-macro v0.5.0
30042026-05-26T21:26:05.911Z Compiling url v2.5.8
30052026-05-26T21:26:06.082Z Compiling toml v0.8.23
30062026-05-26T21:26:06.208Z Compiling usdt v0.5.0
30072026-05-26T21:26:06.538Z Compiling cargo-util-schemas v0.8.2
30082026-05-26T21:26:06.538Z Compiling cargo_toml v0.21.0
30092026-05-26T21:26:07.543Z Compiling cargo_metadata v0.21.0
30102026-05-26T21:26:10.598Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30112026-05-26T21:26:13.602Z Finished `release` profile [optimized] target(s) in 16.37s
30122026-05-26T21:26:13.763Z
30132026-05-26T21:26:13.763Zreal 16.509787948
30142026-05-26T21:26:13.763Zuser 2:21.035353239
30152026-05-26T21:26:13.764Zsys 17.066109346
30162026-05-26T21:26:13.770Ztrap 0.090219453
30172026-05-26T21:26:13.770Ztflt 0.528222492
30182026-05-26T21:26:13.770Zdflt 1.464860624
30192026-05-26T21:26:13.770Zkflt 0.000028820
30202026-05-26T21:26:13.770Zlock 5:14.711144202
30212026-05-26T21:26:13.770Zslp 3:23.488765092
30222026-05-26T21:26:13.770Zlat 6.427049631
30232026-05-26T21:26:13.770Zstop 20.097023313
30242026-05-26T21:26:13.770Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-26T21:26:13.770Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30262026-05-26T21:26:13.770Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-26T21:26:13.770Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30282026-05-26T21:26:13.770Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30292026-05-26T21:26:14.703Z Compiling newtype-uuid-macros v0.1.0
30302026-05-26T21:26:14.703Z Compiling progenitor-client v0.14.0
30312026-05-26T21:26:14.703Z Compiling structmeta-derive v0.3.0
30322026-05-26T21:26:14.706Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30332026-05-26T21:26:14.706Z Compiling rustls v0.22.4
30342026-05-26T21:26:14.706Z Compiling rustls-webpki v0.102.8
30352026-05-26T21:26:14.706Z Compiling multer v3.1.0
30362026-05-26T21:26:14.707Z Compiling match_cfg v0.1.0
30372026-05-26T21:26:14.854Z Compiling debug-ignore v1.0.5
30382026-05-26T21:26:14.859Z Compiling compression-core v0.4.31
30392026-05-26T21:26:14.868Z Compiling slog-json v2.6.1
30402026-05-26T21:26:14.873Z Compiling async-stream-impl v0.3.6
30412026-05-26T21:26:14.873Z Compiling serde_spanned v1.0.4
30422026-05-26T21:26:14.908Z Compiling toml_datetime v1.0.0+spec-1.1.0
30432026-05-26T21:26:14.919Z Compiling dropshot v0.17.0
30442026-05-26T21:26:14.922Z Compiling toml_writer v1.0.6+spec-1.1.0
30452026-05-26T21:26:15.035Z Compiling compression-codecs v0.4.37
30462026-05-26T21:26:15.068Z Compiling itertools v0.14.0
30472026-05-26T21:26:15.100Z Compiling hostname v0.3.1
30482026-05-26T21:26:15.117Z Compiling waitgroup v0.1.2
30492026-05-26T21:26:15.548Z Compiling rustls-pemfile v2.2.0
30502026-05-26T21:26:15.552Z Compiling toml v1.0.6+spec-1.1.0
30512026-05-26T21:26:15.552Z Compiling async-compression v0.4.41
30522026-05-26T21:26:15.552Z Compiling slog-bunyan v2.5.0
30532026-05-26T21:26:15.552Z Compiling dropshot_endpoint v0.17.0
30542026-05-26T21:26:15.552Z Compiling serde_path_to_error v0.1.20
30552026-05-26T21:26:15.553Z Compiling hostname v0.4.2
30562026-05-26T21:26:15.553Z Compiling regress v0.10.5
30572026-05-26T21:26:15.553Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30582026-05-26T21:26:15.553Z Compiling macaddr v1.0.1
30592026-05-26T21:26:15.553Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30602026-05-26T21:26:15.553Z Compiling instant v0.1.13
30612026-05-26T21:26:15.608Z Compiling async-stream v0.3.6
30622026-05-26T21:26:15.611Z Compiling backon v1.6.0
30632026-05-26T21:26:15.624Z Compiling backoff v0.4.0
30642026-05-26T21:26:15.658Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30652026-05-26T21:26:15.674Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30662026-05-26T21:26:15.677Z Compiling progenitor-client v0.10.0
30672026-05-26T21:26:15.708Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30682026-05-26T21:26:15.728Z Compiling humantime v2.3.0
30692026-05-26T21:26:15.813Z Compiling progenitor-extras v0.2.0
30702026-05-26T21:26:15.827Z Compiling universal-hash v0.5.1
30712026-05-26T21:26:15.851Z Compiling opaque-debug v0.3.1
30722026-05-26T21:26:15.878Z Compiling half v2.7.1
30732026-05-26T21:26:15.897Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-26T21:26:15.943Z Compiling ciborium-io v0.2.2
30752026-05-26T21:26:15.985Z Compiling crucible-workspace-hack v0.1.0
30762026-05-26T21:26:16.020Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30772026-05-26T21:26:16.038Z Compiling regress v0.11.1
30782026-05-26T21:26:16.057Z Compiling convert_case v0.4.0
30792026-05-26T21:26:16.075Z Compiling aead v0.5.2
30802026-05-26T21:26:16.093Z Compiling secrecy v0.10.3
30812026-05-26T21:26:16.119Z Compiling unsafe-libyaml v0.2.11
30822026-05-26T21:26:16.213Z Compiling ciborium-ll v0.2.2
30832026-05-26T21:26:16.254Z Compiling structmeta v0.3.0
30842026-05-26T21:26:16.277Z Compiling poly1305 v0.8.0
30852026-05-26T21:26:16.303Z Compiling chacha20 v0.9.1
30862026-05-26T21:26:16.306Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30872026-05-26T21:26:16.340Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30882026-05-26T21:26:16.340Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30892026-05-26T21:26:16.358Z Compiling thiserror-impl-no-std v2.0.2
30902026-05-26T21:26:16.459Z Compiling derive_more v0.99.20
30912026-05-26T21:26:16.462Z Compiling ciborium v0.2.2
30922026-05-26T21:26:16.497Z Compiling derive-ex v0.1.8
30932026-05-26T21:26:16.520Z Compiling parse-display-derive v0.10.0
30942026-05-26T21:26:16.592Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30952026-05-26T21:26:16.634Z Compiling byte-wrapper v0.1.0
30962026-05-26T21:26:16.700Z Compiling serde_yaml v0.9.34+deprecated
30972026-05-26T21:26:16.717Z Compiling blake2 v0.10.6
30982026-05-26T21:26:16.894Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30992026-05-26T21:26:17.003Z Compiling password-hash v0.5.0
31002026-05-26T21:26:17.065Z Compiling chacha20poly1305 v0.10.1
31012026-05-26T21:26:17.082Z Compiling indent_write v2.2.0
31022026-05-26T21:26:17.098Z Compiling heapless v0.8.0
31032026-05-26T21:26:17.113Z Compiling toml_datetime v0.7.5+spec-1.1.0
31042026-05-26T21:26:17.244Z Compiling ingot-macros v0.1.1
31052026-05-26T21:26:17.244Z Compiling tabwriter v1.4.1
31062026-05-26T21:26:17.294Z Compiling tokio-rustls v0.25.0
31072026-05-26T21:26:17.399Z Compiling argon2 v0.5.3
31082026-05-26T21:26:17.456Z Compiling toml_edit v0.23.10+spec-1.0.0
31092026-05-26T21:26:17.550Z Compiling hash32 v0.3.1
31102026-05-26T21:26:17.607Z Compiling typify-impl v0.6.2
31112026-05-26T21:26:17.626Z Compiling thiserror-no-std v2.0.2
31122026-05-26T21:26:17.741Z Compiling vsss-rs v3.3.4
31132026-05-26T21:26:17.744Z Compiling smoltcp v0.11.0
31142026-05-26T21:26:18.175Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31152026-05-26T21:26:18.258Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-05-26T21:26:18.290Z Compiling test-strategy v0.4.5
31172026-05-26T21:26:18.313Z Compiling parse-display v0.10.0
31182026-05-26T21:26:18.535Z Compiling proc-macro-crate v3.4.0
31192026-05-26T21:26:18.598Z Compiling num-rational v0.4.2
31202026-05-26T21:26:18.637Z Compiling cobs v0.3.0
31212026-05-26T21:26:18.653Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31222026-05-26T21:26:18.698Z Compiling num-complex v0.4.6
31232026-05-26T21:26:18.784Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31242026-05-26T21:26:18.850Z Compiling colored v3.1.1
31252026-05-26T21:26:18.871Z Compiling postcard v1.1.3
31262026-05-26T21:26:19.025Z Compiling proc-macro-error v1.0.4
31272026-05-26T21:26:19.041Z Compiling proc-macro-crate v1.3.1
31282026-05-26T21:26:19.129Z Compiling num v0.4.3
31292026-05-26T21:26:19.146Z Compiling num_enum_derive v0.7.5
31302026-05-26T21:26:19.165Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-26T21:26:19.217Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-05-26T21:26:19.240Z Compiling atomicwrites v0.4.4
31332026-05-26T21:26:19.240Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31342026-05-26T21:26:19.240Z Compiling foreign-types-macros v0.2.3
31352026-05-26T21:26:19.372Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-26T21:26:19.406Z Compiling float-ord v0.3.2
31372026-05-26T21:26:19.424Z Compiling cpufeatures v0.3.0
31382026-05-26T21:26:19.483Z Compiling rayon-core v1.13.0
31392026-05-26T21:26:19.501Z Compiling foreign-types-shared v0.3.1
31402026-05-26T21:26:19.519Z Compiling num_enum_derive v0.5.11
31412026-05-26T21:26:19.536Z Compiling chacha20 v0.10.0
31422026-05-26T21:26:19.628Z Compiling crossbeam-deque v0.8.6
31432026-05-26T21:26:19.667Z Compiling camino-tempfile v1.4.1
31442026-05-26T21:26:19.700Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-26T21:26:19.716Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31462026-05-26T21:26:19.792Z Compiling cstr-argument v0.1.2
31472026-05-26T21:26:19.843Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31482026-05-26T21:26:19.847Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31492026-05-26T21:26:19.912Z Compiling foreign-types v0.5.0
31502026-05-26T21:26:19.932Z Compiling rand v0.10.0
31512026-05-26T21:26:19.947Z Compiling toml v0.8.23
31522026-05-26T21:26:20.017Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31532026-05-26T21:26:20.093Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31542026-05-26T21:26:20.199Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31552026-05-26T21:26:20.218Z Compiling zone_cfg_derive v0.3.1
31562026-05-26T21:26:20.269Z Compiling ingot-types v0.1.2
31572026-05-26T21:26:20.286Z Compiling num_enum v0.7.5
31582026-05-26T21:26:20.304Z Compiling rayon v1.11.0
31592026-05-26T21:26:20.337Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31602026-05-26T21:26:20.353Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31612026-05-26T21:26:20.434Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-05-26T21:26:20.451Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-05-26T21:26:20.468Z Compiling itertools v0.12.1
31642026-05-26T21:26:20.492Z Compiling num-derive v0.4.2
31652026-05-26T21:26:20.582Z Compiling sigpipe v0.1.3
31662026-05-26T21:26:20.600Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31672026-05-26T21:26:20.617Z Compiling num_enum v0.5.11
31682026-05-26T21:26:20.677Z Compiling ingot v0.1.1
31692026-05-26T21:26:20.697Z Compiling glob v0.3.3
31702026-05-26T21:26:20.716Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31712026-05-26T21:26:20.782Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31722026-05-26T21:26:20.799Z Compiling smf v0.2.3
31732026-05-26T21:26:20.842Z Compiling prettyplease v0.2.37
31742026-05-26T21:26:20.880Z Compiling whoami v1.6.1
31752026-05-26T21:26:20.914Z Compiling usdt-macro v0.5.0
31762026-05-26T21:26:21.127Z Compiling usdt-attr-macro v0.5.0
31772026-05-26T21:26:21.130Z Compiling gethostname v0.5.0
31782026-05-26T21:26:21.192Z Compiling memmap v0.7.0
31792026-05-26T21:26:21.262Z Compiling derive-where v1.6.0
31802026-05-26T21:26:21.302Z Compiling resolv-conf v0.7.6
31812026-05-26T21:26:21.368Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31822026-05-26T21:26:21.418Z Compiling cancel-safe-futures v0.1.5
31832026-05-26T21:26:21.473Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31842026-05-26T21:26:21.533Z Compiling owo-colors v4.3.0
31852026-05-26T21:26:21.656Z Compiling zone v0.3.1
31862026-05-26T21:26:21.716Z Compiling libsw-core v0.3.2
31872026-05-26T21:26:21.720Z Compiling console v0.15.11
31882026-05-26T21:26:21.879Z Compiling libsw v3.5.0
31892026-05-26T21:26:21.896Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31902026-05-26T21:26:21.962Z Compiling usdt v0.5.0
31912026-05-26T21:26:22.075Z Compiling hickory-proto v0.24.4
31922026-05-26T21:26:22.090Z Compiling newline-converter v0.3.0
31932026-05-26T21:26:22.108Z Compiling progenitor-client v0.13.0
31942026-05-26T21:26:22.174Z Compiling linear-map v1.2.0
31952026-05-26T21:26:22.236Z Compiling libefi-sys v0.1.0
31962026-05-26T21:26:22.262Z Compiling linked-hash-map v0.5.6
31972026-05-26T21:26:22.278Z Compiling typify-macro v0.6.2
31982026-05-26T21:26:22.297Z Compiling expectorate v1.2.0
31992026-05-26T21:26:22.354Z Compiling git-stub v1.0.0
32002026-05-26T21:26:22.375Z Compiling bitfield-struct v0.6.2
32012026-05-26T21:26:22.395Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32022026-05-26T21:26:22.474Z Compiling lru-cache v0.1.2
32032026-05-26T21:26:22.491Z Compiling semver v0.1.20
32042026-05-26T21:26:22.494Z Compiling tokio-dtrace v0.1.1
32052026-05-26T21:26:22.525Z Compiling git-stub-vcs v0.1.0
32062026-05-26T21:26:22.621Z Compiling dropshot-api-manager-types v0.7.2
32072026-05-26T21:26:22.639Z Compiling slog-dtrace v0.3.0
32082026-05-26T21:26:22.661Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-05-26T21:26:22.665Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-26T21:26:22.745Z Compiling rustc_version v0.1.7
32112026-05-26T21:26:22.762Z Compiling minimal-lexical v0.2.1
32122026-05-26T21:26:22.778Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32132026-05-26T21:26:22.794Z Compiling oxide-tokio-rt v0.1.4
32142026-05-26T21:26:22.822Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32152026-05-26T21:26:22.987Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32162026-05-26T21:26:23.011Z Compiling phf_shared v0.12.1
32172026-05-26T21:26:23.034Z Compiling nom v7.1.3
32182026-05-26T21:26:23.070Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32192026-05-26T21:26:23.088Z Compiling newtype_derive v0.1.6
32202026-05-26T21:26:23.091Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32212026-05-26T21:26:23.123Z Compiling csv-core v0.1.13
32222026-05-26T21:26:23.127Z Compiling chrono-tz v0.10.4
32232026-05-26T21:26:23.195Z Compiling xshell-macros v0.2.7
32242026-05-26T21:26:23.215Z Compiling highway v1.3.0
32252026-05-26T21:26:23.344Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-05-26T21:26:23.428Z Compiling csv v1.4.0
32272026-05-26T21:26:23.505Z Compiling phf v0.12.1
32282026-05-26T21:26:23.522Z Compiling const_format_proc_macros v0.2.34
32292026-05-26T21:26:23.599Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32302026-05-26T21:26:23.619Z Compiling primeorder v0.13.6
32312026-05-26T21:26:23.637Z Compiling xshell v0.2.7
32322026-05-26T21:26:23.689Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32332026-05-26T21:26:23.912Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32342026-05-26T21:26:23.931Z Compiling tabled_derive v0.7.0
32352026-05-26T21:26:23.948Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32362026-05-26T21:26:24.018Z Compiling bcs v0.1.6
32372026-05-26T21:26:24.166Z Compiling typify v0.6.2
32382026-05-26T21:26:24.183Z Compiling termtree v0.5.1
32392026-05-26T21:26:24.210Z Compiling salty v0.3.0
32402026-05-26T21:26:24.305Z Compiling progenitor-impl v0.14.0
32412026-05-26T21:26:24.354Z Compiling progenitor-impl v0.13.0
32422026-05-26T21:26:24.382Z Compiling hickory-resolver v0.24.4
32432026-05-26T21:26:24.412Z Compiling tagptr v0.2.0
32442026-05-26T21:26:24.428Z Compiling const_format v0.2.35
32452026-05-26T21:26:24.444Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32462026-05-26T21:26:24.514Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32472026-05-26T21:26:24.594Z Compiling moka v0.12.13
32482026-05-26T21:26:24.761Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32492026-05-26T21:26:24.779Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32502026-05-26T21:26:24.782Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32512026-05-26T21:26:24.981Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32522026-05-26T21:26:24.998Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32532026-05-26T21:26:25.133Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32542026-05-26T21:26:25.187Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32552026-05-26T21:26:25.230Z Compiling tabled v0.15.0
32562026-05-26T21:26:25.248Z Compiling textwrap v0.16.2
32572026-05-26T21:26:25.371Z Compiling steno v0.4.1
32582026-05-26T21:26:25.442Z Compiling qorb v0.4.1
32592026-05-26T21:26:25.630Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32602026-05-26T21:26:25.754Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32612026-05-26T21:26:25.798Z Compiling base64 v0.21.7
32622026-05-26T21:26:25.922Z Compiling radium v0.7.0
32632026-05-26T21:26:25.986Z Compiling hickory-resolver v0.25.2
32642026-05-26T21:26:26.158Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32652026-05-26T21:26:26.452Z Compiling p384 v0.13.1
32662026-05-26T21:26:26.691Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-05-26T21:26:26.694Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-05-26T21:26:26.729Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32692026-05-26T21:26:26.766Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32702026-05-26T21:26:26.971Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32712026-05-26T21:26:27.016Z Compiling progenitor-macro v0.14.0
32722026-05-26T21:26:27.033Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32732026-05-26T21:26:27.048Z Compiling typify-impl v0.4.3
32742026-05-26T21:26:27.090Z Compiling progenitor-macro v0.13.0
32752026-05-26T21:26:27.239Z Compiling maybe-uninit v2.0.0
32762026-05-26T21:26:27.368Z Compiling tap v1.0.1
32772026-05-26T21:26:27.512Z Compiling wyz v0.5.1
32782026-05-26T21:26:27.525Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32792026-05-26T21:26:27.625Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32802026-05-26T21:26:27.736Z Compiling proc-macro-error-attr2 v2.0.0
32812026-05-26T21:26:27.757Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32822026-05-26T21:26:27.832Z Compiling packed_struct v0.10.1
32832026-05-26T21:26:27.896Z Compiling utf-8 v0.7.6
32842026-05-26T21:26:27.921Z Compiling parking_lot_core v0.8.6
32852026-05-26T21:26:28.012Z Compiling funty v2.0.0
32862026-05-26T21:26:28.118Z Compiling tungstenite v0.21.0
32872026-05-26T21:26:28.178Z Compiling polyval v0.6.2
32882026-05-26T21:26:28.192Z Compiling num-derive v0.3.3
32892026-05-26T21:26:28.226Z Compiling proc-macro-error2 v2.0.1
32902026-05-26T21:26:28.269Z Compiling packed_struct_codegen v0.10.1
32912026-05-26T21:26:28.452Z Compiling bitvec v1.0.1
32922026-05-26T21:26:28.526Z Compiling zerocopy-derive v0.6.6
32932026-05-26T21:26:28.550Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32942026-05-26T21:26:28.591Z Compiling bitfield-macros v0.19.4
32952026-05-26T21:26:28.669Z Compiling indexmap v1.9.3
32962026-05-26T21:26:28.700Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32972026-05-26T21:26:28.812Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32982026-05-26T21:26:28.887Z Compiling crc-catalog v2.4.0
32992026-05-26T21:26:28.903Z Compiling nodrop v0.1.14
33002026-05-26T21:26:29.025Z Compiling array-init v0.0.4
33012026-05-26T21:26:29.039Z Compiling crc v3.4.0
33022026-05-26T21:26:29.119Z Compiling tokio-tungstenite v0.21.0
33032026-05-26T21:26:29.131Z Compiling tabled_derive v0.11.0
33042026-05-26T21:26:29.164Z Compiling libscf-sys v1.1.0
33052026-05-26T21:26:29.273Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33062026-05-26T21:26:29.322Z Compiling ghash v0.5.1
33072026-05-26T21:26:29.390Z Compiling bitfield v0.19.4
33082026-05-26T21:26:29.433Z Compiling smallvec v0.6.14
33092026-05-26T21:26:29.453Z Compiling zerocopy v0.6.6
33102026-05-26T21:26:29.503Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33112026-05-26T21:26:29.679Z Compiling papergrid v0.17.0
33122026-05-26T21:26:29.700Z Compiling testing_table v0.3.0
33132026-05-26T21:26:29.720Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33142026-05-26T21:26:29.752Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33152026-05-26T21:26:29.824Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33162026-05-26T21:26:29.932Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33172026-05-26T21:26:29.967Z Compiling ctr v0.9.2
33182026-05-26T21:26:30.073Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33192026-05-26T21:26:30.191Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33202026-05-26T21:26:30.216Z Compiling hashbrown v0.12.3
33212026-05-26T21:26:30.250Z Compiling unicase v2.9.0
33222026-05-26T21:26:30.299Z Compiling corncobs v0.1.4
33232026-05-26T21:26:30.370Z Compiling illumos-nvpair-sys v0.2.0
33242026-05-26T21:26:30.478Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33252026-05-26T21:26:30.497Z Compiling mime_guess v2.0.5
33262026-05-26T21:26:30.509Z Compiling aes-gcm v0.10.3
33272026-05-26T21:26:30.564Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-26T21:26:30.643Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33292026-05-26T21:26:30.754Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-26T21:26:30.809Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33312026-05-26T21:26:30.831Z Compiling tabled v0.20.0
33322026-05-26T21:26:30.875Z Compiling parking_lot v0.11.2
33332026-05-26T21:26:30.920Z Compiling serde-hex v0.1.0
33342026-05-26T21:26:31.101Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-05-26T21:26:31.173Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-26T21:26:31.318Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33372026-05-26T21:26:31.443Z Compiling ron v0.8.1
33382026-05-26T21:26:31.548Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33392026-05-26T21:26:31.607Z Compiling hashbrown v0.13.2
33402026-05-26T21:26:31.635Z Compiling progenitor-client v0.11.2
33412026-05-26T21:26:31.698Z Compiling typify-macro v0.4.3
33422026-05-26T21:26:31.986Z Compiling blowfish v0.9.1
33432026-05-26T21:26:32.006Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33442026-05-26T21:26:32.046Z Compiling prefix-trie v0.7.0
33452026-05-26T21:26:32.133Z Compiling ssh-encoding v0.2.0
33462026-05-26T21:26:32.236Z Compiling progenitor v0.14.0
33472026-05-26T21:26:32.295Z Compiling fxhash v0.2.1
33482026-05-26T21:26:32.325Z Compiling secrecy v0.8.0
33492026-05-26T21:26:32.343Z Compiling progenitor v0.13.0
33502026-05-26T21:26:32.413Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-05-26T21:26:32.469Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33522026-05-26T21:26:32.482Z Compiling crc-any v2.5.0
33532026-05-26T21:26:32.503Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33542026-05-26T21:26:32.527Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33552026-05-26T21:26:32.551Z Compiling sled v0.34.7
33562026-05-26T21:26:32.704Z Compiling hickory-server v0.25.2
33572026-05-26T21:26:32.709Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33582026-05-26T21:26:32.735Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33592026-05-26T21:26:33.133Z Compiling ssh-cipher v0.2.0
33602026-05-26T21:26:33.372Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33612026-05-26T21:26:33.416Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33622026-05-26T21:26:33.436Z Compiling bcrypt-pbkdf v0.10.0
33632026-05-26T21:26:33.565Z Compiling typify v0.4.3
33642026-05-26T21:26:33.652Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33652026-05-26T21:26:33.707Z Compiling progenitor-impl v0.11.2
33662026-05-26T21:26:33.801Z Compiling object v0.30.4
33672026-05-26T21:26:33.852Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33682026-05-26T21:26:33.995Z Compiling password-hash v0.4.2
33692026-05-26T21:26:34.023Z Compiling http-range v0.1.5
33702026-05-26T21:26:34.146Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33712026-05-26T21:26:34.194Z Compiling path-slash v0.1.5
33722026-05-26T21:26:34.250Z Compiling half v1.8.3
33732026-05-26T21:26:34.420Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-05-26T21:26:34.466Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33752026-05-26T21:26:34.551Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-05-26T21:26:34.663Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33772026-05-26T21:26:34.666Z Compiling crc8 v0.1.1
33782026-05-26T21:26:34.834Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33792026-05-26T21:26:35.259Z Compiling serde_cbor v0.11.2
33802026-05-26T21:26:35.471Z Compiling pbkdf2 v0.11.0
33812026-05-26T21:26:35.663Z Compiling illumos-nvpair v0.3.0
33822026-05-26T21:26:35.880Z Compiling ssh-key v0.6.7
33832026-05-26T21:26:35.948Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-05-26T21:26:36.137Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33852026-05-26T21:26:36.210Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33862026-05-26T21:26:36.337Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33872026-05-26T21:26:36.420Z Compiling progenitor-macro v0.11.2
33882026-05-26T21:26:36.569Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33892026-05-26T21:26:36.684Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33902026-05-26T21:26:36.784Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33912026-05-26T21:26:36.804Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33922026-05-26T21:26:36.861Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-26T21:26:36.872Z Compiling p256 v0.13.2
33942026-05-26T21:26:37.258Z Compiling p521 v0.13.3
33952026-05-26T21:26:37.278Z Compiling yasna v0.5.2
33962026-05-26T21:26:37.434Z Compiling kstat-rs v0.2.4
33972026-05-26T21:26:37.595Z Compiling headers-core v0.3.0
33982026-05-26T21:26:37.615Z Compiling nanorand v0.7.0
33992026-05-26T21:26:37.645Z Compiling russh-cryptovec v0.7.3
34002026-05-26T21:26:37.699Z Compiling atty v0.2.14
34012026-05-26T21:26:37.751Z Compiling home v0.5.12
34022026-05-26T21:26:37.770Z Compiling md5 v0.7.0
34032026-05-26T21:26:37.773Z Compiling rcgen v0.12.1
34042026-05-26T21:26:37.814Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34052026-05-26T21:26:37.840Z Compiling headers v0.4.1
34062026-05-26T21:26:37.913Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34072026-05-26T21:26:37.946Z Compiling flume v0.11.1
34082026-05-26T21:26:37.971Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-05-26T21:26:38.039Z Compiling russh-keys v0.45.0
34102026-05-26T21:26:38.112Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-26T21:26:38.291Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34122026-05-26T21:26:38.294Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34132026-05-26T21:26:38.468Z Compiling hyper-staticfile v0.10.1
34142026-05-26T21:26:38.639Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34152026-05-26T21:26:38.642Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34162026-05-26T21:26:38.691Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-05-26T21:26:38.745Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34182026-05-26T21:26:38.761Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34192026-05-26T21:26:38.887Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34202026-05-26T21:26:39.016Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34212026-05-26T21:26:39.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-26T21:26:39.178Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-05-26T21:26:39.196Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-05-26T21:26:39.408Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34252026-05-26T21:26:39.455Z Compiling num-bigint v0.4.6
34262026-05-26T21:26:39.474Z Compiling des v0.8.1
34272026-05-26T21:26:39.497Z Compiling subprocess v0.2.15
34282026-05-26T21:26:39.501Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-26T21:26:39.657Z Compiling hex-literal v0.4.1
34302026-05-26T21:26:39.660Z Compiling display-error-chain v0.2.2
34312026-05-26T21:26:39.727Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-26T21:26:39.745Z Compiling colored v2.2.0
34332026-05-26T21:26:39.805Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34342026-05-26T21:26:39.835Z Compiling socket2 v0.5.10
34352026-05-26T21:26:39.851Z Compiling internet-checksum v0.2.1
34362026-05-26T21:26:39.948Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34372026-05-26T21:26:40.278Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34382026-05-26T21:26:40.632Z Compiling russh v0.45.0
34392026-05-26T21:26:41.278Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34402026-05-26T21:26:41.278Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34412026-05-26T21:26:41.337Z Compiling progenitor v0.11.2
34422026-05-26T21:26:41.508Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34432026-05-26T21:26:43.751Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-26T21:26:44.411Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-26T21:26:44.878Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-26T21:26:46.457Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-26T21:26:47.109Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34482026-05-26T21:26:54.470Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-26T21:26:54.470Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-26T21:26:54.473Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34512026-05-26T21:26:54.473Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34522026-05-26T21:26:56.188Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-26T21:26:56.318Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34542026-05-26T21:27:00.343Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34552026-05-26T21:27:39.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34562026-05-26T21:27:39.295Z
34572026-05-26T21:27:39.295Zreal 1:25.466853003
34582026-05-26T21:27:39.295Zuser 8:06.004550723
34592026-05-26T21:27:39.295Zsys 1:41.904606772
34602026-05-26T21:27:39.295Ztrap 0.239656437
34612026-05-26T21:27:39.295Ztflt 0.561910435
34622026-05-26T21:27:39.295Zdflt 1.677452930
34632026-05-26T21:27:39.295Zkflt 0.000262270
34642026-05-26T21:27:39.295Zlock 27:29.982407779
34652026-05-26T21:27:39.299Zslp 18:38.816520412
34662026-05-26T21:27:39.299Zlat 39.471335398
34672026-05-26T21:27:39.299Zstop 2:42.321520808
34682026-05-26T21:27:39.299Z+ mkdir tests
34692026-05-26T21:27:39.302Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34702026-05-26T21:27:39.302Z+ xargs -I '{}' -t cp '{}' tests/
34712026-05-26T21:27:39.466Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6f71c2715ff53956 tests/
34722026-05-26T21:27:39.491Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-fd078a12641b47b3 tests/
34732026-05-26T21:27:39.522Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-90d5556e7a79f857 tests/
34742026-05-26T21:27:39.553Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-aa1ef0d731f89e16 tests/
34752026-05-26T21:27:39.897Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34762026-05-26T21:27:39.900Z+ 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-fd078a12641b47b3 tests/commtest-90d5556e7a79f857 tests/dhcp_server-6f71c2715ff53956 tests/end_to_end_tests-aa1ef0d731f89e16 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34772026-05-26T21:29:01.957ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34782026-05-26T21:29:01.957Za .github/buildomat/ci-env.sh 1K
34792026-05-26T21:29:01.957Za out/target/test 1K
34802026-05-26T21:29:01.957Za out/npuzone/npuzone 27402K
34812026-05-26T21:29:01.957Za package-manifest.toml 35K
34822026-05-26T21:29:01.957Za smf/sled-agent/non-gimlet/config.toml 6K
34832026-05-26T21:29:01.957Za target/release/omicron-package 46195K
34842026-05-26T21:29:01.957Za target/release/xtask 11449K
34852026-05-26T21:29:01.957Za target/debug/bootstrap 353624K
34862026-05-26T21:29:01.957Za tests/bootstrap-fd078a12641b47b3 31215K
34872026-05-26T21:29:01.957Za tests/commtest-90d5556e7a79f857 32300K
34882026-05-26T21:29:01.957Za tests/dhcp_server-6f71c2715ff53956 31215K
34892026-05-26T21:29:01.957Za tests/end_to_end_tests-aa1ef0d731f89e16 394681K
34902026-05-26T21:29:01.957Za tools/opte_version 1K
34912026-05-26T21:29:01.957Za tools/opte_version_override 2K
34922026-05-26T21:29:01.957Za out/clickhouse.tar.gz 321509K
34932026-05-26T21:29:01.957Za out/clickhouse_keeper.tar.gz 306589K
34942026-05-26T21:29:01.957Za out/clickhouse_server.tar.gz 321506K
34952026-05-26T21:29:01.957Za out/cockroachdb.tar.gz 166104K
34962026-05-26T21:29:01.957Za out/crucible-pantry-zone.tar.gz 41114K
34972026-05-26T21:29:01.958Za out/crucible-utils.tar 16478K
34982026-05-26T21:29:01.958Za out/crucible-zone.tar.gz 56684K
34992026-05-26T21:29:01.958Za out/external-dns.tar.gz 51221K
35002026-05-26T21:29:01.958Za out/internal-dns.tar.gz 51221K
35012026-05-26T21:29:01.958Za out/mg-ddm-gz.tar 95141K
35022026-05-26T21:29:01.958Za out/nexus.tar.gz 278882K
35032026-05-26T21:29:01.958Za out/ntp.tar.gz 32773K
35042026-05-26T21:29:01.958Za out/omicron-gateway-softnpu.tar.gz 29899K
35052026-05-26T21:29:01.958Za out/omicron-sled-agent.tar 203916K
35062026-05-26T21:29:01.958Za out/overlay.tar.gz 3K
35072026-05-26T21:29:01.958Za out/oximeter.tar.gz 68087K
35082026-05-26T21:29:01.958Za out/oxlog.tar 3782K
35092026-05-26T21:29:01.958Za out/probe.tar.gz 3037K
35102026-05-26T21:29:01.958Za out/propolis-server.tar.gz 35483K
35112026-05-26T21:29:01.958Za out/pumpkind-gz.tar 26647K
35122026-05-26T21:29:01.958Za out/switch-softnpu.tar.gz 452996K
35132026-05-26T21:29:01.961Z
35142026-05-26T21:29:01.961Zreal 1:22.057498618
35152026-05-26T21:29:01.961Zuser 1:19.358021684
35162026-05-26T21:29:01.961Zsys 4.483466479
35172026-05-26T21:29:01.961Ztrap 0.007123005
35182026-05-26T21:29:01.961Ztflt 0.000000000
35192026-05-26T21:29:01.961Zdflt 0.000000000
35202026-05-26T21:29:01.961Zkflt 0.000000000
35212026-05-26T21:29:01.961Zlock 0.000000000
35222026-05-26T21:29:01.961Zslp 1:19.232906901
35232026-05-26T21:29:01.961Zlat 1.028005244
35242026-05-26T21:29:01.961Zstop 0.000203690
35252026-05-26T21:29:01.961Zprocess exited: duration 963390 ms, exit code 0
 
35262026-05-26T21:29:01.976Zfound 1 output files
35272026-05-26T21:29:01.976Zuploading: /work/package.tar.gz (2562963222 bytes)
35282026-05-26T21:29:36.086Zuploaded: /work/package.tar.gz