01KRYPTHCQ43NE1F3YDDJE073R: 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: 01KRYPV4CZNW2V2KY4MH4DK8NE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-18T23:31:46.940Zjob assigned to worker 01KRYPVH8TPT8RN1VXGN005CJG [factory aws, i-0efa528263a1795db] (queued for 55 s)
 
22026-05-18T23:31:54.058Zstarting task 0: "setup"
32026-05-18T23:31:54.065Z++ uname -s
42026-05-18T23:31:54.069Z+ kern=SunOS
52026-05-18T23:31:54.069Z+ build_user=build
62026-05-18T23:31:54.069Z+ build_uid=12345
72026-05-18T23:31:54.069Z+ work_dir=/work
82026-05-18T23:31:54.069Z+ input_dir=/input
92026-05-18T23:31:54.069Z+ [[ 0 == 12345 ]]
102026-05-18T23:31:54.069Z+ case "$kern" in
112026-05-18T23:31:54.069Z+ groupadd -g 12345 build
122026-05-18T23:31:54.072Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-18T23:31:56.078Z+ zfs create -o mountpoint=/work rpool/work
142026-05-18T23:31:56.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-18T23:31:56.172Z+ home_fs=zfs
162026-05-18T23:31:56.172Z+ [[ zfs == autofs ]]
172026-05-18T23:31:56.172Z+ mkdir -p /home/build
182026-05-18T23:31:56.175Z+ chown build:build /home/build /work
192026-05-18T23:31:58.175Z+ chmod 0700 /home/build /work
202026-05-18T23:31:58.179Zprocess exited: duration 4121 ms, exit code 0
 
212026-05-18T23:31:58.188Zstarting task 1: "rust-toolchain"
222026-05-18T23:31:58.195Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-18T23:31:58.196Z * rust toolchain channel = "1.94.0"
242026-05-18T23:31:58.196Z * rust toolchain profile = "default"
252026-05-18T23:31:58.203Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-18T23:31:58.203Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-18T23:31:58.203Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-18T23:31:58.203Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-18T23:31:58.203Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-18T23:31:58.262Zinfo: downloading installer
312026-05-18T23:31:59.678Zwarn: It looks like you have an existing rustup settings file at:
322026-05-18T23:31:59.678Zwarn: /home/build/.rustup/settings.toml
332026-05-18T23:31:59.678Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-18T23:31:59.678Zwarn: instead of the one inferred from the default host triple.
352026-05-18T23:31:59.690Zinfo: profile set to default
362026-05-18T23:31:59.690Zinfo: default host triple is x86_64-unknown-illumos
372026-05-18T23:31:59.693Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-18T23:31:59.831Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-18T23:31:59.834Zinfo: downloading 6 components
402026-05-18T23:32:14.121Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-18T23:32:14.121Z
422026-05-18T23:32:14.151Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-18T23:32:14.151Z
442026-05-18T23:32:14.151Z
452026-05-18T23:32:14.151ZRust is installed now. Great!
462026-05-18T23:32:14.152Z
472026-05-18T23:32:14.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-18T23:32:14.152Zenvironment variable. This has not been done automatically.
492026-05-18T23:32:14.152Z
502026-05-18T23:32:14.152ZTo configure your current shell, you need to source
512026-05-18T23:32:14.152Zthe corresponding env file under $HOME/.cargo.
522026-05-18T23:32:14.152Z
532026-05-18T23:32:14.152ZThis is usually done by running one of the following (note the leading DOT):
542026-05-18T23:32:14.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-18T23:32:14.152Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-18T23:32:14.152Zsource "~/.cargo/env.nu" # For nushell
572026-05-18T23:32:14.152Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-18T23:32:14.152Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-18T23:32:14.152Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-18T23:32:14.156Zwarn: no default linker (`cc`) was found in your PATH
612026-05-18T23:32:14.156Zwarn: many Rust crates require a system C toolchain to build
622026-05-18T23:32:14.253Z+ rustup --version
632026-05-18T23:32:14.259Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-18T23:32:14.262Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-18T23:32:14.280Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-18T23:32:14.284Z+ cargo --version
672026-05-18T23:32:14.291Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-18T23:32:14.295Z+ rustc --version
692026-05-18T23:32:14.312Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-18T23:32:14.316Zprocess exited: duration 16128 ms, exit code 0
 
712026-05-18T23:32:14.323Zstarting task 2: "authentication"
722026-05-18T23:32:14.341Zprocess exited: duration 18 ms, exit code 0
 
732026-05-18T23:32:14.348Zstarting task 3: "clone repository"
742026-05-18T23:32:14.352Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-18T23:32:14.355Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-18T23:32:14.408ZCloning into '/work/oxidecomputer/omicron'...
772026-05-18T23:32:25.237Z+ cd /work/oxidecomputer/omicron
782026-05-18T23:32:25.237Z+ git fetch origin 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
792026-05-18T23:32:25.491ZFrom https://github.com/oxidecomputer/omicron
802026-05-18T23:32:25.491Z * branch 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407 -> FETCH_HEAD
812026-05-18T23:32:25.504Z+ [[ -n '' ]]
822026-05-18T23:32:25.504Z+ git reset --hard 34caf603aba4f0c4c5bfa0ef76cbb2bbd87a4407
832026-05-18T23:32:25.739ZHEAD is now at 34caf603a [spr] initial version
842026-05-18T23:32:25.743Zprocess exited: duration 11393 ms, exit code 0
 
852026-05-18T23:32:25.750Zstarting task 4: "build"
862026-05-18T23:32:25.756Z+ source .github/buildomat/ci-env.sh
872026-05-18T23:32:25.756Z++ export CARGO_TERM_COLOR=always
882026-05-18T23:32:25.756Z++ CARGO_TERM_COLOR=always
892026-05-18T23:32:25.756Z+ cargo --version
902026-05-18T23:32:25.766Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-18T23:32:25.769Z+ rustc --version
922026-05-18T23:32:25.790Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-18T23:32:25.793Z+ WORK=/work
942026-05-18T23:32:25.793Z+ pfexec mkdir -p /work
952026-05-18T23:32:25.797Z+ pfexec chown build /work
962026-05-18T23:32:25.800Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-18T23:32:27.854Z Startup: Refreshing catalog 'helios' ... Done
982026-05-18T23:32:27.913Z Startup: Caching catalogs ... Done
992026-05-18T23:32:28.126ZPlanning: Solver setup ... Done (0.173s)
1002026-05-18T23:32:28.142ZPlanning: Running solver ... Done (0.017s)
1012026-05-18T23:32:28.158ZPlanning: Finding local manifests ... Done (0.012s)
1022026-05-18T23:32:28.170ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-18T23:32:28.186ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-18T23:32:28.199ZPlanning: Package planning ... Done (0.014s)
1052026-05-18T23:32:28.204ZPlanning: Merging actions ... Done (0.001s)
1062026-05-18T23:32:28.399ZPlanning: Checking for conflicting actions ... Done (0.198s)
1072026-05-18T23:32:28.402ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-18T23:32:29.670ZPlanning: Evaluating mediators ... Done (1.270s)
1092026-05-18T23:32:29.673ZPlanning: Planning completed in 1.73 seconds
1102026-05-18T23:32:29.680Z Packages to install: 2
1112026-05-18T23:32:29.680Z Estimated space available: 156.08 GB
1122026-05-18T23:32:29.680ZEstimated space to be consumed: 19.74 MB
1132026-05-18T23:32:29.680Z Create boot environment: No
1142026-05-18T23:32:29.680ZCreate backup boot environment: No
1152026-05-18T23:32:29.680Z Rebuild boot archive: No
1162026-05-18T23:32:29.683Z
1172026-05-18T23:32:29.683ZChanged packages:
1182026-05-18T23:32:29.683Zhelios
1192026-05-18T23:32:29.683Z developer/build-essential
1202026-05-18T23:32:29.683Z None -> 11-3.0
1212026-05-18T23:32:29.683Z library/libxmlsec1
1222026-05-18T23:32:29.683Z None -> 1.2.35-3.0
1232026-05-18T23:32:29.726Z
1242026-05-18T23:32:29.726ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-18T23:32:30.407ZDownload: Completed 1.28 MB in 0.68 seconds (1.9M/s)
1262026-05-18T23:32:30.452Z Actions: 1/268 actions (Installing new actions)
1272026-05-18T23:32:30.491Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-18T23:32:30.498ZFinalize: Updating package state database ... Done (0.007s)
1292026-05-18T23:32:30.498ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-18T23:32:30.513ZFinalize: Updating image state ... Done (0.015s)
1312026-05-18T23:32:33.368ZFinalize: Creating fast lookup database ... Done (2.833s)
1322026-05-18T23:32:33.442ZFinalize: Reading search index ... Done (0.013s)
1332026-05-18T23:32:33.446ZFinalize: Updating search index ... Done (0.000s)
1342026-05-18T23:32:33.531ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-18T23:32:33.828ZPlanning: Evaluating mediator changes ... Done
1362026-05-18T23:32:33.932ZPlanning: Checking for conflicting actions ... Done
1372026-05-18T23:32:33.935ZPlanning: Consolidating action changes ... Done
1382026-05-18T23:32:34.091ZPlanning: Evaluating mediators ... Done
1392026-05-18T23:32:34.094ZPlanning: Planning completed in 0.26 seconds
1402026-05-18T23:32:34.115Z Mediators to change: 2
1412026-05-18T23:32:34.115Z Create boot environment: No
1422026-05-18T23:32:34.115ZCreate backup boot environment: No
1432026-05-18T23:32:34.162ZFinalize: Updating package state database ... Done
1442026-05-18T23:32:34.162ZFinalize: Updating package cache ... Done
1452026-05-18T23:32:34.172ZFinalize: Updating image state ... Done
1462026-05-18T23:32:36.106ZFinalize: Creating fast lookup database ... Done
1472026-05-18T23:32:36.167ZFinalize: Reading search index ... Done
1482026-05-18T23:32:36.170ZFinalize: Updating search index ... Done
1492026-05-18T23:32:36.226ZFinalize: Updating package cache ... Done
1502026-05-18T23:32:36.511ZPlanning: Evaluating mediator changes ... Done
1512026-05-18T23:32:36.618ZPlanning: Checking for conflicting actions ... Done
1522026-05-18T23:32:36.623ZPlanning: Consolidating action changes ... Done
1532026-05-18T23:32:36.777ZPlanning: Evaluating mediators ... Done
1542026-05-18T23:32:36.780ZPlanning: Planning completed in 0.27 seconds
1552026-05-18T23:32:36.800Z Mediators to change: 1
1562026-05-18T23:32:36.800Z Create boot environment: No
1572026-05-18T23:32:36.800ZCreate backup boot environment: No
1582026-05-18T23:32:36.844ZFinalize: Updating package state database ... Done
1592026-05-18T23:32:36.844ZFinalize: Updating package cache ... Done
1602026-05-18T23:32:36.853ZFinalize: Updating image state ... Done
1612026-05-18T23:32:38.810ZFinalize: Creating fast lookup database ... Done
1622026-05-18T23:32:38.870ZFinalize: Reading search index ... Done
1632026-05-18T23:32:38.873ZFinalize: Updating search index ... Done
1642026-05-18T23:32:38.916ZFinalize: Updating package cache ... Done
1652026-05-18T23:32:39.230ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-18T23:32:39.230Zapache system 2.4 system
1672026-05-18T23:32:39.230Zclang system 15 system
1682026-05-18T23:32:39.230Zcsh system system illumos
1692026-05-18T23:32:39.230Zctags system system illumos
1702026-05-18T23:32:39.230Zfile vendor vendor darwinsys
1712026-05-18T23:32:39.230Zfile system system illumos
1722026-05-18T23:32:39.230Zgcc vendor 14 vendor
1732026-05-18T23:32:39.230Zgcc system 13 system
1742026-05-18T23:32:39.230Zgcc system 10 system
1752026-05-18T23:32:39.230Zgo system 1.25 system
1762026-05-18T23:32:39.230Zllvm system 15 system
1772026-05-18T23:32:39.230Zmariadb system 11.4 system
1782026-05-18T23:32:39.230Zmta vendor vendor dma
1792026-05-18T23:32:39.230Zopenjdk system 17 system
1802026-05-18T23:32:39.230Zopenjdk system 11 system
1812026-05-18T23:32:39.230Zopenssl vendor 3 vendor
1822026-05-18T23:32:39.230Zperl system 5.40 system
1832026-05-18T23:32:39.230Zpostgresql system 18 system
1842026-05-18T23:32:39.230Zpostgresql system 17 system
1852026-05-18T23:32:39.230Zpython vendor 3 vendor
1862026-05-18T23:32:39.230Zpython system 2 system
1872026-05-18T23:32:39.230Zpython3 vendor 3.13 vendor
1882026-05-18T23:32:39.231Zruby system 3.4 system
1892026-05-18T23:32:39.231Zruby system 3.0 system
1902026-05-18T23:32:39.231Zwords vendor vendor american-english
1912026-05-18T23:32:39.231Zwords system system australian-english
1922026-05-18T23:32:39.231Zwords system system british-english
1932026-05-18T23:32:39.231Zwords system system canadian-english
1942026-05-18T23:32:39.231Zwords system system french
1952026-05-18T23:32:39.231Zwords system system italian
1962026-05-18T23:32:39.231Zwords system system ngerman
1972026-05-18T23:32:39.231Zwords system system ogerman
1982026-05-18T23:32:39.231Zwords system system spanish
1992026-05-18T23:32:39.484ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-18T23:32:39.484Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-18T23:32:39.750ZFMRI IFO
2022026-05-18T23:32:39.750Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-18T23:32:39.750Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-18T23:32:39.750Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-18T23:32:39.750Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-18T23:32:39.750Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-18T23:32:39.750Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-18T23:32:39.750Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-18T23:32:39.750Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-18T23:32:39.750Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-18T23:32:39.980Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-18T23:32:40.223Z Updating crates.io index
2132026-05-18T23:32:40.226Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-18T23:32:40.756Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-18T23:32:41.068Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-18T23:32:41.650Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-18T23:32:42.437Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-18T23:32:42.917Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-18T23:32:44.207Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-18T23:32:45.047Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-18T23:32:45.288Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-18T23:32:46.002Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-18T23:32:46.475Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-18T23:32:46.759Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-18T23:32:47.101Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-18T23:32:47.956Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-18T23:32:48.427Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-18T23:32:48.743Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-18T23:32:49.085Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-18T23:32:49.319Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-18T23:32:49.826Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-18T23:32:50.038Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-18T23:32:50.251Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-18T23:32:50.513Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-18T23:32:50.900Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-18T23:32:51.486Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-18T23:32:52.019Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-18T23:32:52.454Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-18T23:32:52.729Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-18T23:32:54.010Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-18T23:32:54.230Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-18T23:32:55.669Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-18T23:32:56.097Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-18T23:32:56.334Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-18T23:32:56.718Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-18T23:32:57.026Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-18T23:32:57.751Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-18T23:32:58.013Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-18T23:32:58.263Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-18T23:32:58.563Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-18T23:32:58.881Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-18T23:33:10.798Z Downloading crates ...
2532026-05-18T23:33:10.856Z Downloaded anstream v0.6.21
2542026-05-18T23:33:10.900Z Downloaded is_terminal_polyfill v1.70.2
2552026-05-18T23:33:10.912Z Downloaded memmap v0.7.0
2562026-05-18T23:33:10.912Z Downloaded block-buffer v0.10.4
2572026-05-18T23:33:10.912Z Downloaded toml_write v0.1.2
2582026-05-18T23:33:10.912Z Downloaded equivalent v1.0.2
2592026-05-18T23:33:10.912Z Downloaded plain v0.2.3
2602026-05-18T23:33:10.912Z Downloaded cfg-if v1.0.4
2612026-05-18T23:33:10.912Z Downloaded autocfg v1.5.0
2622026-05-18T23:33:10.912Z Downloaded macaddr v1.0.1
2632026-05-18T23:33:10.912Z Downloaded typeid v1.0.3
2642026-05-18T23:33:10.912Z Downloaded itoa v1.0.17
2652026-05-18T23:33:10.912Z Downloaded heck v0.4.1
2662026-05-18T23:33:10.912Z Downloaded writeable v0.6.2
2672026-05-18T23:33:10.912Z Downloaded thiserror v2.0.18
2682026-05-18T23:33:10.912Z Downloaded zerovec v0.11.5
2692026-05-18T23:33:10.912Z Downloaded fastrand v2.3.0
2702026-05-18T23:33:10.912Z Downloaded thread-id v4.2.2
2712026-05-18T23:33:10.923Z Downloaded yoke-derive v0.8.1
2722026-05-18T23:33:10.924Z Downloaded toml_datetime v0.6.11
2732026-05-18T23:33:10.924Z Downloaded utf8parse v0.2.2
2742026-05-18T23:33:10.924Z Downloaded pretty-hex v0.4.1
2752026-05-18T23:33:10.924Z Downloaded icu_normalizer v2.1.1
2762026-05-18T23:33:10.924Z Downloaded unicode-linebreak v0.1.5
2772026-05-18T23:33:10.924Z Downloaded utf8_iter v1.0.4
2782026-05-18T23:33:10.924Z Downloaded usdt v0.5.0
2792026-05-18T23:33:10.924Z Downloaded thiserror v1.0.69
2802026-05-18T23:33:10.938Z Downloaded zerofrom-derive v0.1.6
2812026-05-18T23:33:10.938Z Downloaded usdt-macro v0.5.0
2822026-05-18T23:33:10.938Z Downloaded thiserror-impl v2.0.18
2832026-05-18T23:33:10.938Z Downloaded bitflags v2.11.0
2842026-05-18T23:33:10.938Z Downloaded zerofrom v0.1.6
2852026-05-18T23:33:10.938Z Downloaded zerovec-derive v0.11.2
2862026-05-18T23:33:10.938Z Downloaded anstyle-parse v0.2.7
2872026-05-18T23:33:10.951Z Downloaded version_check v0.9.5
2882026-05-18T23:33:10.952Z Downloaded usdt-attr-macro v0.5.0
2892026-05-18T23:33:10.952Z Downloaded idna_adapter v1.2.1
2902026-05-18T23:33:10.952Z Downloaded icu_locale_core v2.1.1
2912026-05-18T23:33:10.952Z Downloaded unicode-xid v0.2.6
2922026-05-18T23:33:10.952Z Downloaded heck v0.5.0
2932026-05-18T23:33:10.952Z Downloaded anstyle-query v1.1.5
2942026-05-18T23:33:10.952Z Downloaded colorchoice v1.0.4
2952026-05-18T23:33:10.952Z Downloaded usdt-impl v0.5.0
2962026-05-18T23:33:10.952Z Downloaded textwrap v0.16.2
2972026-05-18T23:33:10.952Z Downloaded serde-value v0.7.0
2982026-05-18T23:33:10.952Z Downloaded tabled_derive v0.7.0
2992026-05-18T23:33:10.952Z Downloaded tinystr v0.8.2
3002026-05-18T23:33:10.952Z Downloaded errno v0.3.14
3012026-05-18T23:33:10.962Z Downloaded thiserror-impl v1.0.69
3022026-05-18T23:33:10.962Z Downloaded zmij v1.0.21
3032026-05-18T23:33:10.962Z Downloaded yoke v0.8.1
3042026-05-18T23:33:10.962Z Downloaded ucd-trie v0.1.7
3052026-05-18T23:33:10.962Z Downloaded zerotrie v0.2.3
3062026-05-18T23:33:10.962Z Downloaded fs-err v3.3.0
3072026-05-18T23:33:10.963Z Downloaded toml v0.8.23
3082026-05-18T23:33:10.980Z Downloaded digest v0.10.7
3092026-05-18T23:33:10.980Z Downloaded dtrace-parser v0.2.0
3102026-05-18T23:33:10.980Z Downloaded unicode-ident v1.0.24
3112026-05-18T23:33:10.980Z Downloaded zerocopy-derive v0.7.35
3122026-05-18T23:33:10.980Z Downloaded strsim v0.11.1
3132026-05-18T23:33:10.984Z Downloaded typenum v1.19.0
3142026-05-18T23:33:10.984Z Downloaded proc-macro-error-attr v1.0.4
3152026-05-18T23:33:10.984Z Downloaded url v2.5.8
3162026-05-18T23:33:10.984Z Downloaded toml_edit v0.22.27
3172026-05-18T23:33:10.985Z Downloaded potential_utf v0.1.4
3182026-05-18T23:33:10.989Z Downloaded crypto-common v0.1.7
3192026-05-18T23:33:10.989Z Downloaded cpufeatures v0.2.17
3202026-05-18T23:33:10.989Z Downloaded generic-array v0.14.7
3212026-05-18T23:33:10.989Z Downloaded form_urlencoded v1.2.2
3222026-05-18T23:33:10.994Z Downloaded scroll_derive v0.12.1
3232026-05-18T23:33:10.997Z Downloaded terminal_size v0.4.3
3242026-05-18T23:33:10.998Z Downloaded ordered-float v2.10.1
3252026-05-18T23:33:10.998Z Downloaded cargo-platform v0.2.0
3262026-05-18T23:33:10.998Z Downloaded swrite v0.1.0
3272026-05-18T23:33:11.002Z Downloaded stable_deref_trait v1.2.1
3282026-05-18T23:33:11.002Z Downloaded serde_spanned v0.6.9
3292026-05-18T23:33:11.002Z Downloaded winnow v0.7.14
3302026-05-18T23:33:11.007Z Downloaded dof v0.3.0
3312026-05-18T23:33:11.014Z Downloaded percent-encoding v2.3.2
3322026-05-18T23:33:11.014Z Downloaded unicode-width v0.2.0
3332026-05-18T23:33:11.014Z Downloaded zerocopy v0.7.35
3342026-05-18T23:33:11.021Z Downloaded smawk v0.3.2
3352026-05-18T23:33:11.025Z Downloaded anstyle v1.0.13
3362026-05-18T23:33:11.025Z Downloaded cargo_metadata v0.21.0
3372026-05-18T23:33:11.025Z Downloaded bytecount v0.6.9
3382026-05-18T23:33:11.025Z Downloaded unicode-width v0.1.14
3392026-05-18T23:33:11.028Z Downloaded icu_collections v2.1.1
3402026-05-18T23:33:11.041Z Downloaded serde-untagged v0.1.9
3412026-05-18T23:33:11.041Z Downloaded icu_properties_data v2.1.2
3422026-05-18T23:33:11.066Z Downloaded smallvec v1.15.1
3432026-05-18T23:33:11.066Z Downloaded displaydoc v0.2.5
3442026-05-18T23:33:11.066Z Downloaded camino-tempfile v1.4.1
3452026-05-18T23:33:11.066Z Downloaded cargo-util-schemas v0.8.2
3462026-05-18T23:33:11.066Z Downloaded synstructure v0.13.2
3472026-05-18T23:33:11.066Z Downloaded erased-serde v0.4.9
3482026-05-18T23:33:11.066Z Downloaded fnv v1.0.7
3492026-05-18T23:33:11.066Z Downloaded byteorder v1.5.0
3502026-05-18T23:33:11.066Z Downloaded clap_lex v1.0.0
3512026-05-18T23:33:11.066Z Downloaded cargo_toml v0.21.0
3522026-05-18T23:33:11.066Z Downloaded sha2 v0.10.9
3532026-05-18T23:33:11.079Z Downloaded num-traits v0.2.19
3542026-05-18T23:33:11.079Z Downloaded serde_tokenstream v0.2.3
3552026-05-18T23:33:11.079Z Downloaded getrandom v0.4.1
3562026-05-18T23:33:11.079Z Downloaded proc-macro-error v1.0.4
3572026-05-18T23:33:11.079Z Downloaded pest_generator v2.8.6
3582026-05-18T23:33:11.079Z Downloaded once_cell v1.21.3
3592026-05-18T23:33:11.079Z Downloaded anyhow v1.0.102
3602026-05-18T23:33:11.079Z Downloaded camino v1.2.2
3612026-05-18T23:33:11.079Z Downloaded scroll v0.12.0
3622026-05-18T23:33:11.079Z Downloaded clap v4.5.60
3632026-05-18T23:33:11.087Z Downloaded tempfile v3.25.0
3642026-05-18T23:33:11.087Z Downloaded clap_derive v4.5.55
3652026-05-18T23:33:11.087Z Downloaded litemap v0.8.1
3662026-05-18T23:33:11.087Z Downloaded semver v1.0.28
3672026-05-18T23:33:11.087Z Downloaded quote v1.0.45
3682026-05-18T23:33:11.087Z Downloaded serde_derive v1.0.228
3692026-05-18T23:33:11.092Z Downloaded icu_provider v2.1.1
3702026-05-18T23:33:11.092Z Downloaded proc-macro2 v1.0.106
3712026-05-18T23:33:11.099Z Downloaded log v0.4.29
3722026-05-18T23:33:11.100Z Downloaded pest_derive v2.8.6
3732026-05-18T23:33:11.100Z Downloaded papergrid v0.11.0
3742026-05-18T23:33:11.108Z Downloaded pest_meta v2.8.6
3752026-05-18T23:33:11.108Z Downloaded icu_properties v2.1.2
3762026-05-18T23:33:11.121Z Downloaded indexmap v2.14.0
3772026-05-18T23:33:11.121Z Downloaded icu_normalizer_data v2.1.1
3782026-05-18T23:33:11.122Z Downloaded serde_core v1.0.228
3792026-05-18T23:33:11.130Z Downloaded serde v1.0.228
3802026-05-18T23:33:11.130Z Downloaded memchr v2.8.0
3812026-05-18T23:33:11.150Z Downloaded idna v1.1.0
3822026-05-18T23:33:11.160Z Downloaded pest v2.8.6
3832026-05-18T23:33:11.164Z Downloaded serde_json v1.0.149
3842026-05-18T23:33:11.164Z Downloaded goblin v0.8.2
3852026-05-18T23:33:11.164Z Downloaded hashbrown v0.17.0
3862026-05-18T23:33:11.169Z Downloaded clap_builder v4.5.60
3872026-05-18T23:33:11.176Z Downloaded syn v1.0.109
3882026-05-18T23:33:11.201Z Downloaded tabled v0.15.0
3892026-05-18T23:33:11.215Z Downloaded syn v2.0.117
3902026-05-18T23:33:11.215Z Downloaded rustix v1.1.3
3912026-05-18T23:33:11.238Z Downloaded libc v0.2.185
3922026-05-18T23:33:11.313Z Compiling proc-macro2 v1.0.106
3932026-05-18T23:33:11.344Z Compiling unicode-ident v1.0.24
3942026-05-18T23:33:11.344Z Compiling quote v1.0.45
3952026-05-18T23:33:11.345Z Compiling serde_core v1.0.228
3962026-05-18T23:33:11.345Z Compiling libc v0.2.185
3972026-05-18T23:33:11.345Z Compiling version_check v0.9.5
3982026-05-18T23:33:11.345Z Compiling memchr v2.8.0
3992026-05-18T23:33:11.345Z Compiling serde v1.0.228
4002026-05-18T23:33:11.345Z Compiling stable_deref_trait v1.2.1
4012026-05-18T23:33:11.345Z Compiling zmij v1.0.21
4022026-05-18T23:33:11.345Z Compiling ucd-trie v0.1.7
4032026-05-18T23:33:11.489Z Compiling autocfg v1.5.0
4042026-05-18T23:33:11.494Z Compiling thiserror v1.0.69
4052026-05-18T23:33:11.494Z Compiling itoa v1.0.17
4062026-05-18T23:33:11.494Z Compiling writeable v0.6.2
4072026-05-18T23:33:11.695Z Compiling litemap v0.8.1
4082026-05-18T23:33:11.753Z Compiling byteorder v1.5.0
4092026-05-18T23:33:11.847Z Compiling icu_normalizer_data v2.1.1
4102026-05-18T23:33:11.867Z Compiling rustix v1.1.3
4112026-05-18T23:33:11.946Z Compiling pest v2.8.6
4122026-05-18T23:33:12.050Z Compiling icu_properties_data v2.1.2
4132026-05-18T23:33:12.105Z Compiling bitflags v2.11.0
4142026-05-18T23:33:12.110Z Compiling serde_json v1.0.149
4152026-05-18T23:33:12.269Z Compiling num-traits v0.2.19
4162026-05-18T23:33:12.307Z Compiling equivalent v1.0.2
4172026-05-18T23:33:12.348Z Compiling hashbrown v0.17.0
4182026-05-18T23:33:12.364Z Compiling typeid v1.0.3
4192026-05-18T23:33:12.417Z Compiling smallvec v1.15.1
4202026-05-18T23:33:12.484Z Compiling usdt-impl v0.5.0
4212026-05-18T23:33:12.555Z Compiling proc-macro-error-attr v1.0.4
4222026-05-18T23:33:12.569Z Compiling syn v1.0.109
4232026-05-18T23:33:12.572Z Compiling erased-serde v0.4.9
4242026-05-18T23:33:12.668Z Compiling errno v0.3.14
4252026-05-18T23:33:12.687Z Compiling thread-id v4.2.2
4262026-05-18T23:33:12.691Z Compiling winnow v0.7.14
4272026-05-18T23:33:12.761Z Compiling toml_write v0.1.2
4282026-05-18T23:33:12.777Z Compiling proc-macro-error v1.0.4
4292026-05-18T23:33:12.884Z Compiling indexmap v2.14.0
4302026-05-18T23:33:12.952Z Compiling log v0.4.29
4312026-05-18T23:33:12.970Z Compiling camino v1.2.2
4322026-05-18T23:33:12.990Z Compiling getrandom v0.4.1
4332026-05-18T23:33:13.009Z Compiling pest_meta v2.8.6
4342026-05-18T23:33:13.028Z Compiling utf8parse v0.2.2
4352026-05-18T23:33:13.070Z Compiling plain v0.2.3
4362026-05-18T23:33:13.086Z Compiling percent-encoding v2.3.2
4372026-05-18T23:33:13.170Z Compiling syn v2.0.117
4382026-05-18T23:33:13.191Z Compiling thiserror v2.0.18
4392026-05-18T23:33:13.209Z Compiling utf8_iter v1.0.4
4402026-05-18T23:33:13.240Z Compiling form_urlencoded v1.2.2
4412026-05-18T23:33:13.279Z Compiling anstyle-parse v0.2.7
4422026-05-18T23:33:13.389Z Compiling ordered-float v2.10.1
4432026-05-18T23:33:13.445Z Compiling anstyle-query v1.1.5
4442026-05-18T23:33:13.480Z Compiling pretty-hex v0.4.1
4452026-05-18T23:33:13.501Z Compiling anstyle v1.0.13
4462026-05-18T23:33:13.533Z Compiling cfg-if v1.0.4
4472026-05-18T23:33:13.554Z Compiling colorchoice v1.0.4
4482026-05-18T23:33:13.594Z Compiling is_terminal_polyfill v1.70.2
4492026-05-18T23:33:13.667Z Compiling fs-err v3.3.0
4502026-05-18T23:33:13.688Z Compiling terminal_size v0.4.3
4512026-05-18T23:33:13.706Z Compiling anstream v0.6.21
4522026-05-18T23:33:13.742Z Compiling clap_lex v1.0.0
4532026-05-18T23:33:13.759Z Compiling heck v0.4.1
4542026-05-18T23:33:13.787Z Compiling strsim v0.11.1
4552026-05-18T23:33:13.811Z Compiling fastrand v2.3.0
4562026-05-18T23:33:13.830Z Compiling unicode-width v0.1.14
4572026-05-18T23:33:13.850Z Compiling unicode-xid v0.2.6
4582026-05-18T23:33:13.882Z Compiling fnv v1.0.7
4592026-05-18T23:33:13.957Z Compiling once_cell v1.21.3
4602026-05-18T23:33:14.033Z Compiling heck v0.5.0
4612026-05-18T23:33:14.052Z Compiling bytecount v0.6.9
4622026-05-18T23:33:14.147Z Compiling semver v1.0.28
4632026-05-18T23:33:14.196Z Compiling anyhow v1.0.102
4642026-05-18T23:33:14.215Z Compiling papergrid v0.11.0
4652026-05-18T23:33:14.233Z Compiling tempfile v3.25.0
4662026-05-18T23:33:14.252Z Compiling clap_builder v4.5.60
4672026-05-18T23:33:14.294Z Compiling memmap v0.7.0
4682026-05-18T23:33:14.313Z Compiling unicode-linebreak v0.1.5
4692026-05-18T23:33:14.397Z Compiling unicode-width v0.2.0
4702026-05-18T23:33:14.503Z Compiling serde-untagged v0.1.9
4712026-05-18T23:33:14.536Z Compiling smawk v0.3.2
4722026-05-18T23:33:14.583Z Compiling camino-tempfile v1.4.1
4732026-05-18T23:33:14.633Z Compiling swrite v0.1.0
4742026-05-18T23:33:14.696Z Compiling textwrap v0.16.2
4752026-05-18T23:33:14.713Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4762026-05-18T23:33:15.068Z Compiling tabled_derive v0.7.0
4772026-05-18T23:33:15.776Z Compiling synstructure v0.13.2
4782026-05-18T23:33:15.776Z Compiling pest_generator v2.8.6
4792026-05-18T23:33:15.817Z Compiling tabled v0.15.0
4802026-05-18T23:33:16.296Z Compiling serde_derive v1.0.228
4812026-05-18T23:33:16.296Z Compiling zerofrom-derive v0.1.6
4822026-05-18T23:33:16.299Z Compiling yoke-derive v0.8.1
4832026-05-18T23:33:16.299Z Compiling zerovec-derive v0.11.2
4842026-05-18T23:33:16.299Z Compiling displaydoc v0.2.5
4852026-05-18T23:33:16.299Z Compiling thiserror-impl v1.0.69
4862026-05-18T23:33:16.299Z Compiling zerocopy-derive v0.7.35
4872026-05-18T23:33:16.299Z Compiling scroll_derive v0.12.1
4882026-05-18T23:33:16.299Z Compiling thiserror-impl v2.0.18
4892026-05-18T23:33:16.299Z Compiling clap_derive v4.5.55
4902026-05-18T23:33:16.419Z Compiling pest_derive v2.8.6
4912026-05-18T23:33:16.947Z Compiling scroll v0.12.0
4922026-05-18T23:33:17.044Z Compiling zerocopy v0.7.35
4932026-05-18T23:33:17.173Z Compiling goblin v0.8.2
4942026-05-18T23:33:17.286Z Compiling zerofrom v0.1.6
4952026-05-18T23:33:17.396Z Compiling yoke v0.8.1
4962026-05-18T23:33:17.501Z Compiling dtrace-parser v0.2.0
4972026-05-18T23:33:17.550Z Compiling zerovec v0.11.5
4982026-05-18T23:33:17.550Z Compiling zerotrie v0.2.3
4992026-05-18T23:33:17.769Z Compiling clap v4.5.60
5002026-05-18T23:33:17.963Z Compiling tinystr v0.8.2
5012026-05-18T23:33:17.963Z Compiling potential_utf v0.1.4
5022026-05-18T23:33:18.093Z Compiling icu_collections v2.1.1
5032026-05-18T23:33:18.117Z Compiling icu_locale_core v2.1.1
5042026-05-18T23:33:18.682Z Compiling icu_provider v2.1.1
5052026-05-18T23:33:18.881Z Compiling serde_spanned v0.6.9
5062026-05-18T23:33:18.881Z Compiling toml_datetime v0.6.11
5072026-05-18T23:33:18.887Z Compiling serde-value v0.7.0
5082026-05-18T23:33:18.887Z Compiling cargo-platform v0.2.0
5092026-05-18T23:33:18.887Z Compiling macaddr v1.0.1
5102026-05-18T23:33:18.892Z Compiling dof v0.3.0
5112026-05-18T23:33:18.892Z Compiling serde_tokenstream v0.2.3
5122026-05-18T23:33:18.903Z Compiling icu_properties v2.1.2
5132026-05-18T23:33:18.908Z Compiling icu_normalizer v2.1.1
5142026-05-18T23:33:19.228Z Compiling toml_edit v0.22.27
5152026-05-18T23:33:19.722Z Compiling usdt-attr-macro v0.5.0
5162026-05-18T23:33:19.800Z Compiling usdt-macro v0.5.0
5172026-05-18T23:33:19.848Z Compiling idna_adapter v1.2.1
5182026-05-18T23:33:19.908Z Compiling idna v1.1.0
5192026-05-18T23:33:20.150Z Compiling url v2.5.8
5202026-05-18T23:33:20.265Z Compiling usdt v0.5.0
5212026-05-18T23:33:20.395Z Compiling toml v0.8.23
5222026-05-18T23:33:20.724Z Compiling cargo-util-schemas v0.8.2
5232026-05-18T23:33:20.724Z Compiling cargo_toml v0.21.0
5242026-05-18T23:33:21.487Z Compiling cargo_metadata v0.21.0
5252026-05-18T23:33:22.427Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-18T23:33:24.484Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.67s
5272026-05-18T23:33:24.733Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-18T23:33:25.295Z Downloading crates ...
5292026-05-18T23:33:25.384Z Downloaded assert_matches v1.5.0
5302026-05-18T23:33:25.393Z Downloaded aead v0.5.2
5312026-05-18T23:33:25.398Z Downloaded cfg_aliases v0.2.1
5322026-05-18T23:33:25.402Z Downloaded ar_archive_writer v0.5.1
5332026-05-18T23:33:25.405Z Downloaded bitfield-macros v0.19.4
5342026-05-18T23:33:25.405Z Downloaded cstr-argument v0.1.2
5352026-05-18T23:33:25.410Z Downloaded foreign-types v0.3.2
5362026-05-18T23:33:25.410Z Downloaded curve25519-dalek-derive v0.1.1
5372026-05-18T23:33:25.420Z Downloaded crc32fast v1.5.0
5382026-05-18T23:33:25.426Z Downloaded darling_core v0.20.11
5392026-05-18T23:33:25.430Z Downloaded darling v0.21.3
5402026-05-18T23:33:25.433Z Downloaded darling v0.20.11
5412026-05-18T23:33:25.438Z Downloaded adler2 v2.0.1
5422026-05-18T23:33:25.438Z Downloaded daft-derive v0.1.5
5432026-05-18T23:33:25.443Z Downloaded daft v0.1.5
5442026-05-18T23:33:25.443Z Downloaded ctr v0.9.2
5452026-05-18T23:33:25.446Z Downloaded darling_core v0.21.3
5462026-05-18T23:33:25.446Z Downloaded embedded-io v0.4.0
5472026-05-18T23:33:25.451Z Downloaded fallible-iterator v0.2.0
5482026-05-18T23:33:25.451Z Downloaded cargo-platform v0.1.9
5492026-05-18T23:33:25.451Z Downloaded darling_macro v0.20.11
5502026-05-18T23:33:25.451Z Downloaded bitvec v1.0.1
5512026-05-18T23:33:25.458Z Downloaded env_logger v0.11.9
5522026-05-18T23:33:25.463Z Downloaded enum-as-inner v0.6.1
5532026-05-18T23:33:25.463Z Downloaded defmt-parser v1.0.0
5542026-05-18T23:33:25.463Z Downloaded bb8 v0.8.6
5552026-05-18T23:33:25.468Z Downloaded difflib v0.4.0
5562026-05-18T23:33:25.468Z Downloaded dropshot-api-manager-types v0.7.1
5572026-05-18T23:33:25.468Z Downloaded dirs-next v2.0.0
5582026-05-18T23:33:25.468Z Downloaded diesel_table_macro_syntax v0.3.0
5592026-05-18T23:33:25.468Z Downloaded derive_builder v0.20.2
5602026-05-18T23:33:25.471Z Downloaded fixedbitset v0.5.7
5612026-05-18T23:33:25.471Z Downloaded ciborium-io v0.2.2
5622026-05-18T23:33:25.471Z Downloaded crossbeam-utils v0.8.21
5632026-05-18T23:33:25.476Z Downloaded derive-ex v0.1.8
5642026-05-18T23:33:25.476Z Downloaded darling_macro v0.23.0
5652026-05-18T23:33:25.476Z Downloaded bit-set v0.8.0
5662026-05-18T23:33:25.476Z Downloaded compression-core v0.4.31
5672026-05-18T23:33:25.479Z Downloaded darling v0.23.0
5682026-05-18T23:33:25.482Z Downloaded fd-lock v4.0.4
5692026-05-18T23:33:25.482Z Downloaded derive_builder_macro v0.20.2
5702026-05-18T23:33:25.482Z Downloaded cpufeatures v0.3.0
5712026-05-18T23:33:25.486Z Downloaded convert_case v0.4.0
5722026-05-18T23:33:25.491Z Downloaded dirs-sys-next v0.1.2
5732026-05-18T23:33:25.491Z Downloaded base16ct v0.2.0
5742026-05-18T23:33:25.491Z Downloaded dsl_auto_type v0.2.0
5752026-05-18T23:33:25.491Z Downloaded embedded-io v0.6.1
5762026-05-18T23:33:25.491Z Downloaded dyn-clone v1.0.20
5772026-05-18T23:33:25.510Z Downloaded defmt v0.3.100
5782026-05-18T23:33:25.511Z Downloaded ascii-canvas v3.0.0
5792026-05-18T23:33:25.511Z Downloaded cassowary v0.3.0
5802026-05-18T23:33:25.511Z Downloaded camino-tempfile-ext v0.3.3
5812026-05-18T23:33:25.511Z Downloaded base64ct v1.8.3
5822026-05-18T23:33:25.511Z Downloaded cancel-safe-futures v0.1.5
5832026-05-18T23:33:25.511Z Downloaded buf-list v1.1.2
5842026-05-18T23:33:25.511Z Downloaded bit-set v0.5.3
5852026-05-18T23:33:25.511Z Downloaded dunce v1.0.5
5862026-05-18T23:33:25.511Z Downloaded crc8 v0.1.1
5872026-05-18T23:33:25.511Z Downloaded dtrace-parser v0.3.0
5882026-05-18T23:33:25.511Z Downloaded document-features v0.2.12
5892026-05-18T23:33:25.511Z Downloaded float-ord v0.3.2
5902026-05-18T23:33:25.511Z Downloaded ciborium-ll v0.2.2
5912026-05-18T23:33:25.511Z Downloaded block-padding v0.3.3
5922026-05-18T23:33:25.511Z Downloaded async-stream v0.3.6
5932026-05-18T23:33:25.516Z Downloaded flagset v0.4.7
5942026-05-18T23:33:25.516Z Downloaded env_filter v1.0.0
5952026-05-18T23:33:25.516Z Downloaded atomicwrites v0.4.4
5962026-05-18T23:33:25.517Z Downloaded crossbeam-deque v0.8.6
5972026-05-18T23:33:25.517Z Downloaded bitfield-struct v0.6.2
5982026-05-18T23:33:25.520Z Downloaded foreign-types-macros v0.2.3
5992026-05-18T23:33:25.520Z Downloaded foreign-types v0.5.0
6002026-05-18T23:33:25.520Z Downloaded dropshot-api-manager v0.7.1
6012026-05-18T23:33:25.524Z Downloaded foreign-types-shared v0.3.1
6022026-05-18T23:33:25.524Z Downloaded cfg_aliases v0.1.1
6032026-05-18T23:33:25.524Z Downloaded crc v3.4.0
6042026-05-18T23:33:25.524Z Downloaded ed25519 v2.2.3
6052026-05-18T23:33:25.528Z Downloaded float-cmp v0.10.0
6062026-05-18T23:33:25.528Z Downloaded downcast-rs v2.0.2
6072026-05-18T23:33:25.528Z Downloaded dof v0.4.0
6082026-05-18T23:33:25.528Z Downloaded display-error-chain v0.2.2
6092026-05-18T23:33:25.533Z Downloaded darling_macro v0.21.3
6102026-05-18T23:33:25.533Z Downloaded crunchy v0.2.4
6112026-05-18T23:33:25.533Z Downloaded atomic-waker v1.1.2
6122026-05-18T23:33:25.533Z Downloaded crc-catalog v2.4.0
6132026-05-18T23:33:25.533Z Downloaded endian-type v0.1.2
6142026-05-18T23:33:25.533Z Downloaded crucible-workspace-hack v0.1.0
6152026-05-18T23:33:25.533Z Downloaded array-init v0.0.4
6162026-05-18T23:33:25.538Z Downloaded async-stream-impl v0.3.6
6172026-05-18T23:33:25.538Z Downloaded fixedbitset v0.4.2
6182026-05-18T23:33:25.538Z Downloaded deranged v0.5.8
6192026-05-18T23:33:25.538Z Downloaded bcrypt-pbkdf v0.10.0
6202026-05-18T23:33:25.542Z Downloaded foreign-types-shared v0.1.1
6212026-05-18T23:33:25.542Z Downloaded debug-ignore v1.0.5
6222026-05-18T23:33:25.542Z Downloaded async-recursion v1.1.1
6232026-05-18T23:33:25.545Z Downloaded cobs v0.3.0
6242026-05-18T23:33:25.545Z Downloaded arrayref v0.3.9
6252026-05-18T23:33:25.550Z Downloaded futures-io v0.3.32
6262026-05-18T23:33:25.550Z Downloaded funty v2.0.0
6272026-05-18T23:33:25.553Z Downloaded cbc v0.1.2
6282026-05-18T23:33:25.553Z Downloaded futures-core v0.3.32
6292026-05-18T23:33:25.553Z Downloaded futures-macro v0.3.32
6302026-05-18T23:33:25.553Z Downloaded bit-vec v0.6.3
6312026-05-18T23:33:25.557Z Downloaded globwalk v0.9.1
6322026-05-18T23:33:25.557Z Downloaded diesel-dtrace v0.5.0
6332026-05-18T23:33:25.557Z Downloaded const_format_proc_macros v0.2.34
6342026-05-18T23:33:25.561Z Downloaded derive_more v2.1.1
6352026-05-18T23:33:25.565Z Downloaded fxhash v0.2.1
6362026-05-18T23:33:25.568Z Downloaded git-stub v1.0.0
6372026-05-18T23:33:25.568Z Downloaded critical-section v1.2.0
6382026-05-18T23:33:25.568Z Downloaded backoff v0.4.0
6392026-05-18T23:33:25.571Z Downloaded ghash v0.5.1
6402026-05-18T23:33:25.571Z Downloaded futures-task v0.3.32
6412026-05-18T23:33:25.571Z Downloaded either v1.15.0
6422026-05-18T23:33:25.575Z Downloaded blowfish v0.9.1
6432026-05-18T23:33:25.575Z Downloaded futures-sink v0.3.32
6442026-05-18T23:33:25.575Z Downloaded ena v0.14.4
6452026-05-18T23:33:25.578Z Downloaded bit-vec v0.8.0
6462026-05-18T23:33:25.578Z Downloaded elliptic-curve v0.13.8
6472026-05-18T23:33:25.581Z Downloaded der_derive v0.7.3
6482026-05-18T23:33:25.581Z Downloaded defmt-macros v1.0.1
6492026-05-18T23:33:25.587Z Downloaded drift v0.1.4
6502026-05-18T23:33:25.592Z Downloaded hash32 v0.3.1
6512026-05-18T23:33:25.592Z Downloaded hash32 v0.2.1
6522026-05-18T23:33:25.592Z Downloaded compression-codecs v0.4.37
6532026-05-18T23:33:25.596Z Downloaded headers-core v0.3.0
6542026-05-18T23:33:25.596Z Downloaded chacha20 v0.9.1
6552026-05-18T23:33:25.596Z Downloaded castaway v0.2.4
6562026-05-18T23:33:25.596Z Downloaded futures-executor v0.3.32
6572026-05-18T23:33:25.596Z Downloaded convert_case v0.10.0
6582026-05-18T23:33:25.599Z Downloaded fs_extra v1.3.0
6592026-05-18T23:33:25.599Z Downloaded csv-core v0.1.13
6602026-05-18T23:33:25.599Z Downloaded argon2 v0.5.3
6612026-05-18T23:33:25.602Z Downloaded foldhash v0.1.5
6622026-05-18T23:33:25.602Z Downloaded home v0.5.12
6632026-05-18T23:33:25.602Z Downloaded ff v0.13.1
6642026-05-18T23:33:25.605Z Downloaded defmt v1.0.1
6652026-05-18T23:33:25.605Z Downloaded hex-literal v0.4.1
6662026-05-18T23:33:25.609Z Downloaded blake2 v0.10.6
6672026-05-18T23:33:25.609Z Downloaded filetime v0.2.27
6682026-05-18T23:33:25.612Z Downloaded ecdsa v0.16.9
6692026-05-18T23:33:25.612Z Downloaded const-oid v0.9.6
6702026-05-18T23:33:25.612Z Downloaded derive_builder_core v0.20.2
6712026-05-18T23:33:25.616Z Downloaded hostname v0.3.1
6722026-05-18T23:33:25.616Z Downloaded cookie v0.18.1
6732026-05-18T23:33:25.619Z Downloaded http-body v1.0.1
6742026-05-18T23:33:25.619Z Downloaded console v0.15.11
6752026-05-18T23:33:25.622Z Downloaded http-range v0.1.5
6762026-05-18T23:33:25.622Z Downloaded hostname v0.4.2
6772026-05-18T23:33:25.622Z Downloaded der v0.7.10
6782026-05-18T23:33:25.627Z Downloaded hubpack_derive v0.1.1
6792026-05-18T23:33:25.627Z Downloaded diff v0.1.13
6802026-05-18T23:33:25.631Z Downloaded cipher v0.4.4
6812026-05-18T23:33:25.631Z Downloaded gethostname v0.5.0
6822026-05-18T23:33:25.631Z Downloaded erased-serde v0.3.31
6832026-05-18T23:33:25.631Z Downloaded console v0.16.2
6842026-05-18T23:33:25.634Z Downloaded ident_case v1.0.1
6852026-05-18T23:33:25.634Z Downloaded hyper-tls v0.6.0
6862026-05-18T23:33:25.634Z Downloaded illumos-nvpair-sys v0.2.0
6872026-05-18T23:33:25.634Z Downloaded instability v0.3.11
6882026-05-18T23:33:25.637Z Downloaded inout v0.1.4
6892026-05-18T23:33:25.637Z Downloaded group v0.13.0
6902026-05-18T23:33:25.637Z Downloaded glob v0.3.3
6912026-05-18T23:33:25.637Z Downloaded indent_write v2.2.0
6922026-05-18T23:33:25.641Z Downloaded is_ci v1.2.0
6932026-05-18T23:33:25.641Z Downloaded is-terminal v0.4.17
6942026-05-18T23:33:25.641Z Downloaded indoc v1.0.9
6952026-05-18T23:33:25.644Z Downloaded bzip2 v0.6.1
6962026-05-18T23:33:25.644Z Downloaded ahash v0.8.12
6972026-05-18T23:33:25.647Z Downloaded cargo_metadata v0.19.2
6982026-05-18T23:33:25.647Z Downloaded bzip2 v0.4.4
6992026-05-18T23:33:25.647Z Downloaded colored v2.2.0
7002026-05-18T23:33:25.650Z Downloaded globset v0.4.18
7012026-05-18T23:33:25.650Z Downloaded byte-wrapper v0.1.0
7022026-05-18T23:33:25.653Z Downloaded hex v0.4.3
7032026-05-18T23:33:25.653Z Downloaded async-bb8-diesel v0.2.1
7042026-05-18T23:33:25.657Z Downloaded corncobs v0.1.4
7052026-05-18T23:33:25.657Z Downloaded cookie_store v0.22.1
7062026-05-18T23:33:25.657Z Downloaded lazy_static v1.5.0
7072026-05-18T23:33:25.660Z Downloaded internet-checksum v0.2.1
7082026-05-18T23:33:25.660Z Downloaded keccak v0.1.6
7092026-05-18T23:33:25.660Z Downloaded instant v0.1.13
7102026-05-18T23:33:25.663Z Downloaded lalrpop-util v0.19.12
7112026-05-18T23:33:25.663Z Downloaded illumos-nvpair v0.3.0
7122026-05-18T23:33:25.663Z Downloaded httpdate v1.0.3
7132026-05-18T23:33:25.663Z Downloaded git-stub-vcs v0.1.0
7142026-05-18T23:33:25.667Z Downloaded lru v0.12.5
7152026-05-18T23:33:25.667Z Downloaded ciborium v0.2.2
7162026-05-18T23:33:25.667Z Downloaded cmake v0.1.57
7172026-05-18T23:33:25.670Z Downloaded colored v3.1.1
7182026-05-18T23:33:25.670Z Downloaded constant_time_eq v0.4.2
7192026-05-18T23:33:25.673Z Downloaded cexpr v0.6.0
7202026-05-18T23:33:25.673Z Downloaded async-trait v0.1.89
7212026-05-18T23:33:25.676Z Downloaded highway v1.3.0
7222026-05-18T23:33:25.676Z Downloaded des v0.8.1
7232026-05-18T23:33:25.681Z Downloaded bitflags v1.3.2
7242026-05-18T23:33:25.681Z Downloaded hubpack v0.1.2
7252026-05-18T23:33:25.685Z Downloaded humantime v2.3.0
7262026-05-18T23:33:25.685Z Downloaded managed v0.8.0
7272026-05-18T23:33:25.685Z Downloaded libscf-sys v1.1.0
7282026-05-18T23:33:25.685Z Downloaded kstat-rs v0.2.4
7292026-05-18T23:33:25.685Z Downloaded md5 v0.7.0
7302026-05-18T23:33:25.688Z Downloaded match_cfg v0.1.0
7312026-05-18T23:33:25.688Z Downloaded http-body-util v0.1.3
7322026-05-18T23:33:25.689Z Downloaded foldhash v0.2.0
7332026-05-18T23:33:25.689Z Downloaded impl-trait-for-tuples v0.2.3
7342026-05-18T23:33:25.692Z Downloaded derive_more v0.99.20
7352026-05-18T23:33:25.695Z Downloaded ipnetwork v0.21.1
7362026-05-18T23:33:25.695Z Downloaded maybe-uninit v2.0.0
7372026-05-18T23:33:25.695Z Downloaded mime v0.3.17
7382026-05-18T23:33:25.698Z Downloaded md-5 v0.10.6
7392026-05-18T23:33:25.698Z Downloaded getrandom v0.2.17
7402026-05-18T23:33:25.702Z Downloaded futures-channel v0.3.32
7412026-05-18T23:33:25.702Z Downloaded hyper-staticfile v0.10.1
7422026-05-18T23:33:25.702Z Downloaded multimap v0.10.1
7432026-05-18T23:33:25.705Z Downloaded ingot-types v0.1.2
7442026-05-18T23:33:25.705Z Downloaded indoc v2.0.7
7452026-05-18T23:33:25.705Z Downloaded ingot v0.1.1
7462026-05-18T23:33:25.708Z Downloaded crossbeam-epoch v0.9.18
7472026-05-18T23:33:25.708Z Downloaded nodrop v0.1.14
7482026-05-18T23:33:25.713Z Downloaded lru-cache v0.1.2
7492026-05-18T23:33:25.713Z Downloaded newtype-uuid-macros v0.1.0
7502026-05-18T23:33:25.713Z Downloaded memoffset v0.9.1
7512026-05-18T23:33:25.713Z Downloaded nibble_vec v0.1.0
7522026-05-18T23:33:25.713Z Downloaded crc-any v2.5.0
7532026-05-18T23:33:25.718Z Downloaded backon v1.6.0
7542026-05-18T23:33:25.718Z Downloaded newtype_derive v0.1.6
7552026-05-18T23:33:25.718Z Downloaded crossbeam-channel v0.5.15
7562026-05-18T23:33:25.721Z Downloaded newline-converter v0.3.0
7572026-05-18T23:33:25.721Z Downloaded new_debug_unreachable v1.0.6
7582026-05-18T23:33:25.721Z Downloaded libefi-sys v0.1.0
7592026-05-18T23:33:25.721Z Downloaded lru-slab v0.1.2
7602026-05-18T23:33:25.726Z Downloaded linked-hash-map v0.5.6
7612026-05-18T23:33:25.726Z Downloaded nonempty v0.12.0
7622026-05-18T23:33:25.726Z Downloaded clang-sys v1.8.1
7632026-05-18T23:33:25.729Z Downloaded num-derive v0.3.3
7642026-05-18T23:33:25.729Z Downloaded num-conv v0.2.0
7652026-05-18T23:33:25.729Z Downloaded lzss v0.8.2
7662026-05-18T23:33:25.729Z Downloaded find-msvc-tools v0.1.9
7672026-05-18T23:33:25.729Z Downloaded derive_more-impl v2.1.1
7682026-05-18T23:33:25.732Z Downloaded ipnet v2.11.0
7692026-05-18T23:33:25.735Z Downloaded num v0.4.3
7702026-05-18T23:33:25.735Z Downloaded normalize-line-endings v0.3.0
7712026-05-18T23:33:25.735Z Downloaded const_format v0.2.35
7722026-05-18T23:33:25.739Z Downloaded arc-swap v1.8.2
7732026-05-18T23:33:25.742Z Downloaded jobserver v0.1.34
7742026-05-18T23:33:25.742Z Downloaded chacha20poly1305 v0.10.1
7752026-05-18T23:33:25.745Z Downloaded num_threads v0.1.7
7762026-05-18T23:33:25.745Z Downloaded compact_str v0.8.1
7772026-05-18T23:33:25.749Z Downloaded openssl-macros v0.1.1
7782026-05-18T23:33:25.749Z Downloaded olpc-cjson v0.1.4
7792026-05-18T23:33:25.749Z Downloaded fatfs v0.3.6
7802026-05-18T23:33:25.752Z Downloaded oso-derive v0.27.3
7812026-05-18T23:33:25.752Z Downloaded dropshot_endpoint v0.16.7
7822026-05-18T23:33:25.752Z Downloaded hmac v0.12.1
7832026-05-18T23:33:25.755Z Downloaded maplit v1.0.2
7842026-05-18T23:33:25.755Z Downloaded num-iter v0.1.45
7852026-05-18T23:33:25.755Z Downloaded openssl-probe v0.1.6
7862026-05-18T23:33:25.758Z Downloaded opaque-debug v0.3.1
7872026-05-18T23:33:25.758Z Downloaded base64 v0.21.7
7882026-05-18T23:33:25.763Z Downloaded num-derive v0.4.2
7892026-05-18T23:33:25.763Z Downloaded allocator-api2 v0.2.21
7902026-05-18T23:33:25.766Z Downloaded multer v3.1.0
7912026-05-18T23:33:25.766Z Downloaded iana-time-zone v0.1.65
7922026-05-18T23:33:25.766Z Downloaded httparse v1.10.1
7932026-05-18T23:33:25.769Z Downloaded futures v0.3.32
7942026-05-18T23:33:25.772Z Downloaded newtype-uuid v1.3.2
7952026-05-18T23:33:25.773Z Downloaded packed_struct_codegen v0.10.1
7962026-05-18T23:33:25.773Z Downloaded lock_api v0.4.14
7972026-05-18T23:33:25.776Z Downloaded ingot-macros v0.1.1
7982026-05-18T23:33:25.776Z Downloaded hyper-rustls v0.27.7
7992026-05-18T23:33:25.776Z Downloaded parse-size v1.1.0
8002026-05-18T23:33:25.780Z Downloaded mime_guess v2.0.5
8012026-05-18T23:33:25.780Z Downloaded parse-display v0.10.0
8022026-05-18T23:33:25.780Z Downloaded linear-map v1.2.0
8032026-05-18T23:33:25.783Z Downloaded peg-runtime v0.8.5
8042026-05-18T23:33:25.783Z Downloaded libsw-core v0.3.2
8052026-05-18T23:33:25.783Z Downloaded getrandom v0.3.4
8062026-05-18T23:33:25.787Z Downloaded half v1.8.3
8072026-05-18T23:33:25.787Z Downloaded nu-ansi-term v0.50.3
8082026-05-18T23:33:25.792Z Downloaded chacha20 v0.10.0
8092026-05-18T23:33:25.792Z Downloaded native-tls v0.2.18
8102026-05-18T23:33:25.792Z Downloaded dropshot_endpoint v0.17.0
8112026-05-18T23:33:25.795Z Downloaded fs-err v2.11.0
8122026-05-18T23:33:25.795Z Downloaded num_enum_derive v0.5.11
8132026-05-18T23:33:25.795Z Downloaded num_enum v0.7.5
8142026-05-18T23:33:25.799Z Downloaded phf_shared v0.11.3
8152026-05-18T23:33:25.799Z Downloaded pbkdf2 v0.11.0
8162026-05-18T23:33:25.804Z Downloaded bytes v1.11.1
8172026-05-18T23:33:25.817Z Downloaded openssl-probe v0.2.1
8182026-05-18T23:33:25.820Z Downloaded num_enum v0.5.11
8192026-05-18T23:33:25.823Z Downloaded oxide-tokio-rt v0.1.4
8202026-05-18T23:33:25.823Z Downloaded num-complex v0.4.6
8212026-05-18T23:33:25.823Z Downloaded flume v0.11.1
8222026-05-18T23:33:25.826Z Downloaded predicates-core v1.0.10
8232026-05-18T23:33:25.826Z Downloaded powerfmt v0.2.0
8242026-05-18T23:33:25.826Z Downloaded phf_shared v0.13.1
8252026-05-18T23:33:25.830Z Downloaded proc-macro-crate v1.3.1
8262026-05-18T23:33:25.830Z Downloaded precomputed-hash v0.1.1
8272026-05-18T23:33:25.830Z Downloaded pin-utils v0.1.0
8282026-05-18T23:33:25.830Z Downloaded derive-where v1.6.0
8292026-05-18T23:33:25.834Z Downloaded proc-macro-error-attr2 v2.0.0
8302026-05-18T23:33:25.834Z Downloaded owo-colors v4.3.0
8312026-05-18T23:33:25.837Z Downloaded num_enum_derive v0.7.5
8322026-05-18T23:33:25.838Z Downloaded indexmap v1.9.3
8332026-05-18T23:33:25.838Z Downloaded num-rational v0.4.2
8342026-05-18T23:33:25.841Z Downloaded ignore v0.4.25
8352026-05-18T23:33:25.841Z Downloaded nanorand v0.7.0
8362026-05-18T23:33:25.841Z Downloaded half v2.7.1
8372026-05-18T23:33:25.845Z Downloaded num-integer v0.1.46
8382026-05-18T23:33:25.845Z Downloaded libsw v3.5.0
8392026-05-18T23:33:25.848Z Downloaded predicates-tree v1.0.13
8402026-05-18T23:33:25.848Z Downloaded paste v1.0.15
8412026-05-18T23:33:25.851Z Downloaded password-hash v0.4.2
8422026-05-18T23:33:25.852Z Downloaded parse-display-derive v0.10.0
8432026-05-18T23:33:25.852Z Downloaded pbkdf2 v0.12.2
8442026-05-18T23:33:25.855Z Downloaded progenitor-client v0.11.2
8452026-05-18T23:33:25.855Z Downloaded headers v0.4.1
8462026-05-18T23:33:25.858Z Downloaded memmap2 v0.9.10
8472026-05-18T23:33:25.858Z Downloaded parking_lot_core v0.8.6
8482026-05-18T23:33:25.861Z Downloaded oxnet v0.1.4
8492026-05-18T23:33:25.861Z Downloaded phf v0.12.1
8502026-05-18T23:33:25.861Z Downloaded pem-rfc7468 v0.7.0
8512026-05-18T23:33:25.864Z Downloaded peg v0.8.5
8522026-05-18T23:33:25.865Z Downloaded password-hash v0.5.0
8532026-05-18T23:33:25.869Z Downloaded pin-project-lite v0.2.17
8542026-05-18T23:33:25.872Z Downloaded psl-types v2.0.11
8552026-05-18T23:33:25.872Z Downloaded progenitor-macro v0.13.0
8562026-05-18T23:33:25.872Z Downloaded progenitor-macro v0.11.2
8572026-05-18T23:33:25.872Z Downloaded progenitor-macro v0.10.0
8582026-05-18T23:33:25.875Z Downloaded libbz2-rs-sys v0.2.2
8592026-05-18T23:33:25.875Z Downloaded progenitor-macro v0.14.0
8602026-05-18T23:33:25.875Z Downloaded peg-macros v0.8.5
8612026-05-18T23:33:25.878Z Downloaded bumpalo v3.20.2
8622026-05-18T23:33:25.878Z Downloaded heapless v0.8.0
8632026-05-18T23:33:25.881Z Downloaded flate2 v1.1.9
8642026-05-18T23:33:25.884Z Downloaded pem v3.0.6
8652026-05-18T23:33:25.884Z Downloaded darling_core v0.23.0
8662026-05-18T23:33:25.888Z Downloaded radium v0.7.0
8672026-05-18T23:33:25.891Z Downloaded quick-error v1.2.3
8682026-05-18T23:33:25.891Z Downloaded phf v0.13.1
8692026-05-18T23:33:25.891Z Downloaded poly1305 v0.8.0
8702026-05-18T23:33:25.894Z Downloaded pkcs8 v0.10.2
8712026-05-18T23:33:25.894Z Downloaded pkg-config v0.3.32
8722026-05-18T23:33:25.897Z Downloaded proc-macro-crate v3.4.0
8732026-05-18T23:33:25.897Z Downloaded ppv-lite86 v0.2.21
8742026-05-18T23:33:25.897Z Downloaded rand_xorshift v0.4.0
8752026-05-18T23:33:25.901Z Downloaded polyval v0.6.2
8762026-05-18T23:33:25.901Z Downloaded predicates v3.1.4
8772026-05-18T23:33:25.901Z Downloaded path-slash v0.1.5
8782026-05-18T23:33:25.904Z Downloaded recursive v0.1.1
8792026-05-18T23:33:25.904Z Downloaded rand_chacha v0.3.1
8802026-05-18T23:33:25.904Z Downloaded ref-cast v1.0.25
8812026-05-18T23:33:25.907Z Downloaded recursive-proc-macro-impl v0.1.1
8822026-05-18T23:33:25.907Z Downloaded omicron-zone-package v0.12.2
8832026-05-18T23:33:25.907Z Downloaded heapless v0.7.17
8842026-05-18T23:33:25.910Z Downloaded proc-macro-error2 v2.0.1
8852026-05-18T23:33:25.913Z Downloaded postgres-protocol v0.6.10
8862026-05-18T23:33:25.914Z Downloaded litrs v1.0.0
8872026-05-18T23:33:25.917Z Downloaded indicatif v0.18.4
8882026-05-18T23:33:25.921Z Downloaded progenitor v0.11.2
8892026-05-18T23:33:25.921Z Downloaded progenitor-client v0.10.0
8902026-05-18T23:33:25.921Z Downloaded primeorder v0.13.6
8912026-05-18T23:33:25.921Z Downloaded progenitor v0.10.0
8922026-05-18T23:33:25.924Z Downloaded progenitor v0.13.0
8932026-05-18T23:33:25.924Z Downloaded async-compression v0.4.41
8942026-05-18T23:33:25.927Z Downloaded parking_lot_core v0.9.12
8952026-05-18T23:33:25.927Z Downloaded packed_struct v0.10.1
8962026-05-18T23:33:25.930Z Downloaded ed25519-dalek v2.2.0
8972026-05-18T23:33:25.933Z Downloaded ref-cast-impl v1.0.25
8982026-05-18T23:33:25.933Z Downloaded hickory-resolver v0.24.4
8992026-05-18T23:33:25.937Z Downloaded rfc6979 v0.4.0
9002026-05-18T23:33:25.937Z Downloaded phf_shared v0.12.1
9012026-05-18T23:33:25.937Z Downloaded progenitor-client v0.14.0
9022026-05-18T23:33:25.937Z Downloaded progenitor-client v0.13.0
9032026-05-18T23:33:25.940Z Downloaded russh-cryptovec v0.7.3
9042026-05-18T23:33:25.940Z Downloaded progenitor v0.14.0
9052026-05-18T23:33:25.940Z Downloaded crypto-bigint v0.5.5
9062026-05-18T23:33:25.943Z Downloaded cc v1.2.56
9072026-05-18T23:33:25.946Z Downloaded rtoolbox v0.0.3
9082026-05-18T23:33:25.946Z Downloaded psm v0.1.30
9092026-05-18T23:33:25.949Z Downloaded rustc_version v0.4.1
9102026-05-18T23:33:25.950Z Downloaded rustc_version v0.1.7
9112026-05-18T23:33:25.950Z Downloaded libloading v0.8.9
9122026-05-18T23:33:25.953Z Downloaded bcs v0.1.6
9132026-05-18T23:33:25.953Z Downloaded atty v0.2.14
9142026-05-18T23:33:25.953Z Downloaded arrayvec v0.7.6
9152026-05-18T23:33:25.956Z Downloaded rand_seeder v0.4.0
9162026-05-18T23:33:25.956Z Downloaded rand_core v0.9.5
9172026-05-18T23:33:25.959Z Downloaded rand_core v0.6.4
9182026-05-18T23:33:25.959Z Downloaded hickory-resolver v0.25.2
9192026-05-18T23:33:25.964Z Downloaded pkcs1 v0.7.5
9202026-05-18T23:33:25.964Z Downloaded rustc-hash v2.1.1
9212026-05-18T23:33:25.964Z Downloaded expectorate v1.2.0
9222026-05-18T23:33:25.967Z Downloaded pkcs5 v0.7.1
9232026-05-18T23:33:25.967Z Downloaded r2d2 v0.8.10
9242026-05-18T23:33:25.970Z Downloaded p256 v0.13.2
9252026-05-18T23:33:25.970Z Downloaded postcard v1.1.3
9262026-05-18T23:33:25.973Z Downloaded pin-project-internal v1.1.11
9272026-05-18T23:33:25.973Z Downloaded oso v0.27.3
9282026-05-18T23:33:25.977Z Downloaded rand_chacha v0.9.0
9292026-05-18T23:33:25.977Z Downloaded scheduled-thread-pool v0.2.7
9302026-05-18T23:33:25.977Z Downloaded hashbrown v0.12.3
9312026-05-18T23:33:25.980Z Downloaded papergrid v0.17.0
9322026-05-18T23:33:25.983Z Downloaded rand_core v0.10.0
9332026-05-18T23:33:25.983Z Downloaded progenitor-extras v0.2.0
9342026-05-18T23:33:25.983Z Downloaded parking_lot v0.12.5
9352026-05-18T23:33:25.986Z Downloaded postgres-types v0.2.12
9362026-05-18T23:33:25.987Z Downloaded curve25519-dalek v4.1.3
9372026-05-18T23:33:25.992Z Downloaded same-file v1.0.6
9382026-05-18T23:33:25.995Z Downloaded data-encoding v2.10.0
9392026-05-18T23:33:25.995Z Downloaded sapling-renderdag v0.1.0
9402026-05-18T23:33:25.995Z Downloaded salsa20 v0.10.2
9412026-05-18T23:33:25.999Z Downloaded serde-big-array v0.5.1
9422026-05-18T23:33:25.999Z Downloaded seq-macro v0.3.6
9432026-05-18T23:33:25.999Z Downloaded secrecy v0.8.0
9442026-05-18T23:33:26.002Z Downloaded scopeguard v1.2.0
9452026-05-18T23:33:26.002Z Downloaded bitfield v0.19.4
9462026-05-18T23:33:26.002Z Downloaded base64 v0.22.1
9472026-05-18T23:33:26.006Z Downloaded quinn-udp v0.5.14
9482026-05-18T23:33:26.006Z Downloaded aes v0.8.4
9492026-05-18T23:33:26.009Z Downloaded http v1.4.0
9502026-05-18T23:33:26.015Z Downloaded serde_bytes v0.11.19
9512026-05-18T23:33:26.018Z Downloaded serde_urlencoded v0.7.1
9522026-05-18T23:33:26.018Z Downloaded secrecy v0.10.3
9532026-05-18T23:33:26.018Z Downloaded scrypt v0.11.0
9542026-05-18T23:33:26.022Z Downloaded serde_plain v1.0.2
9552026-05-18T23:33:26.022Z Downloaded rustls-pemfile v1.0.4
9562026-05-18T23:33:26.022Z Downloaded jiff-static v0.2.21
9572026-05-18T23:33:26.025Z Downloaded serde_repr v0.1.20
9582026-05-18T23:33:26.028Z Downloaded serde_spanned v1.0.4
9592026-05-18T23:33:26.031Z Downloaded shell-words v1.1.1
9602026-05-18T23:33:26.031Z Downloaded rusty-fork v0.3.1
9612026-05-18T23:33:26.034Z Downloaded scroll_derive v0.13.1
9622026-05-18T23:33:26.037Z Downloaded semver v0.1.20
9632026-05-18T23:33:26.041Z Downloaded miniz_oxide v0.8.9
9642026-05-18T23:33:26.041Z Downloaded signal-hook-mio v0.2.5
9652026-05-18T23:33:26.044Z Downloaded openssl-sys v0.9.115
9662026-05-18T23:33:26.044Z Downloaded sha1 v0.10.6
9672026-05-18T23:33:26.047Z Downloaded diesel_derives v2.3.7
9682026-05-18T23:33:26.050Z Downloaded slog-envlogger v2.2.0
9692026-05-18T23:33:26.050Z Downloaded sigpipe v0.1.3
9702026-05-18T23:33:26.053Z Downloaded signature v2.2.0
9712026-05-18T23:33:26.053Z Downloaded parking_lot v0.11.2
9722026-05-18T23:33:26.057Z Downloaded signal-hook-tokio v0.3.1
9732026-05-18T23:33:26.060Z Downloaded rustversion v1.0.22
9742026-05-18T23:33:26.063Z Downloaded progenitor-impl v0.14.0
9752026-05-18T23:33:26.068Z Downloaded slog-bunyan v2.5.0
9762026-05-18T23:33:26.071Z Downloaded resolv-conf v0.7.6
9772026-05-18T23:33:26.074Z Downloaded hickory-server v0.25.2
9782026-05-18T23:33:26.077Z Downloaded serde_derive_internals v0.29.1
9792026-05-18T23:33:26.081Z Downloaded serde-hex v0.1.0
9802026-05-18T23:33:26.081Z Downloaded sec1 v0.7.3
9812026-05-18T23:33:26.081Z Downloaded progenitor-impl v0.13.0
9822026-05-18T23:33:26.086Z Downloaded sct v0.7.1
9832026-05-18T23:33:26.086Z Downloaded pin-project v1.1.11
9842026-05-18T23:33:26.091Z Downloaded sqlparser_derive v0.5.0
9852026-05-18T23:33:26.094Z Downloaded serde_path_to_error v0.1.20
9862026-05-18T23:33:26.094Z Downloaded russh-keys v0.45.0
9872026-05-18T23:33:26.099Z Downloaded rustls-native-certs v0.8.3
9882026-05-18T23:33:26.099Z Downloaded schemars_derive v0.8.22
9892026-05-18T23:33:26.099Z Downloaded hashbrown v0.13.2
9902026-05-18T23:33:26.104Z Downloaded structmeta-derive v0.3.0
9912026-05-18T23:33:26.104Z Downloaded structmeta v0.3.0
9922026-05-18T23:33:26.104Z Downloaded shlex v1.3.0
9932026-05-18T23:33:26.108Z Downloaded hyper-util v0.1.20
9942026-05-18T23:33:26.108Z Downloaded ssh-encoding v0.2.0
9952026-05-18T23:33:26.113Z Downloaded mio v1.2.0
9962026-05-18T23:33:26.113Z Downloaded minimal-lexical v0.2.1
9972026-05-18T23:33:26.118Z Downloaded strum v0.26.3
9982026-05-18T23:33:26.118Z Downloaded signal-hook-registry v1.4.8
9992026-05-18T23:33:26.122Z Downloaded ssh-cipher v0.2.0
10002026-05-18T23:33:26.122Z Downloaded sync_wrapper v1.0.2
10012026-05-18T23:33:26.122Z Downloaded slog-async v2.8.0
10022026-05-18T23:33:26.122Z Downloaded slab v0.4.12
10032026-05-18T23:33:26.127Z Downloaded sync-ptr v0.1.4
10042026-05-18T23:33:26.127Z Downloaded siphasher v1.0.2
10052026-05-18T23:33:26.127Z Downloaded subtle v2.6.1
10062026-05-18T23:33:26.130Z Downloaded rustls-pki-types v1.14.0
10072026-05-18T23:33:26.133Z Downloaded prettyplease v0.2.37
10082026-05-18T23:33:26.133Z Downloaded pretty_assertions v1.4.1
10092026-05-18T23:33:26.136Z Downloaded prefix-trie v0.7.0
10102026-05-18T23:33:26.136Z Downloaded take_mut v0.2.2
10112026-05-18T23:33:26.139Z Downloaded slog-json v2.6.1
10122026-05-18T23:33:26.139Z Downloaded scroll v0.13.0
10132026-05-18T23:33:26.139Z Downloaded smf v0.2.3
10142026-05-18T23:33:26.143Z Downloaded strum v0.27.2
10152026-05-18T23:33:26.143Z Downloaded rustls-pemfile v2.2.0
10162026-05-18T23:33:26.143Z Downloaded slog-term v2.9.2
10172026-05-18T23:33:26.147Z Downloaded supports-color v3.0.2
10182026-05-18T23:33:26.147Z Downloaded ron v0.8.1
10192026-05-18T23:33:26.151Z Downloaded aes-gcm v0.10.3
10202026-05-18T23:33:26.156Z Downloaded termtree v0.5.1
10212026-05-18T23:33:26.156Z Downloaded tagptr v0.2.0
10222026-05-18T23:33:26.156Z Downloaded slog-scope v4.4.1
10232026-05-18T23:33:26.156Z Downloaded serde_cbor v0.11.2
10242026-05-18T23:33:26.159Z Downloaded slog-stdlog v4.1.1
10252026-05-18T23:33:26.160Z Downloaded progenitor-impl v0.11.2
10262026-05-18T23:33:26.160Z Downloaded tabwriter v1.4.1
10272026-05-18T23:33:26.163Z Downloaded tabled_derive v0.11.0
10282026-05-18T23:33:26.166Z Downloaded thread-id v5.1.0
10292026-05-18T23:33:26.166Z Downloaded time-core v0.1.8
10302026-05-18T23:33:26.166Z Downloaded stacker v0.1.23
10312026-05-18T23:33:26.169Z Downloaded rcgen v0.12.1
10322026-05-18T23:33:26.169Z Downloaded tap v1.0.1
10332026-05-18T23:33:26.169Z Downloaded rayon-core v1.13.0
10342026-05-18T23:33:26.173Z Downloaded spki v0.7.3
10352026-05-18T23:33:26.176Z Downloaded schemars v0.8.22
10362026-05-18T23:33:26.181Z Downloaded strum_macros v0.26.4
10372026-05-18T23:33:26.184Z Downloaded crossterm v0.29.0
10382026-05-18T23:33:26.187Z Downloaded static_assertions v1.1.0
10392026-05-18T23:33:26.187Z Downloaded nom v7.1.3
10402026-05-18T23:33:26.191Z Downloaded simd-adler32 v0.3.8
10412026-05-18T23:33:26.191Z Downloaded sqlformat v0.3.5
10422026-05-18T23:33:26.194Z Downloaded snafu-derive v0.8.9
10432026-05-18T23:33:26.194Z Downloaded support-bundle-viewer v0.1.2
10442026-05-18T23:33:26.194Z Downloaded crossterm v0.28.1
10452026-05-18T23:33:26.199Z Downloaded strum_macros v0.24.3
10462026-05-18T23:33:26.206Z Downloaded progenitor-impl v0.10.0
10472026-05-18T23:33:26.206Z Downloaded smallvec v0.6.14
10482026-05-18T23:33:26.206Z Downloaded testing_table v0.3.0
10492026-05-18T23:33:26.210Z Downloaded string_cache v0.8.9
10502026-05-18T23:33:26.210Z Downloaded ryu v1.0.23
10512026-05-18T23:33:26.214Z Downloaded strip-ansi-escapes v0.2.1
10522026-05-18T23:33:26.214Z Downloaded tokio-macros v2.7.0
10532026-05-18T23:33:26.214Z Downloaded tinyvec_macros v0.1.1
10542026-05-18T23:33:26.214Z Downloaded rustls-platform-verifier v0.6.2
10552026-05-18T23:33:26.220Z Downloaded stringprep v0.1.5
10562026-05-18T23:33:26.224Z Downloaded hashbrown v0.15.5
10572026-05-18T23:33:26.227Z Downloaded thiserror-impl-no-std v2.0.2
10582026-05-18T23:33:26.230Z Downloaded itertools v0.10.5
10592026-05-18T23:33:26.234Z Downloaded topological-sort v0.2.2
10602026-05-18T23:33:26.234Z Downloaded iri-string v0.7.10
10612026-05-18T23:33:26.248Z Downloaded thiserror-no-std v2.0.2
10622026-05-18T23:33:26.248Z Downloaded strum_macros v0.27.2
10632026-05-18T23:33:26.248Z Downloaded spin v0.9.8
10642026-05-18T23:33:26.248Z Downloaded try-lock v0.2.5
10652026-05-18T23:33:26.248Z Downloaded trait-variant v0.1.2
10662026-05-18T23:33:26.248Z Downloaded qorb v0.4.1
10672026-05-18T23:33:26.248Z Downloaded tiny-keccak v2.0.2
10682026-05-18T23:33:26.252Z Downloaded tls_codec_derive v0.4.2
10692026-05-18T23:33:26.252Z Downloaded publicsuffix v2.3.0
10702026-05-18T23:33:26.252Z Downloaded num-bigint v0.4.6
10712026-05-18T23:33:26.255Z Downloaded slog-dtrace v0.3.0
10722026-05-18T23:33:26.258Z Downloaded num-bigint-dig v0.8.6
10732026-05-18T23:33:26.263Z Downloaded tower-service v0.3.3
10742026-05-18T23:33:26.263Z Downloaded tower-layer v0.3.3
10752026-05-18T23:33:26.263Z Downloaded thread_local v1.1.9
10762026-05-18T23:33:26.267Z Downloaded slog v2.8.2
10772026-05-18T23:33:26.267Z Downloaded tls_codec v0.4.2
10782026-05-18T23:33:26.267Z Downloaded time-macros v0.2.27
10792026-05-18T23:33:26.272Z Downloaded signal-hook v0.3.18
10802026-05-18T23:33:26.272Z Downloaded similar v2.7.0
10812026-05-18T23:33:26.276Z Downloaded unicode-truncate v1.1.0
10822026-05-18T23:33:26.276Z Downloaded unit-prefix v0.5.2
10832026-05-18T23:33:26.276Z Downloaded unarray v0.1.4
10842026-05-18T23:33:26.276Z Downloaded iddqd v0.3.18
10852026-05-18T23:33:26.279Z Downloaded untrusted v0.7.1
10862026-05-18T23:33:26.282Z Downloaded tokio-native-tls v0.3.1
10872026-05-18T23:33:26.282Z Downloaded rsa v0.9.10
10882026-05-18T23:33:26.286Z Downloaded untrusted v0.9.0
10892026-05-18T23:33:26.286Z Downloaded tokio-rustls v0.25.0
10902026-05-18T23:33:26.289Z Downloaded term v1.2.1
10912026-05-18T23:33:26.289Z Downloaded utf-8 v0.7.6
10922026-05-18T23:33:26.292Z Downloaded universal-hash v0.5.1
10932026-05-18T23:33:26.292Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10942026-05-18T23:33:26.292Z Downloaded tokio-tungstenite v0.21.0
10952026-05-18T23:33:26.297Z Downloaded quinn v0.11.9
10962026-05-18T23:33:26.297Z Downloaded tokio-dtrace v0.1.1
10972026-05-18T23:33:26.300Z Downloaded typify-macro v0.6.2
10982026-05-18T23:33:26.300Z Downloaded typify-macro v0.4.3
10992026-05-18T23:33:26.300Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11002026-05-18T23:33:26.306Z Downloaded socket2 v0.6.3
11012026-05-18T23:33:26.309Z Downloaded usdt v0.6.0
11022026-05-18T23:33:26.309Z Downloaded hashbrown v0.16.1
11032026-05-18T23:33:26.312Z Downloaded void v1.0.2
11042026-05-18T23:33:26.312Z Downloaded usdt-macro v0.6.0
11052026-05-18T23:33:26.312Z Downloaded itertools v0.12.1
11062026-05-18T23:33:26.317Z Downloaded toml_writer v1.0.6+spec-1.1.0
11072026-05-18T23:33:26.321Z Downloaded termios v0.3.3
11082026-05-18T23:33:26.321Z Downloaded term v0.7.0
11092026-05-18T23:33:26.324Z Downloaded itertools v0.13.0
11102026-05-18T23:33:26.327Z Downloaded unicase v2.9.0
11112026-05-18T23:33:26.327Z Downloaded aho-corasick v1.1.4
11122026-05-18T23:33:26.330Z Downloaded wait-timeout v0.2.1
11132026-05-18T23:33:26.330Z Downloaded samael v0.0.19
11142026-05-18T23:33:26.333Z Downloaded serde_with_macros v3.17.0
11152026-05-18T23:33:26.337Z Downloaded rand v0.8.6
11162026-05-18T23:33:26.340Z Downloaded tui-tree-widget v0.23.1
11172026-05-18T23:33:26.340Z Downloaded serde_yaml v0.9.34+deprecated
11182026-05-18T23:33:26.343Z Downloaded futures-util v0.3.32
11192026-05-18T23:33:26.349Z Downloaded xshell-macros v0.2.7
11202026-05-18T23:33:26.357Z Downloaded xattr v1.6.1
11212026-05-18T23:33:26.357Z Downloaded libxml v0.3.3
11222026-05-18T23:33:26.361Z Downloaded rustls-webpki v0.103.9
11232026-05-18T23:33:26.361Z Downloaded tokio-rustls v0.26.4
11242026-05-18T23:33:26.362Z Downloaded tokio-tungstenite v0.23.1
11252026-05-18T23:33:26.362Z Downloaded hkdf v0.12.4
11262026-05-18T23:33:26.362Z Downloaded hyper v1.8.1
11272026-05-18T23:33:26.366Z Downloaded want v0.3.1
11282026-05-18T23:33:26.366Z Downloaded waitgroup v0.1.2
11292026-05-18T23:33:26.366Z Downloaded tokio-rustls v0.24.1
11302026-05-18T23:33:26.369Z Downloaded itertools v0.14.0
11312026-05-18T23:33:26.385Z Downloaded usdt-impl v0.6.0
11322026-05-18T23:33:26.389Z Downloaded usdt-attr-macro v0.6.0
11332026-05-18T23:33:26.390Z Downloaded zone v0.3.1
11342026-05-18T23:33:26.390Z Downloaded tokio-stream v0.1.18
11352026-05-18T23:33:26.390Z Downloaded schemars v1.2.1
11362026-05-18T23:33:26.393Z Downloaded zone_cfg_derive v0.3.1
11372026-05-18T23:33:26.393Z Downloaded vergen-gitcl v1.0.8
11382026-05-18T23:33:26.393Z Downloaded vergen-git2 v1.0.7
11392026-05-18T23:33:26.393Z Downloaded twox-hash v2.1.2
11402026-05-18T23:33:26.398Z Downloaded russh v0.45.0
11412026-05-18T23:33:26.398Z Downloaded uzers v0.12.2
11422026-05-18T23:33:26.405Z Downloaded socket2 v0.5.10
11432026-05-18T23:33:26.405Z Downloaded tracing-attributes v0.1.31
11442026-05-18T23:33:26.405Z Downloaded schemars v0.9.0
11452026-05-18T23:33:26.409Z Downloaded subprocess v0.2.15
11462026-05-18T23:33:26.413Z Downloaded whoami v1.6.1
11472026-05-18T23:33:26.413Z Downloaded libm v0.2.16
11482026-05-18T23:33:26.417Z Downloaded wyz v0.5.1
11492026-05-18T23:33:26.422Z Downloaded unicode-properties v0.1.4
11502026-05-18T23:33:26.422Z Downloaded toml v1.0.6+spec-1.1.0
11512026-05-18T23:33:26.430Z Downloaded zeroize_derive v1.4.3
11522026-05-18T23:33:26.430Z Downloaded tinyvec v1.10.0
11532026-05-18T23:33:26.430Z Downloaded whoami v2.1.0
11542026-05-18T23:33:26.430Z Downloaded test-strategy v0.4.5
11552026-05-18T23:33:26.433Z Downloaded chrono-tz v0.10.4
11562026-05-18T23:33:26.439Z Downloaded vergen v9.0.6
11572026-05-18T23:33:26.442Z Downloaded rustyline v14.0.0
11582026-05-18T23:33:26.446Z Downloaded vergen-lib v0.1.6
11592026-05-18T23:33:26.446Z Downloaded h2 v0.4.13
11602026-05-18T23:33:26.449Z Downloaded snafu v0.8.9
11612026-05-18T23:33:26.453Z Downloaded blake3 v1.8.3
11622026-05-18T23:33:26.456Z Downloaded unicode-bidi v0.3.18
11632026-05-18T23:33:26.460Z Downloaded tungstenite v0.23.0
11642026-05-18T23:33:26.460Z Downloaded tungstenite v0.21.0
11652026-05-18T23:33:26.463Z Downloaded typify v0.6.2
11662026-05-18T23:33:26.466Z Downloaded tracing-core v0.1.36
11672026-05-18T23:33:26.466Z Downloaded toml_parser v1.0.9+spec-1.1.0
11682026-05-18T23:33:26.470Z Downloaded toml v0.9.12+spec-1.1.0
11692026-05-18T23:33:26.470Z Downloaded zerocopy v0.6.6
11702026-05-18T23:33:26.474Z Downloaded rand v0.10.0
11712026-05-18T23:33:26.474Z Downloaded rand v0.9.2
11722026-05-18T23:33:26.478Z Downloaded zeroize v1.8.2
11732026-05-18T23:33:26.478Z Downloaded toml v0.7.8
11742026-05-18T23:33:26.481Z Downloaded zstd v0.13.3
11752026-05-18T23:33:26.481Z Downloaded tar v0.4.45
11762026-05-18T23:33:26.484Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-05-18T23:33:26.487Z Downloaded unsafe-libyaml v0.2.11
11782026-05-18T23:33:26.487Z Downloaded vsss-rs v3.3.4
11792026-05-18T23:33:26.491Z Downloaded p521 v0.13.3
11802026-05-18T23:33:26.491Z Downloaded zstd-safe v7.2.4
11812026-05-18T23:33:26.494Z Downloaded bindgen v0.71.1
11822026-05-18T23:33:26.499Z Downloaded walkdir v2.5.0
11832026-05-18T23:33:26.499Z Downloaded tokio-postgres v0.7.16
11842026-05-18T23:33:26.503Z Downloaded aws-lc-rs v1.16.3
11852026-05-18T23:33:26.507Z Downloaded uuid v1.23.0
11862026-05-18T23:33:26.510Z Downloaded rpassword v7.4.0
11872026-05-18T23:33:26.513Z Downloaded xshell v0.2.7
11882026-05-18T23:33:26.517Z Downloaded zopfli v0.8.3
11892026-05-18T23:33:26.521Z Downloaded yasna v0.5.2
11902026-05-18T23:33:26.527Z Downloaded chrono v0.4.44
11912026-05-18T23:33:26.535Z Downloaded regex v1.12.3
11922026-05-18T23:33:26.535Z Downloaded typify v0.4.3
11932026-05-18T23:33:26.538Z Downloaded vte v0.14.1
11942026-05-18T23:33:26.538Z Downloaded reedline v0.40.0
11952026-05-18T23:33:26.545Z Downloaded rayon v1.11.0
11962026-05-18T23:33:26.552Z Downloaded toml_edit v0.19.15
11972026-05-18T23:33:26.560Z Downloaded unicode_categories v0.1.1
11982026-05-18T23:33:26.564Z Downloaded yansi v1.0.1
11992026-05-18T23:33:26.569Z Downloaded portable-atomic v1.13.1
12002026-05-18T23:33:26.573Z Downloaded steno v0.4.1
12012026-05-18T23:33:26.576Z Downloaded p384 v0.13.1
12022026-05-18T23:33:26.579Z Downloaded ssh-key v0.6.7
12032026-05-18T23:33:26.587Z Downloaded x509-cert v0.2.5
12042026-05-18T23:33:26.596Z Downloaded unicode-segmentation v1.12.0
12052026-05-18T23:33:26.603Z Downloaded tower v0.5.3
12062026-05-18T23:33:26.609Z Downloaded reqwest v0.13.2
12072026-05-18T23:33:26.613Z Downloaded typed-path v0.9.3
12082026-05-18T23:33:26.618Z Downloaded reqwest v0.12.28
12092026-05-18T23:33:26.621Z Downloaded tokio-util v0.7.18
12102026-05-18T23:33:26.624Z Downloaded zip v0.6.6
12112026-05-18T23:33:26.627Z Downloaded object v0.30.4
12122026-05-18T23:33:26.631Z Downloaded tough v0.22.0
12132026-05-18T23:33:26.636Z Downloaded git2 v0.20.4
12142026-05-18T23:33:26.642Z Downloaded moka v0.12.13
12152026-05-18T23:33:26.646Z Downloaded petname v2.0.2
12162026-05-18T23:33:26.652Z Downloaded lalrpop v0.19.12
12172026-05-18T23:33:26.663Z Downloaded rustls-webpki v0.101.7
12182026-05-18T23:33:26.672Z Downloaded goblin v0.10.5
12192026-05-18T23:33:26.676Z Downloaded nix v0.27.1
12202026-05-18T23:33:26.682Z Downloaded salty v0.3.0
12212026-05-18T23:33:26.686Z Downloaded quick-xml v0.37.5
12222026-05-18T23:33:26.691Z Downloaded quinn-proto v0.11.13
12232026-05-18T23:33:26.694Z Downloaded zerocopy-derive v0.8.40
12242026-05-18T23:33:26.700Z Downloaded bstr v1.12.1
12252026-05-18T23:33:26.704Z Downloaded nix v0.29.0
12262026-05-18T23:33:26.718Z Downloaded unicode-normalization v0.1.25
12272026-05-18T23:33:26.724Z Downloaded winnow v0.5.40
12282026-05-18T23:33:26.729Z Downloaded zip v4.6.1
12292026-05-18T23:33:26.747Z Downloaded tower-http v0.6.8
12302026-05-18T23:33:26.750Z Downloaded proptest v1.10.0
12312026-05-18T23:33:26.753Z Downloaded openssl v0.10.79
12322026-05-18T23:33:26.759Z Downloaded serde_with v3.17.0
12332026-05-18T23:33:26.766Z Downloaded object v0.37.3
12342026-05-18T23:33:26.773Z Downloaded nix v0.31.2
12352026-05-18T23:33:26.779Z Downloaded hickory-proto v0.24.4
12362026-05-18T23:33:26.791Z Downloaded rustls-webpki v0.102.8
12372026-05-18T23:33:26.800Z Downloaded rustls v0.22.4
12382026-05-18T23:33:26.807Z Downloaded radix_trie v0.2.1
12392026-05-18T23:33:26.811Z Downloaded regress v0.10.5
12402026-05-18T23:33:26.832Z Downloaded rustix v0.38.44
12412026-05-18T23:33:26.842Z Downloaded winnow v0.6.26
12422026-05-18T23:33:26.845Z Downloaded rustls v0.23.37
12432026-05-18T23:33:26.851Z Downloaded polar-core v0.27.3
12442026-05-18T23:33:26.865Z Downloaded tabled v0.20.0
12452026-05-18T23:33:26.874Z Downloaded time v0.3.47
12462026-05-18T23:33:26.883Z Downloaded nix v0.28.0
12472026-05-18T23:33:26.888Z Downloaded dropshot v0.16.7
12482026-05-18T23:33:26.901Z Downloaded regex-syntax v0.6.29
12492026-05-18T23:33:26.905Z Downloaded dropshot v0.17.0
12502026-05-18T23:33:26.919Z Downloaded zlib-rs v0.6.2
12512026-05-18T23:33:26.922Z Downloaded sqlparser v0.61.0
12522026-05-18T23:33:26.929Z Downloaded smoltcp v0.9.1
12532026-05-18T23:33:26.935Z Downloaded rustls v0.21.12
12542026-05-18T23:33:26.942Z Downloaded vcpkg v0.2.15
12552026-05-18T23:33:26.964Z Downloaded zerocopy v0.8.40
12562026-05-18T23:33:26.970Z Downloaded webpki-roots v1.0.6
12572026-05-18T23:33:26.973Z Downloaded regex-syntax v0.8.10
12582026-05-18T23:33:26.976Z Downloaded hickory-proto v0.25.2
12592026-05-18T23:33:26.988Z Downloaded smoltcp v0.11.0
12602026-05-18T23:33:26.992Z Downloaded openapiv3 v2.2.0
12612026-05-18T23:33:27.000Z Downloaded diesel v2.3.7
12622026-05-18T23:33:27.011Z Downloaded regress v0.11.1
12632026-05-18T23:33:27.016Z Downloaded zerocopy-derive v0.6.6
12642026-05-18T23:33:27.022Z Downloaded bzip2-sys v0.1.13+1.0.8
12652026-05-18T23:33:27.029Z Downloaded typify-impl v0.4.3
12662026-05-18T23:33:27.040Z Downloaded ratatui v0.29.0
12672026-05-18T23:33:27.050Z Downloaded jiff v0.2.21
12682026-05-18T23:33:27.074Z Downloaded sled v0.34.7
12692026-05-18T23:33:27.088Z Downloaded tracing v0.1.44
12702026-05-18T23:33:27.101Z Downloaded typify-impl v0.6.2
12712026-05-18T23:33:27.109Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12722026-05-18T23:33:27.120Z Downloaded regex-automata v0.4.14
12732026-05-18T23:33:27.129Z Downloaded sha3 v0.10.8
12742026-05-18T23:33:27.140Z Downloaded tokio v1.52.1
12752026-05-18T23:33:27.178Z Downloaded petgraph v0.6.5
12762026-05-18T23:33:27.199Z Downloaded petgraph v0.8.3
12772026-05-18T23:33:27.220Z Downloaded csv v1.4.0
12782026-05-18T23:33:27.233Z Downloaded ring v0.17.14
12792026-05-18T23:33:27.256Z Downloaded libz-sys v1.1.24
12802026-05-18T23:33:27.313Z Downloaded encoding_rs v0.8.35
12812026-05-18T23:33:27.343Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-05-18T23:33:27.770Z Downloaded aws-lc-sys v0.40.0
12832026-05-18T23:33:28.021Z Compiling libc v0.2.185
12842026-05-18T23:33:28.021Z Compiling serde v1.0.228
12852026-05-18T23:33:28.021Z Compiling log v0.4.29
12862026-05-18T23:33:28.021Z Compiling shlex v1.3.0
12872026-05-18T23:33:28.021Z Compiling find-msvc-tools v0.1.9
12882026-05-18T23:33:28.025Z Compiling smallvec v1.15.1
12892026-05-18T23:33:28.025Z Compiling typenum v1.19.0
12902026-05-18T23:33:28.025Z Compiling subtle v2.6.1
12912026-05-18T23:33:28.025Z Compiling generic-array v0.14.7
12922026-05-18T23:33:28.025Z Compiling scopeguard v1.2.0
12932026-05-18T23:33:28.025Z Compiling const-oid v0.9.6
12942026-05-18T23:33:28.180Z Compiling serde_json v1.0.149
12952026-05-18T23:33:28.208Z Compiling syn v2.0.117
12962026-05-18T23:33:28.219Z Compiling zerocopy v0.8.40
12972026-05-18T23:33:28.222Z Compiling portable-atomic v1.13.1
12982026-05-18T23:33:28.246Z Compiling parking_lot_core v0.9.12
12992026-05-18T23:33:28.340Z Compiling lock_api v0.4.14
13002026-05-18T23:33:28.364Z Compiling pin-project-lite v0.2.17
13012026-05-18T23:33:28.377Z Compiling pkg-config v0.3.32
13022026-05-18T23:33:28.405Z Compiling bitflags v2.11.0
13032026-05-18T23:33:28.473Z Compiling futures-core v0.3.32
13042026-05-18T23:33:28.508Z Compiling critical-section v1.2.0
13052026-05-18T23:33:28.511Z Compiling libm v0.2.16
13062026-05-18T23:33:28.546Z Compiling num-traits v0.2.19
13072026-05-18T23:33:28.584Z Compiling percent-encoding v2.3.2
13082026-05-18T23:33:28.617Z Compiling futures-sink v0.3.32
13092026-05-18T23:33:28.644Z Compiling futures-task v0.3.32
13102026-05-18T23:33:28.647Z Compiling slab v0.4.12
13112026-05-18T23:33:28.647Z Compiling getrandom v0.4.1
13122026-05-18T23:33:28.712Z Compiling futures-channel v0.3.32
13132026-05-18T23:33:28.728Z Compiling futures-io v0.3.32
13142026-05-18T23:33:28.791Z Compiling cpufeatures v0.2.17
13152026-05-18T23:33:28.805Z Compiling rand_core v0.10.0
13162026-05-18T23:33:28.857Z Compiling indexmap v2.14.0
13172026-05-18T23:33:28.871Z Compiling getrandom v0.3.4
13182026-05-18T23:33:28.902Z Compiling rustversion v1.0.22
13192026-05-18T23:33:28.922Z Compiling form_urlencoded v1.2.2
13202026-05-18T23:33:29.026Z Compiling dunce v1.0.5
13212026-05-18T23:33:29.030Z Compiling fs_extra v1.3.0
13222026-05-18T23:33:29.030Z Compiling ident_case v1.0.1
13232026-05-18T23:33:29.030Z Compiling base64ct v1.8.3
13242026-05-18T23:33:29.041Z Compiling iana-time-zone v0.1.65
13252026-05-18T23:33:29.132Z Compiling getrandom v0.2.17
13262026-05-18T23:33:29.135Z Compiling jobserver v0.1.34
13272026-05-18T23:33:29.172Z Compiling errno v0.3.14
13282026-05-18T23:33:29.217Z Compiling mio v1.2.0
13292026-05-18T23:33:29.304Z Compiling rand_core v0.6.4
13302026-05-18T23:33:29.350Z Compiling signal-hook-registry v1.4.8
13312026-05-18T23:33:29.373Z Compiling cc v1.2.56
13322026-05-18T23:33:29.373Z Compiling socket2 v0.6.3
13332026-05-18T23:33:29.396Z Compiling pem-rfc7468 v0.7.0
13342026-05-18T23:33:29.451Z Compiling once_cell v1.21.3
13352026-05-18T23:33:29.506Z Compiling parking_lot v0.12.5
13362026-05-18T23:33:29.551Z Compiling regex-syntax v0.8.10
13372026-05-18T23:33:29.595Z Compiling rustix v1.1.3
13382026-05-18T23:33:29.595Z Compiling flagset v0.4.7
13392026-05-18T23:33:29.642Z Compiling vcpkg v0.2.15
13402026-05-18T23:33:29.665Z Compiling aws-lc-rs v1.16.3
13412026-05-18T23:33:29.689Z Compiling tracing-core v0.1.36
13422026-05-18T23:33:29.693Z Compiling uuid v1.23.0
13432026-05-18T23:33:29.718Z Compiling rustc_version v0.4.1
13442026-05-18T23:33:29.747Z Compiling base64 v0.22.1
13452026-05-18T23:33:29.762Z Compiling httparse v1.10.1
13462026-05-18T23:33:29.816Z Compiling untrusted v0.7.1
13472026-05-18T23:33:29.949Z Compiling rand_core v0.9.5
13482026-05-18T23:33:29.985Z Compiling tinyvec_macros v0.1.1
13492026-05-18T23:33:30.009Z Compiling untrusted v0.9.0
13502026-05-18T23:33:30.061Z Compiling openssl-probe v0.2.1
13512026-05-18T23:33:30.076Z Compiling tinyvec v1.10.0
13522026-05-18T23:33:30.090Z Compiling aho-corasick v1.1.4
13532026-05-18T23:33:30.140Z Compiling cmake v0.1.57
13542026-05-18T23:33:30.155Z Compiling try-lock v0.2.5
13552026-05-18T23:33:30.208Z Compiling dyn-clone v1.0.20
13562026-05-18T23:33:30.224Z Compiling atomic-waker v1.1.2
13572026-05-18T23:33:30.254Z Compiling rustls v0.23.37
13582026-05-18T23:33:30.271Z Compiling tower-layer v0.3.3
13592026-05-18T23:33:30.285Z Compiling tower-service v0.3.3
13602026-05-18T23:33:30.299Z Compiling schemars v0.8.22
13612026-05-18T23:33:30.367Z Compiling want v0.3.1
13622026-05-18T23:33:30.405Z Compiling pin-utils v0.1.0
13632026-05-18T23:33:30.426Z Compiling foreign-types-shared v0.1.1
13642026-05-18T23:33:30.461Z Compiling openssl v0.10.79
13652026-05-18T23:33:30.479Z Compiling httpdate v1.0.3
13662026-05-18T23:33:30.482Z Compiling unicode-normalization v0.1.25
13672026-05-18T23:33:30.509Z Compiling spin v0.9.8
13682026-05-18T23:33:30.513Z Compiling crc32fast v1.5.0
13692026-05-18T23:33:30.541Z Compiling foreign-types v0.3.2
13702026-05-18T23:33:30.567Z Compiling num-conv v0.2.0
13712026-05-18T23:33:30.584Z Compiling time-core v0.1.8
13722026-05-18T23:33:30.598Z Compiling native-tls v0.2.18
13732026-05-18T23:33:30.611Z Compiling powerfmt v0.2.0
13742026-05-18T23:33:30.626Z Compiling wait-timeout v0.2.1
13752026-05-18T23:33:30.714Z Compiling sync_wrapper v1.0.2
13762026-05-18T23:33:30.730Z Compiling num_threads v0.1.7
13772026-05-18T23:33:30.730Z Compiling unicode-segmentation v1.12.0
13782026-05-18T23:33:30.760Z Compiling deranged v0.5.8
13792026-05-18T23:33:30.766Z Compiling time-macros v0.2.27
13802026-05-18T23:33:30.766Z Compiling bit-vec v0.8.0
13812026-05-18T23:33:30.837Z Compiling quick-error v1.2.3
13822026-05-18T23:33:30.854Z Compiling crossbeam-utils v0.8.21
13832026-05-18T23:33:30.854Z Compiling simd-adler32 v0.3.8
13842026-05-18T23:33:30.866Z Compiling siphasher v1.0.2
13852026-05-18T23:33:30.883Z Compiling syn v1.0.109
13862026-05-18T23:33:30.911Z Compiling usdt-impl v0.6.0
13872026-05-18T23:33:31.003Z Compiling bit-set v0.8.0
13882026-05-18T23:33:31.032Z Compiling aws-lc-sys v0.40.0
13892026-05-18T23:33:31.065Z Compiling ring v0.17.14
13902026-05-18T23:33:31.109Z Compiling openssl-sys v0.9.115
13912026-05-18T23:33:31.125Z Compiling regex-automata v0.4.14
13922026-05-18T23:33:31.168Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13932026-05-18T23:33:31.202Z Compiling bzip2-sys v0.1.13+1.0.8
13942026-05-18T23:33:31.233Z Compiling tempfile v3.25.0
13952026-05-18T23:33:31.247Z Compiling synstructure v0.13.2
13962026-05-18T23:33:31.248Z Compiling serde_derive_internals v0.29.1
13972026-05-18T23:33:31.275Z Compiling pest_generator v2.8.6
13982026-05-18T23:33:31.500Z Compiling darling_core v0.20.11
13992026-05-18T23:33:31.525Z Compiling rusty-fork v0.3.1
14002026-05-18T23:33:31.700Z Compiling darling_core v0.21.3
14012026-05-18T23:33:31.809Z Compiling slog v2.8.2
14022026-05-18T23:33:31.870Z Compiling rand_xorshift v0.4.0
14032026-05-18T23:33:31.899Z Compiling heapless v0.7.17
14042026-05-18T23:33:31.923Z Compiling thread-id v5.1.0
14052026-05-18T23:33:31.939Z Compiling time v0.3.47
14062026-05-18T23:33:32.023Z Compiling cookie v0.18.1
14072026-05-18T23:33:32.039Z Compiling anyhow v1.0.102
14082026-05-18T23:33:32.042Z Compiling paste v1.0.15
14092026-05-18T23:33:32.066Z Compiling allocator-api2 v0.2.21
14102026-05-18T23:33:32.070Z Compiling signal-hook v0.3.18
14112026-05-18T23:33:32.214Z Compiling unicode-properties v0.1.4
14122026-05-18T23:33:32.235Z Compiling unicode-bidi v0.3.18
14132026-05-18T23:33:32.248Z Compiling adler2 v2.0.1
14142026-05-18T23:33:32.279Z Compiling zstd-safe v7.2.4
14152026-05-18T23:33:32.342Z Compiling ryu v1.0.23
14162026-05-18T23:33:32.395Z Compiling iri-string v0.7.10
14172026-05-18T23:33:32.421Z Compiling unarray v0.1.4
14182026-05-18T23:33:32.451Z Compiling miniz_oxide v0.8.9
14192026-05-18T23:33:32.599Z Compiling stringprep v0.1.5
14202026-05-18T23:33:32.658Z Compiling heck v0.4.1
14212026-05-18T23:33:32.808Z Compiling num-integer v0.1.46
14222026-05-18T23:33:32.890Z Compiling vergen-lib v0.1.6
14232026-05-18T23:33:33.061Z Compiling curve25519-dalek v4.1.3
14242026-05-18T23:33:33.089Z Compiling serde_derive v1.0.228
14252026-05-18T23:33:33.089Z Compiling zeroize_derive v1.4.3
14262026-05-18T23:33:33.118Z Compiling zerofrom-derive v0.1.6
14272026-05-18T23:33:33.139Z Compiling yoke-derive v0.8.1
14282026-05-18T23:33:33.139Z Compiling zerovec-derive v0.11.2
14292026-05-18T23:33:33.398Z Compiling zerocopy-derive v0.8.40
14302026-05-18T23:33:33.416Z Compiling displaydoc v0.2.5
14312026-05-18T23:33:33.560Z Compiling tokio-macros v2.7.0
14322026-05-18T23:33:33.766Z Compiling zeroize v1.8.2
14332026-05-18T23:33:33.855Z Compiling futures-macro v0.3.32
14342026-05-18T23:33:33.911Z Compiling der_derive v0.7.3
14352026-05-18T23:33:34.195Z Compiling rustls-pki-types v1.14.0
14362026-05-18T23:33:34.290Z Compiling tracing-attributes v0.1.31
14372026-05-18T23:33:34.333Z Compiling thiserror-impl v2.0.18
14382026-05-18T23:33:34.346Z Compiling scroll_derive v0.13.1
14392026-05-18T23:33:34.368Z Compiling pest_derive v2.8.6
14402026-05-18T23:33:34.542Z Compiling crypto-common v0.1.7
14412026-05-18T23:33:34.596Z Compiling zerofrom v0.1.6
14422026-05-18T23:33:34.678Z Compiling block-buffer v0.10.4
14432026-05-18T23:33:34.704Z Compiling yoke v0.8.1
14442026-05-18T23:33:34.731Z Compiling block-padding v0.3.3
14452026-05-18T23:33:34.762Z Compiling futures-util v0.3.32
14462026-05-18T23:33:34.828Z Compiling digest v0.10.7
14472026-05-18T23:33:34.866Z Compiling inout v0.1.4
14482026-05-18T23:33:34.909Z Compiling zerovec v0.11.5
14492026-05-18T23:33:34.922Z Compiling zerotrie v0.2.3
14502026-05-18T23:33:34.969Z Compiling der v0.7.10
14512026-05-18T23:33:35.068Z Compiling hmac v0.12.1
14522026-05-18T23:33:35.106Z Compiling sha2 v0.10.9
14532026-05-18T23:33:35.199Z Compiling cipher v0.4.4
14542026-05-18T23:33:35.226Z Compiling pbkdf2 v0.12.2
14552026-05-18T23:33:35.248Z Compiling schemars_derive v0.8.22
14562026-05-18T23:33:35.357Z Compiling scroll v0.13.0
14572026-05-18T23:33:35.372Z Compiling tinystr v0.8.2
14582026-05-18T23:33:35.439Z Compiling potential_utf v0.1.4
14592026-05-18T23:33:35.487Z Compiling salsa20 v0.10.2
14602026-05-18T23:33:35.594Z Compiling icu_locale_core v2.1.1
14612026-05-18T23:33:35.631Z Compiling icu_collections v2.1.1
14622026-05-18T23:33:35.654Z Compiling scrypt v0.11.0
14632026-05-18T23:33:35.670Z Compiling aes v0.8.4
14642026-05-18T23:33:35.690Z Compiling tracing v0.1.44
14652026-05-18T23:33:35.741Z Compiling thiserror v2.0.18
14662026-05-18T23:33:35.846Z Compiling spki v0.7.3
14672026-05-18T23:33:35.916Z Compiling cbc v0.1.2
14682026-05-18T23:33:35.969Z Compiling darling_macro v0.20.11
14692026-05-18T23:33:36.072Z Compiling pkcs5 v0.7.1
14702026-05-18T23:33:36.088Z Compiling openssl-macros v0.1.1
14712026-05-18T23:33:36.147Z Compiling goblin v0.10.5
14722026-05-18T23:33:36.231Z Compiling icu_provider v2.1.1
14732026-05-18T23:33:36.494Z Compiling icu_normalizer v2.1.1
14742026-05-18T23:33:36.541Z Compiling icu_properties v2.1.2
14752026-05-18T23:33:36.555Z Compiling pkcs8 v0.10.2
14762026-05-18T23:33:36.578Z Compiling bytes v1.11.1
14772026-05-18T23:33:36.595Z Compiling chrono v0.4.44
14782026-05-18T23:33:36.600Z Compiling ipnet v2.11.0
14792026-05-18T23:33:36.624Z Compiling darling v0.20.11
14802026-05-18T23:33:36.664Z Compiling rustls-native-certs v0.8.3
14812026-05-18T23:33:36.719Z Compiling derive_builder_core v0.20.2
14822026-05-18T23:33:36.747Z Compiling dtrace-parser v0.3.0
14832026-05-18T23:33:36.873Z Compiling signature v2.2.0
14842026-05-18T23:33:36.964Z Compiling webpki-roots v1.0.6
14852026-05-18T23:33:37.052Z Compiling tokio v1.52.1
14862026-05-18T23:33:37.083Z Compiling http v1.4.0
14872026-05-18T23:33:37.098Z Compiling scroll_derive v0.12.1
14882026-05-18T23:33:37.118Z Compiling thiserror-impl v1.0.69
14892026-05-18T23:33:37.133Z Compiling erased-serde v0.3.31
14902026-05-18T23:33:37.214Z Compiling toml_datetime v0.6.11
14912026-05-18T23:33:37.491Z Compiling idna_adapter v1.2.1
14922026-05-18T23:33:37.502Z Compiling serde_spanned v0.6.9
14932026-05-18T23:33:37.614Z Compiling idna v1.1.0
14942026-05-18T23:33:37.634Z Compiling derive_builder_macro v0.20.2
14952026-05-18T23:33:37.649Z Compiling serde_urlencoded v0.7.1
14962026-05-18T23:33:37.653Z Compiling serde_tokenstream v0.2.3
14972026-05-18T23:33:37.691Z Compiling md-5 v0.10.6
14982026-05-18T23:33:37.794Z Compiling http-body v1.0.1
14992026-05-18T23:33:37.862Z Compiling ppv-lite86 v0.2.21
15002026-05-18T23:33:37.918Z Compiling url v2.5.8
15012026-05-18T23:33:37.962Z Compiling http-body-util v0.1.3
15022026-05-18T23:33:37.994Z Compiling scroll v0.12.0
15032026-05-18T23:33:38.017Z Compiling darling_macro v0.21.3
15042026-05-18T23:33:38.029Z Compiling bstr v1.12.1
15052026-05-18T23:33:38.046Z Compiling zerocopy-derive v0.7.35
15062026-05-18T23:33:38.121Z Compiling pin-project-internal v1.1.11
15072026-05-18T23:33:38.208Z Compiling rand_chacha v0.9.0
15082026-05-18T23:33:38.234Z Compiling rand_chacha v0.3.1
15092026-05-18T23:33:38.273Z Compiling async-trait v0.1.89
15102026-05-18T23:33:38.287Z Compiling ff v0.13.1
15112026-05-18T23:33:38.299Z Compiling hash32 v0.2.1
15122026-05-18T23:33:38.437Z Compiling rand v0.9.2
15132026-05-18T23:33:38.505Z Compiling thiserror v1.0.69
15142026-05-18T23:33:38.530Z Compiling memoffset v0.9.1
15152026-05-18T23:33:38.620Z Compiling base16ct v0.2.0
15162026-05-18T23:33:38.693Z Compiling fallible-iterator v0.2.0
15172026-05-18T23:33:38.743Z Compiling psl-types v2.0.11
15182026-05-18T23:33:38.751Z Compiling cfg_aliases v0.2.1
15192026-05-18T23:33:38.838Z Compiling dof v0.4.0
15202026-05-18T23:33:38.878Z Compiling zlib-rs v0.6.2
15212026-05-18T23:33:38.941Z Compiling litrs v1.0.0
15222026-05-18T23:33:38.973Z Compiling rustix v0.38.44
15232026-05-18T23:33:39.035Z Compiling smoltcp v0.9.1
15242026-05-18T23:33:39.129Z Compiling proptest v1.10.0
15252026-05-18T23:33:39.225Z Compiling ref-cast v1.0.25
15262026-05-18T23:33:39.294Z Compiling ipnetwork v0.21.1
15272026-05-18T23:33:39.328Z Compiling num-bigint-dig v0.8.6
15282026-05-18T23:33:39.380Z Compiling pin-project v1.1.11
15292026-05-18T23:33:39.419Z Compiling postgres-protocol v0.6.10
15302026-05-18T23:33:39.451Z Compiling zerocopy v0.7.35
15312026-05-18T23:33:39.492Z Compiling publicsuffix v2.3.0
15322026-05-18T23:33:39.507Z Compiling document-features v0.2.12
15332026-05-18T23:33:39.556Z Compiling oxnet v0.1.4
15342026-05-18T23:33:39.601Z Compiling nix v0.31.2
15352026-05-18T23:33:39.683Z Compiling sec1 v0.7.3
15362026-05-18T23:33:39.802Z Compiling darling v0.21.3
15372026-05-18T23:33:39.898Z Compiling rand v0.8.6
15382026-05-18T23:33:39.998Z Compiling group v0.13.0
15392026-05-18T23:33:40.006Z Compiling goblin v0.8.2
15402026-05-18T23:33:40.014Z Compiling derive_builder v0.20.2
15412026-05-18T23:33:40.061Z Compiling futures-executor v0.3.32
15422026-05-18T23:33:40.079Z Compiling hubpack_derive v0.1.1
15432026-05-18T23:33:40.123Z Compiling cargo-platform v0.1.9
15442026-05-18T23:33:40.135Z Compiling hex v0.4.3
15452026-05-18T23:33:40.153Z Compiling hkdf v0.12.4
15462026-05-18T23:33:40.178Z Compiling crypto-bigint v0.5.5
15472026-05-18T23:33:40.234Z Compiling regex v1.12.3
15482026-05-18T23:33:40.443Z Compiling strum_macros v0.27.2
15492026-05-18T23:33:40.450Z Compiling curve25519-dalek-derive v0.1.1
15502026-05-18T23:33:40.450Z Compiling ref-cast-impl v1.0.25
15512026-05-18T23:33:40.450Z Compiling snafu-derive v0.8.9
15522026-05-18T23:33:40.486Z Compiling daft-derive v0.1.5
15532026-05-18T23:33:40.522Z Compiling num-iter v0.1.45
15542026-05-18T23:33:40.757Z Compiling terminal_size v0.4.3
15552026-05-18T23:33:40.912Z Compiling tokio-util v0.7.18
15562026-05-18T23:33:40.918Z Compiling tower v0.5.3
15572026-05-18T23:33:40.951Z Compiling tokio-native-tls v0.3.1
15582026-05-18T23:33:40.951Z Compiling phf_shared v0.13.1
15592026-05-18T23:33:41.035Z Compiling lazy_static v1.5.0
15602026-05-18T23:33:41.125Z Compiling vergen v9.0.6
15612026-05-18T23:33:41.142Z Compiling fs-err v3.3.0
15622026-05-18T23:33:41.192Z Compiling encoding_rs v0.8.35
15632026-05-18T23:33:41.225Z Compiling ahash v0.8.12
15642026-05-18T23:33:41.241Z Compiling managed v0.8.0
15652026-05-18T23:33:41.246Z Compiling mime v0.3.17
15662026-05-18T23:33:41.319Z Compiling bitflags v1.3.2
15672026-05-18T23:33:41.339Z Compiling tower-http v0.6.8
15682026-05-18T23:33:41.406Z Compiling bumpalo v3.20.2
15692026-05-18T23:33:41.438Z Compiling object v0.37.3
15702026-05-18T23:33:41.457Z Compiling newtype-uuid v1.3.2
15712026-05-18T23:33:41.484Z Compiling same-file v1.0.6
15722026-05-18T23:33:41.525Z Compiling winnow v0.5.40
15732026-05-18T23:33:41.654Z Compiling h2 v0.4.13
15742026-05-18T23:33:41.682Z Compiling libbz2-rs-sys v0.2.2
15752026-05-18T23:33:41.720Z Compiling foldhash v0.2.0
15762026-05-18T23:33:41.762Z Compiling foldhash v0.1.5
15772026-05-18T23:33:41.796Z Compiling flate2 v1.1.9
15782026-05-18T23:33:41.969Z Compiling hashbrown v0.15.5
15792026-05-18T23:33:41.987Z Compiling hashbrown v0.16.1
15802026-05-18T23:33:42.059Z Compiling daft v0.1.5
15812026-05-18T23:33:42.200Z Compiling bzip2 v0.6.1
15822026-05-18T23:33:42.233Z Compiling dof v0.3.0
15832026-05-18T23:33:42.315Z Compiling zopfli v0.8.3
15842026-05-18T23:33:42.357Z Compiling walkdir v2.5.0
15852026-05-18T23:33:42.394Z Compiling clap_builder v4.5.60
15862026-05-18T23:33:42.445Z Compiling snafu v0.8.9
15872026-05-18T23:33:42.449Z Compiling strum v0.27.2
15882026-05-18T23:33:42.589Z Compiling phf v0.13.1
15892026-05-18T23:33:42.646Z Compiling elliptic-curve v0.13.8
15902026-05-18T23:33:42.759Z Compiling signal-hook-mio v0.2.5
15912026-05-18T23:33:42.831Z Compiling toml_edit v0.19.15
15922026-05-18T23:33:42.839Z Compiling cargo_metadata v0.19.2
15932026-05-18T23:33:42.893Z Compiling cookie_store v0.22.1
15942026-05-18T23:33:42.978Z Compiling hubpack v0.1.2
15952026-05-18T23:33:42.994Z Compiling usdt-attr-macro v0.6.0
15962026-05-18T23:33:42.999Z Compiling usdt-macro v0.6.0
15972026-05-18T23:33:43.057Z Compiling bzip2 v0.4.4
15982026-05-18T23:33:43.216Z Compiling futures v0.3.32
15992026-05-18T23:33:43.292Z Compiling zstd v0.13.3
16002026-05-18T23:33:43.302Z Compiling serde_with_macros v3.17.0
16012026-05-18T23:33:43.332Z Compiling postgres-types v0.2.12
16022026-05-18T23:33:43.520Z Compiling dtrace-parser v0.2.0
16032026-05-18T23:33:43.574Z Compiling globset v0.4.18
16042026-05-18T23:33:43.586Z Compiling ed25519 v2.2.3
16052026-05-18T23:33:43.794Z Compiling pkcs1 v0.7.5
16062026-05-18T23:33:43.829Z Compiling olpc-cjson v0.1.4
16072026-05-18T23:33:43.897Z Compiling serde-big-array v0.5.1
16082026-05-18T23:33:44.029Z Compiling serde_plain v1.0.2
16092026-05-18T23:33:44.077Z Compiling rfc6979 v0.4.0
16102026-05-18T23:33:44.206Z Compiling strum_macros v0.26.4
16112026-05-18T23:33:44.229Z Compiling serde_repr v0.1.20
16122026-05-18T23:33:44.242Z Compiling clap_derive v4.5.55
16132026-05-18T23:33:44.263Z Compiling async-recursion v1.1.1
16142026-05-18T23:33:44.339Z Compiling enum-as-inner v0.6.1
16152026-05-18T23:33:44.355Z Compiling phf_shared v0.11.3
16162026-05-18T23:33:44.438Z Compiling float-cmp v0.10.0
16172026-05-18T23:33:44.512Z Compiling pem v3.0.6
16182026-05-18T23:33:44.552Z Compiling thread-id v4.2.2
16192026-05-18T23:33:44.600Z Compiling memmap2 v0.9.10
16202026-05-18T23:33:44.617Z Compiling env_filter v1.0.0
16212026-05-18T23:33:44.649Z Compiling typed-path v0.9.3
16222026-05-18T23:33:44.776Z Compiling hyper v1.8.1
16232026-05-18T23:33:44.838Z Compiling precomputed-hash v0.1.1
16242026-05-18T23:33:44.876Z Compiling static_assertions v1.1.0
16252026-05-18T23:33:44.885Z Compiling fixedbitset v0.5.7
16262026-05-18T23:33:44.942Z Compiling predicates-core v1.0.10
16272026-05-18T23:33:44.945Z Compiling rustc-hash v2.1.1
16282026-05-18T23:33:44.973Z Compiling jiff v0.2.21
16292026-05-18T23:33:44.988Z Compiling data-encoding v2.10.0
16302026-05-18T23:33:45.098Z Compiling new_debug_unreachable v1.0.6
16312026-05-18T23:33:45.144Z Compiling whoami v2.1.0
16322026-05-18T23:33:45.182Z Compiling difflib v0.4.0
16332026-05-18T23:33:45.210Z Compiling normalize-line-endings v0.3.0
16342026-05-18T23:33:45.322Z Compiling fixedbitset v0.4.2
16352026-05-18T23:33:45.457Z Compiling either v1.15.0
16362026-05-18T23:33:45.550Z Compiling keccak v0.1.6
16372026-05-18T23:33:45.556Z Compiling petgraph v0.6.5
16382026-05-18T23:33:45.567Z Compiling toml_edit v0.22.27
16392026-05-18T23:33:45.677Z Compiling itertools v0.13.0
16402026-05-18T23:33:45.699Z Compiling predicates v3.1.4
16412026-05-18T23:33:45.714Z Compiling sha3 v0.10.8
16422026-05-18T23:33:45.727Z Compiling tokio-postgres v0.7.16
16432026-05-18T23:33:45.774Z Compiling hickory-proto v0.25.2
16442026-05-18T23:33:45.915Z Compiling hyper-util v0.1.20
16452026-05-18T23:33:46.025Z Compiling strum v0.26.3
16462026-05-18T23:33:46.094Z Compiling clap v4.5.60
16472026-05-18T23:33:46.177Z Compiling string_cache v0.8.9
16482026-05-18T23:33:46.193Z Compiling petgraph v0.8.3
16492026-05-18T23:33:46.208Z Compiling iddqd v0.3.18
16502026-05-18T23:33:46.383Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16512026-05-18T23:33:46.386Z Compiling env_logger v0.11.9
16522026-05-18T23:33:46.424Z Compiling usdt v0.6.0
16532026-05-18T23:33:46.440Z Compiling usdt-impl v0.5.0
16542026-05-18T23:33:46.707Z Compiling serde_with v3.17.0
16552026-05-18T23:33:46.783Z Compiling crossterm v0.28.1
16562026-05-18T23:33:46.943Z Compiling toml v0.7.8
16572026-05-18T23:33:47.051Z Compiling ecdsa v0.16.9
16582026-05-18T23:33:47.093Z Compiling rsa v0.9.10
16592026-05-18T23:33:47.382Z Compiling hyper-tls v0.6.0
16602026-05-18T23:33:47.458Z Compiling ed25519-dalek v2.2.0
16612026-05-18T23:33:47.637Z Compiling zip v4.6.1
16622026-05-18T23:33:47.955Z Compiling zip v0.6.6
16632026-05-18T23:33:48.198Z Compiling toml_parser v1.0.9+spec-1.1.0
16642026-05-18T23:33:48.371Z Compiling tokio-stream v0.1.18
16652026-05-18T23:33:48.413Z Compiling buf-list v1.1.2
16662026-05-18T23:33:48.413Z Compiling similar v2.7.0
16672026-05-18T23:33:48.443Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16682026-05-18T23:33:48.483Z Compiling openapiv3 v2.2.0
16692026-05-18T23:33:48.600Z Compiling x509-cert v0.2.5
16702026-05-18T23:33:48.651Z Compiling sha1 v0.10.6
16712026-05-18T23:33:48.688Z Compiling crossbeam-epoch v0.9.18
16722026-05-18T23:33:48.755Z Compiling toml_datetime v0.7.5+spec-1.1.0
16732026-05-18T23:33:48.855Z Compiling lalrpop-util v0.19.12
16742026-05-18T23:33:48.913Z Compiling peg-runtime v0.8.5
16752026-05-18T23:33:48.913Z Compiling thread_local v1.1.9
16762026-05-18T23:33:49.039Z Compiling slog-async v2.8.0
16772026-05-18T23:33:49.072Z Compiling crossbeam-channel v0.5.15
16782026-05-18T23:33:49.209Z Compiling filetime v0.2.27
16792026-05-18T23:33:49.209Z Compiling is-terminal v0.4.17
16802026-05-18T23:33:49.245Z Compiling term v1.2.1
16812026-05-18T23:33:49.245Z Compiling take_mut v0.2.2
16822026-05-18T23:33:49.245Z Compiling xattr v1.6.1
16832026-05-18T23:33:49.391Z Compiling tar v0.4.45
16842026-05-18T23:33:49.561Z Compiling slog-term v2.9.2
16852026-05-18T23:34:06.989Z Compiling rustls-webpki v0.103.9
16862026-05-18T23:34:09.777Z Compiling tokio-rustls v0.26.4
16872026-05-18T23:34:09.777Z Compiling rustls-platform-verifier v0.6.2
16882026-05-18T23:34:09.992Z Compiling hyper-rustls v0.27.7
16892026-05-18T23:34:10.178Z Compiling reqwest v0.12.28
16902026-05-18T23:34:10.178Z Compiling reqwest v0.13.2
16912026-05-18T23:34:11.479Z Compiling tough v0.22.0
16922026-05-18T23:34:13.884Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16932026-05-18T23:34:14.117Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16942026-05-18T23:34:16.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.11s
16952026-05-18T23:34:17.084Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16962026-05-18T23:34:17.126ZMay 18 23:34:16.310 INFO Starting download, target: Cockroach
16972026-05-18T23:34:17.126ZMay 18 23:34:16.311 INFO Starting download, target: Console
16982026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Starting download, target: DendriteStub
16992026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Starting download, target: Clickhouse
17002026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Starting download, target: MaghemiteMgd
17012026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Starting download, target: TransceiverControl
17022026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17032026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17042026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17052026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17062026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17072026-05-18T23:34:17.134ZMay 18 23:34:16.311 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17082026-05-18T23:34:18.130ZMay 18 23:34:17.307 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17092026-05-18T23:34:18.194ZMay 18 23:34:17.368 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-18T23:34:18.336ZMay 18 23:34:17.521 INFO Download complete, target: TransceiverControl
17112026-05-18T23:34:18.426ZMay 18 23:34:17.608 INFO Download complete, target: Console
17122026-05-18T23:34:19.026ZMay 18 23:34:18.210 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17132026-05-18T23:34:19.204ZMay 18 23:34:18.388 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17142026-05-18T23:34:19.345ZMay 18 23:34:18.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17152026-05-18T23:34:19.645ZMay 18 23:34:18.831 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17162026-05-18T23:34:19.645ZMay 18 23:34:18.831 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17172026-05-18T23:34:21.694ZMay 18 23:34:20.884 INFO Download complete, target: MaghemiteMgd
17182026-05-18T23:34:21.825ZMay 18 23:34:21.014 INFO Download complete, target: DendriteStub
17192026-05-18T23:34:24.360ZMay 18 23:34:23.547 INFO Checking that binary works, target: Cockroach
17202026-05-18T23:34:24.486ZMay 18 23:34:23.676 INFO Download complete, target: Cockroach
17212026-05-18T23:34:25.831ZMay 18 23:34:25.021 INFO Checking that binary works, target: Clickhouse
17222026-05-18T23:34:25.921ZMay 18 23:34:25.111 INFO Download complete, target: Clickhouse
17232026-05-18T23:34:25.927ZAll prerequisites installed successfully
17242026-05-18T23:34:25.930Z
17252026-05-18T23:34:25.930Zreal 2:00.112721010
17262026-05-18T23:34:25.930Zuser 6:55.294005638
17272026-05-18T23:34:25.930Zsys 1:40.782521790
17282026-05-18T23:34:25.930Ztrap 0.256583806
17292026-05-18T23:34:25.930Ztflt 1.955603847
17302026-05-18T23:34:25.930Zdflt 2.210647726
17312026-05-18T23:34:25.930Zkflt 0.049749123
17322026-05-18T23:34:25.930Zlock 22:46.992426837
17332026-05-18T23:34:25.930Zslp 19:02.715845229
17342026-05-18T23:34:25.930Zlat 23.833326444
17352026-05-18T23:34:25.930Zstop 2:51.240770867
17362026-05-18T23:34:25.930Z+ ptime -m cargo xtask download softnpu
17372026-05-18T23:34:26.472Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
17382026-05-18T23:34:26.502Z Running `target/debug/xtask download softnpu`
17392026-05-18T23:34:27.269Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17402026-05-18T23:34:27.336Z Running `target/debug/xtask-downloader softnpu`
17412026-05-18T23:34:27.378ZMay 18 23:34:26.567 INFO Starting download, target: Softnpu
17422026-05-18T23:34:27.380ZMay 18 23:34:26.568 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17432026-05-18T23:34:27.853ZMay 18 23:34:27.043 INFO Download complete, target: Softnpu
17442026-05-18T23:34:27.856Z
17452026-05-18T23:34:27.859Zreal 1.922734976
17462026-05-18T23:34:27.859Zuser 1.354928389
17472026-05-18T23:34:27.859Zsys 0.662726140
17482026-05-18T23:34:27.859Ztrap 0.000583722
17492026-05-18T23:34:27.859Ztflt 0.000137422
17502026-05-18T23:34:27.859Zdflt 0.000089044
17512026-05-18T23:34:27.859Zkflt 0.000000000
17522026-05-18T23:34:27.859Zlock 8.445585773
17532026-05-18T23:34:27.859Zslp 0.334680254
17542026-05-18T23:34:27.859Zlat 0.081292280
17552026-05-18T23:34:27.859Zstop 0.000166970
17562026-05-18T23:34:27.859Z+ export CARGO_INCREMENTAL=0
17572026-05-18T23:34:27.859Z+ CARGO_INCREMENTAL=0
17582026-05-18T23:34:27.859Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17592026-05-18T23:34:28.763Z Compiling proc-macro2 v1.0.106
17602026-05-18T23:34:28.763Z Compiling quote v1.0.45
17612026-05-18T23:34:28.763Z Compiling unicode-ident v1.0.24
17622026-05-18T23:34:28.767Z Compiling libc v0.2.185
17632026-05-18T23:34:28.767Z Compiling serde_core v1.0.228
17642026-05-18T23:34:28.767Z Compiling serde v1.0.228
17652026-05-18T23:34:28.767Z Compiling cfg-if v1.0.4
17662026-05-18T23:34:28.909Z Compiling version_check v0.9.5
17672026-05-18T23:34:28.921Z Compiling shlex v1.3.0
17682026-05-18T23:34:28.935Z Compiling find-msvc-tools v0.1.9
17692026-05-18T23:34:28.938Z Compiling typenum v1.19.0
17702026-05-18T23:34:28.938Z Compiling zmij v1.0.21
17712026-05-18T23:34:28.938Z Compiling autocfg v1.5.0
17722026-05-18T23:34:28.938Z Compiling serde_json v1.0.149
17732026-05-18T23:34:28.938Z Compiling memchr v2.8.0
17742026-05-18T23:34:29.189Z Compiling portable-atomic v1.13.1
17752026-05-18T23:34:29.244Z Compiling libm v0.2.16
17762026-05-18T23:34:29.278Z Compiling zerocopy v0.8.40
17772026-05-18T23:34:29.310Z Compiling smallvec v1.15.1
17782026-05-18T23:34:29.313Z Compiling parking_lot_core v0.9.12
17792026-05-18T23:34:29.348Z Compiling icu_normalizer_data v2.1.1
17802026-05-18T23:34:29.351Z Compiling icu_properties_data v2.1.2
17812026-05-18T23:34:29.409Z Compiling generic-array v0.14.7
17822026-05-18T23:34:29.483Z Compiling num-traits v0.2.19
17832026-05-18T23:34:29.499Z Compiling itoa v1.0.17
17842026-05-18T23:34:29.613Z Compiling getrandom v0.4.1
17852026-05-18T23:34:29.618Z Compiling log v0.4.29
17862026-05-18T23:34:29.658Z Compiling stable_deref_trait v1.2.1
17872026-05-18T23:34:29.668Z Compiling pkg-config v0.3.32
17882026-05-18T23:34:29.716Z Compiling subtle v2.6.1
17892026-05-18T23:34:29.869Z Compiling scopeguard v1.2.0
17902026-05-18T23:34:29.920Z Compiling percent-encoding v2.3.2
17912026-05-18T23:34:29.933Z Compiling writeable v0.6.2
17922026-05-18T23:34:29.949Z Compiling litemap v0.8.1
17932026-05-18T23:34:30.041Z Compiling jobserver v0.1.34
17942026-05-18T23:34:30.081Z Compiling getrandom v0.2.17
17952026-05-18T23:34:30.106Z Compiling lock_api v0.4.14
17962026-05-18T23:34:30.179Z Compiling errno v0.3.14
17972026-05-18T23:34:30.245Z Compiling cc v1.2.56
17982026-05-18T23:34:30.284Z Compiling rand_core v0.6.4
17992026-05-18T23:34:30.322Z Compiling syn v2.0.117
18002026-05-18T23:34:30.368Z Compiling pin-project-lite v0.2.17
18012026-05-18T23:34:30.392Z Compiling fnv v1.0.7
18022026-05-18T23:34:30.433Z Compiling thiserror v2.0.18
18032026-05-18T23:34:30.510Z Compiling getrandom v0.3.4
18042026-05-18T23:34:30.541Z Compiling fs_extra v1.3.0
18052026-05-18T23:34:30.553Z Compiling dunce v1.0.5
18062026-05-18T23:34:30.581Z Compiling equivalent v1.0.2
18072026-05-18T23:34:30.598Z Compiling schemars v0.8.22
18082026-05-18T23:34:30.611Z Compiling rustversion v1.0.22
18092026-05-18T23:34:30.666Z Compiling rand_core v0.10.0
18102026-05-18T23:34:30.680Z Compiling utf8_iter v1.0.4
18112026-05-18T23:34:30.788Z Compiling form_urlencoded v1.2.2
18122026-05-18T23:34:30.844Z Compiling critical-section v1.2.0
18132026-05-18T23:34:30.848Z Compiling signal-hook-registry v1.4.8
18142026-05-18T23:34:30.976Z Compiling cmake v0.1.57
18152026-05-18T23:34:30.987Z Compiling rustix v1.1.3
18162026-05-18T23:34:30.991Z Compiling hashbrown v0.17.0
18172026-05-18T23:34:31.082Z Compiling socket2 v0.6.3
18182026-05-18T23:34:31.329Z Compiling bitflags v2.11.0
18192026-05-18T23:34:31.344Z Compiling semver v1.0.28
18202026-05-18T23:34:31.372Z Compiling once_cell v1.21.3
18212026-05-18T23:34:31.385Z Compiling parking_lot v0.12.5
18222026-05-18T23:34:31.403Z Compiling mio v1.2.0
18232026-05-18T23:34:31.463Z Compiling const-oid v0.9.6
18242026-05-18T23:34:31.558Z Compiling indexmap v2.14.0
18252026-05-18T23:34:31.599Z Compiling ring v0.17.14
18262026-05-18T23:34:31.606Z Compiling aws-lc-sys v0.40.0
18272026-05-18T23:34:31.699Z Compiling aws-lc-rs v1.16.3
18282026-05-18T23:34:31.709Z Compiling futures-core v0.3.32
18292026-05-18T23:34:31.724Z Compiling httparse v1.10.1
18302026-05-18T23:34:31.928Z Compiling vcpkg v0.2.15
18312026-05-18T23:34:31.959Z Compiling strsim v0.11.1
18322026-05-18T23:34:31.959Z Compiling thiserror v1.0.69
18332026-05-18T23:34:32.125Z Compiling ucd-trie v0.1.7
18342026-05-18T23:34:32.218Z Compiling byteorder v1.5.0
18352026-05-18T23:34:32.218Z Compiling iana-time-zone v0.1.65
18362026-05-18T23:34:32.283Z Compiling pest v2.8.6
18372026-05-18T23:34:32.343Z Compiling ident_case v1.0.1
18382026-05-18T23:34:32.343Z Compiling regex-syntax v0.8.10
18392026-05-18T23:34:32.416Z Compiling syn v1.0.109
18402026-05-18T23:34:32.416Z Compiling heck v0.5.0
18412026-05-18T23:34:32.416Z Compiling uuid v1.23.0
18422026-05-18T23:34:32.487Z Compiling rustls v0.23.37
18432026-05-18T23:34:32.487Z Compiling cpufeatures v0.2.17
18442026-05-18T23:34:32.534Z Compiling openssl-sys v0.9.115
18452026-05-18T23:34:32.657Z Compiling futures-sink v0.3.32
18462026-05-18T23:34:32.684Z Compiling rustc_version v0.4.1
18472026-05-18T23:34:32.744Z Compiling futures-channel v0.3.32
18482026-05-18T23:34:32.795Z Compiling slab v0.4.12
18492026-05-18T23:34:32.820Z Compiling futures-task v0.3.32
18502026-05-18T23:34:32.991Z Compiling futures-io v0.3.32
18512026-05-18T23:34:33.052Z Compiling aho-corasick v1.1.4
18522026-05-18T23:34:33.052Z Compiling dyn-clone v1.0.20
18532026-05-18T23:34:33.121Z Compiling synstructure v0.13.2
18542026-05-18T23:34:33.173Z Compiling serde_derive_internals v0.29.1
18552026-05-18T23:34:33.355Z Compiling pest_meta v2.8.6
18562026-05-18T23:34:33.380Z Compiling openssl v0.10.79
18572026-05-18T23:34:33.412Z Compiling crc32fast v1.5.0
18582026-05-18T23:34:33.461Z Compiling base64 v0.22.1
18592026-05-18T23:34:33.497Z Compiling plain v0.2.3
18602026-05-18T23:34:33.682Z Compiling crossbeam-utils v0.8.21
18612026-05-18T23:34:33.708Z Compiling time-core v0.1.8
18622026-05-18T23:34:33.737Z Compiling num-conv v0.2.0
18632026-05-18T23:34:33.807Z Compiling pretty-hex v0.4.1
18642026-05-18T23:34:33.851Z Compiling native-tls v0.2.18
18652026-05-18T23:34:33.851Z Compiling time-macros v0.2.27
18662026-05-18T23:34:33.934Z Compiling regex-automata v0.4.14
18672026-05-18T23:34:34.024Z Compiling pest_generator v2.8.6
18682026-05-18T23:34:34.056Z Compiling anyhow v1.0.102
18692026-05-18T23:34:34.056Z Compiling base64ct v1.8.3
18702026-05-18T23:34:34.056Z Compiling darling_core v0.21.3
18712026-05-18T23:34:34.125Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18722026-05-18T23:34:34.243Z Compiling tracing-core v0.1.36
18732026-05-18T23:34:34.307Z Compiling pem-rfc7468 v0.7.0
18742026-05-18T23:34:34.361Z Compiling serde_derive v1.0.228
18752026-05-18T23:34:34.434Z Compiling zeroize_derive v1.4.3
18762026-05-18T23:34:34.457Z Compiling zerofrom-derive v0.1.6
18772026-05-18T23:34:34.497Z Compiling yoke-derive v0.8.1
18782026-05-18T23:34:34.529Z Compiling zerovec-derive v0.11.2
18792026-05-18T23:34:34.584Z Compiling displaydoc v0.2.5
18802026-05-18T23:34:34.613Z Compiling zerocopy-derive v0.8.40
18812026-05-18T23:34:34.636Z Compiling tokio-macros v2.7.0
18822026-05-18T23:34:34.860Z Compiling futures-macro v0.3.32
18832026-05-18T23:34:35.052Z Compiling zeroize v1.8.2
18842026-05-18T23:34:35.319Z Compiling thiserror-impl v2.0.18
18852026-05-18T23:34:35.335Z Compiling schemars_derive v0.8.22
18862026-05-18T23:34:35.486Z Compiling tracing-attributes v0.1.31
18872026-05-18T23:34:35.582Z Compiling der_derive v0.7.3
18882026-05-18T23:34:35.634Z Compiling zerofrom v0.1.6
18892026-05-18T23:34:35.776Z Compiling yoke v0.8.1
18902026-05-18T23:34:35.880Z Compiling crypto-common v0.1.7
18912026-05-18T23:34:35.970Z Compiling zerovec v0.11.5
18922026-05-18T23:34:35.984Z Compiling zerotrie v0.2.3
18932026-05-18T23:34:36.172Z Compiling block-buffer v0.10.4
18942026-05-18T23:34:36.337Z Compiling digest v0.10.7
18952026-05-18T23:34:36.450Z Compiling thiserror-impl v1.0.69
18962026-05-18T23:34:36.490Z Compiling tinystr v0.8.2
18972026-05-18T23:34:36.535Z Compiling potential_utf v0.1.4
18982026-05-18T23:34:36.574Z Compiling pest_derive v2.8.6
18992026-05-18T23:34:36.626Z Compiling futures-util v0.3.32
19002026-05-18T23:34:36.626Z Compiling hmac v0.12.1
19012026-05-18T23:34:36.645Z Compiling icu_collections v2.1.1
19022026-05-18T23:34:36.695Z Compiling icu_locale_core v2.1.1
19032026-05-18T23:34:36.931Z Compiling block-padding v0.3.3
19042026-05-18T23:34:36.991Z Compiling rustls-pki-types v1.14.0
19052026-05-18T23:34:37.362Z Compiling inout v0.1.4
19062026-05-18T23:34:37.382Z Compiling openssl-macros v0.1.1
19072026-05-18T23:34:37.400Z Compiling sha2 v0.10.9
19082026-05-18T23:34:37.525Z Compiling bytes v1.11.1
19092026-05-18T23:34:37.541Z Compiling icu_provider v2.1.1
19102026-05-18T23:34:37.619Z Compiling chrono v0.4.44
19112026-05-18T23:34:37.752Z Compiling serde_tokenstream v0.2.3
19122026-05-18T23:34:37.777Z Compiling cipher v0.4.4
19132026-05-18T23:34:37.830Z Compiling icu_normalizer v2.1.1
19142026-05-18T23:34:37.957Z Compiling icu_properties v2.1.2
19152026-05-18T23:34:38.058Z Compiling tokio v1.52.1
19162026-05-18T23:34:38.484Z Compiling scroll_derive v0.12.1
19172026-05-18T23:34:38.608Z Compiling scroll_derive v0.13.1
19182026-05-18T23:34:39.016Z Compiling idna_adapter v1.2.1
19192026-05-18T23:34:39.086Z Compiling ppv-lite86 v0.2.21
19202026-05-18T23:34:39.179Z Compiling idna v1.1.0
19212026-05-18T23:34:39.230Z Compiling http v1.4.0
19222026-05-18T23:34:39.233Z Compiling flagset v0.4.7
19232026-05-18T23:34:39.404Z Compiling untrusted v0.9.0
19242026-05-18T23:34:39.420Z Compiling der v0.7.10
19252026-05-18T23:34:39.454Z Compiling tracing v0.1.44
19262026-05-18T23:34:39.506Z Compiling url v2.5.8
19272026-05-18T23:34:39.606Z Compiling darling_macro v0.21.3
19282026-05-18T23:34:39.702Z Compiling regex v1.12.3
19292026-05-18T23:34:39.737Z Compiling zerocopy-derive v0.7.35
19302026-05-18T23:34:39.899Z Compiling rand_core v0.9.5
19312026-05-18T23:34:40.120Z Compiling slog v2.8.2
19322026-05-18T23:34:40.523Z Compiling spki v0.7.3
19332026-05-18T23:34:40.557Z Compiling darling v0.21.3
19342026-05-18T23:34:40.573Z Compiling salsa20 v0.10.2
19352026-05-18T23:34:40.655Z Compiling pbkdf2 v0.12.2
19362026-05-18T23:34:41.139Z Compiling cookie v0.18.1
19372026-05-18T23:34:41.263Z Compiling camino v1.2.2
19382026-05-18T23:34:41.473Z Compiling scrypt v0.11.0
19392026-05-18T23:34:41.505Z Compiling http-body v1.0.1
19402026-05-18T23:34:41.538Z Compiling rand_chacha v0.9.0
19412026-05-18T23:34:41.698Z Compiling aes v0.8.4
19422026-05-18T23:34:41.722Z Compiling cbc v0.1.2
19432026-05-18T23:34:41.816Z Compiling usdt-impl v0.5.0
19442026-05-18T23:34:41.874Z Compiling atomic-waker v1.1.2
19452026-05-18T23:34:41.918Z Compiling winnow v0.7.14
19462026-05-18T23:34:41.974Z Compiling tokio-util v0.7.18
19472026-05-18T23:34:41.990Z Compiling paste v1.0.15
19482026-05-18T23:34:42.012Z Compiling usdt-impl v0.6.0
19492026-05-18T23:34:42.028Z Compiling openssl-probe v0.2.1
19502026-05-18T23:34:42.044Z Compiling ref-cast v1.0.25
19512026-05-18T23:34:42.152Z Compiling tinyvec_macros v0.1.1
19522026-05-18T23:34:42.210Z Compiling unicode-segmentation v1.12.0
19532026-05-18T23:34:42.244Z Compiling untrusted v0.7.1
19542026-05-18T23:34:42.270Z Compiling either v1.15.0
19552026-05-18T23:34:42.372Z Compiling tinyvec v1.10.0
19562026-05-18T23:34:42.394Z Compiling pkcs5 v0.7.1
19572026-05-18T23:34:42.612Z Compiling rand v0.9.2
19582026-05-18T23:34:42.929Z Compiling scroll v0.13.0
19592026-05-18T23:34:43.081Z Compiling scroll v0.12.0
19602026-05-18T23:34:43.122Z Compiling toml_datetime v0.6.11
19612026-05-18T23:34:43.206Z Compiling serde_spanned v0.6.9
19622026-05-18T23:34:43.223Z Compiling async-trait v0.1.89
19632026-05-18T23:34:43.246Z Compiling heapless v0.7.17
19642026-05-18T23:34:43.355Z Compiling bzip2-sys v0.1.13+1.0.8
19652026-05-18T23:34:43.386Z Compiling zstd-safe v7.2.4
19662026-05-18T23:34:43.417Z Compiling signal-hook v0.3.18
19672026-05-18T23:34:43.514Z Compiling tower-service v0.3.3
19682026-05-18T23:34:43.525Z Compiling tower-layer v0.3.3
19692026-05-18T23:34:43.621Z Compiling fastrand v2.3.0
19702026-05-18T23:34:43.691Z Compiling try-lock v0.2.5
19712026-05-18T23:34:43.807Z Compiling want v0.3.1
19722026-05-18T23:34:43.807Z Compiling h2 v0.4.13
19732026-05-18T23:34:43.894Z Compiling goblin v0.8.2
19742026-05-18T23:34:44.004Z Compiling toml_parser v1.0.9+spec-1.1.0
19752026-05-18T23:34:44.021Z Compiling goblin v0.10.5
19762026-05-18T23:34:44.150Z Compiling pkcs8 v0.10.2
19772026-05-18T23:34:44.185Z Compiling heck v0.4.1
19782026-05-18T23:34:44.408Z Compiling zerocopy v0.7.35
19792026-05-18T23:34:44.421Z Compiling ipnet v2.11.0
19802026-05-18T23:34:44.584Z Compiling ref-cast-impl v1.0.25
19812026-05-18T23:34:44.670Z Compiling darling_core v0.20.11
19822026-05-18T23:34:44.871Z Compiling curve25519-dalek v4.1.3
19832026-05-18T23:34:44.969Z Compiling toml_datetime v0.7.5+spec-1.1.0
19842026-05-18T23:34:45.141Z Compiling memoffset v0.9.1
19852026-05-18T23:34:45.159Z Compiling pin-utils v0.1.0
19862026-05-18T23:34:45.248Z Compiling httpdate v1.0.3
19872026-05-18T23:34:45.360Z Compiling rustix v0.38.44
19882026-05-18T23:34:45.421Z Compiling foreign-types-shared v0.1.1
19892026-05-18T23:34:45.694Z Compiling litrs v1.0.0
19902026-05-18T23:34:45.718Z Compiling winnow v0.5.40
19912026-05-18T23:34:45.800Z Compiling tempfile v3.25.0
19922026-05-18T23:34:45.824Z Compiling foreign-types v0.3.2
19932026-05-18T23:34:46.145Z Compiling dof v0.3.0
19942026-05-18T23:34:46.161Z Compiling document-features v0.2.12
19952026-05-18T23:34:46.550Z Compiling unicode-normalization v0.1.25
19962026-05-18T23:34:46.640Z Compiling darling_macro v0.20.11
19972026-05-18T23:34:46.700Z Compiling dtrace-parser v0.2.0
19982026-05-18T23:34:46.741Z Compiling dof v0.4.0
19992026-05-18T23:34:46.788Z Compiling hyper v1.8.1
20002026-05-18T23:34:47.019Z Compiling toml_edit v0.19.15
20012026-05-18T23:34:47.053Z Compiling dtrace-parser v0.3.0
20022026-05-18T23:34:47.139Z Compiling pin-project-internal v1.1.11
20032026-05-18T23:34:47.204Z Compiling daft-derive v0.1.5
20042026-05-18T23:34:47.306Z Compiling spin v0.9.8
20052026-05-18T23:34:47.323Z Compiling thread-id v5.1.0
20062026-05-18T23:34:47.352Z Compiling thread-id v4.2.2
20072026-05-18T23:34:47.419Z Compiling cfg_aliases v0.2.1
20082026-05-18T23:34:47.453Z Compiling smoltcp v0.9.1
20092026-05-18T23:34:47.518Z Compiling num-bigint-dig v0.8.6
20102026-05-18T23:34:47.536Z Compiling powerfmt v0.2.0
20112026-05-18T23:34:47.724Z Compiling deranged v0.5.8
20122026-05-18T23:34:47.788Z Compiling nix v0.31.2
20132026-05-18T23:34:47.897Z Compiling hyper-util v0.1.20
20142026-05-18T23:34:48.169Z Compiling darling v0.20.11
20152026-05-18T23:34:48.333Z Compiling rustls-native-certs v0.8.3
20162026-05-18T23:34:48.377Z Compiling ipnetwork v0.21.1
20172026-05-18T23:34:48.753Z Compiling strum_macros v0.26.4
20182026-05-18T23:34:48.769Z Compiling curve25519-dalek-derive v0.1.1
20192026-05-18T23:34:48.979Z Compiling sync_wrapper v1.0.2
20202026-05-18T23:34:49.103Z Compiling wait-timeout v0.2.1
20212026-05-18T23:34:49.347Z Compiling siphasher v1.0.2
20222026-05-18T23:34:49.423Z Compiling bit-vec v0.8.0
20232026-05-18T23:34:49.562Z Compiling anstyle v1.0.13
20242026-05-18T23:34:49.579Z Compiling quick-error v1.2.3
20252026-05-18T23:34:49.618Z Compiling utf8parse v0.2.2
20262026-05-18T23:34:49.682Z Compiling num_threads v0.1.7
20272026-05-18T23:34:49.793Z Compiling simd-adler32 v0.3.8
20282026-05-18T23:34:49.809Z Compiling anstyle-parse v0.2.7
20292026-05-18T23:34:49.883Z Compiling time v0.3.47
20302026-05-18T23:34:49.919Z Compiling rusty-fork v0.3.1
20312026-05-18T23:34:50.005Z Compiling bit-set v0.8.0
20322026-05-18T23:34:50.057Z Compiling tower v0.5.3
20332026-05-18T23:34:50.450Z Compiling derive_builder_core v0.20.2
20342026-05-18T23:34:50.495Z Compiling snafu-derive v0.8.9
20352026-05-18T23:34:50.554Z Compiling http-body-util v0.1.3
20362026-05-18T23:34:50.871Z Compiling webpki-roots v1.0.6
20372026-05-18T23:34:50.903Z Compiling rand_xorshift v0.4.0
20382026-05-18T23:34:50.998Z Compiling signature v2.2.0
20392026-05-18T23:34:50.999Z Compiling hubpack_derive v0.1.1
20402026-05-18T23:34:51.036Z Compiling strum_macros v0.27.2
20412026-05-18T23:34:51.257Z Compiling fs-err v3.3.0
20422026-05-18T23:34:51.344Z Compiling ahash v0.8.12
20432026-05-18T23:34:51.427Z Compiling object v0.37.3
20442026-05-18T23:34:51.493Z Compiling unarray v0.1.4
20452026-05-18T23:34:51.520Z Compiling anstyle-query v1.1.5
20462026-05-18T23:34:51.572Z Compiling is_terminal_polyfill v1.70.2
20472026-05-18T23:34:51.611Z Compiling ryu v1.0.23
20482026-05-18T23:34:51.633Z Compiling allocator-api2 v0.2.21
20492026-05-18T23:34:51.633Z Compiling colorchoice v1.0.4
20502026-05-18T23:34:51.703Z Compiling unicode-properties v0.1.4
20512026-05-18T23:34:51.748Z Compiling adler2 v2.0.1
20522026-05-18T23:34:51.824Z Compiling iri-string v0.7.10
20532026-05-18T23:34:51.873Z Compiling unicode-bidi v0.3.18
20542026-05-18T23:34:51.892Z Compiling miniz_oxide v0.8.9
20552026-05-18T23:34:51.939Z Compiling serde_urlencoded v0.7.1
20562026-05-18T23:34:52.076Z Compiling anstream v0.6.21
20572026-05-18T23:34:52.161Z Compiling proptest v1.10.0
20582026-05-18T23:34:52.223Z Compiling stringprep v0.1.5
20592026-05-18T23:34:52.366Z Compiling derive_builder_macro v0.20.2
20602026-05-18T23:34:52.430Z Compiling tokio-native-tls v0.3.1
20612026-05-18T23:34:52.601Z Compiling usdt-attr-macro v0.6.0
20622026-05-18T23:34:52.623Z Compiling usdt-macro v0.6.0
20632026-05-18T23:34:52.936Z Compiling tower-http v0.6.8
20642026-05-18T23:34:53.054Z Compiling rand_chacha v0.3.1
20652026-05-18T23:34:53.126Z Compiling erased-serde v0.3.31
20662026-05-18T23:34:53.167Z Compiling md-5 v0.10.6
20672026-05-18T23:34:53.183Z Compiling bstr v1.12.1
20682026-05-18T23:34:53.355Z Compiling num-integer v0.1.46
20692026-05-18T23:34:53.372Z Compiling hash32 v0.2.1
20702026-05-18T23:34:53.390Z Compiling vergen-lib v0.1.6
20712026-05-18T23:34:53.432Z Compiling ff v0.13.1
20722026-05-18T23:34:53.541Z Compiling zlib-rs v0.6.2
20732026-05-18T23:34:53.580Z Compiling psl-types v2.0.11
20742026-05-18T23:34:53.598Z Compiling fallible-iterator v0.2.0
20752026-05-18T23:34:53.684Z Compiling base16ct v0.2.0
20762026-05-18T23:34:53.718Z Compiling publicsuffix v2.3.0
20772026-05-18T23:34:53.770Z Compiling num-iter v0.1.45
20782026-05-18T23:34:53.812Z Compiling sec1 v0.7.3
20792026-05-18T23:34:53.861Z Compiling group v0.13.0
20802026-05-18T23:34:53.902Z Compiling postgres-protocol v0.6.10
20812026-05-18T23:34:53.944Z Compiling rand v0.8.6
20822026-05-18T23:34:54.082Z Compiling oxnet v0.1.4
20832026-05-18T23:34:54.358Z Compiling newtype-uuid v1.3.2
20842026-05-18T23:34:54.482Z Compiling derive_builder v0.20.2
20852026-05-18T23:34:54.588Z Compiling hyper-tls v0.6.0
20862026-05-18T23:34:54.637Z Compiling phf_shared v0.13.1
20872026-05-18T23:34:54.677Z Compiling pin-project v1.1.11
20882026-05-18T23:34:54.793Z Compiling lazy_static v1.5.0
20892026-05-18T23:34:54.903Z Compiling terminal_size v0.4.3
20902026-05-18T23:34:54.931Z Compiling serde_with_macros v3.17.0
20912026-05-18T23:34:54.947Z Compiling futures-executor v0.3.32
20922026-05-18T23:34:54.951Z Compiling hex v0.4.3
20932026-05-18T23:34:54.975Z Compiling cargo-platform v0.1.9
20942026-05-18T23:34:55.232Z Compiling hkdf v0.12.4
20952026-05-18T23:34:55.246Z Compiling crypto-bigint v0.5.5
20962026-05-18T23:34:55.294Z Compiling clap_derive v4.5.55
20972026-05-18T23:34:55.391Z Compiling serde_repr v0.1.20
20982026-05-18T23:34:55.487Z Compiling enum-as-inner v0.6.1
20992026-05-18T23:34:55.525Z Compiling async-recursion v1.1.1
21002026-05-18T23:34:55.606Z Compiling vergen v9.0.6
21012026-05-18T23:34:55.814Z Compiling flate2 v1.1.9
21022026-05-18T23:34:55.921Z Compiling encoding_rs v0.8.35
21032026-05-18T23:34:56.028Z Compiling same-file v1.0.6
21042026-05-18T23:34:56.080Z Compiling managed v0.8.0
21052026-05-18T23:34:56.197Z Compiling foldhash v0.2.0
21062026-05-18T23:34:56.214Z Compiling bumpalo v3.20.2
21072026-05-18T23:34:56.329Z Compiling mime v0.3.17
21082026-05-18T23:34:56.358Z Compiling libbz2-rs-sys v0.2.2
21092026-05-18T23:34:56.376Z Compiling foldhash v0.1.5
21102026-05-18T23:34:56.424Z Compiling clap_lex v1.0.0
21112026-05-18T23:34:56.469Z Compiling bitflags v1.3.2
21122026-05-18T23:34:56.498Z Compiling zopfli v0.8.3
21132026-05-18T23:34:56.585Z Compiling clap_builder v4.5.60
21142026-05-18T23:34:56.588Z Compiling hashbrown v0.15.5
21152026-05-18T23:34:56.855Z Compiling bzip2 v0.6.1
21162026-05-18T23:34:56.928Z Compiling hashbrown v0.16.1
21172026-05-18T23:34:57.057Z Compiling walkdir v2.5.0
21182026-05-18T23:34:57.075Z Compiling elliptic-curve v0.13.8
21192026-05-18T23:34:57.195Z Compiling zstd v0.13.3
21202026-05-18T23:34:57.223Z Compiling cargo_metadata v0.19.2
21212026-05-18T23:34:57.331Z Compiling futures v0.3.32
21222026-05-18T23:34:57.506Z Compiling phf v0.13.1
21232026-05-18T23:34:57.544Z Compiling snafu v0.8.9
21242026-05-18T23:34:57.643Z Compiling signal-hook-mio v0.2.5
21252026-05-18T23:34:57.771Z Compiling daft v0.1.5
21262026-05-18T23:34:57.786Z Compiling cookie_store v0.22.1
21272026-05-18T23:34:57.895Z Compiling postgres-types v0.2.12
21282026-05-18T23:34:57.996Z Compiling bzip2 v0.4.4
21292026-05-18T23:34:58.060Z Compiling globset v0.4.18
21302026-05-18T23:34:58.368Z Compiling strum v0.27.2
21312026-05-18T23:34:58.512Z Compiling hubpack v0.1.2
21322026-05-18T23:34:58.516Z Compiling ed25519 v2.2.3
21332026-05-18T23:34:58.530Z Compiling phf_shared v0.11.3
21342026-05-18T23:34:58.614Z Compiling crossbeam-epoch v0.9.18
21352026-05-18T23:34:58.676Z Compiling olpc-cjson v0.1.4
21362026-05-18T23:34:58.788Z Compiling pkcs1 v0.7.5
21372026-05-18T23:34:58.802Z Compiling pem v3.0.6
21382026-05-18T23:34:58.853Z Compiling serde-big-array v0.5.1
21392026-05-18T23:34:58.951Z Compiling serde_plain v1.0.2
21402026-05-18T23:34:58.968Z Compiling rfc6979 v0.4.0
21412026-05-18T23:34:59.019Z Compiling float-cmp v0.10.0
21422026-05-18T23:34:59.044Z Compiling memmap2 v0.9.10
21432026-05-18T23:34:59.111Z Compiling env_filter v1.0.0
21442026-05-18T23:34:59.145Z Compiling keccak v0.1.6
21452026-05-18T23:34:59.173Z Compiling fixedbitset v0.4.2
21462026-05-18T23:34:59.176Z Compiling predicates-core v1.0.10
21472026-05-18T23:34:59.204Z Compiling new_debug_unreachable v1.0.6
21482026-05-18T23:34:59.269Z Compiling normalize-line-endings v0.3.0
21492026-05-18T23:34:59.290Z Compiling data-encoding v2.10.0
21502026-05-18T23:34:59.362Z Compiling precomputed-hash v0.1.1
21512026-05-18T23:34:59.380Z Compiling static_assertions v1.1.0
21522026-05-18T23:34:59.396Z Compiling typed-path v0.9.3
21532026-05-18T23:34:59.399Z Compiling whoami v2.1.0
21542026-05-18T23:34:59.399Z Compiling difflib v0.4.0
21552026-05-18T23:34:59.480Z Compiling fixedbitset v0.5.7
21562026-05-18T23:34:59.607Z Compiling rustc-hash v2.1.1
21572026-05-18T23:34:59.663Z Compiling jiff v0.2.21
21582026-05-18T23:34:59.692Z Compiling toml_write v0.1.2
21592026-05-18T23:34:59.745Z Compiling iddqd v0.3.18
21602026-05-18T23:34:59.759Z Compiling petgraph v0.8.3
21612026-05-18T23:34:59.777Z Compiling predicates v3.1.4
21622026-05-18T23:34:59.838Z Compiling tokio-postgres v0.7.16
21632026-05-18T23:34:59.888Z Compiling toml_edit v0.22.27
21642026-05-18T23:34:59.905Z Compiling hickory-proto v0.25.2
21652026-05-18T23:35:00.255Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21662026-05-18T23:35:00.349Z Compiling string_cache v0.8.9
21672026-05-18T23:35:00.591Z Compiling petgraph v0.6.5
21682026-05-18T23:35:00.686Z Compiling sha3 v0.10.8
21692026-05-18T23:35:00.877Z Compiling env_logger v0.11.9
21702026-05-18T23:35:00.932Z Compiling usdt v0.6.0
21712026-05-18T23:35:01.195Z Compiling ecdsa v0.16.9
21722026-05-18T23:35:01.210Z Compiling rsa v0.9.10
21732026-05-18T23:35:01.598Z Compiling ed25519-dalek v2.2.0
21742026-05-18T23:35:02.042Z Compiling crossterm v0.28.1
21752026-05-18T23:35:02.132Z Compiling zip v0.6.6
21762026-05-18T23:35:02.207Z Compiling clap v4.5.60
21772026-05-18T23:35:02.249Z Compiling zip v4.6.1
21782026-05-18T23:35:02.877Z Compiling serde_with v3.17.0
21792026-05-18T23:35:02.990Z Compiling similar v2.7.0
21802026-05-18T23:35:03.007Z Compiling strum v0.26.3
21812026-05-18T23:35:03.029Z Compiling toml v0.7.8
21822026-05-18T23:35:03.152Z Compiling tokio-stream v0.1.18
21832026-05-18T23:35:03.168Z Compiling itertools v0.13.0
21842026-05-18T23:35:03.261Z Compiling buf-list v1.1.2
21852026-05-18T23:35:03.490Z Compiling x509-cert v0.2.5
21862026-05-18T23:35:03.645Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21872026-05-18T23:35:03.740Z Compiling openapiv3 v2.2.0
21882026-05-18T23:35:03.891Z Compiling sha1 v0.10.6
21892026-05-18T23:35:04.154Z Compiling peg-runtime v0.8.5
21902026-05-18T23:35:04.275Z Compiling lalrpop-util v0.19.12
21912026-05-18T23:35:18.995Z Compiling rustls-webpki v0.103.9
21922026-05-18T23:35:20.541Z Compiling macaddr v1.0.1
21932026-05-18T23:35:20.564Z Compiling structmeta-derive v0.3.0
21942026-05-18T23:35:20.732Z Compiling rayon-core v1.13.0
21952026-05-18T23:35:20.843Z Compiling crucible-workspace-hack v0.1.0
21962026-05-18T23:35:20.860Z Compiling itertools v0.14.0
21972026-05-18T23:35:20.919Z Compiling secrecy v0.10.3
21982026-05-18T23:35:20.966Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21992026-05-18T23:35:21.065Z Compiling rustls v0.22.4
22002026-05-18T23:35:21.114Z Compiling heapless v0.8.0
22012026-05-18T23:35:21.284Z Compiling crossbeam-deque v0.8.6
22022026-05-18T23:35:21.307Z Compiling toml_edit v0.23.10+spec-1.0.0
22032026-05-18T23:35:21.371Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22042026-05-18T23:35:21.527Z Compiling rustls-webpki v0.102.8
22052026-05-18T23:35:21.542Z Compiling hash32 v0.3.1
22062026-05-18T23:35:21.559Z Compiling structmeta v0.3.0
22072026-05-18T23:35:21.587Z Compiling multer v3.1.0
22082026-05-18T23:35:21.729Z Compiling thread_local v1.1.9
22092026-05-18T23:35:21.781Z Compiling smoltcp v0.11.0
22102026-05-18T23:35:21.797Z Compiling match_cfg v0.1.0
22112026-05-18T23:35:21.800Z Compiling compression-core v0.4.31
22122026-05-18T23:35:21.831Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22132026-05-18T23:35:21.880Z Compiling slog-async v2.8.0
22142026-05-18T23:35:21.895Z Compiling unicode-width v0.2.0
22152026-05-18T23:35:21.911Z Compiling hostname v0.3.1
22162026-05-18T23:35:22.087Z Compiling compression-codecs v0.4.37
22172026-05-18T23:35:22.101Z Compiling proc-macro-crate v3.4.0
22182026-05-18T23:35:22.136Z Compiling ingot-macros v0.1.1
22192026-05-18T23:35:22.181Z Compiling derive-ex v0.1.8
22202026-05-18T23:35:22.236Z Compiling slog-json v2.6.1
22212026-05-18T23:35:22.249Z Compiling crossbeam-channel v0.5.15
22222026-05-18T23:35:22.463Z Compiling half v2.7.1
22232026-05-18T23:35:22.511Z Compiling newtype-uuid-macros v0.1.0
22242026-05-18T23:35:22.550Z Compiling cobs v0.3.0
22252026-05-18T23:35:22.703Z Compiling thiserror-impl-no-std v2.0.2
22262026-05-18T23:35:22.827Z Compiling tokio-rustls v0.26.4
22272026-05-18T23:35:22.847Z Compiling rustls-platform-verifier v0.6.2
22282026-05-18T23:35:22.949Z Compiling universal-hash v0.5.1
22292026-05-18T23:35:23.071Z Compiling hyper-rustls v0.27.7
22302026-05-18T23:35:23.105Z Compiling async-stream-impl v0.3.6
22312026-05-18T23:35:23.105Z Compiling serde_spanned v1.0.4
22322026-05-18T23:35:23.241Z Compiling toml_datetime v1.0.0+spec-1.1.0
22332026-05-18T23:35:23.304Z Compiling is-terminal v0.4.17
22342026-05-18T23:35:23.345Z Compiling reqwest v0.12.28
22352026-05-18T23:35:23.404Z Compiling reqwest v0.13.2
22362026-05-18T23:35:23.421Z Compiling dropshot v0.17.0
22372026-05-18T23:35:23.650Z Compiling proc-macro-error-attr v1.0.4
22382026-05-18T23:35:23.708Z Compiling take_mut v0.2.2
22392026-05-18T23:35:23.724Z Compiling convert_case v0.4.0
22402026-05-18T23:35:23.727Z Compiling toml_writer v1.0.6+spec-1.1.0
22412026-05-18T23:35:23.757Z Compiling opaque-debug v0.3.1
22422026-05-18T23:35:23.772Z Compiling term v1.2.1
22432026-05-18T23:35:23.845Z Compiling ciborium-io v0.2.2
22442026-05-18T23:35:23.860Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22452026-05-18T23:35:23.938Z Compiling toml v1.0.6+spec-1.1.0
22462026-05-18T23:35:23.967Z Compiling ciborium-ll v0.2.2
22472026-05-18T23:35:24.027Z Compiling poly1305 v0.8.0
22482026-05-18T23:35:24.059Z Compiling derive_more v0.99.20
22492026-05-18T23:35:24.090Z Compiling slog-term v2.9.2
22502026-05-18T23:35:24.110Z Compiling tokio-rustls v0.25.0
22512026-05-18T23:35:24.382Z Compiling thiserror-no-std v2.0.2
22522026-05-18T23:35:24.494Z Compiling test-strategy v0.4.5
22532026-05-18T23:35:24.511Z Compiling async-stream v0.3.6
22542026-05-18T23:35:24.726Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22552026-05-18T23:35:24.744Z Compiling ingot-types v0.1.2
22562026-05-18T23:35:24.747Z Compiling postcard v1.1.3
22572026-05-18T23:35:25.148Z Compiling tough v0.22.0
22582026-05-18T23:35:25.214Z Compiling ingot v0.1.1
22592026-05-18T23:35:25.454Z Compiling num_enum_derive v0.7.5
22602026-05-18T23:35:25.532Z Compiling slog-bunyan v2.5.0
22612026-05-18T23:35:25.601Z Compiling async-compression v0.4.41
22622026-05-18T23:35:25.788Z Compiling parse-display-derive v0.10.0
22632026-05-18T23:35:26.075Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22642026-05-18T23:35:26.234Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22652026-05-18T23:35:26.393Z Compiling proc-macro-crate v1.3.1
22662026-05-18T23:35:26.483Z Compiling backon v1.6.0
22672026-05-18T23:35:26.664Z Compiling waitgroup v0.1.2
22682026-05-18T23:35:26.715Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22692026-05-18T23:35:26.733Z Compiling password-hash v0.5.0
22702026-05-18T23:35:26.749Z Compiling chacha20 v0.9.1
22712026-05-18T23:35:26.765Z Compiling dropshot_endpoint v0.17.0
22722026-05-18T23:35:26.852Z Compiling rustls-pemfile v2.2.0
22732026-05-18T23:35:26.913Z Compiling blake2 v0.10.6
22742026-05-18T23:35:27.024Z Compiling aead v0.5.2
22752026-05-18T23:35:27.254Z Compiling foreign-types-macros v0.2.3
22762026-05-18T23:35:27.258Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22772026-05-18T23:35:27.284Z Compiling serde_path_to_error v0.1.20
22782026-05-18T23:35:27.452Z Compiling hostname v0.4.2
22792026-05-18T23:35:27.557Z Compiling proc-macro-error v1.0.4
22802026-05-18T23:35:27.664Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22812026-05-18T23:35:27.682Z Compiling instant v0.1.13
22822026-05-18T23:35:27.685Z Compiling debug-ignore v1.0.5
22832026-05-18T23:35:27.717Z Compiling foreign-types-shared v0.3.1
22842026-05-18T23:35:27.717Z Compiling cpufeatures v0.3.0
22852026-05-18T23:35:27.745Z Compiling typeid v1.0.3
22862026-05-18T23:35:27.823Z Compiling chacha20 v0.10.0
22872026-05-18T23:35:27.839Z Compiling backoff v0.4.0
22882026-05-18T23:35:27.843Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22892026-05-18T23:35:27.843Z Compiling parse-display v0.10.0
22902026-05-18T23:35:27.884Z Compiling argon2 v0.5.3
22912026-05-18T23:35:27.887Z Compiling foreign-types v0.5.0
22922026-05-18T23:35:27.905Z Compiling chacha20poly1305 v0.10.1
22932026-05-18T23:35:27.985Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22942026-05-18T23:35:28.000Z Compiling num_enum_derive v0.5.11
22952026-05-18T23:35:28.070Z Compiling num_enum v0.7.5
22962026-05-18T23:35:28.087Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22972026-05-18T23:35:28.091Z Compiling vsss-rs v3.3.4
22982026-05-18T23:35:28.091Z Compiling ciborium v0.2.2
22992026-05-18T23:35:28.263Z Compiling tabwriter v1.4.1
23002026-05-18T23:35:28.649Z Compiling regress v0.10.5
23012026-05-18T23:35:28.693Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23022026-05-18T23:35:28.753Z Compiling byte-wrapper v0.1.0
23032026-05-18T23:35:28.769Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23042026-05-18T23:35:28.953Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23052026-05-18T23:35:28.974Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23062026-05-18T23:35:29.010Z Compiling cstr-argument v0.1.2
23072026-05-18T23:35:29.034Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23082026-05-18T23:35:29.202Z Compiling erased-serde v0.4.9
23092026-05-18T23:35:29.394Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-05-18T23:35:29.452Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-18T23:35:29.489Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-18T23:35:29.550Z Compiling num_enum v0.5.11
23132026-05-18T23:35:29.590Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23142026-05-18T23:35:29.653Z Compiling rand v0.10.0
23152026-05-18T23:35:29.673Z Compiling rayon v1.11.0
23162026-05-18T23:35:29.692Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23172026-05-18T23:35:29.710Z Compiling libefi-sys v0.1.0
23182026-05-18T23:35:29.762Z Compiling indent_write v2.2.0
23192026-05-18T23:35:29.848Z Compiling colored v3.1.1
23202026-05-18T23:35:29.875Z Compiling zone_cfg_derive v0.3.1
23212026-05-18T23:35:29.935Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23222026-05-18T23:35:29.952Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23232026-05-18T23:35:30.051Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23242026-05-18T23:35:30.069Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-18T23:35:30.259Z Compiling camino-tempfile v1.4.1
23262026-05-18T23:35:30.305Z Compiling itertools v0.12.1
23272026-05-18T23:35:30.445Z Compiling usdt-attr-macro v0.5.0
23282026-05-18T23:35:30.519Z Compiling usdt-macro v0.5.0
23292026-05-18T23:35:30.545Z Compiling bitfield-struct v0.6.2
23302026-05-18T23:35:30.599Z Compiling num-derive v0.4.2
23312026-05-18T23:35:30.612Z Compiling blake3 v1.8.3
23322026-05-18T23:35:30.671Z Compiling ordered-float v2.10.1
23332026-05-18T23:35:30.971Z Compiling memmap v0.7.0
23342026-05-18T23:35:30.987Z Compiling sigpipe v0.1.3
23352026-05-18T23:35:31.100Z Compiling swrite v0.1.0
23362026-05-18T23:35:31.173Z Compiling glob v0.3.3
23372026-05-18T23:35:31.201Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23382026-05-18T23:35:31.217Z Compiling usdt v0.5.0
23392026-05-18T23:35:31.234Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23402026-05-18T23:35:31.436Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23412026-05-18T23:35:31.498Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23422026-05-18T23:35:31.571Z Compiling serde-value v0.7.0
23432026-05-18T23:35:31.757Z Compiling zone v0.3.1
23442026-05-18T23:35:31.770Z Compiling serde-untagged v0.1.9
23452026-05-18T23:35:31.848Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23462026-05-18T23:35:32.085Z Compiling toml v0.8.23
23472026-05-18T23:35:32.106Z Compiling smf v0.2.3
23482026-05-18T23:35:32.141Z Compiling filetime v0.2.27
23492026-05-18T23:35:32.157Z Compiling arrayref v0.3.9
23502026-05-18T23:35:32.174Z Compiling whoami v1.6.1
23512026-05-18T23:35:32.192Z Compiling arrayvec v0.7.6
23522026-05-18T23:35:32.247Z Compiling constant_time_eq v0.4.2
23532026-05-18T23:35:32.269Z Compiling xattr v1.6.1
23542026-05-18T23:35:32.347Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23552026-05-18T23:35:32.365Z Compiling unicode-xid v0.2.6
23562026-05-18T23:35:32.443Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23572026-05-18T23:35:32.460Z Compiling tar v0.4.45
23582026-05-18T23:35:32.498Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23592026-05-18T23:35:32.535Z Compiling tokio-dtrace v0.1.1
23602026-05-18T23:35:32.631Z Compiling cargo-util-schemas v0.8.2
23612026-05-18T23:35:32.747Z Compiling console v0.16.2
23622026-05-18T23:35:32.876Z Compiling gethostname v0.5.0
23632026-05-18T23:35:33.039Z Compiling cargo-platform v0.2.0
23642026-05-18T23:35:33.124Z Compiling topological-sort v0.2.2
23652026-05-18T23:35:33.250Z Compiling unit-prefix v0.5.2
23662026-05-18T23:35:33.335Z Compiling oxide-tokio-rt v0.1.4
23672026-05-18T23:35:33.345Z Compiling shell-words v1.1.1
23682026-05-18T23:35:33.393Z Compiling indicatif v0.18.4
23692026-05-18T23:35:33.442Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23702026-05-18T23:35:33.919Z Compiling cargo_metadata v0.21.0
23712026-05-18T23:35:42.976Z Compiling progenitor-client v0.14.0
23722026-05-18T23:35:43.012Z Compiling progenitor-client v0.10.0
23732026-05-18T23:35:43.013Z Compiling omicron-zone-package v0.12.2
23742026-05-18T23:35:43.458Z Compiling progenitor-extras v0.2.0
23752026-05-18T23:35:45.676Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23762026-05-18T23:35:45.690Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23772026-05-18T23:35:45.693Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23782026-05-18T23:35:45.693Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23792026-05-18T23:35:45.707Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-18T23:35:45.711Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23812026-05-18T23:35:45.890Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-18T23:35:46.018Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-18T23:35:46.050Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23842026-05-18T23:35:49.995Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23852026-05-18T23:35:57.619Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23862026-05-18T23:36:00.754Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23872026-05-18T23:36:01.739Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23882026-05-18T23:36:11.422Z Finished `release` profile [optimized] target(s) in 1m 43s
23892026-05-18T23:36:11.573Z Running `target/release/omicron-package -t test target create -p dev`
23902026-05-18T23:36:11.635ZLogging to: /work/oxidecomputer/omicron/out/LOG
23912026-05-18T23:36:11.638ZCreated new build target 'test' and set it as active
23922026-05-18T23:36:11.640Z
23932026-05-18T23:36:11.641Zreal 1:43.776814092
23942026-05-18T23:36:11.641Zuser 17:00.791150638
23952026-05-18T23:36:11.641Zsys 2:35.975043571
23962026-05-18T23:36:11.641Ztrap 0.472711384
23972026-05-18T23:36:11.641Ztflt 2.882624534
23982026-05-18T23:36:11.641Zdflt 4.283279909
23992026-05-18T23:36:11.641Zkflt 0.000568080
24002026-05-18T23:36:11.641Zlock 52:46.190748578
24012026-05-18T23:36:11.641Zslp 43:17.597611786
24022026-05-18T23:36:11.641Zlat 43.798875303
24032026-05-18T23:36:11.641Zstop 5:24.684304938
24042026-05-18T23:36:11.641Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24052026-05-18T23:36:12.521Z Finished `release` profile [optimized] target(s) in 0.87s
24062026-05-18T23:36:12.592Z Running `target/release/omicron-package -t test package`
24072026-05-18T23:36:12.652ZLogging to: /work/oxidecomputer/omicron/out/LOG
24082026-05-18T23:36:14.082Z Compiling heck v0.5.0
24092026-05-18T23:36:14.082Z Compiling regress v0.11.1
24102026-05-18T23:36:14.085Z Compiling unsafe-libyaml v0.2.11
24112026-05-18T23:36:14.343Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24122026-05-18T23:36:14.368Z Compiling regress v0.10.5
24132026-05-18T23:36:14.397Z Compiling is-terminal v0.4.17
24142026-05-18T23:36:14.397Z Compiling unicode-width v0.1.14
24152026-05-18T23:36:14.438Z Compiling prettyplease v0.2.37
24162026-05-18T23:36:14.459Z Compiling bytecount v0.6.9
24172026-05-18T23:36:14.459Z Compiling rustls v0.22.4
24182026-05-18T23:36:14.462Z Compiling rustls-webpki v0.102.8
24192026-05-18T23:36:14.462Z Compiling derive-where v1.6.0
24202026-05-18T23:36:14.462Z Compiling thread_local v1.1.9
24212026-05-18T23:36:14.481Z Compiling match_cfg v0.1.0
24222026-05-18T23:36:14.483Z Compiling compression-core v0.4.31
24232026-05-18T23:36:14.604Z Compiling hostname v0.3.1
24242026-05-18T23:36:14.623Z Compiling multer v3.1.0
24252026-05-18T23:36:14.643Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-18T23:36:14.668Z Compiling compression-codecs v0.4.37
24272026-05-18T23:36:14.668Z Compiling slog-async v2.8.0
24282026-05-18T23:36:14.691Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24292026-05-18T23:36:14.714Z Compiling crossbeam-channel v0.5.15
24302026-05-18T23:36:14.755Z Compiling slog-json v2.6.1
24312026-05-18T23:36:14.758Z Compiling serde_spanned v1.0.4
24322026-05-18T23:36:14.758Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-18T23:36:14.823Z Compiling serde_yaml v0.9.34+deprecated
24342026-05-18T23:36:14.872Z Compiling take_mut v0.2.2
24352026-05-18T23:36:14.895Z Compiling toml_writer v1.0.6+spec-1.1.0
24362026-05-18T23:36:14.954Z Compiling term v1.2.1
24372026-05-18T23:36:14.975Z Compiling slog-bunyan v2.5.0
24382026-05-18T23:36:14.978Z Compiling async-compression v0.4.41
24392026-05-18T23:36:15.134Z Compiling toml v1.0.6+spec-1.1.0
24402026-05-18T23:36:15.180Z Compiling dropshot v0.17.0
24412026-05-18T23:36:15.202Z Compiling async-stream v0.3.6
24422026-05-18T23:36:15.224Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24432026-05-18T23:36:15.248Z Compiling slog-term v2.9.2
24442026-05-18T23:36:15.336Z Compiling num-rational v0.4.2
24452026-05-18T23:36:15.391Z Compiling progenitor-client v0.14.0
24462026-05-18T23:36:15.417Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24472026-05-18T23:36:15.444Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-18T23:36:15.477Z Compiling waitgroup v0.1.2
24492026-05-18T23:36:15.516Z Compiling backon v1.6.0
24502026-05-18T23:36:15.624Z Compiling rustls-pemfile v2.2.0
24512026-05-18T23:36:15.644Z Compiling num-complex v0.4.6
24522026-05-18T23:36:15.682Z Compiling hostname v0.4.2
24532026-05-18T23:36:15.706Z Compiling serde_path_to_error v0.1.20
24542026-05-18T23:36:15.729Z Compiling instant v0.1.13
24552026-05-18T23:36:15.750Z Compiling debug-ignore v1.0.5
24562026-05-18T23:36:15.771Z Compiling progenitor-extras v0.2.0
24572026-05-18T23:36:15.840Z Compiling typify-impl v0.6.2
24582026-05-18T23:36:15.843Z Compiling backoff v0.4.0
24592026-05-18T23:36:15.881Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24602026-05-18T23:36:15.903Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24612026-05-18T23:36:16.105Z Compiling num v0.4.3
24622026-05-18T23:36:16.128Z Compiling parse-display v0.10.0
24632026-05-18T23:36:16.156Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24642026-05-18T23:36:16.177Z Compiling progenitor-client v0.13.0
24652026-05-18T23:36:16.211Z Compiling progenitor-client v0.10.0
24662026-05-18T23:36:16.232Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24672026-05-18T23:36:16.310Z Compiling macaddr v1.0.1
24682026-05-18T23:36:16.356Z Compiling float-ord v0.3.2
24692026-05-18T23:36:16.472Z Compiling console v0.15.11
24702026-05-18T23:36:16.539Z Compiling atomicwrites v0.4.4
24712026-05-18T23:36:16.561Z Compiling newline-converter v0.3.0
24722026-05-18T23:36:16.644Z Compiling slog-dtrace v0.3.0
24732026-05-18T23:36:16.698Z Compiling resolv-conf v0.7.6
24742026-05-18T23:36:16.732Z Compiling owo-colors v4.3.0
24752026-05-18T23:36:16.784Z Compiling tokio-rustls v0.25.0
24762026-05-18T23:36:16.855Z Compiling cancel-safe-futures v0.1.5
24772026-05-18T23:36:16.934Z Compiling expectorate v1.2.0
24782026-05-18T23:36:16.934Z Compiling toml v0.8.23
24792026-05-18T23:36:17.058Z Compiling libsw-core v0.3.2
24802026-05-18T23:36:17.223Z Compiling libsw v3.5.0
24812026-05-18T23:36:17.276Z Compiling linear-map v1.2.0
24822026-05-18T23:36:17.337Z Compiling linked-hash-map v0.5.6
24832026-05-18T23:36:17.455Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-18T23:36:17.518Z Compiling minimal-lexical v0.2.1
24852026-05-18T23:36:17.538Z Compiling lru-cache v0.1.2
24862026-05-18T23:36:17.571Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-18T23:36:17.592Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-18T23:36:17.688Z Compiling hickory-proto v0.24.4
24892026-05-18T23:36:17.709Z Compiling unicode-xid v0.2.6
24902026-05-18T23:36:17.772Z Compiling nom v7.1.3
24912026-05-18T23:36:17.794Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-05-18T23:36:17.818Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24932026-05-18T23:36:17.858Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24942026-05-18T23:36:18.090Z Compiling convert_case v0.10.0
24952026-05-18T23:36:18.389Z Compiling derive_more-impl v2.1.1
24962026-05-18T23:36:18.746Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24972026-05-18T23:36:19.122Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-18T23:36:19.171Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
24992026-05-18T23:36:19.255Z Compiling derive_more v2.1.1
25002026-05-18T23:36:19.293Z Compiling papergrid v0.11.0
25012026-05-18T23:36:19.366Z Compiling tabled_derive v0.7.0
25022026-05-18T23:36:19.387Z Compiling typify-macro v0.6.2
25032026-05-18T23:36:19.415Z Compiling termtree v0.5.1
25042026-05-18T23:36:19.612Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25052026-05-18T23:36:19.854Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25062026-05-18T23:36:20.274Z Compiling hickory-resolver v0.24.4
25072026-05-18T23:36:20.394Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082026-05-18T23:36:20.418Z Compiling tabled v0.15.0
25092026-05-18T23:36:20.611Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25102026-05-18T23:36:20.927Z Compiling typify v0.6.2
25112026-05-18T23:36:21.070Z Compiling progenitor-impl v0.14.0
25122026-05-18T23:36:21.662Z Compiling progenitor-impl v0.13.0
25132026-05-18T23:36:23.221Z Compiling progenitor-macro v0.14.0
25142026-05-18T23:36:23.511Z Compiling qorb v0.4.1
25152026-05-18T23:36:23.878Z Compiling progenitor-macro v0.13.0
25162026-05-18T23:36:24.941Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-18T23:36:25.278Z Compiling crossterm v0.29.0
25182026-05-18T23:36:25.871Z Compiling phf_shared v0.12.1
25192026-05-18T23:36:26.130Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25202026-05-18T23:36:26.165Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-18T23:36:26.188Z Compiling csv-core v0.1.13
25222026-05-18T23:36:26.698Z Compiling vte v0.14.1
25232026-05-18T23:36:26.701Z Compiling highway v1.3.0
25242026-05-18T23:36:26.975Z Compiling chrono-tz v0.10.4
25252026-05-18T23:36:27.162Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25262026-05-18T23:36:27.250Z Compiling strip-ansi-escapes v0.2.1
25272026-05-18T23:36:27.364Z Compiling progenitor v0.14.0
25282026-05-18T23:36:27.462Z Compiling csv v1.4.0
25292026-05-18T23:36:27.548Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-05-18T23:36:27.818Z Compiling phf v0.12.1
25312026-05-18T23:36:27.919Z Compiling progenitor v0.13.0
25322026-05-18T23:36:28.023Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25332026-05-18T23:36:28.099Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25342026-05-18T23:36:28.147Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25352026-05-18T23:36:28.232Z Compiling const_format_proc_macros v0.2.34
25362026-05-18T23:36:28.258Z Compiling fd-lock v4.0.4
25372026-05-18T23:36:28.442Z Compiling peg-macros v0.8.5
25382026-05-18T23:36:28.464Z Compiling nu-ansi-term v0.50.3
25392026-05-18T23:36:29.034Z Compiling reedline v0.40.0
25402026-05-18T23:36:29.054Z Compiling const_format v0.2.35
25412026-05-18T23:36:29.556Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-18T23:36:29.700Z Compiling peg v0.8.5
25432026-05-18T23:36:29.809Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-18T23:36:30.612Z Compiling bcs v0.1.6
25452026-05-18T23:36:30.909Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25462026-05-18T23:36:31.043Z Compiling semver v0.1.20
25472026-05-18T23:36:31.198Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25482026-05-18T23:36:31.326Z Compiling rustc_version v0.1.7
25492026-05-18T23:36:31.458Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25502026-05-18T23:36:31.558Z Compiling newtype_derive v0.1.6
25512026-05-18T23:36:31.785Z Compiling humantime v2.3.0
25522026-05-18T23:36:31.894Z Compiling smawk v0.3.2
25532026-05-18T23:36:32.086Z Compiling unicode-linebreak v0.1.5
25542026-05-18T23:36:32.312Z Compiling textwrap v0.16.2
25552026-05-18T23:36:32.362Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25562026-05-18T23:36:32.506Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25572026-05-18T23:36:32.645Z Compiling dropshot-api-manager-types v0.7.1
25582026-05-18T23:36:33.230Z Compiling base64 v0.21.7
25592026-05-18T23:36:33.257Z Compiling steno v0.4.1
25602026-05-18T23:36:33.534Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-05-18T23:36:33.795Z Compiling tagptr v0.2.0
25622026-05-18T23:36:33.888Z Compiling utf-8 v0.7.6
25632026-05-18T23:36:33.976Z Compiling moka v0.12.13
25642026-05-18T23:36:33.996Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25652026-05-18T23:36:34.040Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25662026-05-18T23:36:34.122Z Compiling tungstenite v0.21.0
25672026-05-18T23:36:34.154Z Compiling radium v0.7.0
25682026-05-18T23:36:34.219Z Compiling maybe-uninit v2.0.0
25692026-05-18T23:36:34.337Z Compiling tap v1.0.1
25702026-05-18T23:36:34.492Z Compiling wyz v0.5.1
25712026-05-18T23:36:34.588Z Compiling zerocopy-derive v0.6.6
25722026-05-18T23:36:34.784Z Compiling tokio-tungstenite v0.21.0
25732026-05-18T23:36:34.807Z Compiling display-error-chain v0.2.2
25742026-05-18T23:36:34.978Z Compiling packed_struct v0.10.1
25752026-05-18T23:36:35.176Z Compiling hickory-resolver v0.25.2
25762026-05-18T23:36:35.227Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25772026-05-18T23:36:35.260Z Compiling funty v2.0.0
25782026-05-18T23:36:35.365Z Compiling crc-catalog v2.4.0
25792026-05-18T23:36:35.516Z Compiling crc v3.4.0
25802026-05-18T23:36:35.736Z Compiling bitvec v1.0.1
25812026-05-18T23:36:36.192Z Compiling zerocopy v0.6.6
25822026-05-18T23:36:36.213Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25832026-05-18T23:36:36.384Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25842026-05-18T23:36:36.484Z Compiling packed_struct_codegen v0.10.1
25852026-05-18T23:36:36.591Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25862026-05-18T23:36:37.207Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25872026-05-18T23:36:37.508Z Compiling num-derive v0.3.3
25882026-05-18T23:36:37.534Z Compiling bitfield-macros v0.19.4
25892026-05-18T23:36:38.245Z Compiling proc-macro-error-attr2 v2.0.0
25902026-05-18T23:36:38.379Z Compiling indexmap v1.9.3
25912026-05-18T23:36:38.593Z Compiling nodrop v0.1.14
25922026-05-18T23:36:38.694Z Compiling libscf-sys v1.1.0
25932026-05-18T23:36:38.711Z Compiling proc-macro-error2 v2.0.1
25942026-05-18T23:36:38.738Z Compiling array-init v0.0.4
25952026-05-18T23:36:38.863Z Compiling bitfield v0.19.4
25962026-05-18T23:36:39.127Z Compiling smallvec v0.6.14
25972026-05-18T23:36:39.130Z Compiling typify-impl v0.4.3
25982026-05-18T23:36:39.195Z Compiling hashbrown v0.12.3
25992026-05-18T23:36:39.241Z Compiling tabled_derive v0.11.0
26002026-05-18T23:36:39.399Z Compiling serde-hex v0.1.0
26012026-05-18T23:36:39.419Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26022026-05-18T23:36:40.110Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-18T23:36:40.333Z Compiling ron v0.8.1
26042026-05-18T23:36:40.354Z Compiling papergrid v0.17.0
26052026-05-18T23:36:40.482Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26062026-05-18T23:36:40.581Z Compiling testing_table v0.3.0
26072026-05-18T23:36:41.010Z Compiling hashbrown v0.13.2
26082026-05-18T23:36:41.408Z Compiling vergen-gitcl v1.0.8
26092026-05-18T23:36:41.508Z Compiling dirs-sys-next v0.1.2
26102026-05-18T23:36:41.621Z Compiling diesel_derives v2.3.7
26112026-05-18T23:36:41.643Z Compiling crunchy v0.2.4
26122026-05-18T23:36:41.669Z Compiling glob v0.3.3
26132026-05-18T23:36:41.764Z Compiling crc-any v2.5.0
26142026-05-18T23:36:41.786Z Compiling maplit v1.0.2
26152026-05-18T23:36:41.865Z Compiling dirs-next v2.0.0
26162026-05-18T23:36:41.956Z Compiling object v0.30.4
26172026-05-18T23:36:41.978Z Compiling tabled v0.20.0
26182026-05-18T23:36:42.018Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-18T23:36:42.041Z Compiling clang-sys v1.8.1
26202026-05-18T23:36:42.184Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26212026-05-18T23:36:42.451Z Compiling dsl_auto_type v0.2.0
26222026-05-18T23:36:42.473Z Compiling scheduled-thread-pool v0.2.7
26232026-05-18T23:36:42.517Z Compiling typify-macro v0.4.3
26242026-05-18T23:36:42.700Z Compiling diesel_table_macro_syntax v0.3.0
26252026-05-18T23:36:42.701Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-18T23:36:42.933Z Compiling tiny-keccak v2.0.2
26272026-05-18T23:36:42.961Z Compiling path-slash v0.1.5
26282026-05-18T23:36:42.984Z Compiling xshell-macros v0.2.7
26292026-05-18T23:36:43.131Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-18T23:36:43.154Z Compiling r2d2 v0.8.10
26312026-05-18T23:36:43.236Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26322026-05-18T23:36:43.370Z Compiling xshell v0.2.7
26332026-05-18T23:36:43.581Z Compiling term v0.7.0
26342026-05-18T23:36:44.057Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26352026-05-18T23:36:44.090Z Compiling downcast-rs v2.0.2
26362026-05-18T23:36:44.110Z Compiling bit-vec v0.6.3
26372026-05-18T23:36:44.156Z Compiling ascii-canvas v3.0.0
26382026-05-18T23:36:44.424Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26392026-05-18T23:36:44.482Z Compiling bit-set v0.5.3
26402026-05-18T23:36:44.532Z Compiling itertools v0.10.5
26412026-05-18T23:36:44.672Z Compiling ena v0.14.4
26422026-05-18T23:36:44.698Z Compiling libloading v0.8.9
26432026-05-18T23:36:44.912Z Compiling unicase v2.9.0
26442026-05-18T23:36:44.934Z Compiling regex-syntax v0.6.29
26452026-05-18T23:36:45.214Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26462026-05-18T23:36:45.608Z Compiling crc8 v0.1.1
26472026-05-18T23:36:45.645Z Compiling bindgen v0.71.1
26482026-05-18T23:36:45.743Z Compiling diff v0.1.13
26492026-05-18T23:36:46.023Z Compiling typify v0.4.3
26502026-05-18T23:36:46.046Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-05-18T23:36:46.159Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-18T23:36:46.793Z Compiling lalrpop v0.19.12
26532026-05-18T23:36:46.816Z Compiling cexpr v0.6.0
26542026-05-18T23:36:46.848Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-18T23:36:46.892Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-18T23:36:47.066Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-18T23:36:47.123Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-18T23:36:47.351Z Compiling headers-core v0.3.0
26592026-05-18T23:36:47.519Z Compiling git-stub v1.0.0
26602026-05-18T23:36:47.669Z Compiling libxml v0.3.3
26612026-05-18T23:36:47.716Z Compiling diesel v2.3.7
26622026-05-18T23:36:47.794Z Compiling git-stub-vcs v0.1.0
26632026-05-18T23:36:47.927Z Compiling headers v0.4.1
26642026-05-18T23:36:47.987Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26652026-05-18T23:36:48.154Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26662026-05-18T23:36:48.413Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26672026-05-18T23:36:49.017Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-05-18T23:36:49.181Z Compiling strum_macros v0.24.3
26692026-05-18T23:36:49.633Z Compiling indoc v1.0.9
26702026-05-18T23:36:49.883Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-18T23:36:50.082Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-18T23:36:50.111Z Compiling derive_builder v0.20.2
26732026-05-18T23:36:50.281Z Compiling oso-derive v0.27.3
26742026-05-18T23:36:50.454Z Compiling quick-xml v0.37.5
26752026-05-18T23:36:50.770Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-18T23:36:51.055Z Compiling openssl-probe v0.1.6
26772026-05-18T23:36:51.135Z Compiling half v1.8.3
26782026-05-18T23:36:51.392Z Compiling serde_cbor v0.11.2
26792026-05-18T23:36:51.556Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-18T23:36:51.589Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-18T23:36:52.018Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-18T23:36:52.041Z Compiling bb8 v0.8.6
26832026-05-18T23:36:52.145Z Compiling samael v0.0.19
26842026-05-18T23:36:52.256Z Compiling trait-variant v0.1.2
26852026-05-18T23:36:52.278Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26862026-05-18T23:36:52.407Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-18T23:36:52.428Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-18T23:36:52.544Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-18T23:36:52.740Z Compiling fxhash v0.2.1
26902026-05-18T23:36:52.773Z Compiling salty v0.3.0
26912026-05-18T23:36:52.807Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26922026-05-18T23:36:53.103Z Compiling progenitor-impl v0.11.2
26932026-05-18T23:36:53.126Z Compiling progenitor-impl v0.10.0
26942026-05-18T23:36:53.233Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-18T23:36:53.253Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-18T23:36:53.805Z Compiling kstat-rs v0.2.4
26972026-05-18T23:36:53.864Z Compiling libz-sys v1.1.24
26982026-05-18T23:36:54.243Z Compiling polar-core v0.27.3
26992026-05-18T23:36:54.264Z Compiling nonempty v0.12.0
27002026-05-18T23:36:54.391Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-18T23:36:54.500Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-18T23:36:55.302Z Compiling progenitor-macro v0.11.2
27032026-05-18T23:36:55.324Z Compiling progenitor-macro v0.10.0
27042026-05-18T23:36:56.467Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-18T23:36:56.936Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-18T23:36:57.697Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-18T23:36:58.105Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-18T23:36:58.681Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-18T23:36:59.040Z Compiling progenitor-client v0.11.2
27102026-05-18T23:36:59.067Z Compiling darling_core v0.23.0
27112026-05-18T23:36:59.282Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27122026-05-18T23:36:59.442Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27132026-05-18T23:36:59.578Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27142026-05-18T23:37:01.236Z Compiling nanorand v0.7.0
27152026-05-18T23:37:01.604Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27162026-05-18T23:37:03.093Z Compiling oso v0.27.3
27172026-05-18T23:37:03.851Z Compiling arc-swap v1.8.2
27182026-05-18T23:37:03.916Z Compiling fs-err v2.11.0
27192026-05-18T23:37:04.161Z Compiling parking_lot_core v0.8.6
27202026-05-18T23:37:04.472Z Compiling slog-scope v4.4.1
27212026-05-18T23:37:04.520Z Compiling mime_guess v2.0.5
27222026-05-18T23:37:05.025Z Compiling diesel-dtrace v0.5.0
27232026-05-18T23:37:05.361Z Compiling async-bb8-diesel v0.2.1
27242026-05-18T23:37:05.955Z Compiling flume v0.11.1
27252026-05-18T23:37:06.017Z Compiling darling_macro v0.23.0
27262026-05-18T23:37:06.366Z Compiling progenitor v0.10.0
27272026-05-18T23:37:06.554Z Compiling progenitor v0.11.2
27282026-05-18T23:37:06.580Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-18T23:37:06.742Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27302026-05-18T23:37:07.322Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-18T23:37:08.220Z Compiling primeorder v0.13.6
27322026-05-18T23:37:08.536Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-18T23:37:08.767Z Compiling instability v0.3.11
27342026-05-18T23:37:08.971Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27352026-05-18T23:37:09.175Z Compiling p384 v0.13.1
27362026-05-18T23:37:09.233Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-18T23:37:09.782Z Compiling darling v0.23.0
27382026-05-18T23:37:10.220Z Compiling slog-stdlog v4.1.1
27392026-05-18T23:37:10.617Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-18T23:37:10.673Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-18T23:37:10.758Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-18T23:37:10.885Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27432026-05-18T23:37:10.907Z Compiling ignore v0.4.25
27442026-05-18T23:37:11.312Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-18T23:37:11.469Z Compiling castaway v0.2.4
27462026-05-18T23:37:11.626Z Compiling atty v0.2.14
27472026-05-18T23:37:11.775Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-18T23:37:11.938Z Compiling parse-size v1.1.0
27492026-05-18T23:37:12.010Z Compiling indoc v2.0.7
27502026-05-18T23:37:12.163Z Compiling http-range v0.1.5
27512026-05-18T23:37:12.498Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27522026-05-18T23:37:12.698Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-18T23:37:13.145Z Compiling compact_str v0.8.1
27542026-05-18T23:37:13.190Z Compiling globwalk v0.9.1
27552026-05-18T23:37:13.894Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-18T23:37:14.408Z Compiling parking_lot v0.11.2
27572026-05-18T23:37:14.449Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27582026-05-18T23:37:15.321Z Compiling slog-envlogger v2.2.0
27592026-05-18T23:37:16.458Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27602026-05-18T23:37:16.639Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-18T23:37:16.691Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-18T23:37:16.802Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-18T23:37:16.827Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-18T23:37:17.140Z Compiling predicates-tree v1.0.13
27652026-05-18T23:37:17.259Z Compiling unicode-truncate v1.1.0
27662026-05-18T23:37:17.468Z Compiling lru v0.12.5
27672026-05-18T23:37:17.471Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-18T23:37:17.604Z Compiling rand_seeder v0.4.0
27692026-05-18T23:37:17.665Z Compiling prefix-trie v0.7.0
27702026-05-18T23:37:17.668Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-18T23:37:17.709Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-18T23:37:17.862Z Compiling vergen-git2 v1.0.7
27732026-05-18T23:37:17.956Z Compiling corncobs v0.1.4
27742026-05-18T23:37:18.034Z Compiling illumos-nvpair-sys v0.2.0
27752026-05-18T23:37:18.099Z Compiling cassowary v0.3.0
27762026-05-18T23:37:18.155Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27772026-05-18T23:37:18.175Z Compiling hickory-server v0.25.2
27782026-05-18T23:37:18.203Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-18T23:37:18.365Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-18T23:37:18.509Z Compiling ratatui v0.29.0
27812026-05-18T23:37:18.573Z Compiling camino-tempfile-ext v0.3.3
27822026-05-18T23:37:18.677Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27832026-05-18T23:37:18.927Z Compiling hyper-staticfile v0.10.1
27842026-05-18T23:37:19.261Z Compiling sled v0.34.7
27852026-05-18T23:37:19.711Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27862026-05-18T23:37:20.007Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-18T23:37:20.162Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-18T23:37:20.673Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-18T23:37:22.234Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-18T23:37:22.453Z Compiling secrecy v0.8.0
27912026-05-18T23:37:22.646Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27922026-05-18T23:37:22.790Z Compiling rustls v0.21.12
27932026-05-18T23:37:23.291Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-18T23:37:23.752Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-18T23:37:23.797Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-18T23:37:24.885Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-18T23:37:25.818Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-18T23:37:25.881Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-18T23:37:26.034Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-18T23:37:26.757Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-18T23:37:26.927Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-18T23:37:27.149Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-05-18T23:37:27.401Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-05-18T23:37:27.631Z Compiling rustls-webpki v0.101.7
28052026-05-18T23:37:28.308Z Compiling sct v0.7.1
28062026-05-18T23:37:28.578Z Compiling nix v0.29.0
28072026-05-18T23:37:28.893Z Compiling dropshot v0.16.7
28082026-05-18T23:37:28.913Z Compiling void v1.0.2
28092026-05-18T23:37:29.043Z Compiling lzss v0.8.2
28102026-05-18T23:37:29.151Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-18T23:37:29.225Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-18T23:37:29.327Z Compiling illumos-nvpair v0.3.0
28132026-05-18T23:37:29.348Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-18T23:37:30.633Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-18T23:37:30.656Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-18T23:37:30.905Z Compiling tungstenite v0.23.0
28172026-05-18T23:37:31.354Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-18T23:37:31.821Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-18T23:37:32.029Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-18T23:37:32.051Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28212026-05-18T23:37:32.255Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28222026-05-18T23:37:32.280Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28232026-05-18T23:37:32.483Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-18T23:37:32.505Z Compiling nix v0.27.1
28252026-05-18T23:37:32.956Z Compiling dropshot_endpoint v0.16.7
28262026-05-18T23:37:33.249Z Compiling serde_bytes v0.11.19
28272026-05-18T23:37:33.444Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28282026-05-18T23:37:33.544Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28292026-05-18T23:37:33.827Z Compiling tokio-tungstenite v0.23.1
28302026-05-18T23:37:34.221Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-05-18T23:37:34.493Z Compiling git2 v0.20.4
28322026-05-18T23:37:37.240Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28332026-05-18T23:37:37.520Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-05-18T23:37:39.307Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28352026-05-18T23:37:39.335Z Compiling tokio-rustls v0.24.1
28362026-05-18T23:37:39.625Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-18T23:37:40.262Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-18T23:37:40.330Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-18T23:37:40.351Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-18T23:37:40.377Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-18T23:37:40.810Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-18T23:37:41.886Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-18T23:37:42.385Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-18T23:37:42.843Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-18T23:37:44.031Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-18T23:37:44.034Z Compiling rustls-pemfile v1.0.4
28472026-05-18T23:37:44.034Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28482026-05-18T23:37:44.034Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28492026-05-18T23:37:44.034Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28502026-05-18T23:37:44.526Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28512026-05-18T23:37:45.189Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-18T23:37:45.594Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-18T23:37:47.226Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-18T23:37:47.319Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-18T23:37:47.410Z Compiling signal-hook-tokio v0.3.1
28562026-05-18T23:37:47.490Z Compiling twox-hash v2.1.2
28572026-05-18T23:37:47.524Z Compiling yasna v0.5.2
28582026-05-18T23:37:47.630Z Compiling is_ci v1.2.0
28592026-05-18T23:37:47.849Z Compiling supports-color v3.0.2
28602026-05-18T23:37:48.007Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-18T23:37:48.164Z Compiling rcgen v0.12.1
28622026-05-18T23:37:48.998Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-05-18T23:37:49.072Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-18T23:37:49.175Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-18T23:37:50.297Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-18T23:37:51.245Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-05-18T23:37:51.388Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28682026-05-18T23:37:52.441Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28692026-05-18T23:37:52.627Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-18T23:37:52.650Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-05-18T23:37:52.874Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28722026-05-18T23:37:53.134Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-18T23:37:53.351Z Compiling fatfs v0.3.6
28742026-05-18T23:37:54.094Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-18T23:37:54.556Z Compiling subprocess v0.2.15
28762026-05-18T23:37:55.161Z Compiling rtoolbox v0.0.3
28772026-05-18T23:37:55.452Z Compiling assert_matches v1.5.0
28782026-05-18T23:37:55.496Z Compiling seq-macro v0.3.6
28792026-05-18T23:37:55.567Z Compiling rpassword v7.4.0
28802026-05-18T23:37:55.852Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28812026-05-18T23:37:56.034Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-18T23:37:56.485Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-05-18T23:37:56.623Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28842026-05-18T23:37:56.786Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28852026-05-18T23:37:57.779Z Compiling tui-tree-widget v0.23.1
28862026-05-18T23:37:58.065Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-18T23:37:58.989Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-18T23:37:59.074Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-18T23:37:59.501Z Compiling uzers v0.12.2
28902026-05-18T23:37:59.712Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-18T23:38:00.947Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-18T23:38:01.620Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-18T23:38:01.968Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-18T23:38:04.265Z Compiling support-bundle-viewer v0.1.2
28952026-05-18T23:38:05.811Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28962026-05-18T23:38:06.169Z Compiling multimap v0.10.1
28972026-05-18T23:38:14.323Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28982026-05-18T23:38:14.746Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28992026-05-18T23:38:16.736Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29002026-05-18T23:38:27.260Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-18T23:43:43.008Z Finished `release` profile [optimized] target(s) in 7m 30s
29022026-05-18T23:44:27.643Z
29032026-05-18T23:44:27.643Zreal 8:15.980726999
29042026-05-18T23:44:27.643Zuser 1:17:44.154659840
29052026-05-18T23:44:27.646Zsys 3:28.142120468
29062026-05-18T23:44:27.646Ztrap 1.722943181
29072026-05-18T23:44:27.646Ztflt 3.324766209
29082026-05-18T23:44:27.646Zdflt 17.577475987
29092026-05-18T23:44:27.646Zkflt 0.049773107
29102026-05-18T23:44:27.647Zlock 6:20:35.999593161
29112026-05-18T23:44:27.647Zslp 2:12:33.286384877
29122026-05-18T23:44:27.647Zlat 2:26.143391081
29132026-05-18T23:44:27.647Zstop 5:19.133279545
29142026-05-18T23:44:27.647Z+ mapfile -t packages
29152026-05-18T23:44:27.647Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-18T23:44:28.595Z Finished `release` profile [optimized] target(s) in 0.94s
29172026-05-18T23:44:28.671Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-18T23:44:28.727ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-18T23:44:28.730Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-18T23:44:29.264Z Compiling libc v0.2.185
29212026-05-18T23:44:29.265Z Compiling serde v1.0.228
29222026-05-18T23:44:29.268Z Compiling serde_core v1.0.228
29232026-05-18T23:44:29.268Z Compiling rustix v1.1.3
29242026-05-18T23:44:29.358Z Compiling bitflags v2.11.0
29252026-05-18T23:44:29.368Z Compiling serde_json v1.0.149
29262026-05-18T23:44:29.409Z Compiling num-traits v0.2.19
29272026-05-18T23:44:29.418Z Compiling syn v2.0.117
29282026-05-18T23:44:29.438Z Compiling smallvec v1.15.1
29292026-05-18T23:44:29.449Z Compiling usdt-impl v0.5.0
29302026-05-18T23:44:29.452Z Compiling indexmap v2.14.0
29312026-05-18T23:44:29.471Z Compiling syn v1.0.109
29322026-05-18T23:44:29.483Z Compiling getrandom v0.4.1
29332026-05-18T23:44:29.486Z Compiling log v0.4.29
29342026-05-18T23:44:29.610Z Compiling percent-encoding v2.3.2
29352026-05-18T23:44:29.762Z Compiling form_urlencoded v1.2.2
29362026-05-18T23:44:29.823Z Compiling fs-err v3.3.0
29372026-05-18T23:44:29.823Z Compiling anyhow v1.0.102
29382026-05-18T23:44:29.827Z Compiling heck v0.4.1
29392026-05-18T23:44:29.827Z Compiling once_cell v1.21.3
29402026-05-18T23:44:30.080Z Compiling thread-id v4.2.2
29412026-05-18T23:44:30.091Z Compiling errno v0.3.14
29422026-05-18T23:44:30.122Z Compiling memmap v0.7.0
29432026-05-18T23:44:30.396Z Compiling ordered-float v2.10.1
29442026-05-18T23:44:30.926Z Compiling proc-macro-error v1.0.4
29452026-05-18T23:44:31.070Z Compiling terminal_size v0.4.3
29462026-05-18T23:44:31.070Z Compiling tempfile v3.25.0
29472026-05-18T23:44:31.165Z Compiling clap_builder v4.5.60
29482026-05-18T23:44:31.165Z Compiling textwrap v0.16.2
29492026-05-18T23:44:31.187Z Compiling tabled_derive v0.7.0
29502026-05-18T23:44:31.301Z Compiling camino-tempfile v1.4.1
29512026-05-18T23:44:31.830Z Compiling tabled v0.15.0
29522026-05-18T23:44:31.913Z Compiling synstructure v0.13.2
29532026-05-18T23:44:31.913Z Compiling pest_generator v2.8.6
29542026-05-18T23:44:32.307Z Compiling serde_derive v1.0.228
29552026-05-18T23:44:32.307Z Compiling zerofrom-derive v0.1.6
29562026-05-18T23:44:32.311Z Compiling yoke-derive v0.8.1
29572026-05-18T23:44:32.311Z Compiling zerovec-derive v0.11.2
29582026-05-18T23:44:32.311Z Compiling displaydoc v0.2.5
29592026-05-18T23:44:32.311Z Compiling thiserror-impl v1.0.69
29602026-05-18T23:44:32.311Z Compiling zerocopy-derive v0.7.35
29612026-05-18T23:44:32.311Z Compiling scroll_derive v0.12.1
29622026-05-18T23:44:32.311Z Compiling thiserror-impl v2.0.18
29632026-05-18T23:44:32.330Z Compiling clap_derive v4.5.55
29642026-05-18T23:44:32.426Z Compiling pest_derive v2.8.6
29652026-05-18T23:44:33.060Z Compiling scroll v0.12.0
29662026-05-18T23:44:33.135Z Compiling zerocopy v0.7.35
29672026-05-18T23:44:33.389Z Compiling goblin v0.8.2
29682026-05-18T23:44:33.434Z Compiling zerofrom v0.1.6
29692026-05-18T23:44:33.446Z Compiling thiserror v1.0.69
29702026-05-18T23:44:33.510Z Compiling thiserror v2.0.18
29712026-05-18T23:44:33.562Z Compiling yoke v0.8.1
29722026-05-18T23:44:33.565Z Compiling dtrace-parser v0.2.0
29732026-05-18T23:44:33.771Z Compiling zerovec v0.11.5
29742026-05-18T23:44:33.913Z Compiling zerotrie v0.2.3
29752026-05-18T23:44:34.021Z Compiling clap v4.5.60
29762026-05-18T23:44:34.304Z Compiling tinystr v0.8.2
29772026-05-18T23:44:34.388Z Compiling potential_utf v0.1.4
29782026-05-18T23:44:34.541Z Compiling icu_locale_core v2.1.1
29792026-05-18T23:44:34.589Z Compiling icu_collections v2.1.1
29802026-05-18T23:44:35.333Z Compiling icu_provider v2.1.1
29812026-05-18T23:44:35.756Z Compiling icu_properties v2.1.2
29822026-05-18T23:44:35.923Z Compiling icu_normalizer v2.1.1
29832026-05-18T23:44:35.993Z Compiling serde_spanned v0.6.9
29842026-05-18T23:44:36.034Z Compiling toml_datetime v0.6.11
29852026-05-18T23:44:36.060Z Compiling dof v0.3.0
29862026-05-18T23:44:36.166Z Compiling serde_tokenstream v0.2.3
29872026-05-18T23:44:36.202Z Compiling serde-value v0.7.0
29882026-05-18T23:44:36.255Z Compiling toml_edit v0.22.27
29892026-05-18T23:44:36.273Z Compiling cargo-platform v0.2.0
29902026-05-18T23:44:36.363Z Compiling macaddr v1.0.1
29912026-05-18T23:44:36.674Z Compiling idna_adapter v1.2.1
29922026-05-18T23:44:36.794Z Compiling idna v1.1.0
29932026-05-18T23:44:36.840Z Compiling usdt-macro v0.5.0
29942026-05-18T23:44:36.882Z Compiling usdt-attr-macro v0.5.0
29952026-05-18T23:44:37.304Z Compiling url v2.5.8
29962026-05-18T23:44:37.528Z Compiling usdt v0.5.0
29972026-05-18T23:44:37.806Z Compiling toml v0.8.23
29982026-05-18T23:44:38.231Z Compiling cargo-util-schemas v0.8.2
29992026-05-18T23:44:38.231Z Compiling cargo_toml v0.21.0
30002026-05-18T23:44:39.242Z Compiling cargo_metadata v0.21.0
30012026-05-18T23:44:42.325Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-18T23:44:45.366Z Finished `release` profile [optimized] target(s) in 16.61s
30032026-05-18T23:44:45.487Z
30042026-05-18T23:44:45.493Zreal 16.715798967
30052026-05-18T23:44:45.493Zuser 2:21.821208855
30062026-05-18T23:44:45.493Zsys 16.357447854
30072026-05-18T23:44:45.493Ztrap 0.099073218
30082026-05-18T23:44:45.493Ztflt 0.604854574
30092026-05-18T23:44:45.493Zdflt 1.599682532
30102026-05-18T23:44:45.494Zkflt 0.000082594
30112026-05-18T23:44:45.494Zlock 5:19.946423364
30122026-05-18T23:44:45.494Zslp 3:26.011139717
30132026-05-18T23:44:45.494Zlat 5.808401534
30142026-05-18T23:44:45.494Zstop 17.970226312
30152026-05-18T23:44:45.494Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-18T23:44:45.494Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-18T23:44:45.494Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-18T23:44:45.494Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-18T23:44:45.494Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-18T23:44:46.440Z Compiling newtype-uuid-macros v0.1.0
30212026-05-18T23:44:46.443Z Compiling regress v0.10.5
30222026-05-18T23:44:46.443Z Compiling structmeta-derive v0.3.0
30232026-05-18T23:44:46.443Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-18T23:44:46.443Z Compiling rustls v0.22.4
30252026-05-18T23:44:46.586Z Compiling rustls-webpki v0.102.8
30262026-05-18T23:44:46.602Z Compiling multer v3.1.0
30272026-05-18T23:44:46.605Z Compiling compression-core v0.4.31
30282026-05-18T23:44:46.605Z Compiling match_cfg v0.1.0
30292026-05-18T23:44:46.605Z Compiling debug-ignore v1.0.5
30302026-05-18T23:44:46.619Z Compiling slog-json v2.6.1
30312026-05-18T23:44:46.622Z Compiling async-stream-impl v0.3.6
30322026-05-18T23:44:46.639Z Compiling toml_datetime v1.0.0+spec-1.1.0
30332026-05-18T23:44:46.639Z Compiling serde_spanned v1.0.4
30342026-05-18T23:44:46.642Z Compiling dropshot v0.17.0
30352026-05-18T23:44:46.642Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-18T23:44:46.868Z Compiling hostname v0.3.1
30372026-05-18T23:44:46.887Z Compiling progenitor-client v0.14.0
30382026-05-18T23:44:46.918Z Compiling toml v1.0.6+spec-1.1.0
30392026-05-18T23:44:46.936Z Compiling itertools v0.14.0
30402026-05-18T23:44:46.938Z Compiling waitgroup v0.1.2
30412026-05-18T23:44:46.970Z Compiling compression-codecs v0.4.37
30422026-05-18T23:44:46.987Z Compiling slog-bunyan v2.5.0
30432026-05-18T23:44:47.020Z Compiling rustls-pemfile v2.2.0
30442026-05-18T23:44:47.089Z Compiling dropshot_endpoint v0.17.0
30452026-05-18T23:44:47.106Z Compiling hostname v0.4.2
30462026-05-18T23:44:47.109Z Compiling serde_path_to_error v0.1.20
30472026-05-18T23:44:47.162Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30482026-05-18T23:44:47.261Z Compiling async-compression v0.4.41
30492026-05-18T23:44:47.263Z Compiling macaddr v1.0.1
30502026-05-18T23:44:47.263Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30512026-05-18T23:44:47.309Z Compiling instant v0.1.13
30522026-05-18T23:44:47.359Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30532026-05-18T23:44:47.375Z Compiling progenitor-client v0.10.0
30542026-05-18T23:44:47.398Z Compiling async-stream v0.3.6
30552026-05-18T23:44:47.433Z Compiling backon v1.6.0
30562026-05-18T23:44:47.489Z Compiling backoff v0.4.0
30572026-05-18T23:44:47.506Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-18T23:44:47.523Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-18T23:44:47.587Z Compiling universal-hash v0.5.1
30602026-05-18T23:44:47.610Z Compiling progenitor-extras v0.2.0
30612026-05-18T23:44:47.615Z Compiling unsafe-libyaml v0.2.11
30622026-05-18T23:44:47.661Z Compiling opaque-debug v0.3.1
30632026-05-18T23:44:47.703Z Compiling half v2.7.1
30642026-05-18T23:44:47.721Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30652026-05-18T23:44:47.724Z Compiling ciborium-io v0.2.2
30662026-05-18T23:44:47.755Z Compiling crucible-workspace-hack v0.1.0
30672026-05-18T23:44:47.757Z Compiling regress v0.11.1
30682026-05-18T23:44:47.851Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30692026-05-18T23:44:47.874Z Compiling convert_case v0.4.0
30702026-05-18T23:44:47.891Z Compiling aead v0.5.2
30712026-05-18T23:44:47.952Z Compiling secrecy v0.10.3
30722026-05-18T23:44:47.990Z Compiling structmeta v0.3.0
30732026-05-18T23:44:48.007Z Compiling ciborium-ll v0.2.2
30742026-05-18T23:44:48.026Z Compiling poly1305 v0.8.0
30752026-05-18T23:44:48.111Z Compiling chacha20 v0.9.1
30762026-05-18T23:44:48.128Z Compiling serde_yaml v0.9.34+deprecated
30772026-05-18T23:44:48.131Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-18T23:44:48.164Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-18T23:44:48.235Z Compiling ciborium v0.2.2
30802026-05-18T23:44:48.251Z Compiling derive-ex v0.1.8
30812026-05-18T23:44:48.267Z Compiling parse-display-derive v0.10.0
30822026-05-18T23:44:48.286Z Compiling derive_more v0.99.20
30832026-05-18T23:44:48.304Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30842026-05-18T23:44:48.367Z Compiling thiserror-impl-no-std v2.0.2
30852026-05-18T23:44:48.384Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30862026-05-18T23:44:48.435Z Compiling byte-wrapper v0.1.0
30872026-05-18T23:44:48.559Z Compiling password-hash v0.5.0
30882026-05-18T23:44:48.648Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30892026-05-18T23:44:48.648Z Compiling blake2 v0.10.6
30902026-05-18T23:44:48.804Z Compiling chacha20poly1305 v0.10.1
30912026-05-18T23:44:48.820Z Compiling indent_write v2.2.0
30922026-05-18T23:44:48.841Z Compiling heapless v0.8.0
30932026-05-18T23:44:48.907Z Compiling ingot-macros v0.1.1
30942026-05-18T23:44:48.982Z Compiling argon2 v0.5.3
30952026-05-18T23:44:48.998Z Compiling tabwriter v1.4.1
30962026-05-18T23:44:49.001Z Compiling toml_edit v0.23.10+spec-1.0.0
30972026-05-18T23:44:49.169Z Compiling tokio-rustls v0.25.0
30982026-05-18T23:44:49.273Z Compiling num-rational v0.4.2
30992026-05-18T23:44:49.457Z Compiling typify-impl v0.6.2
31002026-05-18T23:44:49.623Z Compiling thiserror-no-std v2.0.2
31012026-05-18T23:44:49.651Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31022026-05-18T23:44:49.742Z Compiling vsss-rs v3.3.4
31032026-05-18T23:44:49.789Z Compiling hash32 v0.3.1
31042026-05-18T23:44:49.893Z Compiling num-complex v0.4.6
31052026-05-18T23:44:49.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31062026-05-18T23:44:49.975Z Compiling smoltcp v0.11.0
31072026-05-18T23:44:50.036Z Compiling test-strategy v0.4.5
31082026-05-18T23:44:50.063Z Compiling parse-display v0.10.0
31092026-05-18T23:44:50.207Z Compiling proc-macro-crate v3.4.0
31102026-05-18T23:44:50.230Z Compiling atomicwrites v0.4.4
31112026-05-18T23:44:50.313Z Compiling num v0.4.3
31122026-05-18T23:44:50.371Z Compiling cobs v0.3.0
31132026-05-18T23:44:50.389Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31142026-05-18T23:44:50.410Z Compiling float-ord v0.3.2
31152026-05-18T23:44:50.437Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31162026-05-18T23:44:50.515Z Compiling colored v3.1.1
31172026-05-18T23:44:50.594Z Compiling postcard v1.1.3
31182026-05-18T23:44:50.612Z Compiling proc-macro-error v1.0.4
31192026-05-18T23:44:50.681Z Compiling proc-macro-crate v1.3.1
31202026-05-18T23:44:50.711Z Compiling foreign-types-macros v0.2.3
31212026-05-18T23:44:50.729Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31222026-05-18T23:44:50.785Z Compiling num_enum_derive v0.7.5
31232026-05-18T23:44:50.900Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-18T23:44:50.952Z Compiling cpufeatures v0.3.0
31252026-05-18T23:44:50.969Z Compiling rayon-core v1.13.0
31262026-05-18T23:44:50.986Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31272026-05-18T23:44:51.044Z Compiling foreign-types-shared v0.3.1
31282026-05-18T23:44:51.063Z Compiling chacha20 v0.10.0
31292026-05-18T23:44:51.125Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31302026-05-18T23:44:51.143Z Compiling num_enum_derive v0.5.11
31312026-05-18T23:44:51.227Z Compiling toml v0.8.23
31322026-05-18T23:44:51.248Z Compiling crossbeam-deque v0.8.6
31332026-05-18T23:44:51.319Z Compiling camino-tempfile v1.4.1
31342026-05-18T23:44:51.345Z Compiling foreign-types v0.5.0
31352026-05-18T23:44:51.348Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-18T23:44:51.376Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31372026-05-18T23:44:51.409Z Compiling cstr-argument v0.1.2
31382026-05-18T23:44:51.460Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31392026-05-18T23:44:51.570Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31402026-05-18T23:44:51.588Z Compiling rand v0.10.0
31412026-05-18T23:44:51.591Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-05-18T23:44:51.696Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31432026-05-18T23:44:51.825Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31442026-05-18T23:44:51.854Z Compiling zone_cfg_derive v0.3.1
31452026-05-18T23:44:51.877Z Compiling rayon v1.11.0
31462026-05-18T23:44:51.899Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-05-18T23:44:51.902Z Compiling ingot-types v0.1.2
31482026-05-18T23:44:51.931Z Compiling num_enum v0.7.5
31492026-05-18T23:44:51.968Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31502026-05-18T23:44:52.046Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31512026-05-18T23:44:52.063Z Compiling itertools v0.12.1
31522026-05-18T23:44:52.078Z Compiling num-derive v0.4.2
31532026-05-18T23:44:52.130Z Compiling sigpipe v0.1.3
31542026-05-18T23:44:52.175Z Compiling prettyplease v0.2.37
31552026-05-18T23:44:52.196Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31562026-05-18T23:44:52.213Z Compiling glob v0.3.3
31572026-05-18T23:44:52.259Z Compiling num_enum v0.5.11
31582026-05-18T23:44:52.283Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31592026-05-18T23:44:52.361Z Compiling ingot v0.1.1
31602026-05-18T23:44:52.364Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31612026-05-18T23:44:52.405Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-05-18T23:44:52.457Z Compiling smf v0.2.3
31632026-05-18T23:44:52.473Z Compiling whoami v1.6.1
31642026-05-18T23:44:52.561Z Compiling usdt-attr-macro v0.5.0
31652026-05-18T23:44:52.619Z Compiling usdt-macro v0.5.0
31662026-05-18T23:44:52.742Z Compiling gethostname v0.5.0
31672026-05-18T23:44:52.788Z Compiling memmap v0.7.0
31682026-05-18T23:44:52.889Z Compiling derive-where v1.6.0
31692026-05-18T23:44:52.905Z Compiling progenitor-client v0.13.0
31702026-05-18T23:44:53.004Z Compiling resolv-conf v0.7.6
31712026-05-18T23:44:53.021Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31722026-05-18T23:44:53.059Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31732026-05-18T23:44:53.177Z Compiling cancel-safe-futures v0.1.5
31742026-05-18T23:44:53.241Z Compiling zone v0.3.1
31752026-05-18T23:44:53.326Z Compiling owo-colors v4.3.0
31762026-05-18T23:44:53.376Z Compiling libsw-core v0.3.2
31772026-05-18T23:44:53.407Z Compiling console v0.15.11
31782026-05-18T23:44:53.442Z Compiling usdt v0.5.0
31792026-05-18T23:44:53.477Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31802026-05-18T23:44:53.575Z Compiling libsw v3.5.0
31812026-05-18T23:44:53.652Z Compiling hickory-proto v0.24.4
31822026-05-18T23:44:53.731Z Compiling newline-converter v0.3.0
31832026-05-18T23:44:53.736Z Compiling linear-map v1.2.0
31842026-05-18T23:44:53.806Z Compiling linked-hash-map v0.5.6
31852026-05-18T23:44:53.869Z Compiling libefi-sys v0.1.0
31862026-05-18T23:44:53.872Z Compiling git-stub v1.0.0
31872026-05-18T23:44:53.934Z Compiling expectorate v1.2.0
31882026-05-18T23:44:53.950Z Compiling bitfield-struct v0.6.2
31892026-05-18T23:44:53.995Z Compiling semver v0.1.20
31902026-05-18T23:44:54.080Z Compiling lru-cache v0.1.2
31912026-05-18T23:44:54.097Z Compiling git-stub-vcs v0.1.0
31922026-05-18T23:44:54.130Z Compiling typify-macro v0.6.2
31932026-05-18T23:44:54.133Z Compiling tokio-dtrace v0.1.1
31942026-05-18T23:44:54.165Z Compiling dropshot-api-manager-types v0.7.1
31952026-05-18T23:44:54.198Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31962026-05-18T23:44:54.231Z Compiling rustc_version v0.1.7
31972026-05-18T23:44:54.316Z Compiling slog-dtrace v0.3.0
31982026-05-18T23:44:54.332Z Compiling minimal-lexical v0.2.1
31992026-05-18T23:44:54.389Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32002026-05-18T23:44:54.407Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32012026-05-18T23:44:54.447Z Compiling oxide-tokio-rt v0.1.4
32022026-05-18T23:44:54.493Z Compiling newtype_derive v0.1.6
32032026-05-18T23:44:54.511Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-05-18T23:44:54.513Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32052026-05-18T23:44:54.547Z Compiling nom v7.1.3
32062026-05-18T23:44:54.550Z Compiling typify-impl v0.4.3
32072026-05-18T23:44:54.622Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-05-18T23:44:54.643Z Compiling phf_shared v0.12.1
32092026-05-18T23:44:54.660Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-05-18T23:44:54.712Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32112026-05-18T23:44:54.747Z Compiling csv-core v0.1.13
32122026-05-18T23:44:54.775Z Compiling highway v1.3.0
32132026-05-18T23:44:54.850Z Compiling xshell-macros v0.2.7
32142026-05-18T23:44:54.983Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32152026-05-18T23:44:55.004Z Compiling chrono-tz v0.10.4
32162026-05-18T23:44:55.040Z Compiling const_format_proc_macros v0.2.34
32172026-05-18T23:44:55.184Z Compiling csv v1.4.0
32182026-05-18T23:44:55.204Z Compiling phf v0.12.1
32192026-05-18T23:44:55.273Z Compiling xshell v0.2.7
32202026-05-18T23:44:55.380Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32212026-05-18T23:44:55.398Z Compiling primeorder v0.13.6
32222026-05-18T23:44:55.643Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32232026-05-18T23:44:55.670Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32242026-05-18T23:44:55.752Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32252026-05-18T23:44:55.785Z Compiling hickory-resolver v0.24.4
32262026-05-18T23:44:55.817Z Compiling tabled_derive v0.7.0
32272026-05-18T23:44:55.921Z Compiling const_format v0.2.35
32282026-05-18T23:44:55.966Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32292026-05-18T23:44:55.986Z Compiling typify v0.6.2
32302026-05-18T23:44:56.003Z Compiling bcs v0.1.6
32312026-05-18T23:44:56.119Z Compiling progenitor-impl v0.14.0
32322026-05-18T23:44:56.136Z Compiling progenitor-impl v0.13.0
32332026-05-18T23:44:56.270Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32342026-05-18T23:44:56.348Z Compiling tagptr v0.2.0
32352026-05-18T23:44:56.500Z Compiling termtree v0.5.1
32362026-05-18T23:44:56.524Z Compiling salty v0.3.0
32372026-05-18T23:44:56.542Z Compiling textwrap v0.16.2
32382026-05-18T23:44:56.560Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32392026-05-18T23:44:56.686Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32402026-05-18T23:44:56.808Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32412026-05-18T23:44:56.826Z Compiling qorb v0.4.1
32422026-05-18T23:44:56.860Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32432026-05-18T23:44:56.924Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32442026-05-18T23:44:56.988Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32452026-05-18T23:44:57.046Z Compiling tabled v0.15.0
32462026-05-18T23:44:57.086Z Compiling moka v0.12.13
32472026-05-18T23:44:57.425Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32482026-05-18T23:44:57.670Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32492026-05-18T23:44:57.769Z Compiling steno v0.4.1
32502026-05-18T23:44:57.853Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32512026-05-18T23:44:57.908Z Compiling humantime v2.3.0
32522026-05-18T23:44:58.037Z Compiling radium v0.7.0
32532026-05-18T23:44:58.040Z Compiling base64 v0.21.7
32542026-05-18T23:44:58.211Z Compiling hickory-resolver v0.25.2
32552026-05-18T23:44:58.375Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32562026-05-18T23:44:58.414Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32572026-05-18T23:44:58.685Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32582026-05-18T23:44:58.732Z Compiling p384 v0.13.1
32592026-05-18T23:44:58.834Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32602026-05-18T23:44:58.852Z Compiling progenitor-macro v0.14.0
32612026-05-18T23:44:58.869Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32622026-05-18T23:44:58.890Z Compiling progenitor-macro v0.13.0
32632026-05-18T23:44:58.944Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32642026-05-18T23:44:59.010Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32652026-05-18T23:44:59.168Z Compiling maybe-uninit v2.0.0
32662026-05-18T23:44:59.196Z Compiling typify-macro v0.4.3
32672026-05-18T23:44:59.333Z Compiling tap v1.0.1
32682026-05-18T23:44:59.399Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32692026-05-18T23:44:59.475Z Compiling wyz v0.5.1
32702026-05-18T23:44:59.565Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-18T23:44:59.639Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-18T23:44:59.700Z Compiling utf-8 v0.7.6
32732026-05-18T23:44:59.727Z Compiling packed_struct v0.10.1
32742026-05-18T23:44:59.907Z Compiling funty v2.0.0
32752026-05-18T23:44:59.939Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32762026-05-18T23:45:00.034Z Compiling parking_lot_core v0.8.6
32772026-05-18T23:45:00.091Z Compiling proc-macro-error2 v2.0.1
32782026-05-18T23:45:00.153Z Compiling tungstenite v0.21.0
32792026-05-18T23:45:00.212Z Compiling polyval v0.6.2
32802026-05-18T23:45:00.290Z Compiling bitvec v1.0.1
32812026-05-18T23:45:00.338Z Compiling packed_struct_codegen v0.10.1
32822026-05-18T23:45:00.390Z Compiling num-derive v0.3.3
32832026-05-18T23:45:00.442Z Compiling bitfield-macros v0.19.4
32842026-05-18T23:45:00.461Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32852026-05-18T23:45:00.482Z Compiling zerocopy-derive v0.6.6
32862026-05-18T23:45:00.540Z Compiling indexmap v1.9.3
32872026-05-18T23:45:00.722Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32882026-05-18T23:45:00.766Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-05-18T23:45:00.782Z Compiling nodrop v0.1.14
32902026-05-18T23:45:00.905Z Compiling crc-catalog v2.4.0
32912026-05-18T23:45:00.976Z Compiling array-init v0.0.4
32922026-05-18T23:45:01.027Z Compiling typify v0.4.3
32932026-05-18T23:45:01.031Z Compiling crc v3.4.0
32942026-05-18T23:45:01.047Z Compiling tokio-tungstenite v0.21.0
32952026-05-18T23:45:01.086Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32962026-05-18T23:45:01.149Z Compiling progenitor-impl v0.11.2
32972026-05-18T23:45:01.235Z Compiling bitfield v0.19.4
32982026-05-18T23:45:01.265Z Compiling tabled_derive v0.11.0
32992026-05-18T23:45:01.343Z Compiling ghash v0.5.1
33002026-05-18T23:45:01.346Z Compiling libscf-sys v1.1.0
33012026-05-18T23:45:01.402Z Compiling zerocopy v0.6.6
33022026-05-18T23:45:01.469Z Compiling smallvec v0.6.14
33032026-05-18T23:45:01.527Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-18T23:45:01.572Z Compiling papergrid v0.17.0
33052026-05-18T23:45:01.746Z Compiling testing_table v0.3.0
33062026-05-18T23:45:01.761Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-18T23:45:01.766Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-18T23:45:01.795Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-18T23:45:01.931Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-18T23:45:01.975Z Compiling ctr v0.9.2
33112026-05-18T23:45:02.100Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-18T23:45:02.120Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-18T23:45:02.172Z Compiling corncobs v0.1.4
33142026-05-18T23:45:02.204Z Compiling unicase v2.9.0
33152026-05-18T23:45:02.334Z Compiling illumos-nvpair-sys v0.2.0
33162026-05-18T23:45:02.351Z Compiling hashbrown v0.12.3
33172026-05-18T23:45:02.430Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-18T23:45:02.447Z Compiling mime_guess v2.0.5
33192026-05-18T23:45:02.484Z Compiling aes-gcm v0.10.3
33202026-05-18T23:45:02.508Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33212026-05-18T23:45:02.576Z Compiling tabled v0.20.0
33222026-05-18T23:45:02.579Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33232026-05-18T23:45:02.707Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-18T23:45:02.858Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33252026-05-18T23:45:02.876Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33262026-05-18T23:45:03.061Z Compiling serde-hex v0.1.0
33272026-05-18T23:45:03.087Z Compiling parking_lot v0.11.2
33282026-05-18T23:45:03.127Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-18T23:45:03.255Z Compiling progenitor-impl v0.10.0
33302026-05-18T23:45:03.501Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-18T23:45:03.524Z Compiling ron v0.8.1
33322026-05-18T23:45:03.559Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-05-18T23:45:03.575Z Compiling hashbrown v0.13.2
33342026-05-18T23:45:03.875Z Compiling progenitor-macro v0.11.2
33352026-05-18T23:45:03.910Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-05-18T23:45:04.049Z Compiling progenitor v0.14.0
33372026-05-18T23:45:04.081Z Compiling progenitor v0.13.0
33382026-05-18T23:45:04.128Z Compiling progenitor-client v0.11.2
33392026-05-18T23:45:04.222Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33402026-05-18T23:45:04.245Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-05-18T23:45:04.341Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-18T23:45:04.486Z Compiling ssh-encoding v0.2.0
33432026-05-18T23:45:04.578Z Compiling blowfish v0.9.1
33442026-05-18T23:45:04.635Z Compiling prefix-trie v0.7.0
33452026-05-18T23:45:04.790Z Compiling fxhash v0.2.1
33462026-05-18T23:45:04.815Z Compiling secrecy v0.8.0
33472026-05-18T23:45:04.851Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33482026-05-18T23:45:04.911Z Compiling crc-any v2.5.0
33492026-05-18T23:45:04.983Z Compiling hickory-server v0.25.2
33502026-05-18T23:45:05.029Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33512026-05-18T23:45:05.104Z Compiling sled v0.34.7
33522026-05-18T23:45:05.141Z Compiling bcrypt-pbkdf v0.10.0
33532026-05-18T23:45:05.182Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33542026-05-18T23:45:05.212Z Compiling ssh-cipher v0.2.0
33552026-05-18T23:45:05.307Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33562026-05-18T23:45:05.468Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33572026-05-18T23:45:05.511Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33582026-05-18T23:45:05.864Z Compiling object v0.30.4
33592026-05-18T23:45:05.898Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33602026-05-18T23:45:06.059Z Compiling progenitor-macro v0.10.0
33612026-05-18T23:45:06.211Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33622026-05-18T23:45:06.248Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33632026-05-18T23:45:06.879Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-18T23:45:06.902Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33652026-05-18T23:45:07.162Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-18T23:45:07.206Z Compiling password-hash v0.4.2
33672026-05-18T23:45:07.494Z Compiling http-range v0.1.5
33682026-05-18T23:45:07.630Z Compiling half v1.8.3
33692026-05-18T23:45:07.735Z Compiling path-slash v0.1.5
33702026-05-18T23:45:07.754Z Compiling crc8 v0.1.1
33712026-05-18T23:45:07.894Z Compiling serde_cbor v0.11.2
33722026-05-18T23:45:07.907Z Compiling pbkdf2 v0.11.0
33732026-05-18T23:45:07.930Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33742026-05-18T23:45:07.952Z Compiling illumos-nvpair v0.3.0
33752026-05-18T23:45:08.237Z Compiling ssh-key v0.6.7
33762026-05-18T23:45:08.521Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-05-18T23:45:08.620Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-05-18T23:45:08.716Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33792026-05-18T23:45:08.892Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-05-18T23:45:08.925Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-05-18T23:45:08.988Z Compiling progenitor v0.11.2
33822026-05-18T23:45:09.158Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33832026-05-18T23:45:09.175Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33842026-05-18T23:45:09.383Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-05-18T23:45:09.512Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-18T23:45:09.610Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-18T23:45:09.629Z Compiling p256 v0.13.2
33882026-05-18T23:45:09.646Z Compiling p521 v0.13.3
33892026-05-18T23:45:09.778Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33902026-05-18T23:45:09.977Z Compiling yasna v0.5.2
33912026-05-18T23:45:10.030Z Compiling kstat-rs v0.2.4
33922026-05-18T23:45:10.098Z Compiling headers-core v0.3.0
33932026-05-18T23:45:10.116Z Compiling nanorand v0.7.0
33942026-05-18T23:45:10.252Z Compiling atty v0.2.14
33952026-05-18T23:45:10.280Z Compiling russh-cryptovec v0.7.3
33962026-05-18T23:45:10.366Z Compiling home v0.5.12
33972026-05-18T23:45:10.390Z Compiling md5 v0.7.0
33982026-05-18T23:45:10.407Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-18T23:45:10.440Z Compiling rcgen v0.12.1
34002026-05-18T23:45:10.456Z Compiling flume v0.11.1
34012026-05-18T23:45:10.473Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34022026-05-18T23:45:10.498Z Compiling headers v0.4.1
34032026-05-18T23:45:10.538Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34042026-05-18T23:45:10.647Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34052026-05-18T23:45:10.695Z Compiling russh-keys v0.45.0
34062026-05-18T23:45:10.736Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34072026-05-18T23:45:10.765Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-18T23:45:10.801Z Compiling hyper-staticfile v0.10.1
34092026-05-18T23:45:11.083Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-18T23:45:11.098Z Compiling progenitor v0.10.0
34112026-05-18T23:45:11.206Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-05-18T23:45:11.289Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34132026-05-18T23:45:11.306Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34142026-05-18T23:45:11.345Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34152026-05-18T23:45:11.364Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34162026-05-18T23:45:11.487Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34172026-05-18T23:45:11.603Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34182026-05-18T23:45:11.691Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34192026-05-18T23:45:11.785Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34202026-05-18T23:45:11.907Z Compiling num-bigint v0.4.6
34212026-05-18T23:45:11.924Z Compiling des v0.8.1
34222026-05-18T23:45:12.003Z Compiling subprocess v0.2.15
34232026-05-18T23:45:12.094Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34242026-05-18T23:45:12.097Z Compiling hex-literal v0.4.1
34252026-05-18T23:45:12.127Z Compiling display-error-chain v0.2.2
34262026-05-18T23:45:12.164Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34272026-05-18T23:45:12.182Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34282026-05-18T23:45:12.246Z Compiling colored v2.2.0
34292026-05-18T23:45:12.293Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34302026-05-18T23:45:12.307Z Compiling socket2 v0.5.10
34312026-05-18T23:45:12.513Z Compiling internet-checksum v0.2.1
34322026-05-18T23:45:12.533Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34332026-05-18T23:45:13.033Z Compiling russh v0.45.0
34342026-05-18T23:45:13.160Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34352026-05-18T23:45:13.188Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34362026-05-18T23:45:15.525Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-18T23:45:15.761Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-18T23:45:16.428Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-18T23:45:16.893Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-18T23:45:18.642Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-18T23:45:26.722Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34422026-05-18T23:45:26.722Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-18T23:45:26.725Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-05-18T23:45:26.725Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-18T23:45:28.490Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-05-18T23:45:28.506Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-18T23:45:32.600Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-18T23:46:11.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34492026-05-18T23:46:12.102Z
34502026-05-18T23:46:12.102Zreal 1:26.560001587
34512026-05-18T23:46:12.102Zuser 8:14.691510432
34522026-05-18T23:46:12.105Zsys 1:40.921849101
34532026-05-18T23:46:12.105Ztrap 0.268097277
34542026-05-18T23:46:12.105Ztflt 0.632248641
34552026-05-18T23:46:12.105Zdflt 1.621560140
34562026-05-18T23:46:12.105Zkflt 0.000238054
34572026-05-18T23:46:12.105Zlock 29:28.317888380
34582026-05-18T23:46:12.105Zslp 19:13.109338869
34592026-05-18T23:46:12.105Zlat 40.216226128
34602026-05-18T23:46:12.105Zstop 2:43.769544757
34612026-05-18T23:46:12.105Z+ mkdir tests
34622026-05-18T23:46:12.108Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-18T23:46:12.108Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-18T23:46:12.183Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3f69dec6bee9e804 tests/
34652026-05-18T23:46:12.211Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-80d6ff3f6918a423 tests/
34662026-05-18T23:46:12.239Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-06c600c6b9aa7541 tests/
34672026-05-18T23:46:12.269Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6a8d9103e588eb6f tests/
34682026-05-18T23:46:12.591Z+ 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/*)
34692026-05-18T23:46:12.594Z+ 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
34702026-05-18T23:47:32.180ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-18T23:47:32.180Za .github/buildomat/ci-env.sh 1K
34722026-05-18T23:47:32.180Za out/target/test 1K
34732026-05-18T23:47:32.180Za out/npuzone/npuzone 27402K
34742026-05-18T23:47:32.180Za package-manifest.toml 35K
34752026-05-18T23:47:32.180Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-18T23:47:32.180Za target/release/omicron-package 46040K
34772026-05-18T23:47:32.180Za target/release/xtask 11449K
34782026-05-18T23:47:32.181Za target/debug/bootstrap 352747K
34792026-05-18T23:47:32.181Za tests/bootstrap-80d6ff3f6918a423 31215K
34802026-05-18T23:47:32.181Za tests/commtest-06c600c6b9aa7541 32300K
34812026-05-18T23:47:32.181Za tests/dhcp_server-3f69dec6bee9e804 31215K
34822026-05-18T23:47:32.181Za tests/end_to_end_tests-6a8d9103e588eb6f 394569K
34832026-05-18T23:47:32.181Za out/clickhouse.tar.gz 319690K
34842026-05-18T23:47:32.181Za out/clickhouse_keeper.tar.gz 305042K
34852026-05-18T23:47:32.181Za out/clickhouse_server.tar.gz 319687K
34862026-05-18T23:47:32.181Za out/cockroachdb.tar.gz 165212K
34872026-05-18T23:47:32.181Za out/crucible-pantry-zone.tar.gz 44224K
34882026-05-18T23:47:32.181Za out/crucible-utils.tar 17744K
34892026-05-18T23:47:32.181Za out/crucible-zone.tar.gz 58362K
34902026-05-18T23:47:32.181Za out/external-dns.tar.gz 49818K
34912026-05-18T23:47:32.181Za out/internal-dns.tar.gz 49818K
34922026-05-18T23:47:32.181Za out/mg-ddm-gz.tar 95141K
34932026-05-18T23:47:32.181Za out/nexus.tar.gz 220802K
34942026-05-18T23:47:32.181Za out/ntp.tar.gz 32189K
34952026-05-18T23:47:32.181Za out/omicron-gateway-softnpu.tar.gz 29645K
34962026-05-18T23:47:32.181Za out/omicron-sled-agent.tar 204636K
34972026-05-18T23:47:32.181Za out/overlay.tar.gz 3K
34982026-05-18T23:47:32.181Za out/oximeter.tar.gz 67896K
34992026-05-18T23:47:32.181Za out/oxlog.tar 3782K
35002026-05-18T23:47:32.181Za out/probe.tar.gz 3037K
35012026-05-18T23:47:32.181Za out/propolis-server.tar.gz 38727K
35022026-05-18T23:47:32.181Za out/pumpkind-gz.tar 26647K
35032026-05-18T23:47:32.181Za out/switch-softnpu.tar.gz 396852K
35042026-05-18T23:47:32.193Z
35052026-05-18T23:47:32.193Zreal 1:19.582507991
35062026-05-18T23:47:32.193Zuser 1:16.946863714
35072026-05-18T23:47:32.193Zsys 4.375468863
35082026-05-18T23:47:32.193Ztrap 0.005997328
35092026-05-18T23:47:32.193Ztflt 0.000000000
35102026-05-18T23:47:32.193Zdflt 0.000000000
35112026-05-18T23:47:32.194Zkflt 0.000000000
35122026-05-18T23:47:32.194Zlock 0.000000000
35132026-05-18T23:47:32.194Zslp 1:16.839076955
35142026-05-18T23:47:32.194Zlat 0.992489378
35152026-05-18T23:47:32.194Zstop 0.000531538
35162026-05-18T23:47:32.194Zprocess exited: duration 906424 ms, exit code 0
 
35172026-05-18T23:47:32.216Zfound 1 output files
35182026-05-18T23:47:32.216Zuploading: /work/package.tar.gz (2447254362 bytes)
35192026-05-18T23:48:27.879Zuploaded: /work/package.tar.gz