01KS3XGY68JSSVDWVRREQTBN9Y: 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: 01KS3XHHKJW6XVMMMKGMRN2VKA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T00:05:02.876Zjob assigned to worker 01KS3XHS6GK1W0V3B9VHVBTK00 [factory aws, i-0ab770b95b19d5139] (queued for 53 s)
 
22026-05-21T00:05:13.421Zstarting task 0: "setup"
32026-05-21T00:05:13.426Z++ uname -s
42026-05-21T00:05:13.430Z+ kern=SunOS
52026-05-21T00:05:13.430Z+ build_user=build
62026-05-21T00:05:13.430Z+ build_uid=12345
72026-05-21T00:05:13.430Z+ work_dir=/work
82026-05-21T00:05:13.430Z+ input_dir=/input
92026-05-21T00:05:13.430Z+ [[ 0 == 12345 ]]
102026-05-21T00:05:13.430Z+ case "$kern" in
112026-05-21T00:05:13.430Z+ groupadd -g 12345 build
122026-05-21T00:05:13.443Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T00:05:15.453Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T00:05:15.526Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T00:05:15.529Z+ home_fs=zfs
162026-05-21T00:05:15.530Z+ [[ zfs == autofs ]]
172026-05-21T00:05:15.530Z+ mkdir -p /home/build
182026-05-21T00:05:15.530Z+ chown build:build /home/build /work
192026-05-21T00:05:17.532Z+ chmod 0700 /home/build /work
202026-05-21T00:05:17.536Zprocess exited: duration 4117 ms, exit code 0
 
212026-05-21T00:05:17.543Zstarting task 1: "rust-toolchain"
222026-05-21T00:05:17.549Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T00:05:17.549Z * rust toolchain channel = "1.94.0"
242026-05-21T00:05:17.549Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-21T00:05:17.550Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T00:05:17.550Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T00:05:17.550Z * rust toolchain profile = "default"
282026-05-21T00:05:17.553Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T00:05:17.553Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T00:05:17.667Zinfo: downloading installer
312026-05-21T00:05:19.148Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T00:05:19.148Zwarn: /home/build/.rustup/settings.toml
332026-05-21T00:05:19.149Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T00:05:19.149Zwarn: instead of the one inferred from the default host triple.
352026-05-21T00:05:19.158Zinfo: profile set to default
362026-05-21T00:05:19.158Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T00:05:19.161Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T00:05:19.291Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T00:05:19.294Zinfo: downloading 6 components
402026-05-21T00:05:33.936Z
412026-05-21T00:05:33.936Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-21T00:05:33.961Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T00:05:33.962Z
442026-05-21T00:05:33.962Z
452026-05-21T00:05:33.962ZRust is installed now. Great!
462026-05-21T00:05:33.962Z
472026-05-21T00:05:33.984ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T00:05:33.985Zenvironment variable. This has not been done automatically.
492026-05-21T00:05:33.985Z
502026-05-21T00:05:33.985ZTo configure your current shell, you need to source
512026-05-21T00:05:33.985Zthe corresponding env file under $HOME/.cargo.
522026-05-21T00:05:33.985Z
532026-05-21T00:05:33.985ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T00:05:33.985Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T00:05:33.985Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T00:05:33.985Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T00:05:33.985Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T00:05:33.985Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T00:05:33.985Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T00:05:33.985Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T00:05:33.985Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T00:05:34.071Z+ rustup --version
632026-05-21T00:05:34.074Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T00:05:34.074Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T00:05:34.077Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T00:05:34.080Z+ cargo --version
672026-05-21T00:05:34.087Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T00:05:34.092Z+ rustc --version
692026-05-21T00:05:34.131Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T00:05:34.135Zprocess exited: duration 16571 ms, exit code 0
 
712026-05-21T00:05:34.141Zstarting task 2: "authentication"
722026-05-21T00:05:34.177Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T00:05:34.184Zstarting task 3: "clone repository"
742026-05-21T00:05:34.188Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T00:05:34.192Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T00:05:34.301ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T00:05:48.303Z+ cd /work/oxidecomputer/omicron
782026-05-21T00:05:48.304Z+ git fetch origin 5dfc4fd9e3ee5bb539ece58183cf2de5c05d077e
792026-05-21T00:05:48.304ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T00:05:48.304Z * branch 5dfc4fd9e3ee5bb539ece58183cf2de5c05d077e -> FETCH_HEAD
812026-05-21T00:05:48.304Z+ [[ -n fm-disk-diagnoser ]]
822026-05-21T00:05:48.304Z++ git branch --show-current
832026-05-21T00:05:48.304Z+ current=main
842026-05-21T00:05:48.304Z+ [[ main != fm-disk-diagnoser ]]
852026-05-21T00:05:48.304Z+ git branch -f fm-disk-diagnoser 5dfc4fd9e3ee5bb539ece58183cf2de5c05d077e
862026-05-21T00:05:48.304Z+ git checkout -f fm-disk-diagnoser
872026-05-21T00:05:48.304ZSwitched to branch 'fm-disk-diagnoser'
882026-05-21T00:05:48.304Z+ git reset --hard 5dfc4fd9e3ee5bb539ece58183cf2de5c05d077e
892026-05-21T00:05:48.304ZHEAD is now at 5dfc4fd9e Index by physical disk, refactor, check analysis report
902026-05-21T00:05:48.304Zprocess exited: duration 10596 ms, exit code 0
 
912026-05-21T00:05:48.435Zstarting task 4: "build"
922026-05-21T00:05:48.497Z+ source .github/buildomat/ci-env.sh
932026-05-21T00:05:48.498Z++ export CARGO_TERM_COLOR=always
942026-05-21T00:05:48.498Z++ CARGO_TERM_COLOR=always
952026-05-21T00:05:48.498Z+ cargo --version
962026-05-21T00:05:48.498Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T00:05:48.498Z+ rustc --version
982026-05-21T00:05:48.514Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T00:05:48.514Z+ WORK=/work
1002026-05-21T00:05:48.514Z+ pfexec mkdir -p /work
1012026-05-21T00:05:48.514Z+ pfexec chown build /work
1022026-05-21T00:05:48.514Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-21T00:05:50.601Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-21T00:05:50.655Z Startup: Caching catalogs ... Done
1052026-05-21T00:05:50.900ZPlanning: Solver setup ... Done (0.173s)
1062026-05-21T00:05:50.920ZPlanning: Running solver ... Done (0.017s)
1072026-05-21T00:05:50.920ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-21T00:05:50.920ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-21T00:05:50.948ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-21T00:05:50.958ZPlanning: Package planning ... Done (0.013s)
1112026-05-21T00:05:50.958ZPlanning: Merging actions ... Done (0.001s)
1122026-05-21T00:05:51.129ZPlanning: Checking for conflicting actions ... Done (0.193s)
1132026-05-21T00:05:51.149ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-21T00:05:52.581ZPlanning: Evaluating mediators ... Done (1.444s)
1152026-05-21T00:05:52.617ZPlanning: Planning completed in 1.90 seconds
1162026-05-21T00:05:52.617Z Packages to install: 2
1172026-05-21T00:05:52.617Z Estimated space available: 156.07 GB
1182026-05-21T00:05:52.617ZEstimated space to be consumed: 19.75 MB
1192026-05-21T00:05:52.617Z Create boot environment: No
1202026-05-21T00:05:52.618ZCreate backup boot environment: No
1212026-05-21T00:05:52.618Z Rebuild boot archive: No
1222026-05-21T00:05:52.618Z
1232026-05-21T00:05:52.618ZChanged packages:
1242026-05-21T00:05:52.618Zhelios
1252026-05-21T00:05:52.618Z developer/build-essential
1262026-05-21T00:05:52.618Z None -> 11-3.0
1272026-05-21T00:05:52.618Z library/libxmlsec1
1282026-05-21T00:05:52.618Z None -> 1.2.35-3.0
1292026-05-21T00:05:52.726Z
1302026-05-21T00:05:52.726ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-21T00:05:53.395ZDownload: Completed 1.28 MB in 0.76 seconds (1.7M/s)
1322026-05-21T00:05:53.482Z Actions: 1/268 actions (Installing new actions)
1332026-05-21T00:05:53.534Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-21T00:05:53.545ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-21T00:05:53.545ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-21T00:05:53.580ZFinalize: Updating image state ... Done (0.015s)
1372026-05-21T00:05:56.364ZFinalize: Creating fast lookup database ... Done (2.794s)
1382026-05-21T00:05:56.455ZFinalize: Reading search index ... Done (0.024s)
1392026-05-21T00:05:56.485ZFinalize: Updating search index ... Done (0.000s)
1402026-05-21T00:05:56.554ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-21T00:05:56.846ZPlanning: Evaluating mediator changes ... Done
1422026-05-21T00:05:56.949ZPlanning: Checking for conflicting actions ... Done
1432026-05-21T00:05:56.951ZPlanning: Consolidating action changes ... Done
1442026-05-21T00:05:57.104ZPlanning: Evaluating mediators ... Done
1452026-05-21T00:05:57.107ZPlanning: Planning completed in 0.26 seconds
1462026-05-21T00:05:57.129Z Mediators to change: 2
1472026-05-21T00:05:57.129Z Create boot environment: No
1482026-05-21T00:05:57.129ZCreate backup boot environment: No
1492026-05-21T00:05:57.181ZFinalize: Updating package state database ... Done
1502026-05-21T00:05:57.181ZFinalize: Updating package cache ... Done
1512026-05-21T00:05:57.191ZFinalize: Updating image state ... Done
1522026-05-21T00:05:59.150ZFinalize: Creating fast lookup database ... Done
1532026-05-21T00:05:59.207ZFinalize: Reading search index ... Done
1542026-05-21T00:05:59.225ZFinalize: Updating search index ... Done
1552026-05-21T00:05:59.300ZFinalize: Updating package cache ... Done
1562026-05-21T00:05:59.575ZPlanning: Evaluating mediator changes ... Done
1572026-05-21T00:05:59.686ZPlanning: Checking for conflicting actions ... Done
1582026-05-21T00:05:59.697ZPlanning: Consolidating action changes ... Done
1592026-05-21T00:05:59.831ZPlanning: Evaluating mediators ... Done
1602026-05-21T00:05:59.834ZPlanning: Planning completed in 0.26 seconds
1612026-05-21T00:05:59.856Z Mediators to change: 1
1622026-05-21T00:05:59.856Z Create boot environment: No
1632026-05-21T00:05:59.856ZCreate backup boot environment: No
1642026-05-21T00:05:59.903ZFinalize: Updating package state database ... Done
1652026-05-21T00:05:59.903ZFinalize: Updating package cache ... Done
1662026-05-21T00:05:59.910ZFinalize: Updating image state ... Done
1672026-05-21T00:06:01.850ZFinalize: Creating fast lookup database ... Done
1682026-05-21T00:06:01.915ZFinalize: Reading search index ... Done
1692026-05-21T00:06:01.918ZFinalize: Updating search index ... Done
1702026-05-21T00:06:01.995ZFinalize: Updating package cache ... Done
1712026-05-21T00:06:02.302ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-21T00:06:02.302Zapache system 2.4 system
1732026-05-21T00:06:02.302Zclang system 15 system
1742026-05-21T00:06:02.302Zcsh system system illumos
1752026-05-21T00:06:02.302Zctags system system illumos
1762026-05-21T00:06:02.302Zfile vendor vendor darwinsys
1772026-05-21T00:06:02.302Zfile system system illumos
1782026-05-21T00:06:02.302Zgcc vendor 14 vendor
1792026-05-21T00:06:02.302Zgcc system 13 system
1802026-05-21T00:06:02.302Zgcc system 10 system
1812026-05-21T00:06:02.302Zgo system 1.25 system
1822026-05-21T00:06:02.302Zllvm system 15 system
1832026-05-21T00:06:02.302Zmariadb system 11.4 system
1842026-05-21T00:06:02.302Zmta vendor vendor dma
1852026-05-21T00:06:02.302Zopenjdk system 17 system
1862026-05-21T00:06:02.302Zopenjdk system 11 system
1872026-05-21T00:06:02.302Zopenssl vendor 3 vendor
1882026-05-21T00:06:02.302Zperl system 5.40 system
1892026-05-21T00:06:02.302Zpostgresql system 18 system
1902026-05-21T00:06:02.302Zpostgresql system 17 system
1912026-05-21T00:06:02.302Zpython vendor 3 vendor
1922026-05-21T00:06:02.302Zpython system 2 system
1932026-05-21T00:06:02.302Zpython3 vendor 3.13 vendor
1942026-05-21T00:06:02.302Zruby system 3.4 system
1952026-05-21T00:06:02.302Zruby system 3.0 system
1962026-05-21T00:06:02.302Zwords vendor vendor american-english
1972026-05-21T00:06:02.302Zwords system system australian-english
1982026-05-21T00:06:02.302Zwords system system british-english
1992026-05-21T00:06:02.302Zwords system system canadian-english
2002026-05-21T00:06:02.303Zwords system system french
2012026-05-21T00:06:02.303Zwords system system italian
2022026-05-21T00:06:02.303Zwords system system ngerman
2032026-05-21T00:06:02.303Zwords system system ogerman
2042026-05-21T00:06:02.303Zwords system system spanish
2052026-05-21T00:06:02.555ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-21T00:06:02.556Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-21T00:06:02.833ZFMRI IFO
2082026-05-21T00:06:02.833Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-21T00:06:02.833Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-21T00:06:02.833Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-21T00:06:02.833Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-21T00:06:02.833Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-21T00:06:02.833Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-21T00:06:02.833Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-21T00:06:02.833Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-21T00:06:02.833Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-21T00:06:03.064Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-21T00:06:03.340Z Updating crates.io index
2192026-05-21T00:06:03.342Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-21T00:06:03.631Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-21T00:06:04.582Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-21T00:06:05.196Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-21T00:06:06.045Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-21T00:06:06.529Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-21T00:06:07.836Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-21T00:06:08.738Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-21T00:06:08.961Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-21T00:06:09.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-21T00:06:10.225Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-21T00:06:10.586Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-21T00:06:10.923Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-21T00:06:11.810Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-21T00:06:12.266Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-21T00:06:12.513Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-21T00:06:12.868Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-21T00:06:13.345Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-21T00:06:13.624Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-21T00:06:14.089Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-21T00:06:14.308Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-21T00:06:14.552Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-21T00:06:14.989Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-21T00:06:15.318Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-21T00:06:15.912Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-21T00:06:16.135Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-21T00:06:16.423Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-21T00:06:17.293Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-21T00:06:17.846Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-21T00:06:18.375Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-21T00:06:18.832Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-21T00:06:19.148Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-21T00:06:19.445Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-21T00:06:19.814Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-21T00:06:20.352Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-21T00:06:20.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-21T00:06:20.836Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-21T00:06:21.134Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-21T00:06:21.501Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-21T00:06:33.141Z Downloading crates ...
2592026-05-21T00:06:33.191Z Downloaded block-buffer v0.10.4
2602026-05-21T00:06:33.193Z Downloaded camino-tempfile v1.4.1
2612026-05-21T00:06:33.193Z Downloaded typeid v1.0.3
2622026-05-21T00:06:33.193Z Downloaded byteorder v1.5.0
2632026-05-21T00:06:33.193Z Downloaded anstream v0.6.21
2642026-05-21T00:06:33.193Z Downloaded tinystr v0.8.2
2652026-05-21T00:06:33.226Z Downloaded crypto-common v0.1.7
2662026-05-21T00:06:33.226Z Downloaded anstyle-parse v0.2.7
2672026-05-21T00:06:33.226Z Downloaded clap_lex v1.0.0
2682026-05-21T00:06:33.226Z Downloaded smallvec v1.15.1
2692026-05-21T00:06:33.226Z Downloaded fastrand v2.3.0
2702026-05-21T00:06:33.226Z Downloaded zmij v1.0.21
2712026-05-21T00:06:33.226Z Downloaded serde_derive v1.0.228
2722026-05-21T00:06:33.226Z Downloaded serde_spanned v0.6.9
2732026-05-21T00:06:33.226Z Downloaded autocfg v1.5.0
2742026-05-21T00:06:33.226Z Downloaded potential_utf v0.1.4
2752026-05-21T00:06:33.226Z Downloaded pretty-hex v0.4.1
2762026-05-21T00:06:33.226Z Downloaded version_check v0.9.5
2772026-05-21T00:06:33.226Z Downloaded macaddr v1.0.1
2782026-05-21T00:06:33.226Z Downloaded unicode-linebreak v0.1.5
2792026-05-21T00:06:33.226Z Downloaded litemap v0.8.1
2802026-05-21T00:06:33.226Z Downloaded cargo_toml v0.21.0
2812026-05-21T00:06:33.226Z Downloaded anstyle-query v1.1.5
2822026-05-21T00:06:33.227Z Downloaded writeable v0.6.2
2832026-05-21T00:06:33.227Z Downloaded zerofrom v0.1.6
2842026-05-21T00:06:33.227Z Downloaded unicode-xid v0.2.6
2852026-05-21T00:06:33.227Z Downloaded scroll_derive v0.12.1
2862026-05-21T00:06:33.227Z Downloaded proc-macro-error-attr v1.0.4
2872026-05-21T00:06:33.227Z Downloaded utf8_iter v1.0.4
2882026-05-21T00:06:33.227Z Downloaded serde_tokenstream v0.2.3
2892026-05-21T00:06:33.227Z Downloaded log v0.4.29
2902026-05-21T00:06:33.227Z Downloaded cargo-platform v0.2.0
2912026-05-21T00:06:33.227Z Downloaded textwrap v0.16.2
2922026-05-21T00:06:33.273Z Downloaded serde-untagged v0.1.9
2932026-05-21T00:06:33.273Z Downloaded cargo_metadata v0.21.0
2942026-05-21T00:06:33.273Z Downloaded serde_core v1.0.228
2952026-05-21T00:06:33.273Z Downloaded clap_derive v4.5.55
2962026-05-21T00:06:33.273Z Downloaded usdt-macro v0.5.0
2972026-05-21T00:06:33.273Z Downloaded zerofrom-derive v0.1.6
2982026-05-21T00:06:33.273Z Downloaded terminal_size v0.4.3
2992026-05-21T00:06:33.273Z Downloaded dof v0.3.0
3002026-05-21T00:06:33.273Z Downloaded url v2.5.8
3012026-05-21T00:06:33.273Z Downloaded utf8parse v0.2.2
3022026-05-21T00:06:33.273Z Downloaded thiserror-impl v1.0.69
3032026-05-21T00:06:33.273Z Downloaded yoke v0.8.1
3042026-05-21T00:06:33.273Z Downloaded zerovec-derive v0.11.2
3052026-05-21T00:06:33.274Z Downloaded ucd-trie v0.1.7
3062026-05-21T00:06:33.274Z Downloaded thiserror-impl v2.0.18
3072026-05-21T00:06:33.274Z Downloaded serde-value v0.7.0
3082026-05-21T00:06:33.274Z Downloaded itoa v1.0.17
3092026-05-21T00:06:33.274Z Downloaded thiserror v2.0.18
3102026-05-21T00:06:33.274Z Downloaded yoke-derive v0.8.1
3112026-05-21T00:06:33.274Z Downloaded usdt-attr-macro v0.5.0
3122026-05-21T00:06:33.274Z Downloaded zerotrie v0.2.3
3132026-05-21T00:06:33.274Z Downloaded toml_edit v0.22.27
3142026-05-21T00:06:33.274Z Downloaded toml_write v0.1.2
3152026-05-21T00:06:33.274Z Downloaded ordered-float v2.10.1
3162026-05-21T00:06:33.274Z Downloaded zerocopy-derive v0.7.35
3172026-05-21T00:06:33.278Z Downloaded usdt-impl v0.5.0
3182026-05-21T00:06:33.278Z Downloaded smawk v0.3.2
3192026-05-21T00:06:33.278Z Downloaded toml_datetime v0.6.11
3202026-05-21T00:06:33.278Z Downloaded thread-id v4.2.2
3212026-05-21T00:06:33.278Z Downloaded stable_deref_trait v1.2.1
3222026-05-21T00:06:33.279Z Downloaded idna_adapter v1.2.1
3232026-05-21T00:06:33.279Z Downloaded equivalent v1.0.2
3242026-05-21T00:06:33.279Z Downloaded thiserror v1.0.69
3252026-05-21T00:06:33.279Z Downloaded unicode-ident v1.0.24
3262026-05-21T00:06:33.279Z Downloaded colorchoice v1.0.4
3272026-05-21T00:06:33.279Z Downloaded usdt v0.5.0
3282026-05-21T00:06:33.279Z Downloaded toml v0.8.23
3292026-05-21T00:06:33.279Z Downloaded proc-macro2 v1.0.106
3302026-05-21T00:06:33.279Z Downloaded typenum v1.19.0
3312026-05-21T00:06:33.279Z Downloaded is_terminal_polyfill v1.70.2
3322026-05-21T00:06:33.279Z Downloaded zerocopy v0.7.35
3332026-05-21T00:06:33.284Z Downloaded zerovec v0.11.5
3342026-05-21T00:06:33.297Z Downloaded tabled_derive v0.7.0
3352026-05-21T00:06:33.297Z Downloaded generic-array v0.14.7
3362026-05-21T00:06:33.298Z Downloaded plain v0.2.3
3372026-05-21T00:06:33.298Z Downloaded percent-encoding v2.3.2
3382026-05-21T00:06:33.298Z Downloaded heck v0.5.0
3392026-05-21T00:06:33.298Z Downloaded winnow v0.7.14
3402026-05-21T00:06:33.307Z Downloaded swrite v0.1.0
3412026-05-21T00:06:33.307Z Downloaded unicode-width v0.2.0
3422026-05-21T00:06:33.307Z Downloaded unicode-width v0.1.14
3432026-05-21T00:06:33.307Z Downloaded errno v0.3.14
3442026-05-21T00:06:33.307Z Downloaded cpufeatures v0.2.17
3452026-05-21T00:06:33.307Z Downloaded cfg-if v1.0.4
3462026-05-21T00:06:33.307Z Downloaded form_urlencoded v1.2.2
3472026-05-21T00:06:33.314Z Downloaded memmap v0.7.0
3482026-05-21T00:06:33.315Z Downloaded bytecount v0.6.9
3492026-05-21T00:06:33.315Z Downloaded quote v1.0.45
3502026-05-21T00:06:33.315Z Downloaded displaydoc v0.2.5
3512026-05-21T00:06:33.319Z Downloaded sha2 v0.10.9
3522026-05-21T00:06:33.319Z Downloaded scroll v0.12.0
3532026-05-21T00:06:33.319Z Downloaded proc-macro-error v1.0.4
3542026-05-21T00:06:33.319Z Downloaded strsim v0.11.1
3552026-05-21T00:06:33.323Z Downloaded dtrace-parser v0.2.0
3562026-05-21T00:06:33.342Z Downloaded anyhow v1.0.102
3572026-05-21T00:06:33.362Z Downloaded anstyle v1.0.13
3582026-05-21T00:06:33.362Z Downloaded heck v0.4.1
3592026-05-21T00:06:33.386Z Downloaded fs-err v3.3.0
3602026-05-21T00:06:33.386Z Downloaded digest v0.10.7
3612026-05-21T00:06:33.386Z Downloaded fnv v1.0.7
3622026-05-21T00:06:33.386Z Downloaded semver v1.0.28
3632026-05-21T00:06:33.386Z Downloaded camino v1.2.2
3642026-05-21T00:06:33.386Z Downloaded synstructure v0.13.2
3652026-05-21T00:06:33.386Z Downloaded icu_properties v2.1.2
3662026-05-21T00:06:33.386Z Downloaded cargo-util-schemas v0.8.2
3672026-05-21T00:06:33.398Z Downloaded pest_derive v2.8.6
3682026-05-21T00:06:33.398Z Downloaded erased-serde v0.4.9
3692026-05-21T00:06:33.421Z Downloaded pest_generator v2.8.6
3702026-05-21T00:06:33.421Z Downloaded once_cell v1.21.3
3712026-05-21T00:06:33.426Z Downloaded bitflags v2.11.0
3722026-05-21T00:06:33.431Z Downloaded tempfile v3.25.0
3732026-05-21T00:06:33.431Z Downloaded clap v4.5.60
3742026-05-21T00:06:33.431Z Downloaded getrandom v0.4.1
3752026-05-21T00:06:33.431Z Downloaded num-traits v0.2.19
3762026-05-21T00:06:33.436Z Downloaded icu_provider v2.1.1
3772026-05-21T00:06:33.436Z Downloaded papergrid v0.11.0
3782026-05-21T00:06:33.459Z Downloaded icu_locale_core v2.1.1
3792026-05-21T00:06:33.495Z Downloaded icu_normalizer_data v2.1.1
3802026-05-21T00:06:33.495Z Downloaded serde v1.0.228
3812026-05-21T00:06:33.495Z Downloaded icu_collections v2.1.1
3822026-05-21T00:06:33.495Z Downloaded pest_meta v2.8.6
3832026-05-21T00:06:33.495Z Downloaded icu_normalizer v2.1.1
3842026-05-21T00:06:33.531Z Downloaded memchr v2.8.0
3852026-05-21T00:06:33.531Z Downloaded idna v1.1.0
3862026-05-21T00:06:33.531Z Downloaded indexmap v2.14.0
3872026-05-21T00:06:33.531Z Downloaded pest v2.8.6
3882026-05-21T00:06:33.548Z Downloaded serde_json v1.0.149
3892026-05-21T00:06:33.548Z Downloaded hashbrown v0.17.0
3902026-05-21T00:06:33.561Z Downloaded clap_builder v4.5.60
3912026-05-21T00:06:33.562Z Downloaded icu_properties_data v2.1.2
3922026-05-21T00:06:33.571Z Downloaded tabled v0.15.0
3932026-05-21T00:06:33.590Z Downloaded syn v2.0.117
3942026-05-21T00:06:33.596Z Downloaded syn v1.0.109
3952026-05-21T00:06:33.596Z Downloaded goblin v0.8.2
3962026-05-21T00:06:33.606Z Downloaded rustix v1.1.3
3972026-05-21T00:06:33.641Z Downloaded libc v0.2.185
3982026-05-21T00:06:33.712Z Compiling proc-macro2 v1.0.106
3992026-05-21T00:06:33.712Z Compiling unicode-ident v1.0.24
4002026-05-21T00:06:33.725Z Compiling quote v1.0.45
4012026-05-21T00:06:33.725Z Compiling serde_core v1.0.228
4022026-05-21T00:06:33.725Z Compiling libc v0.2.185
4032026-05-21T00:06:33.725Z Compiling version_check v0.9.5
4042026-05-21T00:06:33.725Z Compiling serde v1.0.228
4052026-05-21T00:06:33.725Z Compiling stable_deref_trait v1.2.1
4062026-05-21T00:06:33.725Z Compiling memchr v2.8.0
4072026-05-21T00:06:33.886Z Compiling zmij v1.0.21
4082026-05-21T00:06:33.889Z Compiling thiserror v1.0.69
4092026-05-21T00:06:33.889Z Compiling autocfg v1.5.0
4102026-05-21T00:06:33.889Z Compiling ucd-trie v0.1.7
4112026-05-21T00:06:33.889Z Compiling itoa v1.0.17
4122026-05-21T00:06:33.903Z Compiling litemap v0.8.1
4132026-05-21T00:06:34.011Z Compiling writeable v0.6.2
4142026-05-21T00:06:34.143Z Compiling icu_properties_data v2.1.2
4152026-05-21T00:06:34.216Z Compiling rustix v1.1.3
4162026-05-21T00:06:34.262Z Compiling byteorder v1.5.0
4172026-05-21T00:06:34.326Z Compiling pest v2.8.6
4182026-05-21T00:06:34.344Z Compiling icu_normalizer_data v2.1.1
4192026-05-21T00:06:34.490Z Compiling bitflags v2.11.0
4202026-05-21T00:06:34.544Z Compiling serde_json v1.0.149
4212026-05-21T00:06:34.563Z Compiling num-traits v0.2.19
4222026-05-21T00:06:34.636Z Compiling smallvec v1.15.1
4232026-05-21T00:06:34.709Z Compiling typeid v1.0.3
4242026-05-21T00:06:34.812Z Compiling hashbrown v0.17.0
4252026-05-21T00:06:34.902Z Compiling equivalent v1.0.2
4262026-05-21T00:06:34.943Z Compiling proc-macro-error-attr v1.0.4
4272026-05-21T00:06:34.943Z Compiling usdt-impl v0.5.0
4282026-05-21T00:06:34.947Z Compiling winnow v0.7.14
4292026-05-21T00:06:34.958Z Compiling toml_write v0.1.2
4302026-05-21T00:06:34.961Z Compiling syn v1.0.109
4312026-05-21T00:06:35.032Z Compiling erased-serde v0.4.9
4322026-05-21T00:06:35.084Z Compiling proc-macro-error v1.0.4
4332026-05-21T00:06:35.087Z Compiling getrandom v0.4.1
4342026-05-21T00:06:35.170Z Compiling errno v0.3.14
4352026-05-21T00:06:35.189Z Compiling thread-id v4.2.2
4362026-05-21T00:06:35.309Z Compiling camino v1.2.2
4372026-05-21T00:06:35.374Z Compiling percent-encoding v2.3.2
4382026-05-21T00:06:35.399Z Compiling pest_meta v2.8.6
4392026-05-21T00:06:35.409Z Compiling indexmap v2.14.0
4402026-05-21T00:06:35.430Z Compiling utf8_iter v1.0.4
4412026-05-21T00:06:35.477Z Compiling log v0.4.29
4422026-05-21T00:06:35.500Z Compiling utf8parse v0.2.2
4432026-05-21T00:06:35.525Z Compiling syn v2.0.117
4442026-05-21T00:06:35.631Z Compiling plain v0.2.3
4452026-05-21T00:06:35.668Z Compiling thiserror v2.0.18
4462026-05-21T00:06:35.677Z Compiling form_urlencoded v1.2.2
4472026-05-21T00:06:35.708Z Compiling anstyle-parse v0.2.7
4482026-05-21T00:06:35.850Z Compiling pretty-hex v0.4.1
4492026-05-21T00:06:35.882Z Compiling colorchoice v1.0.4
4502026-05-21T00:06:35.922Z Compiling anstyle-query v1.1.5
4512026-05-21T00:06:35.947Z Compiling ordered-float v2.10.1
4522026-05-21T00:06:36.009Z Compiling anstyle v1.0.13
4532026-05-21T00:06:36.029Z Compiling is_terminal_polyfill v1.70.2
4542026-05-21T00:06:36.032Z Compiling cfg-if v1.0.4
4552026-05-21T00:06:36.141Z Compiling fs-err v3.3.0
4562026-05-21T00:06:36.159Z Compiling once_cell v1.21.3
4572026-05-21T00:06:36.193Z Compiling anstream v0.6.21
4582026-05-21T00:06:36.196Z Compiling unicode-xid v0.2.6
4592026-05-21T00:06:36.228Z Compiling bytecount v0.6.9
4602026-05-21T00:06:36.258Z Compiling terminal_size v0.4.3
4612026-05-21T00:06:36.277Z Compiling unicode-width v0.1.14
4622026-05-21T00:06:36.317Z Compiling fnv v1.0.7
4632026-05-21T00:06:36.353Z Compiling heck v0.5.0
4642026-05-21T00:06:36.372Z Compiling clap_lex v1.0.0
4652026-05-21T00:06:36.391Z Compiling fastrand v2.3.0
4662026-05-21T00:06:36.409Z Compiling strsim v0.11.1
4672026-05-21T00:06:36.428Z Compiling anyhow v1.0.102
4682026-05-21T00:06:36.446Z Compiling heck v0.4.1
4692026-05-21T00:06:36.637Z Compiling semver v1.0.28
4702026-05-21T00:06:36.655Z Compiling clap_builder v4.5.60
4712026-05-21T00:06:36.688Z Compiling tempfile v3.25.0
4722026-05-21T00:06:36.689Z Compiling papergrid v0.11.0
4732026-05-21T00:06:36.724Z Compiling memmap v0.7.0
4742026-05-21T00:06:36.794Z Compiling smawk v0.3.2
4752026-05-21T00:06:36.946Z Compiling unicode-width v0.2.0
4762026-05-21T00:06:36.999Z Compiling serde-untagged v0.1.9
4772026-05-21T00:06:37.018Z Compiling unicode-linebreak v0.1.5
4782026-05-21T00:06:37.052Z Compiling camino-tempfile v1.4.1
4792026-05-21T00:06:37.138Z Compiling swrite v0.1.0
4802026-05-21T00:06:37.155Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-21T00:06:37.254Z Compiling textwrap v0.16.2
4822026-05-21T00:06:37.536Z Compiling tabled_derive v0.7.0
4832026-05-21T00:06:38.158Z Compiling synstructure v0.13.2
4842026-05-21T00:06:38.158Z Compiling pest_generator v2.8.6
4852026-05-21T00:06:38.192Z Compiling tabled v0.15.0
4862026-05-21T00:06:38.700Z Compiling serde_derive v1.0.228
4872026-05-21T00:06:38.703Z Compiling zerofrom-derive v0.1.6
4882026-05-21T00:06:38.703Z Compiling yoke-derive v0.8.1
4892026-05-21T00:06:38.703Z Compiling zerovec-derive v0.11.2
4902026-05-21T00:06:38.703Z Compiling displaydoc v0.2.5
4912026-05-21T00:06:38.703Z Compiling thiserror-impl v1.0.69
4922026-05-21T00:06:38.703Z Compiling zerocopy-derive v0.7.35
4932026-05-21T00:06:38.716Z Compiling scroll_derive v0.12.1
4942026-05-21T00:06:38.720Z Compiling thiserror-impl v2.0.18
4952026-05-21T00:06:38.735Z Compiling clap_derive v4.5.55
4962026-05-21T00:06:38.857Z Compiling pest_derive v2.8.6
4972026-05-21T00:06:39.356Z Compiling scroll v0.12.0
4982026-05-21T00:06:39.417Z Compiling zerocopy v0.7.35
4992026-05-21T00:06:39.579Z Compiling goblin v0.8.2
5002026-05-21T00:06:39.826Z Compiling dtrace-parser v0.2.0
5012026-05-21T00:06:39.844Z Compiling zerofrom v0.1.6
5022026-05-21T00:06:39.953Z Compiling yoke v0.8.1
5032026-05-21T00:06:40.096Z Compiling clap v4.5.60
5042026-05-21T00:06:40.113Z Compiling zerovec v0.11.5
5052026-05-21T00:06:40.117Z Compiling zerotrie v0.2.3
5062026-05-21T00:06:40.524Z Compiling tinystr v0.8.2
5072026-05-21T00:06:40.524Z Compiling potential_utf v0.1.4
5082026-05-21T00:06:40.655Z Compiling icu_collections v2.1.1
5092026-05-21T00:06:40.677Z Compiling icu_locale_core v2.1.1
5102026-05-21T00:06:41.115Z Compiling dof v0.3.0
5112026-05-21T00:06:41.115Z Compiling serde_tokenstream v0.2.3
5122026-05-21T00:06:41.148Z Compiling toml_datetime v0.6.11
5132026-05-21T00:06:41.152Z Compiling serde_spanned v0.6.9
5142026-05-21T00:06:41.152Z Compiling serde-value v0.7.0
5152026-05-21T00:06:41.152Z Compiling cargo-platform v0.2.0
5162026-05-21T00:06:41.152Z Compiling macaddr v1.0.1
5172026-05-21T00:06:41.234Z Compiling icu_provider v2.1.1
5182026-05-21T00:06:41.377Z Compiling toml_edit v0.22.27
5192026-05-21T00:06:41.517Z Compiling icu_normalizer v2.1.1
5202026-05-21T00:06:41.517Z Compiling icu_properties v2.1.2
5212026-05-21T00:06:41.850Z Compiling usdt-macro v0.5.0
5222026-05-21T00:06:41.850Z Compiling usdt-attr-macro v0.5.0
5232026-05-21T00:06:42.360Z Compiling idna_adapter v1.2.1
5242026-05-21T00:06:42.462Z Compiling usdt v0.5.0
5252026-05-21T00:06:42.481Z Compiling idna v1.1.0
5262026-05-21T00:06:42.730Z Compiling url v2.5.8
5272026-05-21T00:06:42.747Z Compiling toml v0.8.23
5282026-05-21T00:06:43.082Z Compiling cargo_toml v0.21.0
5292026-05-21T00:06:43.136Z Compiling cargo-util-schemas v0.8.2
5302026-05-21T00:06:43.901Z Compiling cargo_metadata v0.21.0
5312026-05-21T00:06:44.815Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-21T00:06:46.902Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.01s
5332026-05-21T00:06:47.171Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-21T00:06:47.725Z Downloading crates ...
5352026-05-21T00:06:47.823Z Downloaded async-recursion v1.1.1
5362026-05-21T00:06:47.826Z Downloaded atty v0.2.14
5372026-05-21T00:06:47.830Z Downloaded bitflags v1.3.2
5382026-05-21T00:06:47.833Z Downloaded curve25519-dalek-derive v0.1.1
5392026-05-21T00:06:47.836Z Downloaded console v0.15.11
5402026-05-21T00:06:47.839Z Downloaded daft-derive v0.1.7
5412026-05-21T00:06:47.842Z Downloaded csv-core v0.1.13
5422026-05-21T00:06:47.845Z Downloaded bit-set v0.8.0
5432026-05-21T00:06:47.845Z Downloaded crc8 v0.1.1
5442026-05-21T00:06:47.848Z Downloaded convert_case v0.10.0
5452026-05-21T00:06:47.851Z Downloaded const_format v0.2.35
5462026-05-21T00:06:47.853Z Downloaded compact_str v0.8.1
5472026-05-21T00:06:47.854Z Downloaded cbc v0.1.2
5482026-05-21T00:06:47.856Z Downloaded ciborium-ll v0.2.2
5492026-05-21T00:06:47.856Z Downloaded allocator-api2 v0.2.21
5502026-05-21T00:06:47.870Z Downloaded castaway v0.2.4
5512026-05-21T00:06:47.873Z Downloaded bzip2 v0.4.4
5522026-05-21T00:06:47.877Z Downloaded flagset v0.4.7
5532026-05-21T00:06:47.881Z Downloaded blake3 v1.8.3
5542026-05-21T00:06:47.884Z Downloaded foreign-types-shared v0.3.1
5552026-05-21T00:06:47.887Z Downloaded embedded-io v0.4.0
5562026-05-21T00:06:47.888Z Downloaded document-features v0.2.12
5572026-05-21T00:06:47.888Z Downloaded darling_macro v0.20.11
5582026-05-21T00:06:47.891Z Downloaded bcrypt-pbkdf v0.10.0
5592026-05-21T00:06:47.891Z Downloaded fd-lock v4.0.4
5602026-05-21T00:06:47.893Z Downloaded darling_macro v0.23.0
5612026-05-21T00:06:47.894Z Downloaded darling_macro v0.21.3
5622026-05-21T00:06:47.894Z Downloaded bitfield-struct v0.6.2
5632026-05-21T00:06:47.894Z Downloaded adler2 v2.0.1
5642026-05-21T00:06:47.897Z Downloaded cstr-argument v0.1.2
5652026-05-21T00:06:47.897Z Downloaded ciborium-io v0.2.2
5662026-05-21T00:06:47.897Z Downloaded float-cmp v0.10.0
5672026-05-21T00:06:47.897Z Downloaded des v0.8.1
5682026-05-21T00:06:47.900Z Downloaded crunchy v0.2.4
5692026-05-21T00:06:47.900Z Downloaded cfg_aliases v0.2.1
5702026-05-21T00:06:47.900Z Downloaded ascii-canvas v3.0.0
5712026-05-21T00:06:47.903Z Downloaded bitfield-macros v0.19.4
5722026-05-21T00:06:47.903Z Downloaded atomicwrites v0.4.4
5732026-05-21T00:06:47.903Z Downloaded compression-core v0.4.31
5742026-05-21T00:06:47.903Z Downloaded dtrace-parser v0.3.0
5752026-05-21T00:06:47.906Z Downloaded dsl_auto_type v0.2.0
5762026-05-21T00:06:47.906Z Downloaded derive_builder_macro v0.20.2
5772026-05-21T00:06:47.906Z Downloaded debug-ignore v1.0.5
5782026-05-21T00:06:47.906Z Downloaded diesel_table_macro_syntax v0.3.0
5792026-05-21T00:06:47.910Z Downloaded array-init v0.0.4
5802026-05-21T00:06:47.910Z Downloaded crucible-workspace-hack v0.1.0
5812026-05-21T00:06:47.910Z Downloaded base16ct v0.2.0
5822026-05-21T00:06:47.910Z Downloaded embedded-io v0.6.1
5832026-05-21T00:06:47.913Z Downloaded crc-catalog v2.4.0
5842026-05-21T00:06:47.913Z Downloaded clang-sys v1.8.1
5852026-05-21T00:06:47.913Z Downloaded async-stream-impl v0.3.6
5862026-05-21T00:06:47.916Z Downloaded cancel-safe-futures v0.1.5
5872026-05-21T00:06:47.919Z Downloaded fixedbitset v0.4.2
5882026-05-21T00:06:47.919Z Downloaded enum-as-inner v0.6.1
5892026-05-21T00:06:47.919Z Downloaded dirs-sys-next v0.1.2
5902026-05-21T00:06:47.922Z Downloaded defmt-parser v1.0.0
5912026-05-21T00:06:47.922Z Downloaded argon2 v0.5.3
5922026-05-21T00:06:47.922Z Downloaded foreign-types v0.3.2
5932026-05-21T00:06:47.922Z Downloaded cpufeatures v0.3.0
5942026-05-21T00:06:47.926Z Downloaded float-ord v0.3.2
5952026-05-21T00:06:47.926Z Downloaded cfg_aliases v0.1.1
5962026-05-21T00:06:47.926Z Downloaded display-error-chain v0.2.2
5972026-05-21T00:06:47.929Z Downloaded difflib v0.4.0
5982026-05-21T00:06:47.929Z Downloaded convert_case v0.4.0
5992026-05-21T00:06:47.929Z Downloaded backoff v0.4.0
6002026-05-21T00:06:47.929Z Downloaded cargo-platform v0.1.9
6012026-05-21T00:06:47.932Z Downloaded dyn-clone v1.0.20
6022026-05-21T00:06:47.932Z Downloaded env_filter v1.0.0
6032026-05-21T00:06:47.932Z Downloaded dropshot-api-manager-types v0.7.1
6042026-05-21T00:06:47.935Z Downloaded assert_matches v1.5.0
6052026-05-21T00:06:47.935Z Downloaded atomic-waker v1.1.2
6062026-05-21T00:06:47.935Z Downloaded arrayref v0.3.9
6072026-05-21T00:06:47.938Z Downloaded dunce v1.0.5
6082026-05-21T00:06:47.939Z Downloaded dof v0.4.0
6092026-05-21T00:06:47.939Z Downloaded data-encoding v2.10.0
6102026-05-21T00:06:47.939Z Downloaded async-stream v0.3.6
6112026-05-21T00:06:47.943Z Downloaded derive-ex v0.1.8
6122026-05-21T00:06:47.946Z Downloaded ecdsa v0.16.9
6132026-05-21T00:06:47.949Z Downloaded bb8 v0.8.6
6142026-05-21T00:06:47.952Z Downloaded cobs v0.3.0
6152026-05-21T00:06:47.952Z Downloaded critical-section v1.2.0
6162026-05-21T00:06:47.952Z Downloaded block-padding v0.3.3
6172026-05-21T00:06:47.955Z Downloaded futures-sink v0.3.32
6182026-05-21T00:06:47.955Z Downloaded endian-type v0.1.2
6192026-05-21T00:06:47.955Z Downloaded futures-macro v0.3.32
6202026-05-21T00:06:47.958Z Downloaded futures-io v0.3.32
6212026-05-21T00:06:47.958Z Downloaded futures-core v0.3.32
6222026-05-21T00:06:47.958Z Downloaded dirs-next v2.0.0
6232026-05-21T00:06:47.958Z Downloaded foreign-types-shared v0.1.1
6242026-05-21T00:06:47.961Z Downloaded defmt v0.3.100
6252026-05-21T00:06:47.962Z Downloaded foreign-types-macros v0.2.3
6262026-05-21T00:06:47.962Z Downloaded foreign-types v0.5.0
6272026-05-21T00:06:47.962Z Downloaded funty v2.0.0
6282026-05-21T00:06:47.987Z Downloaded cargo_metadata v0.19.2
6292026-05-21T00:06:47.987Z Downloaded fxhash v0.2.1
6302026-05-21T00:06:47.987Z Downloaded crossbeam-deque v0.8.6
6312026-05-21T00:06:47.987Z Downloaded diesel-dtrace v0.5.0
6322026-05-21T00:06:47.987Z Downloaded bcs v0.1.6
6332026-05-21T00:06:47.987Z Downloaded filetime v0.2.27
6342026-05-21T00:06:47.987Z Downloaded ed25519 v2.2.3
6352026-05-21T00:06:47.987Z Downloaded const_format_proc_macros v0.2.34
6362026-05-21T00:06:47.987Z Downloaded derive_builder_core v0.20.2
6372026-05-21T00:06:47.987Z Downloaded bit-set v0.5.3
6382026-05-21T00:06:47.987Z Downloaded cipher v0.4.4
6392026-05-21T00:06:47.987Z Downloaded ena v0.14.4
6402026-05-21T00:06:47.987Z Downloaded either v1.15.0
6412026-05-21T00:06:47.987Z Downloaded foldhash v0.2.0
6422026-05-21T00:06:47.987Z Downloaded ff v0.13.1
6432026-05-21T00:06:47.987Z Downloaded ghash v0.5.1
6442026-05-21T00:06:47.987Z Downloaded hash32 v0.2.1
6452026-05-21T00:06:47.987Z Downloaded gethostname v0.5.0
6462026-05-21T00:06:47.987Z Downloaded futures-task v0.3.32
6472026-05-21T00:06:47.987Z Downloaded env_logger v0.11.9
6482026-05-21T00:06:47.991Z Downloaded git-stub v1.0.0
6492026-05-21T00:06:47.991Z Downloaded headers-core v0.3.0
6502026-05-21T00:06:47.991Z Downloaded hash32 v0.3.1
6512026-05-21T00:06:47.991Z Downloaded fallible-iterator v0.2.0
6522026-05-21T00:06:47.994Z Downloaded hex v0.4.3
6532026-05-21T00:06:47.994Z Downloaded downcast-rs v2.0.2
6542026-05-21T00:06:47.994Z Downloaded ctr v0.9.2
6552026-05-21T00:06:47.997Z Downloaded hostname v0.4.2
6562026-05-21T00:06:47.997Z Downloaded home v0.5.12
6572026-05-21T00:06:48.000Z Downloaded futures-executor v0.3.32
6582026-05-21T00:06:48.000Z Downloaded camino-tempfile-ext v0.3.3
6592026-05-21T00:06:48.000Z Downloaded diff v0.1.13
6602026-05-21T00:06:48.004Z Downloaded darling v0.21.3
6612026-05-21T00:06:48.006Z Downloaded crc32fast v1.5.0
6622026-05-21T00:06:48.009Z Downloaded byte-wrapper v0.1.0
6632026-05-21T00:06:48.009Z Downloaded hex-literal v0.4.1
6642026-05-21T00:06:48.012Z Downloaded base64ct v1.8.3
6652026-05-21T00:06:48.012Z Downloaded blowfish v0.9.1
6662026-05-21T00:06:48.012Z Downloaded darling v0.20.11
6672026-05-21T00:06:48.016Z Downloaded globwalk v0.9.1
6682026-05-21T00:06:48.019Z Downloaded fs-err v2.11.0
6692026-05-21T00:06:48.019Z Downloaded fixedbitset v0.5.7
6702026-05-21T00:06:48.022Z Downloaded cexpr v0.6.0
6712026-05-21T00:06:48.022Z Downloaded crc v3.4.0
6722026-05-21T00:06:48.022Z Downloaded hubpack_derive v0.1.1
6732026-05-21T00:06:48.025Z Downloaded hyper-tls v0.6.0
6742026-05-21T00:06:48.025Z Downloaded hostname v0.3.1
6752026-05-21T00:06:48.025Z Downloaded hubpack v0.1.2
6762026-05-21T00:06:48.025Z Downloaded httpdate v1.0.3
6772026-05-21T00:06:48.029Z Downloaded corncobs v0.1.4
6782026-05-21T00:06:48.029Z Downloaded http-range v0.1.5
6792026-05-21T00:06:48.029Z Downloaded http-body v1.0.1
6802026-05-21T00:06:48.029Z Downloaded compression-codecs v0.4.37
6812026-05-21T00:06:48.032Z Downloaded drift v0.1.4
6822026-05-21T00:06:48.036Z Downloaded foldhash v0.1.5
6832026-05-21T00:06:48.039Z Downloaded crossbeam-epoch v0.9.18
6842026-05-21T00:06:48.039Z Downloaded ident_case v1.0.1
6852026-05-21T00:06:48.042Z Downloaded erased-serde v0.3.31
6862026-05-21T00:06:48.042Z Downloaded globset v0.4.18
6872026-05-21T00:06:48.042Z Downloaded git-stub-vcs v0.1.0
6882026-05-21T00:06:48.046Z Downloaded deranged v0.5.8
6892026-05-21T00:06:48.046Z Downloaded illumos-nvpair-sys v0.2.0
6902026-05-21T00:06:48.046Z Downloaded indoc v1.0.9
6912026-05-21T00:06:48.050Z Downloaded internet-checksum v0.2.1
6922026-05-21T00:06:48.050Z Downloaded instant v0.1.13
6932026-05-21T00:06:48.050Z Downloaded indent_write v2.2.0
6942026-05-21T00:06:48.053Z Downloaded glob v0.3.3
6952026-05-21T00:06:48.053Z Downloaded illumos-nvpair v0.3.0
6962026-05-21T00:06:48.053Z Downloaded derive_more v0.99.20
6972026-05-21T00:06:48.056Z Downloaded is_ci v1.2.0
6982026-05-21T00:06:48.056Z Downloaded der_derive v0.7.3
6992026-05-21T00:06:48.059Z Downloaded defmt v1.0.1
7002026-05-21T00:06:48.059Z Downloaded inout v0.1.4
7012026-05-21T00:06:48.062Z Downloaded derive_builder v0.20.2
7022026-05-21T00:06:48.065Z Downloaded group v0.13.0
7032026-05-21T00:06:48.065Z Downloaded const-oid v0.9.6
7042026-05-21T00:06:48.065Z Downloaded bit-vec v0.6.3
7052026-05-21T00:06:48.068Z Downloaded ahash v0.8.12
7062026-05-21T00:06:48.068Z Downloaded chacha20 v0.10.0
7072026-05-21T00:06:48.071Z Downloaded constant_time_eq v0.4.2
7082026-05-21T00:06:48.071Z Downloaded keccak v0.1.6
7092026-05-21T00:06:48.074Z Downloaded is-terminal v0.4.17
7102026-05-21T00:06:48.074Z Downloaded ciborium v0.2.2
7112026-05-21T00:06:48.074Z Downloaded lalrpop-util v0.19.12
7122026-05-21T00:06:48.077Z Downloaded fs_extra v1.3.0
7132026-05-21T00:06:48.077Z Downloaded kstat-rs v0.2.4
7142026-05-21T00:06:48.077Z Downloaded async-bb8-diesel v0.2.1
7152026-05-21T00:06:48.080Z Downloaded futures-channel v0.3.32
7162026-05-21T00:06:48.080Z Downloaded aead v0.5.2
7172026-05-21T00:06:48.081Z Downloaded crossbeam-utils v0.8.21
7182026-05-21T00:06:48.084Z Downloaded libscf-sys v1.1.0
7192026-05-21T00:06:48.084Z Downloaded cookie v0.18.1
7202026-05-21T00:06:48.087Z Downloaded console v0.16.2
7212026-05-21T00:06:48.087Z Downloaded lazy_static v1.5.0
7222026-05-21T00:06:48.087Z Downloaded cmake v0.1.57
7232026-05-21T00:06:48.091Z Downloaded lru v0.12.5
7242026-05-21T00:06:48.091Z Downloaded colored v2.2.0
7252026-05-21T00:06:48.094Z Downloaded mime v0.3.17
7262026-05-21T00:06:48.094Z Downloaded darling v0.23.0
7272026-05-21T00:06:48.097Z Downloaded match_cfg v0.1.0
7282026-05-21T00:06:48.097Z Downloaded lzss v0.8.2
7292026-05-21T00:06:48.097Z Downloaded memoffset v0.9.1
7302026-05-21T00:06:48.100Z Downloaded dropshot_endpoint v0.16.7
7312026-05-21T00:06:48.100Z Downloaded md5 v0.7.0
7322026-05-21T00:06:48.103Z Downloaded maplit v1.0.2
7332026-05-21T00:06:48.103Z Downloaded managed v0.8.0
7342026-05-21T00:06:48.103Z Downloaded lru-slab v0.1.2
7352026-05-21T00:06:48.103Z Downloaded getrandom v0.2.17
7362026-05-21T00:06:48.106Z Downloaded elliptic-curve v0.13.8
7372026-05-21T00:06:48.109Z Downloaded derive-where v1.6.0
7382026-05-21T00:06:48.113Z Downloaded dropshot_endpoint v0.17.0
7392026-05-21T00:06:48.113Z Downloaded hyper-staticfile v0.10.1
7402026-05-21T00:06:48.116Z Downloaded instability v0.3.11
7412026-05-21T00:06:48.116Z Downloaded fatfs v0.3.6
7422026-05-21T00:06:48.119Z Downloaded ipnetwork v0.21.1
7432026-05-21T00:06:48.119Z Downloaded ingot v0.1.1
7442026-05-21T00:06:48.122Z Downloaded humantime v2.3.0
7452026-05-21T00:06:48.122Z Downloaded newline-converter v0.3.0
7462026-05-21T00:06:48.122Z Downloaded new_debug_unreachable v1.0.6
7472026-05-21T00:06:48.122Z Downloaded http-body-util v0.1.3
7482026-05-21T00:06:48.125Z Downloaded multimap v0.10.1
7492026-05-21T00:06:48.125Z Downloaded half v1.8.3
7502026-05-21T00:06:48.129Z Downloaded jobserver v0.1.34
7512026-05-21T00:06:48.129Z Downloaded hmac v0.12.1
7522026-05-21T00:06:48.129Z Downloaded indoc v2.0.7
7532026-05-21T00:06:48.132Z Downloaded ingot-types v0.1.2
7542026-05-21T00:06:48.132Z Downloaded newtype_derive v0.1.6
7552026-05-21T00:06:48.132Z Downloaded newtype-uuid-macros v0.1.0
7562026-05-21T00:06:48.135Z Downloaded nibble_vec v0.1.0
7572026-05-21T00:06:48.135Z Downloaded cookie_store v0.22.1
7582026-05-21T00:06:48.135Z Downloaded backon v1.6.0
7592026-05-21T00:06:48.138Z Downloaded num-conv v0.2.0
7602026-05-21T00:06:48.138Z Downloaded nodrop v0.1.14
7612026-05-21T00:06:48.141Z Downloaded highway v1.3.0
7622026-05-21T00:06:48.141Z Downloaded num-derive v0.4.2
7632026-05-21T00:06:48.141Z Downloaded ipnet v2.11.0
7642026-05-21T00:06:48.144Z Downloaded futures v0.3.32
7652026-05-21T00:06:48.147Z Downloaded nonempty v0.12.0
7662026-05-21T00:06:48.147Z Downloaded hyper-rustls v0.27.7
7672026-05-21T00:06:48.150Z Downloaded md-5 v0.10.6
7682026-05-21T00:06:48.150Z Downloaded crc-any v2.5.0
7692026-05-21T00:06:48.150Z Downloaded chacha20poly1305 v0.10.1
7702026-05-21T00:06:48.154Z Downloaded num v0.4.3
7712026-05-21T00:06:48.154Z Downloaded num_threads v0.1.7
7722026-05-21T00:06:48.154Z Downloaded num_enum_derive v0.5.11
7732026-05-21T00:06:48.157Z Downloaded num-iter v0.1.45
7742026-05-21T00:06:48.157Z Downloaded openssl-macros v0.1.1
7752026-05-21T00:06:48.157Z Downloaded opaque-debug v0.3.1
7762026-05-21T00:06:48.157Z Downloaded openssl-probe v0.1.6
7772026-05-21T00:06:48.160Z Downloaded normalize-line-endings v0.3.0
7782026-05-21T00:06:48.160Z Downloaded linked-hash-map v0.5.6
7792026-05-21T00:06:48.160Z Downloaded libefi-sys v0.1.0
7802026-05-21T00:06:48.160Z Downloaded lock_api v0.4.14
7812026-05-21T00:06:48.163Z Downloaded linear-map v1.2.0
7822026-05-21T00:06:48.163Z Downloaded arc-swap v1.8.2
7832026-05-21T00:06:48.166Z Downloaded libsw-core v0.3.2
7842026-05-21T00:06:48.166Z Downloaded libsw v3.5.0
7852026-05-21T00:06:48.166Z Downloaded httparse v1.10.1
7862026-05-21T00:06:48.169Z Downloaded oso-derive v0.27.3
7872026-05-21T00:06:48.169Z Downloaded darling_core v0.20.11
7882026-05-21T00:06:48.172Z Downloaded cc v1.2.56
7892026-05-21T00:06:48.175Z Downloaded iana-time-zone v0.1.65
7902026-05-21T00:06:48.178Z Downloaded openssl-probe v0.2.1
7912026-05-21T00:06:48.178Z Downloaded olpc-cjson v0.1.4
7922026-05-21T00:06:48.178Z Downloaded impl-trait-for-tuples v0.2.3
7932026-05-21T00:06:48.181Z Downloaded derive_more v2.1.1
7942026-05-21T00:06:48.186Z Downloaded packed_struct_codegen v0.10.1
7952026-05-21T00:06:48.191Z Downloaded multer v3.1.0
7962026-05-21T00:06:48.191Z Downloaded peg-runtime v0.8.5
7972026-05-21T00:06:48.191Z Downloaded mime_guess v2.0.5
7982026-05-21T00:06:48.194Z Downloaded crypto-bigint v0.5.5
7992026-05-21T00:06:48.197Z Downloaded parse-display v0.10.0
8002026-05-21T00:06:48.197Z Downloaded darling_core v0.21.3
8012026-05-21T00:06:48.201Z Downloaded newtype-uuid v1.3.2
8022026-05-21T00:06:48.201Z Downloaded parse-size v1.1.0
8032026-05-21T00:06:48.201Z Downloaded num-derive v0.3.3
8042026-05-21T00:06:48.204Z Downloaded nu-ansi-term v0.50.3
8052026-05-21T00:06:48.204Z Downloaded path-slash v0.1.5
8062026-05-21T00:06:48.204Z Downloaded ingot-macros v0.1.1
8072026-05-21T00:06:48.204Z Downloaded blake2 v0.10.6
8082026-05-21T00:06:48.207Z Downloaded phf_shared v0.11.3
8092026-05-21T00:06:48.207Z Downloaded flume v0.11.1
8102026-05-21T00:06:48.210Z Downloaded darling_core v0.23.0
8112026-05-21T00:06:48.214Z Downloaded maybe-uninit v2.0.0
8122026-05-21T00:06:48.214Z Downloaded pbkdf2 v0.12.2
8132026-05-21T00:06:48.217Z Downloaded lru-cache v0.1.2
8142026-05-21T00:06:48.217Z Downloaded num-complex v0.4.6
8152026-05-21T00:06:48.217Z Downloaded num_enum v0.7.5
8162026-05-21T00:06:48.220Z Downloaded phf_shared v0.13.1
8172026-05-21T00:06:48.220Z Downloaded pbkdf2 v0.11.0
8182026-05-21T00:06:48.223Z Downloaded num_enum_derive v0.7.5
8192026-05-21T00:06:48.223Z Downloaded num-rational v0.4.2
8202026-05-21T00:06:48.223Z Downloaded num-integer v0.1.46
8212026-05-21T00:06:48.226Z Downloaded num_enum v0.5.11
8222026-05-21T00:06:48.229Z Downloaded pin-utils v0.1.0
8232026-05-21T00:06:48.229Z Downloaded flate2 v1.1.9
8242026-05-21T00:06:48.232Z Downloaded litrs v1.0.0
8252026-05-21T00:06:48.236Z Downloaded memmap2 v0.9.10
8262026-05-21T00:06:48.236Z Downloaded nanorand v0.7.0
8272026-05-21T00:06:48.236Z Downloaded ed25519-dalek v2.2.0
8282026-05-21T00:06:48.252Z Downloaded predicates-tree v1.0.13
8292026-05-21T00:06:48.255Z Downloaded derive_more-impl v2.1.1
8302026-05-21T00:06:48.258Z Downloaded der v0.7.10
8312026-05-21T00:06:48.261Z Downloaded proc-macro-error-attr2 v2.0.0
8322026-05-21T00:06:48.261Z Downloaded proc-macro-crate v1.3.1
8332026-05-21T00:06:48.261Z Downloaded oxnet v0.1.4
8342026-05-21T00:06:48.261Z Downloaded headers v0.4.1
8352026-05-21T00:06:48.264Z Downloaded precomputed-hash v0.1.1
8362026-05-21T00:06:48.268Z Downloaded paste v1.0.15
8372026-05-21T00:06:48.268Z Downloaded progenitor-client v0.14.0
8382026-05-21T00:06:48.271Z Downloaded proc-macro-crate v3.4.0
8392026-05-21T00:06:48.271Z Downloaded pem v3.0.6
8402026-05-21T00:06:48.271Z Downloaded peg-macros v0.8.5
8412026-05-21T00:06:48.271Z Downloaded password-hash v0.5.0
8422026-05-21T00:06:48.293Z Downloaded password-hash v0.4.2
8432026-05-21T00:06:48.293Z Downloaded parse-display-derive v0.10.0
8442026-05-21T00:06:48.297Z Downloaded bytes v1.11.1
8452026-05-21T00:06:48.297Z Downloaded bumpalo v3.20.2
8462026-05-21T00:06:48.297Z Downloaded base64 v0.21.7
8472026-05-21T00:06:48.297Z Downloaded phf_shared v0.12.1
8482026-05-21T00:06:48.297Z Downloaded ar_archive_writer v0.5.1
8492026-05-21T00:06:48.297Z Downloaded libbz2-rs-sys v0.2.2
8502026-05-21T00:06:48.297Z Downloaded native-tls v0.2.18
8512026-05-21T00:06:48.297Z Downloaded quick-error v1.2.3
8522026-05-21T00:06:48.297Z Downloaded radium v0.7.0
8532026-05-21T00:06:48.297Z Downloaded psl-types v2.0.11
8542026-05-21T00:06:48.297Z Downloaded pem-rfc7468 v0.7.0
8552026-05-21T00:06:48.297Z Downloaded progenitor-macro v0.11.2
8562026-05-21T00:06:48.297Z Downloaded progenitor-macro v0.10.0
8572026-05-21T00:06:48.297Z Downloaded progenitor-client v0.11.2
8582026-05-21T00:06:48.297Z Downloaded progenitor-client v0.10.0
8592026-05-21T00:06:48.297Z Downloaded powerfmt v0.2.0
8602026-05-21T00:06:48.297Z Downloaded polyval v0.6.2
8612026-05-21T00:06:48.297Z Downloaded phf v0.12.1
8622026-05-21T00:06:48.297Z Downloaded peg v0.8.5
8632026-05-21T00:06:48.300Z Downloaded find-msvc-tools v0.1.9
8642026-05-21T00:06:48.300Z Downloaded crossbeam-channel v0.5.15
8652026-05-21T00:06:48.304Z Downloaded pkcs8 v0.10.2
8662026-05-21T00:06:48.307Z Downloaded omicron-zone-package v0.12.2
8672026-05-21T00:06:48.307Z Downloaded diesel_derives v2.3.7
8682026-05-21T00:06:48.310Z Downloaded rand_xorshift v0.4.0
8692026-05-21T00:06:48.314Z Downloaded rand_chacha v0.3.1
8702026-05-21T00:06:48.314Z Downloaded predicates-core v1.0.10
8712026-05-21T00:06:48.314Z Downloaded postgres-protocol v0.6.10
8722026-05-21T00:06:48.317Z Downloaded poly1305 v0.8.0
8732026-05-21T00:06:48.317Z Downloaded proc-macro-error2 v2.0.1
8742026-05-21T00:06:48.320Z Downloaded predicates v3.1.4
8752026-05-21T00:06:48.320Z Downloaded ppv-lite86 v0.2.21
8762026-05-21T00:06:48.323Z Downloaded parking_lot v0.12.5
8772026-05-21T00:06:48.323Z Downloaded ref-cast-impl v1.0.25
8782026-05-21T00:06:48.323Z Downloaded ref-cast v1.0.25
8792026-05-21T00:06:48.327Z Downloaded recursive v0.1.1
8802026-05-21T00:06:48.327Z Downloaded indicatif v0.18.4
8812026-05-21T00:06:48.330Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-21T00:06:48.330Z Downloaded parking_lot_core v0.9.12
8832026-05-21T00:06:48.330Z Downloaded progenitor-client v0.13.0
8842026-05-21T00:06:48.334Z Downloaded primeorder v0.13.6
8852026-05-21T00:06:48.334Z Downloaded indexmap v1.9.3
8862026-05-21T00:06:48.334Z Downloaded phf v0.13.1
8872026-05-21T00:06:48.337Z Downloaded pkg-config v0.3.32
8882026-05-21T00:06:48.337Z Downloaded packed_struct v0.10.1
8892026-05-21T00:06:48.337Z Downloaded oxide-tokio-rt v0.1.4
8902026-05-21T00:06:48.340Z Downloaded owo-colors v4.3.0
8912026-05-21T00:06:48.340Z Downloaded ignore v0.4.25
8922026-05-21T00:06:48.342Z Downloaded parking_lot_core v0.8.6
8932026-05-21T00:06:48.342Z Downloaded psm v0.1.30
8942026-05-21T00:06:48.345Z Downloaded progenitor v0.10.0
8952026-05-21T00:06:48.345Z Downloaded pin-project-internal v1.1.11
8962026-05-21T00:06:48.348Z Downloaded heapless v0.8.0
8972026-05-21T00:06:48.348Z Downloaded progenitor-macro v0.13.0
8982026-05-21T00:06:48.351Z Downloaded r2d2 v0.8.10
8992026-05-21T00:06:48.351Z Downloaded progenitor v0.13.0
9002026-05-21T00:06:48.351Z Downloaded progenitor v0.11.2
9012026-05-21T00:06:48.357Z Downloaded rustc_version v0.4.1
9022026-05-21T00:06:48.357Z Downloaded rustc_version v0.1.7
9032026-05-21T00:06:48.357Z Downloaded progenitor-macro v0.14.0
9042026-05-21T00:06:48.359Z Downloaded pin-project-lite v0.2.17
9052026-05-21T00:06:48.359Z Downloaded rtoolbox v0.0.3
9062026-05-21T00:06:48.359Z Downloaded progenitor v0.14.0
9072026-05-21T00:06:48.362Z Downloaded rfc6979 v0.4.0
9082026-05-21T00:06:48.362Z Downloaded rand_core v0.6.4
9092026-05-21T00:06:48.362Z Downloaded rustc-hash v2.1.1
9102026-05-21T00:06:48.365Z Downloaded russh-cryptovec v0.7.3
9112026-05-21T00:06:48.365Z Downloaded heapless v0.7.17
9122026-05-21T00:06:48.370Z Downloaded half v2.7.1
9132026-05-21T00:06:48.370Z Downloaded postgres-types v0.2.12
9142026-05-21T00:06:48.370Z Downloaded postcard v1.1.3
9152026-05-21T00:06:48.373Z Downloaded pkcs5 v0.7.1
9162026-05-21T00:06:48.376Z Downloaded getrandom v0.3.4
9172026-05-21T00:06:48.376Z Downloaded pkcs1 v0.7.5
9182026-05-21T00:06:48.379Z Downloaded expectorate v1.2.0
9192026-05-21T00:06:48.379Z Downloaded libloading v0.8.9
9202026-05-21T00:06:48.382Z Downloaded bzip2 v0.6.1
9212026-05-21T00:06:48.382Z Downloaded cassowary v0.3.0
9222026-05-21T00:06:48.384Z Downloaded same-file v1.0.6
9232026-05-21T00:06:48.385Z Downloaded sapling-renderdag v0.1.0
9242026-05-21T00:06:48.385Z Downloaded rand_chacha v0.9.0
9252026-05-21T00:06:48.388Z Downloaded parking_lot v0.11.2
9262026-05-21T00:06:48.388Z Downloaded aho-corasick v1.1.4
9272026-05-21T00:06:48.390Z Downloaded rand_seeder v0.4.0
9282026-05-21T00:06:48.393Z Downloaded rand_core v0.10.0
9292026-05-21T00:06:48.393Z Downloaded miniz_oxide v0.8.9
9302026-05-21T00:06:48.396Z Downloaded hashbrown v0.12.3
9312026-05-21T00:06:48.396Z Downloaded progenitor-extras v0.2.0
9322026-05-21T00:06:48.399Z Downloaded chacha20 v0.9.1
9332026-05-21T00:06:48.399Z Downloaded async-trait v0.1.89
9342026-05-21T00:06:48.402Z Downloaded defmt-macros v1.0.1
9352026-05-21T00:06:48.404Z Downloaded scroll_derive v0.13.1
9362026-05-21T00:06:48.404Z Downloaded scopeguard v1.2.0
9372026-05-21T00:06:48.404Z Downloaded secrecy v0.8.0
9382026-05-21T00:06:48.404Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-21T00:06:48.408Z Downloaded daft v0.1.7
9402026-05-21T00:06:48.408Z Downloaded serde_bytes v0.11.19
9412026-05-21T00:06:48.408Z Downloaded semver v0.1.20
9422026-05-21T00:06:48.412Z Downloaded secrecy v0.10.3
9432026-05-21T00:06:48.412Z Downloaded scrypt v0.11.0
9442026-05-21T00:06:48.412Z Downloaded colored v3.1.1
9452026-05-21T00:06:48.415Z Downloaded bit-vec v0.8.0
9462026-05-21T00:06:48.415Z Downloaded arrayvec v0.7.6
9472026-05-21T00:06:48.415Z Downloaded oso v0.27.3
9482026-05-21T00:06:48.417Z Downloaded jiff-static v0.2.21
9492026-05-21T00:06:48.421Z Downloaded hickory-resolver v0.25.2
9502026-05-21T00:06:48.424Z Downloaded serde-big-array v0.5.1
9512026-05-21T00:06:48.424Z Downloaded base64 v0.22.1
9522026-05-21T00:06:48.424Z Downloaded async-compression v0.4.41
9532026-05-21T00:06:48.428Z Downloaded serde_urlencoded v0.7.1
9542026-05-21T00:06:48.431Z Downloaded serde_repr v0.1.20
9552026-05-21T00:06:48.431Z Downloaded serde_spanned v1.0.4
9562026-05-21T00:06:48.434Z Downloaded resolv-conf v0.7.6
9572026-05-21T00:06:48.434Z Downloaded dropshot-api-manager v0.7.1
9582026-05-21T00:06:48.437Z Downloaded shell-words v1.1.1
9592026-05-21T00:06:48.437Z Downloaded crossterm v0.28.1
9602026-05-21T00:06:48.440Z Downloaded rustls-pemfile v2.2.0
9612026-05-21T00:06:48.440Z Downloaded rustls-pemfile v1.0.4
9622026-05-21T00:06:48.443Z Downloaded rustls-native-certs v0.8.3
9632026-05-21T00:06:48.446Z Downloaded serde_plain v1.0.2
9642026-05-21T00:06:48.446Z Downloaded quinn-udp v0.5.14
9652026-05-21T00:06:48.449Z Downloaded pin-project v1.1.11
9662026-05-21T00:06:48.454Z Downloaded siphasher v1.0.2
9672026-05-21T00:06:48.457Z Downloaded salsa20 v0.10.2
9682026-05-21T00:06:48.457Z Downloaded sigpipe v0.1.3
9692026-05-21T00:06:48.457Z Downloaded signature v2.2.0
9702026-05-21T00:06:48.457Z Downloaded signal-hook-tokio v0.3.1
9712026-05-21T00:06:48.461Z Downloaded rand_core v0.9.5
9722026-05-21T00:06:48.461Z Downloaded slog-envlogger v2.2.0
9732026-05-21T00:06:48.461Z Downloaded openssl-sys v0.9.115
9742026-05-21T00:06:48.464Z Downloaded rusty-fork v0.3.1
9752026-05-21T00:06:48.467Z Downloaded prefix-trie v0.7.0
9762026-05-21T00:06:48.467Z Downloaded hickory-resolver v0.24.4
9772026-05-21T00:06:48.472Z Downloaded progenitor-impl v0.10.0
9782026-05-21T00:06:48.475Z Downloaded minimal-lexical v0.2.1
9792026-05-21T00:06:48.475Z Downloaded hashbrown v0.13.2
9802026-05-21T00:06:48.477Z Downloaded seq-macro v0.3.6
9812026-05-21T00:06:48.480Z Downloaded sec1 v0.7.3
9822026-05-21T00:06:48.480Z Downloaded papergrid v0.17.0
9832026-05-21T00:06:48.483Z Downloaded hickory-server v0.25.2
9842026-05-21T00:06:48.487Z Downloaded serde_path_to_error v0.1.20
9852026-05-21T00:06:48.487Z Downloaded serde_derive_internals v0.29.1
9862026-05-21T00:06:48.489Z Downloaded sct v0.7.1
9872026-05-21T00:06:48.492Z Downloaded progenitor-impl v0.14.0
9882026-05-21T00:06:48.492Z Downloaded aes v0.8.4
9892026-05-21T00:06:48.496Z Downloaded http v1.4.0
9902026-05-21T00:06:48.498Z Downloaded progenitor-impl v0.13.0
9912026-05-21T00:06:48.498Z Downloaded sha1 v0.10.6
9922026-05-21T00:06:48.498Z Downloaded russh-keys v0.45.0
9932026-05-21T00:06:48.501Z Downloaded rustversion v1.0.22
9942026-05-21T00:06:48.501Z Downloaded buf-list v1.1.2
9952026-05-21T00:06:48.504Z Downloaded serde-hex v0.1.0
9962026-05-21T00:06:48.508Z Downloaded bitfield v0.19.4
9972026-05-21T00:06:48.513Z Downloaded ssh-encoding v0.2.0
9982026-05-21T00:06:48.516Z Downloaded strip-ansi-escapes v0.2.1
9992026-05-21T00:06:48.516Z Downloaded rustls-pki-types v1.14.0
10002026-05-21T00:06:48.516Z Downloaded signal-hook-mio v0.2.5
10012026-05-21T00:06:48.519Z Downloaded sqlparser_derive v0.5.0
10022026-05-21T00:06:48.525Z Downloaded crossterm v0.29.0
10032026-05-21T00:06:48.529Z Downloaded strum v0.26.3
10042026-05-21T00:06:48.532Z Downloaded strum v0.27.2
10052026-05-21T00:06:48.532Z Downloaded structmeta-derive v0.3.0
10062026-05-21T00:06:48.532Z Downloaded structmeta v0.3.0
10072026-05-21T00:06:48.532Z Downloaded sync_wrapper v1.0.2
10082026-05-21T00:06:48.535Z Downloaded slog-bunyan v2.5.0
10092026-05-21T00:06:48.535Z Downloaded slog-async v2.8.0
10102026-05-21T00:06:48.535Z Downloaded rcgen v0.12.1
10112026-05-21T00:06:48.538Z Downloaded slog-term v2.9.2
10122026-05-21T00:06:48.538Z Downloaded progenitor-impl v0.11.2
10132026-05-21T00:06:48.541Z Downloaded itertools v0.10.5
10142026-05-21T00:06:48.544Z Downloaded scroll v0.13.0
10152026-05-21T00:06:48.544Z Downloaded slog-stdlog v4.1.1
10162026-05-21T00:06:48.547Z Downloaded supports-color v3.0.2
10172026-05-21T00:06:48.547Z Downloaded p256 v0.13.2
10182026-05-21T00:06:48.550Z Downloaded tagptr v0.2.0
10192026-05-21T00:06:48.550Z Downloaded schemars_derive v0.8.22
10202026-05-21T00:06:48.553Z Downloaded smallvec v0.6.14
10212026-05-21T00:06:48.553Z Downloaded serde_cbor v0.11.2
10222026-05-21T00:06:48.553Z Downloaded slog-dtrace v0.3.0
10232026-05-21T00:06:48.556Z Downloaded tabled_derive v0.11.0
10242026-05-21T00:06:48.556Z Downloaded tap v1.0.1
10252026-05-21T00:06:48.556Z Downloaded sync-ptr v0.1.4
10262026-05-21T00:06:48.559Z Downloaded slog-scope v4.4.1
10272026-05-21T00:06:48.559Z Downloaded slog-json v2.6.1
10282026-05-21T00:06:48.559Z Downloaded simd-adler32 v0.3.8
10292026-05-21T00:06:48.562Z Downloaded slab v0.4.12
10302026-05-21T00:06:48.566Z Downloaded smf v0.2.3
10312026-05-21T00:06:48.566Z Downloaded testing_table v0.3.0
10322026-05-21T00:06:48.568Z Downloaded thiserror-impl-no-std v2.0.2
10332026-05-21T00:06:48.569Z Downloaded termtree v0.5.1
10342026-05-21T00:06:48.572Z Downloaded take_mut v0.2.2
10352026-05-21T00:06:48.572Z Downloaded thread-id v5.1.0
10362026-05-21T00:06:48.575Z Downloaded ron v0.8.1
10372026-05-21T00:06:48.578Z Downloaded sqlformat v0.3.5
10382026-05-21T00:06:48.581Z Downloaded spki v0.7.3
10392026-05-21T00:06:48.585Z Downloaded serde_with_macros v3.17.0
10402026-05-21T00:06:48.588Z Downloaded time-core v0.1.8
10412026-05-21T00:06:48.588Z Downloaded chrono v0.4.44
10422026-05-21T00:06:48.591Z Downloaded hyper-util v0.1.20
10432026-05-21T00:06:48.594Z Downloaded tokio-macros v2.7.0
10442026-05-21T00:06:48.597Z Downloaded tinyvec_macros v0.1.1
10452026-05-21T00:06:48.597Z Downloaded ssh-cipher v0.2.0
10462026-05-21T00:06:48.597Z Downloaded shlex v1.3.0
10472026-05-21T00:06:48.601Z Downloaded string_cache v0.8.9
10482026-05-21T00:06:48.601Z Downloaded stringprep v0.1.5
10492026-05-21T00:06:48.601Z Downloaded pretty_assertions v1.4.1
10502026-05-21T00:06:48.604Z Downloaded strum_macros v0.26.4
10512026-05-21T00:06:48.604Z Downloaded signal-hook-registry v1.4.8
10522026-05-21T00:06:48.604Z Downloaded subtle v2.6.1
10532026-05-21T00:06:48.604Z Downloaded strum_macros v0.27.2
10542026-05-21T00:06:48.607Z Downloaded strum_macros v0.24.3
10552026-05-21T00:06:48.607Z Downloaded rayon-core v1.13.0
10562026-05-21T00:06:48.610Z Downloaded hashbrown v0.16.1
10572026-05-21T00:06:48.614Z Downloaded prettyplease v0.2.37
10582026-05-21T00:06:48.617Z Downloaded stacker v0.1.23
10592026-05-21T00:06:48.617Z Downloaded schemars v0.8.22
10602026-05-21T00:06:48.623Z Downloaded support-bundle-viewer v0.1.2
10612026-05-21T00:06:48.627Z Downloaded spin v0.9.8
10622026-05-21T00:06:48.627Z Downloaded mio v1.2.0
10632026-05-21T00:06:48.631Z Downloaded static_assertions v1.1.0
10642026-05-21T00:06:48.634Z Downloaded libxml v0.3.3
10652026-05-21T00:06:48.637Z Downloaded snafu-derive v0.8.9
10662026-05-21T00:06:48.637Z Downloaded thiserror-no-std v2.0.2
10672026-05-21T00:06:48.640Z Downloaded termios v0.3.3
10682026-05-21T00:06:48.640Z Downloaded quinn v0.11.9
10692026-05-21T00:06:48.643Z Downloaded thread_local v1.1.9
10702026-05-21T00:06:48.646Z Downloaded aes-gcm v0.10.3
10712026-05-21T00:06:48.646Z Downloaded nom v7.1.3
10722026-05-21T00:06:48.649Z Downloaded time-macros v0.2.27
10732026-05-21T00:06:48.652Z Downloaded topological-sort v0.2.2
10742026-05-21T00:06:48.655Z Downloaded tower-layer v0.3.3
10752026-05-21T00:06:48.658Z Downloaded signal-hook v0.3.18
10762026-05-21T00:06:48.661Z Downloaded tls_codec_derive v0.4.2
10772026-05-21T00:06:48.661Z Downloaded try-lock v0.2.5
10782026-05-21T00:06:48.661Z Downloaded trait-variant v0.1.2
10792026-05-21T00:06:48.664Z Downloaded tls_codec v0.4.2
10802026-05-21T00:06:48.664Z Downloaded tiny-keccak v2.0.2
10812026-05-21T00:06:48.667Z Downloaded ryu v1.0.23
10822026-05-21T00:06:48.668Z Downloaded num-bigint v0.4.6
10832026-05-21T00:06:48.671Z Downloaded rustls-platform-verifier v0.6.2
10842026-05-21T00:06:48.674Z Downloaded similar v2.7.0
10852026-05-21T00:06:48.677Z Downloaded tokio-native-tls v0.3.1
10862026-05-21T00:06:48.680Z Downloaded tokio-dtrace v0.1.1
10872026-05-21T00:06:48.683Z Downloaded hashbrown v0.15.5
10882026-05-21T00:06:48.686Z Downloaded slog v2.8.2
10892026-05-21T00:06:48.686Z Downloaded tokio-rustls v0.25.0
10902026-05-21T00:06:48.689Z Downloaded tower-service v0.3.3
10912026-05-21T00:06:48.689Z Downloaded tokio-tungstenite v0.21.0
10922026-05-21T00:06:48.693Z Downloaded usdt-macro v0.6.0
10932026-05-21T00:06:48.693Z Downloaded usdt-attr-macro v0.6.0
10942026-05-21T00:06:48.693Z Downloaded typify-macro v0.4.3
10952026-05-21T00:06:48.693Z Downloaded socket2 v0.6.3
10962026-05-21T00:06:48.696Z Downloaded schemars v0.9.0
10972026-05-21T00:06:48.701Z Downloaded qorb v0.4.1
10982026-05-21T00:06:48.704Z Downloaded tokio-tungstenite v0.23.1
10992026-05-21T00:06:48.707Z Downloaded socket2 v0.5.10
11002026-05-21T00:06:48.707Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11012026-05-21T00:06:48.710Z Downloaded publicsuffix v2.3.0
11022026-05-21T00:06:48.710Z Downloaded unicode-truncate v1.1.0
11032026-05-21T00:06:48.710Z Downloaded wait-timeout v0.2.1
11042026-05-21T00:06:48.715Z Downloaded usdt v0.6.0
11052026-05-21T00:06:48.715Z Downloaded untrusted v0.7.1
11062026-05-21T00:06:48.715Z Downloaded typify-macro v0.6.2
11072026-05-21T00:06:48.715Z Downloaded utf-8 v0.7.6
11082026-05-21T00:06:48.718Z Downloaded void v1.0.2
11092026-05-21T00:06:48.718Z Downloaded unit-prefix v0.5.2
11102026-05-21T00:06:48.718Z Downloaded term v1.2.1
11112026-05-21T00:06:48.718Z Downloaded waitgroup v0.1.2
11122026-05-21T00:06:48.721Z Downloaded rand v0.10.0
11132026-05-21T00:06:48.721Z Downloaded term v0.7.0
11142026-05-21T00:06:48.725Z Downloaded hyper v1.8.1
11152026-05-21T00:06:48.728Z Downloaded toml_writer v1.0.6+spec-1.1.0
11162026-05-21T00:06:48.732Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-05-21T00:06:48.732Z Downloaded rsa v0.9.10
11182026-05-21T00:06:48.735Z Downloaded tui-tree-widget v0.23.1
11192026-05-21T00:06:48.735Z Downloaded serde_yaml v0.9.34+deprecated
11202026-05-21T00:06:48.738Z Downloaded rand v0.9.2
11212026-05-21T00:06:48.741Z Downloaded tokio-rustls v0.24.1
11222026-05-21T00:06:48.741Z Downloaded untrusted v0.9.0
11232026-05-21T00:06:48.741Z Downloaded universal-hash v0.5.1
11242026-05-21T00:06:48.745Z Downloaded unarray v0.1.4
11252026-05-21T00:06:48.745Z Downloaded samael v0.0.19
11262026-05-21T00:06:48.748Z Downloaded rustls-webpki v0.103.9
11272026-05-21T00:06:48.748Z Downloaded rand v0.8.6
11282026-05-21T00:06:48.751Z Downloaded num-bigint-dig v0.8.6
11292026-05-21T00:06:48.754Z Downloaded subprocess v0.2.15
11302026-05-21T00:06:48.757Z Downloaded xattr v1.6.1
11312026-05-21T00:06:48.757Z Downloaded unicase v2.9.0
11322026-05-21T00:06:48.758Z Downloaded iri-string v0.7.10
11332026-05-21T00:06:48.761Z Downloaded tokio-stream v0.1.18
11342026-05-21T00:06:48.764Z Downloaded tokio-rustls v0.26.4
11352026-05-21T00:06:48.767Z Downloaded itertools v0.13.0
11362026-05-21T00:06:48.772Z Downloaded test-strategy v0.4.5
11372026-05-21T00:06:48.776Z Downloaded itertools v0.14.0
11382026-05-21T00:06:48.776Z Downloaded zeroize_derive v1.4.3
11392026-05-21T00:06:48.776Z Downloaded xshell-macros v0.2.7
11402026-05-21T00:06:48.779Z Downloaded usdt-impl v0.6.0
11412026-05-21T00:06:48.779Z Downloaded hkdf v0.12.4
11422026-05-21T00:06:48.779Z Downloaded itertools v0.12.1
11432026-05-21T00:06:48.783Z Downloaded snafu v0.8.9
11442026-05-21T00:06:48.786Z Downloaded vsss-rs v3.3.4
11452026-05-21T00:06:48.792Z Downloaded tinyvec v1.10.0
11462026-05-21T00:06:48.792Z Downloaded h2 v0.4.13
11472026-05-21T00:06:48.792Z Downloaded zone_cfg_derive v0.3.1
11482026-05-21T00:06:48.797Z Downloaded want v0.3.1
11492026-05-21T00:06:48.797Z Downloaded iddqd v0.4.1
11502026-05-21T00:06:48.797Z Downloaded futures-util v0.3.32
11512026-05-21T00:06:48.804Z Downloaded twox-hash v2.1.2
11522026-05-21T00:06:48.807Z Downloaded zone v0.3.1
11532026-05-21T00:06:48.807Z Downloaded vergen-lib v0.1.6
11542026-05-21T00:06:48.807Z Downloaded uzers v0.12.2
11552026-05-21T00:06:48.811Z Downloaded walkdir v2.5.0
11562026-05-21T00:06:48.814Z Downloaded p521 v0.13.3
11572026-05-21T00:06:48.817Z Downloaded vergen-git2 v1.0.7
11582026-05-21T00:06:48.820Z Downloaded whoami v1.6.1
11592026-05-21T00:06:48.822Z Downloaded schemars v1.2.1
11602026-05-21T00:06:48.828Z Downloaded wyz v0.5.1
11612026-05-21T00:06:48.831Z Downloaded whoami v2.1.0
11622026-05-21T00:06:48.831Z Downloaded toml v1.0.6+spec-1.1.0
11632026-05-21T00:06:48.834Z Downloaded tracing-attributes v0.1.31
11642026-05-21T00:06:48.834Z Downloaded toml v0.9.12+spec-1.1.0
11652026-05-21T00:06:48.837Z Downloaded toml v0.7.8
11662026-05-21T00:06:48.840Z Downloaded vergen-gitcl v1.0.8
11672026-05-21T00:06:48.840Z Downloaded tar v0.4.45
11682026-05-21T00:06:48.843Z Downloaded unicode-properties v0.1.4
11692026-05-21T00:06:48.843Z Downloaded libm v0.2.16
11702026-05-21T00:06:48.848Z Downloaded tungstenite v0.23.0
11712026-05-21T00:06:48.851Z Downloaded toml_parser v1.0.9+spec-1.1.0
11722026-05-21T00:06:48.854Z Downloaded steno v0.4.1
11732026-05-21T00:06:48.857Z Downloaded tracing-core v0.1.36
11742026-05-21T00:06:48.857Z Downloaded rustyline v14.0.0
11752026-05-21T00:06:48.860Z Downloaded zstd v0.13.3
11762026-05-21T00:06:48.863Z Downloaded tungstenite v0.21.0
11772026-05-21T00:06:48.867Z Downloaded typify v0.6.2
11782026-05-21T00:06:48.870Z Downloaded typify v0.4.3
11792026-05-21T00:06:48.873Z Downloaded xshell v0.2.7
11802026-05-21T00:06:48.876Z Downloaded unicode-bidi v0.3.18
11812026-05-21T00:06:48.879Z Downloaded zerocopy v0.6.6
11822026-05-21T00:06:48.879Z Downloaded bitvec v1.0.1
11832026-05-21T00:06:48.889Z Downloaded russh v0.45.0
11842026-05-21T00:06:48.892Z Downloaded unsafe-libyaml v0.2.11
11852026-05-21T00:06:48.895Z Downloaded rpassword v7.4.0
11862026-05-21T00:06:48.895Z Downloaded toml_edit v0.23.10+spec-1.0.0
11872026-05-21T00:06:48.898Z Downloaded zstd-safe v7.2.4
11882026-05-21T00:06:48.902Z Downloaded vte v0.14.1
11892026-05-21T00:06:48.907Z Downloaded uuid v1.23.0
11902026-05-21T00:06:48.910Z Downloaded vergen v9.0.6
11912026-05-21T00:06:48.913Z Downloaded zeroize v1.8.2
11922026-05-21T00:06:48.916Z Downloaded yasna v0.5.2
11932026-05-21T00:06:48.950Z Downloaded aws-lc-rs v1.16.3
11942026-05-21T00:06:48.955Z Downloaded toml_edit v0.19.15
11952026-05-21T00:06:48.955Z Downloaded zopfli v0.8.3
11962026-05-21T00:06:48.955Z Downloaded ssh-key v0.6.7
11972026-05-21T00:06:48.955Z Downloaded tokio-postgres v0.7.16
11982026-05-21T00:06:48.958Z Downloaded reedline v0.40.0
11992026-05-21T00:06:48.961Z Downloaded p384 v0.13.1
12002026-05-21T00:06:48.964Z Downloaded regex v1.12.3
12012026-05-21T00:06:48.971Z Downloaded zip v0.6.6
12022026-05-21T00:06:48.974Z Downloaded reqwest v0.12.28
12032026-05-21T00:06:48.977Z Downloaded bindgen v0.71.1
12042026-05-21T00:06:48.986Z Downloaded portable-atomic v1.13.1
12052026-05-21T00:06:48.993Z Downloaded unicode_categories v0.1.1
12062026-05-21T00:06:48.998Z Downloaded yansi v1.0.1
12072026-05-21T00:06:49.007Z Downloaded typed-path v0.9.3
12082026-05-21T00:06:49.011Z Downloaded tower v0.5.3
12092026-05-21T00:06:49.016Z Downloaded git2 v0.20.4
12102026-05-21T00:06:49.024Z Downloaded moka v0.12.13
12112026-05-21T00:06:49.028Z Downloaded salty v0.3.0
12122026-05-21T00:06:49.034Z Downloaded rustls-webpki v0.101.7
12132026-05-21T00:06:49.043Z Downloaded x509-cert v0.2.5
12142026-05-21T00:06:49.047Z Downloaded unicode-segmentation v1.12.0
12152026-05-21T00:06:49.050Z Downloaded rayon v1.11.0
12162026-05-21T00:06:49.053Z Downloaded zerocopy-derive v0.8.40
12172026-05-21T00:06:49.057Z Downloaded reqwest v0.13.2
12182026-05-21T00:06:49.060Z Downloaded lalrpop v0.19.12
12192026-05-21T00:06:49.067Z Downloaded unicode-normalization v0.1.25
12202026-05-21T00:06:49.070Z Downloaded quick-xml v0.37.5
12212026-05-21T00:06:49.073Z Downloaded proptest v1.10.0
12222026-05-21T00:06:49.079Z Downloaded tower-http v0.6.8
12232026-05-21T00:06:49.083Z Downloaded rustls-webpki v0.102.8
12242026-05-21T00:06:49.095Z Downloaded zip v4.6.1
12252026-05-21T00:06:49.098Z Downloaded curve25519-dalek v4.1.3
12262026-05-21T00:06:49.101Z Downloaded tough v0.22.0
12272026-05-21T00:06:49.107Z Downloaded goblin v0.10.5
12282026-05-21T00:06:49.111Z Downloaded serde_with v3.17.0
12292026-05-21T00:06:49.119Z Downloaded object v0.30.4
12302026-05-21T00:06:49.123Z Downloaded nix v0.27.1
12312026-05-21T00:06:49.130Z Downloaded tokio-util v0.7.18
12322026-05-21T00:06:49.134Z Downloaded petname v2.0.2
12332026-05-21T00:06:49.143Z Downloaded radix_trie v0.2.1
12342026-05-21T00:06:49.153Z Downloaded winnow v0.5.40
12352026-05-21T00:06:49.159Z Downloaded quinn-proto v0.11.13
12362026-05-21T00:06:49.165Z Downloaded winnow v0.6.26
12372026-05-21T00:06:49.171Z Downloaded nix v0.29.0
12382026-05-21T00:06:49.176Z Downloaded polar-core v0.27.3
12392026-05-21T00:06:49.184Z Downloaded nix v0.28.0
12402026-05-21T00:06:49.190Z Downloaded dropshot v0.16.7
12412026-05-21T00:06:49.204Z Downloaded openssl v0.10.79
12422026-05-21T00:06:49.210Z Downloaded time v0.3.47
12432026-05-21T00:06:49.216Z Downloaded tabled v0.20.0
12442026-05-21T00:06:49.229Z Downloaded rustls v0.21.12
12452026-05-21T00:06:49.232Z Downloaded smoltcp v0.9.1
12462026-05-21T00:06:49.238Z Downloaded dropshot v0.17.0
12472026-05-21T00:06:49.251Z Downloaded zlib-rs v0.6.2
12482026-05-21T00:06:49.254Z Downloaded nix v0.31.2
12492026-05-21T00:06:49.260Z Downloaded hickory-proto v0.24.4
12502026-05-21T00:06:49.269Z Downloaded zerocopy v0.8.40
12512026-05-21T00:06:49.274Z Downloaded object v0.37.3
12522026-05-21T00:06:49.280Z Downloaded webpki-roots v1.0.6
12532026-05-21T00:06:49.283Z Downloaded hickory-proto v0.25.2
12542026-05-21T00:06:49.291Z Downloaded openapiv3 v2.2.0
12552026-05-21T00:06:49.299Z Downloaded regress v0.11.1
12562026-05-21T00:06:49.303Z Downloaded smoltcp v0.11.0
12572026-05-21T00:06:49.310Z Downloaded regress v0.10.5
12582026-05-21T00:06:49.316Z Downloaded rustls v0.23.37
12592026-05-21T00:06:49.322Z Downloaded rustls v0.22.4
12602026-05-21T00:06:49.329Z Downloaded regex-syntax v0.8.10
12612026-05-21T00:06:49.335Z Downloaded sqlparser v0.61.0
12622026-05-21T00:06:49.341Z Downloaded rustix v0.38.44
12632026-05-21T00:06:49.352Z Downloaded diesel v2.3.7
12642026-05-21T00:06:49.364Z Downloaded sled v0.34.7
12652026-05-21T00:06:49.370Z Downloaded vcpkg v0.2.15
12662026-05-21T00:06:49.394Z Downloaded regex-syntax v0.6.29
12672026-05-21T00:06:49.397Z Downloaded bstr v1.12.1
12682026-05-21T00:06:49.409Z Downloaded zerocopy-derive v0.6.6
12692026-05-21T00:06:49.450Z Downloaded csv v1.4.0
12702026-05-21T00:06:49.464Z Downloaded typify-impl v0.6.2
12712026-05-21T00:06:49.472Z Downloaded ratatui v0.29.0
12722026-05-21T00:06:49.484Z Downloaded tracing v0.1.44
12732026-05-21T00:06:49.496Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12742026-05-21T00:06:49.507Z Downloaded sha3 v0.10.8
12752026-05-21T00:06:49.519Z Downloaded typify-impl v0.4.3
12762026-05-21T00:06:49.531Z Downloaded encoding_rs v0.8.35
12772026-05-21T00:06:49.552Z Downloaded regex-automata v0.4.14
12782026-05-21T00:06:49.559Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/tabwriter/1.4.1/download` (146.75.42.137), got 500
12792026-05-21T00:06:49.559Zbody:
12802026-05-21T00:06:49.559Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
12812026-05-21T00:06:49.563Z Downloaded bzip2-sys v0.1.13+1.0.8
12822026-05-21T00:06:49.584Z Downloaded chrono-tz v0.10.4
12832026-05-21T00:06:49.595Z Downloaded petgraph v0.6.5
12842026-05-21T00:06:49.609Z Downloaded jiff v0.2.21
12852026-05-21T00:06:49.638Z Downloaded petgraph v0.8.3
12862026-05-21T00:06:49.651Z Downloaded libz-sys v1.1.24
12872026-05-21T00:06:49.679Z Downloaded tokio v1.52.1
12882026-05-21T00:06:49.789Z Downloaded ring v0.17.14
12892026-05-21T00:06:49.841Z Downloaded libgit2-sys v0.18.3+1.9.2
12902026-05-21T00:06:50.257Z Downloaded tabwriter v1.4.1
12912026-05-21T00:06:50.338Z Downloaded aws-lc-sys v0.40.0
12922026-05-21T00:06:50.589Z Compiling libc v0.2.185
12932026-05-21T00:06:50.589Z Compiling serde v1.0.228
12942026-05-21T00:06:50.589Z Compiling log v0.4.29
12952026-05-21T00:06:50.589Z Compiling find-msvc-tools v0.1.9
12962026-05-21T00:06:50.592Z Compiling shlex v1.3.0
12972026-05-21T00:06:50.592Z Compiling smallvec v1.15.1
12982026-05-21T00:06:50.592Z Compiling typenum v1.19.0
12992026-05-21T00:06:50.592Z Compiling subtle v2.6.1
13002026-05-21T00:06:50.725Z Compiling generic-array v0.14.7
13012026-05-21T00:06:50.728Z Compiling scopeguard v1.2.0
13022026-05-21T00:06:50.739Z Compiling const-oid v0.9.6
13032026-05-21T00:06:50.822Z Compiling serde_json v1.0.149
13042026-05-21T00:06:50.835Z Compiling syn v2.0.117
13052026-05-21T00:06:50.847Z Compiling zerocopy v0.8.40
13062026-05-21T00:06:50.850Z Compiling portable-atomic v1.13.1
13072026-05-21T00:06:50.875Z Compiling pin-project-lite v0.2.17
13082026-05-21T00:06:50.928Z Compiling lock_api v0.4.14
13092026-05-21T00:06:50.953Z Compiling parking_lot_core v0.9.12
13102026-05-21T00:06:50.967Z Compiling pkg-config v0.3.32
13112026-05-21T00:06:51.001Z Compiling bitflags v2.11.0
13122026-05-21T00:06:51.033Z Compiling futures-core v0.3.32
13132026-05-21T00:06:51.037Z Compiling critical-section v1.2.0
13142026-05-21T00:06:51.037Z Compiling libm v0.2.16
13152026-05-21T00:06:51.044Z Compiling num-traits v0.2.19
13162026-05-21T00:06:51.134Z Compiling percent-encoding v2.3.2
13172026-05-21T00:06:51.155Z Compiling futures-sink v0.3.32
13182026-05-21T00:06:51.170Z Compiling cpufeatures v0.2.17
13192026-05-21T00:06:51.185Z Compiling slab v0.4.12
13202026-05-21T00:06:51.257Z Compiling futures-channel v0.3.32
13212026-05-21T00:06:51.262Z Compiling getrandom v0.4.1
13222026-05-21T00:06:51.288Z Compiling futures-io v0.3.32
13232026-05-21T00:06:51.288Z Compiling futures-task v0.3.32
13242026-05-21T00:06:51.345Z Compiling rand_core v0.10.0
13252026-05-21T00:06:51.387Z Compiling indexmap v2.14.0
13262026-05-21T00:06:51.402Z Compiling rustversion v1.0.22
13272026-05-21T00:06:51.456Z Compiling getrandom v0.3.4
13282026-05-21T00:06:51.486Z Compiling form_urlencoded v1.2.2
13292026-05-21T00:06:51.501Z Compiling fs_extra v1.3.0
13302026-05-21T00:06:51.514Z Compiling dunce v1.0.5
13312026-05-21T00:06:51.531Z Compiling base64ct v1.8.3
13322026-05-21T00:06:51.546Z Compiling ident_case v1.0.1
13332026-05-21T00:06:51.549Z Compiling regex-syntax v0.8.10
13342026-05-21T00:06:51.619Z Compiling getrandom v0.2.17
13352026-05-21T00:06:51.624Z Compiling jobserver v0.1.34
13362026-05-21T00:06:51.685Z Compiling errno v0.3.14
13372026-05-21T00:06:51.716Z Compiling mio v1.2.0
13382026-05-21T00:06:51.763Z Compiling rand_core v0.6.4
13392026-05-21T00:06:51.782Z Compiling socket2 v0.6.3
13402026-05-21T00:06:51.832Z Compiling signal-hook-registry v1.4.8
13412026-05-21T00:06:51.846Z Compiling cc v1.2.56
13422026-05-21T00:06:51.875Z Compiling once_cell v1.21.3
13432026-05-21T00:06:52.068Z Compiling parking_lot v0.12.5
13442026-05-21T00:06:52.109Z Compiling pem-rfc7468 v0.7.0
13452026-05-21T00:06:52.143Z Compiling rustix v1.1.3
13462026-05-21T00:06:52.143Z Compiling flagset v0.4.7
13472026-05-21T00:06:52.170Z Compiling iana-time-zone v0.1.65
13482026-05-21T00:06:52.234Z Compiling aws-lc-rs v1.16.3
13492026-05-21T00:06:52.249Z Compiling vcpkg v0.2.15
13502026-05-21T00:06:52.311Z Compiling uuid v1.23.0
13512026-05-21T00:06:52.315Z Compiling tracing-core v0.1.36
13522026-05-21T00:06:52.354Z Compiling rustc_version v0.4.1
13532026-05-21T00:06:52.413Z Compiling base64 v0.22.1
13542026-05-21T00:06:52.450Z Compiling untrusted v0.9.0
13552026-05-21T00:06:52.484Z Compiling rand_core v0.9.5
13562026-05-21T00:06:52.561Z Compiling tinyvec_macros v0.1.1
13572026-05-21T00:06:52.585Z Compiling httparse v1.10.1
13582026-05-21T00:06:52.600Z Compiling untrusted v0.7.1
13592026-05-21T00:06:52.641Z Compiling openssl-probe v0.2.1
13602026-05-21T00:06:52.676Z Compiling cmake v0.1.57
13612026-05-21T00:06:52.719Z Compiling tinyvec v1.10.0
13622026-05-21T00:06:52.743Z Compiling aho-corasick v1.1.4
13632026-05-21T00:06:52.773Z Compiling try-lock v0.2.5
13642026-05-21T00:06:52.790Z Compiling dyn-clone v1.0.20
13652026-05-21T00:06:52.818Z Compiling atomic-waker v1.1.2
13662026-05-21T00:06:52.845Z Compiling rustls v0.23.37
13672026-05-21T00:06:52.896Z Compiling tower-layer v0.3.3
13682026-05-21T00:06:52.916Z Compiling schemars v0.8.22
13692026-05-21T00:06:52.954Z Compiling tower-service v0.3.3
13702026-05-21T00:06:52.968Z Compiling want v0.3.1
13712026-05-21T00:06:52.985Z Compiling foreign-types-shared v0.1.1
13722026-05-21T00:06:53.040Z Compiling openssl v0.10.79
13732026-05-21T00:06:53.055Z Compiling pin-utils v0.1.0
13742026-05-21T00:06:53.084Z Compiling httpdate v1.0.3
13752026-05-21T00:06:53.088Z Compiling foreign-types v0.3.2
13762026-05-21T00:06:53.088Z Compiling unicode-normalization v0.1.25
13772026-05-21T00:06:53.100Z Compiling spin v0.9.8
13782026-05-21T00:06:53.115Z Compiling num-conv v0.2.0
13792026-05-21T00:06:53.162Z Compiling crc32fast v1.5.0
13802026-05-21T00:06:53.165Z Compiling time-core v0.1.8
13812026-05-21T00:06:53.165Z Compiling powerfmt v0.2.0
13822026-05-21T00:06:53.221Z Compiling native-tls v0.2.18
13832026-05-21T00:06:53.238Z Compiling wait-timeout v0.2.1
13842026-05-21T00:06:53.297Z Compiling sync_wrapper v1.0.2
13852026-05-21T00:06:53.312Z Compiling num_threads v0.1.7
13862026-05-21T00:06:53.335Z Compiling deranged v0.5.8
13872026-05-21T00:06:53.363Z Compiling time-macros v0.2.27
13882026-05-21T00:06:53.377Z Compiling quick-error v1.2.3
13892026-05-21T00:06:53.391Z Compiling crossbeam-utils v0.8.21
13902026-05-21T00:06:53.412Z Compiling bit-vec v0.8.0
13912026-05-21T00:06:53.428Z Compiling usdt-impl v0.6.0
13922026-05-21T00:06:53.428Z Compiling siphasher v1.0.2
13932026-05-21T00:06:53.458Z Compiling simd-adler32 v0.3.8
13942026-05-21T00:06:53.504Z Compiling syn v1.0.109
13952026-05-21T00:06:53.554Z Compiling slog v2.8.2
13962026-05-21T00:06:53.570Z Compiling aws-lc-sys v0.40.0
13972026-05-21T00:06:53.634Z Compiling ring v0.17.14
13982026-05-21T00:06:53.674Z Compiling openssl-sys v0.9.115
13992026-05-21T00:06:53.690Z Compiling regex-automata v0.4.14
14002026-05-21T00:06:53.693Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14012026-05-21T00:06:53.761Z Compiling bit-set v0.8.0
14022026-05-21T00:06:53.777Z Compiling tempfile v3.25.0
14032026-05-21T00:06:53.780Z Compiling bzip2-sys v0.1.13+1.0.8
14042026-05-21T00:06:53.808Z Compiling synstructure v0.13.2
14052026-05-21T00:06:53.851Z Compiling serde_derive_internals v0.29.1
14062026-05-21T00:06:53.946Z Compiling pest_generator v2.8.6
14072026-05-21T00:06:54.067Z Compiling darling_core v0.20.11
14082026-05-21T00:06:54.120Z Compiling rusty-fork v0.3.1
14092026-05-21T00:06:54.194Z Compiling darling_core v0.21.3
14102026-05-21T00:06:54.198Z Compiling heapless v0.7.17
14112026-05-21T00:06:54.376Z Compiling rand_xorshift v0.4.0
14122026-05-21T00:06:54.468Z Compiling thread-id v5.1.0
14132026-05-21T00:06:54.482Z Compiling cookie v0.18.1
14142026-05-21T00:06:54.486Z Compiling paste v1.0.15
14152026-05-21T00:06:54.531Z Compiling time v0.3.47
14162026-05-21T00:06:54.561Z Compiling unarray v0.1.4
14172026-05-21T00:06:54.576Z Compiling zstd-safe v7.2.4
14182026-05-21T00:06:54.594Z Compiling iri-string v0.7.10
14192026-05-21T00:06:54.692Z Compiling anyhow v1.0.102
14202026-05-21T00:06:54.695Z Compiling signal-hook v0.3.18
14212026-05-21T00:06:54.775Z Compiling adler2 v2.0.1
14222026-05-21T00:06:54.798Z Compiling allocator-api2 v0.2.21
14232026-05-21T00:06:54.829Z Compiling ryu v1.0.23
14242026-05-21T00:06:54.833Z Compiling unicode-properties v0.1.4
14252026-05-21T00:06:54.910Z Compiling unicode-bidi v0.3.18
14262026-05-21T00:06:54.949Z Compiling miniz_oxide v0.8.9
14272026-05-21T00:06:55.185Z Compiling num-integer v0.1.46
14282026-05-21T00:06:55.277Z Compiling stringprep v0.1.5
14292026-05-21T00:06:55.468Z Compiling vergen-lib v0.1.6
14302026-05-21T00:06:55.537Z Compiling curve25519-dalek v4.1.3
14312026-05-21T00:06:55.597Z Compiling ff v0.13.1
14322026-05-21T00:06:55.624Z Compiling serde_derive v1.0.228
14332026-05-21T00:06:55.669Z Compiling zeroize_derive v1.4.3
14342026-05-21T00:06:55.683Z Compiling zerofrom-derive v0.1.6
14352026-05-21T00:06:55.743Z Compiling yoke-derive v0.8.1
14362026-05-21T00:06:55.757Z Compiling zerovec-derive v0.11.2
14372026-05-21T00:06:55.896Z Compiling zerocopy-derive v0.8.40
14382026-05-21T00:06:55.909Z Compiling displaydoc v0.2.5
14392026-05-21T00:06:56.167Z Compiling tokio-macros v2.7.0
14402026-05-21T00:06:56.180Z Compiling futures-macro v0.3.32
14412026-05-21T00:06:56.344Z Compiling zeroize v1.8.2
14422026-05-21T00:06:56.438Z Compiling der_derive v0.7.3
14432026-05-21T00:06:56.686Z Compiling rustls-pki-types v1.14.0
14442026-05-21T00:06:56.782Z Compiling tracing-attributes v0.1.31
14452026-05-21T00:06:56.903Z Compiling thiserror-impl v2.0.18
14462026-05-21T00:06:56.944Z Compiling scroll_derive v0.13.1
14472026-05-21T00:06:56.989Z Compiling pest_derive v2.8.6
14482026-05-21T00:06:57.053Z Compiling futures-util v0.3.32
14492026-05-21T00:06:57.172Z Compiling crypto-common v0.1.7
14502026-05-21T00:06:57.186Z Compiling block-buffer v0.10.4
14512026-05-21T00:06:57.201Z Compiling zerofrom v0.1.6
14522026-05-21T00:06:57.340Z Compiling yoke v0.8.1
14532026-05-21T00:06:57.356Z Compiling digest v0.10.7
14542026-05-21T00:06:57.379Z Compiling block-padding v0.3.3
14552026-05-21T00:06:57.478Z Compiling schemars_derive v0.8.22
14562026-05-21T00:06:57.502Z Compiling der v0.7.10
14572026-05-21T00:06:57.544Z Compiling zerovec v0.11.5
14582026-05-21T00:06:57.561Z Compiling zerotrie v0.2.3
14592026-05-21T00:06:57.624Z Compiling hmac v0.12.1
14602026-05-21T00:06:57.811Z Compiling inout v0.1.4
14612026-05-21T00:06:57.834Z Compiling sha2 v0.10.9
14622026-05-21T00:06:57.881Z Compiling pbkdf2 v0.12.2
14632026-05-21T00:06:57.932Z Compiling scroll v0.13.0
14642026-05-21T00:06:58.000Z Compiling cipher v0.4.4
14652026-05-21T00:06:58.021Z Compiling tinystr v0.8.2
14662026-05-21T00:06:58.076Z Compiling potential_utf v0.1.4
14672026-05-21T00:06:58.228Z Compiling icu_locale_core v2.1.1
14682026-05-21T00:06:58.228Z Compiling icu_collections v2.1.1
14692026-05-21T00:06:58.256Z Compiling salsa20 v0.10.2
14702026-05-21T00:06:58.273Z Compiling tracing v0.1.44
14712026-05-21T00:06:58.291Z Compiling cbc v0.1.2
14722026-05-21T00:06:58.344Z Compiling thiserror v2.0.18
14732026-05-21T00:06:58.415Z Compiling spki v0.7.3
14742026-05-21T00:06:58.467Z Compiling scrypt v0.11.0
14752026-05-21T00:06:58.481Z Compiling aes v0.8.4
14762026-05-21T00:06:58.570Z Compiling darling_macro v0.20.11
14772026-05-21T00:06:58.665Z Compiling openssl-macros v0.1.1
14782026-05-21T00:06:58.742Z Compiling goblin v0.10.5
14792026-05-21T00:06:58.758Z Compiling rustls-native-certs v0.8.3
14802026-05-21T00:06:58.780Z Compiling dtrace-parser v0.3.0
14812026-05-21T00:06:58.814Z Compiling signature v2.2.0
14822026-05-21T00:06:59.021Z Compiling icu_provider v2.1.1
14832026-05-21T00:06:59.093Z Compiling pkcs5 v0.7.1
14842026-05-21T00:06:59.122Z Compiling bytes v1.11.1
14852026-05-21T00:06:59.125Z Compiling chrono v0.4.44
14862026-05-21T00:06:59.190Z Compiling ipnet v2.11.0
14872026-05-21T00:06:59.215Z Compiling darling v0.20.11
14882026-05-21T00:06:59.280Z Compiling icu_properties v2.1.2
14892026-05-21T00:06:59.296Z Compiling icu_normalizer v2.1.1
14902026-05-21T00:06:59.355Z Compiling derive_builder_core v0.20.2
14912026-05-21T00:06:59.421Z Compiling pkcs8 v0.10.2
14922026-05-21T00:06:59.585Z Compiling webpki-roots v1.0.6
14932026-05-21T00:06:59.588Z Compiling thiserror-impl v1.0.69
14942026-05-21T00:06:59.614Z Compiling scroll_derive v0.12.1
14952026-05-21T00:06:59.729Z Compiling tokio v1.52.1
14962026-05-21T00:06:59.746Z Compiling http v1.4.0
14972026-05-21T00:06:59.762Z Compiling serde_spanned v0.6.9
14982026-05-21T00:06:59.797Z Compiling serde_urlencoded v0.7.1
14992026-05-21T00:06:59.865Z Compiling serde_tokenstream v0.2.3
15002026-05-21T00:06:59.926Z Compiling erased-serde v0.3.31
15012026-05-21T00:07:00.066Z Compiling toml_datetime v0.6.11
15022026-05-21T00:07:00.202Z Compiling idna_adapter v1.2.1
15032026-05-21T00:07:00.263Z Compiling derive_builder_macro v0.20.2
15042026-05-21T00:07:00.318Z Compiling idna v1.1.0
15052026-05-21T00:07:00.348Z Compiling ppv-lite86 v0.2.21
15062026-05-21T00:07:00.362Z Compiling scroll v0.12.0
15072026-05-21T00:07:00.428Z Compiling http-body v1.0.1
15082026-05-21T00:07:00.428Z Compiling md-5 v0.10.6
15092026-05-21T00:07:00.503Z Compiling darling_macro v0.21.3
15102026-05-21T00:07:00.600Z Compiling http-body-util v0.1.3
15112026-05-21T00:07:00.616Z Compiling bstr v1.12.1
15122026-05-21T00:07:00.619Z Compiling zerocopy-derive v0.7.35
15132026-05-21T00:07:00.650Z Compiling url v2.5.8
15142026-05-21T00:07:00.689Z Compiling rand_chacha v0.9.0
15152026-05-21T00:07:00.689Z Compiling rand_chacha v0.3.1
15162026-05-21T00:07:00.766Z Compiling pin-project-internal v1.1.11
15172026-05-21T00:07:00.863Z Compiling async-trait v0.1.89
15182026-05-21T00:07:00.911Z Compiling rand v0.9.2
15192026-05-21T00:07:01.024Z Compiling thiserror v1.0.69
15202026-05-21T00:07:01.039Z Compiling hash32 v0.2.1
15212026-05-21T00:07:01.144Z Compiling memoffset v0.9.1
15222026-05-21T00:07:01.251Z Compiling base16ct v0.2.0
15232026-05-21T00:07:01.305Z Compiling cfg_aliases v0.2.1
15242026-05-21T00:07:01.394Z Compiling psl-types v2.0.11
15252026-05-21T00:07:01.415Z Compiling litrs v1.0.0
15262026-05-21T00:07:01.455Z Compiling num-bigint-dig v0.8.6
15272026-05-21T00:07:01.487Z Compiling dof v0.4.0
15282026-05-21T00:07:01.533Z Compiling proptest v1.10.0
15292026-05-21T00:07:01.548Z Compiling smoltcp v0.9.1
15302026-05-21T00:07:01.564Z Compiling rustix v0.38.44
15312026-05-21T00:07:01.669Z Compiling zlib-rs v0.6.2
15322026-05-21T00:07:01.698Z Compiling fallible-iterator v0.2.0
15332026-05-21T00:07:01.736Z Compiling ref-cast v1.0.25
15342026-05-21T00:07:01.918Z Compiling pin-project v1.1.11
15352026-05-21T00:07:01.950Z Compiling ipnetwork v0.21.1
15362026-05-21T00:07:01.953Z Compiling document-features v0.2.12
15372026-05-21T00:07:02.044Z Compiling postgres-protocol v0.6.10
15382026-05-21T00:07:02.077Z Compiling zerocopy v0.7.35
15392026-05-21T00:07:02.092Z Compiling publicsuffix v2.3.0
15402026-05-21T00:07:02.123Z Compiling nix v0.31.2
15412026-05-21T00:07:02.196Z Compiling sec1 v0.7.3
15422026-05-21T00:07:02.285Z Compiling oxnet v0.1.4
15432026-05-21T00:07:02.489Z Compiling darling v0.21.3
15442026-05-21T00:07:02.521Z Compiling rand v0.8.6
15452026-05-21T00:07:02.550Z Compiling derive_builder v0.20.2
15462026-05-21T00:07:02.582Z Compiling goblin v0.8.2
15472026-05-21T00:07:02.630Z Compiling futures-executor v0.3.32
15482026-05-21T00:07:02.633Z Compiling hubpack_derive v0.1.1
15492026-05-21T00:07:02.659Z Compiling hex v0.4.3
15502026-05-21T00:07:02.702Z Compiling cargo-platform v0.1.9
15512026-05-21T00:07:02.728Z Compiling hkdf v0.12.4
15522026-05-21T00:07:02.754Z Compiling crypto-bigint v0.5.5
15532026-05-21T00:07:02.910Z Compiling regex v1.12.3
15542026-05-21T00:07:02.971Z Compiling group v0.13.0
15552026-05-21T00:07:03.009Z Compiling ref-cast-impl v1.0.25
15562026-05-21T00:07:03.024Z Compiling strum_macros v0.27.2
15572026-05-21T00:07:03.038Z Compiling snafu-derive v0.8.9
15582026-05-21T00:07:03.052Z Compiling daft-derive v0.1.7
15592026-05-21T00:07:03.083Z Compiling curve25519-dalek-derive v0.1.1
15602026-05-21T00:07:03.130Z Compiling num-iter v0.1.45
15612026-05-21T00:07:03.388Z Compiling terminal_size v0.4.3
15622026-05-21T00:07:03.517Z Compiling tokio-util v0.7.18
15632026-05-21T00:07:03.548Z Compiling tower v0.5.3
15642026-05-21T00:07:03.564Z Compiling tokio-native-tls v0.3.1
15652026-05-21T00:07:03.579Z Compiling phf_shared v0.13.1
15662026-05-21T00:07:03.693Z Compiling lazy_static v1.5.0
15672026-05-21T00:07:03.766Z Compiling vergen v9.0.6
15682026-05-21T00:07:03.781Z Compiling fs-err v3.3.0
15692026-05-21T00:07:03.811Z Compiling encoding_rs v0.8.35
15702026-05-21T00:07:03.827Z Compiling ahash v0.8.12
15712026-05-21T00:07:03.830Z Compiling winnow v0.5.40
15722026-05-21T00:07:03.858Z Compiling bitflags v1.3.2
15732026-05-21T00:07:03.950Z Compiling newtype-uuid v1.3.2
15742026-05-21T00:07:03.971Z Compiling tower-http v0.6.8
15752026-05-21T00:07:03.997Z Compiling mime v0.3.17
15762026-05-21T00:07:04.059Z Compiling object v0.37.3
15772026-05-21T00:07:04.062Z Compiling same-file v1.0.6
15782026-05-21T00:07:04.260Z Compiling h2 v0.4.13
15792026-05-21T00:07:04.279Z Compiling foldhash v0.1.5
15802026-05-21T00:07:04.320Z Compiling foldhash v0.2.0
15812026-05-21T00:07:04.358Z Compiling managed v0.8.0
15822026-05-21T00:07:04.395Z Compiling bumpalo v3.20.2
15832026-05-21T00:07:04.472Z Compiling libbz2-rs-sys v0.2.2
15842026-05-21T00:07:04.563Z Compiling flate2 v1.1.9
15852026-05-21T00:07:04.600Z Compiling unicode-segmentation v1.12.0
15862026-05-21T00:07:04.615Z Compiling zopfli v0.8.3
15872026-05-21T00:07:04.922Z Compiling bzip2 v0.6.1
15882026-05-21T00:07:04.944Z Compiling dof v0.3.0
15892026-05-21T00:07:05.031Z Compiling hashbrown v0.16.1
15902026-05-21T00:07:05.034Z Compiling snafu v0.8.9
15912026-05-21T00:07:05.061Z Compiling strum v0.27.2
15922026-05-21T00:07:05.061Z Compiling hashbrown v0.15.5
15932026-05-21T00:07:05.211Z Compiling toml_edit v0.19.15
15942026-05-21T00:07:05.214Z Compiling walkdir v2.5.0
15952026-05-21T00:07:05.240Z Compiling daft v0.1.7
15962026-05-21T00:07:05.399Z Compiling clap_builder v4.5.60
15972026-05-21T00:07:05.454Z Compiling phf v0.13.1
15982026-05-21T00:07:05.522Z Compiling elliptic-curve v0.13.8
15992026-05-21T00:07:05.556Z Compiling signal-hook-mio v0.2.5
16002026-05-21T00:07:05.631Z Compiling cargo_metadata v0.19.2
16012026-05-21T00:07:05.644Z Compiling cookie_store v0.22.1
16022026-05-21T00:07:05.647Z Compiling hubpack v0.1.2
16032026-05-21T00:07:05.674Z Compiling usdt-attr-macro v0.6.0
16042026-05-21T00:07:05.687Z Compiling usdt-macro v0.6.0
16052026-05-21T00:07:05.703Z Compiling bzip2 v0.4.4
16062026-05-21T00:07:05.893Z Compiling futures v0.3.32
16072026-05-21T00:07:05.931Z Compiling serde_with_macros v3.17.0
16082026-05-21T00:07:05.959Z Compiling zstd v0.13.3
16092026-05-21T00:07:05.978Z Compiling postgres-types v0.2.12
16102026-05-21T00:07:06.137Z Compiling dtrace-parser v0.2.0
16112026-05-21T00:07:06.246Z Compiling globset v0.4.18
16122026-05-21T00:07:06.317Z Compiling pkcs1 v0.7.5
16132026-05-21T00:07:06.471Z Compiling ed25519 v2.2.3
16142026-05-21T00:07:06.517Z Compiling serde-big-array v0.5.1
16152026-05-21T00:07:06.575Z Compiling serde_plain v1.0.2
16162026-05-21T00:07:06.681Z Compiling olpc-cjson v0.1.4
16172026-05-21T00:07:06.742Z Compiling rfc6979 v0.4.0
16182026-05-21T00:07:06.779Z Compiling enum-as-inner v0.6.1
16192026-05-21T00:07:06.864Z Compiling strum_macros v0.26.4
16202026-05-21T00:07:06.889Z Compiling serde_repr v0.1.20
16212026-05-21T00:07:06.917Z Compiling async-recursion v1.1.1
16222026-05-21T00:07:06.952Z Compiling clap_derive v4.5.55
16232026-05-21T00:07:07.046Z Compiling phf_shared v0.11.3
16242026-05-21T00:07:07.099Z Compiling float-cmp v0.10.0
16252026-05-21T00:07:07.259Z Compiling pem v3.0.6
16262026-05-21T00:07:07.263Z Compiling thread-id v4.2.2
16272026-05-21T00:07:07.274Z Compiling hyper v1.8.1
16282026-05-21T00:07:07.321Z Compiling memmap2 v0.9.10
16292026-05-21T00:07:07.377Z Compiling env_filter v1.0.0
16302026-05-21T00:07:07.451Z Compiling precomputed-hash v0.1.1
16312026-05-21T00:07:07.474Z Compiling data-encoding v2.10.0
16322026-05-21T00:07:07.559Z Compiling typed-path v0.9.3
16332026-05-21T00:07:07.574Z Compiling fixedbitset v0.4.2
16342026-05-21T00:07:07.626Z Compiling static_assertions v1.1.0
16352026-05-21T00:07:07.660Z Compiling difflib v0.4.0
16362026-05-21T00:07:07.709Z Compiling either v1.15.0
16372026-05-21T00:07:07.723Z Compiling predicates-core v1.0.10
16382026-05-21T00:07:07.823Z Compiling whoami v2.1.0
16392026-05-21T00:07:07.913Z Compiling normalize-line-endings v0.3.0
16402026-05-21T00:07:07.928Z Compiling jiff v0.2.21
16412026-05-21T00:07:07.944Z Compiling keccak v0.1.6
16422026-05-21T00:07:08.030Z Compiling new_debug_unreachable v1.0.6
16432026-05-21T00:07:08.116Z Compiling fixedbitset v0.5.7
16442026-05-21T00:07:08.223Z Compiling sha3 v0.10.8
16452026-05-21T00:07:08.237Z Compiling string_cache v0.8.9
16462026-05-21T00:07:08.267Z Compiling tokio-postgres v0.7.16
16472026-05-21T00:07:08.329Z Compiling petgraph v0.8.3
16482026-05-21T00:07:08.456Z Compiling hyper-util v0.1.20
16492026-05-21T00:07:08.459Z Compiling predicates v3.1.4
16502026-05-21T00:07:08.496Z Compiling itertools v0.13.0
16512026-05-21T00:07:08.499Z Compiling toml_edit v0.22.27
16522026-05-21T00:07:08.702Z Compiling hickory-proto v0.25.2
16532026-05-21T00:07:08.743Z Compiling strum v0.26.3
16542026-05-21T00:07:08.804Z Compiling petgraph v0.6.5
16552026-05-21T00:07:08.860Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16562026-05-21T00:07:08.876Z Compiling clap v4.5.60
16572026-05-21T00:07:08.895Z Compiling env_logger v0.11.9
16582026-05-21T00:07:08.941Z Compiling usdt v0.6.0
16592026-05-21T00:07:08.973Z Compiling usdt-impl v0.5.0
16602026-05-21T00:07:09.170Z Compiling serde_with v3.17.0
16612026-05-21T00:07:09.230Z Compiling crossterm v0.28.1
16622026-05-21T00:07:09.268Z Compiling ecdsa v0.16.9
16632026-05-21T00:07:09.591Z Compiling ed25519-dalek v2.2.0
16642026-05-21T00:07:09.672Z Compiling rsa v0.9.10
16652026-05-21T00:07:09.761Z Compiling toml v0.7.8
16662026-05-21T00:07:10.241Z Compiling hyper-tls v0.6.0
16672026-05-21T00:07:10.319Z Compiling zip v0.6.6
16682026-05-21T00:07:10.408Z Compiling iddqd v0.4.1
16692026-05-21T00:07:10.513Z Compiling zip v4.6.1
16702026-05-21T00:07:10.789Z Compiling heck v0.4.1
16712026-05-21T00:07:10.899Z Compiling similar v2.7.0
16722026-05-21T00:07:10.923Z Compiling tokio-stream v0.1.18
16732026-05-21T00:07:10.939Z Compiling toml_parser v1.0.9+spec-1.1.0
16742026-05-21T00:07:11.043Z Compiling buf-list v1.1.2
16752026-05-21T00:07:11.094Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16762026-05-21T00:07:11.222Z Compiling openapiv3 v2.2.0
16772026-05-21T00:07:11.344Z Compiling x509-cert v0.2.5
16782026-05-21T00:07:11.407Z Compiling sha1 v0.10.6
16792026-05-21T00:07:11.422Z Compiling crossbeam-epoch v0.9.18
16802026-05-21T00:07:11.507Z Compiling toml_datetime v0.7.5+spec-1.1.0
16812026-05-21T00:07:11.590Z Compiling peg-runtime v0.8.5
16822026-05-21T00:07:11.655Z Compiling lalrpop-util v0.19.12
16832026-05-21T00:07:11.670Z Compiling thread_local v1.1.9
16842026-05-21T00:07:11.702Z Compiling slog-async v2.8.0
16852026-05-21T00:07:11.760Z Compiling crossbeam-channel v0.5.15
16862026-05-21T00:07:11.774Z Compiling filetime v0.2.27
16872026-05-21T00:07:11.777Z Compiling is-terminal v0.4.17
16882026-05-21T00:07:11.818Z Compiling xattr v1.6.1
16892026-05-21T00:07:11.869Z Compiling take_mut v0.2.2
16902026-05-21T00:07:11.899Z Compiling term v1.2.1
16912026-05-21T00:07:11.974Z Compiling tar v0.4.45
16922026-05-21T00:07:12.241Z Compiling slog-term v2.9.2
16932026-05-21T00:07:29.885Z Compiling rustls-webpki v0.103.9
16942026-05-21T00:07:32.745Z Compiling tokio-rustls v0.26.4
16952026-05-21T00:07:32.745Z Compiling rustls-platform-verifier v0.6.2
16962026-05-21T00:07:32.900Z Compiling hyper-rustls v0.27.7
16972026-05-21T00:07:33.101Z Compiling reqwest v0.12.28
16982026-05-21T00:07:33.110Z Compiling reqwest v0.13.2
16992026-05-21T00:07:34.318Z Compiling tough v0.22.0
17002026-05-21T00:07:36.846Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-21T00:07:37.088Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-21T00:07:39.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.65s
17032026-05-21T00:07:40.035Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-21T00:07:40.093ZMay 21 00:07:39.735 INFO Starting download, target: Clickhouse
17052026-05-21T00:07:40.093ZMay 21 00:07:39.736 INFO Starting download, target: DendriteStub
17062026-05-21T00:07:40.093ZMay 21 00:07:39.736 INFO Starting download, target: Console
17072026-05-21T00:07:40.093ZMay 21 00:07:39.736 INFO Starting download, target: Cockroach
17082026-05-21T00:07:40.097ZMay 21 00:07:39.736 INFO Starting download, target: MaghemiteMgd
17092026-05-21T00:07:40.097ZMay 21 00:07:39.736 INFO Starting download, target: TransceiverControl
17102026-05-21T00:07:40.097ZMay 21 00:07:39.736 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17112026-05-21T00:07:40.097ZMay 21 00:07:39.736 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17122026-05-21T00:07:40.097ZMay 21 00:07:39.736 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17132026-05-21T00:07:40.097ZMay 21 00:07:39.737 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-21T00:07:40.097ZMay 21 00:07:39.737 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17152026-05-21T00:07:40.097ZMay 21 00:07:39.737 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17162026-05-21T00:07:40.552ZMay 21 00:07:40.195 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17172026-05-21T00:07:40.780ZMay 21 00:07:40.405 INFO Download complete, target: TransceiverControl
17182026-05-21T00:07:41.146ZMay 21 00:07:40.790 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17192026-05-21T00:07:41.194ZMay 21 00:07:40.838 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-05-21T00:07:41.400ZMay 21 00:07:41.038 INFO Download complete, target: Console
17212026-05-21T00:07:41.881ZMay 21 00:07:41.518 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17222026-05-21T00:07:42.227ZMay 21 00:07:41.872 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17232026-05-21T00:07:42.227ZMay 21 00:07:41.872 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17242026-05-21T00:07:42.943ZMay 21 00:07:42.587 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17252026-05-21T00:07:43.577ZMay 21 00:07:43.221 INFO Download complete, target: DendriteStub
17262026-05-21T00:07:44.346ZMay 21 00:07:43.990 INFO Download complete, target: MaghemiteMgd
17272026-05-21T00:07:46.909ZMay 21 00:07:46.553 INFO Checking that binary works, target: Cockroach
17282026-05-21T00:07:47.118ZMay 21 00:07:46.735 INFO Download complete, target: Cockroach
17292026-05-21T00:07:49.655ZMay 21 00:07:49.298 INFO Checking that binary works, target: Clickhouse
17302026-05-21T00:07:49.764ZMay 21 00:07:49.408 INFO Download complete, target: Clickhouse
17312026-05-21T00:07:49.772ZAll prerequisites installed successfully
17322026-05-21T00:07:49.775Z
17332026-05-21T00:07:49.776Zreal 2:01.316657223
17342026-05-21T00:07:49.776Zuser 6:56.608837905
17352026-05-21T00:07:49.776Zsys 1:42.565588777
17362026-05-21T00:07:49.776Ztrap 0.263239176
17372026-05-21T00:07:49.776Ztflt 2.077473524
17382026-05-21T00:07:49.776Zdflt 2.097799814
17392026-05-21T00:07:49.776Zkflt 0.057430164
17402026-05-21T00:07:49.776Zlock 23:26.072862222
17412026-05-21T00:07:49.776Zslp 19:08.919859132
17422026-05-21T00:07:49.776Zlat 23.934392978
17432026-05-21T00:07:49.776Zstop 2:53.928937499
17442026-05-21T00:07:49.776Z+ ptime -m cargo xtask download softnpu
17452026-05-21T00:07:50.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17462026-05-21T00:07:50.336Z Running `target/debug/xtask download softnpu`
17472026-05-21T00:07:51.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17482026-05-21T00:07:51.186Z Running `target/debug/xtask-downloader softnpu`
17492026-05-21T00:07:51.228ZMay 21 00:07:50.872 INFO Starting download, target: Softnpu
17502026-05-21T00:07:51.231ZMay 21 00:07:50.873 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-05-21T00:07:51.827ZMay 21 00:07:51.472 INFO Download complete, target: Softnpu
17522026-05-21T00:07:51.831Z
17532026-05-21T00:07:51.836Zreal 2.053531064
17542026-05-21T00:07:51.836Zuser 1.347141894
17552026-05-21T00:07:51.836Zsys 0.677105439
17562026-05-21T00:07:51.836Ztrap 0.000761170
17572026-05-21T00:07:51.836Ztflt 0.000132540
17582026-05-21T00:07:51.836Zdflt 0.000622710
17592026-05-21T00:07:51.836Zkflt 0.000000000
17602026-05-21T00:07:51.836Zlock 10.686867365
17612026-05-21T00:07:51.836Zslp 0.471207766
17622026-05-21T00:07:51.836Zlat 0.103616162
17632026-05-21T00:07:51.836Zstop 0.000176490
17642026-05-21T00:07:51.836Z+ export CARGO_INCREMENTAL=0
17652026-05-21T00:07:51.836Z+ CARGO_INCREMENTAL=0
17662026-05-21T00:07:51.836Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-05-21T00:07:52.750Z Compiling proc-macro2 v1.0.106
17682026-05-21T00:07:52.750Z Compiling quote v1.0.45
17692026-05-21T00:07:52.750Z Compiling unicode-ident v1.0.24
17702026-05-21T00:07:52.750Z Compiling libc v0.2.185
17712026-05-21T00:07:52.753Z Compiling serde_core v1.0.228
17722026-05-21T00:07:52.753Z Compiling serde v1.0.228
17732026-05-21T00:07:52.754Z Compiling cfg-if v1.0.4
17742026-05-21T00:07:52.754Z Compiling version_check v0.9.5
17752026-05-21T00:07:52.894Z Compiling shlex v1.3.0
17762026-05-21T00:07:52.897Z Compiling find-msvc-tools v0.1.9
17772026-05-21T00:07:52.897Z Compiling typenum v1.19.0
17782026-05-21T00:07:52.897Z Compiling zmij v1.0.21
17792026-05-21T00:07:52.897Z Compiling autocfg v1.5.0
17802026-05-21T00:07:52.916Z Compiling serde_json v1.0.149
17812026-05-21T00:07:52.919Z Compiling memchr v2.8.0
17822026-05-21T00:07:53.130Z Compiling portable-atomic v1.13.1
17832026-05-21T00:07:53.133Z Compiling libm v0.2.16
17842026-05-21T00:07:53.191Z Compiling zerocopy v0.8.40
17852026-05-21T00:07:53.232Z Compiling parking_lot_core v0.9.12
17862026-05-21T00:07:53.324Z Compiling smallvec v1.15.1
17872026-05-21T00:07:53.346Z Compiling icu_properties_data v2.1.2
17882026-05-21T00:07:53.483Z Compiling generic-array v0.14.7
17892026-05-21T00:07:53.499Z Compiling num-traits v0.2.19
17902026-05-21T00:07:53.530Z Compiling icu_normalizer_data v2.1.1
17912026-05-21T00:07:53.532Z Compiling itoa v1.0.17
17922026-05-21T00:07:53.544Z Compiling getrandom v0.4.1
17932026-05-21T00:07:53.559Z Compiling log v0.4.29
17942026-05-21T00:07:53.620Z Compiling stable_deref_trait v1.2.1
17952026-05-21T00:07:53.624Z Compiling pkg-config v0.3.32
17962026-05-21T00:07:53.708Z Compiling subtle v2.6.1
17972026-05-21T00:07:53.848Z Compiling scopeguard v1.2.0
17982026-05-21T00:07:53.928Z Compiling jobserver v0.1.34
17992026-05-21T00:07:53.931Z Compiling getrandom v0.2.17
18002026-05-21T00:07:53.974Z Compiling errno v0.3.14
18012026-05-21T00:07:53.993Z Compiling lock_api v0.4.14
18022026-05-21T00:07:54.078Z Compiling writeable v0.6.2
18032026-05-21T00:07:54.094Z Compiling rand_core v0.6.4
18042026-05-21T00:07:54.145Z Compiling cc v1.2.56
18052026-05-21T00:07:54.162Z Compiling percent-encoding v2.3.2
18062026-05-21T00:07:54.179Z Compiling syn v2.0.117
18072026-05-21T00:07:54.196Z Compiling litemap v0.8.1
18082026-05-21T00:07:54.330Z Compiling fnv v1.0.7
18092026-05-21T00:07:54.334Z Compiling pin-project-lite v0.2.17
18102026-05-21T00:07:54.432Z Compiling thiserror v2.0.18
18112026-05-21T00:07:54.485Z Compiling getrandom v0.3.4
18122026-05-21T00:07:54.488Z Compiling fs_extra v1.3.0
18132026-05-21T00:07:54.530Z Compiling equivalent v1.0.2
18142026-05-21T00:07:54.533Z Compiling dunce v1.0.5
18152026-05-21T00:07:54.590Z Compiling rand_core v0.10.0
18162026-05-21T00:07:54.606Z Compiling schemars v0.8.22
18172026-05-21T00:07:54.639Z Compiling rustversion v1.0.22
18182026-05-21T00:07:54.656Z Compiling utf8_iter v1.0.4
18192026-05-21T00:07:54.790Z Compiling form_urlencoded v1.2.2
18202026-05-21T00:07:54.840Z Compiling critical-section v1.2.0
18212026-05-21T00:07:54.845Z Compiling signal-hook-registry v1.4.8
18222026-05-21T00:07:54.899Z Compiling cmake v0.1.57
18232026-05-21T00:07:54.973Z Compiling rustix v1.1.3
18242026-05-21T00:07:55.011Z Compiling hashbrown v0.17.0
18252026-05-21T00:07:55.085Z Compiling socket2 v0.6.3
18262026-05-21T00:07:55.131Z Compiling mio v1.2.0
18272026-05-21T00:07:55.313Z Compiling semver v1.0.28
18282026-05-21T00:07:55.341Z Compiling once_cell v1.21.3
18292026-05-21T00:07:55.355Z Compiling parking_lot v0.12.5
18302026-05-21T00:07:55.447Z Compiling bitflags v2.11.0
18312026-05-21T00:07:55.481Z Compiling ring v0.17.14
18322026-05-21T00:07:55.531Z Compiling aws-lc-sys v0.40.0
18332026-05-21T00:07:55.572Z Compiling indexmap v2.14.0
18342026-05-21T00:07:55.591Z Compiling const-oid v0.9.6
18352026-05-21T00:07:55.663Z Compiling aws-lc-rs v1.16.3
18362026-05-21T00:07:55.700Z Compiling heck v0.5.0
18372026-05-21T00:07:55.834Z Compiling futures-core v0.3.32
18382026-05-21T00:07:55.855Z Compiling httparse v1.10.1
18392026-05-21T00:07:55.931Z Compiling vcpkg v0.2.15
18402026-05-21T00:07:55.950Z Compiling thiserror v1.0.69
18412026-05-21T00:07:55.983Z Compiling strsim v0.11.1
18422026-05-21T00:07:56.074Z Compiling iana-time-zone v0.1.65
18432026-05-21T00:07:56.192Z Compiling ucd-trie v0.1.7
18442026-05-21T00:07:56.247Z Compiling byteorder v1.5.0
18452026-05-21T00:07:56.296Z Compiling ident_case v1.0.1
18462026-05-21T00:07:56.299Z Compiling regex-syntax v0.8.10
18472026-05-21T00:07:56.329Z Compiling syn v1.0.109
18482026-05-21T00:07:56.375Z Compiling pest v2.8.6
18492026-05-21T00:07:56.392Z Compiling uuid v1.23.0
18502026-05-21T00:07:56.466Z Compiling rustls v0.23.37
18512026-05-21T00:07:56.470Z Compiling cpufeatures v0.2.17
18522026-05-21T00:07:56.545Z Compiling openssl-sys v0.9.115
18532026-05-21T00:07:56.660Z Compiling futures-sink v0.3.32
18542026-05-21T00:07:56.718Z Compiling rustc_version v0.4.1
18552026-05-21T00:07:56.762Z Compiling futures-channel v0.3.32
18562026-05-21T00:07:56.829Z Compiling futures-task v0.3.32
18572026-05-21T00:07:56.844Z Compiling futures-io v0.3.32
18582026-05-21T00:07:56.959Z Compiling slab v0.4.12
18592026-05-21T00:07:57.016Z Compiling synstructure v0.13.2
18602026-05-21T00:07:57.032Z Compiling serde_derive_internals v0.29.1
18612026-05-21T00:07:57.086Z Compiling aho-corasick v1.1.4
18622026-05-21T00:07:57.236Z Compiling dyn-clone v1.0.20
18632026-05-21T00:07:57.443Z Compiling base64 v0.22.1
18642026-05-21T00:07:57.451Z Compiling crc32fast v1.5.0
18652026-05-21T00:07:57.461Z Compiling pest_meta v2.8.6
18662026-05-21T00:07:57.462Z Compiling openssl v0.10.79
18672026-05-21T00:07:57.518Z Compiling plain v0.2.3
18682026-05-21T00:07:57.662Z Compiling num-conv v0.2.0
18692026-05-21T00:07:57.743Z Compiling crossbeam-utils v0.8.21
18702026-05-21T00:07:57.747Z Compiling time-core v0.1.8
18712026-05-21T00:07:57.847Z Compiling native-tls v0.2.18
18722026-05-21T00:07:57.861Z Compiling pretty-hex v0.4.1
18732026-05-21T00:07:57.949Z Compiling base64ct v1.8.3
18742026-05-21T00:07:57.959Z Compiling regex-automata v0.4.14
18752026-05-21T00:07:57.959Z Compiling anyhow v1.0.102
18762026-05-21T00:07:57.973Z Compiling time-macros v0.2.27
18772026-05-21T00:07:58.010Z Compiling darling_core v0.21.3
18782026-05-21T00:07:58.075Z Compiling pest_generator v2.8.6
18792026-05-21T00:07:58.210Z Compiling pem-rfc7468 v0.7.0
18802026-05-21T00:07:58.223Z Compiling tracing-core v0.1.36
18812026-05-21T00:07:58.247Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18822026-05-21T00:07:58.323Z Compiling serde_derive v1.0.228
18832026-05-21T00:07:58.472Z Compiling zeroize_derive v1.4.3
18842026-05-21T00:07:58.501Z Compiling zerofrom-derive v0.1.6
18852026-05-21T00:07:58.518Z Compiling yoke-derive v0.8.1
18862026-05-21T00:07:58.567Z Compiling zerovec-derive v0.11.2
18872026-05-21T00:07:58.638Z Compiling displaydoc v0.2.5
18882026-05-21T00:07:58.744Z Compiling zerocopy-derive v0.8.40
18892026-05-21T00:07:58.771Z Compiling tokio-macros v2.7.0
18902026-05-21T00:07:58.971Z Compiling futures-macro v0.3.32
18912026-05-21T00:07:59.098Z Compiling zeroize v1.8.2
18922026-05-21T00:07:59.371Z Compiling thiserror-impl v2.0.18
18932026-05-21T00:07:59.500Z Compiling schemars_derive v0.8.22
18942026-05-21T00:07:59.516Z Compiling tracing-attributes v0.1.31
18952026-05-21T00:07:59.642Z Compiling der_derive v0.7.3
18962026-05-21T00:07:59.661Z Compiling zerofrom v0.1.6
18972026-05-21T00:07:59.815Z Compiling yoke v0.8.1
18982026-05-21T00:07:59.929Z Compiling crypto-common v0.1.7
18992026-05-21T00:08:00.039Z Compiling zerovec v0.11.5
19002026-05-21T00:08:00.100Z Compiling zerotrie v0.2.3
19012026-05-21T00:08:00.116Z Compiling block-buffer v0.10.4
19022026-05-21T00:08:00.295Z Compiling digest v0.10.7
19032026-05-21T00:08:00.543Z Compiling thiserror-impl v1.0.69
19042026-05-21T00:08:00.589Z Compiling pest_derive v2.8.6
19052026-05-21T00:08:00.606Z Compiling tinystr v0.8.2
19062026-05-21T00:08:00.671Z Compiling potential_utf v0.1.4
19072026-05-21T00:08:00.714Z Compiling futures-util v0.3.32
19082026-05-21T00:08:00.794Z Compiling hmac v0.12.1
19092026-05-21T00:08:00.859Z Compiling icu_locale_core v2.1.1
19102026-05-21T00:08:00.894Z Compiling icu_collections v2.1.1
19112026-05-21T00:08:01.110Z Compiling block-padding v0.3.3
19122026-05-21T00:08:01.276Z Compiling inout v0.1.4
19132026-05-21T00:08:01.405Z Compiling rustls-pki-types v1.14.0
19142026-05-21T00:08:01.469Z Compiling openssl-macros v0.1.1
19152026-05-21T00:08:01.614Z Compiling bytes v1.11.1
19162026-05-21T00:08:01.672Z Compiling icu_provider v2.1.1
19172026-05-21T00:08:01.749Z Compiling chrono v0.4.44
19182026-05-21T00:08:01.878Z Compiling serde_tokenstream v0.2.3
19192026-05-21T00:08:01.905Z Compiling cipher v0.4.4
19202026-05-21T00:08:02.083Z Compiling icu_normalizer v2.1.1
19212026-05-21T00:08:02.130Z Compiling icu_properties v2.1.2
19222026-05-21T00:08:02.205Z Compiling tokio v1.52.1
19232026-05-21T00:08:02.589Z Compiling sha2 v0.10.9
19242026-05-21T00:08:02.973Z Compiling scroll_derive v0.12.1
19252026-05-21T00:08:03.069Z Compiling idna_adapter v1.2.1
19262026-05-21T00:08:03.235Z Compiling idna v1.1.0
19272026-05-21T00:08:03.388Z Compiling ppv-lite86 v0.2.21
19282026-05-21T00:08:03.486Z Compiling scroll_derive v0.13.1
19292026-05-21T00:08:03.601Z Compiling url v2.5.8
19302026-05-21T00:08:03.619Z Compiling http v1.4.0
19312026-05-21T00:08:03.746Z Compiling untrusted v0.9.0
19322026-05-21T00:08:03.779Z Compiling flagset v0.4.7
19332026-05-21T00:08:03.902Z Compiling der v0.7.10
19342026-05-21T00:08:03.930Z Compiling tracing v0.1.44
19352026-05-21T00:08:04.136Z Compiling regex v1.12.3
19362026-05-21T00:08:04.153Z Compiling darling_macro v0.21.3
19372026-05-21T00:08:04.386Z Compiling zerocopy-derive v0.7.35
19382026-05-21T00:08:04.519Z Compiling rand_core v0.9.5
19392026-05-21T00:08:04.579Z Compiling slog v2.8.2
19402026-05-21T00:08:05.043Z Compiling spki v0.7.3
19412026-05-21T00:08:05.100Z Compiling darling v0.21.3
19422026-05-21T00:08:05.147Z Compiling salsa20 v0.10.2
19432026-05-21T00:08:05.202Z Compiling pbkdf2 v0.12.2
19442026-05-21T00:08:05.561Z Compiling cookie v0.18.1
19452026-05-21T00:08:05.730Z Compiling camino v1.2.2
19462026-05-21T00:08:06.013Z Compiling scrypt v0.11.0
19472026-05-21T00:08:06.071Z Compiling rand_chacha v0.9.0
19482026-05-21T00:08:06.088Z Compiling http-body v1.0.1
19492026-05-21T00:08:06.215Z Compiling tokio-util v0.7.18
19502026-05-21T00:08:06.272Z Compiling aes v0.8.4
19512026-05-21T00:08:06.322Z Compiling cbc v0.1.2
19522026-05-21T00:08:06.414Z Compiling usdt-impl v0.5.0
19532026-05-21T00:08:06.429Z Compiling winnow v0.7.14
19542026-05-21T00:08:06.527Z Compiling tinyvec_macros v0.1.1
19552026-05-21T00:08:06.536Z Compiling paste v1.0.15
19562026-05-21T00:08:06.553Z Compiling usdt-impl v0.6.0
19572026-05-21T00:08:06.569Z Compiling atomic-waker v1.1.2
19582026-05-21T00:08:06.574Z Compiling either v1.15.0
19592026-05-21T00:08:06.738Z Compiling openssl-probe v0.2.1
19602026-05-21T00:08:06.825Z Compiling ref-cast v1.0.25
19612026-05-21T00:08:06.828Z Compiling untrusted v0.7.1
19622026-05-21T00:08:06.988Z Compiling pkcs5 v0.7.1
19632026-05-21T00:08:07.018Z Compiling tinyvec v1.10.0
19642026-05-21T00:08:07.151Z Compiling rand v0.9.2
19652026-05-21T00:08:07.484Z Compiling scroll v0.13.0
19662026-05-21T00:08:07.681Z Compiling scroll v0.12.0
19672026-05-21T00:08:07.701Z Compiling toml_datetime v0.6.11
19682026-05-21T00:08:07.726Z Compiling serde_spanned v0.6.9
19692026-05-21T00:08:07.780Z Compiling async-trait v0.1.89
19702026-05-21T00:08:07.797Z Compiling heapless v0.7.17
19712026-05-21T00:08:07.903Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-05-21T00:08:07.982Z Compiling tower-service v0.3.3
19732026-05-21T00:08:08.008Z Compiling signal-hook v0.3.18
19742026-05-21T00:08:08.015Z Compiling fastrand v2.3.0
19752026-05-21T00:08:08.074Z Compiling try-lock v0.2.5
19762026-05-21T00:08:08.100Z Compiling tower-layer v0.3.3
19772026-05-21T00:08:08.164Z Compiling zstd-safe v7.2.4
19782026-05-21T00:08:08.372Z Compiling want v0.3.1
19792026-05-21T00:08:08.400Z Compiling h2 v0.4.13
19802026-05-21T00:08:08.448Z Compiling goblin v0.8.2
19812026-05-21T00:08:08.524Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-05-21T00:08:08.577Z Compiling goblin v0.10.5
19832026-05-21T00:08:08.724Z Compiling pkcs8 v0.10.2
19842026-05-21T00:08:08.787Z Compiling zerocopy v0.7.35
19852026-05-21T00:08:08.973Z Compiling ipnet v2.11.0
19862026-05-21T00:08:09.136Z Compiling ref-cast-impl v1.0.25
19872026-05-21T00:08:09.268Z Compiling curve25519-dalek v4.1.3
19882026-05-21T00:08:09.387Z Compiling darling_core v0.20.11
19892026-05-21T00:08:09.460Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-21T00:08:09.571Z Compiling memoffset v0.9.1
19912026-05-21T00:08:09.724Z Compiling httpdate v1.0.3
19922026-05-21T00:08:09.957Z Compiling rustix v0.38.44
19932026-05-21T00:08:10.083Z Compiling winnow v0.5.40
19942026-05-21T00:08:10.130Z Compiling litrs v1.0.0
19952026-05-21T00:08:10.320Z Compiling foreign-types-shared v0.1.1
19962026-05-21T00:08:10.375Z Compiling pin-utils v0.1.0
19972026-05-21T00:08:10.432Z Compiling foreign-types v0.3.2
19982026-05-21T00:08:10.468Z Compiling tempfile v3.25.0
19992026-05-21T00:08:10.630Z Compiling document-features v0.2.12
20002026-05-21T00:08:10.841Z Compiling dof v0.3.0
20012026-05-21T00:08:11.125Z Compiling unicode-normalization v0.1.25
20022026-05-21T00:08:11.192Z Compiling dtrace-parser v0.2.0
20032026-05-21T00:08:11.504Z Compiling darling_macro v0.20.11
20042026-05-21T00:08:11.524Z Compiling toml_edit v0.19.15
20052026-05-21T00:08:11.539Z Compiling hyper v1.8.1
20062026-05-21T00:08:11.586Z Compiling dof v0.4.0
20072026-05-21T00:08:11.782Z Compiling dtrace-parser v0.3.0
20082026-05-21T00:08:11.870Z Compiling pin-project-internal v1.1.11
20092026-05-21T00:08:11.981Z Compiling daft-derive v0.1.7
20102026-05-21T00:08:12.037Z Compiling spin v0.9.8
20112026-05-21T00:08:12.073Z Compiling thread-id v4.2.2
20122026-05-21T00:08:12.142Z Compiling thread-id v5.1.0
20132026-05-21T00:08:12.179Z Compiling smoltcp v0.9.1
20142026-05-21T00:08:12.320Z Compiling num-bigint-dig v0.8.6
20152026-05-21T00:08:12.399Z Compiling powerfmt v0.2.0
20162026-05-21T00:08:12.441Z Compiling cfg_aliases v0.2.1
20172026-05-21T00:08:12.552Z Compiling nix v0.31.2
20182026-05-21T00:08:12.584Z Compiling deranged v0.5.8
20192026-05-21T00:08:12.733Z Compiling hyper-util v0.1.20
20202026-05-21T00:08:12.955Z Compiling darling v0.20.11
20212026-05-21T00:08:13.145Z Compiling rustls-native-certs v0.8.3
20222026-05-21T00:08:13.186Z Compiling ipnetwork v0.21.1
20232026-05-21T00:08:13.634Z Compiling strum_macros v0.26.4
20242026-05-21T00:08:13.839Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-21T00:08:14.019Z Compiling sync_wrapper v1.0.2
20262026-05-21T00:08:14.051Z Compiling wait-timeout v0.2.1
20272026-05-21T00:08:14.313Z Compiling num_threads v0.1.7
20282026-05-21T00:08:14.519Z Compiling bit-vec v0.8.0
20292026-05-21T00:08:14.524Z Compiling quick-error v1.2.3
20302026-05-21T00:08:14.527Z Compiling siphasher v1.0.2
20312026-05-21T00:08:14.558Z Compiling anstyle v1.0.13
20322026-05-21T00:08:14.636Z Compiling simd-adler32 v0.3.8
20332026-05-21T00:08:14.658Z Compiling utf8parse v0.2.2
20342026-05-21T00:08:14.795Z Compiling anstyle-parse v0.2.7
20352026-05-21T00:08:14.811Z Compiling bit-set v0.8.0
20362026-05-21T00:08:14.915Z Compiling rusty-fork v0.3.1
20372026-05-21T00:08:15.012Z Compiling time v0.3.47
20382026-05-21T00:08:15.015Z Compiling tower v0.5.3
20392026-05-21T00:08:15.439Z Compiling derive_builder_core v0.20.2
20402026-05-21T00:08:15.477Z Compiling http-body-util v0.1.3
20412026-05-21T00:08:15.703Z Compiling webpki-roots v1.0.6
20422026-05-21T00:08:15.793Z Compiling rand_xorshift v0.4.0
20432026-05-21T00:08:15.821Z Compiling signature v2.2.0
20442026-05-21T00:08:15.850Z Compiling hubpack_derive v0.1.1
20452026-05-21T00:08:15.965Z Compiling strum_macros v0.27.2
20462026-05-21T00:08:15.984Z Compiling snafu-derive v0.8.9
20472026-05-21T00:08:16.265Z Compiling ahash v0.8.12
20482026-05-21T00:08:16.293Z Compiling fs-err v3.3.0
20492026-05-21T00:08:16.355Z Compiling unarray v0.1.4
20502026-05-21T00:08:16.382Z Compiling unicode-segmentation v1.12.0
20512026-05-21T00:08:16.494Z Compiling iri-string v0.7.10
20522026-05-21T00:08:16.559Z Compiling unicode-bidi v0.3.18
20532026-05-21T00:08:16.602Z Compiling object v0.37.3
20542026-05-21T00:08:16.666Z Compiling ryu v1.0.23
20552026-05-21T00:08:16.814Z Compiling colorchoice v1.0.4
20562026-05-21T00:08:16.830Z Compiling allocator-api2 v0.2.21
20572026-05-21T00:08:16.867Z Compiling unicode-properties v0.1.4
20582026-05-21T00:08:16.901Z Compiling anstyle-query v1.1.5
20592026-05-21T00:08:16.941Z Compiling adler2 v2.0.1
20602026-05-21T00:08:17.099Z Compiling is_terminal_polyfill v1.70.2
20612026-05-21T00:08:17.129Z Compiling stringprep v0.1.5
20622026-05-21T00:08:17.132Z Compiling miniz_oxide v0.8.9
20632026-05-21T00:08:17.215Z Compiling anstream v0.6.21
20642026-05-21T00:08:17.233Z Compiling serde_urlencoded v0.7.1
20652026-05-21T00:08:17.508Z Compiling proptest v1.10.0
20662026-05-21T00:08:17.549Z Compiling derive_builder_macro v0.20.2
20672026-05-21T00:08:17.759Z Compiling tower-http v0.6.8
20682026-05-21T00:08:17.813Z Compiling tokio-native-tls v0.3.1
20692026-05-21T00:08:17.891Z Compiling usdt-attr-macro v0.6.0
20702026-05-21T00:08:17.911Z Compiling usdt-macro v0.6.0
20712026-05-21T00:08:18.303Z Compiling rand_chacha v0.3.1
20722026-05-21T00:08:18.336Z Compiling erased-serde v0.3.31
20732026-05-21T00:08:18.423Z Compiling md-5 v0.10.6
20742026-05-21T00:08:18.469Z Compiling bstr v1.12.1
20752026-05-21T00:08:18.600Z Compiling num-integer v0.1.46
20762026-05-21T00:08:18.657Z Compiling hash32 v0.2.1
20772026-05-21T00:08:18.699Z Compiling vergen-lib v0.1.6
20782026-05-21T00:08:18.715Z Compiling ff v0.13.1
20792026-05-21T00:08:18.770Z Compiling base16ct v0.2.0
20802026-05-21T00:08:18.805Z Compiling zlib-rs v0.6.2
20812026-05-21T00:08:18.869Z Compiling fallible-iterator v0.2.0
20822026-05-21T00:08:18.886Z Compiling psl-types v2.0.11
20832026-05-21T00:08:18.972Z Compiling sec1 v0.7.3
20842026-05-21T00:08:18.988Z Compiling group v0.13.0
20852026-05-21T00:08:18.991Z Compiling num-iter v0.1.45
20862026-05-21T00:08:19.020Z Compiling publicsuffix v2.3.0
20872026-05-21T00:08:19.180Z Compiling postgres-protocol v0.6.10
20882026-05-21T00:08:19.221Z Compiling rand v0.8.6
20892026-05-21T00:08:19.554Z Compiling oxnet v0.1.4
20902026-05-21T00:08:19.705Z Compiling newtype-uuid v1.3.2
20912026-05-21T00:08:19.878Z Compiling derive_builder v0.20.2
20922026-05-21T00:08:19.881Z Compiling hyper-tls v0.6.0
20932026-05-21T00:08:19.941Z Compiling heck v0.4.1
20942026-05-21T00:08:20.026Z Compiling phf_shared v0.13.1
20952026-05-21T00:08:20.043Z Compiling pin-project v1.1.11
20962026-05-21T00:08:20.101Z Compiling lazy_static v1.5.0
20972026-05-21T00:08:20.284Z Compiling terminal_size v0.4.3
20982026-05-21T00:08:20.318Z Compiling serde_with_macros v3.17.0
20992026-05-21T00:08:20.335Z Compiling futures-executor v0.3.32
21002026-05-21T00:08:20.338Z Compiling cargo-platform v0.1.9
21012026-05-21T00:08:20.456Z Compiling hex v0.4.3
21022026-05-21T00:08:20.633Z Compiling hkdf v0.12.4
21032026-05-21T00:08:20.665Z Compiling crypto-bigint v0.5.5
21042026-05-21T00:08:20.682Z Compiling async-recursion v1.1.1
21052026-05-21T00:08:20.751Z Compiling serde_repr v0.1.20
21062026-05-21T00:08:20.805Z Compiling enum-as-inner v0.6.1
21072026-05-21T00:08:20.880Z Compiling clap_derive v4.5.55
21082026-05-21T00:08:20.942Z Compiling flate2 v1.1.9
21092026-05-21T00:08:21.182Z Compiling vergen v9.0.6
21102026-05-21T00:08:21.358Z Compiling encoding_rs v0.8.35
21112026-05-21T00:08:21.386Z Compiling same-file v1.0.6
21122026-05-21T00:08:21.422Z Compiling clap_lex v1.0.0
21132026-05-21T00:08:21.439Z Compiling mime v0.3.17
21142026-05-21T00:08:21.466Z Compiling managed v0.8.0
21152026-05-21T00:08:21.483Z Compiling bitflags v1.3.2
21162026-05-21T00:08:21.546Z Compiling foldhash v0.2.0
21172026-05-21T00:08:21.561Z Compiling bumpalo v3.20.2
21182026-05-21T00:08:21.714Z Compiling foldhash v0.1.5
21192026-05-21T00:08:21.730Z Compiling libbz2-rs-sys v0.2.2
21202026-05-21T00:08:21.828Z Compiling zopfli v0.8.3
21212026-05-21T00:08:21.862Z Compiling hashbrown v0.15.5
21222026-05-21T00:08:21.911Z Compiling hashbrown v0.16.1
21232026-05-21T00:08:22.280Z Compiling bzip2 v0.6.1
21242026-05-21T00:08:22.353Z Compiling elliptic-curve v0.13.8
21252026-05-21T00:08:22.435Z Compiling clap_builder v4.5.60
21262026-05-21T00:08:22.455Z Compiling walkdir v2.5.0
21272026-05-21T00:08:22.549Z Compiling zstd v0.13.3
21282026-05-21T00:08:22.645Z Compiling cargo_metadata v0.19.2
21292026-05-21T00:08:22.731Z Compiling futures v0.3.32
21302026-05-21T00:08:22.866Z Compiling phf v0.13.1
21312026-05-21T00:08:22.968Z Compiling snafu v0.8.9
21322026-05-21T00:08:23.050Z Compiling signal-hook-mio v0.2.5
21332026-05-21T00:08:23.194Z Compiling daft v0.1.7
21342026-05-21T00:08:23.335Z Compiling postgres-types v0.2.12
21352026-05-21T00:08:23.368Z Compiling cookie_store v0.22.1
21362026-05-21T00:08:23.398Z Compiling bzip2 v0.4.4
21372026-05-21T00:08:23.489Z Compiling globset v0.4.18
21382026-05-21T00:08:23.629Z Compiling strum v0.27.2
21392026-05-21T00:08:23.942Z Compiling hubpack v0.1.2
21402026-05-21T00:08:23.987Z Compiling ed25519 v2.2.3
21412026-05-21T00:08:24.002Z Compiling phf_shared v0.11.3
21422026-05-21T00:08:24.021Z Compiling crossbeam-epoch v0.9.18
21432026-05-21T00:08:24.125Z Compiling olpc-cjson v0.1.4
21442026-05-21T00:08:24.183Z Compiling pkcs1 v0.7.5
21452026-05-21T00:08:24.253Z Compiling pem v3.0.6
21462026-05-21T00:08:24.306Z Compiling serde_plain v1.0.2
21472026-05-21T00:08:24.398Z Compiling serde-big-array v0.5.1
21482026-05-21T00:08:24.427Z Compiling rfc6979 v0.4.0
21492026-05-21T00:08:24.520Z Compiling float-cmp v0.10.0
21502026-05-21T00:08:24.613Z Compiling memmap2 v0.9.10
21512026-05-21T00:08:24.617Z Compiling env_filter v1.0.0
21522026-05-21T00:08:24.617Z Compiling difflib v0.4.0
21532026-05-21T00:08:24.632Z Compiling toml_write v0.1.2
21542026-05-21T00:08:24.635Z Compiling typed-path v0.9.3
21552026-05-21T00:08:24.693Z Compiling precomputed-hash v0.1.1
21562026-05-21T00:08:24.804Z Compiling static_assertions v1.1.0
21572026-05-21T00:08:24.826Z Compiling normalize-line-endings v0.3.0
21582026-05-21T00:08:24.877Z Compiling jiff v0.2.21
21592026-05-21T00:08:24.892Z Compiling keccak v0.1.6
21602026-05-21T00:08:24.908Z Compiling fixedbitset v0.5.7
21612026-05-21T00:08:24.913Z Compiling predicates-core v1.0.10
21622026-05-21T00:08:24.940Z Compiling whoami v2.1.0
21632026-05-21T00:08:25.082Z Compiling data-encoding v2.10.0
21642026-05-21T00:08:25.105Z Compiling new_debug_unreachable v1.0.6
21652026-05-21T00:08:25.121Z Compiling fixedbitset v0.4.2
21662026-05-21T00:08:25.243Z Compiling string_cache v0.8.9
21672026-05-21T00:08:25.306Z Compiling petgraph v0.6.5
21682026-05-21T00:08:25.352Z Compiling tokio-postgres v0.7.16
21692026-05-21T00:08:25.469Z Compiling hickory-proto v0.25.2
21702026-05-21T00:08:25.483Z Compiling petgraph v0.8.3
21712026-05-21T00:08:25.529Z Compiling sha3 v0.10.8
21722026-05-21T00:08:25.607Z Compiling predicates v3.1.4
21732026-05-21T00:08:25.828Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21742026-05-21T00:08:25.861Z Compiling toml_edit v0.22.27
21752026-05-21T00:08:26.154Z Compiling env_logger v0.11.9
21762026-05-21T00:08:26.219Z Compiling usdt v0.6.0
21772026-05-21T00:08:26.477Z Compiling ecdsa v0.16.9
21782026-05-21T00:08:26.526Z Compiling rsa v0.9.10
21792026-05-21T00:08:26.894Z Compiling ed25519-dalek v2.2.0
21802026-05-21T00:08:27.483Z Compiling clap v4.5.60
21812026-05-21T00:08:27.572Z Compiling zip v4.6.1
21822026-05-21T00:08:27.588Z Compiling crossterm v0.28.1
21832026-05-21T00:08:27.647Z Compiling zip v0.6.6
21842026-05-21T00:08:28.313Z Compiling iddqd v0.4.1
21852026-05-21T00:08:28.594Z Compiling serde_with v3.17.0
21862026-05-21T00:08:28.689Z Compiling similar v2.7.0
21872026-05-21T00:08:28.736Z Compiling strum v0.26.3
21882026-05-21T00:08:28.779Z Compiling toml v0.7.8
21892026-05-21T00:08:28.822Z Compiling tokio-stream v0.1.18
21902026-05-21T00:08:28.853Z Compiling itertools v0.13.0
21912026-05-21T00:08:28.894Z Compiling buf-list v1.1.2
21922026-05-21T00:08:29.302Z Compiling x509-cert v0.2.5
21932026-05-21T00:08:29.460Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21942026-05-21T00:08:29.551Z Compiling openapiv3 v2.2.0
21952026-05-21T00:08:29.707Z Compiling sha1 v0.10.6
21962026-05-21T00:08:30.055Z Compiling lalrpop-util v0.19.12
21972026-05-21T00:08:30.175Z Compiling peg-runtime v0.8.5
21982026-05-21T00:08:44.613Z Compiling rustls-webpki v0.103.9
21992026-05-21T00:08:47.242Z Compiling macaddr v1.0.1
22002026-05-21T00:08:47.478Z Compiling structmeta-derive v0.3.0
22012026-05-21T00:08:47.562Z Compiling crucible-workspace-hack v0.1.0
22022026-05-21T00:08:47.578Z Compiling rayon-core v1.13.0
22032026-05-21T00:08:47.631Z Compiling itertools v0.14.0
22042026-05-21T00:08:47.799Z Compiling secrecy v0.10.3
22052026-05-21T00:08:47.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22062026-05-21T00:08:47.859Z Compiling rustls v0.22.4
22072026-05-21T00:08:48.000Z Compiling heapless v0.8.0
22082026-05-21T00:08:48.111Z Compiling crossbeam-deque v0.8.6
22092026-05-21T00:08:48.167Z Compiling toml_edit v0.23.10+spec-1.0.0
22102026-05-21T00:08:48.247Z Compiling rustls-webpki v0.102.8
22112026-05-21T00:08:48.265Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22122026-05-21T00:08:48.339Z Compiling hash32 v0.3.1
22132026-05-21T00:08:48.356Z Compiling multer v3.1.0
22142026-05-21T00:08:48.373Z Compiling thread_local v1.1.9
22152026-05-21T00:08:48.443Z Compiling unicode-width v0.2.0
22162026-05-21T00:08:48.447Z Compiling smoltcp v0.11.0
22172026-05-21T00:08:48.521Z Compiling tokio-rustls v0.26.4
22182026-05-21T00:08:48.543Z Compiling rustls-platform-verifier v0.6.2
22192026-05-21T00:08:48.572Z Compiling structmeta v0.3.0
22202026-05-21T00:08:48.595Z Compiling match_cfg v0.1.0
22212026-05-21T00:08:48.692Z Compiling slog-async v2.8.0
22222026-05-21T00:08:48.764Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-05-21T00:08:48.784Z Compiling hyper-rustls v0.27.7
22242026-05-21T00:08:48.801Z Compiling compression-core v0.4.31
22252026-05-21T00:08:48.816Z Compiling derive-ex v0.1.8
22262026-05-21T00:08:48.832Z Compiling proc-macro-crate v3.4.0
22272026-05-21T00:08:48.986Z Compiling ingot-macros v0.1.1
22282026-05-21T00:08:49.004Z Compiling compression-codecs v0.4.37
22292026-05-21T00:08:49.034Z Compiling reqwest v0.12.28
22302026-05-21T00:08:49.065Z Compiling reqwest v0.13.2
22312026-05-21T00:08:49.158Z Compiling hostname v0.3.1
22322026-05-21T00:08:49.351Z Compiling slog-json v2.6.1
22332026-05-21T00:08:49.433Z Compiling crossbeam-channel v0.5.15
22342026-05-21T00:08:49.648Z Compiling half v2.7.1
22352026-05-21T00:08:49.802Z Compiling newtype-uuid-macros v0.1.0
22362026-05-21T00:08:50.044Z Compiling cobs v0.3.0
22372026-05-21T00:08:50.195Z Compiling thiserror-impl-no-std v2.0.2
22382026-05-21T00:08:50.225Z Compiling universal-hash v0.5.1
22392026-05-21T00:08:50.307Z Compiling async-stream-impl v0.3.6
22402026-05-21T00:08:50.361Z Compiling serde_spanned v1.0.4
22412026-05-21T00:08:50.407Z Compiling toml_datetime v1.0.0+spec-1.1.0
22422026-05-21T00:08:50.472Z Compiling is-terminal v0.4.17
22432026-05-21T00:08:50.564Z Compiling proc-macro-error-attr v1.0.4
22442026-05-21T00:08:50.583Z Compiling dropshot v0.17.0
22452026-05-21T00:08:50.603Z Compiling convert_case v0.4.0
22462026-05-21T00:08:50.790Z Compiling tough v0.22.0
22472026-05-21T00:08:50.809Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22482026-05-21T00:08:50.894Z Compiling toml_writer v1.0.6+spec-1.1.0
22492026-05-21T00:08:50.911Z Compiling take_mut v0.2.2
22502026-05-21T00:08:50.940Z Compiling ciborium-io v0.2.2
22512026-05-21T00:08:50.956Z Compiling opaque-debug v0.3.1
22522026-05-21T00:08:51.028Z Compiling term v1.2.1
22532026-05-21T00:08:51.052Z Compiling ciborium-ll v0.2.2
22542026-05-21T00:08:51.069Z Compiling tokio-rustls v0.25.0
22552026-05-21T00:08:51.086Z Compiling poly1305 v0.8.0
22562026-05-21T00:08:51.202Z Compiling toml v1.0.6+spec-1.1.0
22572026-05-21T00:08:51.300Z Compiling thiserror-no-std v2.0.2
22582026-05-21T00:08:51.406Z Compiling slog-term v2.9.2
22592026-05-21T00:08:51.440Z Compiling derive_more v0.99.20
22602026-05-21T00:08:51.532Z Compiling async-stream v0.3.6
22612026-05-21T00:08:51.771Z Compiling ingot-types v0.1.2
22622026-05-21T00:08:51.850Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-05-21T00:08:51.880Z Compiling test-strategy v0.4.5
22642026-05-21T00:08:52.114Z Compiling postcard v1.1.3
22652026-05-21T00:08:52.284Z Compiling ingot v0.1.1
22662026-05-21T00:08:52.558Z Compiling slog-bunyan v2.5.0
22672026-05-21T00:08:52.649Z Compiling num_enum_derive v0.7.5
22682026-05-21T00:08:52.799Z Compiling async-compression v0.4.41
22692026-05-21T00:08:52.802Z Compiling parse-display-derive v0.10.0
22702026-05-21T00:08:53.050Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22712026-05-21T00:08:53.269Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22722026-05-21T00:08:53.316Z Compiling proc-macro-crate v1.3.1
22732026-05-21T00:08:53.585Z Compiling backon v1.6.0
22742026-05-21T00:08:53.658Z Compiling waitgroup v0.1.2
22752026-05-21T00:08:53.717Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22762026-05-21T00:08:53.822Z Compiling password-hash v0.5.0
22772026-05-21T00:08:53.850Z Compiling chacha20 v0.9.1
22782026-05-21T00:08:53.870Z Compiling dropshot_endpoint v0.17.0
22792026-05-21T00:08:53.886Z Compiling rustls-pemfile v2.2.0
22802026-05-21T00:08:54.147Z Compiling blake2 v0.10.6
22812026-05-21T00:08:54.217Z Compiling aead v0.5.2
22822026-05-21T00:08:54.245Z Compiling foreign-types-macros v0.2.3
22832026-05-21T00:08:54.386Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-21T00:08:54.444Z Compiling serde_path_to_error v0.1.20
22852026-05-21T00:08:54.647Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22862026-05-21T00:08:54.679Z Compiling hostname v0.4.2
22872026-05-21T00:08:54.698Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22882026-05-21T00:08:54.791Z Compiling proc-macro-error v1.0.4
22892026-05-21T00:08:54.854Z Compiling instant v0.1.13
22902026-05-21T00:08:54.877Z Compiling foreign-types-shared v0.3.1
22912026-05-21T00:08:54.899Z Compiling debug-ignore v1.0.5
22922026-05-21T00:08:54.903Z Compiling cpufeatures v0.3.0
22932026-05-21T00:08:54.947Z Compiling typeid v1.0.3
22942026-05-21T00:08:54.951Z Compiling backoff v0.4.0
22952026-05-21T00:08:54.999Z Compiling chacha20 v0.10.0
22962026-05-21T00:08:55.003Z Compiling foreign-types v0.5.0
22972026-05-21T00:08:55.048Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22982026-05-21T00:08:55.051Z Compiling argon2 v0.5.3
22992026-05-21T00:08:55.051Z Compiling parse-display v0.10.0
23002026-05-21T00:08:55.120Z Compiling chacha20poly1305 v0.10.1
23012026-05-21T00:08:55.138Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23022026-05-21T00:08:55.157Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23032026-05-21T00:08:55.271Z Compiling num_enum_derive v0.5.11
23042026-05-21T00:08:55.277Z Compiling num_enum v0.7.5
23052026-05-21T00:08:55.297Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-05-21T00:08:55.399Z Compiling vsss-rs v3.3.4
23072026-05-21T00:08:55.479Z Compiling ciborium v0.2.2
23082026-05-21T00:08:55.711Z Compiling tabwriter v1.4.1
23092026-05-21T00:08:55.736Z Compiling regress v0.10.5
23102026-05-21T00:08:56.027Z Compiling byte-wrapper v0.1.0
23112026-05-21T00:08:56.056Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23122026-05-21T00:08:56.122Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-21T00:08:56.146Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23142026-05-21T00:08:56.177Z Compiling cstr-argument v0.1.2
23152026-05-21T00:08:56.241Z Compiling erased-serde v0.4.9
23162026-05-21T00:08:56.424Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23172026-05-21T00:08:56.440Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-05-21T00:08:56.618Z Compiling num_enum v0.5.11
23192026-05-21T00:08:56.634Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23202026-05-21T00:08:56.773Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23212026-05-21T00:08:56.884Z Compiling rand v0.10.0
23222026-05-21T00:08:56.914Z Compiling rayon v1.11.0
23232026-05-21T00:08:56.938Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-05-21T00:08:56.954Z Compiling libefi-sys v0.1.0
23252026-05-21T00:08:57.022Z Compiling colored v3.1.1
23262026-05-21T00:08:57.040Z Compiling indent_write v2.2.0
23272026-05-21T00:08:57.051Z Compiling zone_cfg_derive v0.3.1
23282026-05-21T00:08:57.200Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-05-21T00:08:57.223Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23302026-05-21T00:08:57.338Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23312026-05-21T00:08:57.354Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23322026-05-21T00:08:57.434Z Compiling camino-tempfile v1.4.1
23332026-05-21T00:08:57.610Z Compiling itertools v0.12.1
23342026-05-21T00:08:57.714Z Compiling usdt-macro v0.5.0
23352026-05-21T00:08:57.733Z Compiling usdt-attr-macro v0.5.0
23362026-05-21T00:08:57.751Z Compiling num-derive v0.4.2
23372026-05-21T00:08:57.767Z Compiling bitfield-struct v0.6.2
23382026-05-21T00:08:57.891Z Compiling blake3 v1.8.3
23392026-05-21T00:08:58.018Z Compiling ordered-float v2.10.1
23402026-05-21T00:08:58.278Z Compiling sigpipe v0.1.3
23412026-05-21T00:08:58.295Z Compiling memmap v0.7.0
23422026-05-21T00:08:58.401Z Compiling glob v0.3.3
23432026-05-21T00:08:58.448Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-05-21T00:08:58.460Z Compiling swrite v0.1.0
23452026-05-21T00:08:58.521Z Compiling usdt v0.5.0
23462026-05-21T00:08:58.556Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23472026-05-21T00:08:58.692Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-21T00:08:58.714Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-21T00:08:58.905Z Compiling serde-value v0.7.0
23502026-05-21T00:08:59.104Z Compiling zone v0.3.1
23512026-05-21T00:08:59.216Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-21T00:08:59.243Z Compiling serde-untagged v0.1.9
23532026-05-21T00:08:59.388Z Compiling toml v0.8.23
23542026-05-21T00:08:59.441Z Compiling smf v0.2.3
23552026-05-21T00:08:59.505Z Compiling filetime v0.2.27
23562026-05-21T00:08:59.545Z Compiling unicode-xid v0.2.6
23572026-05-21T00:08:59.561Z Compiling constant_time_eq v0.4.2
23582026-05-21T00:08:59.641Z Compiling xattr v1.6.1
23592026-05-21T00:08:59.658Z Compiling arrayref v0.3.9
23602026-05-21T00:08:59.713Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-21T00:08:59.729Z Compiling whoami v1.6.1
23622026-05-21T00:08:59.752Z Compiling arrayvec v0.7.6
23632026-05-21T00:08:59.755Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23642026-05-21T00:08:59.785Z Compiling tar v0.4.45
23652026-05-21T00:08:59.817Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23662026-05-21T00:08:59.863Z Compiling tokio-dtrace v0.1.1
23672026-05-21T00:09:00.050Z Compiling cargo-util-schemas v0.8.2
23682026-05-21T00:09:00.224Z Compiling console v0.16.2
23692026-05-21T00:09:00.241Z Compiling gethostname v0.5.0
23702026-05-21T00:09:00.410Z Compiling cargo-platform v0.2.0
23712026-05-21T00:09:00.555Z Compiling topological-sort v0.2.2
23722026-05-21T00:09:00.679Z Compiling unit-prefix v0.5.2
23732026-05-21T00:09:00.768Z Compiling oxide-tokio-rt v0.1.4
23742026-05-21T00:09:00.827Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23752026-05-21T00:09:00.833Z Compiling indicatif v0.18.4
23762026-05-21T00:09:00.865Z Compiling shell-words v1.1.1
23772026-05-21T00:09:01.429Z Compiling cargo_metadata v0.21.0
23782026-05-21T00:09:10.489Z Compiling progenitor-client v0.14.0
23792026-05-21T00:09:10.554Z Compiling progenitor-client v0.10.0
23802026-05-21T00:09:10.554Z Compiling omicron-zone-package v0.12.2
23812026-05-21T00:09:10.997Z Compiling progenitor-extras v0.2.0
23822026-05-21T00:09:13.345Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23832026-05-21T00:09:13.345Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23842026-05-21T00:09:13.348Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23852026-05-21T00:09:13.348Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23862026-05-21T00:09:13.348Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23872026-05-21T00:09:13.429Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-21T00:09:13.725Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23892026-05-21T00:09:13.745Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-21T00:09:13.745Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23912026-05-21T00:09:17.892Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23922026-05-21T00:09:25.632Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23932026-05-21T00:09:28.752Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23942026-05-21T00:09:29.765Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23952026-05-21T00:09:39.720Z Finished `release` profile [optimized] target(s) in 1m 47s
23962026-05-21T00:09:39.878Z Running `target/release/omicron-package -t test target create -p dev`
23972026-05-21T00:09:39.943ZLogging to: /work/oxidecomputer/omicron/out/LOG
23982026-05-21T00:09:39.947ZCreated new build target 'test' and set it as active
23992026-05-21T00:09:39.951Z
24002026-05-21T00:09:39.951Zreal 1:48.110468409
24012026-05-21T00:09:39.951Zuser 17:53.077877434
24022026-05-21T00:09:39.951Zsys 2:43.347902689
24032026-05-21T00:09:39.951Ztrap 0.497199975
24042026-05-21T00:09:39.951Ztflt 3.132560652
24052026-05-21T00:09:39.951Zdflt 4.312282842
24062026-05-21T00:09:39.951Zkflt 0.000692600
24072026-05-21T00:09:39.951Zlock 55:56.419725265
24082026-05-21T00:09:39.951Zslp 45:44.198688099
24092026-05-21T00:09:39.951Zlat 44.716225478
24102026-05-21T00:09:39.951Zstop 5:30.082729965
24112026-05-21T00:09:39.951Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24122026-05-21T00:09:40.860Z Finished `release` profile [optimized] target(s) in 0.90s
24132026-05-21T00:09:40.934Z Running `target/release/omicron-package -t test package`
24142026-05-21T00:09:40.997ZLogging to: /work/oxidecomputer/omicron/out/LOG
24152026-05-21T00:09:42.461Z Compiling heck v0.5.0
24162026-05-21T00:09:42.461Z Compiling regress v0.11.1
24172026-05-21T00:09:42.461Z Compiling unsafe-libyaml v0.2.11
24182026-05-21T00:09:42.725Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24192026-05-21T00:09:42.749Z Compiling regress v0.10.5
24202026-05-21T00:09:42.775Z Compiling is-terminal v0.4.17
24212026-05-21T00:09:42.779Z Compiling unicode-width v0.1.14
24222026-05-21T00:09:42.817Z Compiling prettyplease v0.2.37
24232026-05-21T00:09:42.838Z Compiling bytecount v0.6.9
24242026-05-21T00:09:42.842Z Compiling rustls v0.22.4
24252026-05-21T00:09:42.842Z Compiling rustls-webpki v0.102.8
24262026-05-21T00:09:42.842Z Compiling derive-where v1.6.0
24272026-05-21T00:09:42.842Z Compiling thread_local v1.1.9
24282026-05-21T00:09:42.842Z Compiling compression-core v0.4.31
24292026-05-21T00:09:42.855Z Compiling match_cfg v0.1.0
24302026-05-21T00:09:42.943Z Compiling multer v3.1.0
24312026-05-21T00:09:42.947Z Compiling slog-async v2.8.0
24322026-05-21T00:09:43.028Z Compiling hostname v0.3.1
24332026-05-21T00:09:43.053Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24342026-05-21T00:09:43.077Z Compiling compression-codecs v0.4.37
24352026-05-21T00:09:43.080Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24362026-05-21T00:09:43.100Z Compiling crossbeam-channel v0.5.15
24372026-05-21T00:09:43.147Z Compiling slog-json v2.6.1
24382026-05-21T00:09:43.150Z Compiling toml_datetime v1.0.0+spec-1.1.0
24392026-05-21T00:09:43.196Z Compiling serde_spanned v1.0.4
24402026-05-21T00:09:43.230Z Compiling take_mut v0.2.2
24412026-05-21T00:09:43.269Z Compiling serde_yaml v0.9.34+deprecated
24422026-05-21T00:09:43.292Z Compiling toml_writer v1.0.6+spec-1.1.0
24432026-05-21T00:09:43.377Z Compiling term v1.2.1
24442026-05-21T00:09:43.381Z Compiling slog-bunyan v2.5.0
24452026-05-21T00:09:43.381Z Compiling async-compression v0.4.41
24462026-05-21T00:09:43.494Z Compiling toml v1.0.6+spec-1.1.0
24472026-05-21T00:09:43.572Z Compiling dropshot v0.17.0
24482026-05-21T00:09:43.600Z Compiling async-stream v0.3.6
24492026-05-21T00:09:43.622Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24502026-05-21T00:09:43.645Z Compiling num-rational v0.4.2
24512026-05-21T00:09:43.774Z Compiling slog-term v2.9.2
24522026-05-21T00:09:43.798Z Compiling progenitor-client v0.14.0
24532026-05-21T00:09:43.822Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24542026-05-21T00:09:43.883Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-05-21T00:09:43.928Z Compiling waitgroup v0.1.2
24562026-05-21T00:09:43.979Z Compiling backon v1.6.0
24572026-05-21T00:09:44.040Z Compiling rustls-pemfile v2.2.0
24582026-05-21T00:09:44.102Z Compiling num-complex v0.4.6
24592026-05-21T00:09:44.133Z Compiling hostname v0.4.2
24602026-05-21T00:09:44.155Z Compiling serde_path_to_error v0.1.20
24612026-05-21T00:09:44.158Z Compiling instant v0.1.13
24622026-05-21T00:09:44.221Z Compiling debug-ignore v1.0.5
24632026-05-21T00:09:44.268Z Compiling typify-impl v0.6.2
24642026-05-21T00:09:44.313Z Compiling backoff v0.4.0
24652026-05-21T00:09:44.322Z Compiling progenitor-extras v0.2.0
24662026-05-21T00:09:44.322Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24672026-05-21T00:09:44.368Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24682026-05-21T00:09:44.615Z Compiling num v0.4.3
24692026-05-21T00:09:44.648Z Compiling parse-display v0.10.0
24702026-05-21T00:09:44.671Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24712026-05-21T00:09:44.674Z Compiling progenitor-client v0.13.0
24722026-05-21T00:09:44.718Z Compiling progenitor-client v0.10.0
24732026-05-21T00:09:44.718Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-05-21T00:09:44.767Z Compiling macaddr v1.0.1
24752026-05-21T00:09:44.770Z Compiling float-ord v0.3.2
24762026-05-21T00:09:44.949Z Compiling console v0.15.11
24772026-05-21T00:09:45.055Z Compiling newline-converter v0.3.0
24782026-05-21T00:09:45.088Z Compiling atomicwrites v0.4.4
24792026-05-21T00:09:45.126Z Compiling slog-dtrace v0.3.0
24802026-05-21T00:09:45.230Z Compiling resolv-conf v0.7.6
24812026-05-21T00:09:45.253Z Compiling cancel-safe-futures v0.1.5
24822026-05-21T00:09:45.329Z Compiling tokio-rustls v0.25.0
24832026-05-21T00:09:45.409Z Compiling expectorate v1.2.0
24842026-05-21T00:09:45.445Z Compiling owo-colors v4.3.0
24852026-05-21T00:09:45.466Z Compiling toml v0.8.23
24862026-05-21T00:09:45.574Z Compiling libsw-core v0.3.2
24872026-05-21T00:09:45.689Z Compiling linked-hash-map v0.5.6
24882026-05-21T00:09:45.801Z Compiling libsw v3.5.0
24892026-05-21T00:09:45.905Z Compiling linear-map v1.2.0
24902026-05-21T00:09:45.928Z Compiling lru-cache v0.1.2
24912026-05-21T00:09:45.999Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24922026-05-21T00:09:46.045Z Compiling minimal-lexical v0.2.1
24932026-05-21T00:09:46.098Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24942026-05-21T00:09:46.120Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24952026-05-21T00:09:46.165Z Compiling hickory-proto v0.24.4
24962026-05-21T00:09:46.214Z Compiling unicode-xid v0.2.6
24972026-05-21T00:09:46.300Z Compiling nom v7.1.3
24982026-05-21T00:09:46.346Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-05-21T00:09:46.396Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-21T00:09:46.419Z Compiling convert_case v0.10.0
25012026-05-21T00:09:46.743Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25022026-05-21T00:09:46.899Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-21T00:09:47.336Z Compiling derive_more-impl v2.1.1
25042026-05-21T00:09:47.747Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-21T00:09:47.794Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-05-21T00:09:47.941Z Compiling typify-macro v0.6.2
25072026-05-21T00:09:47.963Z Compiling papergrid v0.11.0
25082026-05-21T00:09:48.021Z Compiling tabled_derive v0.7.0
25092026-05-21T00:09:48.155Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-21T00:09:48.430Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25112026-05-21T00:09:48.665Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25122026-05-21T00:09:48.960Z Compiling hickory-resolver v0.24.4
25132026-05-21T00:09:49.005Z Compiling derive_more v2.1.1
25142026-05-21T00:09:49.099Z Compiling termtree v0.5.1
25152026-05-21T00:09:49.149Z Compiling crossterm v0.29.0
25162026-05-21T00:09:49.324Z Compiling tabled v0.15.0
25172026-05-21T00:09:49.549Z Compiling typify v0.6.2
25182026-05-21T00:09:49.844Z Compiling progenitor-impl v0.14.0
25192026-05-21T00:09:50.061Z Compiling progenitor-impl v0.13.0
25202026-05-21T00:09:52.155Z Compiling progenitor-macro v0.14.0
25212026-05-21T00:09:52.278Z Compiling qorb v0.4.1
25222026-05-21T00:09:52.393Z Compiling progenitor-macro v0.13.0
25232026-05-21T00:09:52.484Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25242026-05-21T00:09:53.712Z Compiling phf_shared v0.12.1
25252026-05-21T00:09:53.981Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25262026-05-21T00:09:54.355Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25272026-05-21T00:09:54.640Z Compiling csv-core v0.1.13
25282026-05-21T00:09:54.904Z Compiling vte v0.14.1
25292026-05-21T00:09:55.142Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25302026-05-21T00:09:55.163Z Compiling chrono-tz v0.10.4
25312026-05-21T00:09:55.187Z Compiling highway v1.3.0
25322026-05-21T00:09:55.666Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25332026-05-21T00:09:55.972Z Compiling strip-ansi-escapes v0.2.1
25342026-05-21T00:09:56.239Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-05-21T00:09:56.397Z Compiling progenitor v0.14.0
25362026-05-21T00:09:56.570Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25372026-05-21T00:09:56.593Z Compiling csv v1.4.0
25382026-05-21T00:09:56.655Z Compiling progenitor v0.13.0
25392026-05-21T00:09:56.850Z Compiling phf v0.12.1
25402026-05-21T00:09:57.010Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-21T00:09:57.071Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25422026-05-21T00:09:57.575Z Compiling const_format_proc_macros v0.2.34
25432026-05-21T00:09:57.599Z Compiling fd-lock v4.0.4
25442026-05-21T00:09:57.622Z Compiling peg-macros v0.8.5
25452026-05-21T00:09:57.652Z Compiling nu-ansi-term v0.50.3
25462026-05-21T00:09:58.171Z Compiling reedline v0.40.0
25472026-05-21T00:09:58.255Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-21T00:09:58.387Z Compiling const_format v0.2.35
25492026-05-21T00:09:58.958Z Compiling peg v0.8.5
25502026-05-21T00:09:59.037Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25512026-05-21T00:09:59.907Z Compiling bcs v0.1.6
25522026-05-21T00:09:59.932Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25532026-05-21T00:10:00.240Z Compiling semver v0.1.20
25542026-05-21T00:10:00.321Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25552026-05-21T00:10:00.368Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-21T00:10:00.547Z Compiling rustc_version v0.1.7
25572026-05-21T00:10:00.603Z Compiling humantime v2.3.0
25582026-05-21T00:10:00.794Z Compiling newtype_derive v0.1.6
25592026-05-21T00:10:01.029Z Compiling smawk v0.3.2
25602026-05-21T00:10:01.099Z Compiling unicode-linebreak v0.1.5
25612026-05-21T00:10:01.322Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-21T00:10:01.416Z Compiling textwrap v0.16.2
25632026-05-21T00:10:01.560Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25642026-05-21T00:10:01.618Z Compiling dropshot-api-manager-types v0.7.1
25652026-05-21T00:10:01.807Z Compiling base64 v0.21.7
25662026-05-21T00:10:01.969Z Compiling steno v0.4.1
25672026-05-21T00:10:02.300Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25682026-05-21T00:10:02.392Z Compiling tagptr v0.2.0
25692026-05-21T00:10:02.596Z Compiling moka v0.12.13
25702026-05-21T00:10:02.839Z Compiling utf-8 v0.7.6
25712026-05-21T00:10:03.089Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25722026-05-21T00:10:03.148Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25732026-05-21T00:10:03.342Z Compiling tungstenite v0.21.0
25742026-05-21T00:10:03.391Z Compiling radium v0.7.0
25752026-05-21T00:10:03.421Z Compiling tap v1.0.1
25762026-05-21T00:10:03.616Z Compiling maybe-uninit v2.0.0
25772026-05-21T00:10:03.730Z Compiling hickory-resolver v0.25.2
25782026-05-21T00:10:03.982Z Compiling tokio-tungstenite v0.21.0
25792026-05-21T00:10:04.164Z Compiling wyz v0.5.1
25802026-05-21T00:10:04.186Z Compiling zerocopy-derive v0.6.6
25812026-05-21T00:10:04.378Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25822026-05-21T00:10:04.418Z Compiling display-error-chain v0.2.2
25832026-05-21T00:10:04.604Z Compiling crc-catalog v2.4.0
25842026-05-21T00:10:04.739Z Compiling funty v2.0.0
25852026-05-21T00:10:05.004Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-21T00:10:05.040Z Compiling packed_struct v0.10.1
25872026-05-21T00:10:05.401Z Compiling bitvec v1.0.1
25882026-05-21T00:10:05.577Z Compiling zerocopy v0.6.6
25892026-05-21T00:10:05.742Z Compiling crc v3.4.0
25902026-05-21T00:10:05.876Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-21T00:10:06.000Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25922026-05-21T00:10:06.162Z Compiling num-derive v0.3.3
25932026-05-21T00:10:06.539Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-21T00:10:07.099Z Compiling packed_struct_codegen v0.10.1
25952026-05-21T00:10:07.284Z Compiling bitfield-macros v0.19.4
25962026-05-21T00:10:08.028Z Compiling proc-macro-error-attr2 v2.0.0
25972026-05-21T00:10:08.168Z Compiling indexmap v1.9.3
25982026-05-21T00:10:08.192Z Compiling nodrop v0.1.14
25992026-05-21T00:10:08.329Z Compiling array-init v0.0.4
26002026-05-21T00:10:08.466Z Compiling proc-macro-error2 v2.0.1
26012026-05-21T00:10:08.519Z Compiling bitfield v0.19.4
26022026-05-21T00:10:08.740Z Compiling libscf-sys v1.1.0
26032026-05-21T00:10:08.797Z Compiling smallvec v0.6.14
26042026-05-21T00:10:08.856Z Compiling typify-impl v0.4.3
26052026-05-21T00:10:08.931Z Compiling hashbrown v0.12.3
26062026-05-21T00:10:08.954Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26072026-05-21T00:10:09.001Z Compiling tabled_derive v0.11.0
26082026-05-21T00:10:09.083Z Compiling serde-hex v0.1.0
26092026-05-21T00:10:09.682Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26102026-05-21T00:10:09.938Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26112026-05-21T00:10:10.105Z Compiling ron v0.8.1
26122026-05-21T00:10:10.127Z Compiling papergrid v0.17.0
26132026-05-21T00:10:10.212Z Compiling testing_table v0.3.0
26142026-05-21T00:10:10.428Z Compiling hashbrown v0.13.2
26152026-05-21T00:10:10.543Z Compiling vergen-gitcl v1.0.8
26162026-05-21T00:10:10.676Z Compiling dirs-sys-next v0.1.2
26172026-05-21T00:10:10.783Z Compiling maplit v1.0.2
26182026-05-21T00:10:10.914Z Compiling diesel_derives v2.3.7
26192026-05-21T00:10:10.937Z Compiling crc-any v2.5.0
26202026-05-21T00:10:10.961Z Compiling crunchy v0.2.4
26212026-05-21T00:10:11.068Z Compiling glob v0.3.3
26222026-05-21T00:10:11.182Z Compiling object v0.30.4
26232026-05-21T00:10:11.313Z Compiling tabled v0.20.0
26242026-05-21T00:10:11.346Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-21T00:10:11.400Z Compiling dirs-next v2.0.0
26262026-05-21T00:10:11.461Z Compiling clang-sys v1.8.1
26272026-05-21T00:10:11.592Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26282026-05-21T00:10:11.882Z Compiling dsl_auto_type v0.2.0
26292026-05-21T00:10:12.095Z Compiling scheduled-thread-pool v0.2.7
26302026-05-21T00:10:12.186Z Compiling diesel_table_macro_syntax v0.3.0
26312026-05-21T00:10:12.428Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-21T00:10:12.476Z Compiling path-slash v0.1.5
26332026-05-21T00:10:12.545Z Compiling typify-macro v0.4.3
26342026-05-21T00:10:12.611Z Compiling tiny-keccak v2.0.2
26352026-05-21T00:10:12.633Z Compiling xshell-macros v0.2.7
26362026-05-21T00:10:12.700Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26372026-05-21T00:10:12.775Z Compiling r2d2 v0.8.10
26382026-05-21T00:10:12.907Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392026-05-21T00:10:13.049Z Compiling xshell v0.2.7
26402026-05-21T00:10:13.103Z Compiling term v0.7.0
26412026-05-21T00:10:13.475Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26422026-05-21T00:10:13.636Z Compiling downcast-rs v2.0.2
26432026-05-21T00:10:13.657Z Compiling bit-vec v0.6.3
26442026-05-21T00:10:13.991Z Compiling bit-set v0.5.3
26452026-05-21T00:10:14.044Z Compiling ascii-canvas v3.0.0
26462026-05-21T00:10:14.122Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-21T00:10:14.190Z Compiling itertools v0.10.5
26482026-05-21T00:10:14.328Z Compiling ena v0.14.4
26492026-05-21T00:10:14.423Z Compiling libloading v0.8.9
26502026-05-21T00:10:14.587Z Compiling bindgen v0.71.1
26512026-05-21T00:10:14.664Z Compiling diff v0.1.13
26522026-05-21T00:10:14.924Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-05-21T00:10:14.945Z Compiling unicase v2.9.0
26542026-05-21T00:10:15.264Z Compiling regex-syntax v0.6.29
26552026-05-21T00:10:15.330Z Compiling crc8 v0.1.1
26562026-05-21T00:10:15.477Z Compiling typify v0.4.3
26572026-05-21T00:10:15.637Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26582026-05-21T00:10:16.078Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-05-21T00:10:16.211Z Compiling cexpr v0.6.0
26602026-05-21T00:10:16.657Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-21T00:10:16.723Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-21T00:10:16.887Z Compiling lalrpop v0.19.12
26632026-05-21T00:10:16.909Z Compiling rustc-hash v2.1.1
26642026-05-21T00:10:16.967Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26652026-05-21T00:10:17.079Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26662026-05-21T00:10:17.270Z Compiling headers-core v0.3.0
26672026-05-21T00:10:17.435Z Compiling git-stub v1.0.0
26682026-05-21T00:10:17.558Z Compiling libxml v0.3.3
26692026-05-21T00:10:17.709Z Compiling diesel v2.3.7
26702026-05-21T00:10:17.782Z Compiling git-stub-vcs v0.1.0
26712026-05-21T00:10:17.790Z Compiling headers v0.4.1
26722026-05-21T00:10:17.873Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26732026-05-21T00:10:18.140Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26742026-05-21T00:10:18.375Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26752026-05-21T00:10:18.606Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26762026-05-21T00:10:19.129Z Compiling strum_macros v0.24.3
26772026-05-21T00:10:19.133Z Compiling indoc v1.0.9
26782026-05-21T00:10:19.595Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-05-21T00:10:19.673Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26802026-05-21T00:10:19.844Z Compiling derive_builder v0.20.2
26812026-05-21T00:10:20.039Z Compiling oso-derive v0.27.3
26822026-05-21T00:10:20.426Z Compiling quick-xml v0.37.5
26832026-05-21T00:10:20.569Z Compiling impl-trait-for-tuples v0.2.3
26842026-05-21T00:10:21.070Z Compiling openssl-probe v0.1.6
26852026-05-21T00:10:21.093Z Compiling half v1.8.3
26862026-05-21T00:10:21.410Z Compiling serde_cbor v0.11.2
26872026-05-21T00:10:21.571Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26882026-05-21T00:10:21.597Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26892026-05-21T00:10:21.796Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26902026-05-21T00:10:21.878Z Compiling samael v0.0.19
26912026-05-21T00:10:21.923Z Compiling bb8 v0.8.6
26922026-05-21T00:10:22.034Z Compiling trait-variant v0.1.2
26932026-05-21T00:10:22.332Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26942026-05-21T00:10:22.386Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-05-21T00:10:22.475Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26962026-05-21T00:10:22.624Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26972026-05-21T00:10:22.646Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26982026-05-21T00:10:22.742Z Compiling fxhash v0.2.1
26992026-05-21T00:10:22.880Z Compiling salty v0.3.0
27002026-05-21T00:10:23.193Z Compiling progenitor-impl v0.10.0
27012026-05-21T00:10:23.274Z Compiling progenitor-impl v0.11.2
27022026-05-21T00:10:23.278Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27032026-05-21T00:10:23.424Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27042026-05-21T00:10:23.673Z Compiling kstat-rs v0.2.4
27052026-05-21T00:10:23.904Z Compiling libz-sys v1.1.24
27062026-05-21T00:10:23.958Z Compiling nonempty v0.12.0
27072026-05-21T00:10:24.170Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27082026-05-21T00:10:24.174Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27092026-05-21T00:10:24.596Z Compiling polar-core v0.27.3
27102026-05-21T00:10:25.405Z Compiling progenitor-macro v0.10.0
27112026-05-21T00:10:25.520Z Compiling progenitor-macro v0.11.2
27122026-05-21T00:10:26.711Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27132026-05-21T00:10:27.184Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27142026-05-21T00:10:27.936Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27152026-05-21T00:10:28.244Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27162026-05-21T00:10:28.840Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27172026-05-21T00:10:28.931Z Compiling progenitor-client v0.11.2
27182026-05-21T00:10:29.312Z Compiling darling_core v0.23.0
27192026-05-21T00:10:29.516Z Compiling nanorand v0.7.0
27202026-05-21T00:10:29.623Z Compiling arc-swap v1.8.2
27212026-05-21T00:10:29.796Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27222026-05-21T00:10:29.902Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27232026-05-21T00:10:30.020Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27242026-05-21T00:10:31.560Z Compiling fs-err v2.11.0
27252026-05-21T00:10:32.061Z Compiling parking_lot_core v0.8.6
27262026-05-21T00:10:32.337Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27272026-05-21T00:10:33.642Z Compiling mime_guess v2.0.5
27282026-05-21T00:10:34.156Z Compiling oso v0.27.3
27292026-05-21T00:10:34.332Z Compiling darling_macro v0.23.0
27302026-05-21T00:10:34.525Z Compiling slog-scope v4.4.1
27312026-05-21T00:10:34.851Z Compiling progenitor v0.11.2
27322026-05-21T00:10:35.004Z Compiling flume v0.11.1
27332026-05-21T00:10:35.051Z Compiling progenitor v0.10.0
27342026-05-21T00:10:35.246Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-21T00:10:36.853Z Compiling async-bb8-diesel v0.2.1
27362026-05-21T00:10:37.345Z Compiling diesel-dtrace v0.5.0
27372026-05-21T00:10:37.678Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27382026-05-21T00:10:37.800Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-05-21T00:10:38.855Z Compiling primeorder v0.13.6
27402026-05-21T00:10:39.072Z Compiling libgit2-sys v0.18.3+1.9.2
27412026-05-21T00:10:39.240Z Compiling instability v0.3.11
27422026-05-21T00:10:39.441Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27432026-05-21T00:10:39.507Z Compiling p384 v0.13.1
27442026-05-21T00:10:40.912Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27452026-05-21T00:10:41.079Z Compiling darling v0.23.0
27462026-05-21T00:10:41.201Z Compiling slog-stdlog v4.1.1
27472026-05-21T00:10:41.659Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27482026-05-21T00:10:41.701Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27492026-05-21T00:10:41.756Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27502026-05-21T00:10:41.779Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27512026-05-21T00:10:41.979Z Compiling ignore v0.4.25
27522026-05-21T00:10:42.235Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-21T00:10:42.550Z Compiling castaway v0.2.4
27542026-05-21T00:10:42.719Z Compiling atty v0.2.14
27552026-05-21T00:10:42.881Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-05-21T00:10:42.977Z Compiling indoc v2.0.7
27572026-05-21T00:10:43.127Z Compiling http-range v0.1.5
27582026-05-21T00:10:43.447Z Compiling parse-size v1.1.0
27592026-05-21T00:10:43.691Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27602026-05-21T00:10:43.714Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-05-21T00:10:44.299Z Compiling compact_str v0.8.1
27622026-05-21T00:10:44.323Z Compiling globwalk v0.9.1
27632026-05-21T00:10:45.040Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27642026-05-21T00:10:45.479Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27652026-05-21T00:10:45.506Z Compiling parking_lot v0.11.2
27662026-05-21T00:10:47.251Z Compiling slog-envlogger v2.2.0
27672026-05-21T00:10:47.272Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27682026-05-21T00:10:47.608Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27692026-05-21T00:10:48.001Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-05-21T00:10:48.235Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-05-21T00:10:48.280Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-05-21T00:10:48.479Z Compiling predicates-tree v1.0.13
27732026-05-21T00:10:48.620Z Compiling unicode-truncate v1.1.0
27742026-05-21T00:10:48.734Z Compiling lru v0.12.5
27752026-05-21T00:10:48.775Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27762026-05-21T00:10:48.814Z Compiling rand_seeder v0.4.0
27772026-05-21T00:10:48.850Z Compiling prefix-trie v0.7.0
27782026-05-21T00:10:48.960Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27792026-05-21T00:10:48.982Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27802026-05-21T00:10:49.079Z Compiling vergen-git2 v1.0.7
27812026-05-21T00:10:49.249Z Compiling corncobs v0.1.4
27822026-05-21T00:10:49.328Z Compiling cassowary v0.3.0
27832026-05-21T00:10:49.350Z Compiling illumos-nvpair-sys v0.2.0
27842026-05-21T00:10:49.372Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27852026-05-21T00:10:49.440Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-05-21T00:10:49.571Z Compiling hickory-server v0.25.2
27872026-05-21T00:10:49.624Z Compiling ratatui v0.29.0
27882026-05-21T00:10:49.723Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27892026-05-21T00:10:49.799Z Compiling camino-tempfile-ext v0.3.3
27902026-05-21T00:10:49.951Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-05-21T00:10:50.248Z Compiling hyper-staticfile v0.10.1
27922026-05-21T00:10:50.487Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27932026-05-21T00:10:51.024Z Compiling sled v0.34.7
27942026-05-21T00:10:51.552Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27952026-05-21T00:10:51.616Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27962026-05-21T00:10:52.273Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27972026-05-21T00:10:54.040Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27982026-05-21T00:10:54.295Z Compiling secrecy v0.8.0
27992026-05-21T00:10:54.380Z Compiling rustls v0.21.12
28002026-05-21T00:10:54.508Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28012026-05-21T00:10:54.870Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28022026-05-21T00:10:55.401Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28032026-05-21T00:10:55.539Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28042026-05-21T00:10:55.761Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28052026-05-21T00:10:57.172Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28062026-05-21T00:10:57.301Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28072026-05-21T00:10:57.378Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28082026-05-21T00:10:58.163Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28092026-05-21T00:10:58.354Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28102026-05-21T00:10:58.597Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28112026-05-21T00:10:58.831Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28122026-05-21T00:10:59.069Z Compiling rustls-webpki v0.101.7
28132026-05-21T00:11:00.247Z Compiling sct v0.7.1
28142026-05-21T00:11:00.415Z Compiling nix v0.29.0
28152026-05-21T00:11:00.532Z Compiling dropshot v0.16.7
28162026-05-21T00:11:00.795Z Compiling void v1.0.2
28172026-05-21T00:11:00.940Z Compiling lzss v0.8.2
28182026-05-21T00:11:00.962Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28192026-05-21T00:11:00.986Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28202026-05-21T00:11:01.222Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28212026-05-21T00:11:01.810Z Compiling illumos-nvpair v0.3.0
28222026-05-21T00:11:02.200Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28232026-05-21T00:11:02.348Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28242026-05-21T00:11:02.600Z Compiling tungstenite v0.23.0
28252026-05-21T00:11:02.945Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28262026-05-21T00:11:03.541Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28272026-05-21T00:11:03.565Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28282026-05-21T00:11:03.779Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28292026-05-21T00:11:03.801Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28302026-05-21T00:11:04.017Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28312026-05-21T00:11:04.042Z Compiling toml v0.9.12+spec-1.1.0
28322026-05-21T00:11:04.255Z Compiling nix v0.27.1
28332026-05-21T00:11:05.044Z Compiling dropshot_endpoint v0.16.7
28342026-05-21T00:11:05.157Z Compiling serde_bytes v0.11.19
28352026-05-21T00:11:05.476Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28362026-05-21T00:11:05.499Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28372026-05-21T00:11:05.620Z Compiling git2 v0.20.4
28382026-05-21T00:11:05.745Z Compiling tokio-tungstenite v0.23.1
28392026-05-21T00:11:06.136Z Compiling tokio-rustls v0.24.1
28402026-05-21T00:11:06.440Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28412026-05-21T00:11:08.821Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28422026-05-21T00:11:09.004Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28432026-05-21T00:11:11.784Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28442026-05-21T00:11:11.926Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28452026-05-21T00:11:12.631Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28462026-05-21T00:11:12.653Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28472026-05-21T00:11:12.701Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28482026-05-21T00:11:12.990Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28492026-05-21T00:11:13.107Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28502026-05-21T00:11:13.637Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28512026-05-21T00:11:13.820Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28522026-05-21T00:11:14.414Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28532026-05-21T00:11:14.841Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28542026-05-21T00:11:15.391Z Compiling rustls-pemfile v1.0.4
28552026-05-21T00:11:15.467Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28562026-05-21T00:11:15.855Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28572026-05-21T00:11:15.890Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28582026-05-21T00:11:16.782Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28592026-05-21T00:11:17.195Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28602026-05-21T00:11:17.363Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28612026-05-21T00:11:18.510Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28622026-05-21T00:11:18.758Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28632026-05-21T00:11:19.779Z Compiling signal-hook-tokio v0.3.1
28642026-05-21T00:11:19.996Z Compiling twox-hash v2.1.2
28652026-05-21T00:11:20.030Z Compiling yasna v0.5.2
28662026-05-21T00:11:20.169Z Compiling is_ci v1.2.0
28672026-05-21T00:11:20.195Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28682026-05-21T00:11:20.301Z Compiling supports-color v3.0.2
28692026-05-21T00:11:20.414Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28702026-05-21T00:11:20.596Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28712026-05-21T00:11:21.270Z Compiling rcgen v0.12.1
28722026-05-21T00:11:21.607Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28732026-05-21T00:11:21.717Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28742026-05-21T00:11:21.963Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28752026-05-21T00:11:24.477Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28762026-05-21T00:11:24.504Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28772026-05-21T00:11:25.536Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28782026-05-21T00:11:25.918Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28792026-05-21T00:11:26.156Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28802026-05-21T00:11:26.400Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28812026-05-21T00:11:26.631Z Compiling fatfs v0.3.6
28822026-05-21T00:11:26.775Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28832026-05-21T00:11:27.908Z Compiling rtoolbox v0.0.3
28842026-05-21T00:11:28.217Z Compiling subprocess v0.2.15
28852026-05-21T00:11:28.385Z Compiling assert_matches v1.5.0
28862026-05-21T00:11:28.506Z Compiling seq-macro v0.3.6
28872026-05-21T00:11:29.027Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28882026-05-21T00:11:29.286Z Compiling rpassword v7.4.0
28892026-05-21T00:11:29.536Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28902026-05-21T00:11:29.590Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28912026-05-21T00:11:29.734Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28922026-05-21T00:11:30.070Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28932026-05-21T00:11:30.522Z Compiling tui-tree-widget v0.23.1
28942026-05-21T00:11:30.636Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28952026-05-21T00:11:30.828Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28962026-05-21T00:11:31.387Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28972026-05-21T00:11:32.198Z Compiling uzers v0.12.2
28982026-05-21T00:11:32.349Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28992026-05-21T00:11:33.711Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29002026-05-21T00:11:34.516Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29012026-05-21T00:11:34.776Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29022026-05-21T00:11:37.643Z Compiling support-bundle-viewer v0.1.2
29032026-05-21T00:11:39.437Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29042026-05-21T00:11:39.656Z Compiling multimap v0.10.1
29052026-05-21T00:11:47.977Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29062026-05-21T00:11:48.219Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29072026-05-21T00:12:01.289Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29082026-05-21T00:12:02.755Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29092026-05-21T00:18:30.190Z Finished `release` profile [optimized] target(s) in 8m 49s
29102026-05-21T00:19:14.565Z
29112026-05-21T00:19:14.565Zreal 9:34.596005175
29122026-05-21T00:19:14.565Zuser 1:21:00.716050770
29132026-05-21T00:19:14.565Zsys 3:36.476443862
29142026-05-21T00:19:14.569Ztrap 1.841975049
29152026-05-21T00:19:14.569Ztflt 3.346076919
29162026-05-21T00:19:14.569Zdflt 17.775585630
29172026-05-21T00:19:14.569Zkflt 0.037939080
29182026-05-21T00:19:14.569Zlock 7:12:26.896862600
29192026-05-21T00:19:14.569Zslp 2:22:42.227016068
29202026-05-21T00:19:14.569Zlat 2:33.784068147
29212026-05-21T00:19:14.569Zstop 5:24.582866580
29222026-05-21T00:19:14.569Z+ mapfile -t packages
29232026-05-21T00:19:14.569Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29242026-05-21T00:19:15.507Z Finished `release` profile [optimized] target(s) in 0.93s
29252026-05-21T00:19:15.585Z Running `target/release/omicron-package -t test list-outputs`
29262026-05-21T00:19:15.639ZLogging to: /work/oxidecomputer/omicron/out/LOG
29272026-05-21T00:19:15.642Z+ ptime -m cargo build --locked --release -p xtask
29282026-05-21T00:19:16.172Z Compiling libc v0.2.185
29292026-05-21T00:19:16.172Z Compiling serde v1.0.228
29302026-05-21T00:19:16.172Z Compiling serde_core v1.0.228
29312026-05-21T00:19:16.175Z Compiling rustix v1.1.3
29322026-05-21T00:19:16.175Z Compiling serde_json v1.0.149
29332026-05-21T00:19:16.175Z Compiling bitflags v2.11.0
29342026-05-21T00:19:16.315Z Compiling num-traits v0.2.19
29352026-05-21T00:19:16.318Z Compiling syn v2.0.117
29362026-05-21T00:19:16.342Z Compiling smallvec v1.15.1
29372026-05-21T00:19:16.354Z Compiling indexmap v2.14.0
29382026-05-21T00:19:16.354Z Compiling usdt-impl v0.5.0
29392026-05-21T00:19:16.357Z Compiling syn v1.0.109
29402026-05-21T00:19:16.389Z Compiling getrandom v0.4.1
29412026-05-21T00:19:16.389Z Compiling percent-encoding v2.3.2
29422026-05-21T00:19:16.558Z Compiling log v0.4.29
29432026-05-21T00:19:16.629Z Compiling form_urlencoded v1.2.2
29442026-05-21T00:19:16.738Z Compiling fs-err v3.3.0
29452026-05-21T00:19:16.760Z Compiling once_cell v1.21.3
29462026-05-21T00:19:16.772Z Compiling heck v0.4.1
29472026-05-21T00:19:16.793Z Compiling anyhow v1.0.102
29482026-05-21T00:19:17.010Z Compiling thread-id v4.2.2
29492026-05-21T00:19:17.085Z Compiling errno v0.3.14
29502026-05-21T00:19:17.089Z Compiling memmap v0.7.0
29512026-05-21T00:19:17.317Z Compiling ordered-float v2.10.1
29522026-05-21T00:19:17.828Z Compiling proc-macro-error v1.0.4
29532026-05-21T00:19:18.075Z Compiling tabled_derive v0.7.0
29542026-05-21T00:19:18.101Z Compiling terminal_size v0.4.3
29552026-05-21T00:19:18.101Z Compiling tempfile v3.25.0
29562026-05-21T00:19:18.198Z Compiling clap_builder v4.5.60
29572026-05-21T00:19:18.198Z Compiling textwrap v0.16.2
29582026-05-21T00:19:18.335Z Compiling camino-tempfile v1.4.1
29592026-05-21T00:19:18.742Z Compiling tabled v0.15.0
29602026-05-21T00:19:18.846Z Compiling synstructure v0.13.2
29612026-05-21T00:19:18.846Z Compiling pest_generator v2.8.6
29622026-05-21T00:19:19.235Z Compiling serde_derive v1.0.228
29632026-05-21T00:19:19.235Z Compiling zerofrom-derive v0.1.6
29642026-05-21T00:19:19.239Z Compiling yoke-derive v0.8.1
29652026-05-21T00:19:19.239Z Compiling zerovec-derive v0.11.2
29662026-05-21T00:19:19.239Z Compiling displaydoc v0.2.5
29672026-05-21T00:19:19.239Z Compiling thiserror-impl v1.0.69
29682026-05-21T00:19:19.239Z Compiling zerocopy-derive v0.7.35
29692026-05-21T00:19:19.239Z Compiling scroll_derive v0.12.1
29702026-05-21T00:19:19.371Z Compiling pest_derive v2.8.6
29712026-05-21T00:19:19.821Z Compiling thiserror-impl v2.0.18
29722026-05-21T00:19:19.948Z Compiling scroll v0.12.0
29732026-05-21T00:19:19.969Z Compiling clap_derive v4.5.55
29742026-05-21T00:19:20.071Z Compiling zerocopy v0.7.35
29752026-05-21T00:19:20.217Z Compiling goblin v0.8.2
29762026-05-21T00:19:20.378Z Compiling thiserror v1.0.69
29772026-05-21T00:19:20.490Z Compiling zerofrom v0.1.6
29782026-05-21T00:19:20.502Z Compiling dtrace-parser v0.2.0
29792026-05-21T00:19:20.639Z Compiling yoke v0.8.1
29802026-05-21T00:19:20.850Z Compiling zerovec v0.11.5
29812026-05-21T00:19:20.999Z Compiling zerotrie v0.2.3
29822026-05-21T00:19:21.022Z Compiling thiserror v2.0.18
29832026-05-21T00:19:21.449Z Compiling tinystr v0.8.2
29842026-05-21T00:19:21.449Z Compiling potential_utf v0.1.4
29852026-05-21T00:19:21.625Z Compiling icu_collections v2.1.1
29862026-05-21T00:19:21.661Z Compiling icu_locale_core v2.1.1
29872026-05-21T00:19:21.708Z Compiling clap v4.5.60
29882026-05-21T00:19:22.518Z Compiling icu_provider v2.1.1
29892026-05-21T00:19:22.541Z Compiling serde_spanned v0.6.9
29902026-05-21T00:19:22.722Z Compiling toml_datetime v0.6.11
29912026-05-21T00:19:22.829Z Compiling icu_properties v2.1.2
29922026-05-21T00:19:22.899Z Compiling icu_normalizer v2.1.1
29932026-05-21T00:19:22.929Z Compiling toml_edit v0.22.27
29942026-05-21T00:19:22.966Z Compiling dof v0.3.0
29952026-05-21T00:19:23.084Z Compiling serde_tokenstream v0.2.3
29962026-05-21T00:19:23.133Z Compiling serde-value v0.7.0
29972026-05-21T00:19:23.291Z Compiling cargo-platform v0.2.0
29982026-05-21T00:19:23.319Z Compiling macaddr v1.0.1
29992026-05-21T00:19:23.740Z Compiling idna_adapter v1.2.1
30002026-05-21T00:19:23.794Z Compiling usdt-attr-macro v0.5.0
30012026-05-21T00:19:23.805Z Compiling usdt-macro v0.5.0
30022026-05-21T00:19:23.874Z Compiling idna v1.1.0
30032026-05-21T00:19:24.290Z Compiling url v2.5.8
30042026-05-21T00:19:24.443Z Compiling usdt v0.5.0
30052026-05-21T00:19:24.510Z Compiling toml v0.8.23
30062026-05-21T00:19:24.949Z Compiling cargo-util-schemas v0.8.2
30072026-05-21T00:19:24.972Z Compiling cargo_toml v0.21.0
30082026-05-21T00:19:25.980Z Compiling cargo_metadata v0.21.0
30092026-05-21T00:19:29.077Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30102026-05-21T00:19:32.059Z Finished `release` profile [optimized] target(s) in 16.40s
30112026-05-21T00:19:32.184Z
30122026-05-21T00:19:32.184Zreal 16.507185278
30132026-05-21T00:19:32.184Zuser 2:21.880358271
30142026-05-21T00:19:32.184Zsys 16.598461324
30152026-05-21T00:19:32.188Ztrap 0.099416151
30162026-05-21T00:19:32.188Ztflt 0.496750083
30172026-05-21T00:19:32.188Zdflt 1.425933996
30182026-05-21T00:19:32.188Zkflt 0.000879711
30192026-05-21T00:19:32.188Zlock 5:21.609632606
30202026-05-21T00:19:32.188Zslp 3:29.184310443
30212026-05-21T00:19:32.188Zlat 5.112740329
30222026-05-21T00:19:32.188Zstop 18.226778068
30232026-05-21T00:19:32.188Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30242026-05-21T00:19:32.188Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30252026-05-21T00:19:32.188Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30262026-05-21T00:19:32.188Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30272026-05-21T00:19:32.188Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30282026-05-21T00:19:33.137Z Compiling newtype-uuid-macros v0.1.0
30292026-05-21T00:19:33.141Z Compiling regress v0.10.5
30302026-05-21T00:19:33.141Z Compiling structmeta-derive v0.3.0
30312026-05-21T00:19:33.141Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30322026-05-21T00:19:33.141Z Compiling rustls v0.22.4
30332026-05-21T00:19:33.286Z Compiling rustls-webpki v0.102.8
30342026-05-21T00:19:33.290Z Compiling multer v3.1.0
30352026-05-21T00:19:33.295Z Compiling match_cfg v0.1.0
30362026-05-21T00:19:33.299Z Compiling compression-core v0.4.31
30372026-05-21T00:19:33.299Z Compiling debug-ignore v1.0.5
30382026-05-21T00:19:33.299Z Compiling slog-json v2.6.1
30392026-05-21T00:19:33.299Z Compiling async-stream-impl v0.3.6
30402026-05-21T00:19:33.299Z Compiling serde_spanned v1.0.4
30412026-05-21T00:19:33.318Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-05-21T00:19:33.321Z Compiling dropshot v0.17.0
30432026-05-21T00:19:33.321Z Compiling toml_writer v1.0.6+spec-1.1.0
30442026-05-21T00:19:33.566Z Compiling progenitor-client v0.14.0
30452026-05-21T00:19:33.587Z Compiling hostname v0.3.1
30462026-05-21T00:19:33.590Z Compiling toml v1.0.6+spec-1.1.0
30472026-05-21T00:19:33.642Z Compiling compression-codecs v0.4.37
30482026-05-21T00:19:33.662Z Compiling itertools v0.14.0
30492026-05-21T00:19:33.666Z Compiling waitgroup v0.1.2
30502026-05-21T00:19:33.697Z Compiling slog-bunyan v2.5.0
30512026-05-21T00:19:33.701Z Compiling rustls-pemfile v2.2.0
30522026-05-21T00:19:33.768Z Compiling dropshot_endpoint v0.17.0
30532026-05-21T00:19:33.857Z Compiling async-compression v0.4.41
30542026-05-21T00:19:33.876Z Compiling hostname v0.4.2
30552026-05-21T00:19:33.898Z Compiling serde_path_to_error v0.1.20
30562026-05-21T00:19:33.916Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30572026-05-21T00:19:33.931Z Compiling macaddr v1.0.1
30582026-05-21T00:19:33.954Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30592026-05-21T00:19:34.040Z Compiling instant v0.1.13
30602026-05-21T00:19:34.057Z Compiling async-stream v0.3.6
30612026-05-21T00:19:34.097Z Compiling progenitor-client v0.10.0
30622026-05-21T00:19:34.116Z Compiling backon v1.6.0
30632026-05-21T00:19:34.170Z Compiling backoff v0.4.0
30642026-05-21T00:19:34.190Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30652026-05-21T00:19:34.208Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30662026-05-21T00:19:34.257Z Compiling universal-hash v0.5.1
30672026-05-21T00:19:34.279Z Compiling opaque-debug v0.3.1
30682026-05-21T00:19:34.313Z Compiling progenitor-extras v0.2.0
30692026-05-21T00:19:34.349Z Compiling unsafe-libyaml v0.2.11
30702026-05-21T00:19:34.365Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30712026-05-21T00:19:34.384Z Compiling structmeta v0.3.0
30722026-05-21T00:19:34.387Z Compiling half v2.7.1
30732026-05-21T00:19:34.416Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30742026-05-21T00:19:34.417Z Compiling crucible-workspace-hack v0.1.0
30752026-05-21T00:19:34.420Z Compiling ciborium-io v0.2.2
30762026-05-21T00:19:34.467Z Compiling regress v0.11.1
30772026-05-21T00:19:34.556Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30782026-05-21T00:19:34.575Z Compiling convert_case v0.4.0
30792026-05-21T00:19:34.594Z Compiling aead v0.5.2
30802026-05-21T00:19:34.626Z Compiling derive-ex v0.1.8
30812026-05-21T00:19:34.645Z Compiling parse-display-derive v0.10.0
30822026-05-21T00:19:34.688Z Compiling ciborium-ll v0.2.2
30832026-05-21T00:19:34.823Z Compiling secrecy v0.10.3
30842026-05-21T00:19:34.839Z Compiling poly1305 v0.8.0
30852026-05-21T00:19:34.857Z Compiling chacha20 v0.9.1
30862026-05-21T00:19:34.936Z Compiling serde_yaml v0.9.34+deprecated
30872026-05-21T00:19:34.954Z Compiling ciborium v0.2.2
30882026-05-21T00:19:34.957Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30892026-05-21T00:19:34.988Z Compiling derive_more v0.99.20
30902026-05-21T00:19:35.007Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30912026-05-21T00:19:35.034Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30922026-05-21T00:19:35.135Z Compiling thiserror-impl-no-std v2.0.2
30932026-05-21T00:19:35.153Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30942026-05-21T00:19:35.156Z Compiling byte-wrapper v0.1.0
30952026-05-21T00:19:35.382Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30962026-05-21T00:19:35.400Z Compiling password-hash v0.5.0
30972026-05-21T00:19:35.472Z Compiling blake2 v0.10.6
30982026-05-21T00:19:35.544Z Compiling chacha20poly1305 v0.10.1
30992026-05-21T00:19:35.548Z Compiling indent_write v2.2.0
31002026-05-21T00:19:35.592Z Compiling heapless v0.8.0
31012026-05-21T00:19:35.609Z Compiling ingot-macros v0.1.1
31022026-05-21T00:19:35.717Z Compiling tokio-rustls v0.25.0
31032026-05-21T00:19:35.736Z Compiling argon2 v0.5.3
31042026-05-21T00:19:35.836Z Compiling tabwriter v1.4.1
31052026-05-21T00:19:36.074Z Compiling typify-impl v0.6.2
31062026-05-21T00:19:36.093Z Compiling toml_edit v0.23.10+spec-1.0.0
31072026-05-21T00:19:36.127Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-05-21T00:19:36.425Z Compiling test-strategy v0.4.5
31092026-05-21T00:19:36.429Z Compiling thiserror-no-std v2.0.2
31102026-05-21T00:19:36.461Z Compiling parse-display v0.10.0
31112026-05-21T00:19:36.461Z Compiling num-rational v0.4.2
31122026-05-21T00:19:36.497Z Compiling hash32 v0.3.1
31132026-05-21T00:19:36.500Z Compiling num-complex v0.4.6
31142026-05-21T00:19:36.559Z Compiling vsss-rs v3.3.4
31152026-05-21T00:19:36.682Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31162026-05-21T00:19:36.796Z Compiling smoltcp v0.11.0
31172026-05-21T00:19:36.941Z Compiling num v0.4.3
31182026-05-21T00:19:36.964Z Compiling proc-macro-crate v3.4.0
31192026-05-21T00:19:37.042Z Compiling atomicwrites v0.4.4
31202026-05-21T00:19:37.095Z Compiling cobs v0.3.0
31212026-05-21T00:19:37.170Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31222026-05-21T00:19:37.238Z Compiling colored v3.1.1
31232026-05-21T00:19:37.255Z Compiling float-ord v0.3.2
31242026-05-21T00:19:37.273Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31252026-05-21T00:19:37.294Z Compiling postcard v1.1.3
31262026-05-21T00:19:37.329Z Compiling proc-macro-error v1.0.4
31272026-05-21T00:19:37.404Z Compiling proc-macro-crate v1.3.1
31282026-05-21T00:19:37.517Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31292026-05-21T00:19:37.549Z Compiling foreign-types-macros v0.2.3
31302026-05-21T00:19:37.566Z Compiling num_enum_derive v0.7.5
31312026-05-21T00:19:37.635Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31322026-05-21T00:19:37.652Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31332026-05-21T00:19:37.678Z Compiling rayon-core v1.13.0
31342026-05-21T00:19:37.682Z Compiling cpufeatures v0.3.0
31352026-05-21T00:19:37.794Z Compiling foreign-types-shared v0.3.1
31362026-05-21T00:19:37.810Z Compiling chacha20 v0.10.0
31372026-05-21T00:19:37.877Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31382026-05-21T00:19:37.914Z Compiling num_enum_derive v0.5.11
31392026-05-21T00:19:37.950Z Compiling toml v0.8.23
31402026-05-21T00:19:37.969Z Compiling crossbeam-deque v0.8.6
31412026-05-21T00:19:37.988Z Compiling camino-tempfile v1.4.1
31422026-05-21T00:19:38.007Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31432026-05-21T00:19:38.071Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-21T00:19:38.150Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31452026-05-21T00:19:38.167Z Compiling cstr-argument v0.1.2
31462026-05-21T00:19:38.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31472026-05-21T00:19:38.201Z Compiling foreign-types v0.5.0
31482026-05-21T00:19:38.314Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31492026-05-21T00:19:38.351Z Compiling rand v0.10.0
31502026-05-21T00:19:38.442Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31512026-05-21T00:19:38.560Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31522026-05-21T00:19:38.605Z Compiling zone_cfg_derive v0.3.1
31532026-05-21T00:19:38.609Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31542026-05-21T00:19:38.642Z Compiling ingot-types v0.1.2
31552026-05-21T00:19:38.645Z Compiling rayon v1.11.0
31562026-05-21T00:19:38.685Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31572026-05-21T00:19:38.694Z Compiling num_enum v0.7.5
31582026-05-21T00:19:38.711Z Compiling itertools v0.12.1
31592026-05-21T00:19:38.774Z Compiling num-derive v0.4.2
31602026-05-21T00:19:38.775Z Compiling sigpipe v0.1.3
31612026-05-21T00:19:38.809Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31622026-05-21T00:19:38.845Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31632026-05-21T00:19:38.886Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31642026-05-21T00:19:38.902Z Compiling glob v0.3.3
31652026-05-21T00:19:38.954Z Compiling prettyplease v0.2.37
31662026-05-21T00:19:39.026Z Compiling ingot v0.1.1
31672026-05-21T00:19:39.043Z Compiling num_enum v0.5.11
31682026-05-21T00:19:39.132Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31692026-05-21T00:19:39.183Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31702026-05-21T00:19:39.224Z Compiling smf v0.2.3
31712026-05-21T00:19:39.286Z Compiling whoami v1.6.1
31722026-05-21T00:19:39.320Z Compiling gethostname v0.5.0
31732026-05-21T00:19:39.335Z Compiling usdt-attr-macro v0.5.0
31742026-05-21T00:19:39.462Z Compiling usdt-macro v0.5.0
31752026-05-21T00:19:39.523Z Compiling memmap v0.7.0
31762026-05-21T00:19:39.601Z Compiling derive-where v1.6.0
31772026-05-21T00:19:39.693Z Compiling progenitor-client v0.13.0
31782026-05-21T00:19:39.739Z Compiling resolv-conf v0.7.6
31792026-05-21T00:19:39.767Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31802026-05-21T00:19:39.788Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31812026-05-21T00:19:39.949Z Compiling zone v0.3.1
31822026-05-21T00:19:39.990Z Compiling cancel-safe-futures v0.1.5
31832026-05-21T00:19:40.040Z Compiling owo-colors v4.3.0
31842026-05-21T00:19:40.116Z Compiling libsw-core v0.3.2
31852026-05-21T00:19:40.181Z Compiling console v0.15.11
31862026-05-21T00:19:40.199Z Compiling hickory-proto v0.24.4
31872026-05-21T00:19:40.250Z Compiling usdt v0.5.0
31882026-05-21T00:19:40.271Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31892026-05-21T00:19:40.459Z Compiling libsw v3.5.0
31902026-05-21T00:19:40.496Z Compiling newline-converter v0.3.0
31912026-05-21T00:19:40.542Z Compiling linked-hash-map v0.5.6
31922026-05-21T00:19:40.629Z Compiling libefi-sys v0.1.0
31932026-05-21T00:19:40.648Z Compiling linear-map v1.2.0
31942026-05-21T00:19:40.648Z Compiling expectorate v1.2.0
31952026-05-21T00:19:40.683Z Compiling git-stub v1.0.0
31962026-05-21T00:19:40.686Z Compiling bitfield-struct v0.6.2
31972026-05-21T00:19:40.718Z Compiling typify-macro v0.6.2
31982026-05-21T00:19:40.759Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31992026-05-21T00:19:40.801Z Compiling lru-cache v0.1.2
32002026-05-21T00:19:40.842Z Compiling semver v0.1.20
32012026-05-21T00:19:40.937Z Compiling git-stub-vcs v0.1.0
32022026-05-21T00:19:40.956Z Compiling tokio-dtrace v0.1.1
32032026-05-21T00:19:40.990Z Compiling dropshot-api-manager-types v0.7.1
32042026-05-21T00:19:41.007Z Compiling slog-dtrace v0.3.0
32052026-05-21T00:19:41.031Z Compiling minimal-lexical v0.2.1
32062026-05-21T00:19:41.048Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-05-21T00:19:41.150Z Compiling rustc_version v0.1.7
32082026-05-21T00:19:41.199Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32092026-05-21T00:19:41.203Z Compiling oxide-tokio-rt v0.1.4
32102026-05-21T00:19:41.256Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-05-21T00:19:41.300Z Compiling nom v7.1.3
32122026-05-21T00:19:41.317Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32132026-05-21T00:19:41.334Z Compiling typify-impl v0.4.3
32142026-05-21T00:19:41.349Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32152026-05-21T00:19:41.353Z Compiling phf_shared v0.12.1
32162026-05-21T00:19:41.412Z Compiling newtype_derive v0.1.6
32172026-05-21T00:19:41.459Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-05-21T00:19:41.506Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32192026-05-21T00:19:41.537Z Compiling csv-core v0.1.13
32202026-05-21T00:19:41.555Z Compiling highway v1.3.0
32212026-05-21T00:19:41.572Z Compiling xshell-macros v0.2.7
32222026-05-21T00:19:41.634Z Compiling chrono-tz v0.10.4
32232026-05-21T00:19:41.825Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32242026-05-21T00:19:41.870Z Compiling csv v1.4.0
32252026-05-21T00:19:41.937Z Compiling const_format_proc_macros v0.2.34
32262026-05-21T00:19:41.955Z Compiling phf v0.12.1
32272026-05-21T00:19:42.001Z Compiling xshell v0.2.7
32282026-05-21T00:19:42.020Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32292026-05-21T00:19:42.131Z Compiling primeorder v0.13.6
32302026-05-21T00:19:42.258Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32312026-05-21T00:19:42.324Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32322026-05-21T00:19:42.432Z Compiling hickory-resolver v0.24.4
32332026-05-21T00:19:42.541Z Compiling tabled_derive v0.7.0
32342026-05-21T00:19:42.604Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-05-21T00:19:42.653Z Compiling bcs v0.1.6
32362026-05-21T00:19:42.694Z Compiling typify v0.6.2
32372026-05-21T00:19:42.714Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32382026-05-21T00:19:42.815Z Compiling const_format v0.2.35
32392026-05-21T00:19:42.847Z Compiling progenitor-impl v0.14.0
32402026-05-21T00:19:42.909Z Compiling progenitor-impl v0.13.0
32412026-05-21T00:19:43.006Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32422026-05-21T00:19:43.163Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32432026-05-21T00:19:43.197Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32442026-05-21T00:19:43.240Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32452026-05-21T00:19:43.479Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32462026-05-21T00:19:43.516Z Compiling qorb v0.4.1
32472026-05-21T00:19:43.553Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32482026-05-21T00:19:43.587Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32492026-05-21T00:19:43.699Z Compiling tagptr v0.2.0
32502026-05-21T00:19:43.865Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32512026-05-21T00:19:43.879Z Compiling termtree v0.5.1
32522026-05-21T00:19:44.060Z Compiling salty v0.3.0
32532026-05-21T00:19:44.079Z Compiling textwrap v0.16.2
32542026-05-21T00:19:44.179Z Compiling moka v0.12.13
32552026-05-21T00:19:44.374Z Compiling tabled v0.15.0
32562026-05-21T00:19:44.507Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32572026-05-21T00:19:44.594Z Compiling steno v0.4.1
32582026-05-21T00:19:44.757Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32592026-05-21T00:19:44.776Z Compiling radium v0.7.0
32602026-05-21T00:19:44.802Z Compiling base64 v0.21.7
32612026-05-21T00:19:44.932Z Compiling humantime v2.3.0
32622026-05-21T00:19:44.950Z Compiling hickory-resolver v0.25.2
32632026-05-21T00:19:45.016Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32642026-05-21T00:19:45.080Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32652026-05-21T00:19:45.233Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32662026-05-21T00:19:45.273Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32672026-05-21T00:19:45.347Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32682026-05-21T00:19:45.587Z Compiling progenitor-macro v0.14.0
32692026-05-21T00:19:45.594Z Compiling p384 v0.13.1
32702026-05-21T00:19:45.620Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32712026-05-21T00:19:45.624Z Compiling progenitor-macro v0.13.0
32722026-05-21T00:19:45.769Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32732026-05-21T00:19:45.947Z Compiling typify-macro v0.4.3
32742026-05-21T00:19:45.968Z Compiling tap v1.0.1
32752026-05-21T00:19:46.121Z Compiling maybe-uninit v2.0.0
32762026-05-21T00:19:46.166Z Compiling wyz v0.5.1
32772026-05-21T00:19:46.190Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32782026-05-21T00:19:46.397Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32792026-05-21T00:19:46.442Z Compiling proc-macro-error-attr2 v2.0.0
32802026-05-21T00:19:46.533Z Compiling parking_lot_core v0.8.6
32812026-05-21T00:19:46.739Z Compiling packed_struct v0.10.1
32822026-05-21T00:19:46.764Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32832026-05-21T00:19:46.782Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32842026-05-21T00:19:46.821Z Compiling utf-8 v0.7.6
32852026-05-21T00:19:46.885Z Compiling funty v2.0.0
32862026-05-21T00:19:46.907Z Compiling proc-macro-error2 v2.0.1
32872026-05-21T00:19:47.021Z Compiling tungstenite v0.21.0
32882026-05-21T00:19:47.098Z Compiling polyval v0.6.2
32892026-05-21T00:19:47.114Z Compiling packed_struct_codegen v0.10.1
32902026-05-21T00:19:47.133Z Compiling num-derive v0.3.3
32912026-05-21T00:19:47.178Z Compiling zerocopy-derive v0.6.6
32922026-05-21T00:19:47.202Z Compiling bitfield-macros v0.19.4
32932026-05-21T00:19:47.269Z Compiling bitvec v1.0.1
32942026-05-21T00:19:47.363Z Compiling indexmap v1.9.3
32952026-05-21T00:19:47.522Z Compiling nodrop v0.1.14
32962026-05-21T00:19:47.596Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32972026-05-21T00:19:47.650Z Compiling crc-catalog v2.4.0
32982026-05-21T00:19:47.668Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32992026-05-21T00:19:47.744Z Compiling typify v0.4.3
33002026-05-21T00:19:47.775Z Compiling crc v3.4.0
33012026-05-21T00:19:47.821Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33022026-05-21T00:19:47.887Z Compiling progenitor-impl v0.11.2
33032026-05-21T00:19:47.946Z Compiling array-init v0.0.4
33042026-05-21T00:19:47.983Z Compiling bitfield v0.19.4
33052026-05-21T00:19:48.005Z Compiling tokio-tungstenite v0.21.0
33062026-05-21T00:19:48.022Z Compiling tabled_derive v0.11.0
33072026-05-21T00:19:48.097Z Compiling zerocopy v0.6.6
33082026-05-21T00:19:48.113Z Compiling libscf-sys v1.1.0
33092026-05-21T00:19:48.283Z Compiling ghash v0.5.1
33102026-05-21T00:19:48.302Z Compiling smallvec v0.6.14
33112026-05-21T00:19:48.358Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-21T00:19:48.454Z Compiling papergrid v0.17.0
33132026-05-21T00:19:48.454Z Compiling testing_table v0.3.0
33142026-05-21T00:19:48.544Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33152026-05-21T00:19:48.579Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33162026-05-21T00:19:48.643Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33172026-05-21T00:19:48.660Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33182026-05-21T00:19:48.785Z Compiling ctr v0.9.2
33192026-05-21T00:19:48.895Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-21T00:19:48.910Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33212026-05-21T00:19:48.927Z Compiling hashbrown v0.12.3
33222026-05-21T00:19:49.035Z Compiling unicase v2.9.0
33232026-05-21T00:19:49.124Z Compiling corncobs v0.1.4
33242026-05-21T00:19:49.151Z Compiling illumos-nvpair-sys v0.2.0
33252026-05-21T00:19:49.259Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33262026-05-21T00:19:49.278Z Compiling mime_guess v2.0.5
33272026-05-21T00:19:49.307Z Compiling aes-gcm v0.10.3
33282026-05-21T00:19:49.324Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33292026-05-21T00:19:49.414Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-05-21T00:19:49.435Z Compiling tabled v0.20.0
33312026-05-21T00:19:49.524Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33322026-05-21T00:19:49.666Z Compiling parking_lot v0.11.2
33332026-05-21T00:19:49.707Z Compiling serde-hex v0.1.0
33342026-05-21T00:19:49.807Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33352026-05-21T00:19:49.882Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33362026-05-21T00:19:50.037Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33372026-05-21T00:19:50.127Z Compiling progenitor-impl v0.10.0
33382026-05-21T00:19:50.212Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33392026-05-21T00:19:50.230Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33402026-05-21T00:19:50.286Z Compiling ron v0.8.1
33412026-05-21T00:19:50.309Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33422026-05-21T00:19:50.531Z Compiling hashbrown v0.13.2
33432026-05-21T00:19:50.610Z Compiling progenitor-macro v0.11.2
33442026-05-21T00:19:50.748Z Compiling progenitor v0.14.0
33452026-05-21T00:19:50.776Z Compiling progenitor v0.13.0
33462026-05-21T00:19:50.809Z Compiling progenitor-client v0.11.2
33472026-05-21T00:19:50.992Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33482026-05-21T00:19:51.009Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33492026-05-21T00:19:51.150Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33502026-05-21T00:19:51.229Z Compiling prefix-trie v0.7.0
33512026-05-21T00:19:51.311Z Compiling ssh-encoding v0.2.0
33522026-05-21T00:19:51.361Z Compiling blowfish v0.9.1
33532026-05-21T00:19:51.458Z Compiling fxhash v0.2.1
33542026-05-21T00:19:51.616Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33552026-05-21T00:19:51.639Z Compiling secrecy v0.8.0
33562026-05-21T00:19:51.642Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-05-21T00:19:51.677Z Compiling crc-any v2.5.0
33582026-05-21T00:19:51.680Z Compiling sled v0.34.7
33592026-05-21T00:19:51.916Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33602026-05-21T00:19:51.953Z Compiling hickory-server v0.25.2
33612026-05-21T00:19:51.975Z Compiling ssh-cipher v0.2.0
33622026-05-21T00:19:51.978Z Compiling bcrypt-pbkdf v0.10.0
33632026-05-21T00:19:52.042Z Compiling object v0.30.4
33642026-05-21T00:19:52.369Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33652026-05-21T00:19:52.706Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33662026-05-21T00:19:52.877Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33672026-05-21T00:19:52.934Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33682026-05-21T00:19:53.028Z Compiling progenitor-macro v0.10.0
33692026-05-21T00:19:53.250Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33702026-05-21T00:19:53.636Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33712026-05-21T00:19:53.899Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33722026-05-21T00:19:53.933Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33732026-05-21T00:19:54.049Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33742026-05-21T00:19:54.176Z Compiling password-hash v0.4.2
33752026-05-21T00:19:54.272Z Compiling crc8 v0.1.1
33762026-05-21T00:19:54.422Z Compiling half v1.8.3
33772026-05-21T00:19:54.604Z Compiling path-slash v0.1.5
33782026-05-21T00:19:54.731Z Compiling http-range v0.1.5
33792026-05-21T00:19:54.779Z Compiling serde_cbor v0.11.2
33802026-05-21T00:19:54.846Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33812026-05-21T00:19:54.954Z Compiling pbkdf2 v0.11.0
33822026-05-21T00:19:55.074Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33832026-05-21T00:19:55.162Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33842026-05-21T00:19:55.195Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-21T00:19:55.255Z Compiling illumos-nvpair v0.3.0
33862026-05-21T00:19:55.470Z Compiling ssh-key v0.6.7
33872026-05-21T00:19:55.717Z Compiling progenitor v0.11.2
33882026-05-21T00:19:55.742Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-21T00:19:55.791Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33902026-05-21T00:19:55.886Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33912026-05-21T00:19:55.936Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33922026-05-21T00:19:55.954Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33932026-05-21T00:19:56.209Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33942026-05-21T00:19:56.242Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33952026-05-21T00:19:56.332Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33962026-05-21T00:19:56.350Z Compiling p256 v0.13.2
33972026-05-21T00:19:56.353Z Compiling p521 v0.13.3
33982026-05-21T00:19:56.466Z Compiling yasna v0.5.2
33992026-05-21T00:19:56.698Z Compiling kstat-rs v0.2.4
34002026-05-21T00:19:56.722Z Compiling headers-core v0.3.0
34012026-05-21T00:19:56.764Z Compiling nanorand v0.7.0
34022026-05-21T00:19:56.788Z Compiling atty v0.2.14
34032026-05-21T00:19:56.873Z Compiling russh-cryptovec v0.7.3
34042026-05-21T00:19:56.927Z Compiling md5 v0.7.0
34052026-05-21T00:19:57.036Z Compiling home v0.5.12
34062026-05-21T00:19:57.052Z Compiling flume v0.11.1
34072026-05-21T00:19:57.073Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34082026-05-21T00:19:57.089Z Compiling rcgen v0.12.1
34092026-05-21T00:19:57.107Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34102026-05-21T00:19:57.190Z Compiling russh-keys v0.45.0
34112026-05-21T00:19:57.207Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34122026-05-21T00:19:57.225Z Compiling headers v0.4.1
34132026-05-21T00:19:57.243Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-05-21T00:19:57.307Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34152026-05-21T00:19:57.368Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34162026-05-21T00:19:57.430Z Compiling hyper-staticfile v0.10.1
34172026-05-21T00:19:57.657Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-05-21T00:19:57.791Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34192026-05-21T00:19:57.977Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34202026-05-21T00:19:58.012Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34212026-05-21T00:19:58.031Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34222026-05-21T00:19:58.064Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34232026-05-21T00:19:58.148Z Compiling progenitor v0.10.0
34242026-05-21T00:19:58.169Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-05-21T00:19:58.284Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-05-21T00:19:58.339Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34272026-05-21T00:19:58.365Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34282026-05-21T00:19:58.506Z Compiling num-bigint v0.4.6
34292026-05-21T00:19:58.673Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34302026-05-21T00:19:58.726Z Compiling des v0.8.1
34312026-05-21T00:19:58.782Z Compiling subprocess v0.2.15
34322026-05-21T00:19:58.799Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-05-21T00:19:58.819Z Compiling display-error-chain v0.2.2
34342026-05-21T00:19:58.917Z Compiling hex-literal v0.4.1
34352026-05-21T00:19:58.975Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34362026-05-21T00:19:58.991Z Compiling colored v2.2.0
34372026-05-21T00:19:59.065Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34382026-05-21T00:19:59.108Z Compiling socket2 v0.5.10
34392026-05-21T00:19:59.150Z Compiling internet-checksum v0.2.1
34402026-05-21T00:19:59.248Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34412026-05-21T00:19:59.729Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34422026-05-21T00:19:59.774Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34432026-05-21T00:19:59.803Z Compiling russh v0.45.0
34442026-05-21T00:20:02.336Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34452026-05-21T00:20:02.373Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34462026-05-21T00:20:03.021Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34472026-05-21T00:20:03.491Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34482026-05-21T00:20:05.267Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34492026-05-21T00:20:13.289Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34502026-05-21T00:20:13.289Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34512026-05-21T00:20:13.292Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34522026-05-21T00:20:13.292Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34532026-05-21T00:20:15.026Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34542026-05-21T00:20:15.066Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34552026-05-21T00:20:19.282Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34562026-05-21T00:20:58.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34572026-05-21T00:20:58.273Z
34582026-05-21T00:20:58.273Zreal 1:26.026916497
34592026-05-21T00:20:58.273Zuser 8:13.755757728
34602026-05-21T00:20:58.273Zsys 1:42.222313272
34612026-05-21T00:20:58.273Ztrap 0.253467941
34622026-05-21T00:20:58.273Ztflt 0.593843691
34632026-05-21T00:20:58.273Zdflt 1.747691822
34642026-05-21T00:20:58.273Zkflt 0.000344240
34652026-05-21T00:20:58.277Zlock 29:20.351915531
34662026-05-21T00:20:58.277Zslp 19:08.825232271
34672026-05-21T00:20:58.277Zlat 38.408295858
34682026-05-21T00:20:58.277Zstop 2:48.845863623
34692026-05-21T00:20:58.277Z+ mkdir tests
34702026-05-21T00:20:58.280Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34712026-05-21T00:20:58.280Z+ xargs -I '{}' -t cp '{}' tests/
34722026-05-21T00:20:58.340Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b3d54b1df50298e7 tests/
34732026-05-21T00:20:58.375Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-54eb8cb4fad452e9 tests/
34742026-05-21T00:20:58.404Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-e57ddec93a65e07d tests/
34752026-05-21T00:20:58.432Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20bfc9b29c19962 tests/
34762026-05-21T00:20:58.764Z+ 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)
34772026-05-21T00:20:58.767Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-54eb8cb4fad452e9 tests/commtest-e57ddec93a65e07d tests/dhcp_server-b3d54b1df50298e7 tests/end_to_end_tests-b20bfc9b29c19962 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34782026-05-21T00:22:18.512ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34792026-05-21T00:22:18.512Za .github/buildomat/ci-env.sh 1K
34802026-05-21T00:22:18.512Za out/target/test 1K
34812026-05-21T00:22:18.512Za out/npuzone/npuzone 27402K
34822026-05-21T00:22:18.512Za package-manifest.toml 35K
34832026-05-21T00:22:18.512Za smf/sled-agent/non-gimlet/config.toml 6K
34842026-05-21T00:22:18.512Za target/release/omicron-package 45999K
34852026-05-21T00:22:18.512Za target/release/xtask 11449K
34862026-05-21T00:22:18.512Za target/debug/bootstrap 352388K
34872026-05-21T00:22:18.512Za tests/bootstrap-54eb8cb4fad452e9 31215K
34882026-05-21T00:22:18.512Za tests/commtest-e57ddec93a65e07d 32300K
34892026-05-21T00:22:18.512Za tests/dhcp_server-b3d54b1df50298e7 31215K
34902026-05-21T00:22:18.512Za tests/end_to_end_tests-b20bfc9b29c19962 394168K
34912026-05-21T00:22:18.512Za tools/opte_version 1K
34922026-05-21T00:22:18.512Za tools/opte_version_override 2K
34932026-05-21T00:22:18.512Za out/clickhouse.tar.gz 319620K
34942026-05-21T00:22:18.512Za out/clickhouse_keeper.tar.gz 304971K
34952026-05-21T00:22:18.512Za out/clickhouse_server.tar.gz 319617K
34962026-05-21T00:22:18.512Za out/cockroachdb.tar.gz 165160K
34972026-05-21T00:22:18.512Za out/crucible-pantry-zone.tar.gz 44197K
34982026-05-21T00:22:18.513Za out/crucible-utils.tar 17744K
34992026-05-21T00:22:18.513Za out/crucible-zone.tar.gz 58335K
35002026-05-21T00:22:18.513Za out/external-dns.tar.gz 50334K
35012026-05-21T00:22:18.513Za out/internal-dns.tar.gz 50334K
35022026-05-21T00:22:18.513Za out/mg-ddm-gz.tar 95141K
35032026-05-21T00:22:18.513Za out/nexus.tar.gz 221088K
35042026-05-21T00:22:18.513Za out/ntp.tar.gz 32159K
35052026-05-21T00:22:18.513Za out/omicron-gateway-softnpu.tar.gz 29753K
35062026-05-21T00:22:18.513Za out/omicron-sled-agent.tar 205657K
35072026-05-21T00:22:18.513Za out/overlay.tar.gz 3K
35082026-05-21T00:22:18.513Za out/oximeter.tar.gz 67426K
35092026-05-21T00:22:18.513Za out/oxlog.tar 3782K
35102026-05-21T00:22:18.513Za out/probe.tar.gz 3037K
35112026-05-21T00:22:18.513Za out/propolis-server.tar.gz 38727K
35122026-05-21T00:22:18.513Za out/pumpkind-gz.tar 26647K
35132026-05-21T00:22:18.513Za out/switch-softnpu.tar.gz 397259K
35142026-05-21T00:22:18.516Z
35152026-05-21T00:22:18.516Zreal 1:19.746228313
35162026-05-21T00:22:18.516Zuser 1:17.151720323
35172026-05-21T00:22:18.516Zsys 4.366735157
35182026-05-21T00:22:18.516Ztrap 0.006603642
35192026-05-21T00:22:18.516Ztflt 0.000000000
35202026-05-21T00:22:18.516Zdflt 0.000000000
35212026-05-21T00:22:18.516Zkflt 0.000000000
35222026-05-21T00:22:18.516Zlock 0.000000000
35232026-05-21T00:22:18.516Zslp 1:16.987300289
35242026-05-21T00:22:18.516Zlat 0.975396278
35252026-05-21T00:22:18.516Zstop 0.000484140
35262026-05-21T00:22:18.516Zprocess exited: duration 990124 ms, exit code 0
 
35272026-05-21T00:22:18.530Zfound 1 output files
35282026-05-21T00:22:18.530Zuploading: /work/package.tar.gz (2448409147 bytes)
35292026-05-21T00:22:47.366Zuploaded: /work/package.tar.gz