01KSK99NNMFG6GKQT6F7XQZH0A: 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: 01KSK9A4THF47YG9QWGDRGSMFC

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-26T23:19:14.376Zjob assigned to worker 01KSK9AA1Z1N6XN5WHMEA6G8N1 [factory aws, i-0fba2847fe8b44076] (queued for 47 s)
 
22026-05-26T23:19:22.551Zstarting task 0: "setup"
32026-05-26T23:19:22.559Z++ uname -s
42026-05-26T23:19:22.562Z+ kern=SunOS
52026-05-26T23:19:22.562Z+ build_user=build
62026-05-26T23:19:22.562Z+ build_uid=12345
72026-05-26T23:19:22.562Z+ work_dir=/work
82026-05-26T23:19:22.562Z+ input_dir=/input
92026-05-26T23:19:22.562Z+ [[ 0 == 12345 ]]
102026-05-26T23:19:22.562Z+ case "$kern" in
112026-05-26T23:19:22.562Z+ groupadd -g 12345 build
122026-05-26T23:19:22.576Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-26T23:19:24.586Z+ zfs create -o mountpoint=/work rpool/work
142026-05-26T23:19:24.662Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-26T23:19:24.666Z+ home_fs=zfs
162026-05-26T23:19:24.666Z+ [[ zfs == autofs ]]
172026-05-26T23:19:24.666Z+ mkdir -p /home/build
182026-05-26T23:19:24.669Z+ chown build:build /home/build /work
192026-05-26T23:19:26.668Z+ chmod 0700 /home/build /work
202026-05-26T23:19:26.672Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-26T23:19:26.679Zstarting task 1: "rust-toolchain"
222026-05-26T23:19:26.686Z * rust toolchain channel = "1.94.0"
232026-05-26T23:19:26.686Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-26T23:19:26.686Z * rust toolchain profile = "default"
252026-05-26T23:19:26.690Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-26T23:19:26.690Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-26T23:19:26.690Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-26T23:19:26.690Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-26T23:19:26.690Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-26T23:19:26.758Zinfo: downloading installer
312026-05-26T23:19:28.399Zwarn: It looks like you have an existing rustup settings file at:
322026-05-26T23:19:28.399Zwarn: /home/build/.rustup/settings.toml
332026-05-26T23:19:28.399Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-26T23:19:28.399Zwarn: instead of the one inferred from the default host triple.
352026-05-26T23:19:28.413Zinfo: profile set to default
362026-05-26T23:19:28.413Zinfo: default host triple is x86_64-unknown-illumos
372026-05-26T23:19:28.416Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-26T23:19:28.561Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-26T23:19:28.564Zinfo: downloading 6 components
402026-05-26T23:19:42.659Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-26T23:19:42.659Z
422026-05-26T23:19:42.693Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-26T23:19:42.693Z
442026-05-26T23:19:42.693Z
452026-05-26T23:19:42.693ZRust is installed now. Great!
462026-05-26T23:19:42.693Z
472026-05-26T23:19:42.693ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-26T23:19:42.693Zenvironment variable. This has not been done automatically.
492026-05-26T23:19:42.693Z
502026-05-26T23:19:42.693ZTo configure your current shell, you need to source
512026-05-26T23:19:42.693Zthe corresponding env file under $HOME/.cargo.
522026-05-26T23:19:42.693Z
532026-05-26T23:19:42.693ZThis is usually done by running one of the following (note the leading DOT):
542026-05-26T23:19:42.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-26T23:19:42.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-26T23:19:42.696Zsource "~/.cargo/env.nu" # For nushell
572026-05-26T23:19:42.696Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-26T23:19:42.696Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-26T23:19:42.696Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-26T23:19:42.696Zwarn: no default linker (`cc`) was found in your PATH
612026-05-26T23:19:42.696Zwarn: many Rust crates require a system C toolchain to build
622026-05-26T23:19:42.796Z+ rustup --version
632026-05-26T23:19:42.802Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-26T23:19:42.807Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-26T23:19:42.824Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-26T23:19:42.826Z+ cargo --version
672026-05-26T23:19:42.835Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-26T23:19:42.838Z+ rustc --version
692026-05-26T23:19:42.857Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-26T23:19:42.860Zprocess exited: duration 16180 ms, exit code 0
 
712026-05-26T23:19:42.866Zstarting task 2: "authentication"
722026-05-26T23:19:42.883Zprocess exited: duration 17 ms, exit code 0
 
732026-05-26T23:19:42.891Zstarting task 3: "clone repository"
742026-05-26T23:19:42.893Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-26T23:19:42.896Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-26T23:19:42.944ZCloning into '/work/oxidecomputer/omicron'...
772026-05-26T23:19:52.758Z+ cd /work/oxidecomputer/omicron
782026-05-26T23:19:52.758Z+ git fetch origin af6067b5dff5ed6fe6873fa669ef5187b35808e5
792026-05-26T23:19:53.015ZFrom https://github.com/oxidecomputer/omicron
802026-05-26T23:19:53.015Z * branch af6067b5dff5ed6fe6873fa669ef5187b35808e5 -> FETCH_HEAD
812026-05-26T23:19:53.029Z+ [[ -n nexus-gzip ]]
822026-05-26T23:19:53.032Z++ git branch --show-current
832026-05-26T23:19:53.035Z+ current=main
842026-05-26T23:19:53.035Z+ [[ main != nexus-gzip ]]
852026-05-26T23:19:53.035Z+ git branch -f nexus-gzip af6067b5dff5ed6fe6873fa669ef5187b35808e5
862026-05-26T23:19:53.038Z+ git checkout -f nexus-gzip
872026-05-26T23:19:53.054ZSwitched to branch 'nexus-gzip'
882026-05-26T23:19:53.059Z+ git reset --hard af6067b5dff5ed6fe6873fa669ef5187b35808e5
892026-05-26T23:19:53.075ZHEAD is now at af6067b5d merge main and resolve conflict
902026-05-26T23:19:53.078Zprocess exited: duration 10187 ms, exit code 0
 
912026-05-26T23:19:53.083Zstarting task 4: "build"
922026-05-26T23:19:53.088Z+ source .github/buildomat/ci-env.sh
932026-05-26T23:19:53.089Z++ export CARGO_TERM_COLOR=always
942026-05-26T23:19:53.089Z++ CARGO_TERM_COLOR=always
952026-05-26T23:19:53.089Z+ cargo --version
962026-05-26T23:19:53.098Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-26T23:19:53.101Z+ rustc --version
982026-05-26T23:19:53.121Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-26T23:19:53.124Z+ WORK=/work
1002026-05-26T23:19:53.124Z+ pfexec mkdir -p /work
1012026-05-26T23:19:53.127Z+ pfexec chown build /work
1022026-05-26T23:19:53.130Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-26T23:19:55.544Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-26T23:19:55.624Z Startup: Caching catalogs ... Done
1052026-05-26T23:19:55.895ZPlanning: Solver setup ... Done (0.229s)
1062026-05-26T23:19:55.913ZPlanning: Running solver ... Done (0.018s)
1072026-05-26T23:19:55.930ZPlanning: Finding local manifests ... Done (0.013s)
1082026-05-26T23:19:55.942ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-26T23:19:55.960ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-26T23:19:55.974ZPlanning: Package planning ... Done (0.014s)
1112026-05-26T23:19:55.976ZPlanning: Merging actions ... Done (0.001s)
1122026-05-26T23:19:56.177ZPlanning: Checking for conflicting actions ... Done (0.201s)
1132026-05-26T23:19:56.180ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-26T23:19:57.852ZPlanning: Evaluating mediators ... Done (1.675s)
1152026-05-26T23:19:57.855ZPlanning: Planning completed in 2.21 seconds
1162026-05-26T23:19:57.862Z Packages to install: 2
1172026-05-26T23:19:57.862Z Estimated space available: 156.07 GB
1182026-05-26T23:19:57.863ZEstimated space to be consumed: 22.53 MB
1192026-05-26T23:19:57.863Z Create boot environment: No
1202026-05-26T23:19:57.863ZCreate backup boot environment: No
1212026-05-26T23:19:57.863Z Rebuild boot archive: No
1222026-05-26T23:19:57.865Z
1232026-05-26T23:19:57.865ZChanged packages:
1242026-05-26T23:19:57.865Zhelios
1252026-05-26T23:19:57.865Z developer/build-essential
1262026-05-26T23:19:57.865Z None -> 11-3.0
1272026-05-26T23:19:57.865Z library/libxmlsec1
1282026-05-26T23:19:57.865Z None -> 1.2.35-3.0
1292026-05-26T23:19:57.926Z
1302026-05-26T23:19:57.926ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-26T23:19:58.402ZDownload: Completed 1.28 MB in 0.48 seconds (2.7M/s)
1322026-05-26T23:19:58.462Z Actions: 1/268 actions (Installing new actions)
1332026-05-26T23:19:58.513Z Actions: Completed 268 actions in 0.05 seconds.
1342026-05-26T23:19:58.548ZFinalize: Updating package state database ... Done (0.035s)
1352026-05-26T23:19:58.549ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-26T23:19:58.567ZFinalize: Updating image state ... Done (0.018s)
1372026-05-26T23:20:01.493ZFinalize: Creating fast lookup database ... Done (2.902s)
1382026-05-26T23:20:01.571ZFinalize: Reading search index ... Done (0.019s)
1392026-05-26T23:20:01.574ZFinalize: Updating search index ... Done (0.000s)
1402026-05-26T23:20:01.661ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-26T23:20:01.960ZPlanning: Evaluating mediator changes ... Done
1422026-05-26T23:20:02.062ZPlanning: Checking for conflicting actions ... Done
1432026-05-26T23:20:02.065ZPlanning: Consolidating action changes ... Done
1442026-05-26T23:20:02.223ZPlanning: Evaluating mediators ... Done
1452026-05-26T23:20:02.225ZPlanning: Planning completed in 0.26 seconds
1462026-05-26T23:20:02.247Z Mediators to change: 2
1472026-05-26T23:20:02.247Z Create boot environment: No
1482026-05-26T23:20:02.247ZCreate backup boot environment: No
1492026-05-26T23:20:02.292ZFinalize: Updating package state database ... Done
1502026-05-26T23:20:02.292ZFinalize: Updating package cache ... Done
1512026-05-26T23:20:02.305ZFinalize: Updating image state ... Done
1522026-05-26T23:20:04.270ZFinalize: Creating fast lookup database ... Done
1532026-05-26T23:20:04.332ZFinalize: Reading search index ... Done
1542026-05-26T23:20:04.337ZFinalize: Updating search index ... Done
1552026-05-26T23:20:04.387ZFinalize: Updating package cache ... Done
1562026-05-26T23:20:04.675ZPlanning: Evaluating mediator changes ... Done
1572026-05-26T23:20:04.780ZPlanning: Checking for conflicting actions ... Done
1582026-05-26T23:20:04.783ZPlanning: Consolidating action changes ... Done
1592026-05-26T23:20:04.942ZPlanning: Evaluating mediators ... Done
1602026-05-26T23:20:04.944ZPlanning: Planning completed in 0.27 seconds
1612026-05-26T23:20:04.965Z Mediators to change: 1
1622026-05-26T23:20:04.965Z Create boot environment: No
1632026-05-26T23:20:04.965ZCreate backup boot environment: No
1642026-05-26T23:20:05.009ZFinalize: Updating package state database ... Done
1652026-05-26T23:20:05.009ZFinalize: Updating package cache ... Done
1662026-05-26T23:20:05.021ZFinalize: Updating image state ... Done
1672026-05-26T23:20:06.959ZFinalize: Creating fast lookup database ... Done
1682026-05-26T23:20:07.021ZFinalize: Reading search index ... Done
1692026-05-26T23:20:07.025ZFinalize: Updating search index ... Done
1702026-05-26T23:20:07.081ZFinalize: Updating package cache ... Done
1712026-05-26T23:20:07.401ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-26T23:20:07.401Zapache system 2.4 system
1732026-05-26T23:20:07.401Zclang system 15 system
1742026-05-26T23:20:07.401Zcsh system system illumos
1752026-05-26T23:20:07.401Zctags system system illumos
1762026-05-26T23:20:07.401Zfile vendor vendor darwinsys
1772026-05-26T23:20:07.401Zfile system system illumos
1782026-05-26T23:20:07.402Zgcc vendor 14 vendor
1792026-05-26T23:20:07.402Zgcc system 13 system
1802026-05-26T23:20:07.402Zgcc system 10 system
1812026-05-26T23:20:07.402Zgo system 1.25 system
1822026-05-26T23:20:07.402Zllvm system 15 system
1832026-05-26T23:20:07.402Zmariadb system 11.4 system
1842026-05-26T23:20:07.402Zmta vendor vendor dma
1852026-05-26T23:20:07.402Zopenjdk system 17 system
1862026-05-26T23:20:07.403Zopenjdk system 11 system
1872026-05-26T23:20:07.403Zopenssl vendor 3 vendor
1882026-05-26T23:20:07.403Zperl system 5.40 system
1892026-05-26T23:20:07.403Zpostgresql system 18 system
1902026-05-26T23:20:07.403Zpostgresql system 17 system
1912026-05-26T23:20:07.403Zpython vendor 3 vendor
1922026-05-26T23:20:07.403Zpython system 2 system
1932026-05-26T23:20:07.403Zpython3 vendor 3.13 vendor
1942026-05-26T23:20:07.403Zruby system 3.4 system
1952026-05-26T23:20:07.403Zruby system 3.0 system
1962026-05-26T23:20:07.403Zwords vendor vendor american-english
1972026-05-26T23:20:07.404Zwords system system australian-english
1982026-05-26T23:20:07.404Zwords system system british-english
1992026-05-26T23:20:07.404Zwords system system canadian-english
2002026-05-26T23:20:07.404Zwords system system french
2012026-05-26T23:20:07.404Zwords system system italian
2022026-05-26T23:20:07.404Zwords system system ngerman
2032026-05-26T23:20:07.405Zwords system system ogerman
2042026-05-26T23:20:07.405Zwords system system spanish
2052026-05-26T23:20:07.665ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-26T23:20:07.665Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-26T23:20:07.950ZFMRI IFO
2082026-05-26T23:20:07.950Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-26T23:20:07.950Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-26T23:20:07.950Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-26T23:20:07.950Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-26T23:20:07.950Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-26T23:20:07.950Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-26T23:20:07.950Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-26T23:20:07.950Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-26T23:20:07.950Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-26T23:20:08.189Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-26T23:20:08.477Z Updating crates.io index
2192026-05-26T23:20:08.480Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-26T23:20:08.758Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-26T23:20:09.639Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-26T23:20:10.056Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-26T23:20:11.306Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-26T23:20:11.830Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-26T23:20:13.614Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-26T23:20:14.467Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-26T23:20:14.738Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-26T23:20:15.643Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-26T23:20:16.091Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-26T23:20:16.642Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-26T23:20:16.877Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-26T23:20:17.950Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-26T23:20:18.396Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-05-26T23:20:18.704Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-05-26T23:20:19.041Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-05-26T23:20:19.429Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-05-26T23:20:19.709Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-05-26T23:20:20.075Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-05-26T23:20:20.284Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-05-26T23:20:20.508Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-05-26T23:20:20.880Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-05-26T23:20:21.223Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-05-26T23:20:21.827Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-05-26T23:20:22.230Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-05-26T23:20:22.548Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-05-26T23:20:22.851Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-05-26T23:20:23.142Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-05-26T23:20:24.429Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-05-26T23:20:25.254Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2502026-05-26T23:20:25.572Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2512026-05-26T23:20:25.874Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2522026-05-26T23:20:26.202Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2532026-05-26T23:20:26.514Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2542026-05-26T23:20:26.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2552026-05-26T23:20:27.352Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2562026-05-26T23:20:27.597Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2572026-05-26T23:20:27.835Z Updating git repository `https://github.com/illumos/smf-rs`
2582026-05-26T23:20:28.206Z Updating git repository `https://github.com/oxidecomputer/omicron`
2592026-05-26T23:20:40.870Z Downloading crates ...
2602026-05-26T23:20:40.916Z Downloaded byteorder v1.5.0
2612026-05-26T23:20:40.919Z Downloaded cfg-if v1.0.4
2622026-05-26T23:20:40.922Z Downloaded fnv v1.0.7
2632026-05-26T23:20:40.925Z Downloaded heck v0.5.0
2642026-05-26T23:20:40.928Z Downloaded potential_utf v0.1.4
2652026-05-26T23:20:40.930Z Downloaded clap_lex v1.0.0
2662026-05-26T23:20:40.935Z Downloaded semver v1.0.28
2672026-05-26T23:20:40.938Z Downloaded cargo_toml v0.21.0
2682026-05-26T23:20:40.941Z Downloaded block-buffer v0.10.4
2692026-05-26T23:20:40.943Z Downloaded unicode-xid v0.2.6
2702026-05-26T23:20:40.944Z Downloaded percent-encoding v2.3.2
2712026-05-26T23:20:40.946Z Downloaded log v0.4.29
2722026-05-26T23:20:40.946Z Downloaded cargo-platform v0.2.0
2732026-05-26T23:20:40.950Z Downloaded memmap v0.7.0
2742026-05-26T23:20:40.954Z Downloaded toml_datetime v0.6.11
2752026-05-26T23:20:40.954Z Downloaded anstyle-query v1.1.5
2762026-05-26T23:20:40.957Z Downloaded usdt v0.5.0
2772026-05-26T23:20:40.957Z Downloaded zerofrom-derive v0.1.6
2782026-05-26T23:20:40.957Z Downloaded zerocopy-derive v0.7.35
2792026-05-26T23:20:40.959Z Downloaded usdt-macro v0.5.0
2802026-05-26T23:20:40.959Z Downloaded once_cell v1.21.3
2812026-05-26T23:20:40.962Z Downloaded bytecount v0.6.9
2822026-05-26T23:20:40.962Z Downloaded anstyle v1.0.13
2832026-05-26T23:20:40.965Z Downloaded version_check v0.9.5
2842026-05-26T23:20:40.965Z Downloaded toml_write v0.1.2
2852026-05-26T23:20:40.965Z Downloaded camino v1.2.2
2862026-05-26T23:20:40.967Z Downloaded anyhow v1.0.102
2872026-05-26T23:20:40.967Z Downloaded bitflags v2.11.0
2882026-05-26T23:20:40.970Z Downloaded autocfg v1.5.0
2892026-05-26T23:20:40.973Z Downloaded equivalent v1.0.2
2902026-05-26T23:20:40.973Z Downloaded typeid v1.0.3
2912026-05-26T23:20:40.973Z Downloaded smawk v0.3.2
2922026-05-26T23:20:40.973Z Downloaded form_urlencoded v1.2.2
2932026-05-26T23:20:40.975Z Downloaded usdt-attr-macro v0.5.0
2942026-05-26T23:20:40.976Z Downloaded yoke-derive v0.8.1
2952026-05-26T23:20:40.976Z Downloaded thiserror-impl v2.0.18
2962026-05-26T23:20:40.978Z Downloaded terminal_size v0.4.3
2972026-05-26T23:20:40.978Z Downloaded scroll_derive v0.12.1
2982026-05-26T23:20:40.978Z Downloaded heck v0.4.1
2992026-05-26T23:20:40.979Z Downloaded camino-tempfile v1.4.1
3002026-05-26T23:20:40.982Z Downloaded anstream v0.6.21
3012026-05-26T23:20:40.985Z Downloaded utf8_iter v1.0.4
3022026-05-26T23:20:40.985Z Downloaded unicode-linebreak v0.1.5
3032026-05-26T23:20:40.985Z Downloaded zerofrom v0.1.6
3042026-05-26T23:20:40.987Z Downloaded thread-id v4.2.2
3052026-05-26T23:20:40.987Z Downloaded pretty-hex v0.4.1
3062026-05-26T23:20:40.987Z Downloaded tabled_derive v0.7.0
3072026-05-26T23:20:40.991Z Downloaded usdt-impl v0.5.0
3082026-05-26T23:20:40.994Z Downloaded tinystr v0.8.2
3092026-05-26T23:20:40.994Z Downloaded strsim v0.11.1
3102026-05-26T23:20:40.997Z Downloaded dof v0.3.0
3112026-05-26T23:20:40.997Z Downloaded plain v0.2.3
3122026-05-26T23:20:40.999Z Downloaded proc-macro-error-attr v1.0.4
3132026-05-26T23:20:40.999Z Downloaded yoke v0.8.1
3142026-05-26T23:20:40.999Z Downloaded crypto-common v0.1.7
3152026-05-26T23:20:41.003Z Downloaded writeable v0.6.2
3162026-05-26T23:20:41.003Z Downloaded zerovec-derive v0.11.2
3172026-05-26T23:20:41.005Z Downloaded utf8parse v0.2.2
3182026-05-26T23:20:41.005Z Downloaded digest v0.10.7
3192026-05-26T23:20:41.005Z Downloaded zmij v1.0.21
3202026-05-26T23:20:41.008Z Downloaded toml v0.8.23
3212026-05-26T23:20:41.008Z Downloaded thiserror v1.0.69
3222026-05-26T23:20:41.011Z Downloaded fs-err v3.3.0
3232026-05-26T23:20:41.013Z Downloaded unicode-ident v1.0.24
3242026-05-26T23:20:41.013Z Downloaded thiserror-impl v1.0.69
3252026-05-26T23:20:41.014Z Downloaded macaddr v1.0.1
3262026-05-26T23:20:41.016Z Downloaded ucd-trie v0.1.7
3272026-05-26T23:20:41.019Z Downloaded thiserror v2.0.18
3282026-05-26T23:20:41.022Z Downloaded itoa v1.0.17
3292026-05-26T23:20:41.022Z Downloaded generic-array v0.14.7
3302026-05-26T23:20:41.022Z Downloaded stable_deref_trait v1.2.1
3312026-05-26T23:20:41.025Z Downloaded ordered-float v2.10.1
3322026-05-26T23:20:41.025Z Downloaded fastrand v2.3.0
3332026-05-26T23:20:41.025Z Downloaded is_terminal_polyfill v1.70.2
3342026-05-26T23:20:41.025Z Downloaded textwrap v0.16.2
3352026-05-26T23:20:41.028Z Downloaded swrite v0.1.0
3362026-05-26T23:20:41.028Z Downloaded dtrace-parser v0.2.0
3372026-05-26T23:20:41.028Z Downloaded idna_adapter v1.2.1
3382026-05-26T23:20:41.028Z Downloaded serde-value v0.7.0
3392026-05-26T23:20:41.031Z Downloaded zerotrie v0.2.3
3402026-05-26T23:20:41.031Z Downloaded errno v0.3.14
3412026-05-26T23:20:41.033Z Downloaded typenum v1.19.0
3422026-05-26T23:20:41.037Z Downloaded toml_edit v0.22.27
3432026-05-26T23:20:41.039Z Downloaded serde_spanned v0.6.9
3442026-05-26T23:20:41.039Z Downloaded sha2 v0.10.9
3452026-05-26T23:20:41.040Z Downloaded scroll v0.12.0
3462026-05-26T23:20:41.040Z Downloaded zerocopy v0.7.35
3472026-05-26T23:20:41.048Z Downloaded url v2.5.8
3482026-05-26T23:20:41.050Z Downloaded zerovec v0.11.5
3492026-05-26T23:20:41.054Z Downloaded proc-macro-error v1.0.4
3502026-05-26T23:20:41.054Z Downloaded anstyle-parse v0.2.7
3512026-05-26T23:20:41.057Z Downloaded winnow v0.7.14
3522026-05-26T23:20:41.060Z Downloaded cargo_metadata v0.21.0
3532026-05-26T23:20:41.063Z Downloaded serde-untagged v0.1.9
3542026-05-26T23:20:41.063Z Downloaded displaydoc v0.2.5
3552026-05-26T23:20:41.066Z Downloaded cpufeatures v0.2.17
3562026-05-26T23:20:41.069Z Downloaded quote v1.0.45
3572026-05-26T23:20:41.071Z Downloaded synstructure v0.13.2
3582026-05-26T23:20:41.071Z Downloaded unicode-width v0.2.0
3592026-05-26T23:20:41.074Z Downloaded unicode-width v0.1.14
3602026-05-26T23:20:41.077Z Downloaded colorchoice v1.0.4
3612026-05-26T23:20:41.081Z Downloaded cargo-util-schemas v0.8.2
3622026-05-26T23:20:41.084Z Downloaded clap_derive v4.5.55
3632026-05-26T23:20:41.086Z Downloaded litemap v0.8.1
3642026-05-26T23:20:41.086Z Downloaded tempfile v3.25.0
3652026-05-26T23:20:41.089Z Downloaded icu_properties_data v2.1.2
3662026-05-26T23:20:41.093Z Downloaded smallvec v1.15.1
3672026-05-26T23:20:41.095Z Downloaded serde_tokenstream v0.2.3
3682026-05-26T23:20:41.110Z Downloaded icu_provider v2.1.1
3692026-05-26T23:20:41.112Z Downloaded pest_generator v2.8.6
3702026-05-26T23:20:41.113Z Downloaded pest_derive v2.8.6
3712026-05-26T23:20:41.113Z Downloaded papergrid v0.11.0
3722026-05-26T23:20:41.116Z Downloaded proc-macro2 v1.0.106
3732026-05-26T23:20:41.118Z Downloaded pest_meta v2.8.6
3742026-05-26T23:20:41.118Z Downloaded getrandom v0.4.1
3752026-05-26T23:20:41.121Z Downloaded serde_core v1.0.228
3762026-05-26T23:20:41.124Z Downloaded num-traits v0.2.19
3772026-05-26T23:20:41.124Z Downloaded clap v4.5.60
3782026-05-26T23:20:41.130Z Downloaded serde_derive v1.0.228
3792026-05-26T23:20:41.138Z Downloaded clap_builder v4.5.60
3802026-05-26T23:20:41.142Z Downloaded icu_normalizer_data v2.1.1
3812026-05-26T23:20:41.145Z Downloaded icu_properties v2.1.2
3822026-05-26T23:20:41.147Z Downloaded icu_normalizer v2.1.1
3832026-05-26T23:20:41.155Z Downloaded hashbrown v0.17.0
3842026-05-26T23:20:41.158Z Downloaded serde v1.0.228
3852026-05-26T23:20:41.165Z Downloaded icu_locale_core v2.1.1
3862026-05-26T23:20:41.168Z Downloaded icu_collections v2.1.1
3872026-05-26T23:20:41.172Z Downloaded memchr v2.8.0
3882026-05-26T23:20:41.176Z Downloaded indexmap v2.14.0
3892026-05-26T23:20:41.182Z Downloaded pest v2.8.6
3902026-05-26T23:20:41.198Z Downloaded serde_json v1.0.149
3912026-05-26T23:20:41.202Z Downloaded idna v1.1.0
3922026-05-26T23:20:41.212Z Downloaded goblin v0.8.2
3932026-05-26T23:20:41.218Z Downloaded tabled v0.15.0
3942026-05-26T23:20:41.228Z Downloaded syn v1.0.109
3952026-05-26T23:20:41.239Z Downloaded syn v2.0.117
3962026-05-26T23:20:41.254Z Downloaded rustix v1.1.3
3972026-05-26T23:20:41.281Z Downloaded libc v0.2.185
3982026-05-26T23:20:43.421Zwarning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/erased-serde/0.4.9/download` (146.75.42.137), got 500
3992026-05-26T23:20:43.421Zbody:
4002026-05-26T23:20:43.421Zerror sending request: generic send error: Error occurred processing send to backend us-west-1
4012026-05-26T23:20:44.280Z Downloaded erased-serde v0.4.9
4022026-05-26T23:20:44.332Z Compiling proc-macro2 v1.0.106
4032026-05-26T23:20:44.335Z Compiling quote v1.0.45
4042026-05-26T23:20:44.335Z Compiling unicode-ident v1.0.24
4052026-05-26T23:20:44.335Z Compiling serde_core v1.0.228
4062026-05-26T23:20:44.335Z Compiling libc v0.2.185
4072026-05-26T23:20:44.335Z Compiling version_check v0.9.5
4082026-05-26T23:20:44.336Z Compiling stable_deref_trait v1.2.1
4092026-05-26T23:20:44.336Z Compiling memchr v2.8.0
4102026-05-26T23:20:44.336Z Compiling serde v1.0.228
4112026-05-26T23:20:44.336Z Compiling zmij v1.0.21
4122026-05-26T23:20:44.336Z Compiling thiserror v1.0.69
4132026-05-26T23:20:44.336Z Compiling autocfg v1.5.0
4142026-05-26T23:20:44.336Z Compiling ucd-trie v0.1.7
4152026-05-26T23:20:44.517Z Compiling itoa v1.0.17
4162026-05-26T23:20:44.520Z Compiling writeable v0.6.2
4172026-05-26T23:20:44.778Z Compiling litemap v0.8.1
4182026-05-26T23:20:44.815Z Compiling byteorder v1.5.0
4192026-05-26T23:20:44.874Z Compiling icu_properties_data v2.1.2
4202026-05-26T23:20:44.879Z Compiling rustix v1.1.3
4212026-05-26T23:20:45.049Z Compiling pest v2.8.6
4222026-05-26T23:20:45.053Z Compiling icu_normalizer_data v2.1.1
4232026-05-26T23:20:45.098Z Compiling bitflags v2.11.0
4242026-05-26T23:20:45.270Z Compiling serde_json v1.0.149
4252026-05-26T23:20:45.304Z Compiling num-traits v0.2.19
4262026-05-26T23:20:45.304Z Compiling smallvec v1.15.1
4272026-05-26T23:20:45.371Z Compiling hashbrown v0.17.0
4282026-05-26T23:20:45.489Z Compiling typeid v1.0.3
4292026-05-26T23:20:45.585Z Compiling equivalent v1.0.2
4302026-05-26T23:20:45.671Z Compiling usdt-impl v0.5.0
4312026-05-26T23:20:45.754Z Compiling proc-macro-error-attr v1.0.4
4322026-05-26T23:20:45.754Z Compiling syn v1.0.109
4332026-05-26T23:20:45.754Z Compiling winnow v0.7.14
4342026-05-26T23:20:45.786Z Compiling errno v0.3.14
4352026-05-26T23:20:45.787Z Compiling thread-id v4.2.2
4362026-05-26T23:20:45.787Z Compiling toml_write v0.1.2
4372026-05-26T23:20:45.832Z Compiling erased-serde v0.4.9
4382026-05-26T23:20:45.875Z Compiling indexmap v2.14.0
4392026-05-26T23:20:45.906Z Compiling proc-macro-error v1.0.4
4402026-05-26T23:20:46.016Z Compiling log v0.4.29
4412026-05-26T23:20:46.034Z Compiling plain v0.2.3
4422026-05-26T23:20:46.089Z Compiling pest_meta v2.8.6
4432026-05-26T23:20:46.106Z Compiling getrandom v0.4.1
4442026-05-26T23:20:46.127Z Compiling percent-encoding v2.3.2
4452026-05-26T23:20:46.173Z Compiling utf8_iter v1.0.4
4462026-05-26T23:20:46.183Z Compiling utf8parse v0.2.2
4472026-05-26T23:20:46.258Z Compiling syn v2.0.117
4482026-05-26T23:20:46.281Z Compiling thiserror v2.0.18
4492026-05-26T23:20:46.324Z Compiling camino v1.2.2
4502026-05-26T23:20:46.369Z Compiling form_urlencoded v1.2.2
4512026-05-26T23:20:46.389Z Compiling anstyle-parse v0.2.7
4522026-05-26T23:20:46.556Z Compiling ordered-float v2.10.1
4532026-05-26T23:20:46.577Z Compiling is_terminal_polyfill v1.70.2
4542026-05-26T23:20:46.615Z Compiling colorchoice v1.0.4
4552026-05-26T23:20:46.618Z Compiling anstyle v1.0.13
4562026-05-26T23:20:46.654Z Compiling cfg-if v1.0.4
4572026-05-26T23:20:46.711Z Compiling pretty-hex v0.4.1
4582026-05-26T23:20:46.745Z Compiling anstyle-query v1.1.5
4592026-05-26T23:20:46.803Z Compiling fs-err v3.3.0
4602026-05-26T23:20:46.845Z Compiling anstream v0.6.21
4612026-05-26T23:20:46.878Z Compiling terminal_size v0.4.3
4622026-05-26T23:20:46.881Z Compiling clap_lex v1.0.0
4632026-05-26T23:20:46.914Z Compiling heck v0.4.1
4642026-05-26T23:20:46.914Z Compiling once_cell v1.21.3
4652026-05-26T23:20:46.952Z Compiling unicode-width v0.1.14
4662026-05-26T23:20:46.980Z Compiling fastrand v2.3.0
4672026-05-26T23:20:47.026Z Compiling bytecount v0.6.9
4682026-05-26T23:20:47.077Z Compiling fnv v1.0.7
4692026-05-26T23:20:47.211Z Compiling semver v1.0.28
4702026-05-26T23:20:47.271Z Compiling strsim v0.11.1
4712026-05-26T23:20:47.274Z Compiling heck v0.5.0
4722026-05-26T23:20:47.274Z Compiling anyhow v1.0.102
4732026-05-26T23:20:47.334Z Compiling unicode-xid v0.2.6
4742026-05-26T23:20:47.337Z Compiling tempfile v3.25.0
4752026-05-26T23:20:47.337Z Compiling papergrid v0.11.0
4762026-05-26T23:20:47.477Z Compiling clap_builder v4.5.60
4772026-05-26T23:20:47.512Z Compiling memmap v0.7.0
4782026-05-26T23:20:47.611Z Compiling serde-untagged v0.1.9
4792026-05-26T23:20:47.657Z Compiling unicode-width v0.2.0
4802026-05-26T23:20:47.674Z Compiling unicode-linebreak v0.1.5
4812026-05-26T23:20:47.708Z Compiling smawk v0.3.2
4822026-05-26T23:20:47.727Z Compiling camino-tempfile v1.4.1
4832026-05-26T23:20:47.798Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4842026-05-26T23:20:47.871Z Compiling swrite v0.1.0
4852026-05-26T23:20:47.913Z Compiling textwrap v0.16.2
4862026-05-26T23:20:48.191Z Compiling tabled_derive v0.7.0
4872026-05-26T23:20:48.805Z Compiling synstructure v0.13.2
4882026-05-26T23:20:48.805Z Compiling pest_generator v2.8.6
4892026-05-26T23:20:48.843Z Compiling tabled v0.15.0
4902026-05-26T23:20:49.364Z Compiling serde_derive v1.0.228
4912026-05-26T23:20:49.365Z Compiling zerofrom-derive v0.1.6
4922026-05-26T23:20:49.365Z Compiling yoke-derive v0.8.1
4932026-05-26T23:20:49.368Z Compiling zerovec-derive v0.11.2
4942026-05-26T23:20:49.368Z Compiling displaydoc v0.2.5
4952026-05-26T23:20:49.368Z Compiling thiserror-impl v1.0.69
4962026-05-26T23:20:49.368Z Compiling zerocopy-derive v0.7.35
4972026-05-26T23:20:49.368Z Compiling scroll_derive v0.12.1
4982026-05-26T23:20:49.368Z Compiling thiserror-impl v2.0.18
4992026-05-26T23:20:49.368Z Compiling clap_derive v4.5.55
5002026-05-26T23:20:49.438Z Compiling pest_derive v2.8.6
5012026-05-26T23:20:50.120Z Compiling scroll v0.12.0
5022026-05-26T23:20:50.143Z Compiling zerocopy v0.7.35
5032026-05-26T23:20:50.349Z Compiling goblin v0.8.2
5042026-05-26T23:20:50.576Z Compiling zerofrom v0.1.6
5052026-05-26T23:20:50.606Z Compiling dtrace-parser v0.2.0
5062026-05-26T23:20:50.689Z Compiling yoke v0.8.1
5072026-05-26T23:20:50.751Z Compiling clap v4.5.60
5082026-05-26T23:20:50.834Z Compiling zerovec v0.11.5
5092026-05-26T23:20:50.834Z Compiling zerotrie v0.2.3
5102026-05-26T23:20:51.246Z Compiling tinystr v0.8.2
5112026-05-26T23:20:51.246Z Compiling potential_utf v0.1.4
5122026-05-26T23:20:51.379Z Compiling icu_collections v2.1.1
5132026-05-26T23:20:51.404Z Compiling icu_locale_core v2.1.1
5142026-05-26T23:20:51.926Z Compiling icu_provider v2.1.1
5152026-05-26T23:20:51.945Z Compiling dof v0.3.0
5162026-05-26T23:20:51.948Z Compiling serde_tokenstream v0.2.3
5172026-05-26T23:20:51.960Z Compiling serde_spanned v0.6.9
5182026-05-26T23:20:51.978Z Compiling toml_datetime v0.6.11
5192026-05-26T23:20:51.981Z Compiling serde-value v0.7.0
5202026-05-26T23:20:51.982Z Compiling cargo-platform v0.2.0
5212026-05-26T23:20:51.982Z Compiling macaddr v1.0.1
5222026-05-26T23:20:52.171Z Compiling icu_properties v2.1.2
5232026-05-26T23:20:52.173Z Compiling icu_normalizer v2.1.1
5242026-05-26T23:20:52.318Z Compiling toml_edit v0.22.27
5252026-05-26T23:20:52.702Z Compiling usdt-attr-macro v0.5.0
5262026-05-26T23:20:52.705Z Compiling usdt-macro v0.5.0
5272026-05-26T23:20:53.001Z Compiling idna_adapter v1.2.1
5282026-05-26T23:20:53.112Z Compiling idna v1.1.0
5292026-05-26T23:20:53.291Z Compiling usdt v0.5.0
5302026-05-26T23:20:53.409Z Compiling url v2.5.8
5312026-05-26T23:20:53.596Z Compiling toml v0.8.23
5322026-05-26T23:20:53.927Z Compiling cargo-util-schemas v0.8.2
5332026-05-26T23:20:53.927Z Compiling cargo_toml v0.21.0
5342026-05-26T23:20:54.723Z Compiling cargo_metadata v0.21.0
5352026-05-26T23:20:55.630Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5362026-05-26T23:20:57.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
5372026-05-26T23:20:57.983Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5382026-05-26T23:20:58.541Z Downloading crates ...
5392026-05-26T23:20:58.630Z Downloaded adler2 v2.0.1
5402026-05-26T23:20:58.644Z Downloaded aead v0.5.2
5412026-05-26T23:20:58.647Z Downloaded convert_case v0.10.0
5422026-05-26T23:20:58.650Z Downloaded colored v2.2.0
5432026-05-26T23:20:58.653Z Downloaded aes-gcm v0.10.3
5442026-05-26T23:20:58.656Z Downloaded aes v0.8.4
5452026-05-26T23:20:58.658Z Downloaded crc8 v0.1.1
5462026-05-26T23:20:58.661Z Downloaded crunchy v0.2.4
5472026-05-26T23:20:58.661Z Downloaded crc32fast v1.5.0
5482026-05-26T23:20:58.664Z Downloaded async-stream v0.3.6
5492026-05-26T23:20:58.664Z Downloaded dirs-next v2.0.0
5502026-05-26T23:20:58.667Z Downloaded darling_macro v0.20.11
5512026-05-26T23:20:58.667Z Downloaded bcs v0.1.6
5522026-05-26T23:20:58.667Z Downloaded ascii-canvas v3.0.0
5532026-05-26T23:20:58.670Z Downloaded float-ord v0.3.2
5542026-05-26T23:20:58.670Z Downloaded foreign-types v0.3.2
5552026-05-26T23:20:58.670Z Downloaded display-error-chain v0.2.2
5562026-05-26T23:20:58.670Z Downloaded derive_builder_macro v0.20.2
5572026-05-26T23:20:58.672Z Downloaded bitfield-struct v0.6.2
5582026-05-26T23:20:58.672Z Downloaded defmt-parser v1.0.0
5592026-05-26T23:20:58.672Z Downloaded cmake v0.1.57
5602026-05-26T23:20:58.675Z Downloaded cassowary v0.3.0
5612026-05-26T23:20:58.675Z Downloaded daft-derive v0.1.7
5622026-05-26T23:20:58.678Z Downloaded async-bb8-diesel v0.2.1
5632026-05-26T23:20:58.681Z Downloaded cfg_aliases v0.2.1
5642026-05-26T23:20:58.681Z Downloaded chacha20poly1305 v0.10.1
5652026-05-26T23:20:58.681Z Downloaded bit-vec v0.8.0
5662026-05-26T23:20:58.683Z Downloaded dunce v1.0.5
5672026-05-26T23:20:58.683Z Downloaded darling v0.13.4
5682026-05-26T23:20:58.686Z Downloaded ed25519 v2.2.3
5692026-05-26T23:20:58.686Z Downloaded crossbeam-utils v0.8.21
5702026-05-26T23:20:58.689Z Downloaded curve25519-dalek-derive v0.1.1
5712026-05-26T23:20:58.689Z Downloaded der_derive v0.7.3
5722026-05-26T23:20:58.692Z Downloaded cobs v0.3.0
5732026-05-26T23:20:58.692Z Downloaded crc-catalog v2.4.0
5742026-05-26T23:20:58.692Z Downloaded bb8 v0.8.6
5752026-05-26T23:20:58.694Z Downloaded crucible-workspace-hack v0.1.0
5762026-05-26T23:20:58.694Z Downloaded castaway v0.2.4
5772026-05-26T23:20:58.694Z Downloaded allocator-api2 v0.2.21
5782026-05-26T23:20:58.697Z Downloaded ciborium v0.2.2
5792026-05-26T23:20:58.697Z Downloaded chacha20 v0.9.1
5802026-05-26T23:20:58.700Z Downloaded array-init v0.0.4
5812026-05-26T23:20:58.700Z Downloaded cfg_aliases v0.1.1
5822026-05-26T23:20:58.700Z Downloaded atomic-waker v1.1.2
5832026-05-26T23:20:58.703Z Downloaded assert_matches v1.5.0
5842026-05-26T23:20:58.703Z Downloaded data-encoding v2.10.0
5852026-05-26T23:20:58.703Z Downloaded bcrypt-pbkdf v0.10.0
5862026-05-26T23:20:58.706Z Downloaded darling v0.23.0
5872026-05-26T23:20:58.708Z Downloaded arrayref v0.3.9
5882026-05-26T23:20:58.708Z Downloaded atomicwrites v0.4.4
5892026-05-26T23:20:58.711Z Downloaded csv-core v0.1.13
5902026-05-26T23:20:58.711Z Downloaded async-recursion v1.1.1
5912026-05-26T23:20:58.714Z Downloaded convert_case v0.4.0
5922026-05-26T23:20:58.714Z Downloaded bit-set v0.5.3
5932026-05-26T23:20:58.714Z Downloaded bit-set v0.8.0
5942026-05-26T23:20:58.718Z Downloaded cstr-argument v0.1.2
5952026-05-26T23:20:58.718Z Downloaded float-cmp v0.10.0
5962026-05-26T23:20:58.718Z Downloaded flagset v0.4.7
5972026-05-26T23:20:58.721Z Downloaded dropshot_endpoint v0.17.0
5982026-05-26T23:20:58.721Z Downloaded elliptic-curve v0.13.8
5992026-05-26T23:20:58.724Z Downloaded find-msvc-tools v0.1.9
6002026-05-26T23:20:58.724Z Downloaded darling_core v0.21.3
6012026-05-26T23:20:58.727Z Downloaded console v0.16.2
6022026-05-26T23:20:58.730Z Downloaded colored v3.1.1
6032026-05-26T23:20:58.732Z Downloaded darling_macro v0.13.4
6042026-05-26T23:20:58.733Z Downloaded document-features v0.2.12
6052026-05-26T23:20:58.733Z Downloaded async-stream-impl v0.3.6
6062026-05-26T23:20:58.733Z Downloaded derive-where v1.6.0
6072026-05-26T23:20:58.736Z Downloaded embedded-io v0.6.1
6082026-05-26T23:20:58.736Z Downloaded dirs-sys-next v0.1.2
6092026-05-26T23:20:58.739Z Downloaded darling_macro v0.23.0
6102026-05-26T23:20:58.739Z Downloaded dtrace-parser v0.3.0
6112026-05-26T23:20:58.739Z Downloaded futures-macro v0.3.32
6122026-05-26T23:20:58.739Z Downloaded cpufeatures v0.3.0
6132026-05-26T23:20:58.742Z Downloaded compression-core v0.4.31
6142026-05-26T23:20:58.742Z Downloaded critical-section v1.2.0
6152026-05-26T23:20:58.742Z Downloaded block-padding v0.3.3
6162026-05-26T23:20:58.746Z Downloaded crc v3.4.0
6172026-05-26T23:20:58.746Z Downloaded downcast-rs v2.0.2
6182026-05-26T23:20:58.746Z Downloaded ciborium-io v0.2.2
6192026-05-26T23:20:58.749Z Downloaded futures-sink v0.3.32
6202026-05-26T23:20:58.749Z Downloaded fd-lock v4.0.4
6212026-05-26T23:20:58.749Z Downloaded enum-as-inner v0.6.1
6222026-05-26T23:20:58.751Z Downloaded dyn-clone v1.0.20
6232026-05-26T23:20:58.751Z Downloaded base16ct v0.2.0
6242026-05-26T23:20:58.751Z Downloaded atty v0.2.14
6252026-05-26T23:20:58.754Z Downloaded defmt v0.3.100
6262026-05-26T23:20:58.754Z Downloaded diesel_table_macro_syntax v0.3.0
6272026-05-26T23:20:58.757Z Downloaded foreign-types-shared v0.3.1
6282026-05-26T23:20:58.762Z Downloaded bitfield-macros v0.19.4
6292026-05-26T23:20:58.762Z Downloaded compression-codecs v0.4.37
6302026-05-26T23:20:58.762Z Downloaded fxhash v0.2.1
6312026-05-26T23:20:58.766Z Downloaded fixedbitset v0.4.2
6322026-05-26T23:20:58.766Z Downloaded endian-type v0.1.2
6332026-05-26T23:20:58.766Z Downloaded difflib v0.4.0
6342026-05-26T23:20:58.766Z Downloaded dsl_auto_type v0.2.0
6352026-05-26T23:20:58.768Z Downloaded debug-ignore v1.0.5
6362026-05-26T23:20:58.768Z Downloaded blowfish v0.9.1
6372026-05-26T23:20:58.768Z Downloaded dropshot-api-manager-types v0.7.2
6382026-05-26T23:20:58.771Z Downloaded foldhash v0.1.5
6392026-05-26T23:20:58.771Z Downloaded fixedbitset v0.5.7
6402026-05-26T23:20:58.771Z Downloaded env_filter v1.0.0
6412026-05-26T23:20:58.774Z Downloaded embedded-io v0.4.0
6422026-05-26T23:20:58.774Z Downloaded foreign-types-macros v0.2.3
6432026-05-26T23:20:58.774Z Downloaded cancel-safe-futures v0.1.5
6442026-05-26T23:20:58.777Z Downloaded futures-task v0.3.32
6452026-05-26T23:20:58.777Z Downloaded futures-core v0.3.32
6462026-05-26T23:20:58.779Z Downloaded bzip2 v0.6.1
6472026-05-26T23:20:58.779Z Downloaded bit-vec v0.6.3
6482026-05-26T23:20:58.782Z Downloaded ciborium-ll v0.2.2
6492026-05-26T23:20:58.782Z Downloaded darling_macro v0.21.3
6502026-05-26T23:20:58.786Z Downloaded globwalk v0.9.1
6512026-05-26T23:20:58.786Z Downloaded ghash v0.5.1
6522026-05-26T23:20:58.786Z Downloaded futures-io v0.3.32
6532026-05-26T23:20:58.788Z Downloaded foreign-types-shared v0.1.1
6542026-05-26T23:20:58.788Z Downloaded funty v2.0.0
6552026-05-26T23:20:58.788Z Downloaded gethostname v0.5.0
6562026-05-26T23:20:58.788Z Downloaded foreign-types v0.5.0
6572026-05-26T23:20:58.791Z Downloaded hash32 v0.3.1
6582026-05-26T23:20:58.791Z Downloaded git-stub v1.0.0
6592026-05-26T23:20:58.791Z Downloaded crossbeam-channel v0.5.15
6602026-05-26T23:20:58.795Z Downloaded ena v0.14.4
6612026-05-26T23:20:58.800Z Downloaded ecdsa v0.16.9
6622026-05-26T23:20:58.800Z Downloaded ctr v0.9.2
6632026-05-26T23:20:58.803Z Downloaded foldhash v0.2.0
6642026-05-26T23:20:58.803Z Downloaded constant_time_eq v0.4.2
6652026-05-26T23:20:58.803Z Downloaded const_format_proc_macros v0.2.34
6662026-05-26T23:20:58.803Z Downloaded hash32 v0.2.1
6672026-05-26T23:20:58.806Z Downloaded hostname v0.3.1
6682026-05-26T23:20:58.806Z Downloaded argon2 v0.5.3
6692026-05-26T23:20:58.809Z Downloaded cbc v0.1.2
6702026-05-26T23:20:58.809Z Downloaded cargo_metadata v0.23.1
6712026-05-26T23:20:58.809Z Downloaded buf-list v1.1.2
6722026-05-26T23:20:58.812Z Downloaded hubpack_derive v0.1.1
6732026-05-26T23:20:58.812Z Downloaded http-body v1.0.1
6742026-05-26T23:20:58.812Z Downloaded cexpr v0.6.0
6752026-05-26T23:20:58.816Z Downloaded either v1.15.0
6762026-05-26T23:20:58.816Z Downloaded headers-core v0.3.0
6772026-05-26T23:20:58.821Z Downloaded dof v0.4.0
6782026-05-26T23:20:58.822Z Downloaded diesel-dtrace v0.5.0
6792026-05-26T23:20:58.822Z Downloaded defmt v1.0.1
6802026-05-26T23:20:58.827Z Downloaded hex-literal v0.4.1
6812026-05-26T23:20:58.827Z Downloaded deranged v0.5.8
6822026-05-26T23:20:58.827Z Downloaded home v0.5.12
6832026-05-26T23:20:58.827Z Downloaded fallible-iterator v0.2.0
6842026-05-26T23:20:58.827Z Downloaded bitfield v0.19.4
6852026-05-26T23:20:58.827Z Downloaded base64ct v1.8.3
6862026-05-26T23:20:58.830Z Downloaded cargo-platform v0.3.2
6872026-05-26T23:20:58.830Z Downloaded ff v0.13.1
6882026-05-26T23:20:58.830Z Downloaded erased-serde v0.3.31
6892026-05-26T23:20:58.830Z Downloaded hubpack v0.1.2
6902026-05-26T23:20:58.833Z Downloaded byte-wrapper v0.1.0
6912026-05-26T23:20:58.833Z Downloaded bzip2 v0.4.4
6922026-05-26T23:20:58.836Z Downloaded blake2 v0.10.6
6932026-05-26T23:20:58.836Z Downloaded backoff v0.4.0
6942026-05-26T23:20:58.839Z Downloaded des v0.8.1
6952026-05-26T23:20:58.839Z Downloaded defmt-macros v1.0.1
6962026-05-26T23:20:58.843Z Downloaded daft v0.1.7
6972026-05-26T23:20:58.843Z Downloaded console v0.15.11
6982026-05-26T23:20:58.846Z Downloaded httpdate v1.0.3
6992026-05-26T23:20:58.846Z Downloaded http-range v0.1.5
7002026-05-26T23:20:58.846Z Downloaded env_logger v0.11.9
7012026-05-26T23:20:58.846Z Downloaded chacha20 v0.10.0
7022026-05-26T23:20:58.848Z Downloaded illumos-nvpair-sys v0.2.0
7032026-05-26T23:20:58.849Z Downloaded illumos-nvpair v0.3.0
7042026-05-26T23:20:58.849Z Downloaded ident_case v1.0.1
7052026-05-26T23:20:58.852Z Downloaded cipher v0.4.4
7062026-05-26T23:20:58.852Z Downloaded fs_extra v1.3.0
7072026-05-26T23:20:58.852Z Downloaded globset v0.4.18
7082026-05-26T23:20:58.852Z Downloaded git-stub-vcs v0.1.0
7092026-05-26T23:20:58.855Z Downloaded futures-executor v0.3.32
7102026-05-26T23:20:58.855Z Downloaded camino-tempfile-ext v0.3.3
7112026-05-26T23:20:58.858Z Downloaded fs-err v2.11.0
7122026-05-26T23:20:58.858Z Downloaded is_ci v1.2.0
7132026-05-26T23:20:58.858Z Downloaded instability v0.3.11
7142026-05-26T23:20:58.860Z Downloaded inout v0.1.4
7152026-05-26T23:20:58.860Z Downloaded internet-checksum v0.2.1
7162026-05-26T23:20:58.861Z Downloaded indoc v1.0.9
7172026-05-26T23:20:58.863Z Downloaded glob v0.3.3
7182026-05-26T23:20:58.863Z Downloaded lazy_static v1.5.0
7192026-05-26T23:20:58.866Z Downloaded corncobs v0.1.4
7202026-05-26T23:20:58.866Z Downloaded const-oid v0.9.6
7212026-05-26T23:20:58.869Z Downloaded hostname v0.4.2
7222026-05-26T23:20:58.869Z Downloaded group v0.13.0
7232026-05-26T23:20:58.872Z Downloaded arrayvec v0.7.6
7242026-05-26T23:20:58.872Z Downloaded kstat-rs v0.2.4
7252026-05-26T23:20:58.872Z Downloaded async-trait v0.1.89
7262026-05-26T23:20:58.875Z Downloaded cookie v0.18.1
7272026-05-26T23:20:58.877Z Downloaded keccak v0.1.6
7282026-05-26T23:20:58.877Z Downloaded is-terminal v0.4.17
7292026-05-26T23:20:58.880Z Downloaded ahash v0.8.12
7302026-05-26T23:20:58.880Z Downloaded darling v0.21.3
7312026-05-26T23:20:58.883Z Downloaded lalrpop-util v0.19.12
7322026-05-26T23:20:58.885Z Downloaded http-body-util v0.1.3
7332026-05-26T23:20:58.885Z Downloaded hex v0.4.3
7342026-05-26T23:20:58.885Z Downloaded crossbeam-deque v0.8.6
7352026-05-26T23:20:58.888Z Downloaded libscf-sys v1.1.0
7362026-05-26T23:20:58.888Z Downloaded derive_builder_core v0.20.2
7372026-05-26T23:20:58.891Z Downloaded backon v1.6.0
7382026-05-26T23:20:58.891Z Downloaded derive_builder v0.20.2
7392026-05-26T23:20:58.894Z Downloaded hyper-staticfile v0.10.1
7402026-05-26T23:20:58.896Z Downloaded cc v1.2.56
7412026-05-26T23:20:58.899Z Downloaded linked-hash-map v0.5.6
7422026-05-26T23:20:58.899Z Downloaded darling_core v0.13.4
7432026-05-26T23:20:58.902Z Downloaded hyper-tls v0.6.0
7442026-05-26T23:20:58.904Z Downloaded impl-trait-for-tuples v0.2.3
7452026-05-26T23:20:58.904Z Downloaded humantime v2.3.0
7462026-05-26T23:20:58.907Z Downloaded getrandom v0.2.17
7472026-05-26T23:20:58.907Z Downloaded memoffset v0.9.1
7482026-05-26T23:20:58.910Z Downloaded md5 v0.7.0
7492026-05-26T23:20:58.910Z Downloaded maplit v1.0.2
7502026-05-26T23:20:58.910Z Downloaded lru-slab v0.1.2
7512026-05-26T23:20:58.910Z Downloaded lru-cache v0.1.2
7522026-05-26T23:20:58.913Z Downloaded indent_write v2.2.0
7532026-05-26T23:20:58.913Z Downloaded lzss v0.8.2
7542026-05-26T23:20:58.913Z Downloaded mime v0.3.17
7552026-05-26T23:20:58.915Z Downloaded derive_more v2.1.1
7562026-05-26T23:20:58.921Z Downloaded nonempty v0.12.0
7572026-05-26T23:20:58.924Z Downloaded newtype_derive v0.1.6
7582026-05-26T23:20:58.924Z Downloaded new_debug_unreachable v1.0.6
7592026-05-26T23:20:58.924Z Downloaded ipnet v2.11.0
7602026-05-26T23:20:58.926Z Downloaded newtype-uuid-macros v0.1.0
7612026-05-26T23:20:58.926Z Downloaded instant v0.1.13
7622026-05-26T23:20:58.927Z Downloaded normalize-line-endings v0.3.0
7632026-05-26T23:20:58.930Z Downloaded num-derive v0.3.3
7642026-05-26T23:20:58.930Z Downloaded num v0.4.3
7652026-05-26T23:20:58.930Z Downloaded num-conv v0.2.0
7662026-05-26T23:20:58.930Z Downloaded nodrop v0.1.14
7672026-05-26T23:20:58.933Z Downloaded nibble_vec v0.1.0
7682026-05-26T23:20:58.933Z Downloaded newline-converter v0.3.0
7692026-05-26T23:20:58.933Z Downloaded darling v0.20.11
7702026-05-26T23:20:58.936Z Downloaded ipnetwork v0.21.1
7712026-05-26T23:20:58.938Z Downloaded cookie_store v0.22.1
7722026-05-26T23:20:58.938Z Downloaded crc-any v2.5.0
7732026-05-26T23:20:58.941Z Downloaded clang-sys v1.8.1
7742026-05-26T23:20:58.941Z Downloaded ingot-types v0.1.2
7752026-05-26T23:20:58.944Z Downloaded ingot v0.1.1
7762026-05-26T23:20:58.944Z Downloaded libefi-sys v0.1.0
7772026-05-26T23:20:58.944Z Downloaded jobserver v0.1.34
7782026-05-26T23:20:58.946Z Downloaded indoc v2.0.7
7792026-05-26T23:20:58.949Z Downloaded fatfs v0.3.6
7802026-05-26T23:20:58.949Z Downloaded getrandom v0.3.4
7812026-05-26T23:20:58.952Z Downloaded libsw v3.5.0
7822026-05-26T23:20:58.954Z Downloaded hyper-rustls v0.27.7
7832026-05-26T23:20:58.954Z Downloaded libloading v0.8.9
7842026-05-26T23:20:58.957Z Downloaded httparse v1.10.1
7852026-05-26T23:20:58.957Z Downloaded drift v0.2.0
7862026-05-26T23:20:58.963Z Downloaded openssl-probe v0.2.1
7872026-05-26T23:20:58.966Z Downloaded openssl-macros v0.1.1
7882026-05-26T23:20:58.966Z Downloaded opaque-debug v0.3.1
7892026-05-26T23:20:58.966Z Downloaded olpc-cjson v0.1.4
7902026-05-26T23:20:58.969Z Downloaded num_enum_derive v0.5.11
7912026-05-26T23:20:58.969Z Downloaded num-iter v0.1.45
7922026-05-26T23:20:58.969Z Downloaded derive_more v0.99.20
7932026-05-26T23:20:58.971Z Downloaded lru v0.12.5
7942026-05-26T23:20:58.974Z Downloaded hmac v0.12.1
7952026-05-26T23:20:58.974Z Downloaded managed v0.8.0
7962026-05-26T23:20:58.975Z Downloaded num-derive v0.4.2
7972026-05-26T23:20:58.978Z Downloaded lock_api v0.4.14
7982026-05-26T23:20:58.978Z Downloaded packed_struct_codegen v0.10.1
7992026-05-26T23:20:58.978Z Downloaded futures v0.3.32
8002026-05-26T23:20:58.981Z Downloaded oso-derive v0.27.3
8012026-05-26T23:20:58.981Z Downloaded linear-map v1.2.0
8022026-05-26T23:20:58.983Z Downloaded native-tls v0.2.18
8032026-05-26T23:20:58.983Z Downloaded multer v3.1.0
8042026-05-26T23:20:58.986Z Downloaded newtype-uuid v1.3.2
8052026-05-26T23:20:58.986Z Downloaded nanorand v0.7.0
8062026-05-26T23:20:58.989Z Downloaded iana-time-zone v0.1.65
8072026-05-26T23:20:58.992Z Downloaded pbkdf2 v0.11.0
8082026-05-26T23:20:58.992Z Downloaded multimap v0.10.1
8092026-05-26T23:20:58.994Z Downloaded ingot-macros v0.1.1
8102026-05-26T23:20:58.994Z Downloaded half v1.8.3
8112026-05-26T23:20:58.994Z Downloaded half v2.7.1
8122026-05-26T23:20:58.997Z Downloaded flate2 v1.1.9
8132026-05-26T23:20:59.000Z Downloaded parse-display v0.10.0
8142026-05-26T23:20:59.003Z Downloaded crossbeam-epoch v0.9.18
8152026-05-26T23:20:59.003Z Downloaded bitflags v1.3.2
8162026-05-26T23:20:59.006Z Downloaded pbkdf2 v0.12.2
8172026-05-26T23:20:59.006Z Downloaded derive-ex v0.1.8
8182026-05-26T23:20:59.006Z Downloaded md-5 v0.10.6
8192026-05-26T23:20:59.009Z Downloaded maybe-uninit v2.0.0
8202026-05-26T23:20:59.009Z Downloaded match_cfg v0.1.0
8212026-05-26T23:20:59.009Z Downloaded diff v0.1.13
8222026-05-26T23:20:59.011Z Downloaded phf_shared v0.13.1
8232026-05-26T23:20:59.012Z Downloaded highway v1.3.0
8242026-05-26T23:20:59.014Z Downloaded pin-utils v0.1.0
8252026-05-26T23:20:59.014Z Downloaded futures-channel v0.3.32
8262026-05-26T23:20:59.014Z Downloaded path-slash v0.1.5
8272026-05-26T23:20:59.017Z Downloaded filetime v0.2.27
8282026-05-26T23:20:59.017Z Downloaded flume v0.11.1
8292026-05-26T23:20:59.020Z Downloaded darling_core v0.23.0
8302026-05-26T23:20:59.022Z Downloaded num_threads v0.1.7
8312026-05-26T23:20:59.025Z Downloaded num_enum_derive v0.7.5
8322026-05-26T23:20:59.025Z Downloaded powerfmt v0.2.0
8332026-05-26T23:20:59.025Z Downloaded nu-ansi-term v0.50.3
8342026-05-26T23:20:59.028Z Downloaded bumpalo v3.20.2
8352026-05-26T23:20:59.028Z Downloaded num-integer v0.1.46
8362026-05-26T23:20:59.030Z Downloaded precomputed-hash v0.1.1
8372026-05-26T23:20:59.030Z Downloaded bytes v1.11.1
8382026-05-26T23:20:59.034Z Downloaded phf_shared v0.11.3
8392026-05-26T23:20:59.034Z Downloaded peg-runtime v0.8.5
8402026-05-26T23:20:59.034Z Downloaded ignore v0.4.25
8412026-05-26T23:20:59.037Z Downloaded num_enum v0.7.5
8422026-05-26T23:20:59.040Z Downloaded oxnet v0.1.4
8432026-05-26T23:20:59.040Z Downloaded memmap2 v0.9.10
8442026-05-26T23:20:59.042Z Downloaded openssl-probe v0.1.6
8452026-05-26T23:20:59.042Z Downloaded litrs v1.0.0
8462026-05-26T23:20:59.045Z Downloaded oxide-tokio-rt v0.1.4
8472026-05-26T23:20:59.045Z Downloaded packed_struct v0.10.1
8482026-05-26T23:20:59.049Z Downloaded mime_guess v2.0.5
8492026-05-26T23:20:59.049Z Downloaded num_enum v0.5.11
8502026-05-26T23:20:59.052Z Downloaded predicates-core v1.0.10
8512026-05-26T23:20:59.065Z Downloaded psl-types v2.0.11
8522026-05-26T23:20:59.068Z Downloaded progenitor-client v0.14.0
8532026-05-26T23:20:59.068Z Downloaded indexmap v1.9.3
8542026-05-26T23:20:59.071Z Downloaded progenitor-client v0.10.0
8552026-05-26T23:20:59.071Z Downloaded proc-macro-error-attr2 v2.0.0
8562026-05-26T23:20:59.071Z Downloaded proc-macro-crate v3.4.0
8572026-05-26T23:20:59.073Z Downloaded proc-macro-crate v1.3.1
8582026-05-26T23:20:59.074Z Downloaded predicates-tree v1.0.13
8592026-05-26T23:20:59.074Z Downloaded phf_shared v0.12.1
8602026-05-26T23:20:59.076Z Downloaded parse-size v1.1.0
8612026-05-26T23:20:59.076Z Downloaded parking_lot_core v0.8.6
8622026-05-26T23:20:59.076Z Downloaded pem-rfc7468 v0.7.0
8632026-05-26T23:20:59.079Z Downloaded peg-macros v0.8.5
8642026-05-26T23:20:59.079Z Downloaded progenitor-macro v0.13.0
8652026-05-26T23:20:59.114Z Downloaded pin-project-internal v1.1.11
8662026-05-26T23:20:59.114Z Downloaded radium v0.7.0
8672026-05-26T23:20:59.114Z Downloaded progenitor-macro v0.14.0
8682026-05-26T23:20:59.114Z Downloaded heapless v0.7.17
8692026-05-26T23:20:59.114Z Downloaded password-hash v0.4.2
8702026-05-26T23:20:59.114Z Downloaded crypto-bigint v0.5.5
8712026-05-26T23:20:59.114Z Downloaded heapless v0.8.0
8722026-05-26T23:20:59.114Z Downloaded quick-error v1.2.3
8732026-05-26T23:20:59.114Z Downloaded pin-project-lite v0.2.17
8742026-05-26T23:20:59.114Z Downloaded polyval v0.6.2
8752026-05-26T23:20:59.114Z Downloaded pem v3.0.6
8762026-05-26T23:20:59.114Z Downloaded phf v0.13.1
8772026-05-26T23:20:59.114Z Downloaded rand_chacha v0.3.1
8782026-05-26T23:20:59.115Z Downloaded phf v0.12.1
8792026-05-26T23:20:59.115Z Downloaded num-rational v0.4.2
8802026-05-26T23:20:59.115Z Downloaded peg v0.8.5
8812026-05-26T23:20:59.116Z Downloaded libbz2-rs-sys v0.2.2
8822026-05-26T23:20:59.116Z Downloaded headers v0.4.1
8832026-05-26T23:20:59.116Z Downloaded omicron-zone-package v0.12.2
8842026-05-26T23:20:59.116Z Downloaded ar_archive_writer v0.5.1
8852026-05-26T23:20:59.119Z Downloaded aho-corasick v1.1.4
8862026-05-26T23:20:59.119Z Downloaded derive_more-impl v2.1.1
8872026-05-26T23:20:59.122Z Downloaded progenitor v0.13.0
8882026-05-26T23:20:59.122Z Downloaded progenitor v0.11.2
8892026-05-26T23:20:59.125Z Downloaded recursive-proc-macro-impl v0.1.1
8902026-05-26T23:20:59.125Z Downloaded primeorder v0.13.6
8912026-05-26T23:20:59.125Z Downloaded parking_lot_core v0.9.12
8922026-05-26T23:20:59.128Z Downloaded recursive v0.1.1
8932026-05-26T23:20:59.128Z Downloaded rand_xorshift v0.4.0
8942026-05-26T23:20:59.128Z Downloaded progenitor v0.14.0
8952026-05-26T23:20:59.130Z Downloaded parse-display-derive v0.10.0
8962026-05-26T23:20:59.130Z Downloaded indicatif v0.18.4
8972026-05-26T23:20:59.133Z Downloaded ref-cast-impl v1.0.25
8982026-05-26T23:20:59.133Z Downloaded ref-cast v1.0.25
8992026-05-26T23:20:59.136Z Downloaded parking_lot v0.12.5
9002026-05-26T23:20:59.136Z Downloaded parking_lot v0.11.2
9012026-05-26T23:20:59.138Z Downloaded predicates v3.1.4
9022026-05-26T23:20:59.141Z Downloaded rfc6979 v0.4.0
9032026-05-26T23:20:59.141Z Downloaded psm v0.1.30
9042026-05-26T23:20:59.143Z Downloaded progenitor-extras v0.2.0
9052026-05-26T23:20:59.143Z Downloaded progenitor-client v0.13.0
9062026-05-26T23:20:59.147Z Downloaded ppv-lite86 v0.2.21
9072026-05-26T23:20:59.147Z Downloaded rustc-hash v2.1.1
9082026-05-26T23:20:59.147Z Downloaded base64 v0.22.1
9092026-05-26T23:20:59.150Z Downloaded pkg-config v0.3.32
9102026-05-26T23:20:59.150Z Downloaded progenitor-macro v0.11.2
9112026-05-26T23:20:59.150Z Downloaded progenitor-client v0.11.2
9122026-05-26T23:20:59.153Z Downloaded paste v1.0.15
9132026-05-26T23:20:59.153Z Downloaded password-hash v0.5.0
9142026-05-26T23:20:59.155Z Downloaded num-complex v0.4.6
9152026-05-26T23:20:59.155Z Downloaded base64 v0.21.7
9162026-05-26T23:20:59.158Z Downloaded libsw-core v0.3.2
9172026-05-26T23:20:59.158Z Downloaded rustc_version v0.1.7
9182026-05-26T23:20:59.161Z Downloaded rustc_version v0.4.1
9192026-05-26T23:20:59.161Z Downloaded der v0.7.10
9202026-05-26T23:20:59.164Z Downloaded russh-cryptovec v0.7.3
9212026-05-26T23:20:59.164Z Downloaded r2d2 v0.8.10
9222026-05-26T23:20:59.171Z Downloaded const_format v0.2.35
9232026-05-26T23:20:59.173Z Downloaded postgres-types v0.2.12
9242026-05-26T23:20:59.174Z Downloaded postcard v1.1.3
9252026-05-26T23:20:59.174Z Downloaded rand_seeder v0.4.0
9262026-05-26T23:20:59.174Z Downloaded rtoolbox v0.0.3
9272026-05-26T23:20:59.174Z Downloaded postgres-protocol v0.6.10
9282026-05-26T23:20:59.176Z Downloaded rand_chacha v0.9.0
9292026-05-26T23:20:59.176Z Downloaded poly1305 v0.8.0
9302026-05-26T23:20:59.176Z Downloaded pkcs1 v0.7.5
9312026-05-26T23:20:59.180Z Downloaded expectorate v1.2.0
9322026-05-26T23:20:59.180Z Downloaded ed25519-dalek v2.2.0
9332026-05-26T23:20:59.182Z Downloaded darling_core v0.20.11
9342026-05-26T23:20:59.185Z Downloaded rand_core v0.6.4
9352026-05-26T23:20:59.187Z Downloaded same-file v1.0.6
9362026-05-26T23:20:59.187Z Downloaded sapling-renderdag v0.1.0
9372026-05-26T23:20:59.190Z Downloaded owo-colors v4.3.0
9382026-05-26T23:20:59.190Z Downloaded salsa20 v0.10.2
9392026-05-26T23:20:59.190Z Downloaded proc-macro-error2 v2.0.1
9402026-05-26T23:20:59.193Z Downloaded scopeguard v1.2.0
9412026-05-26T23:20:59.193Z Downloaded rand_core v0.10.0
9422026-05-26T23:20:59.196Z Downloaded rand_core v0.9.5
9432026-05-26T23:20:59.196Z Downloaded pkcs8 v0.10.2
9442026-05-26T23:20:59.199Z Downloaded seq-macro v0.3.6
9452026-05-26T23:20:59.199Z Downloaded async-compression v0.4.41
9462026-05-26T23:20:59.202Z Downloaded secrecy v0.8.0
9472026-05-26T23:20:59.204Z Downloaded scroll_derive v0.13.1
9482026-05-26T23:20:59.204Z Downloaded pkcs5 v0.7.1
9492026-05-26T23:20:59.207Z Downloaded secrecy v0.10.3
9502026-05-26T23:20:59.207Z Downloaded semver v0.1.20
9512026-05-26T23:20:59.207Z Downloaded papergrid v0.17.0
9522026-05-26T23:20:59.210Z Downloaded resolv-conf v0.7.6
9532026-05-26T23:20:59.212Z Downloaded scrypt v0.11.0
9542026-05-26T23:20:59.213Z Downloaded serde_bytes v0.11.19
9552026-05-26T23:20:59.216Z Downloaded p256 v0.13.2
9562026-05-26T23:20:59.216Z Downloaded miniz_oxide v0.8.9
9572026-05-26T23:20:59.219Z Downloaded oso v0.27.3
9582026-05-26T23:20:59.219Z Downloaded pin-project v1.1.11
9592026-05-26T23:20:59.225Z Downloaded jiff-static v0.2.21
9602026-05-26T23:20:59.227Z Downloaded hickory-resolver v0.25.2
9612026-05-26T23:20:59.230Z Downloaded hickory-resolver v0.24.4
9622026-05-26T23:20:59.232Z Downloaded quinn-udp v0.5.14
9632026-05-26T23:20:59.235Z Downloaded compact_str v0.8.1
9642026-05-26T23:20:59.237Z Downloaded arc-swap v1.8.2
9652026-05-26T23:20:59.240Z Downloaded serde_urlencoded v0.7.1
9662026-05-26T23:20:59.240Z Downloaded rustls-pemfile v1.0.4
9672026-05-26T23:20:59.242Z Downloaded serde_spanned v1.0.4
9682026-05-26T23:20:59.242Z Downloaded sha1 v0.10.6
9692026-05-26T23:20:59.242Z Downloaded serde_repr v0.1.20
9702026-05-26T23:20:59.245Z Downloaded signal-hook-tokio v0.3.1
9712026-05-26T23:20:59.245Z Downloaded siphasher v1.0.2
9722026-05-26T23:20:59.248Z Downloaded signature v2.2.0
9732026-05-26T23:20:59.248Z Downloaded shell-words v1.1.1
9742026-05-26T23:20:59.248Z Downloaded serde_plain v1.0.2
9752026-05-26T23:20:59.251Z Downloaded rustls-native-certs v0.8.3
9762026-05-26T23:20:59.253Z Downloaded openssl-sys v0.9.115
9772026-05-26T23:20:59.256Z Downloaded diesel_derives v2.3.7
9782026-05-26T23:20:59.258Z Downloaded scheduled-thread-pool v0.2.7
9792026-05-26T23:20:59.261Z Downloaded prefix-trie v0.7.0
9802026-05-26T23:20:59.262Z Downloaded slog-bunyan v2.5.0
9812026-05-26T23:20:59.264Z Downloaded signal-hook-mio v0.2.5
9822026-05-26T23:20:59.266Z Downloaded sec1 v0.7.3
9832026-05-26T23:20:59.266Z Downloaded sigpipe v0.1.3
9842026-05-26T23:20:59.269Z Downloaded hashbrown v0.12.3
9852026-05-26T23:20:59.269Z Downloaded minimal-lexical v0.2.1
9862026-05-26T23:20:59.272Z Downloaded rusty-fork v0.3.1
9872026-05-26T23:20:59.272Z Downloaded rustls-pemfile v2.2.0
9882026-05-26T23:20:59.274Z Downloaded schemars_derive v0.8.22
9892026-05-26T23:20:59.277Z Downloaded slog-envlogger v2.2.0
9902026-05-26T23:20:59.280Z Downloaded rustversion v1.0.22
9912026-05-26T23:20:59.282Z Downloaded serde-big-array v0.5.1
9922026-05-26T23:20:59.284Z Downloaded progenitor-impl v0.11.2
9932026-05-26T23:20:59.287Z Downloaded sct v0.7.1
9942026-05-26T23:20:59.290Z Downloaded scroll v0.13.0
9952026-05-26T23:20:59.295Z Downloaded serde_derive_internals v0.29.1
9962026-05-26T23:20:59.298Z Downloaded sqlparser_derive v0.5.0
9972026-05-26T23:20:59.300Z Downloaded hickory-server v0.25.2
9982026-05-26T23:20:59.305Z Downloaded serde-hex v0.1.0
9992026-05-26T23:20:59.310Z Downloaded ssh-encoding v0.2.0
10002026-05-26T23:20:59.315Z Downloaded serde_with_macros v1.5.2
10012026-05-26T23:20:59.318Z Downloaded strip-ansi-escapes v0.2.1
10022026-05-26T23:20:59.318Z Downloaded crossterm v0.28.1
10032026-05-26T23:20:59.321Z Downloaded structmeta-derive v0.3.0
10042026-05-26T23:20:59.325Z Downloaded structmeta v0.3.0
10052026-05-26T23:20:59.325Z Downloaded strsim v0.10.0
10062026-05-26T23:20:59.329Z Downloaded strum v0.27.2
10072026-05-26T23:20:59.332Z Downloaded strum v0.26.3
10082026-05-26T23:20:59.332Z Downloaded shlex v1.3.0
10092026-05-26T23:20:59.334Z Downloaded signal-hook-registry v1.4.8
10102026-05-26T23:20:59.337Z Downloaded pretty_assertions v1.4.1
10112026-05-26T23:20:59.337Z Downloaded slab v0.4.12
10122026-05-26T23:20:59.341Z Downloaded slog-dtrace v0.3.0
10132026-05-26T23:20:59.343Z Downloaded simd-adler32 v0.3.8
10142026-05-26T23:20:59.346Z Downloaded prettyplease v0.2.37
10152026-05-26T23:20:59.346Z Downloaded sync-ptr v0.1.4
10162026-05-26T23:20:59.349Z Downloaded supports-color v3.0.2
10172026-05-26T23:20:59.349Z Downloaded hashbrown v0.13.2
10182026-05-26T23:20:59.352Z Downloaded slog-async v2.8.0
10192026-05-26T23:20:59.358Z Downloaded tagptr v0.2.0
10202026-05-26T23:20:59.361Z Downloaded tabled_derive v0.11.0
10212026-05-26T23:20:59.363Z Downloaded tap v1.0.1
10222026-05-26T23:20:59.363Z Downloaded tabwriter v1.4.1
10232026-05-26T23:20:59.366Z Downloaded take_mut v0.2.2
10242026-05-26T23:20:59.366Z Downloaded slog-term v2.9.2
10252026-05-26T23:20:59.369Z Downloaded progenitor-impl v0.13.0
10262026-05-26T23:20:59.369Z Downloaded smf v0.2.3
10272026-05-26T23:20:59.371Z Downloaded thiserror-impl-no-std v2.0.2
10282026-05-26T23:20:59.372Z Downloaded smallvec v0.6.14
10292026-05-26T23:20:59.374Z Downloaded progenitor-impl v0.14.0
10302026-05-26T23:20:59.374Z Downloaded serde_cbor v0.11.2
10312026-05-26T23:20:59.377Z Downloaded itertools v0.10.5
10322026-05-26T23:20:59.379Z Downloaded time-core v0.1.8
10332026-05-26T23:20:59.382Z Downloaded termtree v0.5.1
10342026-05-26T23:20:59.382Z Downloaded ron v0.8.1
10352026-05-26T23:20:59.384Z Downloaded russh-keys v0.45.0
10362026-05-26T23:20:59.387Z Downloaded spki v0.7.3
10372026-05-26T23:20:59.387Z Downloaded sync_wrapper v1.0.2
10382026-05-26T23:20:59.390Z Downloaded snafu-derive v0.8.9
10392026-05-26T23:20:59.390Z Downloaded http v1.4.0
10402026-05-26T23:20:59.393Z Downloaded thread-id v5.1.0
10412026-05-26T23:20:59.393Z Downloaded slog-stdlog v4.1.1
10422026-05-26T23:20:59.393Z Downloaded slog-json v2.6.1
10432026-05-26T23:20:59.396Z Downloaded testing_table v0.3.0
10442026-05-26T23:20:59.398Z Downloaded rustls-pki-types v1.14.0
10452026-05-26T23:20:59.401Z Downloaded stringprep v0.1.5
10462026-05-26T23:20:59.401Z Downloaded string_cache v0.8.9
10472026-05-26T23:20:59.404Z Downloaded crossterm v0.29.0
10482026-05-26T23:20:59.406Z Downloaded static_assertions v1.1.0
10492026-05-26T23:20:59.409Z Downloaded ryu v1.0.23
10502026-05-26T23:20:59.409Z Downloaded subtle v2.6.1
10512026-05-26T23:20:59.412Z Downloaded strum_macros v0.27.2
10522026-05-26T23:20:59.412Z Downloaded strum_macros v0.26.4
10532026-05-26T23:20:59.415Z Downloaded schemars v0.8.22
10542026-05-26T23:20:59.420Z Downloaded support-bundle-viewer v0.1.2
10552026-05-26T23:20:59.423Z Downloaded strum_macros v0.24.3
10562026-05-26T23:20:59.423Z Downloaded nom v7.1.3
10572026-05-26T23:20:59.426Z Downloaded rcgen v0.12.1
10582026-05-26T23:20:59.429Z Downloaded mio v1.2.0
10592026-05-26T23:20:59.431Z Downloaded hashbrown v0.16.1
10602026-05-26T23:20:59.434Z Downloaded rustls-platform-verifier v0.6.2
10612026-05-26T23:20:59.437Z Downloaded rayon-core v1.13.0
10622026-05-26T23:20:59.439Z Downloaded termios v0.3.3
10632026-05-26T23:20:59.439Z Downloaded stacker v0.1.23
10642026-05-26T23:20:59.442Z Downloaded ssh-cipher v0.2.0
10652026-05-26T23:20:59.442Z Downloaded sqlformat v0.3.5
10662026-05-26T23:20:59.446Z Downloaded slog-scope v4.4.1
10672026-05-26T23:20:59.446Z Downloaded quinn v0.11.9
10682026-05-26T23:20:59.448Z Downloaded thread_local v1.1.9
10692026-05-26T23:20:59.451Z Downloaded topological-sort v0.2.2
10702026-05-26T23:20:59.451Z Downloaded publicsuffix v2.3.0
10712026-05-26T23:20:59.454Z Downloaded thiserror-no-std v2.0.2
10722026-05-26T23:20:59.454Z Downloaded libxml v0.3.3
10732026-05-26T23:20:59.457Z Downloaded hashbrown v0.15.5
10742026-05-26T23:20:59.461Z Downloaded qorb v0.4.1
10752026-05-26T23:20:59.464Z Downloaded tls_codec v0.4.2
10762026-05-26T23:20:59.467Z Downloaded time-macros v0.2.27
10772026-05-26T23:20:59.467Z Downloaded tokio-macros v2.7.0
10782026-05-26T23:20:59.467Z Downloaded tower-service v0.3.3
10792026-05-26T23:20:59.469Z Downloaded tower-layer v0.3.3
10802026-05-26T23:20:59.470Z Downloaded serde_with_macros v3.17.0
10812026-05-26T23:20:59.472Z Downloaded hyper-util v0.1.20
10822026-05-26T23:20:59.475Z Downloaded rand v0.8.6
10832026-05-26T23:20:59.477Z Downloaded tinyvec_macros v0.1.1
10842026-05-26T23:20:59.477Z Downloaded signal-hook v0.3.18
10852026-05-26T23:20:59.482Z Downloaded tls_codec_derive v0.4.2
10862026-05-26T23:20:59.483Z Downloaded tokio-dtrace v0.1.1
10872026-05-26T23:20:59.483Z Downloaded schemars v0.9.0
10882026-05-26T23:20:59.489Z Downloaded typify-macro v0.6.2
10892026-05-26T23:20:59.491Z Downloaded similar v2.7.0
10902026-05-26T23:20:59.491Z Downloaded typify-macro v0.4.3
10912026-05-26T23:20:59.491Z Downloaded try-lock v0.2.5
10922026-05-26T23:20:59.492Z Downloaded trait-variant v0.1.2
10932026-05-26T23:20:59.494Z Downloaded tokio-native-tls v0.3.1
10942026-05-26T23:20:59.494Z Downloaded serde_yaml v0.9.34+deprecated
10952026-05-26T23:20:59.496Z Downloaded universal-hash v0.5.1
10962026-05-26T23:20:59.496Z Downloaded unit-prefix v0.5.2
10972026-05-26T23:20:59.499Z Downloaded unarray v0.1.4
10982026-05-26T23:20:59.499Z Downloaded tokio-rustls v0.25.0
10992026-05-26T23:20:59.499Z Downloaded tiny-keccak v2.0.2
11002026-05-26T23:20:59.502Z Downloaded serde_path_to_error v0.1.20
11012026-05-26T23:20:59.502Z Downloaded num-bigint v0.4.6
11022026-05-26T23:20:59.504Z Downloaded dropshot-api-manager v0.7.2
11032026-05-26T23:20:59.509Z Downloaded tokio-tungstenite v0.23.1
11042026-05-26T23:20:59.511Z Downloaded unicode-truncate v1.1.0
11052026-05-26T23:20:59.511Z Downloaded tokio-tungstenite v0.21.0
11062026-05-26T23:20:59.514Z Downloaded term v1.2.1
11072026-05-26T23:20:59.516Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11082026-05-26T23:20:59.517Z Downloaded untrusted v0.9.0
11092026-05-26T23:20:59.519Z Downloaded untrusted v0.7.1
11102026-05-26T23:20:59.522Z Downloaded socket2 v0.6.3
11112026-05-26T23:20:59.525Z Downloaded utf-8 v0.7.6
11122026-05-26T23:20:59.525Z Downloaded term v0.7.0
11132026-05-26T23:20:59.528Z Downloaded usdt v0.6.0
11142026-05-26T23:20:59.528Z Downloaded usdt-attr-macro v0.6.0
11152026-05-26T23:20:59.531Z Downloaded spin v0.9.8
11162026-05-26T23:20:59.531Z Downloaded toml_writer v1.0.6+spec-1.1.0
11172026-05-26T23:20:59.531Z Downloaded socket2 v0.5.10
11182026-05-26T23:20:59.533Z Downloaded itertools v0.13.0
11192026-05-26T23:20:59.536Z Downloaded rsa v0.9.10
11202026-05-26T23:20:59.539Z Downloaded itertools v0.12.1
11212026-05-26T23:20:59.543Z Downloaded void v1.0.2
11222026-05-26T23:20:59.545Z Downloaded aws-lc-rs v1.16.3
11232026-05-26T23:20:59.549Z Downloaded waitgroup v0.1.2
11242026-05-26T23:20:59.551Z Downloaded wait-timeout v0.2.1
11252026-05-26T23:20:59.562Z Downloaded iddqd v0.4.1
11262026-05-26T23:20:59.567Z Downloaded want v0.3.1
11272026-05-26T23:20:59.569Z Downloaded unicase v2.9.0
11282026-05-26T23:20:59.569Z Downloaded tokio-rustls v0.26.4
11292026-05-26T23:20:59.572Z Downloaded tokio-rustls v0.24.1
11302026-05-26T23:20:59.572Z Downloaded subprocess v0.2.15
11312026-05-26T23:20:59.575Z Downloaded itertools v0.14.0
11322026-05-26T23:20:59.578Z Downloaded zone v0.3.1
11332026-05-26T23:20:59.582Z Downloaded samael v0.0.19
11342026-05-26T23:20:59.584Z Downloaded xshell-macros v0.2.7
11352026-05-26T23:20:59.584Z Downloaded slog v2.8.2
11362026-05-26T23:20:59.584Z Downloaded xattr v1.6.1
11372026-05-26T23:20:59.587Z Downloaded h2 v0.4.13
11382026-05-26T23:20:59.591Z Downloaded schemars v1.2.1
11392026-05-26T23:20:59.599Z Downloaded vergen-git2 v9.1.0
11402026-05-26T23:20:59.602Z Downloaded uzers v0.12.2
11412026-05-26T23:20:59.602Z Downloaded usdt-macro v0.6.0
11422026-05-26T23:20:59.602Z Downloaded usdt-impl v0.6.0
11432026-05-26T23:20:59.605Z Downloaded zone_cfg_derive v0.3.1
11442026-05-26T23:20:59.605Z Downloaded snafu v0.8.9
11452026-05-26T23:20:59.608Z Downloaded num-bigint-dig v0.8.6
11462026-05-26T23:20:59.610Z Downloaded iri-string v0.7.10
11472026-05-26T23:20:59.614Z Downloaded libm v0.2.16
11482026-05-26T23:20:59.619Z Downloaded walkdir v2.5.0
11492026-05-26T23:20:59.622Z Downloaded vergen-gitcl v1.0.8
11502026-05-26T23:20:59.622Z Downloaded toml_parser v1.0.9+spec-1.1.0
11512026-05-26T23:20:59.625Z Downloaded vergen-lib v9.1.0
11522026-05-26T23:20:59.625Z Downloaded vergen-lib v0.1.6
11532026-05-26T23:20:59.625Z Downloaded hyper v1.8.1
11542026-05-26T23:20:59.629Z Downloaded tracing-attributes v0.1.31
11552026-05-26T23:20:59.631Z Downloaded test-strategy v0.4.5
11562026-05-26T23:20:59.634Z Downloaded twox-hash v2.1.2
11572026-05-26T23:20:59.634Z Downloaded rand v0.9.2
11582026-05-26T23:20:59.638Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11592026-05-26T23:20:59.638Z Downloaded whoami v1.6.1
11602026-05-26T23:20:59.640Z Downloaded tui-tree-widget v0.23.1
11612026-05-26T23:20:59.640Z Downloaded tokio-stream v0.1.18
11622026-05-26T23:20:59.643Z Downloaded wyz v0.5.1
11632026-05-26T23:20:59.643Z Downloaded xshell v0.2.7
11642026-05-26T23:20:59.646Z Downloaded whoami v2.1.0
11652026-05-26T23:20:59.646Z Downloaded rand v0.10.0
11662026-05-26T23:20:59.650Z Downloaded unicode-properties v0.1.4
11672026-05-26T23:20:59.652Z Downloaded p521 v0.13.3
11682026-05-26T23:20:59.656Z Downloaded rustls-webpki v0.103.9
11692026-05-26T23:20:59.659Z Downloaded tar v0.4.45
11702026-05-26T23:20:59.661Z Downloaded toml v0.7.8
11712026-05-26T23:20:59.665Z Downloaded zeroize_derive v1.4.3
11722026-05-26T23:20:59.665Z Downloaded toml v1.0.6+spec-1.1.0
11732026-05-26T23:20:59.668Z Downloaded zstd-safe v7.2.4
11742026-05-26T23:20:59.668Z Downloaded zstd v0.13.3
11752026-05-26T23:20:59.671Z Downloaded blake3 v1.8.3
11762026-05-26T23:20:59.674Z Downloaded tinyvec v1.10.0
11772026-05-26T23:20:59.676Z Downloaded steno v0.4.1
11782026-05-26T23:20:59.679Z Downloaded vergen v9.1.0
11792026-05-26T23:20:59.679Z Downloaded russh v0.45.0
11802026-05-26T23:20:59.682Z Downloaded vsss-rs v3.3.4
11812026-05-26T23:20:59.685Z Downloaded tungstenite v0.23.0
11822026-05-26T23:20:59.687Z Downloaded typify v0.6.2
11832026-05-26T23:20:59.690Z Downloaded typify v0.4.3
11842026-05-26T23:20:59.690Z Downloaded unicode-bidi v0.3.18
11852026-05-26T23:20:59.696Z Downloaded futures-util v0.3.32
11862026-05-26T23:20:59.703Z Downloaded zerocopy v0.6.6
11872026-05-26T23:20:59.709Z Downloaded zeroize v1.8.2
11882026-05-26T23:20:59.712Z Downloaded toml_edit v0.23.10+spec-1.0.0
11892026-05-26T23:20:59.715Z Downloaded unsafe-libyaml v0.2.11
11902026-05-26T23:20:59.715Z Downloaded yasna v0.5.2
11912026-05-26T23:20:59.722Z Downloaded serde_with v1.14.0
11922026-05-26T23:20:59.735Z Downloaded tungstenite v0.21.0
11932026-05-26T23:20:59.741Z Downloaded tokio-postgres v0.7.16
11942026-05-26T23:20:59.747Z Downloaded tracing-core v0.1.36
11952026-05-26T23:20:59.750Z Downloaded reedline v0.40.0
11962026-05-26T23:20:59.756Z Downloaded rustyline v14.0.0
11972026-05-26T23:20:59.758Z Downloaded toml_edit v0.19.15
11982026-05-26T23:20:59.767Z Downloaded zopfli v0.8.3
11992026-05-26T23:20:59.770Z Downloaded uuid v1.23.0
12002026-05-26T23:20:59.773Z Downloaded rpassword v7.4.0
12012026-05-26T23:20:59.773Z Downloaded bitvec v1.0.1
12022026-05-26T23:20:59.780Z Downloaded vte v0.14.1
12032026-05-26T23:20:59.783Z Downloaded ssh-key v0.6.7
12042026-05-26T23:20:59.785Z Downloaded hkdf v0.12.4
12052026-05-26T23:20:59.788Z Downloaded git2 v0.20.4
12062026-05-26T23:20:59.792Z Downloaded yansi v1.0.1
12072026-05-26T23:20:59.796Z Downloaded reqwest v0.12.28
12082026-05-26T23:20:59.800Z Downloaded unicode_categories v0.1.1
12092026-05-26T23:20:59.805Z Downloaded curve25519-dalek v4.1.3
12102026-05-26T23:20:59.808Z Downloaded zip v0.6.6
12112026-05-26T23:20:59.810Z Downloaded regex v1.12.3
12122026-05-26T23:20:59.820Z Downloaded portable-atomic v1.13.1
12132026-05-26T23:20:59.832Z Downloaded typed-path v0.9.3
12142026-05-26T23:20:59.835Z Downloaded chrono v0.4.44
12152026-05-26T23:20:59.845Z Downloaded zerocopy-derive v0.8.40
12162026-05-26T23:20:59.850Z Downloaded tower v0.5.3
12172026-05-26T23:20:59.855Z Downloaded rayon v1.11.0
12182026-05-26T23:20:59.860Z Downloaded lalrpop v0.19.12
12192026-05-26T23:20:59.865Z Downloaded unicode-segmentation v1.12.0
12202026-05-26T23:20:59.868Z Downloaded salty v0.3.0
12212026-05-26T23:20:59.872Z Downloaded x509-cert v0.2.5
12222026-05-26T23:20:59.875Z Downloaded reqwest v0.13.2
12232026-05-26T23:20:59.879Z Downloaded p384 v0.13.1
12242026-05-26T23:20:59.882Z Downloaded bindgen v0.71.1
12252026-05-26T23:20:59.886Z Downloaded goblin v0.10.5
12262026-05-26T23:20:59.890Z Downloaded zip v4.6.1
12272026-05-26T23:20:59.893Z Downloaded rustls-webpki v0.101.7
12282026-05-26T23:20:59.901Z Downloaded unicode-normalization v0.1.25
12292026-05-26T23:20:59.904Z Downloaded tokio-util v0.7.18
12302026-05-26T23:20:59.907Z Downloaded tower-http v0.6.8
12312026-05-26T23:20:59.911Z Downloaded proptest v1.10.0
12322026-05-26T23:20:59.917Z Downloaded serde_with v3.17.0
12332026-05-26T23:20:59.925Z Downloaded tough v0.22.0
12342026-05-26T23:20:59.929Z Downloaded rustls-webpki v0.102.8
12352026-05-26T23:20:59.940Z Downloaded petname v2.0.2
12362026-05-26T23:20:59.943Z Downloaded moka v0.12.13
12372026-05-26T23:20:59.947Z Downloaded object v0.30.4
12382026-05-26T23:20:59.952Z Downloaded quinn-proto v0.11.13
12392026-05-26T23:20:59.957Z Downloaded quick-xml v0.37.5
12402026-05-26T23:20:59.960Z Downloaded radix_trie v0.2.1
12412026-05-26T23:20:59.981Z Downloaded winnow v0.5.40
12422026-05-26T23:21:00.014Z Downloaded polar-core v0.27.3
12432026-05-26T23:21:00.020Z Downloaded time v0.3.47
12442026-05-26T23:21:00.027Z Downloaded winnow v0.6.26
12452026-05-26T23:21:00.032Z Downloaded rustls v0.21.12
12462026-05-26T23:21:00.038Z Downloaded bstr v1.12.1
12472026-05-26T23:21:00.044Z Downloaded tabled v0.20.0
12482026-05-26T23:21:00.054Z Downloaded zlib-rs v0.6.2
12492026-05-26T23:21:00.057Z Downloaded smoltcp v0.9.1
12502026-05-26T23:21:00.063Z Downloaded regex-syntax v0.6.29
12512026-05-26T23:21:00.067Z Downloaded nix v0.31.2
12522026-05-26T23:21:00.074Z Downloaded dropshot v0.17.0
12532026-05-26T23:21:00.086Z Downloaded hickory-proto v0.24.4
12542026-05-26T23:21:00.095Z Downloaded vcpkg v0.2.15
12552026-05-26T23:21:00.118Z Downloaded zerocopy v0.8.40
12562026-05-26T23:21:00.123Z Downloaded regex-syntax v0.8.10
12572026-05-26T23:21:00.127Z Downloaded object v0.37.3
12582026-05-26T23:21:00.134Z Downloaded smoltcp v0.11.0
12592026-05-26T23:21:00.141Z Downloaded openapiv3 v2.2.0
12602026-05-26T23:21:00.148Z Downloaded rustls v0.22.4
12612026-05-26T23:21:00.155Z Downloaded rustix v0.38.44
12622026-05-26T23:21:00.167Z Downloaded rustls v0.23.37
12632026-05-26T23:21:00.174Z Downloaded regress v0.11.1
12642026-05-26T23:21:00.179Z Downloaded regress v0.10.5
12652026-05-26T23:21:00.184Z Downloaded webpki-roots v1.0.6
12662026-05-26T23:21:00.187Z Downloaded diesel v2.3.7
12672026-05-26T23:21:00.198Z Downloaded hickory-proto v0.25.2
12682026-05-26T23:21:00.207Z Downloaded openssl v0.10.79
12692026-05-26T23:21:00.213Z Downloaded nix v0.28.0
12702026-05-26T23:21:00.219Z Downloaded sqlparser v0.61.0
12712026-05-26T23:21:00.225Z Downloaded sled v0.34.7
12722026-05-26T23:21:00.231Z Downloaded typify-impl v0.6.2
12732026-05-26T23:21:00.239Z Downloaded ratatui v0.29.0
12742026-05-26T23:21:00.251Z Downloaded typify-impl v0.4.3
12752026-05-26T23:21:00.261Z Downloaded nix v0.27.1
12762026-05-26T23:21:00.266Z Downloaded tracing v0.1.44
12772026-05-26T23:21:00.278Z Downloaded bzip2-sys v0.1.13+1.0.8
12782026-05-26T23:21:00.285Z Downloaded regex-automata v0.4.14
12792026-05-26T23:21:00.294Z Downloaded jiff v0.2.21
12802026-05-26T23:21:00.308Z Downloaded csv v1.4.0
12812026-05-26T23:21:00.322Z Downloaded zerocopy-derive v0.6.6
12822026-05-26T23:21:00.336Z Downloaded sha3 v0.10.8
12832026-05-26T23:21:00.341Z Downloaded petgraph v0.6.5
12842026-05-26T23:21:00.352Z Downloaded chrono-tz v0.10.4
12852026-05-26T23:21:00.363Z Downloaded tokio v1.52.1
12862026-05-26T23:21:00.385Z Downloaded petgraph v0.8.3
12872026-05-26T23:21:00.399Z Downloaded libz-sys v1.1.24
12882026-05-26T23:21:00.412Z Downloaded encoding_rs v0.8.35
12892026-05-26T23:21:00.425Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12902026-05-26T23:21:00.524Z Downloaded ring v0.17.14
12912026-05-26T23:21:00.576Z Downloaded libgit2-sys v0.18.3+1.9.2
12922026-05-26T23:21:01.089Z Downloaded aws-lc-sys v0.40.0
12932026-05-26T23:21:01.341Z Compiling libc v0.2.185
12942026-05-26T23:21:01.341Z Compiling serde v1.0.228
12952026-05-26T23:21:01.344Z Compiling log v0.4.29
12962026-05-26T23:21:01.344Z Compiling find-msvc-tools v0.1.9
12972026-05-26T23:21:01.344Z Compiling shlex v1.3.0
12982026-05-26T23:21:01.344Z Compiling smallvec v1.15.1
12992026-05-26T23:21:01.344Z Compiling typenum v1.19.0
13002026-05-26T23:21:01.345Z Compiling subtle v2.6.1
13012026-05-26T23:21:01.345Z Compiling generic-array v0.14.7
13022026-05-26T23:21:01.345Z Compiling scopeguard v1.2.0
13032026-05-26T23:21:01.345Z Compiling const-oid v0.9.6
13042026-05-26T23:21:01.564Z Compiling serde_json v1.0.149
13052026-05-26T23:21:01.591Z Compiling syn v2.0.117
13062026-05-26T23:21:01.594Z Compiling zerocopy v0.8.40
13072026-05-26T23:21:01.594Z Compiling portable-atomic v1.13.1
13082026-05-26T23:21:01.629Z Compiling pin-project-lite v0.2.17
13092026-05-26T23:21:01.664Z Compiling lock_api v0.4.14
13102026-05-26T23:21:01.679Z Compiling parking_lot_core v0.9.12
13112026-05-26T23:21:01.717Z Compiling pkg-config v0.3.32
13122026-05-26T23:21:01.732Z Compiling bitflags v2.11.0
13132026-05-26T23:21:01.732Z Compiling libm v0.2.16
13142026-05-26T23:21:01.762Z Compiling futures-core v0.3.32
13152026-05-26T23:21:01.765Z Compiling critical-section v1.2.0
13162026-05-26T23:21:01.851Z Compiling num-traits v0.2.19
13172026-05-26T23:21:01.871Z Compiling percent-encoding v2.3.2
13182026-05-26T23:21:01.917Z Compiling futures-sink v0.3.32
13192026-05-26T23:21:01.933Z Compiling futures-task v0.3.32
13202026-05-26T23:21:01.936Z Compiling getrandom v0.4.1
13212026-05-26T23:21:01.991Z Compiling futures-io v0.3.32
13222026-05-26T23:21:02.010Z Compiling futures-channel v0.3.32
13232026-05-26T23:21:02.133Z Compiling slab v0.4.12
13242026-05-26T23:21:02.133Z Compiling cpufeatures v0.2.17
13252026-05-26T23:21:02.204Z Compiling rand_core v0.10.0
13262026-05-26T23:21:02.231Z Compiling indexmap v2.14.0
13272026-05-26T23:21:02.246Z Compiling getrandom v0.3.4
13282026-05-26T23:21:02.246Z Compiling rustversion v1.0.22
13292026-05-26T23:21:02.296Z Compiling form_urlencoded v1.2.2
13302026-05-26T23:21:02.345Z Compiling dunce v1.0.5
13312026-05-26T23:21:02.367Z Compiling fs_extra v1.3.0
13322026-05-26T23:21:02.381Z Compiling base64ct v1.8.3
13332026-05-26T23:21:02.395Z Compiling ident_case v1.0.1
13342026-05-26T23:21:02.424Z Compiling rustix v1.1.3
13352026-05-26T23:21:02.437Z Compiling flagset v0.4.7
13362026-05-26T23:21:02.454Z Compiling iana-time-zone v0.1.65
13372026-05-26T23:21:02.488Z Compiling regex-syntax v0.8.10
13382026-05-26T23:21:02.534Z Compiling getrandom v0.2.17
13392026-05-26T23:21:02.551Z Compiling jobserver v0.1.34
13402026-05-26T23:21:02.586Z Compiling errno v0.3.14
13412026-05-26T23:21:02.633Z Compiling mio v1.2.0
13422026-05-26T23:21:02.664Z Compiling socket2 v0.6.3
13432026-05-26T23:21:02.678Z Compiling rand_core v0.6.4
13442026-05-26T23:21:02.702Z Compiling signal-hook-registry v1.4.8
13452026-05-26T23:21:02.759Z Compiling once_cell v1.21.3
13462026-05-26T23:21:02.793Z Compiling cc v1.2.56
13472026-05-26T23:21:02.890Z Compiling parking_lot v0.12.5
13482026-05-26T23:21:02.949Z Compiling pem-rfc7468 v0.7.0
13492026-05-26T23:21:02.993Z Compiling aws-lc-rs v1.16.3
13502026-05-26T23:21:03.010Z Compiling vcpkg v0.2.15
13512026-05-26T23:21:03.066Z Compiling uuid v1.23.0
13522026-05-26T23:21:03.109Z Compiling tracing-core v0.1.36
13532026-05-26T23:21:03.133Z Compiling rustc_version v0.4.1
13542026-05-26T23:21:03.171Z Compiling base64 v0.22.1
13552026-05-26T23:21:03.236Z Compiling rand_core v0.9.5
13562026-05-26T23:21:03.316Z Compiling untrusted v0.7.1
13572026-05-26T23:21:03.332Z Compiling openssl-probe v0.2.1
13582026-05-26T23:21:03.346Z Compiling tinyvec_macros v0.1.1
13592026-05-26T23:21:03.404Z Compiling untrusted v0.9.0
13602026-05-26T23:21:03.433Z Compiling httparse v1.10.1
13612026-05-26T23:21:03.463Z Compiling tinyvec v1.10.0
13622026-05-26T23:21:03.500Z Compiling aho-corasick v1.1.4
13632026-05-26T23:21:03.532Z Compiling tower-layer v0.3.3
13642026-05-26T23:21:03.547Z Compiling dyn-clone v1.0.20
13652026-05-26T23:21:03.550Z Compiling try-lock v0.2.5
13662026-05-26T23:21:03.577Z Compiling cmake v0.1.57
13672026-05-26T23:21:03.580Z Compiling atomic-waker v1.1.2
13682026-05-26T23:21:03.692Z Compiling schemars v0.8.22
13692026-05-26T23:21:03.709Z Compiling rustls v0.23.37
13702026-05-26T23:21:03.709Z Compiling tower-service v0.3.3
13712026-05-26T23:21:03.709Z Compiling want v0.3.1
13722026-05-26T23:21:03.712Z Compiling foreign-types-shared v0.1.1
13732026-05-26T23:21:03.764Z Compiling openssl v0.10.79
13742026-05-26T23:21:03.827Z Compiling httpdate v1.0.3
13752026-05-26T23:21:03.841Z Compiling pin-utils v0.1.0
13762026-05-26T23:21:03.844Z Compiling unicode-normalization v0.1.25
13772026-05-26T23:21:03.868Z Compiling foreign-types v0.3.2
13782026-05-26T23:21:03.871Z Compiling spin v0.9.8
13792026-05-26T23:21:03.911Z Compiling time-core v0.1.8
13802026-05-26T23:21:03.940Z Compiling num-conv v0.2.0
13812026-05-26T23:21:03.956Z Compiling crc32fast v1.5.0
13822026-05-26T23:21:03.971Z Compiling native-tls v0.2.18
13832026-05-26T23:21:03.974Z Compiling powerfmt v0.2.0
13842026-05-26T23:21:04.013Z Compiling wait-timeout v0.2.1
13852026-05-26T23:21:04.039Z Compiling sync_wrapper v1.0.2
13862026-05-26T23:21:04.079Z Compiling usdt-impl v0.6.0
13872026-05-26T23:21:04.094Z Compiling siphasher v1.0.2
13882026-05-26T23:21:04.097Z Compiling time-macros v0.2.27
13892026-05-26T23:21:04.124Z Compiling syn v1.0.109
13902026-05-26T23:21:04.169Z Compiling deranged v0.5.8
13912026-05-26T23:21:04.212Z Compiling simd-adler32 v0.3.8
13922026-05-26T23:21:04.229Z Compiling crossbeam-utils v0.8.21
13932026-05-26T23:21:04.231Z Compiling bit-vec v0.8.0
13942026-05-26T23:21:04.262Z Compiling tempfile v3.25.0
13952026-05-26T23:21:04.340Z Compiling num_threads v0.1.7
13962026-05-26T23:21:04.340Z Compiling quick-error v1.2.3
13972026-05-26T23:21:04.385Z Compiling regex-automata v0.4.14
13982026-05-26T23:21:04.447Z Compiling bit-set v0.8.0
13992026-05-26T23:21:04.469Z Compiling slog v2.8.2
14002026-05-26T23:21:04.485Z Compiling aws-lc-sys v0.40.0
14012026-05-26T23:21:04.485Z Compiling ring v0.17.14
14022026-05-26T23:21:04.515Z Compiling openssl-sys v0.9.115
14032026-05-26T23:21:04.518Z Compiling zstd-sys v2.0.16+zstd.1.5.7
14042026-05-26T23:21:04.565Z Compiling synstructure v0.13.2
14052026-05-26T23:21:04.580Z Compiling serde_derive_internals v0.29.1
14062026-05-26T23:21:04.621Z Compiling pest_generator v2.8.6
14072026-05-26T23:21:04.635Z Compiling darling_core v0.20.11
14082026-05-26T23:21:04.687Z Compiling darling_core v0.21.3
14092026-05-26T23:21:04.717Z Compiling rusty-fork v0.3.1
14102026-05-26T23:21:04.984Z Compiling bzip2-sys v0.1.13+1.0.8
14112026-05-26T23:21:05.156Z Compiling heapless v0.7.17
14122026-05-26T23:21:05.239Z Compiling rand_xorshift v0.4.0
14132026-05-26T23:21:05.242Z Compiling thread-id v5.1.0
14142026-05-26T23:21:05.277Z Compiling time v0.3.47
14152026-05-26T23:21:05.306Z Compiling cookie v0.18.1
14162026-05-26T23:21:05.342Z Compiling zstd-safe v7.2.4
14172026-05-26T23:21:05.367Z Compiling ryu v1.0.23
14182026-05-26T23:21:05.397Z Compiling unarray v0.1.4
14192026-05-26T23:21:05.433Z Compiling allocator-api2 v0.2.21
14202026-05-26T23:21:05.447Z Compiling adler2 v2.0.1
14212026-05-26T23:21:05.519Z Compiling unicode-bidi v0.3.18
14222026-05-26T23:21:05.571Z Compiling signal-hook v0.3.18
14232026-05-26T23:21:05.575Z Compiling anyhow v1.0.102
14242026-05-26T23:21:05.613Z Compiling unicode-properties v0.1.4
14252026-05-26T23:21:05.618Z Compiling iri-string v0.7.10
14262026-05-26T23:21:05.620Z Compiling paste v1.0.15
14272026-05-26T23:21:05.799Z Compiling miniz_oxide v0.8.9
14282026-05-26T23:21:05.852Z Compiling stringprep v0.1.5
14292026-05-26T23:21:06.097Z Compiling num-integer v0.1.46
14302026-05-26T23:21:06.172Z Compiling vergen-lib v9.1.0
14312026-05-26T23:21:06.313Z Compiling curve25519-dalek v4.1.3
14322026-05-26T23:21:06.359Z Compiling serde_derive v1.0.228
14332026-05-26T23:21:06.374Z Compiling zeroize_derive v1.4.3
14342026-05-26T23:21:06.430Z Compiling zerofrom-derive v0.1.6
14352026-05-26T23:21:06.434Z Compiling yoke-derive v0.8.1
14362026-05-26T23:21:06.516Z Compiling zerovec-derive v0.11.2
14372026-05-26T23:21:06.668Z Compiling zerocopy-derive v0.8.40
14382026-05-26T23:21:06.686Z Compiling displaydoc v0.2.5
14392026-05-26T23:21:06.881Z Compiling tokio-macros v2.7.0
14402026-05-26T23:21:07.030Z Compiling futures-macro v0.3.32
14412026-05-26T23:21:07.056Z Compiling zeroize v1.8.2
14422026-05-26T23:21:07.188Z Compiling der_derive v0.7.3
14432026-05-26T23:21:07.323Z Compiling rustls-pki-types v1.14.0
14442026-05-26T23:21:07.539Z Compiling thiserror-impl v2.0.18
14452026-05-26T23:21:07.684Z Compiling tracing-attributes v0.1.31
14462026-05-26T23:21:07.687Z Compiling scroll_derive v0.13.1
14472026-05-26T23:21:07.714Z Compiling schemars_derive v0.8.22
14482026-05-26T23:21:07.805Z Compiling pest_derive v2.8.6
14492026-05-26T23:21:07.920Z Compiling crypto-common v0.1.7
14502026-05-26T23:21:07.951Z Compiling zerofrom v0.1.6
14512026-05-26T23:21:07.965Z Compiling block-buffer v0.10.4
14522026-05-26T23:21:08.085Z Compiling yoke v0.8.1
14532026-05-26T23:21:08.101Z Compiling futures-util v0.3.32
14542026-05-26T23:21:08.165Z Compiling digest v0.10.7
14552026-05-26T23:21:08.250Z Compiling block-padding v0.3.3
14562026-05-26T23:21:08.290Z Compiling zerovec v0.11.5
14572026-05-26T23:21:08.303Z Compiling zerotrie v0.2.3
14582026-05-26T23:21:08.426Z Compiling hmac v0.12.1
14592026-05-26T23:21:08.426Z Compiling inout v0.1.4
14602026-05-26T23:21:08.546Z Compiling sha2 v0.10.9
14612026-05-26T23:21:08.602Z Compiling cipher v0.4.4
14622026-05-26T23:21:08.624Z Compiling der v0.7.10
14632026-05-26T23:21:08.638Z Compiling pbkdf2 v0.12.2
14642026-05-26T23:21:08.653Z Compiling scroll v0.13.0
14652026-05-26T23:21:08.768Z Compiling tinystr v0.8.2
14662026-05-26T23:21:08.816Z Compiling potential_utf v0.1.4
14672026-05-26T23:21:08.890Z Compiling salsa20 v0.10.2
14682026-05-26T23:21:08.944Z Compiling icu_locale_core v2.1.1
14692026-05-26T23:21:08.970Z Compiling icu_collections v2.1.1
14702026-05-26T23:21:08.996Z Compiling thiserror v2.0.18
14712026-05-26T23:21:09.010Z Compiling aes v0.8.4
14722026-05-26T23:21:09.053Z Compiling scrypt v0.11.0
14732026-05-26T23:21:09.068Z Compiling cbc v0.1.2
14742026-05-26T23:21:09.085Z Compiling tracing v0.1.44
14752026-05-26T23:21:09.120Z Compiling darling_macro v0.20.11
14762026-05-26T23:21:09.234Z Compiling openssl-macros v0.1.1
14772026-05-26T23:21:09.332Z Compiling goblin v0.10.5
14782026-05-26T23:21:09.377Z Compiling rustls-native-certs v0.8.3
14792026-05-26T23:21:09.479Z Compiling spki v0.7.3
14802026-05-26T23:21:09.635Z Compiling icu_provider v2.1.1
14812026-05-26T23:21:09.677Z Compiling pkcs5 v0.7.1
14822026-05-26T23:21:09.712Z Compiling darling v0.20.11
14832026-05-26T23:21:09.813Z Compiling derive_builder_core v0.20.2
14842026-05-26T23:21:09.842Z Compiling dtrace-parser v0.3.0
14852026-05-26T23:21:09.873Z Compiling signature v2.2.0
14862026-05-26T23:21:09.941Z Compiling bytes v1.11.1
14872026-05-26T23:21:09.965Z Compiling icu_normalizer v2.1.1
14882026-05-26T23:21:09.968Z Compiling icu_properties v2.1.2
14892026-05-26T23:21:09.998Z Compiling chrono v0.4.44
14902026-05-26T23:21:10.076Z Compiling pkcs8 v0.10.2
14912026-05-26T23:21:10.094Z Compiling ipnet v2.11.0
14922026-05-26T23:21:10.187Z Compiling webpki-roots v1.0.6
14932026-05-26T23:21:10.320Z Compiling scroll_derive v0.12.1
14942026-05-26T23:21:10.481Z Compiling tokio v1.52.1
14952026-05-26T23:21:10.519Z Compiling http v1.4.0
14962026-05-26T23:21:10.600Z Compiling thiserror-impl v1.0.69
14972026-05-26T23:21:10.645Z Compiling serde_tokenstream v0.2.3
14982026-05-26T23:21:10.689Z Compiling toml_datetime v0.6.11
14992026-05-26T23:21:10.702Z Compiling serde_spanned v0.6.9
15002026-05-26T23:21:10.780Z Compiling derive_builder_macro v0.20.2
15012026-05-26T23:21:10.871Z Compiling serde_urlencoded v0.7.1
15022026-05-26T23:21:10.973Z Compiling idna_adapter v1.2.1
15032026-05-26T23:21:10.987Z Compiling erased-serde v0.3.31
15042026-05-26T23:21:11.093Z Compiling idna v1.1.0
15052026-05-26T23:21:11.133Z Compiling ppv-lite86 v0.2.21
15062026-05-26T23:21:11.133Z Compiling http-body v1.0.1
15072026-05-26T23:21:11.174Z Compiling scroll v0.12.0
15082026-05-26T23:21:11.283Z Compiling http-body-util v0.1.3
15092026-05-26T23:21:11.322Z Compiling md-5 v0.10.6
15102026-05-26T23:21:11.340Z Compiling darling_macro v0.21.3
15112026-05-26T23:21:11.435Z Compiling url v2.5.8
15122026-05-26T23:21:11.463Z Compiling rand_chacha v0.9.0
15132026-05-26T23:21:11.477Z Compiling rand_chacha v0.3.1
15142026-05-26T23:21:11.480Z Compiling bstr v1.12.1
15152026-05-26T23:21:11.505Z Compiling async-trait v0.1.89
15162026-05-26T23:21:11.508Z Compiling zerocopy-derive v0.7.35
15172026-05-26T23:21:11.549Z Compiling pin-project-internal v1.1.11
15182026-05-26T23:21:11.637Z Compiling ff v0.13.1
15192026-05-26T23:21:11.774Z Compiling rand v0.9.2
15202026-05-26T23:21:11.799Z Compiling hash32 v0.2.1
15212026-05-26T23:21:11.870Z Compiling memoffset v0.9.1
15222026-05-26T23:21:11.904Z Compiling thiserror v1.0.69
15232026-05-26T23:21:12.141Z Compiling encoding_rs v0.8.35
15242026-05-26T23:21:12.211Z Compiling dof v0.4.0
15252026-05-26T23:21:12.237Z Compiling fallible-iterator v0.2.0
15262026-05-26T23:21:12.312Z Compiling psl-types v2.0.11
15272026-05-26T23:21:12.325Z Compiling zlib-rs v0.6.2
15282026-05-26T23:21:12.380Z Compiling rustix v0.38.44
15292026-05-26T23:21:12.456Z Compiling proptest v1.10.0
15302026-05-26T23:21:12.470Z Compiling litrs v1.0.0
15312026-05-26T23:21:12.566Z Compiling mime v0.3.17
15322026-05-26T23:21:12.636Z Compiling ref-cast v1.0.25
15332026-05-26T23:21:12.667Z Compiling cfg_aliases v0.2.1
15342026-05-26T23:21:12.757Z Compiling smoltcp v0.9.1
15352026-05-26T23:21:12.772Z Compiling base16ct v0.2.0
15362026-05-26T23:21:12.776Z Compiling num-bigint-dig v0.8.6
15372026-05-26T23:21:12.825Z Compiling pin-project v1.1.11
15382026-05-26T23:21:12.961Z Compiling ipnetwork v0.21.1
15392026-05-26T23:21:13.022Z Compiling document-features v0.2.12
15402026-05-26T23:21:13.061Z Compiling sec1 v0.7.3
15412026-05-26T23:21:13.064Z Compiling nix v0.31.2
15422026-05-26T23:21:13.080Z Compiling postgres-protocol v0.6.10
15432026-05-26T23:21:13.156Z Compiling zerocopy v0.7.35
15442026-05-26T23:21:13.333Z Compiling oxnet v0.1.4
15452026-05-26T23:21:13.373Z Compiling publicsuffix v2.3.0
15462026-05-26T23:21:13.452Z Compiling darling v0.21.3
15472026-05-26T23:21:13.467Z Compiling group v0.13.0
15482026-05-26T23:21:13.502Z Compiling rand v0.8.6
15492026-05-26T23:21:13.551Z Compiling goblin v0.8.2
15502026-05-26T23:21:13.582Z Compiling derive_builder v0.20.2
15512026-05-26T23:21:13.648Z Compiling futures-executor v0.3.32
15522026-05-26T23:21:13.670Z Compiling hubpack_derive v0.1.1
15532026-05-26T23:21:13.684Z Compiling hex v0.4.3
15542026-05-26T23:21:13.710Z Compiling hkdf v0.12.4
15552026-05-26T23:21:13.734Z Compiling crypto-bigint v0.5.5
15562026-05-26T23:21:13.767Z Compiling regex v1.12.3
15572026-05-26T23:21:13.894Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-26T23:21:13.908Z Compiling ref-cast-impl v1.0.25
15592026-05-26T23:21:13.929Z Compiling daft-derive v0.1.7
15602026-05-26T23:21:13.946Z Compiling snafu-derive v0.8.9
15612026-05-26T23:21:13.980Z Compiling strum_macros v0.27.2
15622026-05-26T23:21:13.995Z Compiling num-iter v0.1.45
15632026-05-26T23:21:14.376Z Compiling tokio-util v0.7.18
15642026-05-26T23:21:14.425Z Compiling tower v0.5.3
15652026-05-26T23:21:14.496Z Compiling tokio-native-tls v0.3.1
15662026-05-26T23:21:14.511Z Compiling phf_shared v0.13.1
15672026-05-26T23:21:14.545Z Compiling terminal_size v0.4.3
15682026-05-26T23:21:14.588Z Compiling lazy_static v1.5.0
15692026-05-26T23:21:14.698Z Compiling vergen v9.1.0
15702026-05-26T23:21:14.713Z Compiling cargo-platform v0.3.2
15712026-05-26T23:21:14.716Z Compiling fs-err v3.3.0
15722026-05-26T23:21:14.716Z Compiling ahash v0.8.12
15732026-05-26T23:21:14.716Z Compiling managed v0.8.0
15742026-05-26T23:21:14.776Z Compiling winnow v0.5.40
15752026-05-26T23:21:14.902Z Compiling tower-http v0.6.8
15762026-05-26T23:21:14.927Z Compiling newtype-uuid v1.3.2
15772026-05-26T23:21:14.943Z Compiling bumpalo v3.20.2
15782026-05-26T23:21:14.959Z Compiling object v0.37.3
15792026-05-26T23:21:14.974Z Compiling bitflags v1.3.2
15802026-05-26T23:21:15.047Z Compiling foldhash v0.1.5
15812026-05-26T23:21:15.060Z Compiling same-file v1.0.6
15822026-05-26T23:21:15.219Z Compiling h2 v0.4.13
15832026-05-26T23:21:15.236Z Compiling flate2 v1.1.9
15842026-05-26T23:21:15.251Z Compiling foldhash v0.2.0
15852026-05-26T23:21:15.265Z Compiling unicode-segmentation v1.12.0
15862026-05-26T23:21:15.279Z Compiling libbz2-rs-sys v0.2.2
15872026-05-26T23:21:15.331Z Compiling clap_builder v4.5.60
15882026-05-26T23:21:15.453Z Compiling hashbrown v0.16.1
15892026-05-26T23:21:15.546Z Compiling walkdir v2.5.0
15902026-05-26T23:21:15.560Z Compiling hashbrown v0.15.5
15912026-05-26T23:21:15.666Z Compiling zopfli v0.8.3
15922026-05-26T23:21:15.681Z Compiling daft v0.1.7
15932026-05-26T23:21:15.918Z Compiling dof v0.3.0
15942026-05-26T23:21:15.955Z Compiling bzip2 v0.6.1
15952026-05-26T23:21:15.969Z Compiling snafu v0.8.9
15962026-05-26T23:21:16.036Z Compiling strum v0.27.2
15972026-05-26T23:21:16.103Z Compiling toml_edit v0.19.15
15982026-05-26T23:21:16.117Z Compiling cargo_metadata v0.23.1
15992026-05-26T23:21:16.196Z Compiling elliptic-curve v0.13.8
16002026-05-26T23:21:16.214Z Compiling phf v0.13.1
16012026-05-26T23:21:16.366Z Compiling signal-hook-mio v0.2.5
16022026-05-26T23:21:16.397Z Compiling hubpack v0.1.2
16032026-05-26T23:21:16.471Z Compiling cookie_store v0.22.1
16042026-05-26T23:21:16.500Z Compiling bzip2 v0.4.4
16052026-05-26T23:21:16.618Z Compiling futures v0.3.32
16062026-05-26T23:21:16.644Z Compiling usdt-macro v0.6.0
16072026-05-26T23:21:16.658Z Compiling usdt-attr-macro v0.6.0
16082026-05-26T23:21:16.717Z Compiling serde_with_macros v3.17.0
16092026-05-26T23:21:16.805Z Compiling postgres-types v0.2.12
16102026-05-26T23:21:16.823Z Compiling zstd v0.13.3
16112026-05-26T23:21:17.083Z Compiling dtrace-parser v0.2.0
16122026-05-26T23:21:17.146Z Compiling globset v0.4.18
16132026-05-26T23:21:17.165Z Compiling pkcs1 v0.7.5
16142026-05-26T23:21:17.428Z Compiling ed25519 v2.2.3
16152026-05-26T23:21:17.501Z Compiling serde_plain v1.0.2
16162026-05-26T23:21:17.535Z Compiling serde-big-array v0.5.1
16172026-05-26T23:21:17.539Z Compiling olpc-cjson v0.1.4
16182026-05-26T23:21:17.602Z Compiling rfc6979 v0.4.0
16192026-05-26T23:21:17.716Z Compiling async-recursion v1.1.1
16202026-05-26T23:21:17.732Z Compiling serde_repr v0.1.20
16212026-05-26T23:21:17.735Z Compiling enum-as-inner v0.6.1
16222026-05-26T23:21:17.763Z Compiling clap_derive v4.5.55
16232026-05-26T23:21:17.864Z Compiling strum_macros v0.26.4
16242026-05-26T23:21:17.899Z Compiling phf_shared v0.11.3
16252026-05-26T23:21:17.963Z Compiling float-cmp v0.10.0
16262026-05-26T23:21:18.002Z Compiling pem v3.0.6
16272026-05-26T23:21:18.098Z Compiling memmap2 v0.9.10
16282026-05-26T23:21:18.112Z Compiling thread-id v4.2.2
16292026-05-26T23:21:18.210Z Compiling env_filter v1.0.0
16302026-05-26T23:21:18.296Z Compiling hyper v1.8.1
16312026-05-26T23:21:18.322Z Compiling precomputed-hash v0.1.1
16322026-05-26T23:21:18.340Z Compiling data-encoding v2.10.0
16332026-05-26T23:21:18.359Z Compiling fixedbitset v0.4.2
16342026-05-26T23:21:18.375Z Compiling static_assertions v1.1.0
16352026-05-26T23:21:18.428Z Compiling difflib v0.4.0
16362026-05-26T23:21:18.431Z Compiling whoami v2.1.0
16372026-05-26T23:21:18.457Z Compiling either v1.15.0
16382026-05-26T23:21:18.473Z Compiling keccak v0.1.6
16392026-05-26T23:21:18.549Z Compiling normalize-line-endings v0.3.0
16402026-05-26T23:21:18.603Z Compiling predicates-core v1.0.10
16412026-05-26T23:21:18.661Z Compiling fixedbitset v0.5.7
16422026-05-26T23:21:18.685Z Compiling new_debug_unreachable v1.0.6
16432026-05-26T23:21:18.771Z Compiling jiff v0.2.21
16442026-05-26T23:21:18.806Z Compiling typed-path v0.9.3
16452026-05-26T23:21:18.852Z Compiling string_cache v0.8.9
16462026-05-26T23:21:18.867Z Compiling predicates v3.1.4
16472026-05-26T23:21:18.993Z Compiling petgraph v0.8.3
16482026-05-26T23:21:19.039Z Compiling tokio-postgres v0.7.16
16492026-05-26T23:21:19.070Z Compiling hickory-proto v0.25.2
16502026-05-26T23:21:19.111Z Compiling itertools v0.13.0
16512026-05-26T23:21:19.319Z Compiling sha3 v0.10.8
16522026-05-26T23:21:19.337Z Compiling petgraph v0.6.5
16532026-05-26T23:21:19.378Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16542026-05-26T23:21:19.546Z Compiling hyper-util v0.1.20
16552026-05-26T23:21:19.612Z Compiling clap v4.5.60
16562026-05-26T23:21:19.676Z Compiling strum v0.26.3
16572026-05-26T23:21:19.708Z Compiling env_logger v0.11.9
16582026-05-26T23:21:19.791Z Compiling toml_edit v0.22.27
16592026-05-26T23:21:19.822Z Compiling usdt v0.6.0
16602026-05-26T23:21:19.935Z Compiling usdt-impl v0.5.0
16612026-05-26T23:21:20.061Z Compiling serde_with v3.17.0
16622026-05-26T23:21:20.090Z Compiling crossterm v0.28.1
16632026-05-26T23:21:20.105Z Compiling ecdsa v0.16.9
16642026-05-26T23:21:20.385Z Compiling ed25519-dalek v2.2.0
16652026-05-26T23:21:20.511Z Compiling toml v0.7.8
16662026-05-26T23:21:20.546Z Compiling rsa v0.9.10
16672026-05-26T23:21:20.973Z Compiling hyper-tls v0.6.0
16682026-05-26T23:21:21.137Z Compiling zip v0.6.6
16692026-05-26T23:21:21.227Z Compiling iddqd v0.4.1
16702026-05-26T23:21:21.329Z Compiling similar v2.7.0
16712026-05-26T23:21:21.413Z Compiling zip v4.6.1
16722026-05-26T23:21:21.575Z Compiling heck v0.4.1
16732026-05-26T23:21:21.734Z Compiling toml_parser v1.0.9+spec-1.1.0
16742026-05-26T23:21:21.801Z Compiling tokio-stream v0.1.18
16752026-05-26T23:21:21.822Z Compiling buf-list v1.1.2
16762026-05-26T23:21:21.953Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16772026-05-26T23:21:22.164Z Compiling openapiv3 v2.2.0
16782026-05-26T23:21:22.256Z Compiling x509-cert v0.2.5
16792026-05-26T23:21:22.271Z Compiling sha1 v0.10.6
16802026-05-26T23:21:22.306Z Compiling crossbeam-epoch v0.9.18
16812026-05-26T23:21:22.325Z Compiling peg-runtime v0.8.5
16822026-05-26T23:21:22.420Z Compiling lalrpop-util v0.19.12
16832026-05-26T23:21:22.435Z Compiling thread_local v1.1.9
16842026-05-26T23:21:22.488Z Compiling slog-async v2.8.0
16852026-05-26T23:21:22.535Z Compiling crossbeam-channel v0.5.15
16862026-05-26T23:21:22.538Z Compiling filetime v0.2.27
16872026-05-26T23:21:22.626Z Compiling is-terminal v0.4.17
16882026-05-26T23:21:22.642Z Compiling xattr v1.6.1
16892026-05-26T23:21:22.658Z Compiling take_mut v0.2.2
16902026-05-26T23:21:22.673Z Compiling term v1.2.1
16912026-05-26T23:21:22.791Z Compiling tar v0.4.45
16922026-05-26T23:21:23.007Z Compiling slog-term v2.9.2
16932026-05-26T23:21:40.563Z Compiling rustls-webpki v0.103.9
16942026-05-26T23:21:43.346Z Compiling tokio-rustls v0.26.4
16952026-05-26T23:21:43.346Z Compiling rustls-platform-verifier v0.6.2
16962026-05-26T23:21:43.551Z Compiling hyper-rustls v0.27.7
16972026-05-26T23:21:43.728Z Compiling reqwest v0.12.28
16982026-05-26T23:21:43.729Z Compiling reqwest v0.13.2
16992026-05-26T23:21:44.964Z Compiling tough v0.22.0
17002026-05-26T23:21:47.458Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
17012026-05-26T23:21:47.685Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
17022026-05-26T23:21:50.514Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.46s
17032026-05-26T23:21:50.659Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
17042026-05-26T23:21:50.716ZMay 26 23:21:48.974 INFO Starting download, target: Clickhouse
17052026-05-26T23:21:50.716ZMay 26 23:21:48.975 INFO Starting download, target: DendriteStub
17062026-05-26T23:21:50.716ZMay 26 23:21:48.975 INFO Starting download, target: Cockroach
17072026-05-26T23:21:50.719ZMay 26 23:21:48.975 INFO Starting download, target: Console
17082026-05-26T23:21:50.719ZMay 26 23:21:48.976 INFO Starting download, target: MaghemiteMgd
17092026-05-26T23:21:50.719ZMay 26 23:21:48.976 INFO Starting download, target: TransceiverControl
17102026-05-26T23:21:50.719ZMay 26 23:21:48.976 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17112026-05-26T23:21:50.720ZMay 26 23:21:48.976 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-05-26T23:21:50.720ZMay 26 23:21:48.976 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17132026-05-26T23:21:50.720ZMay 26 23:21:48.976 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17142026-05-26T23:21:50.720ZMay 26 23:21:48.976 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17152026-05-26T23:21:50.720ZMay 26 23:21:48.976 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17162026-05-26T23:21:51.692ZMay 26 23:21:49.953 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17172026-05-26T23:21:51.929ZMay 26 23:21:50.190 INFO Download complete, target: Console
17182026-05-26T23:21:52.795ZMay 26 23:21:51.050 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17192026-05-26T23:21:53.021ZMay 26 23:21:51.262 INFO Download complete, target: TransceiverControl
17202026-05-26T23:21:53.801ZMay 26 23:21:52.041 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17212026-05-26T23:21:54.048ZMay 26 23:21:52.308 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17222026-05-26T23:21:54.277ZMay 26 23:21:52.535 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17232026-05-26T23:21:54.841ZMay 26 23:21:53.101 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17242026-05-26T23:21:54.841ZMay 26 23:21:53.101 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17252026-05-26T23:21:56.495ZMay 26 23:21:54.736 INFO Download complete, target: DendriteStub
17262026-05-26T23:21:56.748ZMay 26 23:21:55.008 INFO Download complete, target: MaghemiteMgd
17272026-05-26T23:21:59.742ZMay 26 23:21:57.987 INFO Checking that binary works, target: Cockroach
17282026-05-26T23:21:59.985ZMay 26 23:21:58.195 INFO Download complete, target: Cockroach
17292026-05-26T23:22:00.869ZMay 26 23:21:59.097 INFO Checking that binary works, target: Clickhouse
17302026-05-26T23:22:01.004ZMay 26 23:21:59.221 INFO Download complete, target: Clickhouse
17312026-05-26T23:22:01.076ZAll prerequisites installed successfully
17322026-05-26T23:22:01.076Z
17332026-05-26T23:22:01.077Zreal 2:07.822276823
17342026-05-26T23:22:01.077Zuser 6:55.557461671
17352026-05-26T23:22:01.077Zsys 1:45.684847610
17362026-05-26T23:22:01.077Ztrap 0.244046611
17372026-05-26T23:22:01.077Ztflt 2.045313087
17382026-05-26T23:22:01.077Zdflt 2.568106385
17392026-05-26T23:22:01.077Zkflt 0.050462092
17402026-05-26T23:22:01.077Zlock 24:11.560442513
17412026-05-26T23:22:01.077Zslp 19:28.329725754
17422026-05-26T23:22:01.077Zlat 22.535645070
17432026-05-26T23:22:01.077Zstop 2:54.138961636
17442026-05-26T23:22:01.077Z+ ptime -m cargo xtask download softnpu
17452026-05-26T23:22:01.499Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
17462026-05-26T23:22:01.529Z Running `target/debug/xtask download softnpu`
17472026-05-26T23:22:02.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17482026-05-26T23:22:02.368Z Running `target/debug/xtask-downloader softnpu`
17492026-05-26T23:22:02.409ZMay 26 23:22:00.669 INFO Starting download, target: Softnpu
17502026-05-26T23:22:02.412ZMay 26 23:22:00.670 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17512026-05-26T23:22:02.970ZMay 26 23:22:01.228 INFO Download complete, target: Softnpu
17522026-05-26T23:22:02.981Z
17532026-05-26T23:22:02.981Zreal 1.997583792
17542026-05-26T23:22:02.981Zuser 1.363409625
17552026-05-26T23:22:02.981Zsys 0.665538637
17562026-05-26T23:22:02.981Ztrap 0.000730920
17572026-05-26T23:22:02.981Ztflt 0.000119900
17582026-05-26T23:22:02.981Zdflt 0.000052830
17592026-05-26T23:22:02.981Zkflt 0.000000000
17602026-05-26T23:22:02.981Zlock 10.358569355
17612026-05-26T23:22:02.981Zslp 0.407071597
17622026-05-26T23:22:02.981Zlat 0.083472856
17632026-05-26T23:22:02.984Zstop 0.000181780
17642026-05-26T23:22:02.984Z+ export CARGO_INCREMENTAL=0
17652026-05-26T23:22:02.984Z+ CARGO_INCREMENTAL=0
17662026-05-26T23:22:02.985Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17672026-05-26T23:22:03.867Z Compiling proc-macro2 v1.0.106
17682026-05-26T23:22:03.867Z Compiling quote v1.0.45
17692026-05-26T23:22:03.867Z Compiling unicode-ident v1.0.24
17702026-05-26T23:22:03.867Z Compiling libc v0.2.185
17712026-05-26T23:22:03.871Z Compiling serde_core v1.0.228
17722026-05-26T23:22:03.871Z Compiling serde v1.0.228
17732026-05-26T23:22:03.872Z Compiling cfg-if v1.0.4
17742026-05-26T23:22:03.872Z Compiling version_check v0.9.5
17752026-05-26T23:22:03.872Z Compiling shlex v1.3.0
17762026-05-26T23:22:03.872Z Compiling find-msvc-tools v0.1.9
17772026-05-26T23:22:04.012Z Compiling typenum v1.19.0
17782026-05-26T23:22:04.015Z Compiling zmij v1.0.21
17792026-05-26T23:22:04.015Z Compiling autocfg v1.5.0
17802026-05-26T23:22:04.015Z Compiling memchr v2.8.0
17812026-05-26T23:22:04.015Z Compiling serde_json v1.0.149
17822026-05-26T23:22:04.333Z Compiling portable-atomic v1.13.1
17832026-05-26T23:22:04.348Z Compiling libm v0.2.16
17842026-05-26T23:22:04.352Z Compiling zerocopy v0.8.40
17852026-05-26T23:22:04.436Z Compiling smallvec v1.15.1
17862026-05-26T23:22:04.455Z Compiling parking_lot_core v0.9.12
17872026-05-26T23:22:04.478Z Compiling icu_normalizer_data v2.1.1
17882026-05-26T23:22:04.495Z Compiling generic-array v0.14.7
17892026-05-26T23:22:04.499Z Compiling num-traits v0.2.19
17902026-05-26T23:22:04.532Z Compiling icu_properties_data v2.1.2
17912026-05-26T23:22:04.717Z Compiling itoa v1.0.17
17922026-05-26T23:22:04.737Z Compiling getrandom v0.4.1
17932026-05-26T23:22:04.737Z Compiling log v0.4.29
17942026-05-26T23:22:04.771Z Compiling stable_deref_trait v1.2.1
17952026-05-26T23:22:04.788Z Compiling pkg-config v0.3.32
17962026-05-26T23:22:04.791Z Compiling subtle v2.6.1
17972026-05-26T23:22:05.009Z Compiling scopeguard v1.2.0
17982026-05-26T23:22:05.061Z Compiling percent-encoding v2.3.2
17992026-05-26T23:22:05.110Z Compiling lock_api v0.4.14
18002026-05-26T23:22:05.114Z Compiling litemap v0.8.1
18012026-05-26T23:22:05.140Z Compiling writeable v0.6.2
18022026-05-26T23:22:05.221Z Compiling jobserver v0.1.34
18032026-05-26T23:22:05.243Z Compiling getrandom v0.2.17
18042026-05-26T23:22:05.259Z Compiling errno v0.3.14
18052026-05-26T23:22:05.394Z Compiling rand_core v0.6.4
18062026-05-26T23:22:05.428Z Compiling fnv v1.0.7
18072026-05-26T23:22:05.431Z Compiling pin-project-lite v0.2.17
18082026-05-26T23:22:05.465Z Compiling cc v1.2.56
18092026-05-26T23:22:05.520Z Compiling syn v2.0.117
18102026-05-26T23:22:05.575Z Compiling thiserror v2.0.18
18112026-05-26T23:22:05.623Z Compiling getrandom v0.3.4
18122026-05-26T23:22:05.672Z Compiling fs_extra v1.3.0
18132026-05-26T23:22:05.688Z Compiling equivalent v1.0.2
18142026-05-26T23:22:05.703Z Compiling dunce v1.0.5
18152026-05-26T23:22:05.751Z Compiling utf8_iter v1.0.4
18162026-05-26T23:22:05.787Z Compiling rustversion v1.0.22
18172026-05-26T23:22:05.803Z Compiling rand_core v0.10.0
18182026-05-26T23:22:05.838Z Compiling schemars v0.8.22
18192026-05-26T23:22:05.960Z Compiling form_urlencoded v1.2.2
18202026-05-26T23:22:05.996Z Compiling critical-section v1.2.0
18212026-05-26T23:22:06.046Z Compiling signal-hook-registry v1.4.8
18222026-05-26T23:22:06.112Z Compiling rustix v1.1.3
18232026-05-26T23:22:06.155Z Compiling hashbrown v0.17.0
18242026-05-26T23:22:06.187Z Compiling socket2 v0.6.3
18252026-05-26T23:22:06.203Z Compiling cmake v0.1.57
18262026-05-26T23:22:06.292Z Compiling mio v1.2.0
18272026-05-26T23:22:06.576Z Compiling bitflags v2.11.0
18282026-05-26T23:22:06.579Z Compiling semver v1.0.28
18292026-05-26T23:22:06.579Z Compiling once_cell v1.21.3
18302026-05-26T23:22:06.649Z Compiling parking_lot v0.12.5
18312026-05-26T23:22:06.708Z Compiling const-oid v0.9.6
18322026-05-26T23:22:06.725Z Compiling indexmap v2.14.0
18332026-05-26T23:22:06.806Z Compiling ring v0.17.14
18342026-05-26T23:22:06.833Z Compiling aws-lc-sys v0.40.0
18352026-05-26T23:22:06.939Z Compiling heck v0.5.0
18362026-05-26T23:22:06.958Z Compiling aws-lc-rs v1.16.3
18372026-05-26T23:22:06.976Z Compiling futures-core v0.3.32
18382026-05-26T23:22:07.031Z Compiling httparse v1.10.1
18392026-05-26T23:22:07.114Z Compiling strsim v0.11.1
18402026-05-26T23:22:07.165Z Compiling vcpkg v0.2.15
18412026-05-26T23:22:07.168Z Compiling thiserror v1.0.69
18422026-05-26T23:22:07.332Z Compiling byteorder v1.5.0
18432026-05-26T23:22:07.376Z Compiling ucd-trie v0.1.7
18442026-05-26T23:22:07.407Z Compiling iana-time-zone v0.1.65
18452026-05-26T23:22:07.497Z Compiling ident_case v1.0.1
18462026-05-26T23:22:07.518Z Compiling syn v1.0.109
18472026-05-26T23:22:07.536Z Compiling pest v2.8.6
18482026-05-26T23:22:07.551Z Compiling regex-syntax v0.8.10
18492026-05-26T23:22:07.587Z Compiling uuid v1.23.0
18502026-05-26T23:22:07.621Z Compiling rustls v0.23.37
18512026-05-26T23:22:07.655Z Compiling cpufeatures v0.2.17
18522026-05-26T23:22:07.759Z Compiling openssl-sys v0.9.115
18532026-05-26T23:22:07.871Z Compiling futures-sink v0.3.32
18542026-05-26T23:22:07.902Z Compiling rustc_version v0.4.1
18552026-05-26T23:22:08.003Z Compiling futures-io v0.3.32
18562026-05-26T23:22:08.038Z Compiling futures-channel v0.3.32
18572026-05-26T23:22:08.157Z Compiling slab v0.4.12
18582026-05-26T23:22:08.190Z Compiling futures-task v0.3.32
18592026-05-26T23:22:08.254Z Compiling aho-corasick v1.1.4
18602026-05-26T23:22:08.345Z Compiling synstructure v0.13.2
18612026-05-26T23:22:08.387Z Compiling serde_derive_internals v0.29.1
18622026-05-26T23:22:08.455Z Compiling dyn-clone v1.0.20
18632026-05-26T23:22:08.632Z Compiling pest_meta v2.8.6
18642026-05-26T23:22:08.635Z Compiling openssl v0.10.79
18652026-05-26T23:22:08.663Z Compiling base64 v0.22.1
18662026-05-26T23:22:08.700Z Compiling plain v0.2.3
18672026-05-26T23:22:08.742Z Compiling crc32fast v1.5.0
18682026-05-26T23:22:08.865Z Compiling num-conv v0.2.0
18692026-05-26T23:22:08.922Z Compiling time-core v0.1.8
18702026-05-26T23:22:09.008Z Compiling crossbeam-utils v0.8.21
18712026-05-26T23:22:09.073Z Compiling native-tls v0.2.18
18722026-05-26T23:22:09.091Z Compiling regex-automata v0.4.14
18732026-05-26T23:22:09.109Z Compiling time-macros v0.2.27
18742026-05-26T23:22:09.112Z Compiling pretty-hex v0.4.1
18752026-05-26T23:22:09.190Z Compiling base64ct v1.8.3
18762026-05-26T23:22:09.219Z Compiling pest_generator v2.8.6
18772026-05-26T23:22:09.254Z Compiling anyhow v1.0.102
18782026-05-26T23:22:09.285Z Compiling darling_core v0.21.3
18792026-05-26T23:22:09.367Z Compiling tracing-core v0.1.36
18802026-05-26T23:22:09.384Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18812026-05-26T23:22:09.503Z Compiling pem-rfc7468 v0.7.0
18822026-05-26T23:22:09.609Z Compiling serde_derive v1.0.228
18832026-05-26T23:22:09.680Z Compiling zeroize_derive v1.4.3
18842026-05-26T23:22:09.697Z Compiling zerofrom-derive v0.1.6
18852026-05-26T23:22:09.773Z Compiling yoke-derive v0.8.1
18862026-05-26T23:22:09.788Z Compiling zerovec-derive v0.11.2
18872026-05-26T23:22:09.819Z Compiling displaydoc v0.2.5
18882026-05-26T23:22:09.871Z Compiling zerocopy-derive v0.8.40
18892026-05-26T23:22:09.908Z Compiling tokio-macros v2.7.0
18902026-05-26T23:22:10.079Z Compiling futures-macro v0.3.32
18912026-05-26T23:22:10.298Z Compiling zeroize v1.8.2
18922026-05-26T23:22:10.559Z Compiling thiserror-impl v2.0.18
18932026-05-26T23:22:10.645Z Compiling schemars_derive v0.8.22
18942026-05-26T23:22:10.734Z Compiling tracing-attributes v0.1.31
18952026-05-26T23:22:10.848Z Compiling zerofrom v0.1.6
18962026-05-26T23:22:10.865Z Compiling der_derive v0.7.3
18972026-05-26T23:22:10.995Z Compiling yoke v0.8.1
18982026-05-26T23:22:11.011Z Compiling crypto-common v0.1.7
18992026-05-26T23:22:11.181Z Compiling zerovec v0.11.5
19002026-05-26T23:22:11.210Z Compiling zerotrie v0.2.3
19012026-05-26T23:22:11.314Z Compiling block-buffer v0.10.4
19022026-05-26T23:22:11.483Z Compiling digest v0.10.7
19032026-05-26T23:22:11.679Z Compiling thiserror-impl v1.0.69
19042026-05-26T23:22:11.753Z Compiling tinystr v0.8.2
19052026-05-26T23:22:11.771Z Compiling potential_utf v0.1.4
19062026-05-26T23:22:11.813Z Compiling pest_derive v2.8.6
19072026-05-26T23:22:11.816Z Compiling futures-util v0.3.32
19082026-05-26T23:22:11.847Z Compiling hmac v0.12.1
19092026-05-26T23:22:11.925Z Compiling icu_collections v2.1.1
19102026-05-26T23:22:11.950Z Compiling icu_locale_core v2.1.1
19112026-05-26T23:22:12.243Z Compiling block-padding v0.3.3
19122026-05-26T23:22:12.410Z Compiling inout v0.1.4
19132026-05-26T23:22:12.576Z Compiling rustls-pki-types v1.14.0
19142026-05-26T23:22:12.579Z Compiling openssl-macros v0.1.1
19152026-05-26T23:22:12.664Z Compiling icu_provider v2.1.1
19162026-05-26T23:22:12.690Z Compiling cipher v0.4.4
19172026-05-26T23:22:12.809Z Compiling bytes v1.11.1
19182026-05-26T23:22:12.886Z Compiling chrono v0.4.44
19192026-05-26T23:22:12.939Z Compiling icu_normalizer v2.1.1
19202026-05-26T23:22:13.003Z Compiling icu_properties v2.1.2
19212026-05-26T23:22:13.091Z Compiling serde_tokenstream v0.2.3
19222026-05-26T23:22:13.326Z Compiling tokio v1.52.1
19232026-05-26T23:22:13.714Z Compiling sha2 v0.10.9
19242026-05-26T23:22:13.912Z Compiling idna_adapter v1.2.1
19252026-05-26T23:22:14.071Z Compiling idna v1.1.0
19262026-05-26T23:22:14.071Z Compiling ppv-lite86 v0.2.21
19272026-05-26T23:22:14.337Z Compiling scroll_derive v0.13.1
19282026-05-26T23:22:14.419Z Compiling url v2.5.8
19292026-05-26T23:22:14.475Z Compiling scroll_derive v0.12.1
19302026-05-26T23:22:14.526Z Compiling http v1.4.0
19312026-05-26T23:22:14.557Z Compiling flagset v0.4.7
19322026-05-26T23:22:14.677Z Compiling untrusted v0.9.0
19332026-05-26T23:22:14.695Z Compiling der v0.7.10
19342026-05-26T23:22:14.993Z Compiling tracing v0.1.44
19352026-05-26T23:22:15.137Z Compiling darling_macro v0.21.3
19362026-05-26T23:22:15.235Z Compiling regex v1.12.3
19372026-05-26T23:22:15.420Z Compiling zerocopy-derive v0.7.35
19382026-05-26T23:22:15.554Z Compiling rand_core v0.9.5
19392026-05-26T23:22:15.557Z Compiling slog v2.8.2
19402026-05-26T23:22:15.818Z Compiling darling v0.21.3
19412026-05-26T23:22:15.978Z Compiling spki v0.7.3
19422026-05-26T23:22:16.019Z Compiling salsa20 v0.10.2
19432026-05-26T23:22:16.041Z Compiling pbkdf2 v0.12.2
19442026-05-26T23:22:16.410Z Compiling cookie v0.18.1
19452026-05-26T23:22:16.608Z Compiling camino v1.2.2
19462026-05-26T23:22:16.865Z Compiling scrypt v0.11.0
19472026-05-26T23:22:16.922Z Compiling rand_chacha v0.9.0
19482026-05-26T23:22:16.937Z Compiling http-body v1.0.1
19492026-05-26T23:22:17.041Z Compiling tokio-util v0.7.18
19502026-05-26T23:22:17.060Z Compiling aes v0.8.4
19512026-05-26T23:22:17.116Z Compiling cbc v0.1.2
19522026-05-26T23:22:17.195Z Compiling usdt-impl v0.5.0
19532026-05-26T23:22:17.252Z Compiling usdt-impl v0.6.0
19542026-05-26T23:22:17.275Z Compiling openssl-probe v0.2.1
19552026-05-26T23:22:17.305Z Compiling tinyvec_macros v0.1.1
19562026-05-26T23:22:17.350Z Compiling winnow v0.7.14
19572026-05-26T23:22:17.388Z Compiling paste v1.0.15
19582026-05-26T23:22:17.463Z Compiling untrusted v0.7.1
19592026-05-26T23:22:17.466Z Compiling ref-cast v1.0.25
19602026-05-26T23:22:17.609Z Compiling either v1.15.0
19612026-05-26T23:22:17.639Z Compiling atomic-waker v1.1.2
19622026-05-26T23:22:17.730Z Compiling pkcs5 v0.7.1
19632026-05-26T23:22:17.786Z Compiling tinyvec v1.10.0
19642026-05-26T23:22:17.923Z Compiling rand v0.9.2
19652026-05-26T23:22:18.200Z Compiling scroll v0.12.0
19662026-05-26T23:22:18.344Z Compiling scroll v0.13.0
19672026-05-26T23:22:18.432Z Compiling serde_spanned v0.6.9
19682026-05-26T23:22:18.449Z Compiling toml_datetime v0.6.11
19692026-05-26T23:22:18.489Z Compiling async-trait v0.1.89
19702026-05-26T23:22:18.534Z Compiling heapless v0.7.17
19712026-05-26T23:22:18.595Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-05-26T23:22:18.611Z Compiling signal-hook v0.3.18
19732026-05-26T23:22:18.707Z Compiling tower-service v0.3.3
19742026-05-26T23:22:18.787Z Compiling try-lock v0.2.5
19752026-05-26T23:22:18.807Z Compiling tower-layer v0.3.3
19762026-05-26T23:22:18.826Z Compiling fastrand v2.3.0
19772026-05-26T23:22:18.900Z Compiling zstd-safe v7.2.4
19782026-05-26T23:22:19.033Z Compiling want v0.3.1
19792026-05-26T23:22:19.053Z Compiling h2 v0.4.13
19802026-05-26T23:22:19.188Z Compiling toml_parser v1.0.9+spec-1.1.0
19812026-05-26T23:22:19.228Z Compiling goblin v0.10.5
19822026-05-26T23:22:19.231Z Compiling goblin v0.8.2
19832026-05-26T23:22:19.327Z Compiling pkcs8 v0.10.2
19842026-05-26T23:22:19.534Z Compiling zerocopy v0.7.35
19852026-05-26T23:22:19.636Z Compiling ipnet v2.11.0
19862026-05-26T23:22:19.748Z Compiling ref-cast-impl v1.0.25
19872026-05-26T23:22:19.852Z Compiling darling_core v0.20.11
19882026-05-26T23:22:20.078Z Compiling curve25519-dalek v4.1.3
19892026-05-26T23:22:20.165Z Compiling memoffset v0.9.1
19902026-05-26T23:22:20.295Z Compiling httpdate v1.0.3
19912026-05-26T23:22:20.525Z Compiling rustix v0.38.44
19922026-05-26T23:22:20.776Z Compiling litrs v1.0.0
19932026-05-26T23:22:20.794Z Compiling foreign-types-shared v0.1.1
19942026-05-26T23:22:20.874Z Compiling pin-utils v0.1.0
19952026-05-26T23:22:20.890Z Compiling winnow v0.5.40
19962026-05-26T23:22:20.968Z Compiling foreign-types v0.3.2
19972026-05-26T23:22:21.012Z Compiling tempfile v3.25.0
19982026-05-26T23:22:21.290Z Compiling document-features v0.2.12
19992026-05-26T23:22:21.413Z Compiling unicode-normalization v0.1.25
20002026-05-26T23:22:21.828Z Compiling dof v0.3.0
20012026-05-26T23:22:21.850Z Compiling dtrace-parser v0.2.0
20022026-05-26T23:22:21.877Z Compiling darling_macro v0.20.11
20032026-05-26T23:22:22.014Z Compiling hyper v1.8.1
20042026-05-26T23:22:22.085Z Compiling dof v0.4.0
20052026-05-26T23:22:22.288Z Compiling toml_edit v0.19.15
20062026-05-26T23:22:22.387Z Compiling dtrace-parser v0.3.0
20072026-05-26T23:22:22.445Z Compiling pin-project-internal v1.1.11
20082026-05-26T23:22:22.461Z Compiling daft-derive v0.1.7
20092026-05-26T23:22:22.565Z Compiling spin v0.9.8
20102026-05-26T23:22:22.583Z Compiling thread-id v4.2.2
20112026-05-26T23:22:22.599Z Compiling thread-id v5.1.0
20122026-05-26T23:22:22.707Z Compiling smoltcp v0.9.1
20132026-05-26T23:22:22.747Z Compiling powerfmt v0.2.0
20142026-05-26T23:22:22.798Z Compiling cfg_aliases v0.2.1
20152026-05-26T23:22:22.890Z Compiling num-bigint-dig v0.8.6
20162026-05-26T23:22:23.035Z Compiling deranged v0.5.8
20172026-05-26T23:22:23.051Z Compiling nix v0.31.2
20182026-05-26T23:22:23.099Z Compiling hyper-util v0.1.20
20192026-05-26T23:22:23.432Z Compiling darling v0.20.11
20202026-05-26T23:22:23.578Z Compiling rustls-native-certs v0.8.3
20212026-05-26T23:22:23.672Z Compiling ipnetwork v0.21.1
20222026-05-26T23:22:23.896Z Compiling curve25519-dalek-derive v0.1.1
20232026-05-26T23:22:24.235Z Compiling strum_macros v0.26.4
20242026-05-26T23:22:24.370Z Compiling sync_wrapper v1.0.2
20252026-05-26T23:22:24.387Z Compiling wait-timeout v0.2.1
20262026-05-26T23:22:24.555Z Compiling utf8parse v0.2.2
20272026-05-26T23:22:24.637Z Compiling quick-error v1.2.3
20282026-05-26T23:22:24.692Z Compiling siphasher v1.0.2
20292026-05-26T23:22:24.814Z Compiling simd-adler32 v0.3.8
20302026-05-26T23:22:24.893Z Compiling anstyle v1.0.13
20312026-05-26T23:22:24.908Z Compiling num_threads v0.1.7
20322026-05-26T23:22:25.001Z Compiling bit-vec v0.8.0
20332026-05-26T23:22:25.065Z Compiling time v0.3.47
20342026-05-26T23:22:25.252Z Compiling bit-set v0.8.0
20352026-05-26T23:22:25.268Z Compiling rusty-fork v0.3.1
20362026-05-26T23:22:25.286Z Compiling anstyle-parse v0.2.7
20372026-05-26T23:22:25.439Z Compiling tower v0.5.3
20382026-05-26T23:22:25.682Z Compiling derive_builder_core v0.20.2
20392026-05-26T23:22:25.931Z Compiling http-body-util v0.1.3
20402026-05-26T23:22:26.036Z Compiling webpki-roots v1.0.6
20412026-05-26T23:22:26.175Z Compiling rand_xorshift v0.4.0
20422026-05-26T23:22:26.231Z Compiling signature v2.2.0
20432026-05-26T23:22:26.295Z Compiling hubpack_derive v0.1.1
20442026-05-26T23:22:26.311Z Compiling strum_macros v0.27.2
20452026-05-26T23:22:26.346Z Compiling snafu-derive v0.8.9
20462026-05-26T23:22:26.481Z Compiling fs-err v3.3.0
20472026-05-26T23:22:26.629Z Compiling ahash v0.8.12
20482026-05-26T23:22:26.701Z Compiling encoding_rs v0.8.35
20492026-05-26T23:22:26.766Z Compiling ryu v1.0.23
20502026-05-26T23:22:26.879Z Compiling unarray v0.1.4
20512026-05-26T23:22:26.897Z Compiling adler2 v2.0.1
20522026-05-26T23:22:26.937Z Compiling mime v0.3.17
20532026-05-26T23:22:26.961Z Compiling is_terminal_polyfill v1.70.2
20542026-05-26T23:22:27.006Z Compiling unicode-properties v0.1.4
20552026-05-26T23:22:27.045Z Compiling anstyle-query v1.1.5
20562026-05-26T23:22:27.087Z Compiling unicode-segmentation v1.12.0
20572026-05-26T23:22:27.139Z Compiling unicode-bidi v0.3.18
20582026-05-26T23:22:27.171Z Compiling colorchoice v1.0.4
20592026-05-26T23:22:27.247Z Compiling allocator-api2 v0.2.21
20602026-05-26T23:22:27.265Z Compiling iri-string v0.7.10
20612026-05-26T23:22:27.268Z Compiling object v0.37.3
20622026-05-26T23:22:27.308Z Compiling anstream v0.6.21
20632026-05-26T23:22:27.324Z Compiling serde_urlencoded v0.7.1
20642026-05-26T23:22:27.491Z Compiling miniz_oxide v0.8.9
20652026-05-26T23:22:27.566Z Compiling stringprep v0.1.5
20662026-05-26T23:22:27.605Z Compiling proptest v1.10.0
20672026-05-26T23:22:27.967Z Compiling derive_builder_macro v0.20.2
20682026-05-26T23:22:28.067Z Compiling tokio-native-tls v0.3.1
20692026-05-26T23:22:28.098Z Compiling usdt-attr-macro v0.6.0
20702026-05-26T23:22:28.152Z Compiling usdt-macro v0.6.0
20712026-05-26T23:22:28.451Z Compiling tower-http v0.6.8
20722026-05-26T23:22:28.716Z Compiling rand_chacha v0.3.1
20732026-05-26T23:22:28.720Z Compiling erased-serde v0.3.31
20742026-05-26T23:22:28.791Z Compiling md-5 v0.10.6
20752026-05-26T23:22:28.869Z Compiling bstr v1.12.1
20762026-05-26T23:22:28.898Z Compiling num-integer v0.1.46
20772026-05-26T23:22:28.968Z Compiling hash32 v0.2.1
20782026-05-26T23:22:28.994Z Compiling vergen-lib v9.1.0
20792026-05-26T23:22:29.051Z Compiling ff v0.13.1
20802026-05-26T23:22:29.192Z Compiling psl-types v2.0.11
20812026-05-26T23:22:29.223Z Compiling zlib-rs v0.6.2
20822026-05-26T23:22:29.241Z Compiling fallible-iterator v0.2.0
20832026-05-26T23:22:29.340Z Compiling base16ct v0.2.0
20842026-05-26T23:22:29.435Z Compiling publicsuffix v2.3.0
20852026-05-26T23:22:29.478Z Compiling sec1 v0.7.3
20862026-05-26T23:22:29.492Z Compiling group v0.13.0
20872026-05-26T23:22:29.525Z Compiling num-iter v0.1.45
20882026-05-26T23:22:29.578Z Compiling postgres-protocol v0.6.10
20892026-05-26T23:22:29.661Z Compiling newtype-uuid v1.3.2
20902026-05-26T23:22:29.927Z Compiling rand v0.8.6
20912026-05-26T23:22:30.480Z Compiling oxnet v0.1.4
20922026-05-26T23:22:30.484Z Compiling derive_builder v0.20.2
20932026-05-26T23:22:30.529Z Compiling hyper-tls v0.6.0
20942026-05-26T23:22:30.562Z Compiling heck v0.4.1
20952026-05-26T23:22:30.733Z Compiling phf_shared v0.13.1
20962026-05-26T23:22:30.755Z Compiling pin-project v1.1.11
20972026-05-26T23:22:30.803Z Compiling lazy_static v1.5.0
20982026-05-26T23:22:30.910Z Compiling terminal_size v0.4.3
20992026-05-26T23:22:30.941Z Compiling serde_with_macros v3.17.0
21002026-05-26T23:22:30.955Z Compiling futures-executor v0.3.32
21012026-05-26T23:22:30.991Z Compiling hex v0.4.3
21022026-05-26T23:22:31.088Z Compiling hkdf v0.12.4
21032026-05-26T23:22:31.174Z Compiling crypto-bigint v0.5.5
21042026-05-26T23:22:31.209Z Compiling flate2 v1.1.9
21052026-05-26T23:22:31.245Z Compiling serde_repr v0.1.20
21062026-05-26T23:22:31.330Z Compiling enum-as-inner v0.6.1
21072026-05-26T23:22:31.351Z Compiling async-recursion v1.1.1
21082026-05-26T23:22:31.370Z Compiling clap_derive v4.5.55
21092026-05-26T23:22:31.495Z Compiling vergen v9.1.0
21102026-05-26T23:22:31.669Z Compiling cargo-platform v0.3.2
21112026-05-26T23:22:31.722Z Compiling clap_lex v1.0.0
21122026-05-26T23:22:31.740Z Compiling foldhash v0.1.5
21132026-05-26T23:22:31.812Z Compiling foldhash v0.2.0
21142026-05-26T23:22:31.933Z Compiling bitflags v1.3.2
21152026-05-26T23:22:31.965Z Compiling same-file v1.0.6
21162026-05-26T23:22:32.030Z Compiling managed v0.8.0
21172026-05-26T23:22:32.034Z Compiling libbz2-rs-sys v0.2.2
21182026-05-26T23:22:32.132Z Compiling bumpalo v3.20.2
21192026-05-26T23:22:32.192Z Compiling walkdir v2.5.0
21202026-05-26T23:22:32.284Z Compiling elliptic-curve v0.13.8
21212026-05-26T23:22:32.315Z Compiling hashbrown v0.16.1
21222026-05-26T23:22:32.392Z Compiling zopfli v0.8.3
21232026-05-26T23:22:32.424Z Compiling clap_builder v4.5.60
21242026-05-26T23:22:32.483Z Compiling bzip2 v0.6.1
21252026-05-26T23:22:32.641Z Compiling hashbrown v0.15.5
21262026-05-26T23:22:32.702Z Compiling cargo_metadata v0.23.1
21272026-05-26T23:22:32.968Z Compiling futures v0.3.32
21282026-05-26T23:22:33.194Z Compiling phf v0.13.1
21292026-05-26T23:22:33.229Z Compiling snafu v0.8.9
21302026-05-26T23:22:33.264Z Compiling daft v0.1.7
21312026-05-26T23:22:33.374Z Compiling zstd v0.13.3
21322026-05-26T23:22:33.419Z Compiling signal-hook-mio v0.2.5
21332026-05-26T23:22:33.568Z Compiling cookie_store v0.22.1
21342026-05-26T23:22:33.596Z Compiling postgres-types v0.2.12
21352026-05-26T23:22:33.679Z Compiling bzip2 v0.4.4
21362026-05-26T23:22:33.869Z Compiling globset v0.4.18
21372026-05-26T23:22:33.900Z Compiling strum v0.27.2
21382026-05-26T23:22:34.163Z Compiling hubpack v0.1.2
21392026-05-26T23:22:34.179Z Compiling ed25519 v2.2.3
21402026-05-26T23:22:34.214Z Compiling phf_shared v0.11.3
21412026-05-26T23:22:34.312Z Compiling crossbeam-epoch v0.9.18
21422026-05-26T23:22:34.409Z Compiling olpc-cjson v0.1.4
21432026-05-26T23:22:34.413Z Compiling pkcs1 v0.7.5
21442026-05-26T23:22:34.463Z Compiling pem v3.0.6
21452026-05-26T23:22:34.597Z Compiling serde_plain v1.0.2
21462026-05-26T23:22:34.626Z Compiling serde-big-array v0.5.1
21472026-05-26T23:22:34.641Z Compiling rfc6979 v0.4.0
21482026-05-26T23:22:34.727Z Compiling float-cmp v0.10.0
21492026-05-26T23:22:34.763Z Compiling memmap2 v0.9.10
21502026-05-26T23:22:34.784Z Compiling env_filter v1.0.0
21512026-05-26T23:22:34.801Z Compiling static_assertions v1.1.0
21522026-05-26T23:22:34.819Z Compiling predicates-core v1.0.10
21532026-05-26T23:22:34.851Z Compiling difflib v0.4.0
21542026-05-26T23:22:34.854Z Compiling typed-path v0.9.3
21552026-05-26T23:22:34.890Z Compiling fixedbitset v0.5.7
21562026-05-26T23:22:34.893Z Compiling precomputed-hash v0.1.1
21572026-05-26T23:22:34.961Z Compiling fixedbitset v0.4.2
21582026-05-26T23:22:35.022Z Compiling toml_write v0.1.2
21592026-05-26T23:22:35.032Z Compiling new_debug_unreachable v1.0.6
21602026-05-26T23:22:35.049Z Compiling data-encoding v2.10.0
21612026-05-26T23:22:35.064Z Compiling whoami v2.1.0
21622026-05-26T23:22:35.120Z Compiling keccak v0.1.6
21632026-05-26T23:22:35.182Z Compiling normalize-line-endings v0.3.0
21642026-05-26T23:22:35.198Z Compiling jiff v0.2.21
21652026-05-26T23:22:35.216Z Compiling toml_edit v0.22.27
21662026-05-26T23:22:35.256Z Compiling petgraph v0.6.5
21672026-05-26T23:22:35.296Z Compiling tokio-postgres v0.7.16
21682026-05-26T23:22:35.315Z Compiling sha3 v0.10.8
21692026-05-26T23:22:35.341Z Compiling predicates v3.1.4
21702026-05-26T23:22:35.412Z Compiling hickory-proto v0.25.2
21712026-05-26T23:22:35.601Z Compiling petgraph v0.8.3
21722026-05-26T23:22:35.617Z Compiling string_cache v0.8.9
21732026-05-26T23:22:35.852Z Compiling env_logger v0.11.9
21742026-05-26T23:22:35.921Z Compiling usdt v0.6.0
21752026-05-26T23:22:36.135Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21762026-05-26T23:22:36.202Z Compiling ecdsa v0.16.9
21772026-05-26T23:22:36.217Z Compiling rsa v0.9.10
21782026-05-26T23:22:36.716Z Compiling ed25519-dalek v2.2.0
21792026-05-26T23:22:37.158Z Compiling crossterm v0.28.1
21802026-05-26T23:22:37.203Z Compiling clap v4.5.60
21812026-05-26T23:22:37.311Z Compiling zip v0.6.6
21822026-05-26T23:22:37.541Z Compiling iddqd v0.4.1
21832026-05-26T23:22:37.779Z Compiling zip v4.6.1
21842026-05-26T23:22:37.928Z Compiling serde_with v3.17.0
21852026-05-26T23:22:38.058Z Compiling similar v2.7.0
21862026-05-26T23:22:38.073Z Compiling strum v0.26.3
21872026-05-26T23:22:38.227Z Compiling toml v0.7.8
21882026-05-26T23:22:38.354Z Compiling itertools v0.13.0
21892026-05-26T23:22:38.740Z Compiling tokio-stream v0.1.18
21902026-05-26T23:22:38.756Z Compiling buf-list v1.1.2
21912026-05-26T23:22:38.881Z Compiling x509-cert v0.2.5
21922026-05-26T23:22:39.050Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21932026-05-26T23:22:39.209Z Compiling openapiv3 v2.2.0
21942026-05-26T23:22:39.229Z Compiling sha1 v0.10.6
21952026-05-26T23:22:39.621Z Compiling lalrpop-util v0.19.12
21962026-05-26T23:22:39.696Z Compiling peg-runtime v0.8.5
21972026-05-26T23:22:55.614Z Compiling rustls-webpki v0.103.9
21982026-05-26T23:22:55.993Z Compiling macaddr v1.0.1
21992026-05-26T23:22:56.009Z Compiling structmeta-derive v0.3.0
22002026-05-26T23:22:56.032Z Compiling crucible-workspace-hack v0.1.0
22012026-05-26T23:22:56.246Z Compiling rayon-core v1.13.0
22022026-05-26T23:22:56.316Z Compiling itertools v0.14.0
22032026-05-26T23:22:56.360Z Compiling secrecy v0.10.3
22042026-05-26T23:22:56.419Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-26T23:22:56.480Z Compiling toml_datetime v0.7.5+spec-1.1.0
22062026-05-26T23:22:56.545Z Compiling heapless v0.8.0
22072026-05-26T23:22:56.752Z Compiling rustls v0.22.4
22082026-05-26T23:22:56.836Z Compiling toml_edit v0.23.10+spec-1.0.0
22092026-05-26T23:22:56.853Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-26T23:22:57.016Z Compiling crossbeam-deque v0.8.6
22112026-05-26T23:22:57.037Z Compiling rustls-webpki v0.102.8
22122026-05-26T23:22:57.055Z Compiling hash32 v0.3.1
22132026-05-26T23:22:57.058Z Compiling structmeta v0.3.0
22142026-05-26T23:22:57.058Z Compiling multer v3.1.0
22152026-05-26T23:22:57.108Z Compiling thread_local v1.1.9
22162026-05-26T23:22:57.137Z Compiling unicode-width v0.2.0
22172026-05-26T23:22:57.243Z Compiling match_cfg v0.1.0
22182026-05-26T23:22:57.260Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22192026-05-26T23:22:57.304Z Compiling slog-async v2.8.0
22202026-05-26T23:22:57.320Z Compiling smoltcp v0.11.0
22212026-05-26T23:22:57.338Z Compiling compression-core v0.4.31
22222026-05-26T23:22:57.468Z Compiling compression-codecs v0.4.37
22232026-05-26T23:22:57.484Z Compiling proc-macro-crate v3.4.0
22242026-05-26T23:22:57.605Z Compiling hostname v0.3.1
22252026-05-26T23:22:57.623Z Compiling ingot-macros v0.1.1
22262026-05-26T23:22:57.649Z Compiling derive-ex v0.1.8
22272026-05-26T23:22:57.791Z Compiling slog-json v2.6.1
22282026-05-26T23:22:57.807Z Compiling crossbeam-channel v0.5.15
22292026-05-26T23:22:57.856Z Compiling half v2.7.1
22302026-05-26T23:22:57.931Z Compiling newtype-uuid-macros v0.1.0
22312026-05-26T23:22:58.080Z Compiling cobs v0.3.0
22322026-05-26T23:22:58.226Z Compiling thiserror-impl-no-std v2.0.2
22332026-05-26T23:22:58.285Z Compiling universal-hash v0.5.1
22342026-05-26T23:22:58.374Z Compiling async-stream-impl v0.3.6
22352026-05-26T23:22:58.452Z Compiling serde_spanned v1.0.4
22362026-05-26T23:22:58.504Z Compiling toml_datetime v1.0.0+spec-1.1.0
22372026-05-26T23:22:58.641Z Compiling is-terminal v0.4.17
22382026-05-26T23:22:58.661Z Compiling dropshot v0.17.0
22392026-05-26T23:22:58.760Z Compiling proc-macro-error-attr v1.0.4
22402026-05-26T23:22:58.879Z Compiling ciborium-io v0.2.2
22412026-05-26T23:22:58.896Z Compiling term v1.2.1
22422026-05-26T23:22:58.951Z Compiling take_mut v0.2.2
22432026-05-26T23:22:58.967Z Compiling toml_writer v1.0.6+spec-1.1.0
22442026-05-26T23:22:58.981Z Compiling opaque-debug v0.3.1
22452026-05-26T23:22:59.003Z Compiling convert_case v0.4.0
22462026-05-26T23:22:59.071Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22472026-05-26T23:22:59.179Z Compiling test-strategy v0.4.5
22482026-05-26T23:22:59.223Z Compiling slog-term v2.9.2
22492026-05-26T23:22:59.260Z Compiling tokio-rustls v0.26.4
22502026-05-26T23:22:59.278Z Compiling rustls-platform-verifier v0.6.2
22512026-05-26T23:22:59.318Z Compiling thiserror-no-std v2.0.2
22522026-05-26T23:22:59.333Z Compiling derive_more v0.99.20
22532026-05-26T23:22:59.438Z Compiling toml v1.0.6+spec-1.1.0
22542026-05-26T23:22:59.454Z Compiling poly1305 v0.8.0
22552026-05-26T23:22:59.497Z Compiling hyper-rustls v0.27.7
22562026-05-26T23:22:59.602Z Compiling ciborium-ll v0.2.2
22572026-05-26T23:22:59.826Z Compiling reqwest v0.12.28
22582026-05-26T23:22:59.880Z Compiling reqwest v0.13.2
22592026-05-26T23:23:00.104Z Compiling tokio-rustls v0.25.0
22602026-05-26T23:23:00.208Z Compiling ingot-types v0.1.2
22612026-05-26T23:23:00.359Z Compiling async-stream v0.3.6
22622026-05-26T23:23:00.439Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22632026-05-26T23:23:00.456Z Compiling postcard v1.1.3
22642026-05-26T23:23:00.576Z Compiling slog-bunyan v2.5.0
22652026-05-26T23:23:00.679Z Compiling ingot v0.1.1
22662026-05-26T23:23:00.702Z Compiling num_enum_derive v0.7.5
22672026-05-26T23:23:00.783Z Compiling async-compression v0.4.41
22682026-05-26T23:23:00.954Z Compiling parse-display-derive v0.10.0
22692026-05-26T23:23:01.120Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22702026-05-26T23:23:01.272Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22712026-05-26T23:23:01.500Z Compiling tough v0.22.0
22722026-05-26T23:23:01.520Z Compiling proc-macro-crate v1.3.1
22732026-05-26T23:23:01.667Z Compiling backon v1.6.0
22742026-05-26T23:23:01.937Z Compiling waitgroup v0.1.2
22752026-05-26T23:23:01.953Z Compiling password-hash v0.5.0
22762026-05-26T23:23:02.075Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
22772026-05-26T23:23:02.124Z Compiling chacha20 v0.9.1
22782026-05-26T23:23:02.330Z Compiling dropshot_endpoint v0.17.0
22792026-05-26T23:23:02.400Z Compiling rustls-pemfile v2.2.0
22802026-05-26T23:23:02.468Z Compiling blake2 v0.10.6
22812026-05-26T23:23:02.705Z Compiling aead v0.5.2
22822026-05-26T23:23:02.929Z Compiling foreign-types-macros v0.2.3
22832026-05-26T23:23:02.946Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-26T23:23:02.960Z Compiling serde_path_to_error v0.1.20
22852026-05-26T23:23:02.990Z Compiling hostname v0.4.2
22862026-05-26T23:23:03.144Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-26T23:23:03.168Z Compiling proc-macro-error v1.0.4
22882026-05-26T23:23:03.206Z Compiling instant v0.1.13
22892026-05-26T23:23:03.216Z Compiling foreign-types-shared v0.3.1
22902026-05-26T23:23:03.240Z Compiling debug-ignore v1.0.5
22912026-05-26T23:23:03.273Z Compiling typeid v1.0.3
22922026-05-26T23:23:03.322Z Compiling cpufeatures v0.3.0
22932026-05-26T23:23:03.338Z Compiling backoff v0.4.0
22942026-05-26T23:23:03.378Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22952026-05-26T23:23:03.393Z Compiling chacha20 v0.10.0
22962026-05-26T23:23:03.425Z Compiling chacha20poly1305 v0.10.1
22972026-05-26T23:23:03.428Z Compiling argon2 v0.5.3
22982026-05-26T23:23:03.458Z Compiling parse-display v0.10.0
22992026-05-26T23:23:03.523Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23002026-05-26T23:23:03.538Z Compiling foreign-types v0.5.0
23012026-05-26T23:23:03.587Z Compiling num_enum_derive v0.5.11
23022026-05-26T23:23:03.605Z Compiling num_enum v0.7.5
23032026-05-26T23:23:03.623Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23042026-05-26T23:23:03.623Z Compiling ciborium v0.2.2
23052026-05-26T23:23:03.726Z Compiling vsss-rs v3.3.4
23062026-05-26T23:23:03.893Z Compiling tabwriter v1.4.1
23072026-05-26T23:23:03.947Z Compiling regress v0.10.5
23082026-05-26T23:23:04.282Z Compiling byte-wrapper v0.1.0
23092026-05-26T23:23:04.348Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23102026-05-26T23:23:04.450Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23112026-05-26T23:23:04.471Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23122026-05-26T23:23:04.533Z Compiling cstr-argument v0.1.2
23132026-05-26T23:23:04.617Z Compiling humantime v2.3.0
23142026-05-26T23:23:04.730Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23152026-05-26T23:23:04.913Z Compiling erased-serde v0.4.9
23162026-05-26T23:23:04.978Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23172026-05-26T23:23:05.088Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23182026-05-26T23:23:05.108Z Compiling num_enum v0.5.11
23192026-05-26T23:23:05.149Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23202026-05-26T23:23:05.152Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23212026-05-26T23:23:05.199Z Compiling rand v0.10.0
23222026-05-26T23:23:05.253Z Compiling rayon v1.11.0
23232026-05-26T23:23:05.281Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23242026-05-26T23:23:05.388Z Compiling colored v3.1.1
23252026-05-26T23:23:05.409Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23262026-05-26T23:23:05.437Z Compiling libefi-sys v0.1.0
23272026-05-26T23:23:05.531Z Compiling indent_write v2.2.0
23282026-05-26T23:23:05.548Z Compiling zone_cfg_derive v0.3.1
23292026-05-26T23:23:05.603Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23302026-05-26T23:23:05.690Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23312026-05-26T23:23:05.705Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23322026-05-26T23:23:05.719Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23332026-05-26T23:23:05.969Z Compiling camino-tempfile v1.4.1
23342026-05-26T23:23:05.994Z Compiling itertools v0.12.1
23352026-05-26T23:23:06.030Z Compiling usdt-macro v0.5.0
23362026-05-26T23:23:06.078Z Compiling usdt-attr-macro v0.5.0
23372026-05-26T23:23:06.168Z Compiling num-derive v0.4.2
23382026-05-26T23:23:06.183Z Compiling bitfield-struct v0.6.2
23392026-05-26T23:23:06.262Z Compiling blake3 v1.8.3
23402026-05-26T23:23:06.387Z Compiling ordered-float v2.10.1
23412026-05-26T23:23:06.672Z Compiling memmap v0.7.0
23422026-05-26T23:23:06.730Z Compiling sigpipe v0.1.3
23432026-05-26T23:23:06.799Z Compiling glob v0.3.3
23442026-05-26T23:23:06.838Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23452026-05-26T23:23:06.853Z Compiling swrite v0.1.0
23462026-05-26T23:23:06.867Z Compiling usdt v0.5.0
23472026-05-26T23:23:06.933Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23482026-05-26T23:23:07.074Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23492026-05-26T23:23:07.096Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23502026-05-26T23:23:07.270Z Compiling serde-value v0.7.0
23512026-05-26T23:23:07.378Z Compiling zone v0.3.1
23522026-05-26T23:23:07.454Z Compiling serde-untagged v0.1.9
23532026-05-26T23:23:07.490Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
23542026-05-26T23:23:07.752Z Compiling toml v0.8.23
23552026-05-26T23:23:07.768Z Compiling smf v0.2.3
23562026-05-26T23:23:07.807Z Compiling filetime v0.2.27
23572026-05-26T23:23:07.824Z Compiling constant_time_eq v0.4.2
23582026-05-26T23:23:07.841Z Compiling unicode-xid v0.2.6
23592026-05-26T23:23:07.900Z Compiling arrayvec v0.7.6
23602026-05-26T23:23:07.988Z Compiling arrayref v0.3.9
23612026-05-26T23:23:08.014Z Compiling whoami v1.6.1
23622026-05-26T23:23:08.039Z Compiling xattr v1.6.1
23632026-05-26T23:23:08.054Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23642026-05-26T23:23:08.057Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23652026-05-26T23:23:08.086Z Compiling tokio-dtrace v0.1.1
23662026-05-26T23:23:08.155Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23672026-05-26T23:23:08.261Z Compiling cargo-util-schemas v0.8.2
23682026-05-26T23:23:08.324Z Compiling tar v0.4.45
23692026-05-26T23:23:08.434Z Compiling console v0.16.2
23702026-05-26T23:23:08.484Z Compiling gethostname v0.5.0
23712026-05-26T23:23:08.645Z Compiling cargo-platform v0.2.0
23722026-05-26T23:23:08.694Z Compiling topological-sort v0.2.2
23732026-05-26T23:23:08.836Z Compiling unit-prefix v0.5.2
23742026-05-26T23:23:08.889Z Compiling oxide-tokio-rt v0.1.4
23752026-05-26T23:23:08.944Z Compiling shell-words v1.1.1
23762026-05-26T23:23:08.963Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23772026-05-26T23:23:09.032Z Compiling indicatif v0.18.4
23782026-05-26T23:23:09.447Z Compiling cargo_metadata v0.21.0
23792026-05-26T23:23:18.538Z Compiling progenitor-client v0.14.0
23802026-05-26T23:23:18.589Z Compiling progenitor-client v0.10.0
23812026-05-26T23:23:18.589Z Compiling omicron-zone-package v0.12.2
23822026-05-26T23:23:19.025Z Compiling progenitor-extras v0.2.0
23832026-05-26T23:23:21.241Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23842026-05-26T23:23:21.244Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23852026-05-26T23:23:21.245Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23862026-05-26T23:23:21.245Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23872026-05-26T23:23:21.307Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23882026-05-26T23:23:21.323Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23892026-05-26T23:23:21.597Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23902026-05-26T23:23:21.620Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912026-05-26T23:23:21.661Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23922026-05-26T23:23:25.727Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23932026-05-26T23:23:33.359Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23942026-05-26T23:23:36.413Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23952026-05-26T23:23:37.400Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23962026-05-26T23:23:47.090Z Finished `release` profile [optimized] target(s) in 1m 44s
23972026-05-26T23:23:47.237Z Running `target/release/omicron-package -t test target create -p dev`
23982026-05-26T23:23:47.300ZLogging to: /work/oxidecomputer/omicron/out/LOG
23992026-05-26T23:23:47.303ZCreated new build target 'test' and set it as active
24002026-05-26T23:23:47.306Z
24012026-05-26T23:23:47.306Zreal 1:44.326264513
24022026-05-26T23:23:47.306Zuser 16:57.325222460
24032026-05-26T23:23:47.306Zsys 2:41.575807511
24042026-05-26T23:23:47.306Ztrap 0.460154503
24052026-05-26T23:23:47.306Ztflt 2.616292573
24062026-05-26T23:23:47.306Zdflt 4.714846091
24072026-05-26T23:23:47.306Zkflt 0.000697680
24082026-05-26T23:23:47.306Zlock 52:55.214922693
24092026-05-26T23:23:47.306Zslp 43:24.125755504
24102026-05-26T23:23:47.306Zlat 43.625452584
24112026-05-26T23:23:47.306Zstop 5:36.046901886
24122026-05-26T23:23:47.306Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24132026-05-26T23:23:48.185Z Finished `release` profile [optimized] target(s) in 0.86s
24142026-05-26T23:23:48.260Z Running `target/release/omicron-package -t test package`
24152026-05-26T23:23:48.321ZLogging to: /work/oxidecomputer/omicron/out/LOG
24162026-05-26T23:23:49.745Z Compiling heck v0.5.0
24172026-05-26T23:23:49.745Z Compiling regress v0.11.1
24182026-05-26T23:23:49.748Z Compiling unsafe-libyaml v0.2.11
24192026-05-26T23:23:50.004Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24202026-05-26T23:23:50.032Z Compiling regress v0.10.5
24212026-05-26T23:23:50.056Z Compiling is-terminal v0.4.17
24222026-05-26T23:23:50.074Z Compiling unicode-width v0.1.14
24232026-05-26T23:23:50.077Z Compiling prettyplease v0.2.37
24242026-05-26T23:23:50.077Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24252026-05-26T23:23:50.077Z Compiling bytecount v0.6.9
24262026-05-26T23:23:50.077Z Compiling rustls v0.22.4
24272026-05-26T23:23:50.077Z Compiling rustls-webpki v0.102.8
24282026-05-26T23:23:50.093Z Compiling derive-where v1.6.0
24292026-05-26T23:23:50.096Z Compiling thread_local v1.1.9
24302026-05-26T23:23:50.112Z Compiling compression-core v0.4.31
24312026-05-26T23:23:50.201Z Compiling match_cfg v0.1.0
24322026-05-26T23:23:50.223Z Compiling multer v3.1.0
24332026-05-26T23:23:50.316Z Compiling slog-async v2.8.0
24342026-05-26T23:23:50.346Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24352026-05-26T23:23:50.369Z Compiling hostname v0.3.1
24362026-05-26T23:23:50.369Z Compiling compression-codecs v0.4.37
24372026-05-26T23:23:50.413Z Compiling crossbeam-channel v0.5.15
24382026-05-26T23:23:50.416Z Compiling slog-json v2.6.1
24392026-05-26T23:23:50.416Z Compiling serde_spanned v1.0.4
24402026-05-26T23:23:50.483Z Compiling serde_yaml v0.9.34+deprecated
24412026-05-26T23:23:50.509Z Compiling toml_datetime v1.0.0+spec-1.1.0
24422026-05-26T23:23:50.532Z Compiling take_mut v0.2.2
24432026-05-26T23:23:50.535Z Compiling term v1.2.1
24442026-05-26T23:23:50.648Z Compiling toml_writer v1.0.6+spec-1.1.0
24452026-05-26T23:23:50.676Z Compiling slog-bunyan v2.5.0
24462026-05-26T23:23:50.679Z Compiling async-compression v0.4.41
24472026-05-26T23:23:50.842Z Compiling toml v1.0.6+spec-1.1.0
24482026-05-26T23:23:50.845Z Compiling dropshot v0.17.0
24492026-05-26T23:23:50.898Z Compiling slog-term v2.9.2
24502026-05-26T23:23:50.901Z Compiling async-stream v0.3.6
24512026-05-26T23:23:50.940Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24522026-05-26T23:23:51.031Z Compiling num-rational v0.4.2
24532026-05-26T23:23:51.088Z Compiling progenitor-client v0.14.0
24542026-05-26T23:23:51.108Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24552026-05-26T23:23:51.132Z Compiling waitgroup v0.1.2
24562026-05-26T23:23:51.179Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24572026-05-26T23:23:51.235Z Compiling rustls-pemfile v2.2.0
24582026-05-26T23:23:51.292Z Compiling backon v1.6.0
24592026-05-26T23:23:51.322Z Compiling num-complex v0.4.6
24602026-05-26T23:23:51.348Z Compiling serde_path_to_error v0.1.20
24612026-05-26T23:23:51.413Z Compiling hostname v0.4.2
24622026-05-26T23:23:51.436Z Compiling instant v0.1.13
24632026-05-26T23:23:51.439Z Compiling debug-ignore v1.0.5
24642026-05-26T23:23:51.478Z Compiling typify-impl v0.6.2
24652026-05-26T23:23:51.518Z Compiling progenitor-extras v0.2.0
24662026-05-26T23:23:51.574Z Compiling backoff v0.4.0
24672026-05-26T23:23:51.595Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24682026-05-26T23:23:51.614Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24692026-05-26T23:23:51.779Z Compiling num v0.4.3
24702026-05-26T23:23:51.811Z Compiling parse-display v0.10.0
24712026-05-26T23:23:51.833Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24722026-05-26T23:23:51.836Z Compiling progenitor-client v0.10.0
24732026-05-26T23:23:51.886Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24742026-05-26T23:23:51.908Z Compiling macaddr v1.0.1
24752026-05-26T23:23:52.009Z Compiling humantime v2.3.0
24762026-05-26T23:23:52.033Z Compiling float-ord v0.3.2
24772026-05-26T23:23:52.171Z Compiling console v0.15.11
24782026-05-26T23:23:52.212Z Compiling newline-converter v0.3.0
24792026-05-26T23:23:52.234Z Compiling atomicwrites v0.4.4
24802026-05-26T23:23:52.291Z Compiling progenitor-client v0.13.0
24812026-05-26T23:23:52.342Z Compiling slog-dtrace v0.3.0
24822026-05-26T23:23:52.388Z Compiling resolv-conf v0.7.6
24832026-05-26T23:23:52.475Z Compiling tokio-rustls v0.25.0
24842026-05-26T23:23:52.560Z Compiling expectorate v1.2.0
24852026-05-26T23:23:52.631Z Compiling owo-colors v4.3.0
24862026-05-26T23:23:52.654Z Compiling cancel-safe-futures v0.1.5
24872026-05-26T23:23:52.739Z Compiling toml v0.8.23
24882026-05-26T23:23:52.806Z Compiling libsw-core v0.3.2
24892026-05-26T23:23:52.857Z Compiling linked-hash-map v0.5.6
24902026-05-26T23:23:53.019Z Compiling libsw v3.5.0
24912026-05-26T23:23:53.022Z Compiling linear-map v1.2.0
24922026-05-26T23:23:53.093Z Compiling lru-cache v0.1.2
24932026-05-26T23:23:53.269Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24942026-05-26T23:23:53.292Z Compiling minimal-lexical v0.2.1
24952026-05-26T23:23:53.293Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24962026-05-26T23:23:53.349Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24972026-05-26T23:23:53.376Z Compiling hickory-proto v0.24.4
24982026-05-26T23:23:53.397Z Compiling unicode-xid v0.2.6
24992026-05-26T23:23:53.466Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25002026-05-26T23:23:53.552Z Compiling nom v7.1.3
25012026-05-26T23:23:53.574Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25022026-05-26T23:23:53.597Z Compiling convert_case v0.10.0
25032026-05-26T23:23:53.902Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
25042026-05-26T23:23:54.014Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-05-26T23:23:54.449Z Compiling derive_more-impl v2.1.1
25062026-05-26T23:23:54.822Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25072026-05-26T23:23:54.938Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-05-26T23:23:54.960Z Compiling typify-macro v0.6.2
25092026-05-26T23:23:54.984Z Compiling papergrid v0.11.0
25102026-05-26T23:23:55.209Z Compiling tabled_derive v0.7.0
25112026-05-26T23:23:55.246Z Compiling derive_more v2.1.1
25122026-05-26T23:23:55.358Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25132026-05-26T23:23:55.694Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25142026-05-26T23:23:56.035Z Compiling hickory-resolver v0.24.4
25152026-05-26T23:23:56.116Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25162026-05-26T23:23:56.139Z Compiling termtree v0.5.1
25172026-05-26T23:23:56.339Z Compiling tabled v0.15.0
25182026-05-26T23:23:56.362Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25192026-05-26T23:23:56.545Z Compiling typify v0.6.2
25202026-05-26T23:23:56.872Z Compiling progenitor-impl v0.14.0
25212026-05-26T23:23:57.034Z Compiling progenitor-impl v0.13.0
25222026-05-26T23:23:59.061Z Compiling progenitor-macro v0.14.0
25232026-05-26T23:23:59.221Z Compiling qorb v0.4.1
25242026-05-26T23:23:59.247Z Compiling progenitor-macro v0.13.0
25252026-05-26T23:24:00.564Z Compiling crossterm v0.29.0
25262026-05-26T23:24:01.296Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25272026-05-26T23:24:01.518Z Compiling phf_shared v0.12.1
25282026-05-26T23:24:01.776Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25292026-05-26T23:24:01.861Z Compiling vte v0.14.1
25302026-05-26T23:24:01.902Z Compiling csv-core v0.1.13
25312026-05-26T23:24:02.129Z Compiling chrono-tz v0.10.4
25322026-05-26T23:24:02.328Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25332026-05-26T23:24:02.382Z Compiling highway v1.3.0
25342026-05-26T23:24:02.513Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25352026-05-26T23:24:02.977Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25362026-05-26T23:24:03.099Z Compiling csv v1.4.0
25372026-05-26T23:24:03.134Z Compiling progenitor v0.14.0
25382026-05-26T23:24:03.322Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25392026-05-26T23:24:03.380Z Compiling progenitor v0.13.0
25402026-05-26T23:24:03.533Z Compiling strip-ansi-escapes v0.2.1
25412026-05-26T23:24:03.564Z Compiling phf v0.12.1
25422026-05-26T23:24:03.784Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25432026-05-26T23:24:03.963Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25442026-05-26T23:24:04.085Z Compiling const_format_proc_macros v0.2.34
25452026-05-26T23:24:04.112Z Compiling fd-lock v4.0.4
25462026-05-26T23:24:04.239Z Compiling peg-macros v0.8.5
25472026-05-26T23:24:04.281Z Compiling nu-ansi-term v0.50.3
25482026-05-26T23:24:04.674Z Compiling reedline v0.40.0
25492026-05-26T23:24:04.863Z Compiling const_format v0.2.35
25502026-05-26T23:24:05.370Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25512026-05-26T23:24:05.522Z Compiling peg v0.8.5
25522026-05-26T23:24:05.632Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25532026-05-26T23:24:06.403Z Compiling bcs v0.1.6
25542026-05-26T23:24:06.563Z Compiling semver v0.1.20
25552026-05-26T23:24:06.841Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-05-26T23:24:06.879Z Compiling rustc_version v0.1.7
25572026-05-26T23:24:06.900Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25582026-05-26T23:24:07.152Z Compiling newtype_derive v0.1.6
25592026-05-26T23:24:07.170Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-26T23:24:07.191Z Compiling unicode-linebreak v0.1.5
25612026-05-26T23:24:07.371Z Compiling smawk v0.3.2
25622026-05-26T23:24:07.516Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25632026-05-26T23:24:07.571Z Compiling textwrap v0.16.2
25642026-05-26T23:24:08.176Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25652026-05-26T23:24:08.364Z Compiling base64 v0.21.7
25662026-05-26T23:24:08.658Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25672026-05-26T23:24:09.037Z Compiling steno v0.4.1
25682026-05-26T23:24:09.208Z Compiling dropshot-api-manager-types v0.7.2
25692026-05-26T23:24:09.232Z Compiling tagptr v0.2.0
25702026-05-26T23:24:09.368Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25712026-05-26T23:24:09.432Z Compiling moka v0.12.13
25722026-05-26T23:24:09.619Z Compiling utf-8 v0.7.6
25732026-05-26T23:24:09.811Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25742026-05-26T23:24:09.837Z Compiling tungstenite v0.21.0
25752026-05-26T23:24:09.910Z Compiling radium v0.7.0
25762026-05-26T23:24:09.991Z Compiling tap v1.0.1
25772026-05-26T23:24:10.012Z Compiling display-error-chain v0.2.2
25782026-05-26T23:24:10.145Z Compiling maybe-uninit v2.0.0
25792026-05-26T23:24:10.197Z Compiling wyz v0.5.1
25802026-05-26T23:24:10.450Z Compiling tokio-tungstenite v0.21.0
25812026-05-26T23:24:10.517Z Compiling hickory-resolver v0.25.2
25822026-05-26T23:24:10.688Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25832026-05-26T23:24:10.723Z Compiling num-derive v0.3.3
25842026-05-26T23:24:10.829Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
25852026-05-26T23:24:11.634Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-05-26T23:24:11.877Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25872026-05-26T23:24:11.978Z Compiling zerocopy-derive v0.6.6
25882026-05-26T23:24:12.073Z Compiling proc-macro-error-attr2 v2.0.0
25892026-05-26T23:24:12.490Z Compiling crc-catalog v2.4.0
25902026-05-26T23:24:12.622Z Compiling funty v2.0.0
25912026-05-26T23:24:12.781Z Compiling packed_struct v0.10.1
25922026-05-26T23:24:12.803Z Compiling zerocopy v0.6.6
25932026-05-26T23:24:13.062Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25942026-05-26T23:24:13.233Z Compiling bitvec v1.0.1
25952026-05-26T23:24:13.509Z Compiling crc v3.4.0
25962026-05-26T23:24:13.584Z Compiling proc-macro-error2 v2.0.1
25972026-05-26T23:24:13.740Z Compiling libscf-sys v1.1.0
25982026-05-26T23:24:13.938Z Compiling packed_struct_codegen v0.10.1
25992026-05-26T23:24:14.028Z Compiling vergen-lib v0.1.6
26002026-05-26T23:24:14.245Z Compiling bitfield-macros v0.19.4
26012026-05-26T23:24:14.847Z Compiling indexmap v1.9.3
26022026-05-26T23:24:14.962Z Compiling nodrop v0.1.14
26032026-05-26T23:24:14.985Z Compiling bitfield v0.19.4
26042026-05-26T23:24:15.116Z Compiling array-init v0.0.4
26052026-05-26T23:24:15.165Z Compiling smallvec v0.6.14
26062026-05-26T23:24:15.196Z Compiling tabled_derive v0.11.0
26072026-05-26T23:24:15.322Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26082026-05-26T23:24:15.510Z Compiling papergrid v0.17.0
26092026-05-26T23:24:15.633Z Compiling testing_table v0.3.0
26102026-05-26T23:24:15.707Z Compiling vergen-gitcl v1.0.8
26112026-05-26T23:24:15.940Z Compiling dirs-sys-next v0.1.2
26122026-05-26T23:24:16.028Z Compiling crunchy v0.2.4
26132026-05-26T23:24:16.089Z Compiling glob v0.3.3
26142026-05-26T23:24:16.221Z Compiling maplit v1.0.2
26152026-05-26T23:24:16.244Z Compiling hashbrown v0.12.3
26162026-05-26T23:24:16.312Z Compiling diesel_derives v2.3.7
26172026-05-26T23:24:16.378Z Compiling dirs-next v2.0.0
26182026-05-26T23:24:16.464Z Compiling clang-sys v1.8.1
26192026-05-26T23:24:16.555Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26202026-05-26T23:24:16.596Z Compiling serde-hex v0.1.0
26212026-05-26T23:24:16.664Z Compiling tabled v0.20.0
26222026-05-26T23:24:16.906Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26232026-05-26T23:24:16.980Z Compiling ron v0.8.1
26242026-05-26T23:24:17.001Z Compiling hashbrown v0.13.2
26252026-05-26T23:24:17.161Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26262026-05-26T23:24:17.403Z Compiling scheduled-thread-pool v0.2.7
26272026-05-26T23:24:17.597Z Compiling dsl_auto_type v0.2.0
26282026-05-26T23:24:17.636Z Compiling diesel_table_macro_syntax v0.3.0
26292026-05-26T23:24:17.886Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26302026-05-26T23:24:17.995Z Compiling crc-any v2.5.0
26312026-05-26T23:24:18.093Z Compiling tiny-keccak v2.0.2
26322026-05-26T23:24:18.191Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26332026-05-26T23:24:18.350Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26342026-05-26T23:24:18.376Z Compiling r2d2 v0.8.10
26352026-05-26T23:24:18.423Z Compiling object v0.30.4
26362026-05-26T23:24:18.668Z Compiling term v0.7.0
26372026-05-26T23:24:18.850Z Compiling path-slash v0.1.5
26382026-05-26T23:24:19.042Z Compiling bit-vec v0.6.3
26392026-05-26T23:24:19.063Z Compiling downcast-rs v2.0.2
26402026-05-26T23:24:19.145Z Compiling xshell-macros v0.2.7
26412026-05-26T23:24:19.183Z Compiling ascii-canvas v3.0.0
26422026-05-26T23:24:19.286Z Compiling bit-set v0.5.3
26432026-05-26T23:24:19.344Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26442026-05-26T23:24:19.477Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26452026-05-26T23:24:19.502Z Compiling itertools v0.10.5
26462026-05-26T23:24:19.529Z Compiling ena v0.14.4
26472026-05-26T23:24:19.552Z Compiling xshell v0.2.7
26482026-05-26T23:24:19.777Z Compiling libloading v0.8.9
26492026-05-26T23:24:19.945Z Compiling crc8 v0.1.1
26502026-05-26T23:24:20.024Z Compiling diff v0.1.13
26512026-05-26T23:24:20.092Z Compiling bindgen v0.71.1
26522026-05-26T23:24:20.294Z Compiling regex-syntax v0.6.29
26532026-05-26T23:24:20.380Z Compiling unicase v2.9.0
26542026-05-26T23:24:20.608Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26552026-05-26T23:24:20.898Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26562026-05-26T23:24:21.239Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26572026-05-26T23:24:21.840Z Compiling lalrpop v0.19.12
26582026-05-26T23:24:21.971Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26592026-05-26T23:24:22.203Z Compiling cexpr v0.6.0
26602026-05-26T23:24:22.206Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26612026-05-26T23:24:22.444Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26622026-05-26T23:24:22.563Z Compiling rustc-hash v2.1.1
26632026-05-26T23:24:22.638Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26642026-05-26T23:24:22.667Z Compiling headers-core v0.3.0
26652026-05-26T23:24:22.829Z Compiling libxml v0.3.3
26662026-05-26T23:24:22.854Z Compiling diesel v2.3.7
26672026-05-26T23:24:22.873Z Compiling headers v0.4.1
26682026-05-26T23:24:23.151Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26692026-05-26T23:24:23.277Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26702026-05-26T23:24:23.303Z Compiling typify-impl v0.4.3
26712026-05-26T23:24:23.460Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26722026-05-26T23:24:23.695Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26732026-05-26T23:24:23.733Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26742026-05-26T23:24:24.231Z Compiling strum_macros v0.24.3
26752026-05-26T23:24:24.415Z Compiling git-stub v1.0.0
26762026-05-26T23:24:24.549Z Compiling indoc v1.0.9
26772026-05-26T23:24:24.711Z Compiling git-stub-vcs v0.1.0
26782026-05-26T23:24:24.986Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26792026-05-26T23:24:25.080Z Compiling derive_builder v0.20.2
26802026-05-26T23:24:25.217Z Compiling quick-xml v0.37.5
26812026-05-26T23:24:25.261Z Compiling oso-derive v0.27.3
26822026-05-26T23:24:25.471Z Compiling impl-trait-for-tuples v0.2.3
26832026-05-26T23:24:25.767Z Compiling openssl-probe v0.1.6
26842026-05-26T23:24:26.109Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26852026-05-26T23:24:26.492Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26862026-05-26T23:24:26.764Z Compiling typify-macro v0.4.3
26872026-05-26T23:24:26.793Z Compiling half v1.8.3
26882026-05-26T23:24:26.890Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26892026-05-26T23:24:27.176Z Compiling serde_cbor v0.11.2
26902026-05-26T23:24:27.213Z Compiling bb8 v0.8.6
26912026-05-26T23:24:27.282Z Compiling trait-variant v0.1.2
26922026-05-26T23:24:27.336Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26932026-05-26T23:24:27.443Z Compiling samael v0.0.19
26942026-05-26T23:24:27.599Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26952026-05-26T23:24:27.832Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26962026-05-26T23:24:27.944Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26972026-05-26T23:24:28.188Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26982026-05-26T23:24:28.244Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26992026-05-26T23:24:28.320Z Compiling typify v0.4.3
27002026-05-26T23:24:28.466Z Compiling progenitor-impl v0.11.2
27012026-05-26T23:24:28.470Z Compiling fxhash v0.2.1
27022026-05-26T23:24:28.470Z Compiling libz-sys v1.1.24
27032026-05-26T23:24:28.666Z Compiling nonempty v0.12.0
27042026-05-26T23:24:28.917Z Compiling salty v0.3.0
27052026-05-26T23:24:29.211Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27062026-05-26T23:24:29.247Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27072026-05-26T23:24:29.349Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27082026-05-26T23:24:29.375Z Compiling polar-core v0.27.3
27092026-05-26T23:24:29.421Z Compiling progenitor-client v0.11.2
27102026-05-26T23:24:29.617Z Compiling kstat-rs v0.2.4
27112026-05-26T23:24:29.645Z Compiling arc-swap v1.8.2
27122026-05-26T23:24:29.966Z Compiling fs-err v2.11.0
27132026-05-26T23:24:30.338Z Compiling mime_guess v2.0.5
27142026-05-26T23:24:30.344Z Compiling slog-scope v4.4.1
27152026-05-26T23:24:30.639Z Compiling progenitor-macro v0.11.2
27162026-05-26T23:24:30.819Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312)
27172026-05-26T23:24:30.867Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-05-26T23:24:31.494Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27192026-05-26T23:24:33.527Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27202026-05-26T23:24:33.787Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27212026-05-26T23:24:33.869Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27222026-05-26T23:24:34.010Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27232026-05-26T23:24:34.459Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27242026-05-26T23:24:34.658Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27252026-05-26T23:24:35.153Z Compiling progenitor v0.11.2
27262026-05-26T23:24:35.195Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-05-26T23:24:35.348Z Compiling darling_core v0.23.0
27282026-05-26T23:24:35.478Z Compiling nanorand v0.7.0
27292026-05-26T23:24:35.853Z Compiling libgit2-sys v0.18.3+1.9.2
27302026-05-26T23:24:36.275Z Compiling parking_lot_core v0.8.6
27312026-05-26T23:24:37.512Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27322026-05-26T23:24:38.926Z Compiling oso v0.27.3
27332026-05-26T23:24:42.469Z Compiling async-bb8-diesel v0.2.1
27342026-05-26T23:24:42.923Z Compiling diesel-dtrace v0.5.0
27352026-05-26T23:24:43.234Z Compiling darling_macro v0.23.0
27362026-05-26T23:24:43.263Z Compiling flume v0.11.1
27372026-05-26T23:24:43.296Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27382026-05-26T23:24:43.434Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27392026-05-26T23:24:43.727Z Compiling slog-stdlog v4.1.1
27402026-05-26T23:24:44.132Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27412026-05-26T23:24:44.179Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27422026-05-26T23:24:45.046Z Compiling primeorder v0.13.6
27432026-05-26T23:24:45.317Z Compiling atty v0.2.14
27442026-05-26T23:24:45.352Z Compiling parse-size v1.1.0
27452026-05-26T23:24:45.389Z Compiling http-range v0.1.5
27462026-05-26T23:24:45.449Z Compiling instability v0.3.11
27472026-05-26T23:24:45.473Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27482026-05-26T23:24:45.588Z Compiling strsim v0.10.0
27492026-05-26T23:24:45.710Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27502026-05-26T23:24:45.758Z Compiling p384 v0.13.1
27512026-05-26T23:24:45.779Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27522026-05-26T23:24:45.800Z Compiling darling_core v0.13.4
27532026-05-26T23:24:45.903Z Compiling slog-envlogger v2.2.0
27542026-05-26T23:24:47.035Z Compiling darling v0.23.0
27552026-05-26T23:24:47.873Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27562026-05-26T23:24:47.921Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27572026-05-26T23:24:47.958Z Compiling ignore v0.4.25
27582026-05-26T23:24:48.496Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-05-26T23:24:48.681Z Compiling castaway v0.2.4
27602026-05-26T23:24:48.844Z Compiling vergen-git2 v9.1.0
27612026-05-26T23:24:48.992Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27622026-05-26T23:24:49.088Z Compiling indoc v2.0.7
27632026-05-26T23:24:49.347Z Compiling compact_str v0.8.1
27642026-05-26T23:24:49.903Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27652026-05-26T23:24:50.155Z Compiling globwalk v0.9.1
27662026-05-26T23:24:50.232Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27672026-05-26T23:24:50.490Z Compiling parking_lot v0.11.2
27682026-05-26T23:24:50.847Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27692026-05-26T23:24:51.410Z Compiling darling_macro v0.13.4
27702026-05-26T23:24:51.435Z Compiling hyper-staticfile v0.10.1
27712026-05-26T23:24:51.872Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27722026-05-26T23:24:52.237Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27732026-05-26T23:24:52.708Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27742026-05-26T23:24:52.899Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27752026-05-26T23:24:52.986Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27762026-05-26T23:24:53.367Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27772026-05-26T23:24:53.500Z Compiling predicates-tree v1.0.13
27782026-05-26T23:24:53.521Z Compiling unicode-truncate v1.1.0
27792026-05-26T23:24:53.732Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27802026-05-26T23:24:53.788Z Compiling lru v0.12.5
27812026-05-26T23:24:53.963Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27822026-05-26T23:24:54.036Z Compiling rand_seeder v0.4.0
27832026-05-26T23:24:54.063Z Compiling prefix-trie v0.7.0
27842026-05-26T23:24:54.231Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-05-26T23:24:54.299Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27862026-05-26T23:24:54.429Z Compiling rustls v0.21.12
27872026-05-26T23:24:54.527Z Compiling illumos-nvpair-sys v0.2.0
27882026-05-26T23:24:54.568Z Compiling corncobs v0.1.4
27892026-05-26T23:24:54.587Z Compiling cassowary v0.3.0
27902026-05-26T23:24:54.717Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27912026-05-26T23:24:54.739Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27922026-05-26T23:24:54.763Z Compiling hickory-server v0.25.2
27932026-05-26T23:24:54.824Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27942026-05-26T23:24:54.878Z Compiling ratatui v0.29.0
27952026-05-26T23:24:54.882Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27962026-05-26T23:24:55.088Z Compiling camino-tempfile-ext v0.3.3
27972026-05-26T23:24:55.112Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27982026-05-26T23:24:55.425Z Compiling darling v0.13.4
27992026-05-26T23:24:55.701Z Compiling sled v0.34.7
28002026-05-26T23:24:56.174Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
28012026-05-26T23:24:56.298Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28022026-05-26T23:24:56.612Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28032026-05-26T23:24:58.074Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
28042026-05-26T23:24:59.275Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28052026-05-26T23:24:59.301Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28062026-05-26T23:24:59.505Z Compiling rustls-webpki v0.101.7
28072026-05-26T23:24:59.534Z Compiling sct v0.7.1
28082026-05-26T23:24:59.728Z Compiling secrecy v0.8.0
28092026-05-26T23:24:59.806Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28102026-05-26T23:25:00.187Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-26T23:25:01.081Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28122026-05-26T23:25:01.191Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28132026-05-26T23:25:01.221Z Compiling serde_with_macros v1.5.2
28142026-05-26T23:25:02.066Z Compiling git2 v0.20.4
28152026-05-26T23:25:02.094Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28162026-05-26T23:25:02.177Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28172026-05-26T23:25:02.804Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28182026-05-26T23:25:02.926Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28192026-05-26T23:25:03.168Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28202026-05-26T23:25:03.406Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28212026-05-26T23:25:03.637Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-05-26T23:25:03.871Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28232026-05-26T23:25:03.964Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28242026-05-26T23:25:04.105Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28252026-05-26T23:25:04.187Z Compiling void v1.0.2
28262026-05-26T23:25:04.698Z Compiling lzss v0.8.2
28272026-05-26T23:25:05.013Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28282026-05-26T23:25:05.057Z Compiling illumos-nvpair v0.3.0
28292026-05-26T23:25:05.098Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28302026-05-26T23:25:05.539Z Compiling serde_with v1.14.0
28312026-05-26T23:25:05.571Z Compiling tokio-rustls v0.24.1
28322026-05-26T23:25:05.856Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28332026-05-26T23:25:06.721Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28342026-05-26T23:25:06.852Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28352026-05-26T23:25:07.998Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28362026-05-26T23:25:08.714Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28372026-05-26T23:25:09.436Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28382026-05-26T23:25:09.459Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28392026-05-26T23:25:09.607Z Compiling tungstenite v0.23.0
28402026-05-26T23:25:09.720Z Compiling rustls-pemfile v1.0.4
28412026-05-26T23:25:10.135Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28422026-05-26T23:25:10.251Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28432026-05-26T23:25:10.483Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28442026-05-26T23:25:10.760Z Compiling nix v0.27.1
28452026-05-26T23:25:11.041Z Compiling twox-hash v2.1.2
28462026-05-26T23:25:11.539Z Compiling serde_bytes v0.11.19
28472026-05-26T23:25:11.844Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28482026-05-26T23:25:11.956Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28492026-05-26T23:25:11.986Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28502026-05-26T23:25:12.358Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28512026-05-26T23:25:13.046Z Compiling tokio-tungstenite v0.23.1
28522026-05-26T23:25:13.444Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28532026-05-26T23:25:15.759Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28542026-05-26T23:25:16.363Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28552026-05-26T23:25:17.029Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28562026-05-26T23:25:17.405Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28572026-05-26T23:25:17.704Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28582026-05-26T23:25:17.854Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28592026-05-26T23:25:18.150Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
28602026-05-26T23:25:18.358Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28612026-05-26T23:25:18.444Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28622026-05-26T23:25:18.662Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28632026-05-26T23:25:20.099Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28642026-05-26T23:25:20.829Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28652026-05-26T23:25:21.494Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28662026-05-26T23:25:21.802Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28672026-05-26T23:25:22.418Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28682026-05-26T23:25:22.733Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28692026-05-26T23:25:23.044Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28702026-05-26T23:25:23.138Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28712026-05-26T23:25:23.335Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28722026-05-26T23:25:24.691Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28732026-05-26T23:25:25.505Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28742026-05-26T23:25:25.664Z Compiling fatfs v0.3.6
28752026-05-26T23:25:25.728Z Compiling signal-hook-tokio v0.3.1
28762026-05-26T23:25:25.836Z Compiling yasna v0.5.2
28772026-05-26T23:25:25.922Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28782026-05-26T23:25:26.360Z Compiling is_ci v1.2.0
28792026-05-26T23:25:26.550Z Compiling seq-macro v0.3.6
28802026-05-26T23:25:26.580Z Compiling assert_matches v1.5.0
28812026-05-26T23:25:26.697Z Compiling supports-color v3.0.2
28822026-05-26T23:25:26.889Z Compiling rcgen v0.12.1
28832026-05-26T23:25:26.981Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28842026-05-26T23:25:27.045Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28852026-05-26T23:25:27.140Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28862026-05-26T23:25:27.352Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28872026-05-26T23:25:27.600Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28882026-05-26T23:25:27.838Z Compiling subprocess v0.2.15
28892026-05-26T23:25:27.955Z Compiling rtoolbox v0.0.3
28902026-05-26T23:25:28.263Z Compiling rpassword v7.4.0
28912026-05-26T23:25:28.557Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28922026-05-26T23:25:29.612Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28932026-05-26T23:25:30.038Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28942026-05-26T23:25:30.185Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28952026-05-26T23:25:30.876Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28962026-05-26T23:25:31.262Z Compiling tui-tree-widget v0.23.1
28972026-05-26T23:25:31.566Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28982026-05-26T23:25:32.228Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28992026-05-26T23:25:32.649Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29002026-05-26T23:25:32.819Z Compiling uzers v0.12.2
29012026-05-26T23:25:33.607Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
29022026-05-26T23:25:34.239Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
29032026-05-26T23:25:35.397Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
29042026-05-26T23:25:35.886Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
29052026-05-26T23:25:39.904Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29062026-05-26T23:25:41.090Z Compiling support-bundle-viewer v0.1.2
29072026-05-26T23:25:42.096Z Compiling multimap v0.10.1
29082026-05-26T23:25:50.952Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29092026-05-26T23:25:54.747Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29102026-05-26T23:26:02.199Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29112026-05-26T23:26:02.487Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29122026-05-26T23:26:04.200Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29132026-05-26T23:35:07.949Z Finished `release` profile [optimized] target(s) in 11m 19s
29142026-05-26T23:35:55.212Z
29152026-05-26T23:35:55.212Zreal 12:07.878685814
29162026-05-26T23:35:55.212Zuser 1:21:33.252722004
29172026-05-26T23:35:55.212Zsys 3:42.113993661
29182026-05-26T23:35:55.215Ztrap 1.773257198
29192026-05-26T23:35:55.215Ztflt 3.238479107
29202026-05-26T23:35:55.215Zdflt 20.351047000
29212026-05-26T23:35:55.215Zkflt 0.064389450
29222026-05-26T23:35:55.215Zlock 8:36:07.412942490
29232026-05-26T23:35:55.216Zslp 2:27:14.337132190
29242026-05-26T23:35:55.216Zlat 2:31.544538924
29252026-05-26T23:35:55.216Zstop 5:20.497953060
29262026-05-26T23:35:55.216Z+ mapfile -t packages
29272026-05-26T23:35:55.216Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29282026-05-26T23:35:56.166Z Finished `release` profile [optimized] target(s) in 0.94s
29292026-05-26T23:35:56.245Z Running `target/release/omicron-package -t test list-outputs`
29302026-05-26T23:35:56.308ZLogging to: /work/oxidecomputer/omicron/out/LOG
29312026-05-26T23:35:56.312Z+ ptime -m cargo build --locked --release -p xtask
29322026-05-26T23:35:56.846Z Compiling libc v0.2.185
29332026-05-26T23:35:56.846Z Compiling serde v1.0.228
29342026-05-26T23:35:56.849Z Compiling serde_core v1.0.228
29352026-05-26T23:35:56.851Z Compiling rustix v1.1.3
29362026-05-26T23:35:56.851Z Compiling bitflags v2.11.0
29372026-05-26T23:35:56.851Z Compiling serde_json v1.0.149
29382026-05-26T23:35:56.974Z Compiling num-traits v0.2.19
29392026-05-26T23:35:57.003Z Compiling syn v2.0.117
29402026-05-26T23:35:57.024Z Compiling smallvec v1.15.1
29412026-05-26T23:35:57.046Z Compiling indexmap v2.14.0
29422026-05-26T23:35:57.057Z Compiling usdt-impl v0.5.0
29432026-05-26T23:35:57.069Z Compiling syn v1.0.109
29442026-05-26T23:35:57.083Z Compiling getrandom v0.4.1
29452026-05-26T23:35:57.086Z Compiling log v0.4.29
29462026-05-26T23:35:57.236Z Compiling percent-encoding v2.3.2
29472026-05-26T23:35:57.388Z Compiling form_urlencoded v1.2.2
29482026-05-26T23:35:57.480Z Compiling fs-err v3.3.0
29492026-05-26T23:35:57.493Z Compiling heck v0.4.1
29502026-05-26T23:35:57.515Z Compiling anyhow v1.0.102
29512026-05-26T23:35:57.518Z Compiling once_cell v1.21.3
29522026-05-26T23:35:57.712Z Compiling thread-id v4.2.2
29532026-05-26T23:35:57.726Z Compiling errno v0.3.14
29542026-05-26T23:35:57.760Z Compiling memmap v0.7.0
29552026-05-26T23:35:58.044Z Compiling ordered-float v2.10.1
29562026-05-26T23:35:58.589Z Compiling proc-macro-error v1.0.4
29572026-05-26T23:35:58.728Z Compiling terminal_size v0.4.3
29582026-05-26T23:35:58.731Z Compiling tempfile v3.25.0
29592026-05-26T23:35:58.830Z Compiling clap_builder v4.5.60
29602026-05-26T23:35:58.830Z Compiling textwrap v0.16.2
29612026-05-26T23:35:58.856Z Compiling tabled_derive v0.7.0
29622026-05-26T23:35:58.963Z Compiling camino-tempfile v1.4.1
29632026-05-26T23:35:59.510Z Compiling tabled v0.15.0
29642026-05-26T23:35:59.530Z Compiling synstructure v0.13.2
29652026-05-26T23:35:59.530Z Compiling pest_generator v2.8.6
29662026-05-26T23:35:59.920Z Compiling serde_derive v1.0.228
29672026-05-26T23:35:59.920Z Compiling zerofrom-derive v0.1.6
29682026-05-26T23:35:59.920Z Compiling yoke-derive v0.8.1
29692026-05-26T23:35:59.923Z Compiling zerovec-derive v0.11.2
29702026-05-26T23:35:59.923Z Compiling displaydoc v0.2.5
29712026-05-26T23:35:59.923Z Compiling thiserror-impl v1.0.69
29722026-05-26T23:35:59.923Z Compiling zerocopy-derive v0.7.35
29732026-05-26T23:35:59.923Z Compiling scroll_derive v0.12.1
29742026-05-26T23:35:59.923Z Compiling thiserror-impl v2.0.18
29752026-05-26T23:35:59.925Z Compiling clap_derive v4.5.55
29762026-05-26T23:36:00.073Z Compiling pest_derive v2.8.6
29772026-05-26T23:36:00.724Z Compiling scroll v0.12.0
29782026-05-26T23:36:00.808Z Compiling zerocopy v0.7.35
29792026-05-26T23:36:01.013Z Compiling goblin v0.8.2
29802026-05-26T23:36:01.037Z Compiling zerofrom v0.1.6
29812026-05-26T23:36:01.126Z Compiling thiserror v1.0.69
29822026-05-26T23:36:01.162Z Compiling yoke v0.8.1
29832026-05-26T23:36:01.236Z Compiling dtrace-parser v0.2.0
29842026-05-26T23:36:01.260Z Compiling thiserror v2.0.18
29852026-05-26T23:36:01.366Z Compiling zerovec v0.11.5
29862026-05-26T23:36:01.378Z Compiling zerotrie v0.2.3
29872026-05-26T23:36:01.655Z Compiling clap v4.5.60
29882026-05-26T23:36:01.970Z Compiling tinystr v0.8.2
29892026-05-26T23:36:02.201Z Compiling icu_locale_core v2.1.1
29902026-05-26T23:36:02.761Z Compiling potential_utf v0.1.4
29912026-05-26T23:36:02.970Z Compiling icu_provider v2.1.1
29922026-05-26T23:36:03.138Z Compiling icu_collections v2.1.1
29932026-05-26T23:36:03.238Z Compiling toml_datetime v0.6.11
29942026-05-26T23:36:03.402Z Compiling serde_spanned v0.6.9
29952026-05-26T23:36:03.525Z Compiling icu_properties v2.1.2
29962026-05-26T23:36:03.583Z Compiling icu_normalizer v2.1.1
29972026-05-26T23:36:03.632Z Compiling dof v0.3.0
29982026-05-26T23:36:03.669Z Compiling toml_edit v0.22.27
29992026-05-26T23:36:03.710Z Compiling serde_tokenstream v0.2.3
30002026-05-26T23:36:03.871Z Compiling serde-value v0.7.0
30012026-05-26T23:36:03.884Z Compiling cargo-platform v0.2.0
30022026-05-26T23:36:04.014Z Compiling macaddr v1.0.1
30032026-05-26T23:36:04.426Z Compiling idna_adapter v1.2.1
30042026-05-26T23:36:04.527Z Compiling usdt-macro v0.5.0
30052026-05-26T23:36:04.552Z Compiling idna v1.1.0
30062026-05-26T23:36:04.583Z Compiling usdt-attr-macro v0.5.0
30072026-05-26T23:36:04.885Z Compiling url v2.5.8
30082026-05-26T23:36:05.252Z Compiling toml v0.8.23
30092026-05-26T23:36:05.265Z Compiling usdt v0.5.0
30102026-05-26T23:36:05.720Z Compiling cargo-util-schemas v0.8.2
30112026-05-26T23:36:05.720Z Compiling cargo_toml v0.21.0
30122026-05-26T23:36:06.764Z Compiling cargo_metadata v0.21.0
30132026-05-26T23:36:09.844Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30142026-05-26T23:36:12.845Z Finished `release` profile [optimized] target(s) in 16.52s
30152026-05-26T23:36:13.010Z
30162026-05-26T23:36:13.011Zreal 16.658398437
30172026-05-26T23:36:13.014Zuser 2:21.570239504
30182026-05-26T23:36:13.014Zsys 17.359847003
30192026-05-26T23:36:13.014Ztrap 0.085849110
30202026-05-26T23:36:13.016Ztflt 0.486343987
30212026-05-26T23:36:13.016Zdflt 1.444591732
30222026-05-26T23:36:13.016Zkflt 0.000038090
30232026-05-26T23:36:13.016Zlock 5:15.808917375
30242026-05-26T23:36:13.016Zslp 3:23.625529494
30252026-05-26T23:36:13.016Zlat 7.517479828
30262026-05-26T23:36:13.017Zstop 20.757205365
30272026-05-26T23:36:13.017Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30282026-05-26T23:36:13.018Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30292026-05-26T23:36:13.018Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30302026-05-26T23:36:13.018Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30312026-05-26T23:36:13.018Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30322026-05-26T23:36:13.955Z Compiling newtype-uuid-macros v0.1.0
30332026-05-26T23:36:13.955Z Compiling progenitor-client v0.14.0
30342026-05-26T23:36:13.955Z Compiling structmeta-derive v0.3.0
30352026-05-26T23:36:13.958Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30362026-05-26T23:36:13.958Z Compiling rustls v0.22.4
30372026-05-26T23:36:13.958Z Compiling rustls-webpki v0.102.8
30382026-05-26T23:36:13.958Z Compiling multer v3.1.0
30392026-05-26T23:36:13.958Z Compiling match_cfg v0.1.0
30402026-05-26T23:36:13.958Z Compiling compression-core v0.4.31
30412026-05-26T23:36:13.958Z Compiling debug-ignore v1.0.5
30422026-05-26T23:36:14.106Z Compiling slog-json v2.6.1
30432026-05-26T23:36:14.109Z Compiling async-stream-impl v0.3.6
30442026-05-26T23:36:14.109Z Compiling toml_datetime v1.0.0+spec-1.1.0
30452026-05-26T23:36:14.142Z Compiling serde_spanned v1.0.4
30462026-05-26T23:36:14.145Z Compiling dropshot v0.17.0
30472026-05-26T23:36:14.145Z Compiling toml_writer v1.0.6+spec-1.1.0
30482026-05-26T23:36:14.235Z Compiling hostname v0.3.1
30492026-05-26T23:36:14.314Z Compiling itertools v0.14.0
30502026-05-26T23:36:14.436Z Compiling waitgroup v0.1.2
30512026-05-26T23:36:14.439Z Compiling rustls-pemfile v2.2.0
30522026-05-26T23:36:14.439Z Compiling dropshot_endpoint v0.17.0
30532026-05-26T23:36:14.439Z Compiling serde_path_to_error v0.1.20
30542026-05-26T23:36:14.533Z Compiling compression-codecs v0.4.37
30552026-05-26T23:36:14.536Z Compiling toml v1.0.6+spec-1.1.0
30562026-05-26T23:36:14.575Z Compiling slog-bunyan v2.5.0
30572026-05-26T23:36:14.596Z Compiling hostname v0.4.2
30582026-05-26T23:36:14.666Z Compiling regress v0.10.5
30592026-05-26T23:36:14.670Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30602026-05-26T23:36:14.793Z Compiling async-compression v0.4.41
30612026-05-26T23:36:14.814Z Compiling macaddr v1.0.1
30622026-05-26T23:36:14.836Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30632026-05-26T23:36:14.857Z Compiling instant v0.1.13
30642026-05-26T23:36:14.876Z Compiling backon v1.6.0
30652026-05-26T23:36:14.897Z Compiling async-stream v0.3.6
30662026-05-26T23:36:14.900Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30672026-05-26T23:36:14.935Z Compiling progenitor-client v0.10.0
30682026-05-26T23:36:14.988Z Compiling backoff v0.4.0
30692026-05-26T23:36:15.071Z Compiling progenitor-extras v0.2.0
30702026-05-26T23:36:15.100Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30712026-05-26T23:36:15.128Z Compiling humantime v2.3.0
30722026-05-26T23:36:15.147Z Compiling universal-hash v0.5.1
30732026-05-26T23:36:15.212Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30742026-05-26T23:36:15.232Z Compiling opaque-debug v0.3.1
30752026-05-26T23:36:15.249Z Compiling half v2.7.1
30762026-05-26T23:36:15.282Z Compiling crucible-workspace-hack v0.1.0
30772026-05-26T23:36:15.301Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30782026-05-26T23:36:15.322Z Compiling ciborium-io v0.2.2
30792026-05-26T23:36:15.339Z Compiling regress v0.11.1
30802026-05-26T23:36:15.363Z Compiling convert_case v0.4.0
30812026-05-26T23:36:15.382Z Compiling aead v0.5.2
30822026-05-26T23:36:15.433Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30832026-05-26T23:36:15.451Z Compiling secrecy v0.10.3
30842026-05-26T23:36:15.472Z Compiling unsafe-libyaml v0.2.11
30852026-05-26T23:36:15.526Z Compiling ciborium-ll v0.2.2
30862026-05-26T23:36:15.548Z Compiling structmeta v0.3.0
30872026-05-26T23:36:15.628Z Compiling poly1305 v0.8.0
30882026-05-26T23:36:15.645Z Compiling chacha20 v0.9.1
30892026-05-26T23:36:15.682Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30902026-05-26T23:36:15.731Z Compiling ciborium v0.2.2
30912026-05-26T23:36:15.750Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30922026-05-26T23:36:15.778Z Compiling derive_more v0.99.20
30932026-05-26T23:36:15.794Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
30942026-05-26T23:36:15.797Z Compiling derive-ex v0.1.8
30952026-05-26T23:36:15.887Z Compiling parse-display-derive v0.10.0
30962026-05-26T23:36:15.890Z Compiling thiserror-impl-no-std v2.0.2
30972026-05-26T23:36:15.924Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30982026-05-26T23:36:16.049Z Compiling serde_yaml v0.9.34+deprecated
30992026-05-26T23:36:16.146Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31002026-05-26T23:36:16.165Z Compiling byte-wrapper v0.1.0
31012026-05-26T23:36:16.259Z Compiling password-hash v0.5.0
31022026-05-26T23:36:16.311Z Compiling blake2 v0.10.6
31032026-05-26T23:36:16.348Z Compiling chacha20poly1305 v0.10.1
31042026-05-26T23:36:16.384Z Compiling indent_write v2.2.0
31052026-05-26T23:36:16.402Z Compiling toml_datetime v0.7.5+spec-1.1.0
31062026-05-26T23:36:16.530Z Compiling tokio-rustls v0.25.0
31072026-05-26T23:36:16.550Z Compiling heapless v0.8.0
31082026-05-26T23:36:16.568Z Compiling argon2 v0.5.3
31092026-05-26T23:36:16.676Z Compiling toml_edit v0.23.10+spec-1.0.0
31102026-05-26T23:36:16.695Z Compiling ingot-macros v0.1.1
31112026-05-26T23:36:16.909Z Compiling typify-impl v0.6.2
31122026-05-26T23:36:17.076Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31132026-05-26T23:36:17.159Z Compiling thiserror-no-std v2.0.2
31142026-05-26T23:36:17.286Z Compiling vsss-rs v3.3.4
31152026-05-26T23:36:17.383Z Compiling tabwriter v1.4.1
31162026-05-26T23:36:17.578Z Compiling hash32 v0.3.1
31172026-05-26T23:36:17.596Z Compiling test-strategy v0.4.5
31182026-05-26T23:36:17.651Z Compiling smoltcp v0.11.0
31192026-05-26T23:36:17.668Z Compiling parse-display v0.10.0
31202026-05-26T23:36:17.765Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31212026-05-26T23:36:17.822Z Compiling proc-macro-crate v3.4.0
31222026-05-26T23:36:17.896Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31232026-05-26T23:36:18.004Z Compiling num-rational v0.4.2
31242026-05-26T23:36:18.046Z Compiling cobs v0.3.0
31252026-05-26T23:36:18.082Z Compiling num-complex v0.4.6
31262026-05-26T23:36:18.099Z Compiling colored v3.1.1
31272026-05-26T23:36:18.114Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31282026-05-26T23:36:18.290Z Compiling postcard v1.1.3
31292026-05-26T23:36:18.313Z Compiling proc-macro-error v1.0.4
31302026-05-26T23:36:18.365Z Compiling proc-macro-crate v1.3.1
31312026-05-26T23:36:18.424Z Compiling num_enum_derive v0.7.5
31322026-05-26T23:36:18.462Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31332026-05-26T23:36:18.484Z Compiling num v0.4.3
31342026-05-26T23:36:18.502Z Compiling atomicwrites v0.4.4
31352026-05-26T23:36:18.584Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31362026-05-26T23:36:18.630Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31372026-05-26T23:36:18.729Z Compiling foreign-types-macros v0.2.3
31382026-05-26T23:36:18.729Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31392026-05-26T23:36:18.729Z Compiling cpufeatures v0.3.0
31402026-05-26T23:36:18.729Z Compiling float-ord v0.3.2
31412026-05-26T23:36:18.743Z Compiling rayon-core v1.13.0
31422026-05-26T23:36:18.800Z Compiling foreign-types-shared v0.3.1
31432026-05-26T23:36:18.817Z Compiling num_enum_derive v0.5.11
31442026-05-26T23:36:18.869Z Compiling chacha20 v0.10.0
31452026-05-26T23:36:18.931Z Compiling crossbeam-deque v0.8.6
31462026-05-26T23:36:18.999Z Compiling camino-tempfile v1.4.1
31472026-05-26T23:36:19.017Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31482026-05-26T23:36:19.044Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31492026-05-26T23:36:19.062Z Compiling cstr-argument v0.1.2
31502026-05-26T23:36:19.168Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31512026-05-26T23:36:19.204Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31522026-05-26T23:36:19.258Z Compiling rand v0.10.0
31532026-05-26T23:36:19.276Z Compiling toml v0.8.23
31542026-05-26T23:36:19.327Z Compiling foreign-types v0.5.0
31552026-05-26T23:36:19.421Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31562026-05-26T23:36:19.439Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31572026-05-26T23:36:19.501Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31582026-05-26T23:36:19.548Z Compiling zone_cfg_derive v0.3.1
31592026-05-26T23:36:19.566Z Compiling num_enum v0.7.5
31602026-05-26T23:36:19.607Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31612026-05-26T23:36:19.656Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31622026-05-26T23:36:19.674Z Compiling ingot-types v0.1.2
31632026-05-26T23:36:19.703Z Compiling rayon v1.11.0
31642026-05-26T23:36:19.723Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31652026-05-26T23:36:19.760Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31662026-05-26T23:36:19.808Z Compiling itertools v0.12.1
31672026-05-26T23:36:19.831Z Compiling num-derive v0.4.2
31682026-05-26T23:36:19.962Z Compiling sigpipe v0.1.3
31692026-05-26T23:36:19.965Z Compiling num_enum v0.5.11
31702026-05-26T23:36:19.965Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31712026-05-26T23:36:20.020Z Compiling glob v0.3.3
31722026-05-26T23:36:20.085Z Compiling ingot v0.1.1
31732026-05-26T23:36:20.104Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31742026-05-26T23:36:20.147Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
31752026-05-26T23:36:20.201Z Compiling smf v0.2.3
31762026-05-26T23:36:20.265Z Compiling whoami v1.6.1
31772026-05-26T23:36:20.284Z Compiling prettyplease v0.2.37
31782026-05-26T23:36:20.324Z Compiling usdt-macro v0.5.0
31792026-05-26T23:36:20.496Z Compiling usdt-attr-macro v0.5.0
31802026-05-26T23:36:20.516Z Compiling gethostname v0.5.0
31812026-05-26T23:36:20.585Z Compiling memmap v0.7.0
31822026-05-26T23:36:20.670Z Compiling derive-where v1.6.0
31832026-05-26T23:36:20.751Z Compiling resolv-conf v0.7.6
31842026-05-26T23:36:20.780Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31852026-05-26T23:36:20.808Z Compiling cancel-safe-futures v0.1.5
31862026-05-26T23:36:20.856Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31872026-05-26T23:36:20.948Z Compiling owo-colors v4.3.0
31882026-05-26T23:36:21.055Z Compiling zone v0.3.1
31892026-05-26T23:36:21.159Z Compiling libsw-core v0.3.2
31902026-05-26T23:36:21.181Z Compiling console v0.15.11
31912026-05-26T23:36:21.274Z Compiling hickory-proto v0.24.4
31922026-05-26T23:36:21.351Z Compiling usdt v0.5.0
31932026-05-26T23:36:21.370Z Compiling libsw v3.5.0
31942026-05-26T23:36:21.550Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31952026-05-26T23:36:21.569Z Compiling typify-macro v0.6.2
31962026-05-26T23:36:21.590Z Compiling newline-converter v0.3.0
31972026-05-26T23:36:21.609Z Compiling progenitor-client v0.13.0
31982026-05-26T23:36:21.612Z Compiling linked-hash-map v0.5.6
31992026-05-26T23:36:21.655Z Compiling linear-map v1.2.0
32002026-05-26T23:36:21.738Z Compiling libefi-sys v0.1.0
32012026-05-26T23:36:21.786Z Compiling expectorate v1.2.0
32022026-05-26T23:36:21.804Z Compiling lru-cache v0.1.2
32032026-05-26T23:36:21.821Z Compiling git-stub v1.0.0
32042026-05-26T23:36:21.846Z Compiling bitfield-struct v0.6.2
32052026-05-26T23:36:21.869Z Compiling semver v0.1.20
32062026-05-26T23:36:21.959Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32072026-05-26T23:36:21.997Z Compiling tokio-dtrace v0.1.1
32082026-05-26T23:36:22.017Z Compiling git-stub-vcs v0.1.0
32092026-05-26T23:36:22.087Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32102026-05-26T23:36:22.124Z Compiling rustc_version v0.1.7
32112026-05-26T23:36:22.144Z Compiling dropshot-api-manager-types v0.7.2
32122026-05-26T23:36:22.166Z Compiling slog-dtrace v0.3.0
32132026-05-26T23:36:22.187Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32142026-05-26T23:36:22.208Z Compiling minimal-lexical v0.2.1
32152026-05-26T23:36:22.266Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32162026-05-26T23:36:22.300Z Compiling oxide-tokio-rt v0.1.4
32172026-05-26T23:36:22.317Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32182026-05-26T23:36:22.357Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32192026-05-26T23:36:22.396Z Compiling newtype_derive v0.1.6
32202026-05-26T23:36:22.433Z Compiling phf_shared v0.12.1
32212026-05-26T23:36:22.478Z Compiling nom v7.1.3
32222026-05-26T23:36:22.501Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32232026-05-26T23:36:22.504Z Compiling csv-core v0.1.13
32242026-05-26T23:36:22.538Z Compiling chrono-tz v0.10.4
32252026-05-26T23:36:22.554Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32262026-05-26T23:36:22.628Z Compiling xshell-macros v0.2.7
32272026-05-26T23:36:22.647Z Compiling highway v1.3.0
32282026-05-26T23:36:22.662Z Compiling const_format_proc_macros v0.2.34
32292026-05-26T23:36:22.773Z Compiling csv v1.4.0
32302026-05-26T23:36:22.810Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32312026-05-26T23:36:22.940Z Compiling phf v0.12.1
32322026-05-26T23:36:23.058Z Compiling xshell v0.2.7
32332026-05-26T23:36:23.076Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32342026-05-26T23:36:23.123Z Compiling primeorder v0.13.6
32352026-05-26T23:36:23.234Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32362026-05-26T23:36:23.343Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32372026-05-26T23:36:23.401Z Compiling tabled_derive v0.7.0
32382026-05-26T23:36:23.420Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32392026-05-26T23:36:23.458Z Compiling typify v0.6.2
32402026-05-26T23:36:23.477Z Compiling hickory-resolver v0.24.4
32412026-05-26T23:36:23.551Z Compiling const_format v0.2.35
32422026-05-26T23:36:23.599Z Compiling progenitor-impl v0.14.0
32432026-05-26T23:36:23.616Z Compiling progenitor-impl v0.13.0
32442026-05-26T23:36:23.695Z Compiling bcs v0.1.6
32452026-05-26T23:36:23.772Z Compiling tagptr v0.2.0
32462026-05-26T23:36:23.864Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32472026-05-26T23:36:23.900Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32482026-05-26T23:36:23.956Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32492026-05-26T23:36:24.050Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32502026-05-26T23:36:24.187Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32512026-05-26T23:36:24.279Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32522026-05-26T23:36:24.487Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32532026-05-26T23:36:24.598Z Compiling qorb v0.4.1
32542026-05-26T23:36:24.618Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32552026-05-26T23:36:24.675Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32562026-05-26T23:36:24.678Z Compiling salty v0.3.0
32572026-05-26T23:36:24.796Z Compiling termtree v0.5.1
32582026-05-26T23:36:24.962Z Compiling textwrap v0.16.2
32592026-05-26T23:36:25.000Z Compiling tabled v0.15.0
32602026-05-26T23:36:25.027Z Compiling moka v0.12.13
32612026-05-26T23:36:25.144Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32622026-05-26T23:36:25.431Z Compiling steno v0.4.1
32632026-05-26T23:36:25.524Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32642026-05-26T23:36:25.555Z Compiling radium v0.7.0
32652026-05-26T23:36:25.688Z Compiling base64 v0.21.7
32662026-05-26T23:36:25.835Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32672026-05-26T23:36:25.856Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-05-26T23:36:25.900Z Compiling hickory-resolver v0.25.2
32692026-05-26T23:36:25.917Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-05-26T23:36:26.057Z Compiling p384 v0.13.1
32712026-05-26T23:36:26.118Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32722026-05-26T23:36:26.168Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32732026-05-26T23:36:26.187Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32742026-05-26T23:36:26.394Z Compiling progenitor-macro v0.14.0
32752026-05-26T23:36:26.427Z Compiling progenitor-macro v0.13.0
32762026-05-26T23:36:26.532Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32772026-05-26T23:36:26.557Z Compiling typify-impl v0.4.3
32782026-05-26T23:36:26.657Z Compiling tap v1.0.1
32792026-05-26T23:36:26.712Z Compiling maybe-uninit v2.0.0
32802026-05-26T23:36:26.763Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32812026-05-26T23:36:26.808Z Compiling wyz v0.5.1
32822026-05-26T23:36:27.055Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32832026-05-26T23:36:27.106Z Compiling proc-macro-error-attr2 v2.0.0
32842026-05-26T23:36:27.157Z Compiling utf-8 v0.7.6
32852026-05-26T23:36:27.375Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32862026-05-26T23:36:27.425Z Compiling funty v2.0.0
32872026-05-26T23:36:27.526Z Compiling packed_struct v0.10.1
32882026-05-26T23:36:27.563Z Compiling parking_lot_core v0.8.6
32892026-05-26T23:36:27.636Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32902026-05-26T23:36:27.661Z Compiling proc-macro-error2 v2.0.1
32912026-05-26T23:36:27.842Z Compiling bitvec v1.0.1
32922026-05-26T23:36:27.899Z Compiling tungstenite v0.21.0
32932026-05-26T23:36:27.943Z Compiling polyval v0.6.2
32942026-05-26T23:36:27.991Z Compiling packed_struct_codegen v0.10.1
32952026-05-26T23:36:28.016Z Compiling num-derive v0.3.3
32962026-05-26T23:36:28.034Z Compiling bitfield-macros v0.19.4
32972026-05-26T23:36:28.037Z Compiling zerocopy-derive v0.6.6
32982026-05-26T23:36:28.069Z Compiling indexmap v1.9.3
32992026-05-26T23:36:28.218Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
33002026-05-26T23:36:28.301Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
33012026-05-26T23:36:28.390Z Compiling crc-catalog v2.4.0
33022026-05-26T23:36:28.440Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33032026-05-26T23:36:28.513Z Compiling nodrop v0.1.14
33042026-05-26T23:36:28.555Z Compiling crc v3.4.0
33052026-05-26T23:36:28.640Z Compiling array-init v0.0.4
33062026-05-26T23:36:28.806Z Compiling bitfield v0.19.4
33072026-05-26T23:36:28.810Z Compiling tokio-tungstenite v0.21.0
33082026-05-26T23:36:28.863Z Compiling ghash v0.5.1
33092026-05-26T23:36:28.958Z Compiling zerocopy v0.6.6
33102026-05-26T23:36:28.977Z Compiling libscf-sys v1.1.0
33112026-05-26T23:36:29.020Z Compiling tabled_derive v0.11.0
33122026-05-26T23:36:29.041Z Compiling smallvec v0.6.14
33132026-05-26T23:36:29.161Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33142026-05-26T23:36:29.196Z Compiling papergrid v0.17.0
33152026-05-26T23:36:29.329Z Compiling testing_table v0.3.0
33162026-05-26T23:36:29.347Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33172026-05-26T23:36:29.401Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33182026-05-26T23:36:29.478Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33192026-05-26T23:36:29.497Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33202026-05-26T23:36:29.518Z Compiling ctr v0.9.2
33212026-05-26T23:36:29.605Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-05-26T23:36:29.768Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33232026-05-26T23:36:29.786Z Compiling illumos-nvpair-sys v0.2.0
33242026-05-26T23:36:29.806Z Compiling hashbrown v0.12.3
33252026-05-26T23:36:29.938Z Compiling corncobs v0.1.4
33262026-05-26T23:36:29.941Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33272026-05-26T23:36:29.974Z Compiling unicase v2.9.0
33282026-05-26T23:36:30.080Z Compiling aes-gcm v0.10.3
33292026-05-26T23:36:30.097Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33302026-05-26T23:36:30.152Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33312026-05-26T23:36:30.260Z Compiling mime_guess v2.0.5
33322026-05-26T23:36:30.305Z Compiling tabled v0.20.0
33332026-05-26T23:36:30.366Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33342026-05-26T23:36:30.556Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33352026-05-26T23:36:30.635Z Compiling parking_lot v0.11.2
33362026-05-26T23:36:30.717Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33372026-05-26T23:36:30.779Z Compiling serde-hex v0.1.0
33382026-05-26T23:36:30.861Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33392026-05-26T23:36:30.998Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33402026-05-26T23:36:31.069Z Compiling ron v0.8.1
33412026-05-26T23:36:31.088Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33422026-05-26T23:36:31.128Z Compiling typify-macro v0.4.3
33432026-05-26T23:36:31.147Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33442026-05-26T23:36:31.209Z Compiling progenitor-client v0.11.2
33452026-05-26T23:36:31.273Z Compiling hashbrown v0.13.2
33462026-05-26T23:36:31.549Z Compiling progenitor v0.14.0
33472026-05-26T23:36:31.580Z Compiling prefix-trie v0.7.0
33482026-05-26T23:36:31.661Z Compiling ssh-encoding v0.2.0
33492026-05-26T23:36:31.707Z Compiling progenitor v0.13.0
33502026-05-26T23:36:31.735Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-05-26T23:36:31.895Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33522026-05-26T23:36:31.933Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33532026-05-26T23:36:31.962Z Compiling blowfish v0.9.1
33542026-05-26T23:36:32.015Z Compiling fxhash v0.2.1
33552026-05-26T23:36:32.097Z Compiling secrecy v0.8.0
33562026-05-26T23:36:32.118Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33572026-05-26T23:36:32.196Z Compiling crc-any v2.5.0
33582026-05-26T23:36:32.287Z Compiling sled v0.34.7
33592026-05-26T23:36:32.348Z Compiling bcrypt-pbkdf v0.10.0
33602026-05-26T23:36:32.386Z Compiling hickory-server v0.25.2
33612026-05-26T23:36:32.476Z Compiling ssh-cipher v0.2.0
33622026-05-26T23:36:32.595Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33632026-05-26T23:36:32.777Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33642026-05-26T23:36:32.840Z Compiling object v0.30.4
33652026-05-26T23:36:32.883Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33662026-05-26T23:36:33.045Z Compiling typify v0.4.3
33672026-05-26T23:36:33.149Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33682026-05-26T23:36:33.193Z Compiling progenitor-impl v0.11.2
33692026-05-26T23:36:33.213Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
33702026-05-26T23:36:33.395Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33712026-05-26T23:36:33.432Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33722026-05-26T23:36:33.467Z Compiling password-hash v0.4.2
33732026-05-26T23:36:33.799Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33742026-05-26T23:36:33.898Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33752026-05-26T23:36:34.054Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33762026-05-26T23:36:34.175Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33772026-05-26T23:36:34.332Z Compiling path-slash v0.1.5
33782026-05-26T23:36:34.504Z Compiling half v1.8.3
33792026-05-26T23:36:34.698Z Compiling http-range v0.1.5
33802026-05-26T23:36:34.803Z Compiling crc8 v0.1.1
33812026-05-26T23:36:34.910Z Compiling serde_cbor v0.11.2
33822026-05-26T23:36:34.952Z Compiling pbkdf2 v0.11.0
33832026-05-26T23:36:34.970Z Compiling illumos-nvpair v0.3.0
33842026-05-26T23:36:35.323Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33852026-05-26T23:36:35.450Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33862026-05-26T23:36:35.610Z Compiling ssh-key v0.6.7
33872026-05-26T23:36:35.793Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33882026-05-26T23:36:35.882Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33892026-05-26T23:36:35.900Z Compiling progenitor-macro v0.11.2
33902026-05-26T23:36:35.998Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33912026-05-26T23:36:36.127Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33922026-05-26T23:36:36.289Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33932026-05-26T23:36:36.314Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33942026-05-26T23:36:36.354Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33952026-05-26T23:36:36.430Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33962026-05-26T23:36:36.720Z Compiling p256 v0.13.2
33972026-05-26T23:36:36.740Z Compiling p521 v0.13.3
33982026-05-26T23:36:36.845Z Compiling yasna v0.5.2
33992026-05-26T23:36:36.884Z Compiling kstat-rs v0.2.4
34002026-05-26T23:36:36.936Z Compiling headers-core v0.3.0
34012026-05-26T23:36:37.096Z Compiling nanorand v0.7.0
34022026-05-26T23:36:37.137Z Compiling atty v0.2.14
34032026-05-26T23:36:37.192Z Compiling russh-cryptovec v0.7.3
34042026-05-26T23:36:37.224Z Compiling home v0.5.12
34052026-05-26T23:36:37.252Z Compiling md5 v0.7.0
34062026-05-26T23:36:37.282Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd)
34072026-05-26T23:36:37.332Z Compiling flume v0.11.1
34082026-05-26T23:36:37.349Z Compiling rcgen v0.12.1
34092026-05-26T23:36:37.406Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34102026-05-26T23:36:37.424Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34112026-05-26T23:36:37.441Z Compiling russh-keys v0.45.0
34122026-05-26T23:36:37.559Z Compiling headers v0.4.1
34132026-05-26T23:36:37.576Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34142026-05-26T23:36:37.706Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34152026-05-26T23:36:37.757Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34162026-05-26T23:36:37.921Z Compiling hyper-staticfile v0.10.1
34172026-05-26T23:36:38.109Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34182026-05-26T23:36:38.151Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34192026-05-26T23:36:38.179Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34202026-05-26T23:36:38.266Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34212026-05-26T23:36:38.377Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34222026-05-26T23:36:38.397Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34232026-05-26T23:36:38.474Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34242026-05-26T23:36:38.520Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34252026-05-26T23:36:38.636Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34262026-05-26T23:36:38.712Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34272026-05-26T23:36:38.860Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34282026-05-26T23:36:38.967Z Compiling num-bigint v0.4.6
34292026-05-26T23:36:39.032Z Compiling des v0.8.1
34302026-05-26T23:36:39.050Z Compiling subprocess v0.2.15
34312026-05-26T23:36:39.068Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-26T23:36:39.089Z Compiling hex-literal v0.4.1
34332026-05-26T23:36:39.125Z Compiling display-error-chain v0.2.2
34342026-05-26T23:36:39.246Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34352026-05-26T23:36:39.266Z Compiling colored v2.2.0
34362026-05-26T23:36:39.282Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34372026-05-26T23:36:39.300Z Compiling socket2 v0.5.10
34382026-05-26T23:36:39.300Z Compiling internet-checksum v0.2.1
34392026-05-26T23:36:39.530Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34402026-05-26T23:36:39.750Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34412026-05-26T23:36:40.155Z Compiling russh v0.45.0
34422026-05-26T23:36:40.836Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34432026-05-26T23:36:40.921Z Compiling progenitor v0.11.2
34442026-05-26T23:36:40.924Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34452026-05-26T23:36:41.085Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
34462026-05-26T23:36:43.296Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34472026-05-26T23:36:43.964Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34482026-05-26T23:36:44.433Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34492026-05-26T23:36:46.002Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34502026-05-26T23:36:46.735Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34512026-05-26T23:36:54.117Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34522026-05-26T23:36:54.118Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34532026-05-26T23:36:54.130Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34542026-05-26T23:36:54.130Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34552026-05-26T23:36:55.896Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34562026-05-26T23:36:56.025Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34572026-05-26T23:37:00.156Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34582026-05-26T23:37:39.488Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34592026-05-26T23:37:39.715Z
34602026-05-26T23:37:39.715Zreal 1:26.639203939
34612026-05-26T23:37:39.715Zuser 8:08.403087224
34622026-05-26T23:37:39.715Zsys 1:45.919278407
34632026-05-26T23:37:39.715Ztrap 0.244641899
34642026-05-26T23:37:39.715Ztflt 0.538943056
34652026-05-26T23:37:39.715Zdflt 1.627145446
34662026-05-26T23:37:39.718Zkflt 0.000214630
34672026-05-26T23:37:39.718Zlock 29:01.459452092
34682026-05-26T23:37:39.718Zslp 18:42.020621032
34692026-05-26T23:37:39.719Zlat 41.605802399
34702026-05-26T23:37:39.719Zstop 3:06.083710524
34712026-05-26T23:37:39.719Z+ mkdir tests
34722026-05-26T23:37:39.722Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34732026-05-26T23:37:39.722Z+ xargs -I '{}' -t cp '{}' tests/
34742026-05-26T23:37:39.839Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-24b2b63a1f0cb11e tests/
34752026-05-26T23:37:39.870Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f3edf6ab4b009ed4 tests/
34762026-05-26T23:37:39.901Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-a95096e60fd39ad9 tests/
34772026-05-26T23:37:39.928Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-07bc8a4adaa8ea80 tests/
34782026-05-26T23:37:40.177Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override)
34792026-05-26T23:37:40.181Z+ 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-f3edf6ab4b009ed4 tests/commtest-a95096e60fd39ad9 tests/dhcp_server-24b2b63a1f0cb11e tests/end_to_end_tests-07bc8a4adaa8ea80 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
34802026-05-26T23:39:02.055ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34812026-05-26T23:39:02.055Za .github/buildomat/ci-env.sh 1K
34822026-05-26T23:39:02.056Za out/target/test 1K
34832026-05-26T23:39:02.056Za out/npuzone/npuzone 27402K
34842026-05-26T23:39:02.056Za package-manifest.toml 35K
34852026-05-26T23:39:02.056Za smf/sled-agent/non-gimlet/config.toml 6K
34862026-05-26T23:39:02.056Za target/release/omicron-package 45127K
34872026-05-26T23:39:02.056Za target/release/xtask 11449K
34882026-05-26T23:39:02.056Za target/debug/bootstrap 353621K
34892026-05-26T23:39:02.056Za tests/bootstrap-f3edf6ab4b009ed4 31215K
34902026-05-26T23:39:02.056Za tests/commtest-a95096e60fd39ad9 32300K
34912026-05-26T23:39:02.056Za tests/dhcp_server-24b2b63a1f0cb11e 31215K
34922026-05-26T23:39:02.056Za tests/end_to_end_tests-07bc8a4adaa8ea80 394679K
34932026-05-26T23:39:02.058Za tools/opte_version 1K
34942026-05-26T23:39:02.058Za tools/opte_version_override 2K
34952026-05-26T23:39:02.058Za out/clickhouse.tar.gz 320962K
34962026-05-26T23:39:02.058Za out/clickhouse_keeper.tar.gz 306038K
34972026-05-26T23:39:02.058Za out/clickhouse_server.tar.gz 320959K
34982026-05-26T23:39:02.058Za out/cockroachdb.tar.gz 165579K
34992026-05-26T23:39:02.058Za out/crucible-pantry-zone.tar.gz 40602K
35002026-05-26T23:39:02.058Za out/crucible-utils.tar 16478K
35012026-05-26T23:39:02.058Za out/crucible-zone.tar.gz 56172K
35022026-05-26T23:39:02.058Za out/external-dns.tar.gz 50169K
35032026-05-26T23:39:02.058Za out/internal-dns.tar.gz 50169K
35042026-05-26T23:39:02.058Za out/mg-ddm-gz.tar 95141K
35052026-05-26T23:39:02.058Za out/nexus.tar.gz 278735K
35062026-05-26T23:39:02.058Za out/ntp.tar.gz 32260K
35072026-05-26T23:39:02.058Za out/omicron-gateway-softnpu.tar.gz 29889K
35082026-05-26T23:39:02.058Za out/omicron-sled-agent.tar 200582K
35092026-05-26T23:39:02.058Za out/overlay.tar.gz 3K
35102026-05-26T23:39:02.060Za out/oximeter.tar.gz 67059K
35112026-05-26T23:39:02.060Za out/oxlog.tar 3782K
35122026-05-26T23:39:02.060Za out/probe.tar.gz 3037K
35132026-05-26T23:39:02.060Za out/propolis-server.tar.gz 35483K
35142026-05-26T23:39:02.060Za out/pumpkind-gz.tar 26647K
35152026-05-26T23:39:02.060Za out/switch-softnpu.tar.gz 451481K
35162026-05-26T23:39:02.064Z
35172026-05-26T23:39:02.064Zreal 1:21.873603566
35182026-05-26T23:39:02.065Zuser 1:19.083902949
35192026-05-26T23:39:02.065Zsys 4.516819075
35202026-05-26T23:39:02.065Ztrap 0.007954202
35212026-05-26T23:39:02.065Ztflt 0.000000000
35222026-05-26T23:39:02.065Zdflt 0.000000000
35232026-05-26T23:39:02.065Zkflt 0.000000000
35242026-05-26T23:39:02.065Zlock 0.000000000
35252026-05-26T23:39:02.065Zslp 1:19.046857815
35262026-05-26T23:39:02.065Zlat 1.085963697
35272026-05-26T23:39:02.065Zstop 0.000210320
35282026-05-26T23:39:02.065Zprocess exited: duration 1148959 ms, exit code 0
 
35292026-05-26T23:39:02.080Zfound 1 output files
35302026-05-26T23:39:02.080Zuploading: /work/package.tar.gz (2552843896 bytes)
35312026-05-26T23:39:29.573Zuploaded: /work/package.tar.gz