01KRPQPP43AT931EDGZG9A0TAK: 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: 01KRPQQ6H8JBC0607FHK9DAGF2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T21:13:11.911Zjob assigned to worker 01KRPQQAMAWP8EG4Q1MYC49S61 [factory aws, i-0cfd0e0025e1b9ad4] (queued for 56 s)
 
22026-05-15T21:13:19.043Zstarting task 0: "setup"
32026-05-15T21:13:19.047Z++ uname -s
42026-05-15T21:13:19.050Z+ kern=SunOS
52026-05-15T21:13:19.050Z+ build_user=build
62026-05-15T21:13:19.050Z+ build_uid=12345
72026-05-15T21:13:19.051Z+ work_dir=/work
82026-05-15T21:13:19.051Z+ input_dir=/input
92026-05-15T21:13:19.051Z+ [[ 0 == 12345 ]]
102026-05-15T21:13:19.051Z+ case "$kern" in
112026-05-15T21:13:19.051Z+ groupadd -g 12345 build
122026-05-15T21:13:19.054Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T21:13:21.061Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T21:13:21.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T21:13:21.191Z+ home_fs=zfs
162026-05-15T21:13:21.191Z+ [[ zfs == autofs ]]
172026-05-15T21:13:21.191Z+ mkdir -p /home/build
182026-05-15T21:13:21.194Z+ chown build:build /home/build /work
192026-05-15T21:13:23.194Z+ chmod 0700 /home/build /work
202026-05-15T21:13:23.197Zprocess exited: duration 4157 ms, exit code 0
 
212026-05-15T21:13:23.203Zstarting task 1: "rust-toolchain"
222026-05-15T21:13:23.209Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T21:13:23.209Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T21:13:23.209Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-15T21:13:23.209Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-15T21:13:23.209Z * rust toolchain channel = "1.94.0"
272026-05-15T21:13:23.209Z * rust toolchain profile = "default"
282026-05-15T21:13:23.212Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T21:13:23.212Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T21:13:23.325Zinfo: downloading installer
312026-05-15T21:13:24.746Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T21:13:24.746Zwarn: /home/build/.rustup/settings.toml
332026-05-15T21:13:24.746Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T21:13:24.746Zwarn: instead of the one inferred from the default host triple.
352026-05-15T21:13:24.758Zinfo: profile set to default
362026-05-15T21:13:24.758Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T21:13:24.761Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T21:13:24.889Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T21:13:24.892Zinfo: downloading 6 components
402026-05-15T21:13:38.997Z
412026-05-15T21:13:38.997Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-15T21:13:39.027Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T21:13:39.027Z
442026-05-15T21:13:39.027Z
452026-05-15T21:13:39.027ZRust is installed now. Great!
462026-05-15T21:13:39.027Z
472026-05-15T21:13:39.027ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T21:13:39.027Zenvironment variable. This has not been done automatically.
492026-05-15T21:13:39.028Z
502026-05-15T21:13:39.028ZTo configure your current shell, you need to source
512026-05-15T21:13:39.028Zthe corresponding env file under $HOME/.cargo.
522026-05-15T21:13:39.028Z
532026-05-15T21:13:39.028ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T21:13:39.031Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T21:13:39.031Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T21:13:39.031Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T21:13:39.031Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T21:13:39.031Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T21:13:39.031Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T21:13:39.031Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T21:13:39.031Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T21:13:39.121Z+ rustup --version
632026-05-15T21:13:39.127Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T21:13:39.131Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T21:13:39.148Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T21:13:39.152Z+ cargo --version
672026-05-15T21:13:39.159Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T21:13:39.162Z+ rustc --version
692026-05-15T21:13:39.180Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T21:13:39.183Zprocess exited: duration 15979 ms, exit code 0
 
712026-05-15T21:13:39.189Zstarting task 2: "authentication"
722026-05-15T21:13:39.208Zprocess exited: duration 18 ms, exit code 0
 
732026-05-15T21:13:39.215Zstarting task 3: "clone repository"
742026-05-15T21:13:39.219Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T21:13:39.222Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T21:13:39.255ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T21:13:50.218Z+ cd /work/oxidecomputer/omicron
782026-05-15T21:13:50.218Z+ git fetch origin 63ede604c380307525230cf817e635e8bda806bd
792026-05-15T21:13:50.511ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T21:13:50.511Z * branch 63ede604c380307525230cf817e635e8bda806bd -> FETCH_HEAD
812026-05-15T21:13:50.524Z+ [[ -n eliza/failure-reason-2 ]]
822026-05-15T21:13:50.527Z++ git branch --show-current
832026-05-15T21:13:50.531Z+ current=main
842026-05-15T21:13:50.531Z+ [[ main != eliza/failure-reason-2 ]]
852026-05-15T21:13:50.531Z+ git branch -f eliza/failure-reason-2 63ede604c380307525230cf817e635e8bda806bd
862026-05-15T21:13:50.534Z+ git checkout -f eliza/failure-reason-2
872026-05-15T21:13:50.769ZSwitched to branch 'eliza/failure-reason-2'
882026-05-15T21:13:50.772Z+ git reset --hard 63ede604c380307525230cf817e635e8bda806bd
892026-05-15T21:13:51.005ZHEAD is now at 63ede604c Merge branch 'main' into eliza/failure-reason-2
902026-05-15T21:13:51.008Zprocess exited: duration 11792 ms, exit code 0
 
912026-05-15T21:13:51.015Zstarting task 4: "build"
922026-05-15T21:13:51.021Z+ source .github/buildomat/ci-env.sh
932026-05-15T21:13:51.021Z++ export CARGO_TERM_COLOR=always
942026-05-15T21:13:51.021Z++ CARGO_TERM_COLOR=always
952026-05-15T21:13:51.021Z+ cargo --version
962026-05-15T21:13:51.032Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T21:13:51.035Z+ rustc --version
982026-05-15T21:13:51.056Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T21:13:51.060Z+ WORK=/work
1002026-05-15T21:13:51.060Z+ pfexec mkdir -p /work
1012026-05-15T21:13:51.063Z+ pfexec chown build /work
1022026-05-15T21:13:51.066Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-15T21:13:52.756Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-15T21:13:52.814Z Startup: Caching catalogs ... Done
1052026-05-15T21:13:53.028ZPlanning: Solver setup ... Done (0.181s)
1062026-05-15T21:13:53.044ZPlanning: Running solver ... Done (0.016s)
1072026-05-15T21:13:53.051ZPlanning: Finding local manifests ... Done (0.002s)
1082026-05-15T21:13:53.064ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-15T21:13:53.079ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-15T21:13:53.093ZPlanning: Package planning ... Done (0.014s)
1112026-05-15T21:13:53.096ZPlanning: Merging actions ... Done (0.001s)
1122026-05-15T21:13:53.287ZPlanning: Checking for conflicting actions ... Done (0.192s)
1132026-05-15T21:13:53.290ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-15T21:13:54.153ZPlanning: Evaluating mediators ... Done (0.866s)
1152026-05-15T21:13:54.156ZPlanning: Planning completed in 1.32 seconds
1162026-05-15T21:13:54.164Z Packages to install: 2
1172026-05-15T21:13:54.164Z Estimated space available: 156.07 GB
1182026-05-15T21:13:54.164ZEstimated space to be consumed: 19.74 MB
1192026-05-15T21:13:54.164Z Create boot environment: No
1202026-05-15T21:13:54.167ZCreate backup boot environment: No
1212026-05-15T21:13:54.167Z Rebuild boot archive: No
1222026-05-15T21:13:54.167Z
1232026-05-15T21:13:54.167ZChanged packages:
1242026-05-15T21:13:54.167Zhelios
1252026-05-15T21:13:54.167Z developer/build-essential
1262026-05-15T21:13:54.167Z None -> 11-3.0
1272026-05-15T21:13:54.167Z library/libxmlsec1
1282026-05-15T21:13:54.167Z None -> 1.2.35-3.0
1292026-05-15T21:13:54.190Z
1302026-05-15T21:13:54.190ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-15T21:13:54.751ZDownload: Completed 1.28 MB in 0.56 seconds (2.3M/s)
1322026-05-15T21:13:54.877Z Actions: 1/268 actions (Installing new actions)
1332026-05-15T21:13:54.915Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-15T21:13:54.923ZFinalize: Updating package state database ... Done (0.007s)
1352026-05-15T21:13:54.923ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-15T21:13:54.938ZFinalize: Updating image state ... Done (0.015s)
1372026-05-15T21:13:57.557ZFinalize: Creating fast lookup database ... Done (2.596s)
1382026-05-15T21:13:57.621ZFinalize: Reading search index ... Done (0.012s)
1392026-05-15T21:13:57.624ZFinalize: Updating search index ... Done (0.000s)
1402026-05-15T21:13:57.711ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-15T21:13:58.012ZPlanning: Evaluating mediator changes ... Done
1422026-05-15T21:13:58.113ZPlanning: Checking for conflicting actions ... Done
1432026-05-15T21:13:58.117ZPlanning: Consolidating action changes ... Done
1442026-05-15T21:13:58.269ZPlanning: Evaluating mediators ... Done
1452026-05-15T21:13:58.272ZPlanning: Planning completed in 0.26 seconds
1462026-05-15T21:13:58.292Z Mediators to change: 2
1472026-05-15T21:13:58.292Z Create boot environment: No
1482026-05-15T21:13:58.292ZCreate backup boot environment: No
1492026-05-15T21:13:58.366ZFinalize: Updating package state database ... Done
1502026-05-15T21:13:58.366ZFinalize: Updating package cache ... Done
1512026-05-15T21:13:58.375ZFinalize: Updating image state ... Done
1522026-05-15T21:14:00.276ZFinalize: Creating fast lookup database ... Done
1532026-05-15T21:14:00.338ZFinalize: Reading search index ... Done
1542026-05-15T21:14:00.342ZFinalize: Updating search index ... Done
1552026-05-15T21:14:00.427ZFinalize: Updating package cache ... Done
1562026-05-15T21:14:00.714ZPlanning: Evaluating mediator changes ... Done
1572026-05-15T21:14:00.819ZPlanning: Checking for conflicting actions ... Done
1582026-05-15T21:14:00.822ZPlanning: Consolidating action changes ... Done
1592026-05-15T21:14:00.978ZPlanning: Evaluating mediators ... Done
1602026-05-15T21:14:00.981ZPlanning: Planning completed in 0.26 seconds
1612026-05-15T21:14:01.002Z Mediators to change: 1
1622026-05-15T21:14:01.002Z Create boot environment: No
1632026-05-15T21:14:01.002ZCreate backup boot environment: No
1642026-05-15T21:14:01.127ZFinalize: Updating package state database ... Done
1652026-05-15T21:14:01.127ZFinalize: Updating package cache ... Done
1662026-05-15T21:14:01.136ZFinalize: Updating image state ... Done
1672026-05-15T21:14:03.067ZFinalize: Creating fast lookup database ... Done
1682026-05-15T21:14:03.133ZFinalize: Reading search index ... Done
1692026-05-15T21:14:03.136ZFinalize: Updating search index ... Done
1702026-05-15T21:14:03.234ZFinalize: Updating package cache ... Done
1712026-05-15T21:14:03.545ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-15T21:14:03.545Zapache system 2.4 system
1732026-05-15T21:14:03.545Zclang system 15 system
1742026-05-15T21:14:03.545Zcsh system system illumos
1752026-05-15T21:14:03.545Zctags system system illumos
1762026-05-15T21:14:03.545Zfile vendor vendor darwinsys
1772026-05-15T21:14:03.545Zfile system system illumos
1782026-05-15T21:14:03.545Zgcc vendor 14 vendor
1792026-05-15T21:14:03.545Zgcc system 13 system
1802026-05-15T21:14:03.545Zgcc system 10 system
1812026-05-15T21:14:03.545Zgo system 1.25 system
1822026-05-15T21:14:03.545Zllvm system 15 system
1832026-05-15T21:14:03.545Zmariadb system 11.4 system
1842026-05-15T21:14:03.545Zmta vendor vendor dma
1852026-05-15T21:14:03.545Zopenjdk system 17 system
1862026-05-15T21:14:03.545Zopenjdk system 11 system
1872026-05-15T21:14:03.545Zopenssl vendor 3 vendor
1882026-05-15T21:14:03.546Zperl system 5.40 system
1892026-05-15T21:14:03.546Zpostgresql system 18 system
1902026-05-15T21:14:03.546Zpostgresql system 17 system
1912026-05-15T21:14:03.546Zpython vendor 3 vendor
1922026-05-15T21:14:03.546Zpython system 2 system
1932026-05-15T21:14:03.546Zpython3 vendor 3.13 vendor
1942026-05-15T21:14:03.546Zruby system 3.4 system
1952026-05-15T21:14:03.546Zruby system 3.0 system
1962026-05-15T21:14:03.546Zwords vendor vendor american-english
1972026-05-15T21:14:03.546Zwords system system australian-english
1982026-05-15T21:14:03.546Zwords system system british-english
1992026-05-15T21:14:03.546Zwords system system canadian-english
2002026-05-15T21:14:03.546Zwords system system french
2012026-05-15T21:14:03.546Zwords system system italian
2022026-05-15T21:14:03.546Zwords system system ngerman
2032026-05-15T21:14:03.546Zwords system system ogerman
2042026-05-15T21:14:03.546Zwords system system spanish
2052026-05-15T21:14:03.804ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-15T21:14:03.804Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-15T21:14:04.075ZFMRI IFO
2082026-05-15T21:14:04.075Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-15T21:14:04.075Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-15T21:14:04.075Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-15T21:14:04.075Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-15T21:14:04.075Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-15T21:14:04.075Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-15T21:14:04.075Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-15T21:14:04.075Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-15T21:14:04.075Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-15T21:14:04.310Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-15T21:14:04.556Z Updating crates.io index
2192026-05-15T21:14:04.560Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-15T21:14:04.887Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-15T21:14:05.810Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-15T21:14:06.134Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-15T21:14:07.185Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-15T21:14:07.695Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-15T21:14:09.118Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-15T21:14:09.942Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-15T21:14:10.166Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-15T21:14:11.284Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-15T21:14:11.693Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-15T21:14:12.007Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-15T21:14:12.307Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-15T21:14:13.385Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-15T21:14:13.882Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-15T21:14:14.177Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-15T21:14:14.411Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-15T21:14:14.730Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-15T21:14:15.142Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-15T21:14:15.673Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-15T21:14:15.924Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-15T21:14:16.209Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-15T21:14:16.576Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-15T21:14:17.031Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-15T21:14:17.697Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-15T21:14:18.227Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-15T21:14:18.509Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-15T21:14:18.794Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-15T21:14:19.873Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-15T21:14:21.087Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-15T21:14:21.564Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-15T21:14:21.830Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-15T21:14:22.232Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-15T21:14:22.513Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-15T21:14:23.190Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2542026-05-15T21:14:23.421Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2552026-05-15T21:14:23.716Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2562026-05-15T21:14:24.018Z Updating git repository `https://github.com/illumos/smf-rs`
2572026-05-15T21:14:24.391Z Updating git repository `https://github.com/oxidecomputer/omicron`
2582026-05-15T21:14:36.582Z Downloading crates ...
2592026-05-15T21:14:36.652Z Downloaded toml_write v0.1.2
2602026-05-15T21:14:36.655Z Downloaded colorchoice v1.0.4
2612026-05-15T21:14:36.660Z Downloaded unicode-linebreak v0.1.5
2622026-05-15T21:14:36.663Z Downloaded tabled_derive v0.7.0
2632026-05-15T21:14:36.666Z Downloaded yoke-derive v0.8.1
2642026-05-15T21:14:36.666Z Downloaded zerofrom v0.1.6
2652026-05-15T21:14:36.666Z Downloaded toml_datetime v0.6.11
2662026-05-15T21:14:36.669Z Downloaded version_check v0.9.5
2672026-05-15T21:14:36.669Z Downloaded tinystr v0.8.2
2682026-05-15T21:14:36.669Z Downloaded usdt-impl v0.5.0
2692026-05-15T21:14:36.672Z Downloaded memmap v0.7.0
2702026-05-15T21:14:36.672Z Downloaded cargo-platform v0.2.0
2712026-05-15T21:14:36.672Z Downloaded block-buffer v0.10.4
2722026-05-15T21:14:36.675Z Downloaded clap_lex v1.0.0
2732026-05-15T21:14:36.675Z Downloaded usdt-macro v0.5.0
2742026-05-15T21:14:36.675Z Downloaded toml v0.8.23
2752026-05-15T21:14:36.678Z Downloaded usdt-attr-macro v0.5.0
2762026-05-15T21:14:36.680Z Downloaded usdt v0.5.0
2772026-05-15T21:14:36.680Z Downloaded pretty-hex v0.4.1
2782026-05-15T21:14:36.681Z Downloaded ordered-float v2.10.1
2792026-05-15T21:14:36.683Z Downloaded unicode-xid v0.2.6
2802026-05-15T21:14:36.684Z Downloaded crypto-common v0.1.7
2812026-05-15T21:14:36.684Z Downloaded thread-id v4.2.2
2822026-05-15T21:14:36.684Z Downloaded scroll_derive v0.12.1
2832026-05-15T21:14:36.684Z Downloaded plain v0.2.3
2842026-05-15T21:14:36.686Z Downloaded typeid v1.0.3
2852026-05-15T21:14:36.686Z Downloaded form_urlencoded v1.2.2
2862026-05-15T21:14:36.687Z Downloaded fnv v1.0.7
2872026-05-15T21:14:36.690Z Downloaded dof v0.3.0
2882026-05-15T21:14:36.690Z Downloaded heck v0.5.0
2892026-05-15T21:14:36.690Z Downloaded heck v0.4.1
2902026-05-15T21:14:36.697Z Downloaded is_terminal_polyfill v1.70.2
2912026-05-15T21:14:36.700Z Downloaded generic-array v0.14.7
2922026-05-15T21:14:36.700Z Downloaded thiserror v2.0.18
2932026-05-15T21:14:36.703Z Downloaded zerovec-derive v0.11.2
2942026-05-15T21:14:36.703Z Downloaded itoa v1.0.17
2952026-05-15T21:14:36.706Z Downloaded zerofrom-derive v0.1.6
2962026-05-15T21:14:36.711Z Downloaded percent-encoding v2.3.2
2972026-05-15T21:14:36.711Z Downloaded idna_adapter v1.2.1
2982026-05-15T21:14:36.711Z Downloaded macaddr v1.0.1
2992026-05-15T21:14:36.711Z Downloaded utf8_iter v1.0.4
3002026-05-15T21:14:36.711Z Downloaded cfg-if v1.0.4
3012026-05-15T21:14:36.715Z Downloaded utf8parse v0.2.2
3022026-05-15T21:14:36.719Z Downloaded equivalent v1.0.2
3032026-05-15T21:14:36.719Z Downloaded zerocopy-derive v0.7.35
3042026-05-15T21:14:36.722Z Downloaded writeable v0.6.2
3052026-05-15T21:14:36.722Z Downloaded thiserror v1.0.69
3062026-05-15T21:14:36.725Z Downloaded potential_utf v0.1.4
3072026-05-15T21:14:36.725Z Downloaded errno v0.3.14
3082026-05-15T21:14:36.725Z Downloaded thiserror-impl v1.0.69
3092026-05-15T21:14:36.728Z Downloaded zmij v1.0.21
3102026-05-15T21:14:36.728Z Downloaded unicode-ident v1.0.24
3112026-05-15T21:14:36.728Z Downloaded ucd-trie v0.1.7
3122026-05-15T21:14:36.731Z Downloaded serde-value v0.7.0
3132026-05-15T21:14:36.734Z Downloaded zerotrie v0.2.3
3142026-05-15T21:14:36.737Z Downloaded yoke v0.8.1
3152026-05-15T21:14:36.737Z Downloaded thiserror-impl v2.0.18
3162026-05-15T21:14:36.740Z Downloaded swrite v0.1.0
3172026-05-15T21:14:36.740Z Downloaded anstyle-query v1.1.5
3182026-05-15T21:14:36.743Z Downloaded typenum v1.19.0
3192026-05-15T21:14:36.743Z Downloaded stable_deref_trait v1.2.1
3202026-05-15T21:14:36.743Z Downloaded textwrap v0.16.2
3212026-05-15T21:14:36.747Z Downloaded dtrace-parser v0.2.0
3222026-05-15T21:14:36.750Z Downloaded serde_spanned v0.6.9
3232026-05-15T21:14:36.752Z Downloaded zerocopy v0.7.35
3242026-05-15T21:14:36.758Z Downloaded strsim v0.11.1
3252026-05-15T21:14:36.761Z Downloaded proc-macro-error-attr v1.0.4
3262026-05-15T21:14:36.761Z Downloaded toml_edit v0.22.27
3272026-05-15T21:14:36.764Z Downloaded url v2.5.8
3282026-05-15T21:14:36.764Z Downloaded smawk v0.3.2
3292026-05-15T21:14:36.767Z Downloaded zerovec v0.11.5
3302026-05-15T21:14:36.770Z Downloaded winnow v0.7.14
3312026-05-15T21:14:36.773Z Downloaded camino-tempfile v1.4.1
3322026-05-15T21:14:36.776Z Downloaded fastrand v2.3.0
3332026-05-15T21:14:36.776Z Downloaded bytecount v0.6.9
3342026-05-15T21:14:36.776Z Downloaded unicode-width v0.2.0
3352026-05-15T21:14:36.779Z Downloaded anstream v0.6.21
3362026-05-15T21:14:36.782Z Downloaded sha2 v0.10.9
3372026-05-15T21:14:36.782Z Downloaded terminal_size v0.4.3
3382026-05-15T21:14:36.785Z Downloaded autocfg v1.5.0
3392026-05-15T21:14:36.785Z Downloaded unicode-width v0.1.14
3402026-05-15T21:14:36.788Z Downloaded cpufeatures v0.2.17
3412026-05-15T21:14:36.793Z Downloaded scroll v0.12.0
3422026-05-15T21:14:36.797Z Downloaded cargo_metadata v0.21.0
3432026-05-15T21:14:36.800Z Downloaded serde-untagged v0.1.9
3442026-05-15T21:14:36.800Z Downloaded erased-serde v0.4.9
3452026-05-15T21:14:36.803Z Downloaded cargo_toml v0.21.0
3462026-05-15T21:14:36.806Z Downloaded serde_tokenstream v0.2.3
3472026-05-15T21:14:36.806Z Downloaded displaydoc v0.2.5
3482026-05-15T21:14:36.812Z Downloaded synstructure v0.13.2
3492026-05-15T21:14:36.815Z Downloaded quote v1.0.45
3502026-05-15T21:14:36.815Z Downloaded anstyle v1.0.13
3512026-05-15T21:14:36.815Z Downloaded proc-macro-error v1.0.4
3522026-05-15T21:14:36.818Z Downloaded anstyle-parse v0.2.7
3532026-05-15T21:14:36.821Z Downloaded clap_derive v4.5.55
3542026-05-15T21:14:36.824Z Downloaded byteorder v1.5.0
3552026-05-15T21:14:36.824Z Downloaded bitflags v2.11.0
3562026-05-15T21:14:36.827Z Downloaded anyhow v1.0.102
3572026-05-15T21:14:36.827Z Downloaded camino v1.2.2
3582026-05-15T21:14:36.832Z Downloaded smallvec v1.15.1
3592026-05-15T21:14:36.836Z Downloaded digest v0.10.7
3602026-05-15T21:14:36.836Z Downloaded litemap v0.8.1
3612026-05-15T21:14:36.839Z Downloaded once_cell v1.21.3
3622026-05-15T21:14:36.839Z Downloaded cargo-util-schemas v0.8.2
3632026-05-15T21:14:36.842Z Downloaded semver v1.0.28
3642026-05-15T21:14:36.845Z Downloaded tempfile v3.25.0
3652026-05-15T21:14:36.845Z Downloaded pest_generator v2.8.6
3662026-05-15T21:14:36.856Z Downloaded fs-err v3.3.0
3672026-05-15T21:14:36.867Z Downloaded serde_core v1.0.228
3682026-05-15T21:14:36.870Z Downloaded num-traits v0.2.19
3692026-05-15T21:14:36.872Z Downloaded papergrid v0.11.0
3702026-05-15T21:14:36.875Z Downloaded log v0.4.29
3712026-05-15T21:14:36.878Z Downloaded getrandom v0.4.1
3722026-05-15T21:14:36.878Z Downloaded pest_derive v2.8.6
3732026-05-15T21:14:36.881Z Downloaded icu_provider v2.1.1
3742026-05-15T21:14:36.884Z Downloaded icu_properties v2.1.2
3752026-05-15T21:14:36.887Z Downloaded serde_derive v1.0.228
3762026-05-15T21:14:36.893Z Downloaded pest_meta v2.8.6
3772026-05-15T21:14:36.901Z Downloaded proc-macro2 v1.0.106
3782026-05-15T21:14:36.912Z Downloaded icu_normalizer v2.1.1
3792026-05-15T21:14:36.916Z Downloaded clap v4.5.60
3802026-05-15T21:14:36.920Z Downloaded icu_collections v2.1.1
3812026-05-15T21:14:36.923Z Downloaded memchr v2.8.0
3822026-05-15T21:14:36.926Z Downloaded icu_locale_core v2.1.1
3832026-05-15T21:14:36.928Z Downloaded icu_normalizer_data v2.1.1
3842026-05-15T21:14:36.933Z Downloaded serde v1.0.228
3852026-05-15T21:14:36.955Z Downloaded indexmap v2.14.0
3862026-05-15T21:14:36.961Z Downloaded icu_properties_data v2.1.2
3872026-05-15T21:14:36.967Z Downloaded pest v2.8.6
3882026-05-15T21:14:36.986Z Downloaded serde_json v1.0.149
3892026-05-15T21:14:36.994Z Downloaded clap_builder v4.5.60
3902026-05-15T21:14:36.998Z Downloaded idna v1.1.0
3912026-05-15T21:14:37.001Z Downloaded hashbrown v0.17.0
3922026-05-15T21:14:37.004Z Downloaded goblin v0.8.2
3932026-05-15T21:14:37.018Z Downloaded tabled v0.15.0
3942026-05-15T21:14:37.026Z Downloaded syn v1.0.109
3952026-05-15T21:14:37.042Z Downloaded syn v2.0.117
3962026-05-15T21:14:37.056Z Downloaded rustix v1.1.3
3972026-05-15T21:14:37.088Z Downloaded libc v0.2.185
3982026-05-15T21:14:37.153Z Compiling proc-macro2 v1.0.106
3992026-05-15T21:14:37.153Z Compiling quote v1.0.45
4002026-05-15T21:14:37.153Z Compiling unicode-ident v1.0.24
4012026-05-15T21:14:37.153Z Compiling serde_core v1.0.228
4022026-05-15T21:14:37.156Z Compiling libc v0.2.185
4032026-05-15T21:14:37.156Z Compiling version_check v0.9.5
4042026-05-15T21:14:37.156Z Compiling stable_deref_trait v1.2.1
4052026-05-15T21:14:37.156Z Compiling memchr v2.8.0
4062026-05-15T21:14:37.156Z Compiling serde v1.0.228
4072026-05-15T21:14:37.156Z Compiling zmij v1.0.21
4082026-05-15T21:14:37.156Z Compiling thiserror v1.0.69
4092026-05-15T21:14:37.156Z Compiling autocfg v1.5.0
4102026-05-15T21:14:37.156Z Compiling itoa v1.0.17
4112026-05-15T21:14:37.156Z Compiling ucd-trie v0.1.7
4122026-05-15T21:14:37.339Z Compiling writeable v0.6.2
4132026-05-15T21:14:37.584Z Compiling litemap v0.8.1
4142026-05-15T21:14:37.671Z Compiling rustix v1.1.3
4152026-05-15T21:14:37.743Z Compiling icu_normalizer_data v2.1.1
4162026-05-15T21:14:37.828Z Compiling icu_properties_data v2.1.2
4172026-05-15T21:14:37.835Z Compiling byteorder v1.5.0
4182026-05-15T21:14:37.856Z Compiling pest v2.8.6
4192026-05-15T21:14:37.874Z Compiling bitflags v2.11.0
4202026-05-15T21:14:38.059Z Compiling serde_json v1.0.149
4212026-05-15T21:14:38.144Z Compiling num-traits v0.2.19
4222026-05-15T21:14:38.182Z Compiling hashbrown v0.17.0
4232026-05-15T21:14:38.197Z Compiling smallvec v1.15.1
4242026-05-15T21:14:38.223Z Compiling equivalent v1.0.2
4252026-05-15T21:14:38.312Z Compiling typeid v1.0.3
4262026-05-15T21:14:38.399Z Compiling usdt-impl v0.5.0
4272026-05-15T21:14:38.437Z Compiling proc-macro-error-attr v1.0.4
4282026-05-15T21:14:38.455Z Compiling erased-serde v0.4.9
4292026-05-15T21:14:38.487Z Compiling winnow v0.7.14
4302026-05-15T21:14:38.543Z Compiling syn v1.0.109
4312026-05-15T21:14:38.563Z Compiling toml_write v0.1.2
4322026-05-15T21:14:38.565Z Compiling proc-macro-error v1.0.4
4332026-05-15T21:14:38.598Z Compiling errno v0.3.14
4342026-05-15T21:14:38.617Z Compiling thread-id v4.2.2
4352026-05-15T21:14:38.719Z Compiling plain v0.2.3
4362026-05-15T21:14:38.773Z Compiling camino v1.2.2
4372026-05-15T21:14:38.777Z Compiling utf8_iter v1.0.4
4382026-05-15T21:14:38.809Z Compiling indexmap v2.14.0
4392026-05-15T21:14:38.828Z Compiling log v0.4.29
4402026-05-15T21:14:38.898Z Compiling utf8parse v0.2.2
4412026-05-15T21:14:38.902Z Compiling getrandom v0.4.1
4422026-05-15T21:14:38.902Z Compiling percent-encoding v2.3.2
4432026-05-15T21:14:38.949Z Compiling pest_meta v2.8.6
4442026-05-15T21:14:38.968Z Compiling thiserror v2.0.18
4452026-05-15T21:14:39.028Z Compiling anstyle-parse v0.2.7
4462026-05-15T21:14:39.139Z Compiling syn v2.0.117
4472026-05-15T21:14:39.178Z Compiling form_urlencoded v1.2.2
4482026-05-15T21:14:39.229Z Compiling ordered-float v2.10.1
4492026-05-15T21:14:39.250Z Compiling cfg-if v1.0.4
4502026-05-15T21:14:39.329Z Compiling pretty-hex v0.4.1
4512026-05-15T21:14:39.365Z Compiling anstyle-query v1.1.5
4522026-05-15T21:14:39.369Z Compiling colorchoice v1.0.4
4532026-05-15T21:14:39.403Z Compiling anstyle v1.0.13
4542026-05-15T21:14:39.472Z Compiling is_terminal_polyfill v1.70.2
4552026-05-15T21:14:39.546Z Compiling fs-err v3.3.0
4562026-05-15T21:14:39.549Z Compiling strsim v0.11.1
4572026-05-15T21:14:39.587Z Compiling anstream v0.6.21
4582026-05-15T21:14:39.606Z Compiling clap_lex v1.0.0
4592026-05-15T21:14:39.626Z Compiling terminal_size v0.4.3
4602026-05-15T21:14:39.646Z Compiling bytecount v0.6.9
4612026-05-15T21:14:39.664Z Compiling heck v0.4.1
4622026-05-15T21:14:39.686Z Compiling anyhow v1.0.102
4632026-05-15T21:14:39.765Z Compiling heck v0.5.0
4642026-05-15T21:14:39.792Z Compiling fnv v1.0.7
4652026-05-15T21:14:39.810Z Compiling unicode-xid v0.2.6
4662026-05-15T21:14:39.908Z Compiling fastrand v2.3.0
4672026-05-15T21:14:39.930Z Compiling unicode-width v0.1.14
4682026-05-15T21:14:39.930Z Compiling once_cell v1.21.3
4692026-05-15T21:14:39.965Z Compiling clap_builder v4.5.60
4702026-05-15T21:14:39.969Z Compiling memmap v0.7.0
4712026-05-15T21:14:40.017Z Compiling unicode-width v0.2.0
4722026-05-15T21:14:40.034Z Compiling unicode-linebreak v0.1.5
4732026-05-15T21:14:40.077Z Compiling smawk v0.3.2
4742026-05-15T21:14:40.184Z Compiling semver v1.0.28
4752026-05-15T21:14:40.233Z Compiling papergrid v0.11.0
4762026-05-15T21:14:40.250Z Compiling tempfile v3.25.0
4772026-05-15T21:14:40.285Z Compiling textwrap v0.16.2
4782026-05-15T21:14:40.523Z Compiling camino-tempfile v1.4.1
4792026-05-15T21:14:40.603Z Compiling serde-untagged v0.1.9
4802026-05-15T21:14:40.621Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4812026-05-15T21:14:40.648Z Compiling swrite v0.1.0
4822026-05-15T21:14:40.956Z Compiling tabled_derive v0.7.0
4832026-05-15T21:14:41.603Z Compiling tabled v0.15.0
4842026-05-15T21:14:41.666Z Compiling synstructure v0.13.2
4852026-05-15T21:14:41.666Z Compiling pest_generator v2.8.6
4862026-05-15T21:14:42.249Z Compiling serde_derive v1.0.228
4872026-05-15T21:14:42.249Z Compiling zerofrom-derive v0.1.6
4882026-05-15T21:14:42.252Z Compiling yoke-derive v0.8.1
4892026-05-15T21:14:42.252Z Compiling zerovec-derive v0.11.2
4902026-05-15T21:14:42.252Z Compiling displaydoc v0.2.5
4912026-05-15T21:14:42.252Z Compiling thiserror-impl v1.0.69
4922026-05-15T21:14:42.252Z Compiling zerocopy-derive v0.7.35
4932026-05-15T21:14:42.252Z Compiling pest_derive v2.8.6
4942026-05-15T21:14:42.252Z Compiling scroll_derive v0.12.1
4952026-05-15T21:14:42.253Z Compiling thiserror-impl v2.0.18
4962026-05-15T21:14:42.253Z Compiling clap_derive v4.5.55
4972026-05-15T21:14:43.045Z Compiling scroll v0.12.0
4982026-05-15T21:14:43.086Z Compiling zerocopy v0.7.35
4992026-05-15T21:14:43.193Z Compiling zerofrom v0.1.6
5002026-05-15T21:14:43.306Z Compiling goblin v0.8.2
5012026-05-15T21:14:43.323Z Compiling yoke v0.8.1
5022026-05-15T21:14:43.476Z Compiling zerovec v0.11.5
5032026-05-15T21:14:43.476Z Compiling zerotrie v0.2.3
5042026-05-15T21:14:43.519Z Compiling dtrace-parser v0.2.0
5052026-05-15T21:14:43.681Z Compiling clap v4.5.60
5062026-05-15T21:14:43.905Z Compiling tinystr v0.8.2
5072026-05-15T21:14:43.905Z Compiling potential_utf v0.1.4
5082026-05-15T21:14:44.114Z Compiling icu_collections v2.1.1
5092026-05-15T21:14:44.130Z Compiling icu_locale_core v2.1.1
5102026-05-15T21:14:44.651Z Compiling icu_provider v2.1.1
5112026-05-15T21:14:44.711Z Compiling dof v0.3.0
5122026-05-15T21:14:44.711Z Compiling serde_tokenstream v0.2.3
5132026-05-15T21:14:44.727Z Compiling serde_spanned v0.6.9
5142026-05-15T21:14:44.730Z Compiling toml_datetime v0.6.11
5152026-05-15T21:14:44.730Z Compiling serde-value v0.7.0
5162026-05-15T21:14:44.730Z Compiling cargo-platform v0.2.0
5172026-05-15T21:14:44.730Z Compiling macaddr v1.0.1
5182026-05-15T21:14:44.868Z Compiling icu_normalizer v2.1.1
5192026-05-15T21:14:44.868Z Compiling icu_properties v2.1.2
5202026-05-15T21:14:44.948Z Compiling toml_edit v0.22.27
5212026-05-15T21:14:45.386Z Compiling usdt-attr-macro v0.5.0
5222026-05-15T21:14:45.389Z Compiling usdt-macro v0.5.0
5232026-05-15T21:14:45.681Z Compiling idna_adapter v1.2.1
5242026-05-15T21:14:45.790Z Compiling idna v1.1.0
5252026-05-15T21:14:45.960Z Compiling usdt v0.5.0
5262026-05-15T21:14:46.053Z Compiling url v2.5.8
5272026-05-15T21:14:46.199Z Compiling toml v0.8.23
5282026-05-15T21:14:46.526Z Compiling cargo-util-schemas v0.8.2
5292026-05-15T21:14:46.526Z Compiling cargo_toml v0.21.0
5302026-05-15T21:14:47.289Z Compiling cargo_metadata v0.21.0
5312026-05-15T21:14:48.190Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5322026-05-15T21:14:50.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.14s
5332026-05-15T21:14:50.553Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5342026-05-15T21:14:51.111Z Downloading crates ...
5352026-05-15T21:14:51.224Z Downloaded ascii-canvas v3.0.0
5362026-05-15T21:14:51.227Z Downloaded async-stream v0.3.6
5372026-05-15T21:14:51.227Z Downloaded adler2 v2.0.1
5382026-05-15T21:14:51.230Z Downloaded async-recursion v1.1.1
5392026-05-15T21:14:51.230Z Downloaded aead v0.5.2
5402026-05-15T21:14:51.234Z Downloaded darling_macro v0.21.3
5412026-05-15T21:14:51.234Z Downloaded assert_matches v1.5.0
5422026-05-15T21:14:51.234Z Downloaded bb8 v0.8.6
5432026-05-15T21:14:51.239Z Downloaded arrayref v0.3.9
5442026-05-15T21:14:51.239Z Downloaded array-init v0.0.4
5452026-05-15T21:14:51.243Z Downloaded dof v0.4.0
5462026-05-15T21:14:51.243Z Downloaded ctr v0.9.2
5472026-05-15T21:14:51.243Z Downloaded crucible-workspace-hack v0.1.0
5482026-05-15T21:14:51.243Z Downloaded atty v0.2.14
5492026-05-15T21:14:51.246Z Downloaded crossbeam-channel v0.5.15
5502026-05-15T21:14:51.246Z Downloaded crunchy v0.2.4
5512026-05-15T21:14:51.249Z Downloaded arrayvec v0.7.6
5522026-05-15T21:14:51.252Z Downloaded csv-core v0.1.13
5532026-05-15T21:14:51.252Z Downloaded atomic-waker v1.1.2
5542026-05-15T21:14:51.255Z Downloaded castaway v0.2.4
5552026-05-15T21:14:51.255Z Downloaded crc8 v0.1.1
5562026-05-15T21:14:51.255Z Downloaded darling_core v0.21.3
5572026-05-15T21:14:51.261Z Downloaded argon2 v0.5.3
5582026-05-15T21:14:51.264Z Downloaded ff v0.13.1
5592026-05-15T21:14:51.264Z Downloaded async-bb8-diesel v0.2.1
5602026-05-15T21:14:51.267Z Downloaded ahash v0.8.12
5612026-05-15T21:14:51.270Z Downloaded darling v0.20.11
5622026-05-15T21:14:51.275Z Downloaded elliptic-curve v0.13.8
5632026-05-15T21:14:51.277Z Downloaded darling v0.23.0
5642026-05-15T21:14:51.280Z Downloaded darling v0.21.3
5652026-05-15T21:14:51.284Z Downloaded crc-catalog v2.4.0
5662026-05-15T21:14:51.284Z Downloaded block-padding v0.3.3
5672026-05-15T21:14:51.284Z Downloaded cpufeatures v0.3.0
5682026-05-15T21:14:51.287Z Downloaded derive_more-impl v2.1.1
5692026-05-15T21:14:51.289Z Downloaded darling_macro v0.23.0
5702026-05-15T21:14:51.289Z Downloaded bitfield-struct v0.6.2
5712026-05-15T21:14:51.290Z Downloaded darling_core v0.23.0
5722026-05-15T21:14:51.292Z Downloaded dyn-clone v1.0.20
5732026-05-15T21:14:51.295Z Downloaded cobs v0.3.0
5742026-05-15T21:14:51.295Z Downloaded embedded-io v0.6.1
5752026-05-15T21:14:51.295Z Downloaded darling_macro v0.20.11
5762026-05-15T21:14:51.295Z Downloaded bitflags v1.3.2
5772026-05-15T21:14:51.298Z Downloaded crossterm v0.28.1
5782026-05-15T21:14:51.303Z Downloaded float-ord v0.3.2
5792026-05-15T21:14:51.307Z Downloaded defmt v0.3.100
5802026-05-15T21:14:51.307Z Downloaded convert_case v0.4.0
5812026-05-15T21:14:51.307Z Downloaded backoff v0.4.0
5822026-05-15T21:14:51.307Z Downloaded display-error-chain v0.2.2
5832026-05-15T21:14:51.310Z Downloaded dirs-sys-next v0.1.2
5842026-05-15T21:14:51.310Z Downloaded atomicwrites v0.4.4
5852026-05-15T21:14:51.310Z Downloaded async-trait v0.1.89
5862026-05-15T21:14:51.313Z Downloaded bit-set v0.5.3
5872026-05-15T21:14:51.313Z Downloaded cargo-platform v0.1.9
5882026-05-15T21:14:51.313Z Downloaded cfg_aliases v0.2.1
5892026-05-15T21:14:51.313Z Downloaded base16ct v0.2.0
5902026-05-15T21:14:51.317Z Downloaded async-stream-impl v0.3.6
5912026-05-15T21:14:51.317Z Downloaded crc32fast v1.5.0
5922026-05-15T21:14:51.317Z Downloaded ciborium-ll v0.2.2
5932026-05-15T21:14:51.320Z Downloaded debug-ignore v1.0.5
5942026-05-15T21:14:51.320Z Downloaded crc v3.4.0
5952026-05-15T21:14:51.327Z Downloaded crypto-bigint v0.5.5
5962026-05-15T21:14:51.331Z Downloaded dropshot-api-manager-types v0.7.1
5972026-05-15T21:14:51.332Z Downloaded derive_builder_macro v0.20.2
5982026-05-15T21:14:51.336Z Downloaded ciborium-io v0.2.2
5992026-05-15T21:14:51.336Z Downloaded bitfield-macros v0.19.4
6002026-05-15T21:14:51.336Z Downloaded gethostname v0.5.0
6012026-05-15T21:14:51.336Z Downloaded futures-io v0.3.32
6022026-05-15T21:14:51.336Z Downloaded dsl_auto_type v0.2.0
6032026-05-15T21:14:51.336Z Downloaded defmt-parser v1.0.0
6042026-05-15T21:14:51.341Z Downloaded fxhash v0.2.1
6052026-05-15T21:14:51.341Z Downloaded dunce v1.0.5
6062026-05-15T21:14:51.341Z Downloaded cfg_aliases v0.1.1
6072026-05-15T21:14:51.341Z Downloaded bcrypt-pbkdf v0.10.0
6082026-05-15T21:14:51.341Z Downloaded curve25519-dalek-derive v0.1.1
6092026-05-15T21:14:51.341Z Downloaded fd-lock v4.0.4
6102026-05-15T21:14:51.345Z Downloaded enum-as-inner v0.6.1
6112026-05-15T21:14:51.345Z Downloaded arc-swap v1.8.2
6122026-05-15T21:14:51.349Z Downloaded allocator-api2 v0.2.21
6132026-05-15T21:14:51.349Z Downloaded flagset v0.4.7
6142026-05-15T21:14:51.349Z Downloaded fixedbitset v0.4.2
6152026-05-15T21:14:51.349Z Downloaded dtrace-parser v0.3.0
6162026-05-15T21:14:51.350Z Downloaded diesel_table_macro_syntax v0.3.0
6172026-05-15T21:14:51.352Z Downloaded cstr-argument v0.1.2
6182026-05-15T21:14:51.352Z Downloaded foreign-types-shared v0.3.1
6192026-05-15T21:14:51.352Z Downloaded foreign-types v0.3.2
6202026-05-15T21:14:51.352Z Downloaded foreign-types-shared v0.1.1
6212026-05-15T21:14:51.353Z Downloaded foreign-types-macros v0.2.3
6222026-05-15T21:14:51.357Z Downloaded endian-type v0.1.2
6232026-05-15T21:14:51.357Z Downloaded difflib v0.4.0
6242026-05-15T21:14:51.357Z Downloaded foreign-types v0.5.0
6252026-05-15T21:14:51.357Z Downloaded bit-set v0.8.0
6262026-05-15T21:14:51.360Z Downloaded compression-core v0.4.31
6272026-05-15T21:14:51.360Z Downloaded float-cmp v0.10.0
6282026-05-15T21:14:51.360Z Downloaded embedded-io v0.4.0
6292026-05-15T21:14:51.366Z Downloaded futures-macro v0.3.32
6302026-05-15T21:14:51.366Z Downloaded document-features v0.2.12
6312026-05-15T21:14:51.366Z Downloaded compression-codecs v0.4.37
6322026-05-15T21:14:51.370Z Downloaded cexpr v0.6.0
6332026-05-15T21:14:51.370Z Downloaded base64ct v1.8.3
6342026-05-15T21:14:51.370Z Downloaded futures-core v0.3.32
6352026-05-15T21:14:51.370Z Downloaded funty v2.0.0
6362026-05-15T21:14:51.377Z Downloaded either v1.15.0
6372026-05-15T21:14:51.377Z Downloaded downcast-rs v2.0.2
6382026-05-15T21:14:51.377Z Downloaded diesel-dtrace v0.5.0
6392026-05-15T21:14:51.377Z Downloaded futures-sink v0.3.32
6402026-05-15T21:14:51.377Z Downloaded filetime v0.2.27
6412026-05-15T21:14:51.382Z Downloaded ghash v0.5.1
6422026-05-15T21:14:51.382Z Downloaded git-stub v1.0.0
6432026-05-15T21:14:51.382Z Downloaded futures-task v0.3.32
6442026-05-15T21:14:51.382Z Downloaded daft v0.1.5
6452026-05-15T21:14:51.382Z Downloaded der_derive v0.7.3
6462026-05-15T21:14:51.382Z Downloaded data-encoding v2.10.0
6472026-05-15T21:14:51.382Z Downloaded globwalk v0.9.1
6482026-05-15T21:14:51.386Z Downloaded fixedbitset v0.5.7
6492026-05-15T21:14:51.386Z Downloaded fallible-iterator v0.2.0
6502026-05-15T21:14:51.386Z Downloaded headers-core v0.3.0
6512026-05-15T21:14:51.386Z Downloaded backon v1.6.0
6522026-05-15T21:14:51.390Z Downloaded blowfish v0.9.1
6532026-05-15T21:14:51.390Z Downloaded hash32 v0.3.1
6542026-05-15T21:14:51.390Z Downloaded hex v0.4.3
6552026-05-15T21:14:51.390Z Downloaded hash32 v0.2.1
6562026-05-15T21:14:51.394Z Downloaded byte-wrapper v0.1.0
6572026-05-15T21:14:51.394Z Downloaded corncobs v0.1.4
6582026-05-15T21:14:51.394Z Downloaded const_format_proc_macros v0.2.34
6592026-05-15T21:14:51.410Z Downloaded hostname v0.4.2
6602026-05-15T21:14:51.410Z Downloaded hostname v0.3.1
6612026-05-15T21:14:51.410Z Downloaded home v0.5.12
6622026-05-15T21:14:51.410Z Downloaded critical-section v1.2.0
6632026-05-15T21:14:51.416Z Downloaded cmake v0.1.57
6642026-05-15T21:14:51.416Z Downloaded bit-vec v0.8.0
6652026-05-15T21:14:51.416Z Downloaded fs_extra v1.3.0
6662026-05-15T21:14:51.416Z Downloaded defmt v1.0.1
6672026-05-15T21:14:51.416Z Downloaded dirs-next v2.0.0
6682026-05-15T21:14:51.416Z Downloaded erased-serde v0.3.31
6692026-05-15T21:14:51.416Z Downloaded find-msvc-tools v0.1.9
6702026-05-15T21:14:51.416Z Downloaded foldhash v0.2.0
6712026-05-15T21:14:51.416Z Downloaded env_filter v1.0.0
6722026-05-15T21:14:51.416Z Downloaded crossbeam-deque v0.8.6
6732026-05-15T21:14:51.416Z Downloaded ed25519 v2.2.3
6742026-05-15T21:14:51.416Z Downloaded defmt-macros v1.0.1
6752026-05-15T21:14:51.416Z Downloaded futures-executor v0.3.32
6762026-05-15T21:14:51.422Z Downloaded drift v0.1.4
6772026-05-15T21:14:51.427Z Downloaded cbc v0.1.2
6782026-05-15T21:14:51.427Z Downloaded derive-ex v0.1.8
6792026-05-15T21:14:51.427Z Downloaded daft-derive v0.1.5
6802026-05-15T21:14:51.427Z Downloaded hex-literal v0.4.1
6812026-05-15T21:14:51.434Z Downloaded hubpack_derive v0.1.1
6822026-05-15T21:14:51.434Z Downloaded darling_core v0.20.11
6832026-05-15T21:14:51.434Z Downloaded git-stub-vcs v0.1.0
6842026-05-15T21:14:51.438Z Downloaded ecdsa v0.16.9
6852026-05-15T21:14:51.439Z Downloaded cargo_metadata v0.19.2
6862026-05-15T21:14:51.439Z Downloaded cassowary v0.3.0
6872026-05-15T21:14:51.439Z Downloaded indent_write v2.2.0
6882026-05-15T21:14:51.439Z Downloaded illumos-nvpair-sys v0.2.0
6892026-05-15T21:14:51.439Z Downloaded hyper-tls v0.6.0
6902026-05-15T21:14:51.439Z Downloaded http-body v1.0.1
6912026-05-15T21:14:51.443Z Downloaded ena v0.14.4
6922026-05-15T21:14:51.443Z Downloaded fs-err v2.11.0
6932026-05-15T21:14:51.444Z Downloaded colored v2.2.0
6942026-05-15T21:14:51.444Z Downloaded bcs v0.1.6
6952026-05-15T21:14:51.451Z Downloaded convert_case v0.10.0
6962026-05-15T21:14:51.451Z Downloaded constant_time_eq v0.4.2
6972026-05-15T21:14:51.451Z Downloaded blake2 v0.10.6
6982026-05-15T21:14:51.451Z Downloaded chacha20 v0.10.0
6992026-05-15T21:14:51.456Z Downloaded indoc v1.0.9
7002026-05-15T21:14:51.456Z Downloaded illumos-nvpair v0.3.0
7012026-05-15T21:14:51.456Z Downloaded cancel-safe-futures v0.1.5
7022026-05-15T21:14:51.456Z Downloaded camino-tempfile-ext v0.3.3
7032026-05-15T21:14:51.456Z Downloaded lazy_static v1.5.0
7042026-05-15T21:14:51.459Z Downloaded ident_case v1.0.1
7052026-05-15T21:14:51.459Z Downloaded httpdate v1.0.3
7062026-05-15T21:14:51.459Z Downloaded foldhash v0.1.5
7072026-05-15T21:14:51.459Z Downloaded des v0.8.1
7082026-05-15T21:14:51.459Z Downloaded derive_builder_core v0.20.2
7092026-05-15T21:14:51.462Z Downloaded lalrpop-util v0.19.12
7102026-05-15T21:14:51.462Z Downloaded inout v0.1.4
7112026-05-15T21:14:51.462Z Downloaded http-body-util v0.1.3
7122026-05-15T21:14:51.465Z Downloaded env_logger v0.11.9
7132026-05-15T21:14:51.465Z Downloaded diff v0.1.13
7142026-05-15T21:14:51.468Z Downloaded deranged v0.5.8
7152026-05-15T21:14:51.468Z Downloaded crossbeam-epoch v0.9.18
7162026-05-15T21:14:51.473Z Downloaded kstat-rs v0.2.4
7172026-05-15T21:14:51.473Z Downloaded colored v3.1.1
7182026-05-15T21:14:51.477Z Downloaded dropshot_endpoint v0.16.7
7192026-05-15T21:14:51.477Z Downloaded derive-where v1.6.0
7202026-05-15T21:14:51.482Z Downloaded libscf-sys v1.1.0
7212026-05-15T21:14:51.482Z Downloaded derive_builder v0.20.2
7222026-05-15T21:14:51.482Z Downloaded instant v0.1.13
7232026-05-15T21:14:51.486Z Downloaded instability v0.3.11
7242026-05-15T21:14:51.486Z Downloaded humantime v2.3.0
7252026-05-15T21:14:51.486Z Downloaded der v0.7.10
7262026-05-15T21:14:51.489Z Downloaded hyper-staticfile v0.10.1
7272026-05-15T21:14:51.489Z Downloaded internet-checksum v0.2.1
7282026-05-15T21:14:51.489Z Downloaded cookie v0.18.1
7292026-05-15T21:14:51.493Z Downloaded clang-sys v1.8.1
7302026-05-15T21:14:51.493Z Downloaded md5 v0.7.0
7312026-05-15T21:14:51.497Z Downloaded match_cfg v0.1.0
7322026-05-15T21:14:51.497Z Downloaded md-5 v0.10.6
7332026-05-15T21:14:51.497Z Downloaded lru-cache v0.1.2
7342026-05-15T21:14:51.497Z Downloaded lru v0.12.5
7352026-05-15T21:14:51.497Z Downloaded bzip2 v0.6.1
7362026-05-15T21:14:51.501Z Downloaded console v0.16.2
7372026-05-15T21:14:51.502Z Downloaded console v0.15.11
7382026-05-15T21:14:51.502Z Downloaded indoc v2.0.7
7392026-05-15T21:14:51.506Z Downloaded hmac v0.12.1
7402026-05-15T21:14:51.506Z Downloaded bit-vec v0.6.3
7412026-05-15T21:14:51.506Z Downloaded highway v1.3.0
7422026-05-15T21:14:51.510Z Downloaded keccak v0.1.6
7432026-05-15T21:14:51.510Z Downloaded ipnetwork v0.21.1
7442026-05-15T21:14:51.510Z Downloaded maybe-uninit v2.0.0
7452026-05-15T21:14:51.510Z Downloaded ipnet v2.11.0
7462026-05-15T21:14:51.515Z Downloaded linked-hash-map v0.5.6
7472026-05-15T21:14:51.515Z Downloaded derive_more v0.99.20
7482026-05-15T21:14:51.515Z Downloaded nibble_vec v0.1.0
7492026-05-15T21:14:51.522Z Downloaded fatfs v0.3.6
7502026-05-15T21:14:51.522Z Downloaded crossbeam-utils v0.8.21
7512026-05-15T21:14:51.522Z Downloaded memoffset v0.9.1
7522026-05-15T21:14:51.527Z Downloaded futures-channel v0.3.32
7532026-05-15T21:14:51.527Z Downloaded dropshot_endpoint v0.17.0
7542026-05-15T21:14:51.527Z Downloaded newtype_derive v0.1.6
7552026-05-15T21:14:51.527Z Downloaded multimap v0.10.1
7562026-05-15T21:14:51.527Z Downloaded libefi-sys v0.1.0
7572026-05-15T21:14:51.527Z Downloaded maplit v1.0.2
7582026-05-15T21:14:51.531Z Downloaded managed v0.8.0
7592026-05-15T21:14:51.531Z Downloaded lzss v0.8.2
7602026-05-15T21:14:51.531Z Downloaded newtype-uuid-macros v0.1.0
7612026-05-15T21:14:51.531Z Downloaded newline-converter v0.3.0
7622026-05-15T21:14:51.531Z Downloaded mime v0.3.17
7632026-05-15T21:14:51.531Z Downloaded getrandom v0.2.17
7642026-05-15T21:14:51.535Z Downloaded const-oid v0.9.6
7652026-05-15T21:14:51.535Z Downloaded is_ci v1.2.0
7662026-05-15T21:14:51.535Z Downloaded httparse v1.10.1
7672026-05-15T21:14:51.540Z Downloaded nonempty v0.12.0
7682026-05-15T21:14:51.540Z Downloaded new_debug_unreachable v1.0.6
7692026-05-15T21:14:51.540Z Downloaded num-conv v0.2.0
7702026-05-15T21:14:51.545Z Downloaded num v0.4.3
7712026-05-15T21:14:51.545Z Downloaded half v1.8.3
7722026-05-15T21:14:51.545Z Downloaded bytes v1.11.1
7732026-05-15T21:14:51.553Z Downloaded linear-map v1.2.0
7742026-05-15T21:14:51.553Z Downloaded impl-trait-for-tuples v0.2.3
7752026-05-15T21:14:51.553Z Downloaded cookie_store v0.22.1
7762026-05-15T21:14:51.557Z Downloaded num_enum_derive v0.5.11
7772026-05-15T21:14:51.557Z Downloaded openssl-probe v0.2.1
7782026-05-15T21:14:51.558Z Downloaded lock_api v0.4.14
7792026-05-15T21:14:51.558Z Downloaded cipher v0.4.4
7802026-05-15T21:14:51.558Z Downloaded ciborium v0.2.2
7812026-05-15T21:14:51.558Z Downloaded derive_more v2.1.1
7822026-05-15T21:14:51.561Z Downloaded openssl-probe v0.1.6
7832026-05-15T21:14:51.565Z Downloaded ar_archive_writer v0.5.1
7842026-05-15T21:14:51.565Z Downloaded num-derive v0.4.2
7852026-05-15T21:14:51.570Z Downloaded ingot v0.1.1
7862026-05-15T21:14:51.570Z Downloaded num-derive v0.3.3
7872026-05-15T21:14:51.570Z Downloaded multer v3.1.0
7882026-05-15T21:14:51.570Z Downloaded oso-derive v0.27.3
7892026-05-15T21:14:51.574Z Downloaded opaque-debug v0.3.1
7902026-05-15T21:14:51.574Z Downloaded iana-time-zone v0.1.65
7912026-05-15T21:14:51.575Z Downloaded openssl-macros v0.1.1
7922026-05-15T21:14:51.575Z Downloaded hyper-rustls v0.27.7
7932026-05-15T21:14:51.579Z Downloaded is-terminal v0.4.17
7942026-05-15T21:14:51.579Z Downloaded ingot-types v0.1.2
7952026-05-15T21:14:51.579Z Downloaded bzip2 v0.4.4
7962026-05-15T21:14:51.579Z Downloaded normalize-line-endings v0.3.0
7972026-05-15T21:14:51.579Z Downloaded nodrop v0.1.14
7982026-05-15T21:14:51.583Z Downloaded hubpack v0.1.2
7992026-05-15T21:14:51.583Z Downloaded http-range v0.1.5
8002026-05-15T21:14:51.583Z Downloaded jobserver v0.1.34
8012026-05-15T21:14:51.583Z Downloaded nanorand v0.7.0
8022026-05-15T21:14:51.589Z Downloaded native-tls v0.2.18
8032026-05-15T21:14:51.589Z Downloaded lru-slab v0.1.2
8042026-05-15T21:14:51.589Z Downloaded olpc-cjson v0.1.4
8052026-05-15T21:14:51.589Z Downloaded num_threads v0.1.7
8062026-05-15T21:14:51.589Z Downloaded libsw-core v0.3.2
8072026-05-15T21:14:51.593Z Downloaded group v0.13.0
8082026-05-15T21:14:51.593Z Downloaded flume v0.11.1
8092026-05-15T21:14:51.593Z Downloaded packed_struct_codegen v0.10.1
8102026-05-15T21:14:51.594Z Downloaded libsw v3.5.0
8112026-05-15T21:14:51.599Z Downloaded libloading v0.8.9
8122026-05-15T21:14:51.599Z Downloaded flate2 v1.1.9
8132026-05-15T21:14:51.604Z Downloaded peg-runtime v0.8.5
8142026-05-15T21:14:51.604Z Downloaded pbkdf2 v0.11.0
8152026-05-15T21:14:51.604Z Downloaded glob v0.3.3
8162026-05-15T21:14:51.604Z Downloaded chacha20 v0.9.1
8172026-05-15T21:14:51.604Z Downloaded buf-list v1.1.2
8182026-05-15T21:14:51.610Z Downloaded num-complex v0.4.6
8192026-05-15T21:14:51.610Z Downloaded getrandom v0.3.4
8202026-05-15T21:14:51.610Z Downloaded mime_guess v2.0.5
8212026-05-15T21:14:51.614Z Downloaded futures v0.3.32
8222026-05-15T21:14:51.614Z Downloaded phf_shared v0.13.1
8232026-05-15T21:14:51.614Z Downloaded phf_shared v0.12.1
8242026-05-15T21:14:51.614Z Downloaded bitfield v0.19.4
8252026-05-15T21:14:51.618Z Downloaded path-slash v0.1.5
8262026-05-15T21:14:51.618Z Downloaded parse-size v1.1.0
8272026-05-15T21:14:51.618Z Downloaded num_enum_derive v0.7.5
8282026-05-15T21:14:51.618Z Downloaded half v2.7.1
8292026-05-15T21:14:51.636Z Downloaded pin-utils v0.1.0
8302026-05-15T21:14:51.640Z Downloaded compact_str v0.8.1
8312026-05-15T21:14:51.643Z Downloaded num-integer v0.1.46
8322026-05-15T21:14:51.643Z Downloaded async-compression v0.4.41
8332026-05-15T21:14:51.647Z Downloaded predicates-tree v1.0.13
8342026-05-15T21:14:51.647Z Downloaded num-iter v0.1.45
8352026-05-15T21:14:51.648Z Downloaded powerfmt v0.2.0
8362026-05-15T21:14:51.651Z Downloaded packed_struct v0.10.1
8372026-05-15T21:14:51.651Z Downloaded headers v0.4.1
8382026-05-15T21:14:51.655Z Downloaded proc-macro-crate v3.4.0
8392026-05-15T21:14:51.655Z Downloaded parse-display v0.10.0
8402026-05-15T21:14:51.655Z Downloaded num_enum v0.7.5
8412026-05-15T21:14:51.659Z Downloaded num_enum v0.5.11
8422026-05-15T21:14:51.664Z Downloaded proc-macro-error-attr2 v2.0.0
8432026-05-15T21:14:51.664Z Downloaded pem-rfc7468 v0.7.0
8442026-05-15T21:14:51.664Z Downloaded litrs v1.0.0
8452026-05-15T21:14:51.664Z Downloaded peg v0.8.5
8462026-05-15T21:14:51.671Z Downloaded psl-types v2.0.11
8472026-05-15T21:14:51.671Z Downloaded progenitor-macro v0.11.2
8482026-05-15T21:14:51.671Z Downloaded progenitor-client v0.10.0
8492026-05-15T21:14:51.671Z Downloaded pem v3.0.6
8502026-05-15T21:14:51.676Z Downloaded predicates-core v1.0.10
8512026-05-15T21:14:51.676Z Downloaded precomputed-hash v0.1.1
8522026-05-15T21:14:51.676Z Downloaded proc-macro-crate v1.3.1
8532026-05-15T21:14:51.676Z Downloaded nu-ansi-term v0.50.3
8542026-05-15T21:14:51.676Z Downloaded pbkdf2 v0.12.2
8552026-05-15T21:14:51.676Z Downloaded ignore v0.4.25
8562026-05-15T21:14:51.676Z Downloaded expectorate v1.2.0
8572026-05-15T21:14:51.680Z Downloaded parse-display-derive v0.10.0
8582026-05-15T21:14:51.680Z Downloaded libbz2-rs-sys v0.2.2
8592026-05-15T21:14:51.680Z Downloaded progenitor-macro v0.13.0
8602026-05-15T21:14:51.681Z Downloaded progenitor-macro v0.10.0
8612026-05-15T21:14:51.685Z Downloaded polyval v0.6.2
8622026-05-15T21:14:51.685Z Downloaded pkg-config v0.3.32
8632026-05-15T21:14:51.685Z Downloaded phf v0.12.1
8642026-05-15T21:14:51.685Z Downloaded chacha20poly1305 v0.10.1
8652026-05-15T21:14:51.689Z Downloaded radium v0.7.0
8662026-05-15T21:14:51.689Z Downloaded omicron-zone-package v0.12.2
8672026-05-15T21:14:51.689Z Downloaded base64 v0.21.7
8682026-05-15T21:14:51.692Z Downloaded indicatif v0.18.4
8692026-05-15T21:14:51.692Z Downloaded quick-error v1.2.3
8702026-05-15T21:14:51.696Z Downloaded password-hash v0.4.2
8712026-05-15T21:14:51.696Z Downloaded memmap2 v0.9.10
8722026-05-15T21:14:51.696Z Downloaded peg-macros v0.8.5
8732026-05-15T21:14:51.699Z Downloaded paste v1.0.15
8742026-05-15T21:14:51.699Z Downloaded ppv-lite86 v0.2.21
8752026-05-15T21:14:51.699Z Downloaded postgres-protocol v0.6.10
8762026-05-15T21:14:51.704Z Downloaded oxnet v0.1.4
8772026-05-15T21:14:51.704Z Downloaded globset v0.4.18
8782026-05-15T21:14:51.707Z Downloaded phf_shared v0.11.3
8792026-05-15T21:14:51.707Z Downloaded crc-any v2.5.0
8802026-05-15T21:14:51.707Z Downloaded parking_lot_core v0.8.6
8812026-05-15T21:14:51.707Z Downloaded oxide-tokio-rt v0.1.4
8822026-05-15T21:14:51.710Z Downloaded owo-colors v4.3.0
8832026-05-15T21:14:51.710Z Downloaded phf v0.13.1
8842026-05-15T21:14:51.711Z Downloaded pin-project-internal v1.1.11
8852026-05-15T21:14:51.714Z Downloaded bumpalo v3.20.2
8862026-05-15T21:14:51.714Z Downloaded rand_chacha v0.3.1
8872026-05-15T21:14:51.717Z Downloaded progenitor-macro v0.14.0
8882026-05-15T21:14:51.717Z Downloaded ed25519-dalek v2.2.0
8892026-05-15T21:14:51.717Z Downloaded progenitor-client v0.14.0
8902026-05-15T21:14:51.719Z Downloaded proc-macro-error2 v2.0.1
8912026-05-15T21:14:51.719Z Downloaded cc v1.2.56
8922026-05-15T21:14:51.726Z Downloaded rand_xorshift v0.4.0
8932026-05-15T21:14:51.726Z Downloaded progenitor-client v0.13.0
8942026-05-15T21:14:51.731Z Downloaded progenitor-client v0.11.2
8952026-05-15T21:14:51.731Z Downloaded parking_lot_core v0.9.12
8962026-05-15T21:14:51.731Z Downloaded ref-cast-impl v1.0.25
8972026-05-15T21:14:51.731Z Downloaded poly1305 v0.8.0
8982026-05-15T21:14:51.731Z Downloaded pin-project-lite v0.2.17
8992026-05-15T21:14:51.734Z Downloaded crossterm v0.29.0
9002026-05-15T21:14:51.737Z Downloaded heapless v0.8.0
9012026-05-15T21:14:51.737Z Downloaded recursive v0.1.1
9022026-05-15T21:14:51.740Z Downloaded pkcs8 v0.10.2
9032026-05-15T21:14:51.740Z Downloaded psm v0.1.30
9042026-05-15T21:14:51.745Z Downloaded num-rational v0.4.2
9052026-05-15T21:14:51.746Z Downloaded aho-corasick v1.1.4
9062026-05-15T21:14:51.750Z Downloaded rfc6979 v0.4.0
9072026-05-15T21:14:51.750Z Downloaded newtype-uuid v1.3.2
9082026-05-15T21:14:51.750Z Downloaded ingot-macros v0.1.1
9092026-05-15T21:14:51.750Z Downloaded postcard v1.1.3
9102026-05-15T21:14:51.753Z Downloaded progenitor v0.10.0
9112026-05-15T21:14:51.753Z Downloaded heapless v0.7.17
9122026-05-15T21:14:51.753Z Downloaded primeorder v0.13.6
9132026-05-15T21:14:51.758Z Downloaded miniz_oxide v0.8.9
9142026-05-15T21:14:51.758Z Downloaded hickory-resolver v0.25.2
9152026-05-15T21:14:51.762Z Downloaded russh-cryptovec v0.7.3
9162026-05-15T21:14:51.762Z Downloaded diesel_derives v2.3.7
9172026-05-15T21:14:51.766Z Downloaded ref-cast v1.0.25
9182026-05-15T21:14:51.766Z Downloaded recursive-proc-macro-impl v0.1.1
9192026-05-15T21:14:51.766Z Downloaded predicates v3.1.4
9202026-05-15T21:14:51.769Z Downloaded parking_lot v0.12.5
9212026-05-15T21:14:51.769Z Downloaded rustc_version v0.1.7
9222026-05-15T21:14:51.769Z Downloaded parking_lot v0.11.2
9232026-05-15T21:14:51.774Z Downloaded progenitor v0.11.2
9242026-05-15T21:14:51.774Z Downloaded rustc-hash v2.1.1
9252026-05-15T21:14:51.774Z Downloaded indexmap v1.9.3
9262026-05-15T21:14:51.780Z Downloaded base64 v0.22.1
9272026-05-15T21:14:51.780Z Downloaded rustc_version v0.4.1
9282026-05-15T21:14:51.784Z Downloaded rand_core v0.10.0
9292026-05-15T21:14:51.784Z Downloaded rand_chacha v0.9.0
9302026-05-15T21:14:51.784Z Downloaded progenitor-extras v0.2.0
9312026-05-15T21:14:51.785Z Downloaded password-hash v0.5.0
9322026-05-15T21:14:51.785Z Downloaded dropshot-api-manager v0.7.1
9332026-05-15T21:14:51.789Z Downloaded progenitor v0.13.0
9342026-05-15T21:14:51.789Z Downloaded salsa20 v0.10.2
9352026-05-15T21:14:51.789Z Downloaded hickory-resolver v0.24.4
9362026-05-15T21:14:51.794Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-15T21:14:51.794Z Downloaded const_format v0.2.35
9382026-05-15T21:14:51.798Z Downloaded hyper-util v0.1.20
9392026-05-15T21:14:51.804Z Downloaded rtoolbox v0.0.3
9402026-05-15T21:14:51.804Z Downloaded pin-project v1.1.11
9412026-05-15T21:14:51.814Z Downloaded scrypt v0.11.0
9422026-05-15T21:14:51.819Z Downloaded scroll_derive v0.13.1
9432026-05-15T21:14:51.819Z Downloaded same-file v1.0.6
9442026-05-15T21:14:51.819Z Downloaded pkcs5 v0.7.1
9452026-05-15T21:14:51.819Z Downloaded sapling-renderdag v0.1.0
9462026-05-15T21:14:51.826Z Downloaded resolv-conf v0.7.6
9472026-05-15T21:14:51.826Z Downloaded rand_core v0.9.5
9482026-05-15T21:14:51.826Z Downloaded rand_core v0.6.4
9492026-05-15T21:14:51.826Z Downloaded p256 v0.13.2
9502026-05-15T21:14:51.834Z Downloaded scopeguard v1.2.0
9512026-05-15T21:14:51.834Z Downloaded serde_bytes v0.11.19
9522026-05-15T21:14:51.834Z Downloaded openssl-sys v0.9.115
9532026-05-15T21:14:51.834Z Downloaded pkcs1 v0.7.5
9542026-05-15T21:14:51.841Z Downloaded r2d2 v0.8.10
9552026-05-15T21:14:51.841Z Downloaded serde_urlencoded v0.7.1
9562026-05-15T21:14:51.846Z Downloaded serde_spanned v1.0.4
9572026-05-15T21:14:51.846Z Downloaded serde_repr v0.1.20
9582026-05-15T21:14:51.846Z Downloaded postgres-types v0.2.12
9592026-05-15T21:14:51.846Z Downloaded shell-words v1.1.1
9602026-05-15T21:14:51.850Z Downloaded rand_seeder v0.4.0
9612026-05-15T21:14:51.850Z Downloaded progenitor-impl v0.11.2
9622026-05-15T21:14:51.855Z Downloaded secrecy v0.10.3
9632026-05-15T21:14:51.855Z Downloaded serde-big-array v0.5.1
9642026-05-15T21:14:51.855Z Downloaded rustls-pemfile v2.2.0
9652026-05-15T21:14:51.855Z Downloaded secrecy v0.8.0
9662026-05-15T21:14:51.860Z Downloaded rustversion v1.0.22
9672026-05-15T21:14:51.860Z Downloaded signal-hook-mio v0.2.5
9682026-05-15T21:14:51.860Z Downloaded rustls-native-certs v0.8.3
9692026-05-15T21:14:51.865Z Downloaded rusty-fork v0.3.1
9702026-05-15T21:14:51.875Z Downloaded sha1 v0.10.6
9712026-05-15T21:14:51.878Z Downloaded seq-macro v0.3.6
9722026-05-15T21:14:51.878Z Downloaded serde_plain v1.0.2
9732026-05-15T21:14:51.904Z Downloaded hashbrown v0.12.3
9742026-05-15T21:14:51.904Z Downloaded slog-envlogger v2.2.0
9752026-05-15T21:14:51.904Z Downloaded siphasher v1.0.2
9762026-05-15T21:14:51.904Z Downloaded signature v2.2.0
9772026-05-15T21:14:51.904Z Downloaded sigpipe v0.1.3
9782026-05-15T21:14:51.909Z Downloaded quinn-udp v0.5.14
9792026-05-15T21:14:51.909Z Downloaded jiff-static v0.2.21
9802026-05-15T21:14:51.909Z Downloaded scroll v0.13.0
9812026-05-15T21:14:51.909Z Downloaded schemars_derive v0.8.22
9822026-05-15T21:14:51.909Z Downloaded slog-bunyan v2.5.0
9832026-05-15T21:14:51.912Z Downloaded itertools v0.10.5
9842026-05-15T21:14:51.916Z Downloaded sqlparser_derive v0.5.0
9852026-05-15T21:14:51.924Z Downloaded russh-keys v0.45.0
9862026-05-15T21:14:51.924Z Downloaded oso v0.27.3
9872026-05-15T21:14:51.927Z Downloaded sec1 v0.7.3
9882026-05-15T21:14:51.927Z Downloaded ssh-cipher v0.2.0
9892026-05-15T21:14:51.936Z Downloaded signal-hook-tokio v0.3.1
9902026-05-15T21:14:51.939Z Downloaded semver v0.1.20
9912026-05-15T21:14:51.939Z Downloaded progenitor v0.14.0
9922026-05-15T21:14:51.939Z Downloaded rustls-pemfile v1.0.4
9932026-05-15T21:14:51.942Z Downloaded structmeta-derive v0.3.0
9942026-05-15T21:14:51.942Z Downloaded structmeta v0.3.0
9952026-05-15T21:14:51.945Z Downloaded strum v0.27.2
9962026-05-15T21:14:51.946Z Downloaded num-bigint v0.4.6
9972026-05-15T21:14:51.950Z Downloaded serde_path_to_error v0.1.20
9982026-05-15T21:14:51.950Z Downloaded papergrid v0.17.0
9992026-05-15T21:14:51.954Z Downloaded minimal-lexical v0.2.1
10002026-05-15T21:14:51.957Z Downloaded ssh-encoding v0.2.0
10012026-05-15T21:14:51.957Z Downloaded serde_derive_internals v0.29.1
10022026-05-15T21:14:51.960Z Downloaded strip-ansi-escapes v0.2.1
10032026-05-15T21:14:51.963Z Downloaded strum v0.26.3
10042026-05-15T21:14:51.963Z Downloaded signal-hook-registry v1.4.8
10052026-05-15T21:14:51.966Z Downloaded sct v0.7.1
10062026-05-15T21:14:51.966Z Downloaded progenitor-impl v0.14.0
10072026-05-15T21:14:51.969Z Downloaded progenitor-impl v0.13.0
10082026-05-15T21:14:51.969Z Downloaded slog-dtrace v0.3.0
10092026-05-15T21:14:51.975Z Downloaded smf v0.2.3
10102026-05-15T21:14:51.975Z Downloaded slog-stdlog v4.1.1
10112026-05-15T21:14:51.975Z Downloaded aes v0.8.4
10122026-05-15T21:14:51.984Z Downloaded hashbrown v0.16.1
10132026-05-15T21:14:51.984Z Downloaded sync-ptr v0.1.4
10142026-05-15T21:14:51.984Z Downloaded simd-adler32 v0.3.8
10152026-05-15T21:14:51.990Z Downloaded slog-json v2.6.1
10162026-05-15T21:14:51.990Z Downloaded hashbrown v0.13.2
10172026-05-15T21:14:51.990Z Downloaded mio v1.2.0
10182026-05-15T21:14:51.990Z Downloaded slog-scope v4.4.1
10192026-05-15T21:14:51.993Z Downloaded supports-color v3.0.2
10202026-05-15T21:14:51.993Z Downloaded smallvec v0.6.14
10212026-05-15T21:14:51.993Z Downloaded tap v1.0.1
10222026-05-15T21:14:51.993Z Downloaded tabwriter v1.4.1
10232026-05-15T21:14:51.993Z Downloaded tabled_derive v0.11.0
10242026-05-15T21:14:51.993Z Downloaded serde-hex v0.1.0
10252026-05-15T21:14:51.998Z Downloaded slog-term v2.9.2
10262026-05-15T21:14:51.998Z Downloaded spki v0.7.3
10272026-05-15T21:14:52.001Z Downloaded termtree v0.5.1
10282026-05-15T21:14:52.001Z Downloaded serde_cbor v0.11.2
10292026-05-15T21:14:52.001Z Downloaded snafu-derive v0.8.9
10302026-05-15T21:14:52.001Z Downloaded slog-async v2.8.0
10312026-05-15T21:14:52.006Z Downloaded slab v0.4.12
10322026-05-15T21:14:52.006Z Downloaded serde_with_macros v3.17.0
10332026-05-15T21:14:52.010Z Downloaded tagptr v0.2.0
10342026-05-15T21:14:52.010Z Downloaded sync_wrapper v1.0.2
10352026-05-15T21:14:52.010Z Downloaded take_mut v0.2.2
10362026-05-15T21:14:52.014Z Downloaded stacker v0.1.23
10372026-05-15T21:14:52.014Z Downloaded prettyplease v0.2.37
10382026-05-15T21:14:52.018Z Downloaded static_assertions v1.1.0
10392026-05-15T21:14:52.019Z Downloaded sqlformat v0.3.5
10402026-05-15T21:14:52.019Z Downloaded pretty_assertions v1.4.1
10412026-05-15T21:14:52.023Z Downloaded prefix-trie v0.7.0
10422026-05-15T21:14:52.023Z Downloaded thiserror-impl-no-std v2.0.2
10432026-05-15T21:14:52.023Z Downloaded testing_table v0.3.0
10442026-05-15T21:14:52.028Z Downloaded http v1.4.0
10452026-05-15T21:14:52.029Z Downloaded thread-id v5.1.0
10462026-05-15T21:14:52.029Z Downloaded strum_macros v0.24.3
10472026-05-15T21:14:52.032Z Downloaded string_cache v0.8.9
10482026-05-15T21:14:52.032Z Downloaded rcgen v0.12.1
10492026-05-15T21:14:52.032Z Downloaded hickory-server v0.25.2
10502026-05-15T21:14:52.036Z Downloaded ryu v1.0.23
10512026-05-15T21:14:52.036Z Downloaded libxml v0.3.3
10522026-05-15T21:14:52.041Z Downloaded schemars v0.8.22
10532026-05-15T21:14:52.047Z Downloaded tinyvec_macros v0.1.1
10542026-05-15T21:14:52.052Z Downloaded ron v0.8.1
10552026-05-15T21:14:52.052Z Downloaded time-core v0.1.8
10562026-05-15T21:14:52.055Z Downloaded strum_macros v0.26.4
10572026-05-15T21:14:52.055Z Downloaded subtle v2.6.1
10582026-05-15T21:14:52.055Z Downloaded rustls-platform-verifier v0.6.2
10592026-05-15T21:14:52.059Z Downloaded support-bundle-viewer v0.1.2
10602026-05-15T21:14:52.059Z Downloaded tokio-macros v2.7.0
10612026-05-15T21:14:52.062Z Downloaded strum_macros v0.27.2
10622026-05-15T21:14:52.062Z Downloaded aes-gcm v0.10.3
10632026-05-15T21:14:52.065Z Downloaded spin v0.9.8
10642026-05-15T21:14:52.065Z Downloaded rustls-pki-types v1.14.0
10652026-05-15T21:14:52.070Z Downloaded itertools v0.13.0
10662026-05-15T21:14:52.077Z Downloaded shlex v1.3.0
10672026-05-15T21:14:52.077Z Downloaded progenitor-impl v0.10.0
10682026-05-15T21:14:52.080Z Downloaded serde_yaml v0.9.34+deprecated
10692026-05-15T21:14:52.089Z Downloaded nom v7.1.3
10702026-05-15T21:14:52.095Z Downloaded signal-hook v0.3.18
10712026-05-15T21:14:52.098Z Downloaded thiserror-no-std v2.0.2
10722026-05-15T21:14:52.098Z Downloaded try-lock v0.2.5
10732026-05-15T21:14:52.098Z Downloaded tower-service v0.3.3
10742026-05-15T21:14:52.098Z Downloaded tower-layer v0.3.3
10752026-05-15T21:14:52.098Z Downloaded slog v2.8.2
10762026-05-15T21:14:52.103Z Downloaded trait-variant v0.1.2
10772026-05-15T21:14:52.103Z Downloaded rayon-core v1.13.0
10782026-05-15T21:14:52.107Z Downloaded thread_local v1.1.9
10792026-05-15T21:14:52.110Z Downloaded stringprep v0.1.5
10802026-05-15T21:14:52.110Z Downloaded similar v2.7.0
10812026-05-15T21:14:52.113Z Downloaded typify-macro v0.6.2
10822026-05-15T21:14:52.113Z Downloaded typify-macro v0.4.3
10832026-05-15T21:14:52.117Z Downloaded tokio-dtrace v0.1.1
10842026-05-15T21:14:52.120Z Downloaded hyper v1.8.1
10852026-05-15T21:14:52.123Z Downloaded time-macros v0.2.27
10862026-05-15T21:14:52.123Z Downloaded unicode-truncate v1.1.0
10872026-05-15T21:14:52.126Z Downloaded usdt-attr-macro v0.6.0
10882026-05-15T21:14:52.126Z Downloaded tiny-keccak v2.0.2
10892026-05-15T21:14:52.126Z Downloaded tokio-rustls v0.25.0
10902026-05-15T21:14:52.129Z Downloaded socket2 v0.6.3
10912026-05-15T21:14:52.129Z Downloaded socket2 v0.5.10
10922026-05-15T21:14:52.132Z Downloaded rand v0.9.2
10932026-05-15T21:14:52.142Z Downloaded tokio-tungstenite v0.23.1
10942026-05-15T21:14:52.145Z Downloaded unarray v0.1.4
10952026-05-15T21:14:52.145Z Downloaded topological-sort v0.2.2
10962026-05-15T21:14:52.149Z Downloaded untrusted v0.7.1
10972026-05-15T21:14:52.149Z Downloaded toml_writer v1.0.6+spec-1.1.0
10982026-05-15T21:14:52.149Z Downloaded universal-hash v0.5.1
10992026-05-15T21:14:52.153Z Downloaded hashbrown v0.15.5
11002026-05-15T21:14:52.158Z Downloaded schemars v0.9.0
11012026-05-15T21:14:52.161Z Downloaded termios v0.3.3
11022026-05-15T21:14:52.163Z Downloaded rustls-webpki v0.103.9
11032026-05-15T21:14:52.166Z Downloaded wait-timeout v0.2.1
11042026-05-15T21:14:52.166Z Downloaded usdt-macro v0.6.0
11052026-05-15T21:14:52.166Z Downloaded usdt v0.6.0
11062026-05-15T21:14:52.166Z Downloaded untrusted v0.9.0
11072026-05-15T21:14:52.172Z Downloaded unit-prefix v0.5.2
11082026-05-15T21:14:52.172Z Downloaded void v1.0.2
11092026-05-15T21:14:52.172Z Downloaded utf-8 v0.7.6
11102026-05-15T21:14:52.172Z Downloaded quinn v0.11.9
11112026-05-15T21:14:52.176Z Downloaded qorb v0.4.1
11122026-05-15T21:14:52.176Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11132026-05-15T21:14:52.176Z Downloaded term v1.2.1
11142026-05-15T21:14:52.180Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11152026-05-15T21:14:52.180Z Downloaded samael v0.0.19
11162026-05-15T21:14:52.184Z Downloaded tls_codec v0.4.2
11172026-05-15T21:14:52.184Z Downloaded num-bigint-dig v0.8.6
11182026-05-15T21:14:52.193Z Downloaded waitgroup v0.1.2
11192026-05-15T21:14:52.196Z Downloaded rand v0.10.0
11202026-05-15T21:14:52.201Z Downloaded usdt-impl v0.6.0
11212026-05-15T21:14:52.201Z Downloaded tokio-native-tls v0.3.1
11222026-05-15T21:14:52.204Z Downloaded xshell-macros v0.2.7
11232026-05-15T21:14:52.204Z Downloaded xattr v1.6.1
11242026-05-15T21:14:52.204Z Downloaded tokio-tungstenite v0.21.0
11252026-05-15T21:14:52.204Z Downloaded tui-tree-widget v0.23.1
11262026-05-15T21:14:52.205Z Downloaded tokio-rustls v0.26.4
11272026-05-15T21:14:52.208Z Downloaded iddqd v0.3.18
11282026-05-15T21:14:52.211Z Downloaded p521 v0.13.3
11292026-05-15T21:14:52.214Z Downloaded subprocess v0.2.15
11302026-05-15T21:14:52.214Z Downloaded tokio-stream v0.1.18
11312026-05-15T21:14:52.217Z Downloaded uzers v0.12.2
11322026-05-15T21:14:52.223Z Downloaded zone v0.3.1
11332026-05-15T21:14:52.223Z Downloaded toml_parser v1.0.9+spec-1.1.0
11342026-05-15T21:14:52.223Z Downloaded tls_codec_derive v0.4.2
11352026-05-15T21:14:52.227Z Downloaded zone_cfg_derive v0.3.1
11362026-05-15T21:14:52.227Z Downloaded libm v0.2.16
11372026-05-15T21:14:52.231Z Downloaded vergen-git2 v1.0.7
11382026-05-15T21:14:52.231Z Downloaded term v0.7.0
11392026-05-15T21:14:52.235Z Downloaded want v0.3.1
11402026-05-15T21:14:52.235Z Downloaded itertools v0.14.0
11412026-05-15T21:14:52.238Z Downloaded whoami v2.1.0
11422026-05-15T21:14:52.239Z Downloaded tokio-rustls v0.24.1
11432026-05-15T21:14:52.241Z Downloaded wyz v0.5.1
11442026-05-15T21:14:52.244Z Downloaded zeroize_derive v1.4.3
11452026-05-15T21:14:52.247Z Downloaded twox-hash v2.1.2
11462026-05-15T21:14:52.250Z Downloaded unicase v2.9.0
11472026-05-15T21:14:52.251Z Downloaded rand v0.8.6
11482026-05-15T21:14:52.254Z Downloaded snafu v0.8.9
11492026-05-15T21:14:52.257Z Downloaded unicode-properties v0.1.4
11502026-05-15T21:14:52.257Z Downloaded iri-string v0.7.10
11512026-05-15T21:14:52.261Z Downloaded schemars v1.2.1
11522026-05-15T21:14:52.269Z Downloaded vergen v9.0.6
11532026-05-15T21:14:52.272Z Downloaded tar v0.4.45
11542026-05-15T21:14:52.272Z Downloaded russh v0.45.0
11552026-05-15T21:14:52.275Z Downloaded test-strategy v0.4.5
11562026-05-15T21:14:52.278Z Downloaded publicsuffix v2.3.0
11572026-05-15T21:14:52.282Z Downloaded vergen-lib v0.1.6
11582026-05-15T21:14:52.282Z Downloaded vergen-gitcl v1.0.8
11592026-05-15T21:14:52.286Z Downloaded walkdir v2.5.0
11602026-05-15T21:14:52.286Z Downloaded tracing-attributes v0.1.31
11612026-05-15T21:14:52.291Z Downloaded zstd-safe v7.2.4
11622026-05-15T21:14:52.291Z Downloaded tinyvec v1.10.0
11632026-05-15T21:14:52.294Z Downloaded futures-util v0.3.32
11642026-05-15T21:14:52.298Z Downloaded zstd v0.13.3
11652026-05-15T21:14:52.301Z Downloaded typify v0.6.2
11662026-05-15T21:14:52.304Z Downloaded rustyline v14.0.0
11672026-05-15T21:14:52.309Z Downloaded unicode-bidi v0.3.18
11682026-05-15T21:14:52.309Z Downloaded whoami v1.6.1
11692026-05-15T21:14:52.309Z Downloaded rsa v0.9.10
11702026-05-15T21:14:52.314Z Downloaded uuid v1.23.0
11712026-05-15T21:14:52.318Z Downloaded zerocopy v0.6.6
11722026-05-15T21:14:52.318Z Downloaded h2 v0.4.13
11732026-05-15T21:14:52.322Z Downloaded tungstenite v0.23.0
11742026-05-15T21:14:52.322Z Downloaded xshell v0.2.7
11752026-05-15T21:14:52.322Z Downloaded itertools v0.12.1
11762026-05-15T21:14:52.326Z Downloaded zeroize v1.8.2
11772026-05-15T21:14:52.329Z Downloaded toml v0.9.12+spec-1.1.0
11782026-05-15T21:14:52.329Z Downloaded toml v0.7.8
11792026-05-15T21:14:52.341Z Downloaded toml v1.0.6+spec-1.1.0
11802026-05-15T21:14:52.344Z Downloaded tracing-core v0.1.36
11812026-05-15T21:14:52.349Z Downloaded vsss-rs v3.3.4
11822026-05-15T21:14:52.354Z Downloaded hkdf v0.12.4
11832026-05-15T21:14:52.354Z Downloaded blake3 v1.8.3
11842026-05-15T21:14:52.357Z Downloaded steno v0.4.1
11852026-05-15T21:14:52.362Z Downloaded typify v0.4.3
11862026-05-15T21:14:52.365Z Downloaded tungstenite v0.21.0
11872026-05-15T21:14:52.374Z Downloaded unsafe-libyaml v0.2.11
11882026-05-15T21:14:52.387Z Downloaded curve25519-dalek v4.1.3
11892026-05-15T21:14:52.390Z Downloaded ssh-key v0.6.7
11902026-05-15T21:14:52.395Z Downloaded vte v0.14.1
11912026-05-15T21:14:52.398Z Downloaded toml_edit v0.23.10+spec-1.0.0
11922026-05-15T21:14:52.410Z Downloaded regex v1.12.3
11932026-05-15T21:14:52.415Z Downloaded tokio-postgres v0.7.16
11942026-05-15T21:14:52.419Z Downloaded zip v0.6.6
11952026-05-15T21:14:52.422Z Downloaded yasna v0.5.2
11962026-05-15T21:14:52.425Z Downloaded zopfli v0.8.3
11972026-05-15T21:14:52.428Z Downloaded lalrpop v0.19.12
11982026-05-15T21:14:52.442Z Downloaded goblin v0.10.5
11992026-05-15T21:14:52.447Z Downloaded reedline v0.40.0
12002026-05-15T21:14:52.449Z Downloaded rpassword v7.4.0
12012026-05-15T21:14:52.452Z Downloaded aws-lc-rs v1.16.3
12022026-05-15T21:14:52.463Z Downloaded unicode_categories v0.1.1
12032026-05-15T21:14:52.476Z Downloaded tower v0.5.3
12042026-05-15T21:14:52.481Z Downloaded toml_edit v0.19.15
12052026-05-15T21:14:52.488Z Downloaded x509-cert v0.2.5
12062026-05-15T21:14:52.491Z Downloaded unicode-segmentation v1.12.0
12072026-05-15T21:14:52.494Z Downloaded bindgen v0.71.1
12082026-05-15T21:14:52.499Z Downloaded reqwest v0.13.2
12092026-05-15T21:14:52.503Z Downloaded yansi v1.0.1
12102026-05-15T21:14:52.507Z Downloaded git2 v0.20.4
12112026-05-15T21:14:52.530Z Downloaded zerocopy-derive v0.8.40
12122026-05-15T21:14:52.531Z Downloaded salty v0.3.0
12132026-05-15T21:14:52.531Z Downloaded rayon v1.11.0
12142026-05-15T21:14:52.531Z Downloaded p384 v0.13.1
12152026-05-15T21:14:52.531Z Downloaded unicode-normalization v0.1.25
12162026-05-15T21:14:52.535Z Downloaded typed-path v0.9.3
12172026-05-15T21:14:52.536Z Downloaded chrono v0.4.44
12182026-05-15T21:14:52.541Z Downloaded reqwest v0.12.28
12192026-05-15T21:14:52.541Z Downloaded portable-atomic v1.13.1
12202026-05-15T21:14:52.544Z Downloaded zip v4.6.1
12212026-05-15T21:14:52.547Z Downloaded quick-xml v0.37.5
12222026-05-15T21:14:52.550Z Downloaded rustls-webpki v0.102.8
12232026-05-15T21:14:52.559Z Downloaded tough v0.22.0
12242026-05-15T21:14:52.564Z Downloaded rustls-webpki v0.101.7
12252026-05-15T21:14:52.572Z Downloaded petname v2.0.2
12262026-05-15T21:14:52.578Z Downloaded moka v0.12.13
12272026-05-15T21:14:52.581Z Downloaded tower-http v0.6.8
12282026-05-15T21:14:52.584Z Downloaded bitvec v1.0.1
12292026-05-15T21:14:52.593Z Downloaded tokio-util v0.7.18
12302026-05-15T21:14:52.598Z Downloaded serde_with v3.17.0
12312026-05-15T21:14:52.605Z Downloaded radix_trie v0.2.1
12322026-05-15T21:14:52.608Z Downloaded polar-core v0.27.3
12332026-05-15T21:14:52.614Z Downloaded winnow v0.5.40
12342026-05-15T21:14:52.618Z Downloaded winnow v0.6.26
12352026-05-15T21:14:52.624Z Downloaded quinn-proto v0.11.13
12362026-05-15T21:14:52.630Z Downloaded proptest v1.10.0
12372026-05-15T21:14:52.632Z Downloaded object v0.30.4
12382026-05-15T21:14:52.638Z Downloaded nix v0.27.1
12392026-05-15T21:14:52.649Z Downloaded nix v0.28.0
12402026-05-15T21:14:52.670Z Downloaded dropshot v0.16.7
12412026-05-15T21:14:52.696Z Downloaded dropshot v0.17.0
12422026-05-15T21:14:52.710Z Downloaded openssl v0.10.79
12432026-05-15T21:14:52.717Z Downloaded time v0.3.47
12442026-05-15T21:14:52.723Z Downloaded zlib-rs v0.6.2
12452026-05-15T21:14:52.726Z Downloaded tabled v0.20.0
12462026-05-15T21:14:52.736Z Downloaded rustls v0.21.12
12472026-05-15T21:14:52.743Z Downloaded vcpkg v0.2.15
12482026-05-15T21:14:52.765Z Downloaded smoltcp v0.9.1
12492026-05-15T21:14:52.771Z Downloaded openapiv3 v2.2.0
12502026-05-15T21:14:52.778Z Downloaded zerocopy v0.8.40
12512026-05-15T21:14:52.785Z Downloaded webpki-roots v1.0.6
12522026-05-15T21:14:52.788Z Downloaded rustls v0.22.4
12532026-05-15T21:14:52.793Z Downloaded regex-syntax v0.8.10
12542026-05-15T21:14:52.798Z Downloaded diesel v2.3.7
12552026-05-15T21:14:52.810Z Downloaded smoltcp v0.11.0
12562026-05-15T21:14:52.817Z Downloaded hickory-proto v0.24.4
12572026-05-15T21:14:52.826Z Downloaded rustix v0.38.44
12582026-05-15T21:14:52.839Z Downloaded regress v0.11.1
12592026-05-15T21:14:52.843Z Downloaded regress v0.10.5
12602026-05-15T21:14:52.849Z Downloaded rustls v0.23.37
12612026-05-15T21:14:52.855Z Downloaded hickory-proto v0.25.2
12622026-05-15T21:14:52.863Z Downloaded regex-syntax v0.6.29
12632026-05-15T21:14:52.867Z Downloaded object v0.37.3
12642026-05-15T21:14:52.874Z Downloaded bstr v1.12.1
12652026-05-15T21:14:52.879Z Downloaded sqlparser v0.61.0
12662026-05-15T21:14:52.885Z Downloaded nix v0.29.0
12672026-05-15T21:14:52.891Z Downloaded nix v0.31.2
12682026-05-15T21:14:52.903Z Downloaded sled v0.34.7
12692026-05-15T21:14:52.938Z Downloaded typify-impl v0.6.2
12702026-05-15T21:14:52.947Z Downloaded ratatui v0.29.0
12712026-05-15T21:14:52.959Z Downloaded typify-impl v0.4.3
12722026-05-15T21:14:52.968Z Downloaded zerocopy-derive v0.6.6
12732026-05-15T21:14:52.974Z Downloaded tracing v0.1.44
12742026-05-15T21:14:52.986Z Downloaded regex-automata v0.4.14
12752026-05-15T21:14:52.996Z Downloaded bzip2-sys v0.1.13+1.0.8
12762026-05-15T21:14:53.002Z Downloaded petgraph v0.6.5
12772026-05-15T21:14:53.013Z Downloaded csv v1.4.0
12782026-05-15T21:14:53.030Z Downloaded petgraph v0.8.3
12792026-05-15T21:14:53.043Z Downloaded chrono-tz v0.10.4
12802026-05-15T21:14:53.053Z Downloaded jiff v0.2.21
12812026-05-15T21:14:53.064Z Downloaded libz-sys v1.1.24
12822026-05-15T21:14:53.077Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12832026-05-15T21:14:53.108Z Downloaded sha3 v0.10.8
12842026-05-15T21:14:53.125Z Downloaded tokio v1.52.1
12852026-05-15T21:14:53.146Z Downloaded encoding_rs v0.8.35
12862026-05-15T21:14:53.188Z Downloaded ring v0.17.14
12872026-05-15T21:14:53.306Z Downloaded libgit2-sys v0.18.3+1.9.2
12882026-05-15T21:14:53.867Z Downloaded aws-lc-sys v0.40.0
12892026-05-15T21:14:54.110Z Compiling libc v0.2.185
12902026-05-15T21:14:54.113Z Compiling serde v1.0.228
12912026-05-15T21:14:54.113Z Compiling log v0.4.29
12922026-05-15T21:14:54.113Z Compiling find-msvc-tools v0.1.9
12932026-05-15T21:14:54.113Z Compiling shlex v1.3.0
12942026-05-15T21:14:54.113Z Compiling smallvec v1.15.1
12952026-05-15T21:14:54.113Z Compiling typenum v1.19.0
12962026-05-15T21:14:54.113Z Compiling subtle v2.6.1
12972026-05-15T21:14:54.267Z Compiling generic-array v0.14.7
12982026-05-15T21:14:54.279Z Compiling scopeguard v1.2.0
12992026-05-15T21:14:54.282Z Compiling const-oid v0.9.6
13002026-05-15T21:14:54.354Z Compiling serde_json v1.0.149
13012026-05-15T21:14:54.380Z Compiling syn v2.0.117
13022026-05-15T21:14:54.383Z Compiling zerocopy v0.8.40
13032026-05-15T21:14:54.383Z Compiling portable-atomic v1.13.1
13042026-05-15T21:14:54.407Z Compiling pin-project-lite v0.2.17
13052026-05-15T21:14:54.445Z Compiling lock_api v0.4.14
13062026-05-15T21:14:54.461Z Compiling parking_lot_core v0.9.12
13072026-05-15T21:14:54.476Z Compiling pkg-config v0.3.32
13082026-05-15T21:14:54.490Z Compiling bitflags v2.11.0
13092026-05-15T21:14:54.541Z Compiling critical-section v1.2.0
13102026-05-15T21:14:54.556Z Compiling libm v0.2.16
13112026-05-15T21:14:54.580Z Compiling futures-core v0.3.32
13122026-05-15T21:14:54.662Z Compiling num-traits v0.2.19
13132026-05-15T21:14:54.692Z Compiling percent-encoding v2.3.2
13142026-05-15T21:14:54.721Z Compiling futures-sink v0.3.32
13152026-05-15T21:14:54.735Z Compiling futures-task v0.3.32
13162026-05-15T21:14:54.791Z Compiling futures-io v0.3.32
13172026-05-15T21:14:54.807Z Compiling futures-channel v0.3.32
13182026-05-15T21:14:54.820Z Compiling slab v0.4.12
13192026-05-15T21:14:54.837Z Compiling cpufeatures v0.2.17
13202026-05-15T21:14:54.910Z Compiling getrandom v0.4.1
13212026-05-15T21:14:54.925Z Compiling rand_core v0.10.0
13222026-05-15T21:14:54.928Z Compiling indexmap v2.14.0
13232026-05-15T21:14:54.966Z Compiling rustversion v1.0.22
13242026-05-15T21:14:54.980Z Compiling getrandom v0.3.4
13252026-05-15T21:14:55.034Z Compiling form_urlencoded v1.2.2
13262026-05-15T21:14:55.048Z Compiling fs_extra v1.3.0
13272026-05-15T21:14:55.067Z Compiling dunce v1.0.5
13282026-05-15T21:14:55.107Z Compiling base64ct v1.8.3
13292026-05-15T21:14:55.118Z Compiling ident_case v1.0.1
13302026-05-15T21:14:55.163Z Compiling regex-syntax v0.8.10
13312026-05-15T21:14:55.180Z Compiling getrandom v0.2.17
13322026-05-15T21:14:55.231Z Compiling jobserver v0.1.34
13332026-05-15T21:14:55.257Z Compiling errno v0.3.14
13342026-05-15T21:14:55.272Z Compiling mio v1.2.0
13352026-05-15T21:14:55.348Z Compiling rand_core v0.6.4
13362026-05-15T21:14:55.361Z Compiling socket2 v0.6.3
13372026-05-15T21:14:55.406Z Compiling signal-hook-registry v1.4.8
13382026-05-15T21:14:55.449Z Compiling cc v1.2.56
13392026-05-15T21:14:55.488Z Compiling parking_lot v0.12.5
13402026-05-15T21:14:55.550Z Compiling once_cell v1.21.3
13412026-05-15T21:14:55.611Z Compiling pem-rfc7468 v0.7.0
13422026-05-15T21:14:55.637Z Compiling rustix v1.1.3
13432026-05-15T21:14:55.656Z Compiling iana-time-zone v0.1.65
13442026-05-15T21:14:55.670Z Compiling flagset v0.4.7
13452026-05-15T21:14:55.698Z Compiling vcpkg v0.2.15
13462026-05-15T21:14:55.801Z Compiling aws-lc-rs v1.16.3
13472026-05-15T21:14:55.815Z Compiling tracing-core v0.1.36
13482026-05-15T21:14:55.815Z Compiling uuid v1.23.0
13492026-05-15T21:14:55.856Z Compiling rustc_version v0.4.1
13502026-05-15T21:14:55.873Z Compiling base64 v0.22.1
13512026-05-15T21:14:55.889Z Compiling untrusted v0.7.1
13522026-05-15T21:14:55.938Z Compiling httparse v1.10.1
13532026-05-15T21:14:56.039Z Compiling rand_core v0.9.5
13542026-05-15T21:14:56.083Z Compiling tinyvec_macros v0.1.1
13552026-05-15T21:14:56.121Z Compiling untrusted v0.9.0
13562026-05-15T21:14:56.135Z Compiling openssl-probe v0.2.1
13572026-05-15T21:14:56.167Z Compiling tinyvec v1.10.0
13582026-05-15T21:14:56.208Z Compiling cmake v0.1.57
13592026-05-15T21:14:56.222Z Compiling aho-corasick v1.1.4
13602026-05-15T21:14:56.225Z Compiling schemars v0.8.22
13612026-05-15T21:14:56.261Z Compiling dyn-clone v1.0.20
13622026-05-15T21:14:56.328Z Compiling tower-layer v0.3.3
13632026-05-15T21:14:56.357Z Compiling try-lock v0.2.5
13642026-05-15T21:14:56.397Z Compiling tower-service v0.3.3
13652026-05-15T21:14:56.413Z Compiling rustls v0.23.37
13662026-05-15T21:14:56.428Z Compiling atomic-waker v1.1.2
13672026-05-15T21:14:56.446Z Compiling want v0.3.1
13682026-05-15T21:14:56.475Z Compiling openssl v0.10.79
13692026-05-15T21:14:56.505Z Compiling pin-utils v0.1.0
13702026-05-15T21:14:56.520Z Compiling foreign-types-shared v0.1.1
13712026-05-15T21:14:56.523Z Compiling httpdate v1.0.3
13722026-05-15T21:14:56.547Z Compiling unicode-normalization v0.1.25
13732026-05-15T21:14:56.568Z Compiling spin v0.9.8
13742026-05-15T21:14:56.581Z Compiling powerfmt v0.2.0
13752026-05-15T21:14:56.597Z Compiling native-tls v0.2.18
13762026-05-15T21:14:56.613Z Compiling foreign-types v0.3.2
13772026-05-15T21:14:56.627Z Compiling time-core v0.1.8
13782026-05-15T21:14:56.639Z Compiling num-conv v0.2.0
13792026-05-15T21:14:56.643Z Compiling crc32fast v1.5.0
13802026-05-15T21:14:56.695Z Compiling wait-timeout v0.2.1
13812026-05-15T21:14:56.752Z Compiling deranged v0.5.8
13822026-05-15T21:14:56.783Z Compiling sync_wrapper v1.0.2
13832026-05-15T21:14:56.796Z Compiling num_threads v0.1.7
13842026-05-15T21:14:56.799Z Compiling time-macros v0.2.27
13852026-05-15T21:14:56.825Z Compiling siphasher v1.0.2
13862026-05-15T21:14:56.825Z Compiling quick-error v1.2.3
13872026-05-15T21:14:56.830Z Compiling crossbeam-utils v0.8.21
13882026-05-15T21:14:56.865Z Compiling simd-adler32 v0.3.8
13892026-05-15T21:14:56.906Z Compiling bit-vec v0.8.0
13902026-05-15T21:14:56.922Z Compiling unicode-segmentation v1.12.0
13912026-05-15T21:14:56.972Z Compiling usdt-impl v0.6.0
13922026-05-15T21:14:56.987Z Compiling syn v1.0.109
13932026-05-15T21:14:57.033Z Compiling rand_xorshift v0.4.0
13942026-05-15T21:14:57.059Z Compiling heapless v0.7.17
13952026-05-15T21:14:57.094Z Compiling aws-lc-sys v0.40.0
13962026-05-15T21:14:57.125Z Compiling ring v0.17.14
13972026-05-15T21:14:57.155Z Compiling openssl-sys v0.9.115
13982026-05-15T21:14:57.169Z Compiling regex-automata v0.4.14
13992026-05-15T21:14:57.201Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14002026-05-15T21:14:57.216Z Compiling tempfile v3.25.0
14012026-05-15T21:14:57.320Z Compiling synstructure v0.13.2
14022026-05-15T21:14:57.364Z Compiling serde_derive_internals v0.29.1
14032026-05-15T21:14:57.379Z Compiling pest_generator v2.8.6
14042026-05-15T21:14:57.394Z Compiling darling_core v0.20.11
14052026-05-15T21:14:57.545Z Compiling rusty-fork v0.3.1
14062026-05-15T21:14:57.663Z Compiling darling_core v0.21.3
14072026-05-15T21:14:57.702Z Compiling bzip2-sys v0.1.13+1.0.8
14082026-05-15T21:14:57.799Z Compiling bit-set v0.8.0
14092026-05-15T21:14:57.880Z Compiling slog v2.8.2
14102026-05-15T21:14:57.940Z Compiling thread-id v5.1.0
14112026-05-15T21:14:57.955Z Compiling time v0.3.47
14122026-05-15T21:14:57.970Z Compiling cookie v0.18.1
14132026-05-15T21:14:57.995Z Compiling unarray v0.1.4
14142026-05-15T21:14:58.040Z Compiling zstd-safe v7.2.4
14152026-05-15T21:14:58.057Z Compiling signal-hook v0.3.18
14162026-05-15T21:14:58.082Z Compiling paste v1.0.15
14172026-05-15T21:14:58.097Z Compiling ryu v1.0.23
14182026-05-15T21:14:58.118Z Compiling adler2 v2.0.1
14192026-05-15T21:14:58.171Z Compiling unicode-properties v0.1.4
14202026-05-15T21:14:58.295Z Compiling anyhow v1.0.102
14212026-05-15T21:14:58.298Z Compiling unicode-bidi v0.3.18
14222026-05-15T21:14:58.324Z Compiling allocator-api2 v0.2.21
14232026-05-15T21:14:58.327Z Compiling iri-string v0.7.10
14242026-05-15T21:14:58.369Z Compiling miniz_oxide v0.8.9
14252026-05-15T21:14:58.674Z Compiling stringprep v0.1.5
14262026-05-15T21:14:58.859Z Compiling heck v0.4.1
14272026-05-15T21:14:58.876Z Compiling num-integer v0.1.46
14282026-05-15T21:14:59.016Z Compiling curve25519-dalek v4.1.3
14292026-05-15T21:14:59.065Z Compiling serde_derive v1.0.228
14302026-05-15T21:14:59.097Z Compiling zeroize_derive v1.4.3
14312026-05-15T21:14:59.144Z Compiling zerofrom-derive v0.1.6
14322026-05-15T21:14:59.215Z Compiling yoke-derive v0.8.1
14332026-05-15T21:14:59.243Z Compiling zerovec-derive v0.11.2
14342026-05-15T21:14:59.257Z Compiling zerocopy-derive v0.8.40
14352026-05-15T21:14:59.374Z Compiling displaydoc v0.2.5
14362026-05-15T21:14:59.619Z Compiling tokio-macros v2.7.0
14372026-05-15T21:14:59.780Z Compiling futures-macro v0.3.32
14382026-05-15T21:14:59.795Z Compiling zeroize v1.8.2
14392026-05-15T21:14:59.879Z Compiling der_derive v0.7.3
14402026-05-15T21:15:00.156Z Compiling rustls-pki-types v1.14.0
14412026-05-15T21:15:00.269Z Compiling tracing-attributes v0.1.31
14422026-05-15T21:15:00.381Z Compiling thiserror-impl v2.0.18
14432026-05-15T21:15:00.405Z Compiling pest_derive v2.8.6
14442026-05-15T21:15:00.424Z Compiling schemars_derive v0.8.22
14452026-05-15T21:15:00.594Z Compiling crypto-common v0.1.7
14462026-05-15T21:15:00.616Z Compiling zerofrom v0.1.6
14472026-05-15T21:15:00.643Z Compiling block-buffer v0.10.4
14482026-05-15T21:15:00.646Z Compiling futures-util v0.3.32
14492026-05-15T21:15:00.757Z Compiling yoke v0.8.1
14502026-05-15T21:15:00.770Z Compiling block-padding v0.3.3
14512026-05-15T21:15:00.837Z Compiling digest v0.10.7
14522026-05-15T21:15:00.893Z Compiling scroll_derive v0.13.1
14532026-05-15T21:15:00.909Z Compiling inout v0.1.4
14542026-05-15T21:15:00.948Z Compiling zerovec v0.11.5
14552026-05-15T21:15:00.962Z Compiling zerotrie v0.2.3
14562026-05-15T21:15:01.096Z Compiling hmac v0.12.1
14572026-05-15T21:15:01.109Z Compiling sha2 v0.10.9
14582026-05-15T21:15:01.265Z Compiling cipher v0.4.4
14592026-05-15T21:15:01.280Z Compiling der v0.7.10
14602026-05-15T21:15:01.390Z Compiling pbkdf2 v0.12.2
14612026-05-15T21:15:01.464Z Compiling tinystr v0.8.2
14622026-05-15T21:15:01.522Z Compiling potential_utf v0.1.4
14632026-05-15T21:15:01.543Z Compiling salsa20 v0.10.2
14642026-05-15T21:15:01.633Z Compiling icu_locale_core v2.1.1
14652026-05-15T21:15:01.693Z Compiling icu_collections v2.1.1
14662026-05-15T21:15:01.708Z Compiling scrypt v0.11.0
14672026-05-15T21:15:01.724Z Compiling tracing v0.1.44
14682026-05-15T21:15:01.741Z Compiling aes v0.8.4
14692026-05-15T21:15:01.743Z Compiling cbc v0.1.2
14702026-05-15T21:15:01.773Z Compiling thiserror v2.0.18
14712026-05-15T21:15:01.895Z Compiling scroll v0.13.0
14722026-05-15T21:15:01.921Z Compiling darling_macro v0.20.11
14732026-05-15T21:15:01.986Z Compiling openssl-macros v0.1.1
14742026-05-15T21:15:02.016Z Compiling rustls-native-certs v0.8.3
14752026-05-15T21:15:02.185Z Compiling spki v0.7.3
14762026-05-15T21:15:02.198Z Compiling goblin v0.10.5
14772026-05-15T21:15:02.324Z Compiling icu_provider v2.1.1
14782026-05-15T21:15:02.418Z Compiling pkcs5 v0.7.1
14792026-05-15T21:15:02.432Z Compiling darling v0.20.11
14802026-05-15T21:15:02.460Z Compiling dtrace-parser v0.3.0
14812026-05-15T21:15:02.502Z Compiling derive_builder_core v0.20.2
14822026-05-15T21:15:02.518Z Compiling bytes v1.11.1
14832026-05-15T21:15:02.533Z Compiling chrono v0.4.44
14842026-05-15T21:15:02.550Z Compiling ipnet v2.11.0
14852026-05-15T21:15:02.606Z Compiling icu_properties v2.1.2
14862026-05-15T21:15:02.645Z Compiling icu_normalizer v2.1.1
14872026-05-15T21:15:02.817Z Compiling pkcs8 v0.10.2
14882026-05-15T21:15:02.930Z Compiling signature v2.2.0
14892026-05-15T21:15:02.954Z Compiling webpki-roots v1.0.6
14902026-05-15T21:15:03.079Z Compiling tokio v1.52.1
14912026-05-15T21:15:03.093Z Compiling http v1.4.0
14922026-05-15T21:15:03.132Z Compiling thiserror-impl v1.0.69
14932026-05-15T21:15:03.148Z Compiling scroll_derive v0.12.1
14942026-05-15T21:15:03.151Z Compiling erased-serde v0.3.31
14952026-05-15T21:15:03.214Z Compiling toml_datetime v0.6.11
14962026-05-15T21:15:03.235Z Compiling serde_tokenstream v0.2.3
14972026-05-15T21:15:03.402Z Compiling derive_builder_macro v0.20.2
14982026-05-15T21:15:03.499Z Compiling serde_spanned v0.6.9
14992026-05-15T21:15:03.568Z Compiling idna_adapter v1.2.1
15002026-05-15T21:15:03.664Z Compiling ppv-lite86 v0.2.21
15012026-05-15T21:15:03.700Z Compiling idna v1.1.0
15022026-05-15T21:15:03.726Z Compiling serde_urlencoded v0.7.1
15032026-05-15T21:15:03.785Z Compiling http-body v1.0.1
15042026-05-15T21:15:03.815Z Compiling md-5 v0.10.6
15052026-05-15T21:15:03.885Z Compiling scroll v0.12.0
15062026-05-15T21:15:03.906Z Compiling darling_macro v0.21.3
15072026-05-15T21:15:03.955Z Compiling rand_chacha v0.9.0
15082026-05-15T21:15:04.001Z Compiling url v2.5.8
15092026-05-15T21:15:04.004Z Compiling http-body-util v0.1.3
15102026-05-15T21:15:04.017Z Compiling rand_chacha v0.3.1
15112026-05-15T21:15:04.030Z Compiling bstr v1.12.1
15122026-05-15T21:15:04.078Z Compiling zerocopy-derive v0.7.35
15132026-05-15T21:15:04.171Z Compiling rand v0.9.2
15142026-05-15T21:15:04.266Z Compiling async-trait v0.1.89
15152026-05-15T21:15:04.281Z Compiling pin-project-internal v1.1.11
15162026-05-15T21:15:04.377Z Compiling vergen-lib v0.1.6
15172026-05-15T21:15:04.412Z Compiling ff v0.13.1
15182026-05-15T21:15:04.472Z Compiling thiserror v1.0.69
15192026-05-15T21:15:04.580Z Compiling hash32 v0.2.1
15202026-05-15T21:15:04.595Z Compiling memoffset v0.9.1
15212026-05-15T21:15:04.686Z Compiling zlib-rs v0.6.2
15222026-05-15T21:15:04.715Z Compiling psl-types v2.0.11
15232026-05-15T21:15:04.809Z Compiling proptest v1.10.0
15242026-05-15T21:15:04.836Z Compiling ref-cast v1.0.25
15252026-05-15T21:15:04.858Z Compiling num-bigint-dig v0.8.6
15262026-05-15T21:15:04.871Z Compiling cfg_aliases v0.2.1
15272026-05-15T21:15:04.964Z Compiling dof v0.4.0
15282026-05-15T21:15:04.982Z Compiling rustix v0.38.44
15292026-05-15T21:15:05.003Z Compiling fallible-iterator v0.2.0
15302026-05-15T21:15:05.070Z Compiling litrs v1.0.0
15312026-05-15T21:15:05.127Z Compiling smoltcp v0.9.1
15322026-05-15T21:15:05.163Z Compiling base16ct v0.2.0
15332026-05-15T21:15:05.330Z Compiling sec1 v0.7.3
15342026-05-15T21:15:05.344Z Compiling ipnetwork v0.21.1
15352026-05-15T21:15:05.361Z Compiling postgres-protocol v0.6.10
15362026-05-15T21:15:05.432Z Compiling pin-project v1.1.11
15372026-05-15T21:15:05.551Z Compiling zerocopy v0.7.35
15382026-05-15T21:15:05.555Z Compiling nix v0.31.2
15392026-05-15T21:15:05.578Z Compiling publicsuffix v2.3.0
15402026-05-15T21:15:05.608Z Compiling document-features v0.2.12
15412026-05-15T21:15:05.644Z Compiling oxnet v0.1.4
15422026-05-15T21:15:05.803Z Compiling group v0.13.0
15432026-05-15T21:15:05.861Z Compiling darling v0.21.3
15442026-05-15T21:15:05.901Z Compiling rand v0.8.6
15452026-05-15T21:15:05.946Z Compiling goblin v0.8.2
15462026-05-15T21:15:05.961Z Compiling derive_builder v0.20.2
15472026-05-15T21:15:05.995Z Compiling futures-executor v0.3.32
15482026-05-15T21:15:06.060Z Compiling hex v0.4.3
15492026-05-15T21:15:06.107Z Compiling cargo-platform v0.1.9
15502026-05-15T21:15:06.121Z Compiling hubpack_derive v0.1.1
15512026-05-15T21:15:06.174Z Compiling hkdf v0.12.4
15522026-05-15T21:15:06.214Z Compiling crypto-bigint v0.5.5
15532026-05-15T21:15:06.253Z Compiling regex v1.12.3
15542026-05-15T21:15:06.358Z Compiling num-iter v0.1.45
15552026-05-15T21:15:06.372Z Compiling snafu-derive v0.8.9
15562026-05-15T21:15:06.387Z Compiling curve25519-dalek-derive v0.1.1
15572026-05-15T21:15:06.391Z Compiling strum_macros v0.27.2
15582026-05-15T21:15:06.431Z Compiling daft-derive v0.1.5
15592026-05-15T21:15:06.497Z Compiling ref-cast-impl v1.0.25
15602026-05-15T21:15:06.740Z Compiling terminal_size v0.4.3
15612026-05-15T21:15:06.892Z Compiling tokio-util v0.7.18
15622026-05-15T21:15:06.907Z Compiling tower v0.5.3
15632026-05-15T21:15:06.923Z Compiling tokio-native-tls v0.3.1
15642026-05-15T21:15:07.025Z Compiling phf_shared v0.13.1
15652026-05-15T21:15:07.075Z Compiling lazy_static v1.5.0
15662026-05-15T21:15:07.088Z Compiling vergen v9.0.6
15672026-05-15T21:15:07.121Z Compiling newtype-uuid v1.3.2
15682026-05-15T21:15:07.136Z Compiling fs-err v3.3.0
15692026-05-15T21:15:07.183Z Compiling ahash v0.8.12
15702026-05-15T21:15:07.191Z Compiling encoding_rs v0.8.35
15712026-05-15T21:15:07.284Z Compiling foldhash v0.2.0
15722026-05-15T21:15:07.299Z Compiling libbz2-rs-sys v0.2.2
15732026-05-15T21:15:07.349Z Compiling tower-http v0.6.8
15742026-05-15T21:15:07.396Z Compiling mime v0.3.17
15752026-05-15T21:15:07.412Z Compiling foldhash v0.1.5
15762026-05-15T21:15:07.483Z Compiling object v0.37.3
15772026-05-15T21:15:07.520Z Compiling flate2 v1.1.9
15782026-05-15T21:15:07.601Z Compiling h2 v0.4.13
15792026-05-15T21:15:07.677Z Compiling winnow v0.5.40
15802026-05-15T21:15:07.769Z Compiling managed v0.8.0
15812026-05-15T21:15:07.784Z Compiling same-file v1.0.6
15822026-05-15T21:15:07.917Z Compiling bumpalo v3.20.2
15832026-05-15T21:15:07.960Z Compiling bitflags v1.3.2
15842026-05-15T21:15:07.975Z Compiling walkdir v2.5.0
15852026-05-15T21:15:08.007Z Compiling bzip2 v0.6.1
15862026-05-15T21:15:08.007Z Compiling hashbrown v0.15.5
15872026-05-15T21:15:08.062Z Compiling hashbrown v0.16.1
15882026-05-15T21:15:08.202Z Compiling dof v0.3.0
15892026-05-15T21:15:08.291Z Compiling zopfli v0.8.3
15902026-05-15T21:15:08.349Z Compiling snafu v0.8.9
15912026-05-15T21:15:08.423Z Compiling strum v0.27.2
15922026-05-15T21:15:08.426Z Compiling daft v0.1.5
15932026-05-15T21:15:08.506Z Compiling clap_builder v4.5.60
15942026-05-15T21:15:08.593Z Compiling phf v0.13.1
15952026-05-15T21:15:08.717Z Compiling elliptic-curve v0.13.8
15962026-05-15T21:15:08.769Z Compiling signal-hook-mio v0.2.5
15972026-05-15T21:15:08.880Z Compiling cookie_store v0.22.1
15982026-05-15T21:15:08.902Z Compiling cargo_metadata v0.19.2
15992026-05-15T21:15:08.919Z Compiling hubpack v0.1.2
16002026-05-15T21:15:08.938Z Compiling usdt-attr-macro v0.6.0
16012026-05-15T21:15:08.968Z Compiling usdt-macro v0.6.0
16022026-05-15T21:15:08.982Z Compiling bzip2 v0.4.4
16032026-05-15T21:15:09.151Z Compiling toml_edit v0.19.15
16042026-05-15T21:15:09.165Z Compiling futures v0.3.32
16052026-05-15T21:15:09.188Z Compiling serde_with_macros v3.17.0
16062026-05-15T21:15:09.205Z Compiling zstd v0.13.3
16072026-05-15T21:15:09.237Z Compiling postgres-types v0.2.12
16082026-05-15T21:15:09.513Z Compiling dtrace-parser v0.2.0
16092026-05-15T21:15:09.528Z Compiling globset v0.4.18
16102026-05-15T21:15:09.565Z Compiling ed25519 v2.2.3
16112026-05-15T21:15:09.763Z Compiling pkcs1 v0.7.5
16122026-05-15T21:15:09.781Z Compiling serde-big-array v0.5.1
16132026-05-15T21:15:09.826Z Compiling serde_plain v1.0.2
16142026-05-15T21:15:09.946Z Compiling olpc-cjson v0.1.4
16152026-05-15T21:15:10.046Z Compiling rfc6979 v0.4.0
16162026-05-15T21:15:10.130Z Compiling async-recursion v1.1.1
16172026-05-15T21:15:10.193Z Compiling serde_repr v0.1.20
16182026-05-15T21:15:10.209Z Compiling enum-as-inner v0.6.1
16192026-05-15T21:15:10.249Z Compiling clap_derive v4.5.55
16202026-05-15T21:15:10.283Z Compiling strum_macros v0.26.4
16212026-05-15T21:15:10.298Z Compiling phf_shared v0.11.3
16222026-05-15T21:15:10.360Z Compiling float-cmp v0.10.0
16232026-05-15T21:15:10.500Z Compiling pem v3.0.6
16242026-05-15T21:15:10.516Z Compiling memmap2 v0.9.10
16252026-05-15T21:15:10.516Z Compiling thread-id v4.2.2
16262026-05-15T21:15:10.545Z Compiling env_filter v1.0.0
16272026-05-15T21:15:10.632Z Compiling hyper v1.8.1
16282026-05-15T21:15:10.749Z Compiling keccak v0.1.6
16292026-05-15T21:15:10.765Z Compiling new_debug_unreachable v1.0.6
16302026-05-15T21:15:10.780Z Compiling static_assertions v1.1.0
16312026-05-15T21:15:10.820Z Compiling fixedbitset v0.4.2
16322026-05-15T21:15:10.852Z Compiling difflib v0.4.0
16332026-05-15T21:15:10.865Z Compiling fixedbitset v0.5.7
16342026-05-15T21:15:10.882Z Compiling either v1.15.0
16352026-05-15T21:15:10.887Z Compiling predicates-core v1.0.10
16362026-05-15T21:15:11.057Z Compiling typed-path v0.9.3
16372026-05-15T21:15:11.090Z Compiling whoami v2.1.0
16382026-05-15T21:15:11.104Z Compiling precomputed-hash v0.1.1
16392026-05-15T21:15:11.189Z Compiling normalize-line-endings v0.3.0
16402026-05-15T21:15:11.207Z Compiling jiff v0.2.21
16412026-05-15T21:15:11.298Z Compiling rustc-hash v2.1.1
16422026-05-15T21:15:11.433Z Compiling data-encoding v2.10.0
16432026-05-15T21:15:11.447Z Compiling toml_edit v0.22.27
16442026-05-15T21:15:11.479Z Compiling iddqd v0.3.18
16452026-05-15T21:15:11.581Z Compiling tokio-postgres v0.7.16
16462026-05-15T21:15:11.596Z Compiling predicates v3.1.4
16472026-05-15T21:15:11.625Z Compiling string_cache v0.8.9
16482026-05-15T21:15:11.776Z Compiling hyper-util v0.1.20
16492026-05-15T21:15:11.858Z Compiling hickory-proto v0.25.2
16502026-05-15T21:15:11.873Z Compiling itertools v0.13.0
16512026-05-15T21:15:12.071Z Compiling clap v4.5.60
16522026-05-15T21:15:12.086Z Compiling strum v0.26.3
16532026-05-15T21:15:12.142Z Compiling petgraph v0.8.3
16542026-05-15T21:15:12.168Z Compiling petgraph v0.6.5
16552026-05-15T21:15:12.222Z Compiling sha3 v0.10.8
16562026-05-15T21:15:12.236Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16572026-05-15T21:15:12.266Z Compiling env_logger v0.11.9
16582026-05-15T21:15:12.297Z Compiling usdt v0.6.0
16592026-05-15T21:15:12.585Z Compiling usdt-impl v0.5.0
16602026-05-15T21:15:12.645Z Compiling toml v0.7.8
16612026-05-15T21:15:12.677Z Compiling serde_with v3.17.0
16622026-05-15T21:15:12.698Z Compiling crossterm v0.28.1
16632026-05-15T21:15:13.137Z Compiling hyper-tls v0.6.0
16642026-05-15T21:15:13.193Z Compiling ecdsa v0.16.9
16652026-05-15T21:15:13.257Z Compiling rsa v0.9.10
16662026-05-15T21:15:13.564Z Compiling ed25519-dalek v2.2.0
16672026-05-15T21:15:13.705Z Compiling zip v0.6.6
16682026-05-15T21:15:13.852Z Compiling zip v4.6.1
16692026-05-15T21:15:14.236Z Compiling toml_parser v1.0.9+spec-1.1.0
16702026-05-15T21:15:14.275Z Compiling tokio-stream v0.1.18
16712026-05-15T21:15:14.308Z Compiling buf-list v1.1.2
16722026-05-15T21:15:14.323Z Compiling similar v2.7.0
16732026-05-15T21:15:14.325Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16742026-05-15T21:15:14.352Z Compiling openapiv3 v2.2.0
16752026-05-15T21:15:14.472Z Compiling x509-cert v0.2.5
16762026-05-15T21:15:14.615Z Compiling sha1 v0.10.6
16772026-05-15T21:15:14.667Z Compiling crossbeam-epoch v0.9.18
16782026-05-15T21:15:14.771Z Compiling toml_datetime v0.7.5+spec-1.1.0
16792026-05-15T21:15:14.855Z Compiling lalrpop-util v0.19.12
16802026-05-15T21:15:14.869Z Compiling peg-runtime v0.8.5
16812026-05-15T21:15:14.905Z Compiling thread_local v1.1.9
16822026-05-15T21:15:15.012Z Compiling slog-async v2.8.0
16832026-05-15T21:15:15.060Z Compiling crossbeam-channel v0.5.15
16842026-05-15T21:15:15.076Z Compiling is-terminal v0.4.17
16852026-05-15T21:15:15.099Z Compiling filetime v0.2.27
16862026-05-15T21:15:15.141Z Compiling xattr v1.6.1
16872026-05-15T21:15:15.179Z Compiling term v1.2.1
16882026-05-15T21:15:15.197Z Compiling take_mut v0.2.2
16892026-05-15T21:15:15.301Z Compiling tar v0.4.45
16902026-05-15T21:15:15.451Z Compiling slog-term v2.9.2
16912026-05-15T21:15:33.071Z Compiling rustls-webpki v0.103.9
16922026-05-15T21:15:35.861Z Compiling tokio-rustls v0.26.4
16932026-05-15T21:15:35.861Z Compiling rustls-platform-verifier v0.6.2
16942026-05-15T21:15:36.080Z Compiling hyper-rustls v0.27.7
16952026-05-15T21:15:36.246Z Compiling reqwest v0.12.28
16962026-05-15T21:15:36.246Z Compiling reqwest v0.13.2
16972026-05-15T21:15:37.477Z Compiling tough v0.22.0
16982026-05-15T21:15:39.976Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16992026-05-15T21:15:40.206Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17002026-05-15T21:15:43.030Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.39s
17012026-05-15T21:15:43.161Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17022026-05-15T21:15:43.217ZMay 15 21:15:42.261 INFO Starting download, target: Clickhouse
17032026-05-15T21:15:43.217ZMay 15 21:15:42.262 INFO Starting download, target: Cockroach
17042026-05-15T21:15:43.217ZMay 15 21:15:42.262 INFO Starting download, target: MaghemiteMgd
17052026-05-15T21:15:43.217ZMay 15 21:15:42.262 INFO Starting download, target: Console
17062026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Starting download, target: DendriteStub
17072026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Starting download, target: TransceiverControl
17082026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17092026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17102026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17112026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17122026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-05-15T21:15:43.220ZMay 15 21:15:42.262 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17142026-05-15T21:15:43.825ZMay 15 21:15:42.866 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17152026-05-15T21:15:44.049ZMay 15 21:15:43.094 INFO Download complete, target: TransceiverControl
17162026-05-15T21:15:44.358ZMay 15 21:15:43.398 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-15T21:15:44.589ZMay 15 21:15:43.634 INFO Download complete, target: Console
17182026-05-15T21:15:44.780ZMay 15 21:15:43.814 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17192026-05-15T21:15:45.308ZMay 15 21:15:44.352 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17202026-05-15T21:15:45.430ZMay 15 21:15:44.469 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-15T21:15:45.678ZMay 15 21:15:44.723 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-05-15T21:15:45.678ZMay 15 21:15:44.723 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-05-15T21:15:47.102ZMay 15 21:15:46.137 INFO Download complete, target: DendriteStub
17242026-05-15T21:15:47.703ZMay 15 21:15:46.748 INFO Download complete, target: MaghemiteMgd
17252026-05-15T21:15:50.430ZMay 15 21:15:49.475 INFO Checking that binary works, target: Cockroach
17262026-05-15T21:15:50.586ZMay 15 21:15:49.631 INFO Download complete, target: Cockroach
17272026-05-15T21:15:52.161ZMay 15 21:15:51.203 INFO Checking that binary works, target: Clickhouse
17282026-05-15T21:15:52.243ZMay 15 21:15:51.288 INFO Download complete, target: Clickhouse
17292026-05-15T21:15:52.248ZAll prerequisites installed successfully
17302026-05-15T21:15:52.251Z
17312026-05-15T21:15:52.251Zreal 2:01.180142837
17322026-05-15T21:15:52.251Zuser 6:54.204942594
17332026-05-15T21:15:52.251Zsys 1:40.553620344
17342026-05-15T21:15:52.251Ztrap 0.257696127
17352026-05-15T21:15:52.251Ztflt 1.874125292
17362026-05-15T21:15:52.251Zdflt 2.624231721
17372026-05-15T21:15:52.251Zkflt 0.038417295
17382026-05-15T21:15:52.251Zlock 22:45.665451795
17392026-05-15T21:15:52.251Zslp 19:00.439792328
17402026-05-15T21:15:52.251Zlat 23.979261413
17412026-05-15T21:15:52.251Zstop 2:48.649054949
17422026-05-15T21:15:52.251Z+ ptime -m cargo xtask download softnpu
17432026-05-15T21:15:52.766Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17442026-05-15T21:15:52.795Z Running `target/debug/xtask download softnpu`
17452026-05-15T21:15:53.550Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s
17462026-05-15T21:15:53.620Z Running `target/debug/xtask-downloader softnpu`
17472026-05-15T21:15:53.660ZMay 15 21:15:52.704 INFO Starting download, target: Softnpu
17482026-05-15T21:15:53.663ZMay 15 21:15:52.705 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17492026-05-15T21:15:54.204ZMay 15 21:15:53.246 INFO Download complete, target: Softnpu
17502026-05-15T21:15:54.209Z
17512026-05-15T21:15:54.209Zreal 1.949776755
17522026-05-15T21:15:54.209Zuser 1.328503868
17532026-05-15T21:15:54.209Zsys 0.647246162
17542026-05-15T21:15:54.209Ztrap 0.000660580
17552026-05-15T21:15:54.209Ztflt 0.000202290
17562026-05-15T21:15:54.209Zdflt 0.000048400
17572026-05-15T21:15:54.209Zkflt 0.000000000
17582026-05-15T21:15:54.209Zlock 9.903380131
17592026-05-15T21:15:54.209Zslp 0.407448899
17602026-05-15T21:15:54.209Zlat 0.083440848
17612026-05-15T21:15:54.209Zstop 0.000164630
17622026-05-15T21:15:54.209Z+ export CARGO_INCREMENTAL=0
17632026-05-15T21:15:54.210Z+ CARGO_INCREMENTAL=0
17642026-05-15T21:15:54.210Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17652026-05-15T21:15:55.097Z Compiling proc-macro2 v1.0.106
17662026-05-15T21:15:55.097Z Compiling quote v1.0.45
17672026-05-15T21:15:55.097Z Compiling unicode-ident v1.0.24
17682026-05-15T21:15:55.097Z Compiling libc v0.2.185
17692026-05-15T21:15:55.100Z Compiling serde_core v1.0.228
17702026-05-15T21:15:55.100Z Compiling serde v1.0.228
17712026-05-15T21:15:55.100Z Compiling cfg-if v1.0.4
17722026-05-15T21:15:55.100Z Compiling version_check v0.9.5
17732026-05-15T21:15:55.100Z Compiling shlex v1.3.0
17742026-05-15T21:15:55.100Z Compiling find-msvc-tools v0.1.9
17752026-05-15T21:15:55.242Z Compiling typenum v1.19.0
17762026-05-15T21:15:55.269Z Compiling zmij v1.0.21
17772026-05-15T21:15:55.272Z Compiling autocfg v1.5.0
17782026-05-15T21:15:55.272Z Compiling serde_json v1.0.149
17792026-05-15T21:15:55.272Z Compiling memchr v2.8.0
17802026-05-15T21:15:55.407Z Compiling portable-atomic v1.13.1
17812026-05-15T21:15:55.422Z Compiling libm v0.2.16
17822026-05-15T21:15:55.527Z Compiling zerocopy v0.8.40
17832026-05-15T21:15:55.558Z Compiling generic-array v0.14.7
17842026-05-15T21:15:55.572Z Compiling parking_lot_core v0.9.12
17852026-05-15T21:15:55.600Z Compiling smallvec v1.15.1
17862026-05-15T21:15:55.625Z Compiling icu_normalizer_data v2.1.1
17872026-05-15T21:15:55.816Z Compiling num-traits v0.2.19
17882026-05-15T21:15:55.833Z Compiling icu_properties_data v2.1.2
17892026-05-15T21:15:55.853Z Compiling itoa v1.0.17
17902026-05-15T21:15:55.857Z Compiling getrandom v0.4.1
17912026-05-15T21:15:55.897Z Compiling log v0.4.29
17922026-05-15T21:15:55.900Z Compiling stable_deref_trait v1.2.1
17932026-05-15T21:15:55.930Z Compiling pkg-config v0.3.32
17942026-05-15T21:15:55.977Z Compiling subtle v2.6.1
17952026-05-15T21:15:56.147Z Compiling scopeguard v1.2.0
17962026-05-15T21:15:56.180Z Compiling percent-encoding v2.3.2
17972026-05-15T21:15:56.185Z Compiling writeable v0.6.2
17982026-05-15T21:15:56.244Z Compiling jobserver v0.1.34
17992026-05-15T21:15:56.244Z Compiling getrandom v0.2.17
18002026-05-15T21:15:56.274Z Compiling errno v0.3.14
18012026-05-15T21:15:56.353Z Compiling lock_api v0.4.14
18022026-05-15T21:15:56.424Z Compiling rand_core v0.6.4
18032026-05-15T21:15:56.441Z Compiling litemap v0.8.1
18042026-05-15T21:15:56.462Z Compiling cc v1.2.56
18052026-05-15T21:15:56.588Z Compiling syn v2.0.117
18062026-05-15T21:15:56.609Z Compiling pin-project-lite v0.2.17
18072026-05-15T21:15:56.660Z Compiling fnv v1.0.7
18082026-05-15T21:15:56.704Z Compiling thiserror v2.0.18
18092026-05-15T21:15:56.752Z Compiling getrandom v0.3.4
18102026-05-15T21:15:56.770Z Compiling equivalent v1.0.2
18112026-05-15T21:15:56.770Z Compiling fs_extra v1.3.0
18122026-05-15T21:15:56.792Z Compiling dunce v1.0.5
18132026-05-15T21:15:56.848Z Compiling utf8_iter v1.0.4
18142026-05-15T21:15:56.888Z Compiling rustversion v1.0.22
18152026-05-15T21:15:56.908Z Compiling schemars v0.8.22
18162026-05-15T21:15:56.911Z Compiling rand_core v0.10.0
18172026-05-15T21:15:57.023Z Compiling form_urlencoded v1.2.2
18182026-05-15T21:15:57.107Z Compiling critical-section v1.2.0
18192026-05-15T21:15:57.143Z Compiling signal-hook-registry v1.4.8
18202026-05-15T21:15:57.167Z Compiling rustix v1.1.3
18212026-05-15T21:15:57.227Z Compiling cmake v0.1.57
18222026-05-15T21:15:57.245Z Compiling hashbrown v0.17.0
18232026-05-15T21:15:57.324Z Compiling socket2 v0.6.3
18242026-05-15T21:15:57.356Z Compiling parking_lot v0.12.5
18252026-05-15T21:15:57.549Z Compiling once_cell v1.21.3
18262026-05-15T21:15:57.578Z Compiling mio v1.2.0
18272026-05-15T21:15:57.715Z Compiling bitflags v2.11.0
18282026-05-15T21:15:57.795Z Compiling semver v1.0.28
18292026-05-15T21:15:57.874Z Compiling indexmap v2.14.0
18302026-05-15T21:15:57.947Z Compiling const-oid v0.9.6
18312026-05-15T21:15:57.948Z Compiling ring v0.17.14
18322026-05-15T21:15:57.948Z Compiling aws-lc-sys v0.40.0
18332026-05-15T21:15:58.078Z Compiling aws-lc-rs v1.16.3
18342026-05-15T21:15:58.108Z Compiling futures-core v0.3.32
18352026-05-15T21:15:58.173Z Compiling httparse v1.10.1
18362026-05-15T21:15:58.237Z Compiling vcpkg v0.2.15
18372026-05-15T21:15:58.250Z Compiling strsim v0.11.1
18382026-05-15T21:15:58.287Z Compiling thiserror v1.0.69
18392026-05-15T21:15:58.375Z Compiling iana-time-zone v0.1.65
18402026-05-15T21:15:58.496Z Compiling byteorder v1.5.0
18412026-05-15T21:15:58.521Z Compiling ucd-trie v0.1.7
18422026-05-15T21:15:58.614Z Compiling ident_case v1.0.1
18432026-05-15T21:15:58.640Z Compiling heck v0.5.0
18442026-05-15T21:15:58.641Z Compiling regex-syntax v0.8.10
18452026-05-15T21:15:58.641Z Compiling syn v1.0.109
18462026-05-15T21:15:58.641Z Compiling uuid v1.23.0
18472026-05-15T21:15:58.726Z Compiling pest v2.8.6
18482026-05-15T21:15:58.744Z Compiling cpufeatures v0.2.17
18492026-05-15T21:15:58.808Z Compiling rustls v0.23.37
18502026-05-15T21:15:58.832Z Compiling openssl-sys v0.9.115
18512026-05-15T21:15:59.029Z Compiling futures-sink v0.3.32
18522026-05-15T21:15:59.096Z Compiling rustc_version v0.4.1
18532026-05-15T21:15:59.104Z Compiling futures-io v0.3.32
18542026-05-15T21:15:59.115Z Compiling futures-channel v0.3.32
18552026-05-15T21:15:59.255Z Compiling slab v0.4.12
18562026-05-15T21:15:59.280Z Compiling futures-task v0.3.32
18572026-05-15T21:15:59.362Z Compiling aho-corasick v1.1.4
18582026-05-15T21:15:59.396Z Compiling synstructure v0.13.2
18592026-05-15T21:15:59.411Z Compiling serde_derive_internals v0.29.1
18602026-05-15T21:15:59.486Z Compiling dyn-clone v1.0.20
18612026-05-15T21:15:59.670Z Compiling base64 v0.22.1
18622026-05-15T21:15:59.678Z Compiling plain v0.2.3
18632026-05-15T21:15:59.704Z Compiling openssl v0.10.79
18642026-05-15T21:15:59.810Z Compiling pest_meta v2.8.6
18652026-05-15T21:15:59.810Z Compiling crc32fast v1.5.0
18662026-05-15T21:15:59.849Z Compiling num-conv v0.2.0
18672026-05-15T21:15:59.934Z Compiling crossbeam-utils v0.8.21
18682026-05-15T21:16:00.013Z Compiling time-core v0.1.8
18692026-05-15T21:16:00.117Z Compiling pretty-hex v0.4.1
18702026-05-15T21:16:00.153Z Compiling native-tls v0.2.18
18712026-05-15T21:16:00.185Z Compiling time-macros v0.2.27
18722026-05-15T21:16:00.202Z Compiling regex-automata v0.4.14
18732026-05-15T21:16:00.230Z Compiling anyhow v1.0.102
18742026-05-15T21:16:00.262Z Compiling base64ct v1.8.3
18752026-05-15T21:16:00.277Z Compiling darling_core v0.21.3
18762026-05-15T21:16:00.379Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18772026-05-15T21:16:00.395Z Compiling pest_generator v2.8.6
18782026-05-15T21:16:00.431Z Compiling tracing-core v0.1.36
18792026-05-15T21:16:00.540Z Compiling pem-rfc7468 v0.7.0
18802026-05-15T21:16:00.649Z Compiling serde_derive v1.0.228
18812026-05-15T21:16:00.737Z Compiling zeroize_derive v1.4.3
18822026-05-15T21:16:00.759Z Compiling zerofrom-derive v0.1.6
18832026-05-15T21:16:00.792Z Compiling yoke-derive v0.8.1
18842026-05-15T21:16:00.808Z Compiling zerovec-derive v0.11.2
18852026-05-15T21:16:00.823Z Compiling displaydoc v0.2.5
18862026-05-15T21:16:01.026Z Compiling zerocopy-derive v0.8.40
18872026-05-15T21:16:01.070Z Compiling tokio-macros v2.7.0
18882026-05-15T21:16:01.144Z Compiling futures-macro v0.3.32
18892026-05-15T21:16:01.348Z Compiling zeroize v1.8.2
18902026-05-15T21:16:01.603Z Compiling thiserror-impl v2.0.18
18912026-05-15T21:16:01.742Z Compiling schemars_derive v0.8.22
18922026-05-15T21:16:01.763Z Compiling tracing-attributes v0.1.31
18932026-05-15T21:16:01.851Z Compiling der_derive v0.7.3
18942026-05-15T21:16:01.873Z Compiling zerofrom v0.1.6
18952026-05-15T21:16:02.017Z Compiling yoke v0.8.1
18962026-05-15T21:16:02.064Z Compiling crypto-common v0.1.7
18972026-05-15T21:16:02.190Z Compiling zerovec v0.11.5
18982026-05-15T21:16:02.233Z Compiling zerotrie v0.2.3
18992026-05-15T21:16:02.284Z Compiling block-buffer v0.10.4
19002026-05-15T21:16:02.480Z Compiling digest v0.10.7
19012026-05-15T21:16:02.692Z Compiling thiserror-impl v1.0.69
19022026-05-15T21:16:02.790Z Compiling tinystr v0.8.2
19032026-05-15T21:16:02.819Z Compiling potential_utf v0.1.4
19042026-05-15T21:16:02.824Z Compiling pest_derive v2.8.6
19052026-05-15T21:16:02.869Z Compiling futures-util v0.3.32
19062026-05-15T21:16:02.946Z Compiling icu_collections v2.1.1
19072026-05-15T21:16:02.969Z Compiling icu_locale_core v2.1.1
19082026-05-15T21:16:03.038Z Compiling hmac v0.12.1
19092026-05-15T21:16:03.344Z Compiling block-padding v0.3.3
19102026-05-15T21:16:03.507Z Compiling inout v0.1.4
19112026-05-15T21:16:03.649Z Compiling rustls-pki-types v1.14.0
19122026-05-15T21:16:03.680Z Compiling icu_provider v2.1.1
19132026-05-15T21:16:03.702Z Compiling openssl-macros v0.1.1
19142026-05-15T21:16:03.717Z Compiling cipher v0.4.4
19152026-05-15T21:16:03.814Z Compiling bytes v1.11.1
19162026-05-15T21:16:03.881Z Compiling chrono v0.4.44
19172026-05-15T21:16:03.981Z Compiling icu_properties v2.1.2
19182026-05-15T21:16:03.994Z Compiling icu_normalizer v2.1.1
19192026-05-15T21:16:04.105Z Compiling serde_tokenstream v0.2.3
19202026-05-15T21:16:04.409Z Compiling tokio v1.52.1
19212026-05-15T21:16:04.729Z Compiling sha2 v0.10.9
19222026-05-15T21:16:04.921Z Compiling idna_adapter v1.2.1
19232026-05-15T21:16:05.077Z Compiling idna v1.1.0
19242026-05-15T21:16:05.172Z Compiling ppv-lite86 v0.2.21
19252026-05-15T21:16:05.274Z Compiling scroll_derive v0.13.1
19262026-05-15T21:16:05.313Z Compiling scroll_derive v0.12.1
19272026-05-15T21:16:05.474Z Compiling url v2.5.8
19282026-05-15T21:16:05.549Z Compiling http v1.4.0
19292026-05-15T21:16:05.602Z Compiling untrusted v0.9.0
19302026-05-15T21:16:05.722Z Compiling flagset v0.4.7
19312026-05-15T21:16:05.868Z Compiling der v0.7.10
19322026-05-15T21:16:05.956Z Compiling tracing v0.1.44
19332026-05-15T21:16:06.047Z Compiling regex v1.12.3
19342026-05-15T21:16:06.144Z Compiling darling_macro v0.21.3
19352026-05-15T21:16:06.378Z Compiling zerocopy-derive v0.7.35
19362026-05-15T21:16:06.465Z Compiling rand_core v0.9.5
19372026-05-15T21:16:06.586Z Compiling slog v2.8.2
19382026-05-15T21:16:06.831Z Compiling spki v0.7.3
19392026-05-15T21:16:07.053Z Compiling darling v0.21.3
19402026-05-15T21:16:07.068Z Compiling salsa20 v0.10.2
19412026-05-15T21:16:07.149Z Compiling pbkdf2 v0.12.2
19422026-05-15T21:16:07.456Z Compiling cookie v0.18.1
19432026-05-15T21:16:07.608Z Compiling camino v1.2.2
19442026-05-15T21:16:07.922Z Compiling scrypt v0.11.0
19452026-05-15T21:16:07.949Z Compiling rand_chacha v0.9.0
19462026-05-15T21:16:07.966Z Compiling http-body v1.0.1
19472026-05-15T21:16:08.002Z Compiling aes v0.8.4
19482026-05-15T21:16:08.005Z Compiling cbc v0.1.2
19492026-05-15T21:16:08.103Z Compiling tokio-util v0.7.18
19502026-05-15T21:16:08.186Z Compiling usdt-impl v0.5.0
19512026-05-15T21:16:08.213Z Compiling tinyvec_macros v0.1.1
19522026-05-15T21:16:08.337Z Compiling winnow v0.7.14
19532026-05-15T21:16:08.377Z Compiling either v1.15.0
19542026-05-15T21:16:08.441Z Compiling untrusted v0.7.1
19552026-05-15T21:16:08.446Z Compiling unicode-segmentation v1.12.0
19562026-05-15T21:16:08.473Z Compiling paste v1.0.15
19572026-05-15T21:16:08.491Z Compiling openssl-probe v0.2.1
19582026-05-15T21:16:08.606Z Compiling ref-cast v1.0.25
19592026-05-15T21:16:08.669Z Compiling atomic-waker v1.1.2
19602026-05-15T21:16:08.746Z Compiling usdt-impl v0.6.0
19612026-05-15T21:16:08.886Z Compiling pkcs5 v0.7.1
19622026-05-15T21:16:08.917Z Compiling tinyvec v1.10.0
19632026-05-15T21:16:08.991Z Compiling rand v0.9.2
19642026-05-15T21:16:09.354Z Compiling scroll v0.13.0
19652026-05-15T21:16:09.372Z Compiling scroll v0.12.0
19662026-05-15T21:16:09.471Z Compiling serde_spanned v0.6.9
19672026-05-15T21:16:09.491Z Compiling toml_datetime v0.6.11
19682026-05-15T21:16:09.531Z Compiling async-trait v0.1.89
19692026-05-15T21:16:09.576Z Compiling heapless v0.7.17
19702026-05-15T21:16:09.652Z Compiling bzip2-sys v0.1.13+1.0.8
19712026-05-15T21:16:09.668Z Compiling tower-service v0.3.3
19722026-05-15T21:16:09.692Z Compiling tower-layer v0.3.3
19732026-05-15T21:16:09.755Z Compiling fastrand v2.3.0
19742026-05-15T21:16:09.931Z Compiling signal-hook v0.3.18
19752026-05-15T21:16:09.947Z Compiling try-lock v0.2.5
19762026-05-15T21:16:09.979Z Compiling zstd-safe v7.2.4
19772026-05-15T21:16:10.115Z Compiling h2 v0.4.13
19782026-05-15T21:16:10.130Z Compiling want v0.3.1
19792026-05-15T21:16:10.238Z Compiling toml_parser v1.0.9+spec-1.1.0
19802026-05-15T21:16:10.241Z Compiling goblin v0.8.2
19812026-05-15T21:16:10.267Z Compiling goblin v0.10.5
19822026-05-15T21:16:10.381Z Compiling pkcs8 v0.10.2
19832026-05-15T21:16:10.513Z Compiling heck v0.4.1
19842026-05-15T21:16:10.681Z Compiling zerocopy v0.7.35
19852026-05-15T21:16:10.711Z Compiling ipnet v2.11.0
19862026-05-15T21:16:10.811Z Compiling ref-cast-impl v1.0.25
19872026-05-15T21:16:10.886Z Compiling darling_core v0.20.11
19882026-05-15T21:16:11.186Z Compiling curve25519-dalek v4.1.3
19892026-05-15T21:16:11.239Z Compiling toml_datetime v0.7.5+spec-1.1.0
19902026-05-15T21:16:11.363Z Compiling memoffset v0.9.1
19912026-05-15T21:16:11.450Z Compiling litrs v1.0.0
19922026-05-15T21:16:11.549Z Compiling rustix v0.38.44
19932026-05-15T21:16:11.581Z Compiling winnow v0.5.40
19942026-05-15T21:16:11.941Z Compiling httpdate v1.0.3
19952026-05-15T21:16:11.941Z Compiling pin-utils v0.1.0
19962026-05-15T21:16:12.064Z Compiling foreign-types-shared v0.1.1
19972026-05-15T21:16:12.170Z Compiling foreign-types v0.3.2
19982026-05-15T21:16:12.258Z Compiling document-features v0.2.12
19992026-05-15T21:16:12.357Z Compiling tempfile v3.25.0
20002026-05-15T21:16:12.689Z Compiling dof v0.3.0
20012026-05-15T21:16:12.800Z Compiling unicode-normalization v0.1.25
20022026-05-15T21:16:12.866Z Compiling darling_macro v0.20.11
20032026-05-15T21:16:12.898Z Compiling toml_edit v0.19.15
20042026-05-15T21:16:13.039Z Compiling hyper v1.8.1
20052026-05-15T21:16:13.120Z Compiling dof v0.4.0
20062026-05-15T21:16:13.321Z Compiling dtrace-parser v0.2.0
20072026-05-15T21:16:13.368Z Compiling dtrace-parser v0.3.0
20082026-05-15T21:16:13.566Z Compiling pin-project-internal v1.1.11
20092026-05-15T21:16:13.581Z Compiling daft-derive v0.1.5
20102026-05-15T21:16:13.710Z Compiling spin v0.9.8
20112026-05-15T21:16:13.766Z Compiling thread-id v4.2.2
20122026-05-15T21:16:13.867Z Compiling thread-id v5.1.0
20132026-05-15T21:16:13.942Z Compiling cfg_aliases v0.2.1
20142026-05-15T21:16:13.972Z Compiling powerfmt v0.2.0
20152026-05-15T21:16:14.007Z Compiling smoltcp v0.9.1
20162026-05-15T21:16:14.026Z Compiling num-bigint-dig v0.8.6
20172026-05-15T21:16:14.049Z Compiling nix v0.31.2
20182026-05-15T21:16:14.179Z Compiling deranged v0.5.8
20192026-05-15T21:16:14.238Z Compiling hyper-util v0.1.20
20202026-05-15T21:16:14.508Z Compiling darling v0.20.11
20212026-05-15T21:16:14.614Z Compiling rustls-native-certs v0.8.3
20222026-05-15T21:16:14.812Z Compiling ipnetwork v0.21.1
20232026-05-15T21:16:15.032Z Compiling strum_macros v0.26.4
20242026-05-15T21:16:15.048Z Compiling curve25519-dalek-derive v0.1.1
20252026-05-15T21:16:15.316Z Compiling sync_wrapper v1.0.2
20262026-05-15T21:16:15.346Z Compiling wait-timeout v0.2.1
20272026-05-15T21:16:15.461Z Compiling bit-vec v0.8.0
20282026-05-15T21:16:15.594Z Compiling utf8parse v0.2.2
20292026-05-15T21:16:15.662Z Compiling anstyle v1.0.13
20302026-05-15T21:16:15.716Z Compiling siphasher v1.0.2
20312026-05-15T21:16:15.901Z Compiling num_threads v0.1.7
20322026-05-15T21:16:15.934Z Compiling quick-error v1.2.3
20332026-05-15T21:16:15.937Z Compiling simd-adler32 v0.3.8
20342026-05-15T21:16:16.055Z Compiling rusty-fork v0.3.1
20352026-05-15T21:16:16.143Z Compiling time v0.3.47
20362026-05-15T21:16:16.354Z Compiling anstyle-parse v0.2.7
20372026-05-15T21:16:16.393Z Compiling bit-set v0.8.0
20382026-05-15T21:16:16.440Z Compiling tower v0.5.3
20392026-05-15T21:16:16.723Z Compiling derive_builder_core v0.20.2
20402026-05-15T21:16:16.773Z Compiling snafu-derive v0.8.9
20412026-05-15T21:16:16.920Z Compiling http-body-util v0.1.3
20422026-05-15T21:16:17.196Z Compiling webpki-roots v1.0.6
20432026-05-15T21:16:17.220Z Compiling rand_xorshift v0.4.0
20442026-05-15T21:16:17.330Z Compiling signature v2.2.0
20452026-05-15T21:16:17.353Z Compiling hubpack_derive v0.1.1
20462026-05-15T21:16:17.387Z Compiling strum_macros v0.27.2
20472026-05-15T21:16:17.587Z Compiling fs-err v3.3.0
20482026-05-15T21:16:17.685Z Compiling ahash v0.8.12
20492026-05-15T21:16:17.724Z Compiling colorchoice v1.0.4
20502026-05-15T21:16:17.845Z Compiling allocator-api2 v0.2.21
20512026-05-15T21:16:17.861Z Compiling unarray v0.1.4
20522026-05-15T21:16:17.929Z Compiling unicode-bidi v0.3.18
20532026-05-15T21:16:17.966Z Compiling is_terminal_polyfill v1.70.2
20542026-05-15T21:16:17.969Z Compiling adler2 v2.0.1
20552026-05-15T21:16:17.969Z Compiling anstyle-query v1.1.5
20562026-05-15T21:16:17.998Z Compiling ryu v1.0.23
20572026-05-15T21:16:18.118Z Compiling iri-string v0.7.10
20582026-05-15T21:16:18.134Z Compiling unicode-properties v0.1.4
20592026-05-15T21:16:18.201Z Compiling object v0.37.3
20602026-05-15T21:16:18.204Z Compiling serde_urlencoded v0.7.1
20612026-05-15T21:16:18.349Z Compiling stringprep v0.1.5
20622026-05-15T21:16:18.364Z Compiling anstream v0.6.21
20632026-05-15T21:16:18.426Z Compiling miniz_oxide v0.8.9
20642026-05-15T21:16:18.472Z Compiling proptest v1.10.0
20652026-05-15T21:16:18.671Z Compiling derive_builder_macro v0.20.2
20662026-05-15T21:16:18.942Z Compiling tokio-native-tls v0.3.1
20672026-05-15T21:16:18.954Z Compiling usdt-attr-macro v0.6.0
20682026-05-15T21:16:18.981Z Compiling usdt-macro v0.6.0
20692026-05-15T21:16:19.282Z Compiling tower-http v0.6.8
20702026-05-15T21:16:19.375Z Compiling rand_chacha v0.3.1
20712026-05-15T21:16:19.496Z Compiling erased-serde v0.3.31
20722026-05-15T21:16:19.529Z Compiling md-5 v0.10.6
20732026-05-15T21:16:19.533Z Compiling bstr v1.12.1
20742026-05-15T21:16:19.721Z Compiling num-integer v0.1.46
20752026-05-15T21:16:19.741Z Compiling hash32 v0.2.1
20762026-05-15T21:16:19.744Z Compiling vergen-lib v0.1.6
20772026-05-15T21:16:19.756Z Compiling ff v0.13.1
20782026-05-15T21:16:19.868Z Compiling base16ct v0.2.0
20792026-05-15T21:16:19.937Z Compiling zlib-rs v0.6.2
20802026-05-15T21:16:19.951Z Compiling fallible-iterator v0.2.0
20812026-05-15T21:16:19.966Z Compiling psl-types v2.0.11
20822026-05-15T21:16:20.035Z Compiling sec1 v0.7.3
20832026-05-15T21:16:20.103Z Compiling publicsuffix v2.3.0
20842026-05-15T21:16:20.122Z Compiling num-iter v0.1.45
20852026-05-15T21:16:20.167Z Compiling group v0.13.0
20862026-05-15T21:16:20.259Z Compiling postgres-protocol v0.6.10
20872026-05-15T21:16:20.296Z Compiling rand v0.8.6
20882026-05-15T21:16:20.608Z Compiling newtype-uuid v1.3.2
20892026-05-15T21:16:20.628Z Compiling oxnet v0.1.4
20902026-05-15T21:16:20.833Z Compiling derive_builder v0.20.2
20912026-05-15T21:16:20.920Z Compiling hyper-tls v0.6.0
20922026-05-15T21:16:20.988Z Compiling phf_shared v0.13.1
20932026-05-15T21:16:21.008Z Compiling pin-project v1.1.11
20942026-05-15T21:16:21.154Z Compiling lazy_static v1.5.0
20952026-05-15T21:16:21.298Z Compiling terminal_size v0.4.3
20962026-05-15T21:16:21.326Z Compiling serde_with_macros v3.17.0
20972026-05-15T21:16:21.339Z Compiling futures-executor v0.3.32
20982026-05-15T21:16:21.342Z Compiling hex v0.4.3
20992026-05-15T21:16:21.596Z Compiling cargo-platform v0.1.9
21002026-05-15T21:16:21.618Z Compiling hkdf v0.12.4
21012026-05-15T21:16:21.675Z Compiling crypto-bigint v0.5.5
21022026-05-15T21:16:21.740Z Compiling async-recursion v1.1.1
21032026-05-15T21:16:21.755Z Compiling clap_derive v4.5.55
21042026-05-15T21:16:21.781Z Compiling enum-as-inner v0.6.1
21052026-05-15T21:16:21.856Z Compiling serde_repr v0.1.20
21062026-05-15T21:16:21.893Z Compiling vergen v9.0.6
21072026-05-15T21:16:22.105Z Compiling flate2 v1.1.9
21082026-05-15T21:16:22.238Z Compiling encoding_rs v0.8.35
21092026-05-15T21:16:22.300Z Compiling foldhash v0.2.0
21102026-05-15T21:16:22.333Z Compiling bitflags v1.3.2
21112026-05-15T21:16:22.372Z Compiling managed v0.8.0
21122026-05-15T21:16:22.388Z Compiling same-file v1.0.6
21132026-05-15T21:16:22.401Z Compiling libbz2-rs-sys v0.2.2
21142026-05-15T21:16:22.540Z Compiling bumpalo v3.20.2
21152026-05-15T21:16:22.611Z Compiling mime v0.3.17
21162026-05-15T21:16:22.732Z Compiling foldhash v0.1.5
21172026-05-15T21:16:22.804Z Compiling clap_lex v1.0.0
21182026-05-15T21:16:22.821Z Compiling bzip2 v0.6.1
21192026-05-15T21:16:22.875Z Compiling hashbrown v0.15.5
21202026-05-15T21:16:22.915Z Compiling zopfli v0.8.3
21212026-05-15T21:16:22.996Z Compiling clap_builder v4.5.60
21222026-05-15T21:16:23.044Z Compiling elliptic-curve v0.13.8
21232026-05-15T21:16:23.418Z Compiling hashbrown v0.16.1
21242026-05-15T21:16:23.435Z Compiling walkdir v2.5.0
21252026-05-15T21:16:23.492Z Compiling zstd v0.13.3
21262026-05-15T21:16:23.510Z Compiling cargo_metadata v0.19.2
21272026-05-15T21:16:23.597Z Compiling futures v0.3.32
21282026-05-15T21:16:23.930Z Compiling phf v0.13.1
21292026-05-15T21:16:23.946Z Compiling snafu v0.8.9
21302026-05-15T21:16:24.012Z Compiling signal-hook-mio v0.2.5
21312026-05-15T21:16:24.110Z Compiling daft v0.1.5
21322026-05-15T21:16:24.149Z Compiling cookie_store v0.22.1
21332026-05-15T21:16:24.300Z Compiling postgres-types v0.2.12
21342026-05-15T21:16:24.346Z Compiling bzip2 v0.4.4
21352026-05-15T21:16:24.397Z Compiling globset v0.4.18
21362026-05-15T21:16:24.564Z Compiling strum v0.27.2
21372026-05-15T21:16:24.802Z Compiling hubpack v0.1.2
21382026-05-15T21:16:24.836Z Compiling ed25519 v2.2.3
21392026-05-15T21:16:24.868Z Compiling phf_shared v0.11.3
21402026-05-15T21:16:24.948Z Compiling crossbeam-epoch v0.9.18
21412026-05-15T21:16:25.016Z Compiling olpc-cjson v0.1.4
21422026-05-15T21:16:25.038Z Compiling pkcs1 v0.7.5
21432026-05-15T21:16:25.069Z Compiling pem v3.0.6
21442026-05-15T21:16:25.195Z Compiling serde_plain v1.0.2
21452026-05-15T21:16:25.234Z Compiling serde-big-array v0.5.1
21462026-05-15T21:16:25.320Z Compiling rfc6979 v0.4.0
21472026-05-15T21:16:25.345Z Compiling float-cmp v0.10.0
21482026-05-15T21:16:25.373Z Compiling memmap2 v0.9.10
21492026-05-15T21:16:25.394Z Compiling env_filter v1.0.0
21502026-05-15T21:16:25.428Z Compiling typed-path v0.9.3
21512026-05-15T21:16:25.431Z Compiling whoami v2.1.0
21522026-05-15T21:16:25.465Z Compiling fixedbitset v0.4.2
21532026-05-15T21:16:25.468Z Compiling fixedbitset v0.5.7
21542026-05-15T21:16:25.509Z Compiling difflib v0.4.0
21552026-05-15T21:16:25.601Z Compiling data-encoding v2.10.0
21562026-05-15T21:16:25.684Z Compiling static_assertions v1.1.0
21572026-05-15T21:16:25.766Z Compiling predicates-core v1.0.10
21582026-05-15T21:16:25.782Z Compiling toml_write v0.1.2
21592026-05-15T21:16:25.797Z Compiling keccak v0.1.6
21602026-05-15T21:16:25.922Z Compiling jiff v0.2.21
21612026-05-15T21:16:25.951Z Compiling precomputed-hash v0.1.1
21622026-05-15T21:16:25.975Z Compiling rustc-hash v2.1.1
21632026-05-15T21:16:25.996Z Compiling new_debug_unreachable v1.0.6
21642026-05-15T21:16:26.031Z Compiling normalize-line-endings v0.3.0
21652026-05-15T21:16:26.082Z Compiling iddqd v0.3.18
21662026-05-15T21:16:26.112Z Compiling string_cache v0.8.9
21672026-05-15T21:16:26.139Z Compiling predicates v3.1.4
21682026-05-15T21:16:26.191Z Compiling sha3 v0.10.8
21692026-05-15T21:16:26.299Z Compiling toml_edit v0.22.27
21702026-05-15T21:16:26.345Z Compiling hickory-proto v0.25.2
21712026-05-15T21:16:26.458Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21722026-05-15T21:16:26.475Z Compiling petgraph v0.8.3
21732026-05-15T21:16:26.721Z Compiling tokio-postgres v0.7.16
21742026-05-15T21:16:26.796Z Compiling petgraph v0.6.5
21752026-05-15T21:16:26.867Z Compiling env_logger v0.11.9
21762026-05-15T21:16:26.957Z Compiling usdt v0.6.0
21772026-05-15T21:16:27.188Z Compiling ecdsa v0.16.9
21782026-05-15T21:16:27.226Z Compiling rsa v0.9.10
21792026-05-15T21:16:27.905Z Compiling ed25519-dalek v2.2.0
21802026-05-15T21:16:28.556Z Compiling zip v4.6.1
21812026-05-15T21:16:28.606Z Compiling crossterm v0.28.1
21822026-05-15T21:16:28.623Z Compiling zip v0.6.6
21832026-05-15T21:16:28.775Z Compiling clap v4.5.60
21842026-05-15T21:16:29.260Z Compiling serde_with v3.17.0
21852026-05-15T21:16:29.278Z Compiling similar v2.7.0
21862026-05-15T21:16:29.292Z Compiling strum v0.26.3
21872026-05-15T21:16:29.357Z Compiling toml v0.7.8
21882026-05-15T21:16:29.458Z Compiling tokio-stream v0.1.18
21892026-05-15T21:16:29.504Z Compiling itertools v0.13.0
21902026-05-15T21:16:29.648Z Compiling buf-list v1.1.2
21912026-05-15T21:16:29.866Z Compiling x509-cert v0.2.5
21922026-05-15T21:16:29.945Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21932026-05-15T21:16:30.008Z Compiling openapiv3 v2.2.0
21942026-05-15T21:16:30.247Z Compiling sha1 v0.10.6
21952026-05-15T21:16:30.582Z Compiling lalrpop-util v0.19.12
21962026-05-15T21:16:30.727Z Compiling peg-runtime v0.8.5
21972026-05-15T21:16:45.973Z Compiling rustls-webpki v0.103.9
21982026-05-15T21:16:46.775Z Compiling macaddr v1.0.1
21992026-05-15T21:16:46.809Z Compiling structmeta-derive v0.3.0
22002026-05-15T21:16:46.942Z Compiling crucible-workspace-hack v0.1.0
22012026-05-15T21:16:46.958Z Compiling rayon-core v1.13.0
22022026-05-15T21:16:47.075Z Compiling itertools v0.14.0
22032026-05-15T21:16:47.166Z Compiling secrecy v0.10.3
22042026-05-15T21:16:47.198Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-15T21:16:47.220Z Compiling rustls v0.22.4
22062026-05-15T21:16:47.354Z Compiling heapless v0.8.0
22072026-05-15T21:16:47.482Z Compiling crossbeam-deque v0.8.6
22082026-05-15T21:16:47.559Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-15T21:16:47.629Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-15T21:16:47.730Z Compiling rustls-webpki v0.102.8
22112026-05-15T21:16:47.774Z Compiling hash32 v0.3.1
22122026-05-15T21:16:47.800Z Compiling multer v3.1.0
22132026-05-15T21:16:47.828Z Compiling structmeta v0.3.0
22142026-05-15T21:16:47.858Z Compiling thread_local v1.1.9
22152026-05-15T21:16:47.964Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-05-15T21:16:48.016Z Compiling smoltcp v0.11.0
22172026-05-15T21:16:48.058Z Compiling match_cfg v0.1.0
22182026-05-15T21:16:48.080Z Compiling unicode-width v0.2.0
22192026-05-15T21:16:48.154Z Compiling slog-async v2.8.0
22202026-05-15T21:16:48.211Z Compiling compression-core v0.4.31
22212026-05-15T21:16:48.265Z Compiling hostname v0.3.1
22222026-05-15T21:16:48.373Z Compiling ingot-macros v0.1.1
22232026-05-15T21:16:48.393Z Compiling compression-codecs v0.4.37
22242026-05-15T21:16:48.412Z Compiling proc-macro-crate v3.4.0
22252026-05-15T21:16:48.428Z Compiling derive-ex v0.1.8
22262026-05-15T21:16:48.530Z Compiling slog-json v2.6.1
22272026-05-15T21:16:48.758Z Compiling crossbeam-channel v0.5.15
22282026-05-15T21:16:48.774Z Compiling half v2.7.1
22292026-05-15T21:16:48.822Z Compiling newtype-uuid-macros v0.1.0
22302026-05-15T21:16:48.861Z Compiling cobs v0.3.0
22312026-05-15T21:16:49.010Z Compiling thiserror-impl-no-std v2.0.2
22322026-05-15T21:16:49.138Z Compiling universal-hash v0.5.1
22332026-05-15T21:16:49.155Z Compiling async-stream-impl v0.3.6
22342026-05-15T21:16:49.309Z Compiling serde_spanned v1.0.4
22352026-05-15T21:16:49.453Z Compiling toml_datetime v1.0.0+spec-1.1.0
22362026-05-15T21:16:49.500Z Compiling tokio-rustls v0.26.4
22372026-05-15T21:16:49.548Z Compiling rustls-platform-verifier v0.6.2
22382026-05-15T21:16:49.566Z Compiling is-terminal v0.4.17
22392026-05-15T21:16:49.685Z Compiling dropshot v0.17.0
22402026-05-15T21:16:49.735Z Compiling hyper-rustls v0.27.7
22412026-05-15T21:16:49.776Z Compiling proc-macro-error-attr v1.0.4
22422026-05-15T21:16:49.792Z Compiling take_mut v0.2.2
22432026-05-15T21:16:49.898Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22442026-05-15T21:16:49.915Z Compiling convert_case v0.4.0
22452026-05-15T21:16:49.932Z Compiling toml_writer v1.0.6+spec-1.1.0
22462026-05-15T21:16:49.950Z Compiling term v1.2.1
22472026-05-15T21:16:49.990Z Compiling reqwest v0.12.28
22482026-05-15T21:16:50.017Z Compiling reqwest v0.13.2
22492026-05-15T21:16:50.041Z Compiling ciborium-io v0.2.2
22502026-05-15T21:16:50.081Z Compiling opaque-debug v0.3.1
22512026-05-15T21:16:50.130Z Compiling toml v1.0.6+spec-1.1.0
22522026-05-15T21:16:50.159Z Compiling poly1305 v0.8.0
22532026-05-15T21:16:50.175Z Compiling ciborium-ll v0.2.2
22542026-05-15T21:16:50.218Z Compiling thiserror-no-std v2.0.2
22552026-05-15T21:16:50.247Z Compiling derive_more v0.99.20
22562026-05-15T21:16:50.296Z Compiling tokio-rustls v0.25.0
22572026-05-15T21:16:50.338Z Compiling slog-term v2.9.2
22582026-05-15T21:16:50.517Z Compiling test-strategy v0.4.5
22592026-05-15T21:16:50.806Z Compiling async-stream v0.3.6
22602026-05-15T21:16:50.957Z Compiling ingot-types v0.1.2
22612026-05-15T21:16:51.027Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22622026-05-15T21:16:51.142Z Compiling postcard v1.1.3
22632026-05-15T21:16:51.424Z Compiling ingot v0.1.1
22642026-05-15T21:16:51.538Z Compiling tough v0.22.0
22652026-05-15T21:16:51.750Z Compiling num_enum_derive v0.7.5
22662026-05-15T21:16:51.826Z Compiling slog-bunyan v2.5.0
22672026-05-15T21:16:51.882Z Compiling async-compression v0.4.41
22682026-05-15T21:16:52.312Z Compiling parse-display-derive v0.10.0
22692026-05-15T21:16:52.370Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22702026-05-15T21:16:52.424Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-15T21:16:52.693Z Compiling proc-macro-crate v1.3.1
22722026-05-15T21:16:52.708Z Compiling backon v1.6.0
22732026-05-15T21:16:52.990Z Compiling waitgroup v0.1.2
22742026-05-15T21:16:53.043Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22752026-05-15T21:16:53.070Z Compiling password-hash v0.5.0
22762026-05-15T21:16:53.254Z Compiling chacha20 v0.9.1
22772026-05-15T21:16:53.277Z Compiling dropshot_endpoint v0.17.0
22782026-05-15T21:16:53.297Z Compiling rustls-pemfile v2.2.0
22792026-05-15T21:16:53.365Z Compiling blake2 v0.10.6
22802026-05-15T21:16:53.592Z Compiling aead v0.5.2
22812026-05-15T21:16:53.609Z Compiling foreign-types-macros v0.2.3
22822026-05-15T21:16:53.762Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22832026-05-15T21:16:53.775Z Compiling serde_path_to_error v0.1.20
22842026-05-15T21:16:53.798Z Compiling hostname v0.4.2
22852026-05-15T21:16:53.813Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22862026-05-15T21:16:53.889Z Compiling proc-macro-error v1.0.4
22872026-05-15T21:16:53.987Z Compiling instant v0.1.13
22882026-05-15T21:16:54.022Z Compiling cpufeatures v0.3.0
22892026-05-15T21:16:54.025Z Compiling debug-ignore v1.0.5
22902026-05-15T21:16:54.078Z Compiling typeid v1.0.3
22912026-05-15T21:16:54.113Z Compiling foreign-types-shared v0.3.1
22922026-05-15T21:16:54.135Z Compiling chacha20 v0.10.0
22932026-05-15T21:16:54.167Z Compiling backoff v0.4.0
22942026-05-15T21:16:54.200Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-15T21:16:54.217Z Compiling foreign-types v0.5.0
22962026-05-15T21:16:54.238Z Compiling parse-display v0.10.0
22972026-05-15T21:16:54.253Z Compiling chacha20poly1305 v0.10.1
22982026-05-15T21:16:54.256Z Compiling argon2 v0.5.3
22992026-05-15T21:16:54.284Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23002026-05-15T21:16:54.292Z Compiling num_enum_derive v0.5.11
23012026-05-15T21:16:54.321Z Compiling num_enum v0.7.5
23022026-05-15T21:16:54.409Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23032026-05-15T21:16:54.426Z Compiling ciborium v0.2.2
23042026-05-15T21:16:54.469Z Compiling vsss-rs v3.3.4
23052026-05-15T21:16:54.622Z Compiling tabwriter v1.4.1
23062026-05-15T21:16:54.889Z Compiling regress v0.10.5
23072026-05-15T21:16:55.002Z Compiling byte-wrapper v0.1.0
23082026-05-15T21:16:55.133Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23092026-05-15T21:16:55.150Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-05-15T21:16:55.236Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-15T21:16:55.277Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-15T21:16:55.292Z Compiling cstr-argument v0.1.2
23132026-05-15T21:16:55.477Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23142026-05-15T21:16:55.503Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-15T21:16:55.526Z Compiling erased-serde v0.4.9
23162026-05-15T21:16:55.689Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-15T21:16:55.757Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-05-15T21:16:55.847Z Compiling num_enum v0.5.11
23192026-05-15T21:16:55.885Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-15T21:16:55.923Z Compiling rand v0.10.0
23212026-05-15T21:16:55.948Z Compiling rayon v1.11.0
23222026-05-15T21:16:55.979Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23232026-05-15T21:16:55.997Z Compiling libefi-sys v0.1.0
23242026-05-15T21:16:56.053Z Compiling colored v3.1.1
23252026-05-15T21:16:56.140Z Compiling indent_write v2.2.0
23262026-05-15T21:16:56.166Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23272026-05-15T21:16:56.196Z Compiling zone_cfg_derive v0.3.1
23282026-05-15T21:16:56.240Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23292026-05-15T21:16:56.317Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23302026-05-15T21:16:56.350Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23312026-05-15T21:16:56.462Z Compiling camino-tempfile v1.4.1
23322026-05-15T21:16:56.597Z Compiling itertools v0.12.1
23332026-05-15T21:16:56.715Z Compiling usdt-attr-macro v0.5.0
23342026-05-15T21:16:56.756Z Compiling usdt-macro v0.5.0
23352026-05-15T21:16:56.820Z Compiling bitfield-struct v0.6.2
23362026-05-15T21:16:56.861Z Compiling num-derive v0.4.2
23372026-05-15T21:16:56.875Z Compiling blake3 v1.8.3
23382026-05-15T21:16:56.892Z Compiling ordered-float v2.10.1
23392026-05-15T21:16:57.195Z Compiling memmap v0.7.0
23402026-05-15T21:16:57.247Z Compiling sigpipe v0.1.3
23412026-05-15T21:16:57.366Z Compiling glob v0.3.3
23422026-05-15T21:16:57.450Z Compiling swrite v0.1.0
23432026-05-15T21:16:57.493Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23442026-05-15T21:16:57.513Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23452026-05-15T21:16:57.516Z Compiling usdt v0.5.0
23462026-05-15T21:16:57.737Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23472026-05-15T21:16:57.776Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23482026-05-15T21:16:57.856Z Compiling serde-value v0.7.0
23492026-05-15T21:16:58.064Z Compiling zone v0.3.1
23502026-05-15T21:16:58.084Z Compiling serde-untagged v0.1.9
23512026-05-15T21:16:58.137Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23522026-05-15T21:16:58.349Z Compiling toml v0.8.23
23532026-05-15T21:16:58.422Z Compiling smf v0.2.3
23542026-05-15T21:16:58.440Z Compiling filetime v0.2.27
23552026-05-15T21:16:58.455Z Compiling arrayref v0.3.9
23562026-05-15T21:16:58.473Z Compiling xattr v1.6.1
23572026-05-15T21:16:58.492Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23582026-05-15T21:16:58.552Z Compiling constant_time_eq v0.4.2
23592026-05-15T21:16:58.595Z Compiling whoami v1.6.1
23602026-05-15T21:16:58.611Z Compiling arrayvec v0.7.6
23612026-05-15T21:16:58.672Z Compiling unicode-xid v0.2.6
23622026-05-15T21:16:58.690Z Compiling tar v0.4.45
23632026-05-15T21:16:58.749Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-15T21:16:58.772Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-15T21:16:58.839Z Compiling cargo-util-schemas v0.8.2
23662026-05-15T21:16:59.024Z Compiling tokio-dtrace v0.1.1
23672026-05-15T21:16:59.070Z Compiling console v0.16.2
23682026-05-15T21:16:59.376Z Compiling gethostname v0.5.0
23692026-05-15T21:16:59.420Z Compiling cargo-platform v0.2.0
23702026-05-15T21:16:59.531Z Compiling unit-prefix v0.5.2
23712026-05-15T21:16:59.578Z Compiling topological-sort v0.2.2
23722026-05-15T21:16:59.614Z Compiling oxide-tokio-rt v0.1.4
23732026-05-15T21:16:59.640Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23742026-05-15T21:16:59.724Z Compiling indicatif v0.18.4
23752026-05-15T21:16:59.775Z Compiling shell-words v1.1.1
23762026-05-15T21:16:59.997Z Compiling cargo_metadata v0.21.0
23772026-05-15T21:17:09.348Z Compiling progenitor-client v0.14.0
23782026-05-15T21:17:09.373Z Compiling progenitor-client v0.10.0
23792026-05-15T21:17:09.373Z Compiling omicron-zone-package v0.12.2
23802026-05-15T21:17:09.842Z Compiling progenitor-extras v0.2.0
23812026-05-15T21:17:12.091Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23822026-05-15T21:17:12.109Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23832026-05-15T21:17:12.391Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23842026-05-15T21:17:12.412Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-15T21:17:12.428Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23862026-05-15T21:17:12.454Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-05-15T21:17:12.459Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23882026-05-15T21:17:12.484Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23892026-05-15T21:17:12.720Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-15T21:17:16.460Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23912026-05-15T21:17:24.127Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23922026-05-15T21:17:27.269Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23932026-05-15T21:17:28.238Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23942026-05-15T21:17:37.948Z Finished `release` profile [optimized] target(s) in 1m 43s
23952026-05-15T21:17:38.100Z Running `target/release/omicron-package -t test target create -p dev`
23962026-05-15T21:17:38.162ZLogging to: /work/oxidecomputer/omicron/out/LOG
23972026-05-15T21:17:38.165ZCreated new build target 'test' and set it as active
23982026-05-15T21:17:38.165Z
23992026-05-15T21:17:38.165Zreal 1:43.955153652
24002026-05-15T21:17:38.165Zuser 17:00.081729699
24012026-05-15T21:17:38.165Zsys 2:35.906006977
24022026-05-15T21:17:38.165Ztrap 0.465080274
24032026-05-15T21:17:38.165Ztflt 2.654626692
24042026-05-15T21:17:38.165Zdflt 4.261455342
24052026-05-15T21:17:38.165Zkflt 0.000635090
24062026-05-15T21:17:38.165Zlock 52:35.035520939
24072026-05-15T21:17:38.166Zslp 43:11.364298243
24082026-05-15T21:17:38.166Zlat 43.963356143
24092026-05-15T21:17:38.166Zstop 5:24.357015608
24102026-05-15T21:17:38.169Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24112026-05-15T21:17:39.054Z Finished `release` profile [optimized] target(s) in 0.87s
24122026-05-15T21:17:39.125Z Running `target/release/omicron-package -t test package`
24132026-05-15T21:17:39.184ZLogging to: /work/oxidecomputer/omicron/out/LOG
24142026-05-15T21:17:40.602Z Compiling heck v0.5.0
24152026-05-15T21:17:40.602Z Compiling regress v0.11.1
24162026-05-15T21:17:40.602Z Compiling unsafe-libyaml v0.2.11
24172026-05-15T21:17:40.865Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24182026-05-15T21:17:40.889Z Compiling regress v0.10.5
24192026-05-15T21:17:40.914Z Compiling is-terminal v0.4.17
24202026-05-15T21:17:40.914Z Compiling unicode-width v0.1.14
24212026-05-15T21:17:40.955Z Compiling prettyplease v0.2.37
24222026-05-15T21:17:40.958Z Compiling bytecount v0.6.9
24232026-05-15T21:17:40.958Z Compiling rustls v0.22.4
24242026-05-15T21:17:40.958Z Compiling rustls-webpki v0.102.8
24252026-05-15T21:17:40.958Z Compiling derive-where v1.6.0
24262026-05-15T21:17:40.978Z Compiling thread_local v1.1.9
24272026-05-15T21:17:40.980Z Compiling match_cfg v0.1.0
24282026-05-15T21:17:40.995Z Compiling compression-core v0.4.31
24292026-05-15T21:17:41.079Z Compiling multer v3.1.0
24302026-05-15T21:17:41.099Z Compiling hostname v0.3.1
24312026-05-15T21:17:41.137Z Compiling slog-async v2.8.0
24322026-05-15T21:17:41.180Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24332026-05-15T21:17:41.204Z Compiling compression-codecs v0.4.37
24342026-05-15T21:17:41.227Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24352026-05-15T21:17:41.227Z Compiling crossbeam-channel v0.5.15
24362026-05-15T21:17:41.272Z Compiling slog-json v2.6.1
24372026-05-15T21:17:41.295Z Compiling toml_datetime v1.0.0+spec-1.1.0
24382026-05-15T21:17:41.315Z Compiling serde_yaml v0.9.34+deprecated
24392026-05-15T21:17:41.318Z Compiling serde_spanned v1.0.4
24402026-05-15T21:17:41.382Z Compiling toml_writer v1.0.6+spec-1.1.0
24412026-05-15T21:17:41.405Z Compiling take_mut v0.2.2
24422026-05-15T21:17:41.464Z Compiling term v1.2.1
24432026-05-15T21:17:41.485Z Compiling slog-bunyan v2.5.0
24442026-05-15T21:17:41.507Z Compiling async-compression v0.4.41
24452026-05-15T21:17:41.588Z Compiling toml v1.0.6+spec-1.1.0
24462026-05-15T21:17:41.673Z Compiling dropshot v0.17.0
24472026-05-15T21:17:41.704Z Compiling async-stream v0.3.6
24482026-05-15T21:17:41.742Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24492026-05-15T21:17:41.763Z Compiling num-rational v0.4.2
24502026-05-15T21:17:41.857Z Compiling slog-term v2.9.2
24512026-05-15T21:17:41.902Z Compiling progenitor-client v0.14.0
24522026-05-15T21:17:41.924Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24532026-05-15T21:17:41.969Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24542026-05-15T21:17:41.989Z Compiling waitgroup v0.1.2
24552026-05-15T21:17:42.044Z Compiling backon v1.6.0
24562026-05-15T21:17:42.125Z Compiling rustls-pemfile v2.2.0
24572026-05-15T21:17:42.152Z Compiling num-complex v0.4.6
24582026-05-15T21:17:42.175Z Compiling serde_path_to_error v0.1.20
24592026-05-15T21:17:42.199Z Compiling hostname v0.4.2
24602026-05-15T21:17:42.227Z Compiling instant v0.1.13
24612026-05-15T21:17:42.270Z Compiling debug-ignore v1.0.5
24622026-05-15T21:17:42.343Z Compiling typify-impl v0.6.2
24632026-05-15T21:17:42.367Z Compiling backoff v0.4.0
24642026-05-15T21:17:42.390Z Compiling progenitor-extras v0.2.0
24652026-05-15T21:17:42.390Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24662026-05-15T21:17:42.438Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24672026-05-15T21:17:42.638Z Compiling num v0.4.3
24682026-05-15T21:17:42.661Z Compiling parse-display v0.10.0
24692026-05-15T21:17:42.661Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24702026-05-15T21:17:42.701Z Compiling progenitor-client v0.13.0
24712026-05-15T21:17:42.738Z Compiling progenitor-client v0.10.0
24722026-05-15T21:17:42.761Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24732026-05-15T21:17:42.786Z Compiling macaddr v1.0.1
24742026-05-15T21:17:42.789Z Compiling float-ord v0.3.2
24752026-05-15T21:17:42.971Z Compiling console v0.15.11
24762026-05-15T21:17:43.039Z Compiling newline-converter v0.3.0
24772026-05-15T21:17:43.068Z Compiling atomicwrites v0.4.4
24782026-05-15T21:17:43.160Z Compiling slog-dtrace v0.3.0
24792026-05-15T21:17:43.204Z Compiling owo-colors v4.3.0
24802026-05-15T21:17:43.227Z Compiling resolv-conf v0.7.6
24812026-05-15T21:17:43.346Z Compiling tokio-rustls v0.25.0
24822026-05-15T21:17:43.396Z Compiling expectorate v1.2.0
24832026-05-15T21:17:43.473Z Compiling cancel-safe-futures v0.1.5
24842026-05-15T21:17:43.494Z Compiling toml v0.8.23
24852026-05-15T21:17:43.612Z Compiling libsw-core v0.3.2
24862026-05-15T21:17:43.689Z Compiling linear-map v1.2.0
24872026-05-15T21:17:43.844Z Compiling libsw v3.5.0
24882026-05-15T21:17:43.866Z Compiling linked-hash-map v0.5.6
24892026-05-15T21:17:43.960Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24902026-05-15T21:17:44.063Z Compiling lru-cache v0.1.2
24912026-05-15T21:17:44.100Z Compiling minimal-lexical v0.2.1
24922026-05-15T21:17:44.119Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24932026-05-15T21:17:44.148Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24942026-05-15T21:17:44.230Z Compiling hickory-proto v0.24.4
24952026-05-15T21:17:44.251Z Compiling unicode-xid v0.2.6
24962026-05-15T21:17:44.284Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24972026-05-15T21:17:44.383Z Compiling nom v7.1.3
24982026-05-15T21:17:44.415Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24992026-05-15T21:17:44.436Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25002026-05-15T21:17:44.555Z Compiling convert_case v0.10.0
25012026-05-15T21:17:44.846Z Compiling derive_more-impl v2.1.1
25022026-05-15T21:17:45.307Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25032026-05-15T21:17:45.627Z Compiling derive_more v2.1.1
25042026-05-15T21:17:45.699Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25052026-05-15T21:17:45.733Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25062026-05-15T21:17:45.753Z Compiling papergrid v0.11.0
25072026-05-15T21:17:45.901Z Compiling typify-macro v0.6.2
25082026-05-15T21:17:45.904Z Compiling tabled_derive v0.7.0
25092026-05-15T21:17:45.950Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25102026-05-15T21:17:46.198Z Compiling termtree v0.5.1
25112026-05-15T21:17:46.400Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25122026-05-15T21:17:46.614Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25132026-05-15T21:17:46.832Z Compiling hickory-resolver v0.24.4
25142026-05-15T21:17:46.907Z Compiling tabled v0.15.0
25152026-05-15T21:17:46.931Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25162026-05-15T21:17:47.388Z Compiling crossterm v0.29.0
25172026-05-15T21:17:47.465Z Compiling typify v0.6.2
25182026-05-15T21:17:47.826Z Compiling progenitor-impl v0.14.0
25192026-05-15T21:17:48.336Z Compiling progenitor-impl v0.13.0
25202026-05-15T21:17:49.996Z Compiling progenitor-macro v0.14.0
25212026-05-15T21:17:50.368Z Compiling qorb v0.4.1
25222026-05-15T21:17:50.536Z Compiling progenitor-macro v0.13.0
25232026-05-15T21:17:51.402Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25242026-05-15T21:17:52.080Z Compiling phf_shared v0.12.1
25252026-05-15T21:17:52.342Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25262026-05-15T21:17:52.379Z Compiling csv-core v0.1.13
25272026-05-15T21:17:52.468Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25282026-05-15T21:17:52.738Z Compiling vte v0.14.1
25292026-05-15T21:17:52.896Z Compiling chrono-tz v0.10.4
25302026-05-15T21:17:52.999Z Compiling highway v1.3.0
25312026-05-15T21:17:53.152Z Compiling strip-ansi-escapes v0.2.1
25322026-05-15T21:17:53.178Z Compiling csv v1.4.0
25332026-05-15T21:17:53.659Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-05-15T21:17:53.727Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-05-15T21:17:53.749Z Compiling phf v0.12.1
25362026-05-15T21:17:53.957Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-05-15T21:17:54.055Z Compiling progenitor v0.14.0
25382026-05-15T21:17:54.170Z Compiling const_format_proc_macros v0.2.34
25392026-05-15T21:17:54.228Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25402026-05-15T21:17:54.344Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25412026-05-15T21:17:54.454Z Compiling fd-lock v4.0.4
25422026-05-15T21:17:54.629Z Compiling peg-macros v0.8.5
25432026-05-15T21:17:54.651Z Compiling progenitor v0.13.0
25442026-05-15T21:17:54.804Z Compiling nu-ansi-term v0.50.3
25452026-05-15T21:17:54.953Z Compiling const_format v0.2.35
25462026-05-15T21:17:55.058Z Compiling reedline v0.40.0
25472026-05-15T21:17:55.447Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-05-15T21:17:55.922Z Compiling peg v0.8.5
25492026-05-15T21:17:56.030Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-05-15T21:17:56.927Z Compiling bcs v0.1.6
25512026-05-15T21:17:57.142Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25522026-05-15T21:17:57.371Z Compiling semver v0.1.20
25532026-05-15T21:17:57.438Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-05-15T21:17:57.616Z Compiling rustc_version v0.1.7
25552026-05-15T21:17:57.686Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-15T21:17:57.706Z Compiling smawk v0.3.2
25572026-05-15T21:17:57.860Z Compiling newtype_derive v0.1.6
25582026-05-15T21:17:57.901Z Compiling unicode-linebreak v0.1.5
25592026-05-15T21:17:58.092Z Compiling humantime v2.3.0
25602026-05-15T21:17:58.221Z Compiling textwrap v0.16.2
25612026-05-15T21:17:58.653Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25622026-05-15T21:17:58.881Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25632026-05-15T21:17:58.950Z Compiling dropshot-api-manager-types v0.7.1
25642026-05-15T21:17:59.215Z Compiling base64 v0.21.7
25652026-05-15T21:17:59.555Z Compiling steno v0.4.1
25662026-05-15T21:17:59.772Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-15T21:17:59.837Z Compiling tagptr v0.2.0
25682026-05-15T21:18:00.027Z Compiling moka v0.12.13
25692026-05-15T21:18:00.239Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25702026-05-15T21:18:00.333Z Compiling utf-8 v0.7.6
25712026-05-15T21:18:00.386Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-05-15T21:18:00.505Z Compiling radium v0.7.0
25732026-05-15T21:18:00.548Z Compiling tungstenite v0.21.0
25742026-05-15T21:18:00.585Z Compiling tap v1.0.1
25752026-05-15T21:18:00.590Z Compiling maybe-uninit v2.0.0
25762026-05-15T21:18:00.805Z Compiling wyz v0.5.1
25772026-05-15T21:18:00.973Z Compiling zerocopy-derive v0.6.6
25782026-05-15T21:18:01.065Z Compiling funty v2.0.0
25792026-05-15T21:18:01.139Z Compiling hickory-resolver v0.25.2
25802026-05-15T21:18:01.280Z Compiling tokio-tungstenite v0.21.0
25812026-05-15T21:18:01.665Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25822026-05-15T21:18:01.734Z Compiling packed_struct v0.10.1
25832026-05-15T21:18:02.006Z Compiling display-error-chain v0.2.2
25842026-05-15T21:18:02.009Z Compiling crc-catalog v2.4.0
25852026-05-15T21:18:02.143Z Compiling crc v3.4.0
25862026-05-15T21:18:02.207Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-05-15T21:18:02.406Z Compiling zerocopy v0.6.6
25882026-05-15T21:18:02.635Z Compiling bitvec v1.0.1
25892026-05-15T21:18:02.839Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25902026-05-15T21:18:03.002Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25912026-05-15T21:18:03.272Z Compiling packed_struct_codegen v0.10.1
25922026-05-15T21:18:04.274Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25932026-05-15T21:18:04.458Z Compiling num-derive v0.3.3
25942026-05-15T21:18:04.846Z Compiling bitfield-macros v0.19.4
25952026-05-15T21:18:05.315Z Compiling proc-macro-error-attr2 v2.0.0
25962026-05-15T21:18:05.363Z Compiling indexmap v1.9.3
25972026-05-15T21:18:05.564Z Compiling nodrop v0.1.14
25982026-05-15T21:18:05.585Z Compiling bitfield v0.19.4
25992026-05-15T21:18:05.638Z Compiling libscf-sys v1.1.0
26002026-05-15T21:18:05.664Z Compiling array-init v0.0.4
26012026-05-15T21:18:05.703Z Compiling smallvec v0.6.14
26022026-05-15T21:18:05.726Z Compiling proc-macro-error2 v2.0.1
26032026-05-15T21:18:05.817Z Compiling typify-impl v0.4.3
26042026-05-15T21:18:05.904Z Compiling hashbrown v0.12.3
26052026-05-15T21:18:05.980Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26062026-05-15T21:18:06.043Z Compiling tabled_derive v0.11.0
26072026-05-15T21:18:06.068Z Compiling serde-hex v0.1.0
26082026-05-15T21:18:06.671Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26092026-05-15T21:18:07.030Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26102026-05-15T21:18:07.072Z Compiling ron v0.8.1
26112026-05-15T21:18:07.095Z Compiling papergrid v0.17.0
26122026-05-15T21:18:07.161Z Compiling testing_table v0.3.0
26132026-05-15T21:18:07.613Z Compiling hashbrown v0.13.2
26142026-05-15T21:18:07.654Z Compiling vergen-gitcl v1.0.8
26152026-05-15T21:18:07.751Z Compiling dirs-sys-next v0.1.2
26162026-05-15T21:18:07.882Z Compiling diesel_derives v2.3.7
26172026-05-15T21:18:08.033Z Compiling crunchy v0.2.4
26182026-05-15T21:18:08.085Z Compiling maplit v1.0.2
26192026-05-15T21:18:08.138Z Compiling crc-any v2.5.0
26202026-05-15T21:18:08.166Z Compiling glob v0.3.3
26212026-05-15T21:18:08.214Z Compiling object v0.30.4
26222026-05-15T21:18:08.269Z Compiling dirs-next v2.0.0
26232026-05-15T21:18:08.354Z Compiling tabled v0.20.0
26242026-05-15T21:18:08.452Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26252026-05-15T21:18:08.537Z Compiling clang-sys v1.8.1
26262026-05-15T21:18:08.570Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-15T21:18:08.927Z Compiling dsl_auto_type v0.2.0
26282026-05-15T21:18:08.957Z Compiling scheduled-thread-pool v0.2.7
26292026-05-15T21:18:09.126Z Compiling diesel_table_macro_syntax v0.3.0
26302026-05-15T21:18:09.203Z Compiling typify-macro v0.4.3
26312026-05-15T21:18:09.312Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26322026-05-15T21:18:09.358Z Compiling path-slash v0.1.5
26332026-05-15T21:18:09.446Z Compiling xshell-macros v0.2.7
26342026-05-15T21:18:09.476Z Compiling tiny-keccak v2.0.2
26352026-05-15T21:18:09.593Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26362026-05-15T21:18:09.643Z Compiling r2d2 v0.8.10
26372026-05-15T21:18:09.760Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26382026-05-15T21:18:09.848Z Compiling xshell v0.2.7
26392026-05-15T21:18:09.973Z Compiling term v0.7.0
26402026-05-15T21:18:10.244Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26412026-05-15T21:18:10.452Z Compiling bit-vec v0.6.3
26422026-05-15T21:18:10.478Z Compiling downcast-rs v2.0.2
26432026-05-15T21:18:10.615Z Compiling ascii-canvas v3.0.0
26442026-05-15T21:18:10.699Z Compiling bit-set v0.5.3
26452026-05-15T21:18:10.745Z Compiling itertools v0.10.5
26462026-05-15T21:18:10.878Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26472026-05-15T21:18:10.971Z Compiling ena v0.14.4
26482026-05-15T21:18:11.164Z Compiling libloading v0.8.9
26492026-05-15T21:18:11.212Z Compiling crc8 v0.1.1
26502026-05-15T21:18:11.350Z Compiling diff v0.1.13
26512026-05-15T21:18:11.391Z Compiling regex-syntax v0.6.29
26522026-05-15T21:18:11.610Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26532026-05-15T21:18:11.855Z Compiling bindgen v0.71.1
26542026-05-15T21:18:12.100Z Compiling unicase v2.9.0
26552026-05-15T21:18:12.403Z Compiling typify v0.4.3
26562026-05-15T21:18:12.612Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26572026-05-15T21:18:12.803Z Compiling lalrpop v0.19.12
26582026-05-15T21:18:12.954Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-05-15T21:18:13.361Z Compiling cexpr v0.6.0
26602026-05-15T21:18:13.466Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-15T21:18:13.562Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-15T21:18:13.720Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26632026-05-15T21:18:13.921Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-15T21:18:13.979Z Compiling headers-core v0.3.0
26652026-05-15T21:18:14.152Z Compiling git-stub v1.0.0
26662026-05-15T21:18:14.240Z Compiling libxml v0.3.3
26672026-05-15T21:18:14.274Z Compiling diesel v2.3.7
26682026-05-15T21:18:14.425Z Compiling git-stub-vcs v0.1.0
26692026-05-15T21:18:14.537Z Compiling headers v0.4.1
26702026-05-15T21:18:14.559Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-05-15T21:18:14.790Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26722026-05-15T21:18:15.180Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26732026-05-15T21:18:15.405Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-15T21:18:15.745Z Compiling strum_macros v0.24.3
26752026-05-15T21:18:15.874Z Compiling indoc v1.0.9
26762026-05-15T21:18:16.265Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26772026-05-15T21:18:16.308Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26782026-05-15T21:18:16.505Z Compiling derive_builder v0.20.2
26792026-05-15T21:18:16.677Z Compiling oso-derive v0.27.3
26802026-05-15T21:18:16.956Z Compiling quick-xml v0.37.5
26812026-05-15T21:18:17.179Z Compiling impl-trait-for-tuples v0.2.3
26822026-05-15T21:18:17.455Z Compiling half v1.8.3
26832026-05-15T21:18:17.565Z Compiling openssl-probe v0.1.6
26842026-05-15T21:18:17.863Z Compiling serde_cbor v0.11.2
26852026-05-15T21:18:17.938Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26862026-05-15T21:18:18.144Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26872026-05-15T21:18:18.276Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26882026-05-15T21:18:18.461Z Compiling samael v0.0.19
26892026-05-15T21:18:18.482Z Compiling bb8 v0.8.6
26902026-05-15T21:18:18.511Z Compiling trait-variant v0.1.2
26912026-05-15T21:18:18.677Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26922026-05-15T21:18:18.889Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26932026-05-15T21:18:18.914Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26942026-05-15T21:18:18.969Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26952026-05-15T21:18:19.045Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26962026-05-15T21:18:19.196Z Compiling fxhash v0.2.1
26972026-05-15T21:18:19.237Z Compiling salty v0.3.0
26982026-05-15T21:18:19.548Z Compiling progenitor-impl v0.10.0
26992026-05-15T21:18:19.692Z Compiling progenitor-impl v0.11.2
27002026-05-15T21:18:19.727Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27012026-05-15T21:18:19.880Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27022026-05-15T21:18:20.256Z Compiling polar-core v0.27.3
27032026-05-15T21:18:20.313Z Compiling kstat-rs v0.2.4
27042026-05-15T21:18:20.355Z Compiling libz-sys v1.1.24
27052026-05-15T21:18:20.765Z Compiling nonempty v0.12.0
27062026-05-15T21:18:20.891Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27072026-05-15T21:18:21.003Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27082026-05-15T21:18:21.651Z Compiling progenitor-macro v0.10.0
27092026-05-15T21:18:21.882Z Compiling progenitor-macro v0.11.2
27102026-05-15T21:18:23.074Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27112026-05-15T21:18:23.590Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27122026-05-15T21:18:24.616Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27132026-05-15T21:18:24.638Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27142026-05-15T21:18:25.201Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27152026-05-15T21:18:25.229Z Compiling progenitor-client v0.11.2
27162026-05-15T21:18:25.681Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27172026-05-15T21:18:25.775Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27182026-05-15T21:18:25.938Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27192026-05-15T21:18:25.960Z Compiling darling_core v0.23.0
27202026-05-15T21:18:28.165Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27212026-05-15T21:18:29.776Z Compiling oso v0.27.3
27222026-05-15T21:18:30.160Z Compiling nanorand v0.7.0
27232026-05-15T21:18:30.415Z Compiling arc-swap v1.8.2
27242026-05-15T21:18:30.545Z Compiling fs-err v2.11.0
27252026-05-15T21:18:30.804Z Compiling parking_lot_core v0.8.6
27262026-05-15T21:18:31.005Z Compiling mime_guess v2.0.5
27272026-05-15T21:18:31.513Z Compiling async-bb8-diesel v0.2.1
27282026-05-15T21:18:31.957Z Compiling diesel-dtrace v0.5.0
27292026-05-15T21:18:32.408Z Compiling slog-scope v4.4.1
27302026-05-15T21:18:32.487Z Compiling flume v0.11.1
27312026-05-15T21:18:32.872Z Compiling darling_macro v0.23.0
27322026-05-15T21:18:32.894Z Compiling progenitor v0.11.2
27332026-05-15T21:18:33.084Z Compiling progenitor v0.10.0
27342026-05-15T21:18:33.293Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27352026-05-15T21:18:33.377Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27362026-05-15T21:18:33.679Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27372026-05-15T21:18:34.618Z Compiling primeorder v0.13.6
27382026-05-15T21:18:34.951Z Compiling libgit2-sys v0.18.3+1.9.2
27392026-05-15T21:18:35.086Z Compiling instability v0.3.11
27402026-05-15T21:18:35.321Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27412026-05-15T21:18:35.692Z Compiling p384 v0.13.1
27422026-05-15T21:18:35.947Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27432026-05-15T21:18:36.238Z Compiling darling v0.23.0
27442026-05-15T21:18:36.358Z Compiling slog-stdlog v4.1.1
27452026-05-15T21:18:37.195Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27462026-05-15T21:18:37.251Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27472026-05-15T21:18:37.281Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27482026-05-15T21:18:37.284Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27492026-05-15T21:18:37.569Z Compiling ignore v0.4.25
27502026-05-15T21:18:37.871Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27512026-05-15T21:18:38.089Z Compiling castaway v0.2.4
27522026-05-15T21:18:38.251Z Compiling atty v0.2.14
27532026-05-15T21:18:38.407Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-15T21:18:38.497Z Compiling parse-size v1.1.0
27552026-05-15T21:18:38.637Z Compiling indoc v2.0.7
27562026-05-15T21:18:38.715Z Compiling http-range v0.1.5
27572026-05-15T21:18:39.050Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27582026-05-15T21:18:39.352Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27592026-05-15T21:18:39.714Z Compiling globwalk v0.9.1
27602026-05-15T21:18:39.802Z Compiling compact_str v0.8.1
27612026-05-15T21:18:40.410Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27622026-05-15T21:18:40.934Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27632026-05-15T21:18:41.714Z Compiling parking_lot v0.11.2
27642026-05-15T21:18:42.363Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27652026-05-15T21:18:42.580Z Compiling slog-envlogger v2.2.0
27662026-05-15T21:18:42.949Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27672026-05-15T21:18:43.280Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27682026-05-15T21:18:43.355Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27692026-05-15T21:18:43.615Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27702026-05-15T21:18:43.771Z Compiling predicates-tree v1.0.13
27712026-05-15T21:18:43.829Z Compiling unicode-truncate v1.1.0
27722026-05-15T21:18:43.960Z Compiling lru v0.12.5
27732026-05-15T21:18:44.037Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27742026-05-15T21:18:44.064Z Compiling rand_seeder v0.4.0
27752026-05-15T21:18:44.185Z Compiling prefix-trie v0.7.0
27762026-05-15T21:18:44.242Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-15T21:18:44.297Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27782026-05-15T21:18:44.336Z Compiling vergen-git2 v1.0.7
27792026-05-15T21:18:44.552Z Compiling cassowary v0.3.0
27802026-05-15T21:18:44.576Z Compiling illumos-nvpair-sys v0.2.0
27812026-05-15T21:18:44.599Z Compiling corncobs v0.1.4
27822026-05-15T21:18:44.674Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27832026-05-15T21:18:44.699Z Compiling hickory-server v0.25.2
27842026-05-15T21:18:44.860Z Compiling ratatui v0.29.0
27852026-05-15T21:18:44.925Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-05-15T21:18:45.001Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27872026-05-15T21:18:45.031Z Compiling camino-tempfile-ext v0.3.3
27882026-05-15T21:18:45.257Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-05-15T21:18:45.638Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27902026-05-15T21:18:45.686Z Compiling sled v0.34.7
27912026-05-15T21:18:46.151Z Compiling hyper-staticfile v0.10.1
27922026-05-15T21:18:46.811Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27932026-05-15T21:18:47.349Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27942026-05-15T21:18:47.466Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27952026-05-15T21:18:48.844Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27962026-05-15T21:18:49.074Z Compiling secrecy v0.8.0
27972026-05-15T21:18:49.268Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27982026-05-15T21:18:49.506Z Compiling rustls v0.21.12
27992026-05-15T21:18:50.023Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28002026-05-15T21:18:50.644Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28012026-05-15T21:18:50.742Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28022026-05-15T21:18:51.460Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28032026-05-15T21:18:51.989Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28042026-05-15T21:18:52.049Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28052026-05-15T21:18:52.714Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28062026-05-15T21:18:53.161Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28072026-05-15T21:18:53.890Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28082026-05-15T21:18:54.130Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28092026-05-15T21:18:54.355Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28102026-05-15T21:18:54.577Z Compiling rustls-webpki v0.101.7
28112026-05-15T21:18:54.971Z Compiling sct v0.7.1
28122026-05-15T21:18:55.042Z Compiling nix v0.29.0
28132026-05-15T21:18:55.163Z Compiling dropshot v0.16.7
28142026-05-15T21:18:55.245Z Compiling void v1.0.2
28152026-05-15T21:18:55.397Z Compiling lzss v0.8.2
28162026-05-15T21:18:55.589Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28172026-05-15T21:18:55.617Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28182026-05-15T21:18:55.679Z Compiling illumos-nvpair v0.3.0
28192026-05-15T21:18:56.238Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28202026-05-15T21:18:57.026Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28212026-05-15T21:18:57.221Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28222026-05-15T21:18:57.479Z Compiling tungstenite v0.23.0
28232026-05-15T21:18:57.742Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28242026-05-15T21:18:58.468Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28252026-05-15T21:18:58.597Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28262026-05-15T21:18:58.699Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28272026-05-15T21:18:58.830Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28282026-05-15T21:18:58.934Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28292026-05-15T21:18:59.061Z Compiling toml v0.9.12+spec-1.1.0
28302026-05-15T21:18:59.164Z Compiling nix v0.27.1
28312026-05-15T21:18:59.386Z Compiling dropshot_endpoint v0.16.7
28322026-05-15T21:18:59.844Z Compiling serde_bytes v0.11.19
28332026-05-15T21:18:59.869Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28342026-05-15T21:19:00.145Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28352026-05-15T21:19:00.537Z Compiling tokio-tungstenite v0.23.1
28362026-05-15T21:19:00.668Z Compiling git2 v0.20.4
28372026-05-15T21:19:00.935Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28382026-05-15T21:19:03.708Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28392026-05-15T21:19:03.782Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28402026-05-15T21:19:05.822Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28412026-05-15T21:19:05.982Z Compiling tokio-rustls v0.24.1
28422026-05-15T21:19:06.271Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28432026-05-15T21:19:06.787Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28442026-05-15T21:19:06.901Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28452026-05-15T21:19:06.924Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28462026-05-15T21:19:07.075Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28472026-05-15T21:19:07.318Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28482026-05-15T21:19:08.907Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28492026-05-15T21:19:08.991Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28502026-05-15T21:19:09.119Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28512026-05-15T21:19:09.250Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28522026-05-15T21:19:09.810Z Compiling rustls-pemfile v1.0.4
28532026-05-15T21:19:10.216Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28542026-05-15T21:19:10.237Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28552026-05-15T21:19:10.687Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28562026-05-15T21:19:11.254Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28572026-05-15T21:19:11.684Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28582026-05-15T21:19:12.804Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28592026-05-15T21:19:13.466Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28602026-05-15T21:19:13.703Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28612026-05-15T21:19:13.883Z Compiling signal-hook-tokio v0.3.1
28622026-05-15T21:19:13.909Z Compiling twox-hash v2.1.2
28632026-05-15T21:19:14.076Z Compiling yasna v0.5.2
28642026-05-15T21:19:14.114Z Compiling is_ci v1.2.0
28652026-05-15T21:19:14.356Z Compiling supports-color v3.0.2
28662026-05-15T21:19:14.441Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28672026-05-15T21:19:14.654Z Compiling rcgen v0.12.1
28682026-05-15T21:19:15.515Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28692026-05-15T21:19:15.615Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28702026-05-15T21:19:16.126Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28712026-05-15T21:19:16.387Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28722026-05-15T21:19:17.718Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28732026-05-15T21:19:17.797Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28742026-05-15T21:19:19.067Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28752026-05-15T21:19:19.094Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28762026-05-15T21:19:19.586Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28772026-05-15T21:19:19.816Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28782026-05-15T21:19:20.047Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28792026-05-15T21:19:20.274Z Compiling fatfs v0.3.6
28802026-05-15T21:19:21.018Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28812026-05-15T21:19:21.465Z Compiling rtoolbox v0.0.3
28822026-05-15T21:19:21.572Z Compiling subprocess v0.2.15
28832026-05-15T21:19:21.597Z Compiling seq-macro v0.3.6
28842026-05-15T21:19:21.737Z Compiling assert_matches v1.5.0
28852026-05-15T21:19:21.858Z Compiling rpassword v7.4.0
28862026-05-15T21:19:22.123Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28872026-05-15T21:19:22.223Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28882026-05-15T21:19:22.844Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28892026-05-15T21:19:23.762Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28902026-05-15T21:19:23.902Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28912026-05-15T21:19:24.687Z Compiling tui-tree-widget v0.23.1
28922026-05-15T21:19:24.981Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28932026-05-15T21:19:25.535Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-05-15T21:19:26.085Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28952026-05-15T21:19:26.326Z Compiling uzers v0.12.2
28962026-05-15T21:19:26.376Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28972026-05-15T21:19:27.217Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28982026-05-15T21:19:28.340Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28992026-05-15T21:19:29.492Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29002026-05-15T21:19:30.202Z Compiling support-bundle-viewer v0.1.2
29012026-05-15T21:19:31.807Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29022026-05-15T21:19:32.132Z Compiling multimap v0.10.1
29032026-05-15T21:19:40.261Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29042026-05-15T21:19:42.328Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29052026-05-15T21:19:53.216Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-05-15T21:19:54.567Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-05-15T21:24:59.849Z Finished `release` profile [optimized] target(s) in 7m 20s
29082026-05-15T21:25:43.781Z
29092026-05-15T21:25:43.781Zreal 8:05.591297990
29102026-05-15T21:25:43.781Zuser 1:17:34.878407802
29112026-05-15T21:25:43.784Zsys 3:26.422324591
29122026-05-15T21:25:43.784Ztrap 1.765189901
29132026-05-15T21:25:43.784Ztflt 3.182256802
29142026-05-15T21:25:43.784Zdflt 17.496783339
29152026-05-15T21:25:43.784Zkflt 0.013899251
29162026-05-15T21:25:43.784Zlock 6:18:42.010323179
29172026-05-15T21:25:43.784Zslp 2:12:58.302868822
29182026-05-15T21:25:43.784Zlat 2:27.240437307
29192026-05-15T21:25:43.784Zstop 5:12.840919241
29202026-05-15T21:25:43.784Z+ mapfile -t packages
29212026-05-15T21:25:43.784Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-05-15T21:25:44.759Z Finished `release` profile [optimized] target(s) in 0.96s
29232026-05-15T21:25:44.837Z Running `target/release/omicron-package -t test list-outputs`
29242026-05-15T21:25:44.894ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-05-15T21:25:44.897Z+ ptime -m cargo build --locked --release -p xtask
29262026-05-15T21:25:45.431Z Compiling libc v0.2.185
29272026-05-15T21:25:45.431Z Compiling serde v1.0.228
29282026-05-15T21:25:45.434Z Compiling serde_core v1.0.228
29292026-05-15T21:25:45.434Z Compiling rustix v1.1.3
29302026-05-15T21:25:45.434Z Compiling bitflags v2.11.0
29312026-05-15T21:25:45.434Z Compiling serde_json v1.0.149
29322026-05-15T21:25:45.574Z Compiling num-traits v0.2.19
29332026-05-15T21:25:45.584Z Compiling syn v2.0.117
29342026-05-15T21:25:45.594Z Compiling smallvec v1.15.1
29352026-05-15T21:25:45.616Z Compiling usdt-impl v0.5.0
29362026-05-15T21:25:45.619Z Compiling indexmap v2.14.0
29372026-05-15T21:25:45.636Z Compiling syn v1.0.109
29382026-05-15T21:25:45.649Z Compiling percent-encoding v2.3.2
29392026-05-15T21:25:45.649Z Compiling log v0.4.29
29402026-05-15T21:25:45.770Z Compiling getrandom v0.4.1
29412026-05-15T21:25:45.872Z Compiling form_urlencoded v1.2.2
29422026-05-15T21:25:46.029Z Compiling fs-err v3.3.0
29432026-05-15T21:25:46.065Z Compiling anyhow v1.0.102
29442026-05-15T21:25:46.065Z Compiling once_cell v1.21.3
29452026-05-15T21:25:46.068Z Compiling heck v0.4.1
29462026-05-15T21:25:46.274Z Compiling errno v0.3.14
29472026-05-15T21:25:46.277Z Compiling thread-id v4.2.2
29482026-05-15T21:25:46.341Z Compiling memmap v0.7.0
29492026-05-15T21:25:46.607Z Compiling ordered-float v2.10.1
29502026-05-15T21:25:47.115Z Compiling proc-macro-error v1.0.4
29512026-05-15T21:25:47.280Z Compiling terminal_size v0.4.3
29522026-05-15T21:25:47.280Z Compiling tempfile v3.25.0
29532026-05-15T21:25:47.358Z Compiling tabled_derive v0.7.0
29542026-05-15T21:25:47.382Z Compiling clap_builder v4.5.60
29552026-05-15T21:25:47.383Z Compiling textwrap v0.16.2
29562026-05-15T21:25:47.514Z Compiling camino-tempfile v1.4.1
29572026-05-15T21:25:48.030Z Compiling tabled v0.15.0
29582026-05-15T21:25:48.089Z Compiling synstructure v0.13.2
29592026-05-15T21:25:48.089Z Compiling pest_generator v2.8.6
29602026-05-15T21:25:48.475Z Compiling serde_derive v1.0.228
29612026-05-15T21:25:48.475Z Compiling zerovec-derive v0.11.2
29622026-05-15T21:25:48.478Z Compiling displaydoc v0.2.5
29632026-05-15T21:25:48.478Z Compiling thiserror-impl v1.0.69
29642026-05-15T21:25:48.478Z Compiling zerocopy-derive v0.7.35
29652026-05-15T21:25:48.478Z Compiling scroll_derive v0.12.1
29662026-05-15T21:25:48.478Z Compiling thiserror-impl v2.0.18
29672026-05-15T21:25:48.478Z Compiling clap_derive v4.5.55
29682026-05-15T21:25:48.532Z Compiling zerofrom-derive v0.1.6
29692026-05-15T21:25:48.602Z Compiling yoke-derive v0.8.1
29702026-05-15T21:25:49.161Z Compiling pest_derive v2.8.6
29712026-05-15T21:25:49.202Z Compiling scroll v0.12.0
29722026-05-15T21:25:49.317Z Compiling zerocopy v0.7.35
29732026-05-15T21:25:49.507Z Compiling goblin v0.8.2
29742026-05-15T21:25:49.597Z Compiling thiserror v1.0.69
29752026-05-15T21:25:49.689Z Compiling zerofrom v0.1.6
29762026-05-15T21:25:49.727Z Compiling dtrace-parser v0.2.0
29772026-05-15T21:25:49.763Z Compiling thiserror v2.0.18
29782026-05-15T21:25:49.835Z Compiling yoke v0.8.1
29792026-05-15T21:25:50.054Z Compiling zerovec v0.11.5
29802026-05-15T21:25:50.164Z Compiling zerotrie v0.2.3
29812026-05-15T21:25:50.176Z Compiling clap v4.5.60
29822026-05-15T21:25:50.618Z Compiling tinystr v0.8.2
29832026-05-15T21:25:50.666Z Compiling potential_utf v0.1.4
29842026-05-15T21:25:50.857Z Compiling icu_locale_core v2.1.1
29852026-05-15T21:25:50.877Z Compiling icu_collections v2.1.1
29862026-05-15T21:25:51.632Z Compiling icu_provider v2.1.1
29872026-05-15T21:25:51.665Z Compiling serde_spanned v0.6.9
29882026-05-15T21:25:51.849Z Compiling toml_datetime v0.6.11
29892026-05-15T21:25:52.068Z Compiling icu_properties v2.1.2
29902026-05-15T21:25:52.086Z Compiling icu_normalizer v2.1.1
29912026-05-15T21:25:52.089Z Compiling toml_edit v0.22.27
29922026-05-15T21:25:52.237Z Compiling dof v0.3.0
29932026-05-15T21:25:52.275Z Compiling serde_tokenstream v0.2.3
29942026-05-15T21:25:52.363Z Compiling serde-value v0.7.0
29952026-05-15T21:25:52.452Z Compiling cargo-platform v0.2.0
29962026-05-15T21:25:52.591Z Compiling macaddr v1.0.1
29972026-05-15T21:25:52.959Z Compiling idna_adapter v1.2.1
29982026-05-15T21:25:53.081Z Compiling idna v1.1.0
29992026-05-15T21:25:53.109Z Compiling usdt-macro v0.5.0
30002026-05-15T21:25:53.120Z Compiling usdt-attr-macro v0.5.0
30012026-05-15T21:25:53.564Z Compiling url v2.5.8
30022026-05-15T21:25:53.709Z Compiling toml v0.8.23
30032026-05-15T21:25:53.778Z Compiling usdt v0.5.0
30042026-05-15T21:25:54.171Z Compiling cargo-util-schemas v0.8.2
30052026-05-15T21:25:54.187Z Compiling cargo_toml v0.21.0
30062026-05-15T21:25:55.220Z Compiling cargo_metadata v0.21.0
30072026-05-15T21:25:58.286Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-05-15T21:26:01.269Z Finished `release` profile [optimized] target(s) in 16.36s
30092026-05-15T21:26:01.394Z
30102026-05-15T21:26:01.394Zreal 16.463468155
30112026-05-15T21:26:01.394Zuser 2:21.811719116
30122026-05-15T21:26:01.394Zsys 16.597742961
30132026-05-15T21:26:01.394Ztrap 0.102487763
30142026-05-15T21:26:01.394Ztflt 0.540944247
30152026-05-15T21:26:01.394Zdflt 1.333245343
30162026-05-15T21:26:01.397Zkflt 0.000025880
30172026-05-15T21:26:01.397Zlock 5:17.307199579
30182026-05-15T21:26:01.397Zslp 3:26.569256017
30192026-05-15T21:26:01.397Zlat 6.751892310
30202026-05-15T21:26:01.397Zstop 19.671229907
30212026-05-15T21:26:01.397Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-05-15T21:26:01.397Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-05-15T21:26:01.397Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-05-15T21:26:01.397Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-05-15T21:26:01.397Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-05-15T21:26:02.349Z Compiling newtype-uuid-macros v0.1.0
30272026-05-15T21:26:02.349Z Compiling regress v0.10.5
30282026-05-15T21:26:02.349Z Compiling structmeta-derive v0.3.0
30292026-05-15T21:26:02.352Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30302026-05-15T21:26:02.352Z Compiling rustls v0.22.4
30312026-05-15T21:26:02.496Z Compiling rustls-webpki v0.102.8
30322026-05-15T21:26:02.499Z Compiling multer v3.1.0
30332026-05-15T21:26:02.508Z Compiling compression-core v0.4.31
30342026-05-15T21:26:02.511Z Compiling match_cfg v0.1.0
30352026-05-15T21:26:02.511Z Compiling debug-ignore v1.0.5
30362026-05-15T21:26:02.511Z Compiling slog-json v2.6.1
30372026-05-15T21:26:02.511Z Compiling async-stream-impl v0.3.6
30382026-05-15T21:26:02.530Z Compiling serde_spanned v1.0.4
30392026-05-15T21:26:02.530Z Compiling toml_datetime v1.0.0+spec-1.1.0
30402026-05-15T21:26:02.533Z Compiling dropshot v0.17.0
30412026-05-15T21:26:02.533Z Compiling toml_writer v1.0.6+spec-1.1.0
30422026-05-15T21:26:02.781Z Compiling hostname v0.3.1
30432026-05-15T21:26:02.781Z Compiling progenitor-client v0.14.0
30442026-05-15T21:26:02.818Z Compiling toml v1.0.6+spec-1.1.0
30452026-05-15T21:26:02.821Z Compiling itertools v0.14.0
30462026-05-15T21:26:02.893Z Compiling compression-codecs v0.4.37
30472026-05-15T21:26:02.893Z Compiling waitgroup v0.1.2
30482026-05-15T21:26:02.922Z Compiling slog-bunyan v2.5.0
30492026-05-15T21:26:02.926Z Compiling rustls-pemfile v2.2.0
30502026-05-15T21:26:02.976Z Compiling dropshot_endpoint v0.17.0
30512026-05-15T21:26:03.055Z Compiling hostname v0.4.2
30522026-05-15T21:26:03.074Z Compiling async-compression v0.4.41
30532026-05-15T21:26:03.110Z Compiling serde_path_to_error v0.1.20
30542026-05-15T21:26:03.130Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-05-15T21:26:03.155Z Compiling macaddr v1.0.1
30562026-05-15T21:26:03.173Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-05-15T21:26:03.220Z Compiling instant v0.1.13
30582026-05-15T21:26:03.264Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30592026-05-15T21:26:03.281Z Compiling async-stream v0.3.6
30602026-05-15T21:26:03.302Z Compiling progenitor-client v0.10.0
30612026-05-15T21:26:03.345Z Compiling backon v1.6.0
30622026-05-15T21:26:03.360Z Compiling backoff v0.4.0
30632026-05-15T21:26:03.407Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30642026-05-15T21:26:03.424Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30652026-05-15T21:26:03.474Z Compiling universal-hash v0.5.1
30662026-05-15T21:26:03.493Z Compiling opaque-debug v0.3.1
30672026-05-15T21:26:03.518Z Compiling unsafe-libyaml v0.2.11
30682026-05-15T21:26:03.560Z Compiling progenitor-extras v0.2.0
30692026-05-15T21:26:03.577Z Compiling half v2.7.1
30702026-05-15T21:26:03.594Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30712026-05-15T21:26:03.611Z Compiling ciborium-io v0.2.2
30722026-05-15T21:26:03.627Z Compiling crucible-workspace-hack v0.1.0
30732026-05-15T21:26:03.643Z Compiling regress v0.11.1
30742026-05-15T21:26:03.725Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30752026-05-15T21:26:03.749Z Compiling convert_case v0.4.0
30762026-05-15T21:26:03.832Z Compiling aead v0.5.2
30772026-05-15T21:26:03.868Z Compiling ciborium-ll v0.2.2
30782026-05-15T21:26:03.907Z Compiling structmeta v0.3.0
30792026-05-15T21:26:03.925Z Compiling secrecy v0.10.3
30802026-05-15T21:26:03.943Z Compiling poly1305 v0.8.0
30812026-05-15T21:26:03.982Z Compiling chacha20 v0.9.1
30822026-05-15T21:26:04.008Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30832026-05-15T21:26:04.056Z Compiling ciborium v0.2.2
30842026-05-15T21:26:04.112Z Compiling serde_yaml v0.9.34+deprecated
30852026-05-15T21:26:04.115Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30862026-05-15T21:26:04.163Z Compiling derive_more v0.99.20
30872026-05-15T21:26:04.166Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30882026-05-15T21:26:04.166Z Compiling thiserror-impl-no-std v2.0.2
30892026-05-15T21:26:04.244Z Compiling derive-ex v0.1.8
30902026-05-15T21:26:04.322Z Compiling parse-display-derive v0.10.0
30912026-05-15T21:26:04.351Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-05-15T21:26:04.369Z Compiling byte-wrapper v0.1.0
30932026-05-15T21:26:04.539Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30942026-05-15T21:26:04.542Z Compiling password-hash v0.5.0
30952026-05-15T21:26:04.575Z Compiling blake2 v0.10.6
30962026-05-15T21:26:04.685Z Compiling chacha20poly1305 v0.10.1
30972026-05-15T21:26:04.739Z Compiling indent_write v2.2.0
30982026-05-15T21:26:04.773Z Compiling heapless v0.8.0
30992026-05-15T21:26:04.810Z Compiling ingot-macros v0.1.1
31002026-05-15T21:26:04.864Z Compiling argon2 v0.5.3
31012026-05-15T21:26:04.908Z Compiling tabwriter v1.4.1
31022026-05-15T21:26:05.002Z Compiling tokio-rustls v0.25.0
31032026-05-15T21:26:05.162Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-05-15T21:26:05.162Z Compiling num-rational v0.4.2
31052026-05-15T21:26:05.287Z Compiling typify-impl v0.6.2
31062026-05-15T21:26:05.431Z Compiling thiserror-no-std v2.0.2
31072026-05-15T21:26:05.548Z Compiling vsss-rs v3.3.4
31082026-05-15T21:26:05.631Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31092026-05-15T21:26:05.702Z Compiling hash32 v0.3.1
31102026-05-15T21:26:05.805Z Compiling num-complex v0.4.6
31112026-05-15T21:26:05.893Z Compiling smoltcp v0.11.0
31122026-05-15T21:26:05.926Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31132026-05-15T21:26:06.052Z Compiling test-strategy v0.4.5
31142026-05-15T21:26:06.095Z Compiling parse-display v0.10.0
31152026-05-15T21:26:06.190Z Compiling num v0.4.3
31162026-05-15T21:26:06.229Z Compiling proc-macro-crate v3.4.0
31172026-05-15T21:26:06.259Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31182026-05-15T21:26:06.299Z Compiling atomicwrites v0.4.4
31192026-05-15T21:26:06.321Z Compiling cobs v0.3.0
31202026-05-15T21:26:06.384Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-05-15T21:26:06.439Z Compiling colored v3.1.1
31222026-05-15T21:26:06.493Z Compiling float-ord v0.3.2
31232026-05-15T21:26:06.549Z Compiling postcard v1.1.3
31242026-05-15T21:26:06.574Z Compiling proc-macro-error v1.0.4
31252026-05-15T21:26:06.630Z Compiling proc-macro-crate v1.3.1
31262026-05-15T21:26:06.646Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31272026-05-15T21:26:06.665Z Compiling foreign-types-macros v0.2.3
31282026-05-15T21:26:06.827Z Compiling num_enum_derive v0.7.5
31292026-05-15T21:26:06.844Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31302026-05-15T21:26:06.847Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31312026-05-15T21:26:06.922Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-05-15T21:26:06.939Z Compiling rayon-core v1.13.0
31332026-05-15T21:26:06.969Z Compiling cpufeatures v0.3.0
31342026-05-15T21:26:06.991Z Compiling foreign-types-shared v0.3.1
31352026-05-15T21:26:07.106Z Compiling chacha20 v0.10.0
31362026-05-15T21:26:07.109Z Compiling num_enum_derive v0.5.11
31372026-05-15T21:26:07.159Z Compiling toml v0.8.23
31382026-05-15T21:26:07.194Z Compiling crossbeam-deque v0.8.6
31392026-05-15T21:26:07.232Z Compiling camino-tempfile v1.4.1
31402026-05-15T21:26:07.271Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31412026-05-15T21:26:07.305Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31422026-05-15T21:26:07.353Z Compiling foreign-types v0.5.0
31432026-05-15T21:26:07.430Z Compiling cstr-argument v0.1.2
31442026-05-15T21:26:07.457Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31452026-05-15T21:26:07.493Z Compiling rand v0.10.0
31462026-05-15T21:26:07.622Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-05-15T21:26:07.639Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31482026-05-15T21:26:07.724Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31492026-05-15T21:26:07.748Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31502026-05-15T21:26:07.767Z Compiling ingot-types v0.1.2
31512026-05-15T21:26:07.808Z Compiling zone_cfg_derive v0.3.1
31522026-05-15T21:26:07.841Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31532026-05-15T21:26:07.903Z Compiling rayon v1.11.0
31542026-05-15T21:26:07.919Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31552026-05-15T21:26:07.991Z Compiling num_enum v0.7.5
31562026-05-15T21:26:08.011Z Compiling itertools v0.12.1
31572026-05-15T21:26:08.068Z Compiling num-derive v0.4.2
31582026-05-15T21:26:08.102Z Compiling sigpipe v0.1.3
31592026-05-15T21:26:08.148Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31602026-05-15T21:26:08.151Z Compiling glob v0.3.3
31612026-05-15T21:26:08.181Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-05-15T21:26:08.217Z Compiling ingot v0.1.1
31632026-05-15T21:26:08.233Z Compiling prettyplease v0.2.37
31642026-05-15T21:26:08.251Z Compiling num_enum v0.5.11
31652026-05-15T21:26:08.251Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31662026-05-15T21:26:08.388Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31672026-05-15T21:26:08.412Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31682026-05-15T21:26:08.467Z Compiling smf v0.2.3
31692026-05-15T21:26:08.517Z Compiling whoami v1.6.1
31702026-05-15T21:26:08.532Z Compiling usdt-attr-macro v0.5.0
31712026-05-15T21:26:08.677Z Compiling usdt-macro v0.5.0
31722026-05-15T21:26:08.730Z Compiling gethostname v0.5.0
31732026-05-15T21:26:08.836Z Compiling memmap v0.7.0
31742026-05-15T21:26:08.869Z Compiling derive-where v1.6.0
31752026-05-15T21:26:08.884Z Compiling progenitor-client v0.13.0
31762026-05-15T21:26:09.030Z Compiling resolv-conf v0.7.6
31772026-05-15T21:26:09.051Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31782026-05-15T21:26:09.069Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31792026-05-15T21:26:09.222Z Compiling zone v0.3.1
31802026-05-15T21:26:09.241Z Compiling cancel-safe-futures v0.1.5
31812026-05-15T21:26:09.322Z Compiling owo-colors v4.3.0
31822026-05-15T21:26:09.405Z Compiling libsw-core v0.3.2
31832026-05-15T21:26:09.423Z Compiling console v0.15.11
31842026-05-15T21:26:09.476Z Compiling usdt v0.5.0
31852026-05-15T21:26:09.495Z Compiling hickory-proto v0.24.4
31862026-05-15T21:26:09.535Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31872026-05-15T21:26:09.609Z Compiling libsw v3.5.0
31882026-05-15T21:26:09.771Z Compiling newline-converter v0.3.0
31892026-05-15T21:26:09.790Z Compiling libefi-sys v0.1.0
31902026-05-15T21:26:09.817Z Compiling linear-map v1.2.0
31912026-05-15T21:26:09.919Z Compiling linked-hash-map v0.5.6
31922026-05-15T21:26:09.945Z Compiling expectorate v1.2.0
31932026-05-15T21:26:09.963Z Compiling git-stub v1.0.0
31942026-05-15T21:26:09.982Z Compiling typify-macro v0.6.2
31952026-05-15T21:26:10.004Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-15T21:26:10.047Z Compiling bitfield-struct v0.6.2
31972026-05-15T21:26:10.064Z Compiling semver v0.1.20
31982026-05-15T21:26:10.132Z Compiling lru-cache v0.1.2
31992026-05-15T21:26:10.135Z Compiling git-stub-vcs v0.1.0
32002026-05-15T21:26:10.168Z Compiling tokio-dtrace v0.1.1
32012026-05-15T21:26:10.192Z Compiling dropshot-api-manager-types v0.7.1
32022026-05-15T21:26:10.250Z Compiling slog-dtrace v0.3.0
32032026-05-15T21:26:10.270Z Compiling minimal-lexical v0.2.1
32042026-05-15T21:26:10.288Z Compiling rustc_version v0.1.7
32052026-05-15T21:26:10.303Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32062026-05-15T21:26:10.382Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32072026-05-15T21:26:10.408Z Compiling oxide-tokio-rt v0.1.4
32082026-05-15T21:26:10.466Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32092026-05-15T21:26:10.505Z Compiling nom v7.1.3
32102026-05-15T21:26:10.532Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32112026-05-15T21:26:10.549Z Compiling newtype_derive v0.1.6
32122026-05-15T21:26:10.549Z Compiling typify-impl v0.4.3
32132026-05-15T21:26:10.583Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-05-15T21:26:10.586Z Compiling phf_shared v0.12.1
32152026-05-15T21:26:10.706Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32162026-05-15T21:26:10.726Z Compiling csv-core v0.1.13
32172026-05-15T21:26:10.745Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32182026-05-15T21:26:10.782Z Compiling xshell-macros v0.2.7
32192026-05-15T21:26:10.807Z Compiling highway v1.3.0
32202026-05-15T21:26:10.870Z Compiling chrono-tz v0.10.4
32212026-05-15T21:26:11.061Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32222026-05-15T21:26:11.108Z Compiling csv v1.4.0
32232026-05-15T21:26:11.124Z Compiling const_format_proc_macros v0.2.34
32242026-05-15T21:26:11.186Z Compiling phf v0.12.1
32252026-05-15T21:26:11.207Z Compiling xshell v0.2.7
32262026-05-15T21:26:11.241Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-05-15T21:26:11.372Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32282026-05-15T21:26:11.480Z Compiling primeorder v0.13.6
32292026-05-15T21:26:11.568Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-05-15T21:26:11.690Z Compiling hickory-resolver v0.24.4
32312026-05-15T21:26:11.781Z Compiling tabled_derive v0.7.0
32322026-05-15T21:26:11.821Z Compiling typify v0.6.2
32332026-05-15T21:26:11.845Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32342026-05-15T21:26:11.863Z Compiling bcs v0.1.6
32352026-05-15T21:26:11.882Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32362026-05-15T21:26:11.957Z Compiling progenitor-impl v0.14.0
32372026-05-15T21:26:11.984Z Compiling progenitor-impl v0.13.0
32382026-05-15T21:26:12.048Z Compiling const_format v0.2.35
32392026-05-15T21:26:12.285Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32402026-05-15T21:26:12.424Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32412026-05-15T21:26:12.459Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32422026-05-15T21:26:12.494Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32432026-05-15T21:26:12.512Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32442026-05-15T21:26:12.710Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32452026-05-15T21:26:12.839Z Compiling qorb v0.4.1
32462026-05-15T21:26:12.859Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32472026-05-15T21:26:12.904Z Compiling salty v0.3.0
32482026-05-15T21:26:13.155Z Compiling termtree v0.5.1
32492026-05-15T21:26:13.180Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32502026-05-15T21:26:13.341Z Compiling tagptr v0.2.0
32512026-05-15T21:26:13.381Z Compiling textwrap v0.16.2
32522026-05-15T21:26:13.496Z Compiling moka v0.12.13
32532026-05-15T21:26:13.547Z Compiling tabled v0.15.0
32542026-05-15T21:26:13.735Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-05-15T21:26:13.901Z Compiling steno v0.4.1
32562026-05-15T21:26:13.989Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32572026-05-15T21:26:14.012Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32582026-05-15T21:26:14.189Z Compiling base64 v0.21.7
32592026-05-15T21:26:14.208Z Compiling humantime v2.3.0
32602026-05-15T21:26:14.251Z Compiling radium v0.7.0
32612026-05-15T21:26:14.269Z Compiling hickory-resolver v0.25.2
32622026-05-15T21:26:14.341Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32632026-05-15T21:26:14.553Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-15T21:26:14.556Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-15T21:26:14.630Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32662026-05-15T21:26:14.742Z Compiling progenitor-macro v0.14.0
32672026-05-15T21:26:14.767Z Compiling progenitor-macro v0.13.0
32682026-05-15T21:26:14.786Z Compiling p384 v0.13.1
32692026-05-15T21:26:14.951Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32702026-05-15T21:26:14.975Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32712026-05-15T21:26:15.111Z Compiling typify-macro v0.4.3
32722026-05-15T21:26:15.243Z Compiling tap v1.0.1
32732026-05-15T21:26:15.385Z Compiling maybe-uninit v2.0.0
32742026-05-15T21:26:15.403Z Compiling wyz v0.5.1
32752026-05-15T21:26:15.438Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32762026-05-15T21:26:15.629Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32772026-05-15T21:26:15.714Z Compiling proc-macro-error-attr2 v2.0.0
32782026-05-15T21:26:15.762Z Compiling funty v2.0.0
32792026-05-15T21:26:15.947Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32802026-05-15T21:26:16.003Z Compiling utf-8 v0.7.6
32812026-05-15T21:26:16.074Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32822026-05-15T21:26:16.173Z Compiling parking_lot_core v0.8.6
32832026-05-15T21:26:16.190Z Compiling packed_struct v0.10.1
32842026-05-15T21:26:16.228Z Compiling proc-macro-error2 v2.0.1
32852026-05-15T21:26:16.249Z Compiling tungstenite v0.21.0
32862026-05-15T21:26:16.291Z Compiling bitvec v1.0.1
32872026-05-15T21:26:16.383Z Compiling polyval v0.6.2
32882026-05-15T21:26:16.410Z Compiling num-derive v0.3.3
32892026-05-15T21:26:16.490Z Compiling packed_struct_codegen v0.10.1
32902026-05-15T21:26:16.524Z Compiling zerocopy-derive v0.6.6
32912026-05-15T21:26:16.542Z Compiling bitfield-macros v0.19.4
32922026-05-15T21:26:16.574Z Compiling indexmap v1.9.3
32932026-05-15T21:26:16.641Z Compiling crc-catalog v2.4.0
32942026-05-15T21:26:16.766Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32952026-05-15T21:26:16.802Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32962026-05-15T21:26:16.817Z Compiling nodrop v0.1.14
32972026-05-15T21:26:16.917Z Compiling typify v0.4.3
32982026-05-15T21:26:16.948Z Compiling array-init v0.0.4
32992026-05-15T21:26:17.050Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33002026-05-15T21:26:17.105Z Compiling progenitor-impl v0.11.2
33012026-05-15T21:26:17.122Z Compiling tokio-tungstenite v0.21.0
33022026-05-15T21:26:17.147Z Compiling crc v3.4.0
33032026-05-15T21:26:17.348Z Compiling bitfield v0.19.4
33042026-05-15T21:26:17.365Z Compiling libscf-sys v1.1.0
33052026-05-15T21:26:17.385Z Compiling tabled_derive v0.11.0
33062026-05-15T21:26:17.404Z Compiling ghash v0.5.1
33072026-05-15T21:26:17.451Z Compiling zerocopy v0.6.6
33082026-05-15T21:26:17.537Z Compiling smallvec v0.6.14
33092026-05-15T21:26:17.659Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33102026-05-15T21:26:17.686Z Compiling papergrid v0.17.0
33112026-05-15T21:26:17.813Z Compiling testing_table v0.3.0
33122026-05-15T21:26:17.831Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33132026-05-15T21:26:17.834Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33142026-05-15T21:26:17.862Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33152026-05-15T21:26:18.002Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33162026-05-15T21:26:18.049Z Compiling ctr v0.9.2
33172026-05-15T21:26:18.169Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-15T21:26:18.238Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-15T21:26:18.256Z Compiling corncobs v0.1.4
33202026-05-15T21:26:18.281Z Compiling unicase v2.9.0
33212026-05-15T21:26:18.410Z Compiling illumos-nvpair-sys v0.2.0
33222026-05-15T21:26:18.468Z Compiling hashbrown v0.12.3
33232026-05-15T21:26:18.518Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33242026-05-15T21:26:18.535Z Compiling mime_guess v2.0.5
33252026-05-15T21:26:18.581Z Compiling aes-gcm v0.10.3
33262026-05-15T21:26:18.599Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-05-15T21:26:18.625Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33282026-05-15T21:26:18.669Z Compiling tabled v0.20.0
33292026-05-15T21:26:18.801Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33302026-05-15T21:26:18.887Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33312026-05-15T21:26:19.006Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33322026-05-15T21:26:19.126Z Compiling serde-hex v0.1.0
33332026-05-15T21:26:19.164Z Compiling parking_lot v0.11.2
33342026-05-15T21:26:19.206Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33352026-05-15T21:26:19.408Z Compiling progenitor-impl v0.10.0
33362026-05-15T21:26:19.446Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33372026-05-15T21:26:19.577Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33382026-05-15T21:26:19.597Z Compiling ron v0.8.1
33392026-05-15T21:26:19.675Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33402026-05-15T21:26:19.754Z Compiling hashbrown v0.13.2
33412026-05-15T21:26:19.883Z Compiling progenitor-macro v0.11.2
33422026-05-15T21:26:20.003Z Compiling progenitor v0.13.0
33432026-05-15T21:26:20.019Z Compiling progenitor v0.14.0
33442026-05-15T21:26:20.151Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33452026-05-15T21:26:20.190Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33462026-05-15T21:26:20.295Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33472026-05-15T21:26:20.345Z Compiling progenitor-client v0.11.2
33482026-05-15T21:26:20.407Z Compiling prefix-trie v0.7.0
33492026-05-15T21:26:20.595Z Compiling blowfish v0.9.1
33502026-05-15T21:26:20.693Z Compiling ssh-encoding v0.2.0
33512026-05-15T21:26:20.721Z Compiling fxhash v0.2.1
33522026-05-15T21:26:20.825Z Compiling secrecy v0.8.0
33532026-05-15T21:26:20.877Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33542026-05-15T21:26:20.898Z Compiling crc-any v2.5.0
33552026-05-15T21:26:20.901Z Compiling ssh-cipher v0.2.0
33562026-05-15T21:26:20.990Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-05-15T21:26:21.093Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-05-15T21:26:21.139Z Compiling sled v0.34.7
33592026-05-15T21:26:21.141Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-15T21:26:21.174Z Compiling hickory-server v0.25.2
33612026-05-15T21:26:21.322Z Compiling object v0.30.4
33622026-05-15T21:26:21.515Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33632026-05-15T21:26:21.552Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33642026-05-15T21:26:21.879Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33652026-05-15T21:26:21.901Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33662026-05-15T21:26:22.090Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33672026-05-15T21:26:22.181Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-05-15T21:26:22.267Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33692026-05-15T21:26:22.828Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-05-15T21:26:23.145Z Compiling progenitor-macro v0.10.0
33712026-05-15T21:26:23.216Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33722026-05-15T21:26:23.362Z Compiling password-hash v0.4.2
33732026-05-15T21:26:23.388Z Compiling http-range v0.1.5
33742026-05-15T21:26:23.611Z Compiling half v1.8.3
33752026-05-15T21:26:23.784Z Compiling path-slash v0.1.5
33762026-05-15T21:26:23.788Z Compiling crc8 v0.1.1
33772026-05-15T21:26:23.908Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33782026-05-15T21:26:23.957Z Compiling serde_cbor v0.11.2
33792026-05-15T21:26:24.017Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-05-15T21:26:24.247Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-05-15T21:26:24.279Z Compiling pbkdf2 v0.11.0
33822026-05-15T21:26:24.400Z Compiling illumos-nvpair v0.3.0
33832026-05-15T21:26:24.532Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33842026-05-15T21:26:24.591Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33852026-05-15T21:26:24.694Z Compiling ssh-key v0.6.7
33862026-05-15T21:26:24.916Z Compiling progenitor v0.11.2
33872026-05-15T21:26:25.109Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33882026-05-15T21:26:25.160Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33892026-05-15T21:26:25.180Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33902026-05-15T21:26:25.200Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33912026-05-15T21:26:25.410Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33922026-05-15T21:26:25.434Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33932026-05-15T21:26:25.452Z Compiling p256 v0.13.2
33942026-05-15T21:26:25.521Z Compiling p521 v0.13.3
33952026-05-15T21:26:25.622Z Compiling yasna v0.5.2
33962026-05-15T21:26:25.719Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33972026-05-15T21:26:25.857Z Compiling kstat-rs v0.2.4
33982026-05-15T21:26:25.993Z Compiling headers-core v0.3.0
33992026-05-15T21:26:26.122Z Compiling nanorand v0.7.0
34002026-05-15T21:26:26.154Z Compiling atty v0.2.14
34012026-05-15T21:26:26.174Z Compiling russh-cryptovec v0.7.3
34022026-05-15T21:26:26.190Z Compiling md5 v0.7.0
34032026-05-15T21:26:26.229Z Compiling home v0.5.12
34042026-05-15T21:26:26.292Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
34052026-05-15T21:26:26.340Z Compiling headers v0.4.1
34062026-05-15T21:26:26.393Z Compiling russh-keys v0.45.0
34072026-05-15T21:26:26.410Z Compiling flume v0.11.1
34082026-05-15T21:26:26.428Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34092026-05-15T21:26:26.431Z Compiling rcgen v0.12.1
34102026-05-15T21:26:26.464Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34112026-05-15T21:26:26.486Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34122026-05-15T21:26:26.558Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34132026-05-15T21:26:26.691Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34142026-05-15T21:26:26.756Z Compiling hyper-staticfile v0.10.1
34152026-05-15T21:26:26.893Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34162026-05-15T21:26:27.121Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34172026-05-15T21:26:27.153Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34182026-05-15T21:26:27.329Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34192026-05-15T21:26:27.332Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34202026-05-15T21:26:27.362Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34212026-05-15T21:26:27.516Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34222026-05-15T21:26:27.566Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34232026-05-15T21:26:27.666Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34242026-05-15T21:26:27.807Z Compiling num-bigint v0.4.6
34252026-05-15T21:26:27.966Z Compiling des v0.8.1
34262026-05-15T21:26:27.984Z Compiling subprocess v0.2.15
34272026-05-15T21:26:28.018Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-05-15T21:26:28.058Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34292026-05-15T21:26:28.076Z Compiling hex-literal v0.4.1
34302026-05-15T21:26:28.115Z Compiling display-error-chain v0.2.2
34312026-05-15T21:26:28.214Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34322026-05-15T21:26:28.232Z Compiling colored v2.2.0
34332026-05-15T21:26:28.234Z Compiling progenitor v0.10.0
34342026-05-15T21:26:28.289Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34352026-05-15T21:26:28.438Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34362026-05-15T21:26:28.454Z Compiling socket2 v0.5.10
34372026-05-15T21:26:28.511Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34382026-05-15T21:26:28.561Z Compiling internet-checksum v0.2.1
34392026-05-15T21:26:28.978Z Compiling russh v0.45.0
34402026-05-15T21:26:29.190Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34412026-05-15T21:26:29.235Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34422026-05-15T21:26:31.469Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34432026-05-15T21:26:31.734Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34442026-05-15T21:26:32.440Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34452026-05-15T21:26:32.913Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34462026-05-15T21:26:34.347Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34472026-05-15T21:26:42.327Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34482026-05-15T21:26:42.327Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34492026-05-15T21:26:42.330Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34502026-05-15T21:26:42.330Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34512026-05-15T21:26:44.065Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34522026-05-15T21:26:44.082Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34532026-05-15T21:26:48.276Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34542026-05-15T21:27:27.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34552026-05-15T21:27:27.587Z
34562026-05-15T21:27:27.587Zreal 1:26.123793847
34572026-05-15T21:27:27.587Zuser 8:14.065576464
34582026-05-15T21:27:27.587Zsys 1:41.603190488
34592026-05-15T21:27:27.587Ztrap 0.262467742
34602026-05-15T21:27:27.588Ztflt 0.489165732
34612026-05-15T21:27:27.588Zdflt 1.573293818
34622026-05-15T21:27:27.588Zkflt 0.000289550
34632026-05-15T21:27:27.588Zlock 29:24.811402104
34642026-05-15T21:27:27.588Zslp 19:07.140262829
34652026-05-15T21:27:27.596Zlat 40.243410842
34662026-05-15T21:27:27.596Zstop 2:51.029339198
34672026-05-15T21:27:27.596Z+ mkdir tests
34682026-05-15T21:27:27.597Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34692026-05-15T21:27:27.597Z+ xargs -I '{}' -t cp '{}' tests/
34702026-05-15T21:27:27.629Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34712026-05-15T21:27:27.649Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34722026-05-15T21:27:27.670Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34732026-05-15T21:27:27.686Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34742026-05-15T21:27:27.917Z+ 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/*)
34752026-05-15T21:27:27.921Z+ 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-80d6ff3f6918a423 tests/commtest-06c600c6b9aa7541 tests/dhcp_server-3f69dec6bee9e804 tests/end_to_end_tests-6a8d9103e588eb6f 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
34762026-05-15T21:28:47.371ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34772026-05-15T21:28:47.371Za .github/buildomat/ci-env.sh 1K
34782026-05-15T21:28:47.371Za out/target/test 1K
34792026-05-15T21:28:47.371Za out/npuzone/npuzone 27402K
34802026-05-15T21:28:47.371Za package-manifest.toml 35K
34812026-05-15T21:28:47.371Za smf/sled-agent/non-gimlet/config.toml 6K
34822026-05-15T21:28:47.371Za target/release/omicron-package 46040K
34832026-05-15T21:28:47.371Za target/release/xtask 11449K
34842026-05-15T21:28:47.371Za target/debug/bootstrap 352743K
34852026-05-15T21:28:47.371Za tests/bootstrap-80d6ff3f6918a423 31215K
34862026-05-15T21:28:47.371Za tests/commtest-06c600c6b9aa7541 32300K
34872026-05-15T21:28:47.371Za tests/dhcp_server-3f69dec6bee9e804 31215K
34882026-05-15T21:28:47.371Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34892026-05-15T21:28:47.371Za out/clickhouse.tar.gz 319691K
34902026-05-15T21:28:47.371Za out/clickhouse_keeper.tar.gz 305043K
34912026-05-15T21:28:47.371Za out/clickhouse_server.tar.gz 319689K
34922026-05-15T21:28:47.371Za out/cockroachdb.tar.gz 165212K
34932026-05-15T21:28:47.371Za out/crucible-pantry-zone.tar.gz 44224K
34942026-05-15T21:28:47.371Za out/crucible-utils.tar 17744K
34952026-05-15T21:28:47.371Za out/crucible-zone.tar.gz 58362K
34962026-05-15T21:28:47.371Za out/external-dns.tar.gz 49818K
34972026-05-15T21:28:47.371Za out/internal-dns.tar.gz 49818K
34982026-05-15T21:28:47.371Za out/mg-ddm-gz.tar 95141K
34992026-05-15T21:28:47.371Za out/nexus.tar.gz 220794K
35002026-05-15T21:28:47.372Za out/ntp.tar.gz 32189K
35012026-05-15T21:28:47.372Za out/omicron-gateway-softnpu.tar.gz 29645K
35022026-05-15T21:28:47.372Za out/omicron-sled-agent.tar 204632K
35032026-05-15T21:28:47.372Za out/overlay.tar.gz 3K
35042026-05-15T21:28:47.372Za out/oximeter.tar.gz 67893K
35052026-05-15T21:28:47.372Za out/oxlog.tar 3782K
35062026-05-15T21:28:47.372Za out/probe.tar.gz 3037K
35072026-05-15T21:28:47.372Za out/propolis-server.tar.gz 38727K
35082026-05-15T21:28:47.372Za out/pumpkind-gz.tar 26647K
35092026-05-15T21:28:47.372Za out/switch-softnpu.tar.gz 396848K
35102026-05-15T21:28:47.375Z
35112026-05-15T21:28:47.375Zreal 1:19.455593539
35122026-05-15T21:28:47.375Zuser 1:16.767088313
35132026-05-15T21:28:47.375Zsys 4.421605836
35142026-05-15T21:28:47.375Ztrap 0.006644927
35152026-05-15T21:28:47.375Ztflt 0.000000000
35162026-05-15T21:28:47.375Zdflt 0.000000000
35172026-05-15T21:28:47.375Zkflt 0.000000000
35182026-05-15T21:28:47.375Zlock 0.000000000
35192026-05-15T21:28:47.375Zslp 1:16.717137656
35202026-05-15T21:28:47.375Zlat 0.993556923
35212026-05-15T21:28:47.375Zstop 0.000182480
35222026-05-15T21:28:47.375Zprocess exited: duration 896354 ms, exit code 0
 
35232026-05-15T21:28:47.390Zfound 1 output files
35242026-05-15T21:28:47.390Zuploading: /work/package.tar.gz (2447224501 bytes)
35252026-05-15T21:29:14.902Zuploaded: /work/package.tar.gz