01KS4YE1FVKBAQQFMESEE5PVW9: 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: 01KS4YEGH0V2Q42TR6RMD99MMT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T09:40:08.531Zjob assigned to worker 01KS4YEX90PXPK55QEEZMDVBG3 [factory aws, i-04f85f44d6e559ec0] (queued for 55 s)
 
22026-05-21T09:40:15.540Zstarting task 0: "setup"
32026-05-21T09:40:15.543Z++ uname -s
42026-05-21T09:40:15.546Z+ kern=SunOS
52026-05-21T09:40:15.546Z+ build_user=build
62026-05-21T09:40:15.546Z+ build_uid=12345
72026-05-21T09:40:15.546Z+ work_dir=/work
82026-05-21T09:40:15.546Z+ input_dir=/input
92026-05-21T09:40:15.546Z+ [[ 0 == 12345 ]]
102026-05-21T09:40:15.546Z+ case "$kern" in
112026-05-21T09:40:15.546Z+ groupadd -g 12345 build
122026-05-21T09:40:15.560Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T09:40:17.570Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T09:40:17.640Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T09:40:17.644Z+ home_fs=zfs
162026-05-21T09:40:17.644Z+ [[ zfs == autofs ]]
172026-05-21T09:40:17.644Z+ mkdir -p /home/build
182026-05-21T09:40:17.644Z+ chown build:build /home/build /work
192026-05-21T09:40:19.646Z+ chmod 0700 /home/build /work
202026-05-21T09:40:19.649Zprocess exited: duration 4114 ms, exit code 0
 
212026-05-21T09:40:19.656Zstarting task 1: "rust-toolchain"
222026-05-21T09:40:19.662Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T09:40:19.662Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T09:40:19.662Z * rust toolchain channel = "1.94.0"
252026-05-21T09:40:19.662Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-21T09:40:19.662Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-21T09:40:19.662Z * rust toolchain profile = "default"
282026-05-21T09:40:19.665Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T09:40:19.665Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T09:40:19.753Zinfo: downloading installer
312026-05-21T09:40:21.203Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T09:40:21.203Zwarn: /home/build/.rustup/settings.toml
332026-05-21T09:40:21.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T09:40:21.203Zwarn: instead of the one inferred from the default host triple.
352026-05-21T09:40:21.216Zinfo: profile set to default
362026-05-21T09:40:21.216Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T09:40:21.221Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T09:40:21.352Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T09:40:21.356Zinfo: downloading 6 components
402026-05-21T09:40:35.511Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T09:40:35.511Z
422026-05-21T09:40:35.542Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T09:40:35.542Z
442026-05-21T09:40:35.542Z
452026-05-21T09:40:35.542ZRust is installed now. Great!
462026-05-21T09:40:35.542Z
472026-05-21T09:40:35.542ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T09:40:35.542Zenvironment variable. This has not been done automatically.
492026-05-21T09:40:35.542Z
502026-05-21T09:40:35.542ZTo configure your current shell, you need to source
512026-05-21T09:40:35.542Zthe corresponding env file under $HOME/.cargo.
522026-05-21T09:40:35.542Z
532026-05-21T09:40:35.542ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T09:40:35.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T09:40:35.546Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T09:40:35.546Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T09:40:35.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T09:40:35.546Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T09:40:35.546Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T09:40:35.546Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T09:40:35.546Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T09:40:35.642Z+ rustup --version
632026-05-21T09:40:35.648Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T09:40:35.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T09:40:35.670Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T09:40:35.674Z+ cargo --version
672026-05-21T09:40:35.680Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T09:40:35.684Z+ rustc --version
692026-05-21T09:40:35.704Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T09:40:35.708Zprocess exited: duration 16051 ms, exit code 0
 
712026-05-21T09:40:35.715Zstarting task 2: "authentication"
722026-05-21T09:40:35.733Zprocess exited: duration 17 ms, exit code 0
 
732026-05-21T09:40:35.739Zstarting task 3: "clone repository"
742026-05-21T09:40:35.743Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T09:40:35.746Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T09:40:35.787ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T09:40:45.993Z+ cd /work/oxidecomputer/omicron
782026-05-21T09:40:45.993Z+ git fetch origin 426815c4f1445ee5d50bc0ca295596bde86679c6
792026-05-21T09:40:46.392ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T09:40:46.392Z * branch 426815c4f1445ee5d50bc0ca295596bde86679c6 -> FETCH_HEAD
812026-05-21T09:40:46.403Z+ [[ -n '' ]]
822026-05-21T09:40:46.403Z+ git reset --hard 426815c4f1445ee5d50bc0ca295596bde86679c6
832026-05-21T09:40:46.641ZHEAD is now at 426815c4f add some comments
842026-05-21T09:40:46.644Zprocess exited: duration 10902 ms, exit code 0
 
852026-05-21T09:40:46.651Zstarting task 4: "build"
862026-05-21T09:40:46.657Z+ source .github/buildomat/ci-env.sh
872026-05-21T09:40:46.657Z++ export CARGO_TERM_COLOR=always
882026-05-21T09:40:46.657Z++ CARGO_TERM_COLOR=always
892026-05-21T09:40:46.657Z+ cargo --version
902026-05-21T09:40:46.668Zcargo 1.94.0 (85eff7c80 2026-01-15)
912026-05-21T09:40:46.671Z+ rustc --version
922026-05-21T09:40:46.694Zrustc 1.94.0 (4a4ef493e 2026-03-02)
932026-05-21T09:40:46.697Z+ WORK=/work
942026-05-21T09:40:46.697Z+ pfexec mkdir -p /work
952026-05-21T09:40:46.701Z+ pfexec chown build /work
962026-05-21T09:40:46.706Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
972026-05-21T09:40:48.679Z Startup: Refreshing catalog 'helios' ... Done
982026-05-21T09:40:48.742Z Startup: Caching catalogs ... Done
992026-05-21T09:40:48.948ZPlanning: Solver setup ... Done (0.173s)
1002026-05-21T09:40:48.965ZPlanning: Running solver ... Done (0.017s)
1012026-05-21T09:40:48.971ZPlanning: Finding local manifests ... Done (0.004s)
1022026-05-21T09:40:48.982ZPlanning: Fetching manifests: 0/2 0% complete
1032026-05-21T09:40:49.005ZPlanning: Fetching manifests: 2/2 100% complete
1042026-05-21T09:40:49.018ZPlanning: Package planning ... Done (0.013s)
1052026-05-21T09:40:49.022ZPlanning: Merging actions ... Done (0.001s)
1062026-05-21T09:40:49.213ZPlanning: Checking for conflicting actions ... Done (0.192s)
1072026-05-21T09:40:49.216ZPlanning: Consolidating action changes ... Done (0.001s)
1082026-05-21T09:40:50.168ZPlanning: Evaluating mediators ... Done (0.954s)
1092026-05-21T09:40:50.171ZPlanning: Planning completed in 1.41 seconds
1102026-05-21T09:40:50.179Z Packages to install: 2
1112026-05-21T09:40:50.179Z Estimated space available: 156.07 GB
1122026-05-21T09:40:50.179ZEstimated space to be consumed: 19.75 MB
1132026-05-21T09:40:50.179Z Create boot environment: No
1142026-05-21T09:40:50.179ZCreate backup boot environment: No
1152026-05-21T09:40:50.179Z Rebuild boot archive: No
1162026-05-21T09:40:50.182Z
1172026-05-21T09:40:50.182ZChanged packages:
1182026-05-21T09:40:50.182Zhelios
1192026-05-21T09:40:50.182Z developer/build-essential
1202026-05-21T09:40:50.182Z None -> 11-3.0
1212026-05-21T09:40:50.182Z library/libxmlsec1
1222026-05-21T09:40:50.182Z None -> 1.2.35-3.0
1232026-05-21T09:40:50.206Z
1242026-05-21T09:40:50.206ZDownload: 0/214 items 0.0/1.3MB 0% complete
1252026-05-21T09:40:51.504ZDownload: Completed 1.28 MB in 1.30 seconds (1011k/s)
1262026-05-21T09:40:51.561Z Actions: 1/268 actions (Installing new actions)
1272026-05-21T09:40:51.601Z Actions: Completed 268 actions in 0.04 seconds.
1282026-05-21T09:40:51.606ZFinalize: Updating package state database ... Done (0.006s)
1292026-05-21T09:40:51.606ZFinalize: Updating package cache ... Done (0.000s)
1302026-05-21T09:40:51.622ZFinalize: Updating image state ... Done (0.015s)
1312026-05-21T09:40:54.230ZFinalize: Creating fast lookup database ... Done (2.586s)
1322026-05-21T09:40:54.301ZFinalize: Reading search index ... Done (0.012s)
1332026-05-21T09:40:54.304ZFinalize: Updating search index ... Done (0.000s)
1342026-05-21T09:40:54.408ZFinalize: Updating package cache ... Done (0.000s)
1352026-05-21T09:40:54.699ZPlanning: Evaluating mediator changes ... Done
1362026-05-21T09:40:54.802ZPlanning: Checking for conflicting actions ... Done
1372026-05-21T09:40:54.805ZPlanning: Consolidating action changes ... Done
1382026-05-21T09:40:54.959ZPlanning: Evaluating mediators ... Done
1392026-05-21T09:40:54.962ZPlanning: Planning completed in 0.26 seconds
1402026-05-21T09:40:54.982Z Mediators to change: 2
1412026-05-21T09:40:54.982Z Create boot environment: No
1422026-05-21T09:40:54.982ZCreate backup boot environment: No
1432026-05-21T09:40:55.107ZFinalize: Updating package state database ... Done
1442026-05-21T09:40:55.107ZFinalize: Updating package cache ... Done
1452026-05-21T09:40:55.116ZFinalize: Updating image state ... Done
1462026-05-21T09:40:57.046ZFinalize: Creating fast lookup database ... Done
1472026-05-21T09:40:57.107ZFinalize: Reading search index ... Done
1482026-05-21T09:40:57.111ZFinalize: Updating search index ... Done
1492026-05-21T09:40:57.207ZFinalize: Updating package cache ... Done
1502026-05-21T09:40:57.494ZPlanning: Evaluating mediator changes ... Done
1512026-05-21T09:40:57.600ZPlanning: Checking for conflicting actions ... Done
1522026-05-21T09:40:57.603ZPlanning: Consolidating action changes ... Done
1532026-05-21T09:40:57.758ZPlanning: Evaluating mediators ... Done
1542026-05-21T09:40:57.762ZPlanning: Planning completed in 0.27 seconds
1552026-05-21T09:40:57.782Z Mediators to change: 1
1562026-05-21T09:40:57.782Z Create boot environment: No
1572026-05-21T09:40:57.782ZCreate backup boot environment: No
1582026-05-21T09:40:57.837ZFinalize: Updating package state database ... Done
1592026-05-21T09:40:57.838ZFinalize: Updating package cache ... Done
1602026-05-21T09:40:57.846ZFinalize: Updating image state ... Done
1612026-05-21T09:40:59.810ZFinalize: Creating fast lookup database ... Done
1622026-05-21T09:40:59.879ZFinalize: Reading search index ... Done
1632026-05-21T09:40:59.882ZFinalize: Updating search index ... Done
1642026-05-21T09:40:59.953ZFinalize: Updating package cache ... Done
1652026-05-21T09:41:00.262ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1662026-05-21T09:41:00.262Zapache system 2.4 system
1672026-05-21T09:41:00.262Zclang system 15 system
1682026-05-21T09:41:00.262Zcsh system system illumos
1692026-05-21T09:41:00.262Zctags system system illumos
1702026-05-21T09:41:00.262Zfile vendor vendor darwinsys
1712026-05-21T09:41:00.262Zfile system system illumos
1722026-05-21T09:41:00.262Zgcc vendor 14 vendor
1732026-05-21T09:41:00.262Zgcc system 13 system
1742026-05-21T09:41:00.262Zgcc system 10 system
1752026-05-21T09:41:00.262Zgo system 1.25 system
1762026-05-21T09:41:00.262Zllvm system 15 system
1772026-05-21T09:41:00.262Zmariadb system 11.4 system
1782026-05-21T09:41:00.262Zmta vendor vendor dma
1792026-05-21T09:41:00.262Zopenjdk system 17 system
1802026-05-21T09:41:00.262Zopenjdk system 11 system
1812026-05-21T09:41:00.262Zopenssl vendor 3 vendor
1822026-05-21T09:41:00.262Zperl system 5.40 system
1832026-05-21T09:41:00.263Zpostgresql system 18 system
1842026-05-21T09:41:00.263Zpostgresql system 17 system
1852026-05-21T09:41:00.263Zpython vendor 3 vendor
1862026-05-21T09:41:00.263Zpython system 2 system
1872026-05-21T09:41:00.263Zpython3 vendor 3.13 vendor
1882026-05-21T09:41:00.263Zruby system 3.4 system
1892026-05-21T09:41:00.263Zruby system 3.0 system
1902026-05-21T09:41:00.263Zwords vendor vendor american-english
1912026-05-21T09:41:00.263Zwords system system australian-english
1922026-05-21T09:41:00.263Zwords system system british-english
1932026-05-21T09:41:00.263Zwords system system canadian-english
1942026-05-21T09:41:00.263Zwords system system french
1952026-05-21T09:41:00.263Zwords system system italian
1962026-05-21T09:41:00.263Zwords system system ngerman
1972026-05-21T09:41:00.263Zwords system system ogerman
1982026-05-21T09:41:00.263Zwords system system spanish
1992026-05-21T09:41:00.525ZPUBLISHER TYPE STATUS P LOCATION
2002026-05-21T09:41:00.525Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2012026-05-21T09:41:00.790ZFMRI IFO
2022026-05-21T09:41:00.790Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2032026-05-21T09:41:00.790Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2042026-05-21T09:41:00.790Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2052026-05-21T09:41:00.790Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2062026-05-21T09:41:00.790Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2072026-05-21T09:41:00.790Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2082026-05-21T09:41:00.790Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2092026-05-21T09:41:00.790Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2102026-05-21T09:41:00.790Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2112026-05-21T09:41:01.027Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2122026-05-21T09:41:01.362Z Updating crates.io index
2132026-05-21T09:41:01.395Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2142026-05-21T09:41:02.185Z Updating git repository `https://github.com/oxidecomputer/lldp`
2152026-05-21T09:41:02.651Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2162026-05-21T09:41:03.390Z Updating git repository `https://github.com/oxidecomputer/propolis`
2172026-05-21T09:41:04.206Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2182026-05-21T09:41:04.695Z Updating git repository `https://github.com/oxidecomputer/crucible`
2192026-05-21T09:41:05.993Z Updating git repository `https://github.com/oxidecomputer/opte`
2202026-05-21T09:41:06.843Z Updating git repository `https://github.com/oxidecomputer/tofino`
2212026-05-21T09:41:07.137Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2222026-05-21T09:41:08.040Z Updating git repository `https://github.com/oxidecomputer/clickward`
2232026-05-21T09:41:08.506Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2242026-05-21T09:41:08.869Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2252026-05-21T09:41:09.248Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2262026-05-21T09:41:10.163Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2272026-05-21T09:41:10.627Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2282026-05-21T09:41:10.934Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2292026-05-21T09:41:11.292Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2302026-05-21T09:41:11.654Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2312026-05-21T09:41:12.031Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2322026-05-21T09:41:12.259Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2332026-05-21T09:41:12.496Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2342026-05-21T09:41:12.748Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2352026-05-21T09:41:13.224Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2362026-05-21T09:41:13.690Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2372026-05-21T09:41:14.145Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2382026-05-21T09:41:14.404Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2392026-05-21T09:41:14.711Z Updating git repository `https://github.com/oxidecomputer/ispf`
2402026-05-21T09:41:15.777Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2412026-05-21T09:41:16.455Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-21T09:41:16.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2432026-05-21T09:41:17.388Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2442026-05-21T09:41:17.948Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2452026-05-21T09:41:18.261Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2462026-05-21T09:41:18.602Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2472026-05-21T09:41:19.075Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2482026-05-21T09:41:19.340Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2492026-05-21T09:41:19.605Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2502026-05-21T09:41:19.910Z Updating git repository `https://github.com/illumos/smf-rs`
2512026-05-21T09:41:20.288Z Updating git repository `https://github.com/oxidecomputer/omicron`
2522026-05-21T09:41:31.770Z Downloading crates ...
2532026-05-21T09:41:31.819Z Downloaded anstyle-parse v0.2.7
2542026-05-21T09:41:31.822Z Downloaded anstyle v1.0.13
2552026-05-21T09:41:31.825Z Downloaded anstream v0.6.21
2562026-05-21T09:41:31.825Z Downloaded percent-encoding v2.3.2
2572026-05-21T09:41:31.828Z Downloaded crypto-common v0.1.7
2582026-05-21T09:41:31.831Z Downloaded heck v0.4.1
2592026-05-21T09:41:31.837Z Downloaded anstyle-query v1.1.5
2602026-05-21T09:41:31.841Z Downloaded quote v1.0.45
2612026-05-21T09:41:31.841Z Downloaded idna_adapter v1.2.1
2622026-05-21T09:41:31.845Z Downloaded swrite v0.1.0
2632026-05-21T09:41:31.848Z Downloaded plain v0.2.3
2642026-05-21T09:41:31.848Z Downloaded textwrap v0.16.2
2652026-05-21T09:41:31.851Z Downloaded unicode-xid v0.2.6
2662026-05-21T09:41:31.851Z Downloaded pretty-hex v0.4.1
2672026-05-21T09:41:31.851Z Downloaded generic-array v0.14.7
2682026-05-21T09:41:31.854Z Downloaded fnv v1.0.7
2692026-05-21T09:41:31.854Z Downloaded toml_datetime v0.6.11
2702026-05-21T09:41:31.857Z Downloaded thread-id v4.2.2
2712026-05-21T09:41:31.857Z Downloaded tabled_derive v0.7.0
2722026-05-21T09:41:31.857Z Downloaded yoke-derive v0.8.1
2732026-05-21T09:41:31.857Z Downloaded cpufeatures v0.2.17
2742026-05-21T09:41:31.861Z Downloaded typeid v1.0.3
2752026-05-21T09:41:31.864Z Downloaded toml_write v0.1.2
2762026-05-21T09:41:31.864Z Downloaded zerofrom v0.1.6
2772026-05-21T09:41:31.864Z Downloaded utf8parse v0.2.2
2782026-05-21T09:41:31.865Z Downloaded cargo_metadata v0.21.0
2792026-05-21T09:41:31.868Z Downloaded zerofrom-derive v0.1.6
2802026-05-21T09:41:31.871Z Downloaded usdt-macro v0.5.0
2812026-05-21T09:41:31.871Z Downloaded usdt-attr-macro v0.5.0
2822026-05-21T09:41:31.871Z Downloaded usdt v0.5.0
2832026-05-21T09:41:31.871Z Downloaded typenum v1.19.0
2842026-05-21T09:41:31.874Z Downloaded block-buffer v0.10.4
2852026-05-21T09:41:31.877Z Downloaded utf8_iter v1.0.4
2862026-05-21T09:41:31.877Z Downloaded version_check v0.9.5
2872026-05-21T09:41:31.880Z Downloaded thiserror v1.0.69
2882026-05-21T09:41:31.880Z Downloaded unicode-linebreak v0.1.5
2892026-05-21T09:41:31.883Z Downloaded memmap v0.7.0
2902026-05-21T09:41:31.883Z Downloaded icu_provider v2.1.1
2912026-05-21T09:41:31.887Z Downloaded once_cell v1.21.3
2922026-05-21T09:41:31.887Z Downloaded zerovec-derive v0.11.2
2932026-05-21T09:41:31.887Z Downloaded thiserror v2.0.18
2942026-05-21T09:41:31.891Z Downloaded yoke v0.8.1
2952026-05-21T09:41:31.894Z Downloaded smawk v0.3.2
2962026-05-21T09:41:31.894Z Downloaded writeable v0.6.2
2972026-05-21T09:41:31.894Z Downloaded zmij v1.0.21
2982026-05-21T09:41:31.894Z Downloaded toml v0.8.23
2992026-05-21T09:41:31.901Z Downloaded scroll_derive v0.12.1
3002026-05-21T09:41:31.901Z Downloaded tinystr v0.8.2
3012026-05-21T09:41:31.902Z Downloaded thiserror-impl v2.0.18
3022026-05-21T09:41:31.902Z Downloaded form_urlencoded v1.2.2
3032026-05-21T09:41:31.902Z Downloaded fastrand v2.3.0
3042026-05-21T09:41:31.902Z Downloaded ucd-trie v0.1.7
3052026-05-21T09:41:31.902Z Downloaded zerocopy-derive v0.7.35
3062026-05-21T09:41:31.905Z Downloaded cargo-platform v0.2.0
3072026-05-21T09:41:31.905Z Downloaded thiserror-impl v1.0.69
3082026-05-21T09:41:31.905Z Downloaded anyhow v1.0.102
3092026-05-21T09:41:31.905Z Downloaded usdt-impl v0.5.0
3102026-05-21T09:41:31.909Z Downloaded unicode-ident v1.0.24
3112026-05-21T09:41:31.909Z Downloaded serde-value v0.7.0
3122026-05-21T09:41:31.909Z Downloaded proc-macro-error-attr v1.0.4
3132026-05-21T09:41:31.909Z Downloaded dof v0.3.0
3142026-05-21T09:41:31.912Z Downloaded cfg-if v1.0.4
3152026-05-21T09:41:31.912Z Downloaded itoa v1.0.17
3162026-05-21T09:41:31.916Z Downloaded toml_edit v0.22.27
3172026-05-21T09:41:31.920Z Downloaded is_terminal_polyfill v1.70.2
3182026-05-21T09:41:31.920Z Downloaded dtrace-parser v0.2.0
3192026-05-21T09:41:31.920Z Downloaded clap_lex v1.0.0
3202026-05-21T09:41:31.923Z Downloaded macaddr v1.0.1
3212026-05-21T09:41:31.923Z Downloaded zerotrie v0.2.3
3222026-05-21T09:41:31.926Z Downloaded serde_spanned v0.6.9
3232026-05-21T09:41:31.926Z Downloaded equivalent v1.0.2
3242026-05-21T09:41:31.926Z Downloaded url v2.5.8
3252026-05-21T09:41:31.933Z Downloaded terminal_size v0.4.3
3262026-05-21T09:41:31.936Z Downloaded zerovec v0.11.5
3272026-05-21T09:41:31.936Z Downloaded heck v0.5.0
3282026-05-21T09:41:31.939Z Downloaded pest_derive v2.8.6
3292026-05-21T09:41:31.942Z Downloaded colorchoice v1.0.4
3302026-05-21T09:41:31.942Z Downloaded digest v0.10.7
3312026-05-21T09:41:31.945Z Downloaded zerocopy v0.7.35
3322026-05-21T09:41:31.952Z Downloaded winnow v0.7.14
3332026-05-21T09:41:31.957Z Downloaded bytecount v0.6.9
3342026-05-21T09:41:31.961Z Downloaded stable_deref_trait v1.2.1
3352026-05-21T09:41:31.961Z Downloaded strsim v0.11.1
3362026-05-21T09:41:31.961Z Downloaded proc-macro-error v1.0.4
3372026-05-21T09:41:31.964Z Downloaded unicode-width v0.2.0
3382026-05-21T09:41:31.968Z Downloaded displaydoc v0.2.5
3392026-05-21T09:41:31.968Z Downloaded sha2 v0.10.9
3402026-05-21T09:41:31.968Z Downloaded cargo_toml v0.21.0
3412026-05-21T09:41:31.968Z Downloaded scroll v0.12.0
3422026-05-21T09:41:31.971Z Downloaded errno v0.3.14
3432026-05-21T09:41:31.971Z Downloaded unicode-width v0.1.14
3442026-05-21T09:41:31.974Z Downloaded potential_utf v0.1.4
3452026-05-21T09:41:31.974Z Downloaded erased-serde v0.4.9
3462026-05-21T09:41:31.979Z Downloaded camino-tempfile v1.4.1
3472026-05-21T09:41:31.979Z Downloaded ordered-float v2.10.1
3482026-05-21T09:41:31.979Z Downloaded byteorder v1.5.0
3492026-05-21T09:41:31.979Z Downloaded pest_generator v2.8.6
3502026-05-21T09:41:31.983Z Downloaded synstructure v0.13.2
3512026-05-21T09:41:31.987Z Downloaded serde_tokenstream v0.2.3
3522026-05-21T09:41:31.990Z Downloaded getrandom v0.4.1
3532026-05-21T09:41:31.990Z Downloaded serde-untagged v0.1.9
3542026-05-21T09:41:31.990Z Downloaded fs-err v3.3.0
3552026-05-21T09:41:31.993Z Downloaded serde_core v1.0.228
3562026-05-21T09:41:31.996Z Downloaded num-traits v0.2.19
3572026-05-21T09:41:31.999Z Downloaded icu_properties v2.1.2
3582026-05-21T09:41:32.003Z Downloaded tempfile v3.25.0
3592026-05-21T09:41:32.009Z Downloaded smallvec v1.15.1
3602026-05-21T09:41:32.013Z Downloaded semver v1.0.28
3612026-05-21T09:41:32.013Z Downloaded autocfg v1.5.0
3622026-05-21T09:41:32.013Z Downloaded litemap v0.8.1
3632026-05-21T09:41:32.013Z Downloaded clap_derive v4.5.55
3642026-05-21T09:41:32.017Z Downloaded cargo-util-schemas v0.8.2
3652026-05-21T09:41:32.017Z Downloaded camino v1.2.2
3662026-05-21T09:41:32.017Z Downloaded icu_normalizer_data v2.1.1
3672026-05-21T09:41:32.017Z Downloaded serde_derive v1.0.228
3682026-05-21T09:41:32.020Z Downloaded bitflags v2.11.0
3692026-05-21T09:41:32.023Z Downloaded proc-macro2 v1.0.106
3702026-05-21T09:41:32.026Z Downloaded papergrid v0.11.0
3712026-05-21T09:41:32.026Z Downloaded icu_normalizer v2.1.1
3722026-05-21T09:41:32.029Z Downloaded icu_locale_core v2.1.1
3732026-05-21T09:41:32.040Z Downloaded pest v2.8.6
3742026-05-21T09:41:32.045Z Downloaded log v0.4.29
3752026-05-21T09:41:32.054Z Downloaded pest_meta v2.8.6
3762026-05-21T09:41:32.057Z Downloaded clap v4.5.60
3772026-05-21T09:41:32.062Z Downloaded idna v1.1.0
3782026-05-21T09:41:32.065Z Downloaded serde v1.0.228
3792026-05-21T09:41:32.068Z Downloaded icu_collections v2.1.1
3802026-05-21T09:41:32.071Z Downloaded memchr v2.8.0
3812026-05-21T09:41:32.089Z Downloaded indexmap v2.14.0
3822026-05-21T09:41:32.092Z Downloaded serde_json v1.0.149
3832026-05-21T09:41:32.105Z Downloaded icu_properties_data v2.1.2
3842026-05-21T09:41:32.112Z Downloaded hashbrown v0.17.0
3852026-05-21T09:41:32.118Z Downloaded tabled v0.15.0
3862026-05-21T09:41:32.126Z Downloaded goblin v0.8.2
3872026-05-21T09:41:32.131Z Downloaded clap_builder v4.5.60
3882026-05-21T09:41:32.134Z Downloaded syn v1.0.109
3892026-05-21T09:41:32.148Z Downloaded syn v2.0.117
3902026-05-21T09:41:32.162Z Downloaded rustix v1.1.3
3912026-05-21T09:41:32.189Z Downloaded libc v0.2.185
3922026-05-21T09:41:32.254Z Compiling proc-macro2 v1.0.106
3932026-05-21T09:41:32.255Z Compiling quote v1.0.45
3942026-05-21T09:41:32.258Z Compiling unicode-ident v1.0.24
3952026-05-21T09:41:32.258Z Compiling serde_core v1.0.228
3962026-05-21T09:41:32.259Z Compiling libc v0.2.185
3972026-05-21T09:41:32.259Z Compiling version_check v0.9.5
3982026-05-21T09:41:32.259Z Compiling serde v1.0.228
3992026-05-21T09:41:32.259Z Compiling stable_deref_trait v1.2.1
4002026-05-21T09:41:32.259Z Compiling memchr v2.8.0
4012026-05-21T09:41:32.259Z Compiling zmij v1.0.21
4022026-05-21T09:41:32.259Z Compiling autocfg v1.5.0
4032026-05-21T09:41:32.259Z Compiling ucd-trie v0.1.7
4042026-05-21T09:41:32.259Z Compiling thiserror v1.0.69
4052026-05-21T09:41:32.259Z Compiling itoa v1.0.17
4062026-05-21T09:41:32.441Z Compiling writeable v0.6.2
4072026-05-21T09:41:32.576Z Compiling litemap v0.8.1
4082026-05-21T09:41:32.689Z Compiling byteorder v1.5.0
4092026-05-21T09:41:32.787Z Compiling icu_properties_data v2.1.2
4102026-05-21T09:41:32.824Z Compiling icu_normalizer_data v2.1.1
4112026-05-21T09:41:32.872Z Compiling rustix v1.1.3
4122026-05-21T09:41:32.890Z Compiling pest v2.8.6
4132026-05-21T09:41:32.922Z Compiling serde_json v1.0.149
4142026-05-21T09:41:32.991Z Compiling bitflags v2.11.0
4152026-05-21T09:41:33.105Z Compiling equivalent v1.0.2
4162026-05-21T09:41:33.140Z Compiling num-traits v0.2.19
4172026-05-21T09:41:33.146Z Compiling smallvec v1.15.1
4182026-05-21T09:41:33.278Z Compiling typeid v1.0.3
4192026-05-21T09:41:33.297Z Compiling hashbrown v0.17.0
4202026-05-21T09:41:33.350Z Compiling usdt-impl v0.5.0
4212026-05-21T09:41:33.383Z Compiling proc-macro-error-attr v1.0.4
4222026-05-21T09:41:33.418Z Compiling errno v0.3.14
4232026-05-21T09:41:33.455Z Compiling thread-id v4.2.2
4242026-05-21T09:41:33.459Z Compiling toml_write v0.1.2
4252026-05-21T09:41:33.462Z Compiling erased-serde v0.4.9
4262026-05-21T09:41:33.517Z Compiling winnow v0.7.14
4272026-05-21T09:41:33.557Z Compiling syn v1.0.109
4282026-05-21T09:41:33.610Z Compiling proc-macro-error v1.0.4
4292026-05-21T09:41:33.654Z Compiling utf8_iter v1.0.4
4302026-05-21T09:41:33.782Z Compiling getrandom v0.4.1
4312026-05-21T09:41:33.818Z Compiling log v0.4.29
4322026-05-21T09:41:33.821Z Compiling utf8parse v0.2.2
4332026-05-21T09:41:33.854Z Compiling plain v0.2.3
4342026-05-21T09:41:33.857Z Compiling percent-encoding v2.3.2
4352026-05-21T09:41:33.888Z Compiling indexmap v2.14.0
4362026-05-21T09:41:33.972Z Compiling syn v2.0.117
4372026-05-21T09:41:33.990Z Compiling pest_meta v2.8.6
4382026-05-21T09:41:34.009Z Compiling thiserror v2.0.18
4392026-05-21T09:41:34.009Z Compiling camino v1.2.2
4402026-05-21T09:41:34.045Z Compiling anstyle-parse v0.2.7
4412026-05-21T09:41:34.099Z Compiling form_urlencoded v1.2.2
4422026-05-21T09:41:34.267Z Compiling ordered-float v2.10.1
4432026-05-21T09:41:34.295Z Compiling anstyle v1.0.13
4442026-05-21T09:41:34.319Z Compiling is_terminal_polyfill v1.70.2
4452026-05-21T09:41:34.345Z Compiling colorchoice v1.0.4
4462026-05-21T09:41:34.425Z Compiling pretty-hex v0.4.1
4472026-05-21T09:41:34.441Z Compiling anstyle-query v1.1.5
4482026-05-21T09:41:34.460Z Compiling cfg-if v1.0.4
4492026-05-21T09:41:34.535Z Compiling anstream v0.6.21
4502026-05-21T09:41:34.572Z Compiling fs-err v3.3.0
4512026-05-21T09:41:34.575Z Compiling clap_lex v1.0.0
4522026-05-21T09:41:34.591Z Compiling fnv v1.0.7
4532026-05-21T09:41:34.610Z Compiling terminal_size v0.4.3
4542026-05-21T09:41:34.613Z Compiling heck v0.5.0
4552026-05-21T09:41:34.629Z Compiling strsim v0.11.1
4562026-05-21T09:41:34.727Z Compiling once_cell v1.21.3
4572026-05-21T09:41:34.746Z Compiling bytecount v0.6.9
4582026-05-21T09:41:34.788Z Compiling heck v0.4.1
4592026-05-21T09:41:34.805Z Compiling fastrand v2.3.0
4602026-05-21T09:41:34.860Z Compiling anyhow v1.0.102
4612026-05-21T09:41:34.880Z Compiling unicode-width v0.1.14
4622026-05-21T09:41:34.909Z Compiling unicode-xid v0.2.6
4632026-05-21T09:41:34.967Z Compiling clap_builder v4.5.60
4642026-05-21T09:41:35.032Z Compiling memmap v0.7.0
4652026-05-21T09:41:35.116Z Compiling semver v1.0.28
4662026-05-21T09:41:35.136Z Compiling tempfile v3.25.0
4672026-05-21T09:41:35.178Z Compiling papergrid v0.11.0
4682026-05-21T09:41:35.253Z Compiling unicode-width v0.2.0
4692026-05-21T09:41:35.272Z Compiling smawk v0.3.2
4702026-05-21T09:41:35.433Z Compiling unicode-linebreak v0.1.5
4712026-05-21T09:41:35.495Z Compiling serde-untagged v0.1.9
4722026-05-21T09:41:35.542Z Compiling camino-tempfile v1.4.1
4732026-05-21T09:41:35.574Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4742026-05-21T09:41:35.612Z Compiling swrite v0.1.0
4752026-05-21T09:41:35.650Z Compiling textwrap v0.16.2
4762026-05-21T09:41:36.016Z Compiling tabled_derive v0.7.0
4772026-05-21T09:41:36.612Z Compiling synstructure v0.13.2
4782026-05-21T09:41:36.612Z Compiling pest_generator v2.8.6
4792026-05-21T09:41:36.715Z Compiling tabled v0.15.0
4802026-05-21T09:41:37.112Z Compiling serde_derive v1.0.228
4812026-05-21T09:41:37.115Z Compiling zerofrom-derive v0.1.6
4822026-05-21T09:41:37.115Z Compiling yoke-derive v0.8.1
4832026-05-21T09:41:37.115Z Compiling zerovec-derive v0.11.2
4842026-05-21T09:41:37.115Z Compiling displaydoc v0.2.5
4852026-05-21T09:41:37.115Z Compiling thiserror-impl v1.0.69
4862026-05-21T09:41:37.115Z Compiling zerocopy-derive v0.7.35
4872026-05-21T09:41:37.115Z Compiling scroll_derive v0.12.1
4882026-05-21T09:41:37.129Z Compiling thiserror-impl v2.0.18
4892026-05-21T09:41:37.131Z Compiling clap_derive v4.5.55
4902026-05-21T09:41:37.253Z Compiling pest_derive v2.8.6
4912026-05-21T09:41:37.905Z Compiling scroll v0.12.0
4922026-05-21T09:41:38.029Z Compiling zerocopy v0.7.35
4932026-05-21T09:41:38.085Z Compiling zerofrom v0.1.6
4942026-05-21T09:41:38.132Z Compiling goblin v0.8.2
4952026-05-21T09:41:38.195Z Compiling yoke v0.8.1
4962026-05-21T09:41:38.248Z Compiling dtrace-parser v0.2.0
4972026-05-21T09:41:38.348Z Compiling zerovec v0.11.5
4982026-05-21T09:41:38.348Z Compiling zerotrie v0.2.3
4992026-05-21T09:41:38.519Z Compiling clap v4.5.60
5002026-05-21T09:41:38.765Z Compiling tinystr v0.8.2
5012026-05-21T09:41:38.766Z Compiling potential_utf v0.1.4
5022026-05-21T09:41:38.881Z Compiling icu_collections v2.1.1
5032026-05-21T09:41:38.934Z Compiling icu_locale_core v2.1.1
5042026-05-21T09:41:39.448Z Compiling icu_provider v2.1.1
5052026-05-21T09:41:39.607Z Compiling dof v0.3.0
5062026-05-21T09:41:39.607Z Compiling serde_tokenstream v0.2.3
5072026-05-21T09:41:39.624Z Compiling serde_spanned v0.6.9
5082026-05-21T09:41:39.627Z Compiling toml_datetime v0.6.11
5092026-05-21T09:41:39.628Z Compiling serde-value v0.7.0
5102026-05-21T09:41:39.628Z Compiling cargo-platform v0.2.0
5112026-05-21T09:41:39.628Z Compiling macaddr v1.0.1
5122026-05-21T09:41:39.675Z Compiling icu_normalizer v2.1.1
5132026-05-21T09:41:39.679Z Compiling icu_properties v2.1.2
5142026-05-21T09:41:39.980Z Compiling toml_edit v0.22.27
5152026-05-21T09:41:40.375Z Compiling usdt-attr-macro v0.5.0
5162026-05-21T09:41:40.378Z Compiling usdt-macro v0.5.0
5172026-05-21T09:41:40.598Z Compiling idna_adapter v1.2.1
5182026-05-21T09:41:40.702Z Compiling idna v1.1.0
5192026-05-21T09:41:40.947Z Compiling usdt v0.5.0
5202026-05-21T09:41:40.964Z Compiling url v2.5.8
5212026-05-21T09:41:41.250Z Compiling toml v0.8.23
5222026-05-21T09:41:41.582Z Compiling cargo-util-schemas v0.8.2
5232026-05-21T09:41:41.582Z Compiling cargo_toml v0.21.0
5242026-05-21T09:41:42.344Z Compiling cargo_metadata v0.21.0
5252026-05-21T09:41:43.242Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5262026-05-21T09:41:45.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.51s
5272026-05-21T09:41:45.646Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5282026-05-21T09:41:46.196Z Downloading crates ...
5292026-05-21T09:41:46.285Z Downloaded aead v0.5.2
5302026-05-21T09:41:46.290Z Downloaded adler2 v2.0.1
5312026-05-21T09:41:46.293Z Downloaded arrayref v0.3.9
5322026-05-21T09:41:46.295Z Downloaded array-init v0.0.4
5332026-05-21T09:41:46.298Z Downloaded arc-swap v1.8.2
5342026-05-21T09:41:46.301Z Downloaded ascii-canvas v3.0.0
5352026-05-21T09:41:46.301Z Downloaded async-trait v0.1.89
5362026-05-21T09:41:46.304Z Downloaded bit-set v0.5.3
5372026-05-21T09:41:46.306Z Downloaded bcs v0.1.6
5382026-05-21T09:41:46.309Z Downloaded crc v3.4.0
5392026-05-21T09:41:46.312Z Downloaded async-stream-impl v0.3.6
5402026-05-21T09:41:46.312Z Downloaded async-recursion v1.1.1
5412026-05-21T09:41:46.316Z Downloaded crossbeam-epoch v0.9.18
5422026-05-21T09:41:46.318Z Downloaded curve25519-dalek-derive v0.1.1
5432026-05-21T09:41:46.321Z Downloaded async-stream v0.3.6
5442026-05-21T09:41:46.321Z Downloaded crc32fast v1.5.0
5452026-05-21T09:41:46.324Z Downloaded darling_macro v0.20.11
5462026-05-21T09:41:46.324Z Downloaded darling v0.20.11
5472026-05-21T09:41:46.328Z Downloaded assert_matches v1.5.0
5482026-05-21T09:41:46.331Z Downloaded darling_macro v0.23.0
5492026-05-21T09:41:46.334Z Downloaded critical-section v1.2.0
5502026-05-21T09:41:46.334Z Downloaded derive_builder_core v0.20.2
5512026-05-21T09:41:46.337Z Downloaded daft-derive v0.1.7
5522026-05-21T09:41:46.341Z Downloaded bitfield-macros v0.19.4
5532026-05-21T09:41:46.341Z Downloaded downcast-rs v2.0.2
5542026-05-21T09:41:46.345Z Downloaded dirs-sys-next v0.1.2
5552026-05-21T09:41:46.345Z Downloaded darling_macro v0.21.3
5562026-05-21T09:41:46.345Z Downloaded atomic-waker v1.1.2
5572026-05-21T09:41:46.348Z Downloaded embedded-io v0.6.1
5582026-05-21T09:41:46.348Z Downloaded compression-core v0.4.31
5592026-05-21T09:41:46.348Z Downloaded ciborium-io v0.2.2
5602026-05-21T09:41:46.351Z Downloaded defmt-parser v1.0.0
5612026-05-21T09:41:46.351Z Downloaded convert_case v0.4.0
5622026-05-21T09:41:46.353Z Downloaded ciborium-ll v0.2.2
5632026-05-21T09:41:46.354Z Downloaded cfg_aliases v0.2.1
5642026-05-21T09:41:46.358Z Downloaded cargo-platform v0.1.9
5652026-05-21T09:41:46.358Z Downloaded bb8 v0.8.6
5662026-05-21T09:41:46.358Z Downloaded bit-set v0.8.0
5672026-05-21T09:41:46.361Z Downloaded embedded-io v0.4.0
5682026-05-21T09:41:46.361Z Downloaded castaway v0.2.4
5692026-05-21T09:41:46.361Z Downloaded crucible-workspace-hack v0.1.0
5702026-05-21T09:41:46.363Z Downloaded dyn-clone v1.0.20
5712026-05-21T09:41:46.363Z Downloaded derive_builder_macro v0.20.2
5722026-05-21T09:41:46.363Z Downloaded derive_builder v0.20.2
5732026-05-21T09:41:46.366Z Downloaded cfg_aliases v0.1.1
5742026-05-21T09:41:46.371Z Downloaded defmt v0.3.100
5752026-05-21T09:41:46.375Z Downloaded crunchy v0.2.4
5762026-05-21T09:41:46.375Z Downloaded fd-lock v4.0.4
5772026-05-21T09:41:46.375Z Downloaded compression-codecs v0.4.37
5782026-05-21T09:41:46.378Z Downloaded enum-as-inner v0.6.1
5792026-05-21T09:41:46.378Z Downloaded difflib v0.4.0
5802026-05-21T09:41:46.381Z Downloaded atty v0.2.14
5812026-05-21T09:41:46.381Z Downloaded bitfield-struct v0.6.2
5822026-05-21T09:41:46.384Z Downloaded cstr-argument v0.1.2
5832026-05-21T09:41:46.388Z Downloaded document-features v0.2.12
5842026-05-21T09:41:46.388Z Downloaded foreign-types-macros v0.2.3
5852026-05-21T09:41:46.391Z Downloaded endian-type v0.1.2
5862026-05-21T09:41:46.391Z Downloaded dunce v1.0.5
5872026-05-21T09:41:46.391Z Downloaded dsl_auto_type v0.2.0
5882026-05-21T09:41:46.391Z Downloaded env_filter v1.0.0
5892026-05-21T09:41:46.396Z Downloaded diesel_table_macro_syntax v0.3.0
5902026-05-21T09:41:46.396Z Downloaded crc8 v0.1.1
5912026-05-21T09:41:46.399Z Downloaded dof v0.4.0
5922026-05-21T09:41:46.399Z Downloaded block-padding v0.3.3
5932026-05-21T09:41:46.399Z Downloaded dirs-next v2.0.0
5942026-05-21T09:41:46.399Z Downloaded float-cmp v0.10.0
5952026-05-21T09:41:46.399Z Downloaded backoff v0.4.0
5962026-05-21T09:41:46.403Z Downloaded bcrypt-pbkdf v0.10.0
5972026-05-21T09:41:46.403Z Downloaded dropshot-api-manager-types v0.7.1
5982026-05-21T09:41:46.405Z Downloaded dtrace-parser v0.3.0
5992026-05-21T09:41:46.406Z Downloaded debug-ignore v1.0.5
6002026-05-21T09:41:46.406Z Downloaded flagset v0.4.7
6012026-05-21T09:41:46.408Z Downloaded argon2 v0.5.3
6022026-05-21T09:41:46.411Z Downloaded display-error-chain v0.2.2
6032026-05-21T09:41:46.411Z Downloaded atomicwrites v0.4.4
6042026-05-21T09:41:46.414Z Downloaded crc-catalog v2.4.0
6052026-05-21T09:41:46.417Z Downloaded cpufeatures v0.3.0
6062026-05-21T09:41:46.421Z Downloaded defmt v1.0.1
6072026-05-21T09:41:46.425Z Downloaded foreign-types-shared v0.3.1
6082026-05-21T09:41:46.425Z Downloaded foreign-types v0.5.0
6092026-05-21T09:41:46.425Z Downloaded deranged v0.5.8
6102026-05-21T09:41:46.425Z Downloaded ff v0.13.1
6112026-05-21T09:41:46.428Z Downloaded daft v0.1.7
6122026-05-21T09:41:46.428Z Downloaded cobs v0.3.0
6132026-05-21T09:41:46.428Z Downloaded funty v2.0.0
6142026-05-21T09:41:46.428Z Downloaded foreign-types-shared v0.1.1
6152026-05-21T09:41:46.428Z Downloaded ctr v0.9.2
6162026-05-21T09:41:46.431Z Downloaded bitfield v0.19.4
6172026-05-21T09:41:46.431Z Downloaded crossbeam-deque v0.8.6
6182026-05-21T09:41:46.431Z Downloaded base16ct v0.2.0
6192026-05-21T09:41:46.435Z Downloaded convert_case v0.10.0
6202026-05-21T09:41:46.438Z Downloaded foreign-types v0.3.2
6212026-05-21T09:41:46.438Z Downloaded cexpr v0.6.0
6222026-05-21T09:41:46.438Z Downloaded bitflags v1.3.2
6232026-05-21T09:41:46.441Z Downloaded base64ct v1.8.3
6242026-05-21T09:41:46.441Z Downloaded cmake v0.1.57
6252026-05-21T09:41:46.444Z Downloaded cbc v0.1.2
6262026-05-21T09:41:46.444Z Downloaded gethostname v0.5.0
6272026-05-21T09:41:46.447Z Downloaded globwalk v0.9.1
6282026-05-21T09:41:46.447Z Downloaded futures-task v0.3.32
6292026-05-21T09:41:46.447Z Downloaded futures-core v0.3.32
6302026-05-21T09:41:46.449Z Downloaded buf-list v1.1.2
6312026-05-21T09:41:46.449Z Downloaded futures-io v0.3.32
6322026-05-21T09:41:46.453Z Downloaded arrayvec v0.7.6
6332026-05-21T09:41:46.453Z Downloaded futures-sink v0.3.32
6342026-05-21T09:41:46.456Z Downloaded cassowary v0.3.0
6352026-05-21T09:41:46.456Z Downloaded futures-macro v0.3.32
6362026-05-21T09:41:46.456Z Downloaded ghash v0.5.1
6372026-05-21T09:41:46.456Z Downloaded fxhash v0.2.1
6382026-05-21T09:41:46.456Z Downloaded bit-vec v0.6.3
6392026-05-21T09:41:46.459Z Downloaded git-stub v1.0.0
6402026-05-21T09:41:46.459Z Downloaded bit-vec v0.8.0
6412026-05-21T09:41:46.462Z Downloaded const_format_proc_macros v0.2.34
6422026-05-21T09:41:46.462Z Downloaded ecdsa v0.16.9
6432026-05-21T09:41:46.466Z Downloaded diesel-dtrace v0.5.0
6442026-05-21T09:41:46.466Z Downloaded corncobs v0.1.4
6452026-05-21T09:41:46.466Z Downloaded csv-core v0.1.13
6462026-05-21T09:41:46.469Z Downloaded chacha20 v0.9.1
6472026-05-21T09:41:46.469Z Downloaded float-ord v0.3.2
6482026-05-21T09:41:46.469Z Downloaded cargo_metadata v0.19.2
6492026-05-21T09:41:46.471Z Downloaded hash32 v0.3.1
6502026-05-21T09:41:46.471Z Downloaded fixedbitset v0.5.7
6512026-05-21T09:41:46.474Z Downloaded fallible-iterator v0.2.0
6522026-05-21T09:41:46.474Z Downloaded ena v0.14.4
6532026-05-21T09:41:46.477Z Downloaded either v1.15.0
6542026-05-21T09:41:46.477Z Downloaded filetime v0.2.27
6552026-05-21T09:41:46.477Z Downloaded console v0.16.2
6562026-05-21T09:41:46.479Z Downloaded headers-core v0.3.0
6572026-05-21T09:41:46.479Z Downloaded foldhash v0.2.0
6582026-05-21T09:41:46.482Z Downloaded colored v2.2.0
6592026-05-21T09:41:46.482Z Downloaded bzip2 v0.6.1
6602026-05-21T09:41:46.485Z Downloaded hex v0.4.3
6612026-05-21T09:41:46.485Z Downloaded bzip2 v0.4.4
6622026-05-21T09:41:46.485Z Downloaded fs_extra v1.3.0
6632026-05-21T09:41:46.489Z Downloaded hex-literal v0.4.1
6642026-05-21T09:41:46.489Z Downloaded cipher v0.4.4
6652026-05-21T09:41:46.489Z Downloaded fs-err v2.11.0
6662026-05-21T09:41:46.492Z Downloaded backon v1.6.0
6672026-05-21T09:41:46.492Z Downloaded home v0.5.12
6682026-05-21T09:41:46.492Z Downloaded erased-serde v0.3.31
6692026-05-21T09:41:46.495Z Downloaded hostname v0.4.2
6702026-05-21T09:41:46.495Z Downloaded foldhash v0.1.5
6712026-05-21T09:41:46.497Z Downloaded clang-sys v1.8.1
6722026-05-21T09:41:46.498Z Downloaded defmt-macros v1.0.1
6732026-05-21T09:41:46.503Z Downloaded find-msvc-tools v0.1.9
6742026-05-21T09:41:46.503Z Downloaded des v0.8.1
6752026-05-21T09:41:46.506Z Downloaded blowfish v0.9.1
6762026-05-21T09:41:46.506Z Downloaded git-stub-vcs v0.1.0
6772026-05-21T09:41:46.506Z Downloaded futures-executor v0.3.32
6782026-05-21T09:41:46.506Z Downloaded crossbeam-utils v0.8.21
6792026-05-21T09:41:46.506Z Downloaded hubpack v0.1.2
6802026-05-21T09:41:46.510Z Downloaded httpdate v1.0.3
6812026-05-21T09:41:46.510Z Downloaded ident_case v1.0.1
6822026-05-21T09:41:46.510Z Downloaded der_derive v0.7.3
6832026-05-21T09:41:46.512Z Downloaded camino-tempfile-ext v0.3.3
6842026-05-21T09:41:46.512Z Downloaded indent_write v2.2.0
6852026-05-21T09:41:46.512Z Downloaded illumos-nvpair-sys v0.2.0
6862026-05-21T09:41:46.512Z Downloaded illumos-nvpair v0.3.0
6872026-05-21T09:41:46.516Z Downloaded async-bb8-diesel v0.2.1
6882026-05-21T09:41:46.516Z Downloaded instant v0.1.13
6892026-05-21T09:41:46.516Z Downloaded fixedbitset v0.4.2
6902026-05-21T09:41:46.519Z Downloaded blake2 v0.10.6
6912026-05-21T09:41:46.519Z Downloaded console v0.15.11
6922026-05-21T09:41:46.522Z Downloaded http-body v1.0.1
6932026-05-21T09:41:46.525Z Downloaded http-range v0.1.5
6942026-05-21T09:41:46.525Z Downloaded hostname v0.3.1
6952026-05-21T09:41:46.531Z Downloaded hubpack_derive v0.1.1
6962026-05-21T09:41:46.535Z Downloaded cookie_store v0.22.1
6972026-05-21T09:41:46.537Z Downloaded cancel-safe-futures v0.1.5
6982026-05-21T09:41:46.540Z Downloaded byte-wrapper v0.1.0
6992026-05-21T09:41:46.544Z Downloaded internet-checksum v0.2.1
7002026-05-21T09:41:46.544Z Downloaded glob v0.3.3
7012026-05-21T09:41:46.544Z Downloaded ed25519 v2.2.3
7022026-05-21T09:41:46.555Z Downloaded globset v0.4.18
7032026-05-21T09:41:46.555Z Downloaded is_ci v1.2.0
7042026-05-21T09:41:46.555Z Downloaded hyper-tls v0.6.0
7052026-05-21T09:41:46.555Z Downloaded chacha20poly1305 v0.10.1
7062026-05-21T09:41:46.555Z Downloaded hash32 v0.2.1
7072026-05-21T09:41:46.555Z Downloaded async-compression v0.4.41
7082026-05-21T09:41:46.555Z Downloaded inout v0.1.4
7092026-05-21T09:41:46.558Z Downloaded is-terminal v0.4.17
7102026-05-21T09:41:46.558Z Downloaded instability v0.3.11
7112026-05-21T09:41:46.558Z Downloaded indoc v1.0.9
7122026-05-21T09:41:46.558Z Downloaded cookie v0.18.1
7132026-05-21T09:41:46.561Z Downloaded allocator-api2 v0.2.21
7142026-05-21T09:41:46.563Z Downloaded ciborium v0.2.2
7152026-05-21T09:41:46.563Z Downloaded drift v0.1.4
7162026-05-21T09:41:46.568Z Downloaded highway v1.3.0
7172026-05-21T09:41:46.571Z Downloaded keccak v0.1.6
7182026-05-21T09:41:46.571Z Downloaded lalrpop-util v0.19.12
7192026-05-21T09:41:46.573Z Downloaded env_logger v0.11.9
7202026-05-21T09:41:46.577Z Downloaded const-oid v0.9.6
7212026-05-21T09:41:46.579Z Downloaded futures-channel v0.3.32
7222026-05-21T09:41:46.582Z Downloaded ingot v0.1.1
7232026-05-21T09:41:46.582Z Downloaded group v0.13.0
7242026-05-21T09:41:46.585Z Downloaded lazy_static v1.5.0
7252026-05-21T09:41:46.585Z Downloaded constant_time_eq v0.4.2
7262026-05-21T09:41:46.588Z Downloaded libscf-sys v1.1.0
7272026-05-21T09:41:46.588Z Downloaded dropshot_endpoint v0.16.7
7282026-05-21T09:41:46.590Z Downloaded derive-ex v0.1.8
7292026-05-21T09:41:46.590Z Downloaded maplit v1.0.2
7302026-05-21T09:41:46.590Z Downloaded managed v0.8.0
7312026-05-21T09:41:46.593Z Downloaded data-encoding v2.10.0
7322026-05-21T09:41:46.593Z Downloaded diff v0.1.13
7332026-05-21T09:41:46.596Z Downloaded mime v0.3.17
7342026-05-21T09:41:46.596Z Downloaded kstat-rs v0.2.4
7352026-05-21T09:41:46.596Z Downloaded memoffset v0.9.1
7362026-05-21T09:41:46.602Z Downloaded indoc v2.0.7
7372026-05-21T09:41:46.604Z Downloaded md5 v0.7.0
7382026-05-21T09:41:46.605Z Downloaded lru-cache v0.1.2
7392026-05-21T09:41:46.609Z Downloaded linked-hash-map v0.5.6
7402026-05-21T09:41:46.609Z Downloaded lru v0.12.5
7412026-05-21T09:41:46.609Z Downloaded darling_core v0.23.0
7422026-05-21T09:41:46.611Z Downloaded crossbeam-channel v0.5.15
7432026-05-21T09:41:46.615Z Downloaded match_cfg v0.1.0
7442026-05-21T09:41:46.618Z Downloaded lru-slab v0.1.2
7452026-05-21T09:41:46.618Z Downloaded humantime v2.3.0
7462026-05-21T09:41:46.618Z Downloaded http-body-util v0.1.3
7472026-05-21T09:41:46.618Z Downloaded md-5 v0.10.6
7482026-05-21T09:41:46.621Z Downloaded maybe-uninit v2.0.0
7492026-05-21T09:41:46.621Z Downloaded lzss v0.8.2
7502026-05-21T09:41:46.621Z Downloaded ahash v0.8.12
7512026-05-21T09:41:46.624Z Downloaded ipnet v2.11.0
7522026-05-21T09:41:46.624Z Downloaded base64 v0.22.1
7532026-05-21T09:41:46.627Z Downloaded new_debug_unreachable v1.0.6
7542026-05-21T09:41:46.627Z Downloaded crc-any v2.5.0
7552026-05-21T09:41:46.630Z Downloaded newline-converter v0.3.0
7562026-05-21T09:41:46.630Z Downloaded colored v3.1.1
7572026-05-21T09:41:46.635Z Downloaded impl-trait-for-tuples v0.2.3
7582026-05-21T09:41:46.637Z Downloaded nodrop v0.1.14
7592026-05-21T09:41:46.638Z Downloaded num v0.4.3
7602026-05-21T09:41:46.638Z Downloaded num-conv v0.2.0
7612026-05-21T09:41:46.638Z Downloaded normalize-line-endings v0.3.0
7622026-05-21T09:41:46.638Z Downloaded newtype-uuid-macros v0.1.0
7632026-05-21T09:41:46.642Z Downloaded chacha20 v0.10.0
7642026-05-21T09:41:46.645Z Downloaded hmac v0.12.1
7652026-05-21T09:41:46.647Z Downloaded nonempty v0.12.0
7662026-05-21T09:41:46.647Z Downloaded newtype_derive v0.1.6
7672026-05-21T09:41:46.647Z Downloaded libefi-sys v0.1.0
7682026-05-21T09:41:46.651Z Downloaded ingot-types v0.1.2
7692026-05-21T09:41:46.651Z Downloaded num_enum_derive v0.5.11
7702026-05-21T09:41:46.654Z Downloaded num-derive v0.3.3
7712026-05-21T09:41:46.654Z Downloaded darling v0.21.3
7722026-05-21T09:41:46.657Z Downloaded half v1.8.3
7732026-05-21T09:41:46.659Z Downloaded linear-map v1.2.0
7742026-05-21T09:41:46.662Z Downloaded libsw-core v0.3.2
7752026-05-21T09:41:46.662Z Downloaded libsw v3.5.0
7762026-05-21T09:41:46.665Z Downloaded hyper-staticfile v0.10.1
7772026-05-21T09:41:46.665Z Downloaded num-iter v0.1.45
7782026-05-21T09:41:46.668Z Downloaded num-derive v0.4.2
7792026-05-21T09:41:46.668Z Downloaded mime_guess v2.0.5
7802026-05-21T09:41:46.668Z Downloaded olpc-cjson v0.1.4
7812026-05-21T09:41:46.670Z Downloaded multimap v0.10.1
7822026-05-21T09:41:46.673Z Downloaded openssl-macros v0.1.1
7832026-05-21T09:41:46.673Z Downloaded openssl-probe v0.2.1
7842026-05-21T09:41:46.673Z Downloaded num_threads v0.1.7
7852026-05-21T09:41:46.676Z Downloaded oso-derive v0.27.3
7862026-05-21T09:41:46.679Z Downloaded ingot-macros v0.1.1
7872026-05-21T09:41:46.679Z Downloaded elliptic-curve v0.13.8
7882026-05-21T09:41:46.682Z Downloaded derive_more v0.99.20
7892026-05-21T09:41:46.684Z Downloaded nanorand v0.7.0
7902026-05-21T09:41:46.687Z Downloaded fatfs v0.3.6
7912026-05-21T09:41:46.687Z Downloaded libloading v0.8.9
7922026-05-21T09:41:46.690Z Downloaded darling v0.23.0
7932026-05-21T09:41:46.692Z Downloaded bytes v1.11.1
7942026-05-21T09:41:46.695Z Downloaded openssl-probe v0.1.6
7952026-05-21T09:41:46.698Z Downloaded multer v3.1.0
7962026-05-21T09:41:46.703Z Downloaded packed_struct_codegen v0.10.1
7972026-05-21T09:41:46.712Z Downloaded httparse v1.10.1
7982026-05-21T09:41:46.712Z Downloaded newtype-uuid v1.3.2
7992026-05-21T09:41:46.712Z Downloaded ipnetwork v0.21.1
8002026-05-21T09:41:46.712Z Downloaded getrandom v0.3.4
8012026-05-21T09:41:46.728Z Downloaded peg-runtime v0.8.5
8022026-05-21T09:41:46.731Z Downloaded jobserver v0.1.34
8032026-05-21T09:41:46.731Z Downloaded pbkdf2 v0.12.2
8042026-05-21T09:41:46.731Z Downloaded pbkdf2 v0.11.0
8052026-05-21T09:41:46.734Z Downloaded path-slash v0.1.5
8062026-05-21T09:41:46.734Z Downloaded parse-size v1.1.0
8072026-05-21T09:41:46.734Z Downloaded parse-display v0.10.0
8082026-05-21T09:41:46.737Z Downloaded nibble_vec v0.1.0
8092026-05-21T09:41:46.737Z Downloaded num_enum v0.7.5
8102026-05-21T09:41:46.740Z Downloaded phf_shared v0.13.1
8112026-05-21T09:41:46.742Z Downloaded darling_core v0.20.11
8122026-05-21T09:41:46.745Z Downloaded phf_shared v0.12.1
8132026-05-21T09:41:46.745Z Downloaded phf_shared v0.11.3
8142026-05-21T09:41:46.745Z Downloaded const_format v0.2.35
8152026-05-21T09:41:46.748Z Downloaded memmap2 v0.9.10
8162026-05-21T09:41:46.750Z Downloaded compact_str v0.8.1
8172026-05-21T09:41:46.750Z Downloaded num_enum_derive v0.7.5
8182026-05-21T09:41:46.753Z Downloaded num_enum v0.5.11
8192026-05-21T09:41:46.756Z Downloaded nu-ansi-term v0.50.3
8202026-05-21T09:41:46.756Z Downloaded num-complex v0.4.6
8212026-05-21T09:41:46.759Z Downloaded iana-time-zone v0.1.65
8222026-05-21T09:41:46.759Z Downloaded getrandom v0.2.17
8232026-05-21T09:41:46.762Z Downloaded num-rational v0.4.2
8242026-05-21T09:41:46.762Z Downloaded pin-utils v0.1.0
8252026-05-21T09:41:46.764Z Downloaded num-integer v0.1.46
8262026-05-21T09:41:46.764Z Downloaded darling_core v0.21.3
8272026-05-21T09:41:46.767Z Downloaded bumpalo v3.20.2
8282026-05-21T09:41:46.770Z Downloaded ed25519-dalek v2.2.0
8292026-05-21T09:41:46.773Z Downloaded base64 v0.21.7
8302026-05-21T09:41:46.775Z Downloaded flume v0.11.1
8312026-05-21T09:41:46.775Z Downloaded cc v1.2.56
8322026-05-21T09:41:46.779Z Downloaded oxide-tokio-rt v0.1.4
8332026-05-21T09:41:46.782Z Downloaded oxnet v0.1.4
8342026-05-21T09:41:46.782Z Downloaded precomputed-hash v0.1.1
8352026-05-21T09:41:46.782Z Downloaded der v0.7.10
8362026-05-21T09:41:46.785Z Downloaded powerfmt v0.2.0
8372026-05-21T09:41:46.787Z Downloaded owo-colors v4.3.0
8382026-05-21T09:41:46.787Z Downloaded predicates-tree v1.0.13
8392026-05-21T09:41:46.787Z Downloaded native-tls v0.2.18
8402026-05-21T09:41:46.790Z Downloaded proc-macro-crate v1.3.1
8412026-05-21T09:41:46.790Z Downloaded packed_struct v0.10.1
8422026-05-21T09:41:46.790Z Downloaded parking_lot_core v0.8.6
8432026-05-21T09:41:46.793Z Downloaded predicates-core v1.0.10
8442026-05-21T09:41:46.793Z Downloaded heapless v0.8.0
8452026-05-21T09:41:46.797Z Downloaded progenitor-client v0.11.2
8462026-05-21T09:41:46.797Z Downloaded hyper-rustls v0.27.7
8472026-05-21T09:41:46.800Z Downloaded half v2.7.1
8482026-05-21T09:41:46.800Z Downloaded lock_api v0.4.14
8492026-05-21T09:41:46.802Z Downloaded progenitor-macro v0.10.0
8502026-05-21T09:41:46.802Z Downloaded ar_archive_writer v0.5.1
8512026-05-21T09:41:46.805Z Downloaded dropshot_endpoint v0.17.0
8522026-05-21T09:41:46.805Z Downloaded proc-macro-error-attr2 v2.0.0
8532026-05-21T09:41:46.808Z Downloaded proc-macro-crate v3.4.0
8542026-05-21T09:41:46.808Z Downloaded password-hash v0.4.2
8552026-05-21T09:41:46.810Z Downloaded derive-where v1.6.0
8562026-05-21T09:41:46.810Z Downloaded progenitor-client v0.10.0
8572026-05-21T09:41:46.813Z Downloaded pem-rfc7468 v0.7.0
8582026-05-21T09:41:46.813Z Downloaded pem v3.0.6
8592026-05-21T09:41:46.816Z Downloaded phf v0.13.1
8602026-05-21T09:41:46.816Z Downloaded futures v0.3.32
8612026-05-21T09:41:46.819Z Downloaded paste v1.0.15
8622026-05-21T09:41:46.823Z Downloaded quick-error v1.2.3
8632026-05-21T09:41:46.823Z Downloaded flate2 v1.1.9
8642026-05-21T09:41:46.826Z Downloaded progenitor-macro v0.14.0
8652026-05-21T09:41:46.826Z Downloaded progenitor-macro v0.11.2
8662026-05-21T09:41:46.826Z Downloaded phf v0.12.1
8672026-05-21T09:41:46.826Z Downloaded peg v0.8.5
8682026-05-21T09:41:46.829Z Downloaded progenitor-client v0.14.0
8692026-05-21T09:41:46.832Z Downloaded progenitor-macro v0.13.0
8702026-05-21T09:41:46.832Z Downloaded opaque-debug v0.3.1
8712026-05-21T09:41:46.832Z Downloaded parse-display-derive v0.10.0
8722026-05-21T09:41:46.832Z Downloaded indexmap v1.9.3
8732026-05-21T09:41:46.834Z Downloaded psl-types v2.0.11
8742026-05-21T09:41:46.834Z Downloaded heapless v0.7.17
8752026-05-21T09:41:46.837Z Downloaded headers v0.4.1
8762026-05-21T09:41:46.843Z Downloaded pin-project-lite v0.2.17
8772026-05-21T09:41:46.846Z Downloaded omicron-zone-package v0.12.2
8782026-05-21T09:41:46.849Z Downloaded dropshot-api-manager v0.7.1
8792026-05-21T09:41:46.852Z Downloaded pkcs8 v0.10.2
8802026-05-21T09:41:46.856Z Downloaded polyval v0.6.2
8812026-05-21T09:41:46.856Z Downloaded poly1305 v0.8.0
8822026-05-21T09:41:46.859Z Downloaded libbz2-rs-sys v0.2.2
8832026-05-21T09:41:46.859Z Downloaded derive_more v2.1.1
8842026-05-21T09:41:46.864Z Downloaded rand_chacha v0.3.1
8852026-05-21T09:41:46.867Z Downloaded radium v0.7.0
8862026-05-21T09:41:46.867Z Downloaded postgres-protocol v0.6.10
8872026-05-21T09:41:46.867Z Downloaded rand_xorshift v0.4.0
8882026-05-21T09:41:46.872Z Downloaded litrs v1.0.0
8892026-05-21T09:41:46.876Z Downloaded predicates v3.1.4
8902026-05-21T09:41:46.879Z Downloaded recursive v0.1.1
8912026-05-21T09:41:46.879Z Downloaded ppv-lite86 v0.2.21
8922026-05-21T09:41:46.884Z Downloaded recursive-proc-macro-impl v0.1.1
8932026-05-21T09:41:46.884Z Downloaded ref-cast-impl v1.0.25
8942026-05-21T09:41:46.884Z Downloaded ref-cast v1.0.25
8952026-05-21T09:41:46.884Z Downloaded progenitor-client v0.13.0
8962026-05-21T09:41:46.884Z Downloaded progenitor v0.10.0
8972026-05-21T09:41:46.887Z Downloaded primeorder v0.13.6
8982026-05-21T09:41:46.887Z Downloaded proc-macro-error2 v2.0.1
8992026-05-21T09:41:46.891Z Downloaded ignore v0.4.25
9002026-05-21T09:41:46.894Z Downloaded progenitor v0.14.0
9012026-05-21T09:41:46.894Z Downloaded progenitor v0.13.0
9022026-05-21T09:41:46.897Z Downloaded progenitor v0.11.2
9032026-05-21T09:41:46.897Z Downloaded parking_lot_core v0.9.12
9042026-05-21T09:41:46.900Z Downloaded parking_lot v0.12.5
9052026-05-21T09:41:46.900Z Downloaded psm v0.1.30
9062026-05-21T09:41:46.903Z Downloaded password-hash v0.5.0
9072026-05-21T09:41:46.903Z Downloaded parking_lot v0.11.2
9082026-05-21T09:41:46.907Z Downloaded peg-macros v0.8.5
9092026-05-21T09:41:46.910Z Downloaded rustc_version v0.4.1
9102026-05-21T09:41:46.910Z Downloaded progenitor-extras v0.2.0
9112026-05-21T09:41:46.914Z Downloaded russh-cryptovec v0.7.3
9122026-05-21T09:41:46.914Z Downloaded indicatif v0.18.4
9132026-05-21T09:41:46.915Z Downloaded derive_more-impl v2.1.1
9142026-05-21T09:41:46.917Z Downloaded rfc6979 v0.4.0
9152026-05-21T09:41:46.918Z Downloaded rtoolbox v0.0.3
9162026-05-21T09:41:46.921Z Downloaded hickory-resolver v0.25.2
9172026-05-21T09:41:46.923Z Downloaded rustc_version v0.1.7
9182026-05-21T09:41:46.923Z Downloaded pin-project-internal v1.1.11
9192026-05-21T09:41:46.928Z Downloaded pkg-config v0.3.32
9202026-05-21T09:41:46.928Z Downloaded miniz_oxide v0.8.9
9212026-05-21T09:41:46.931Z Downloaded pkcs1 v0.7.5
9222026-05-21T09:41:46.934Z Downloaded pkcs5 v0.7.1
9232026-05-21T09:41:46.939Z Downloaded postcard v1.1.3
9242026-05-21T09:41:46.939Z Downloaded expectorate v1.2.0
9252026-05-21T09:41:46.942Z Downloaded r2d2 v0.8.10
9262026-05-21T09:41:46.945Z Downloaded hashbrown v0.13.2
9272026-05-21T09:41:46.949Z Downloaded hashbrown v0.12.3
9282026-05-21T09:41:46.952Z Downloaded rand_seeder v0.4.0
9292026-05-21T09:41:46.952Z Downloaded salsa20 v0.10.2
9302026-05-21T09:41:46.952Z Downloaded rand_core v0.9.5
9312026-05-21T09:41:46.955Z Downloaded rand_chacha v0.9.0
9322026-05-21T09:41:46.955Z Downloaded same-file v1.0.6
9332026-05-21T09:41:46.958Z Downloaded p256 v0.13.2
9342026-05-21T09:41:46.958Z Downloaded rand_core v0.10.0
9352026-05-21T09:41:46.962Z Downloaded scopeguard v1.2.0
9362026-05-21T09:41:46.962Z Downloaded rand_core v0.6.4
9372026-05-21T09:41:46.965Z Downloaded sapling-renderdag v0.1.0
9382026-05-21T09:41:46.968Z Downloaded scheduled-thread-pool v0.2.7
9392026-05-21T09:41:46.971Z Downloaded seq-macro v0.3.6
9402026-05-21T09:41:46.974Z Downloaded diesel_derives v2.3.7
9412026-05-21T09:41:46.980Z Downloaded crypto-bigint v0.5.5
9422026-05-21T09:41:46.983Z Downloaded scrypt v0.11.0
9432026-05-21T09:41:46.985Z Downloaded scroll_derive v0.13.1
9442026-05-21T09:41:46.985Z Downloaded serde-big-array v0.5.1
9452026-05-21T09:41:46.988Z Downloaded secrecy v0.10.3
9462026-05-21T09:41:46.988Z Downloaded secrecy v0.8.0
9472026-05-21T09:41:46.992Z Downloaded semver v0.1.20
9482026-05-21T09:41:46.995Z Downloaded serde_bytes v0.11.19
9492026-05-21T09:41:46.995Z Downloaded jiff-static v0.2.21
9502026-05-21T09:41:47.000Z Downloaded pin-project v1.1.11
9512026-05-21T09:41:47.006Z Downloaded serde_repr v0.1.20
9522026-05-21T09:41:47.009Z Downloaded rustc-hash v2.1.1
9532026-05-21T09:41:47.009Z Downloaded hickory-resolver v0.24.4
9542026-05-21T09:41:47.013Z Downloaded signature v2.2.0
9552026-05-21T09:41:47.016Z Downloaded serde_plain v1.0.2
9562026-05-21T09:41:47.016Z Downloaded signal-hook-mio v0.2.5
9572026-05-21T09:41:47.019Z Downloaded sha1 v0.10.6
9582026-05-21T09:41:47.023Z Downloaded serde_urlencoded v0.7.1
9592026-05-21T09:41:47.023Z Downloaded shell-words v1.1.1
9602026-05-21T09:41:47.028Z Downloaded rustls-pemfile v2.2.0
9612026-05-21T09:41:47.031Z Downloaded quinn-udp v0.5.14
9622026-05-21T09:41:47.031Z Downloaded rustversion v1.0.22
9632026-05-21T09:41:47.034Z Downloaded signal-hook-tokio v0.3.1
9642026-05-21T09:41:47.039Z Downloaded rustls-native-certs v0.8.3
9652026-05-21T09:41:47.043Z Downloaded rusty-fork v0.3.1
9662026-05-21T09:41:47.043Z Downloaded aes-gcm v0.10.3
9672026-05-21T09:41:47.046Z Downloaded prefix-trie v0.7.0
9682026-05-21T09:41:47.046Z Downloaded siphasher v1.0.2
9692026-05-21T09:41:47.049Z Downloaded sigpipe v0.1.3
9702026-05-21T09:41:47.049Z Downloaded postgres-types v0.2.12
9712026-05-21T09:41:47.053Z Downloaded schemars_derive v0.8.22
9722026-05-21T09:41:47.056Z Downloaded slog-bunyan v2.5.0
9732026-05-21T09:41:47.056Z Downloaded scroll v0.13.0
9742026-05-21T09:41:47.065Z Downloaded slog-envlogger v2.2.0
9752026-05-21T09:41:47.068Z Downloaded papergrid v0.17.0
9762026-05-21T09:41:47.068Z Downloaded sec1 v0.7.3
9772026-05-21T09:41:47.074Z Downloaded progenitor-impl v0.11.2
9782026-05-21T09:41:47.078Z Downloaded progenitor-impl v0.14.0
9792026-05-21T09:41:47.082Z Downloaded sct v0.7.1
9802026-05-21T09:41:47.087Z Downloaded resolv-conf v0.7.6
9812026-05-21T09:41:47.090Z Downloaded progenitor-impl v0.13.0
9822026-05-21T09:41:47.090Z Downloaded hickory-server v0.25.2
9832026-05-21T09:41:47.094Z Downloaded serde_derive_internals v0.29.1
9842026-05-21T09:41:47.097Z Downloaded serde-hex v0.1.0
9852026-05-21T09:41:47.100Z Downloaded sqlparser_derive v0.5.0
9862026-05-21T09:41:47.104Z Downloaded ssh-encoding v0.2.0
9872026-05-21T09:41:47.104Z Downloaded crossterm v0.28.1
9882026-05-21T09:41:47.107Z Downloaded ssh-cipher v0.2.0
9892026-05-21T09:41:47.110Z Downloaded signal-hook-registry v1.4.8
9902026-05-21T09:41:47.110Z Downloaded shlex v1.3.0
9912026-05-21T09:41:47.113Z Downloaded serde_spanned v1.0.4
9922026-05-21T09:41:47.116Z Downloaded minimal-lexical v0.2.1
9932026-05-21T09:41:47.118Z Downloaded strip-ansi-escapes v0.2.1
9942026-05-21T09:41:47.118Z Downloaded openssl-sys v0.9.115
9952026-05-21T09:41:47.121Z Downloaded oso v0.27.3
9962026-05-21T09:41:47.128Z Downloaded strum v0.27.2
9972026-05-21T09:41:47.132Z Downloaded strum v0.26.3
9982026-05-21T09:41:47.132Z Downloaded subtle v2.6.1
9992026-05-21T09:41:47.132Z Downloaded structmeta-derive v0.3.0
10002026-05-21T09:41:47.136Z Downloaded simd-adler32 v0.3.8
10012026-05-21T09:41:47.139Z Downloaded rustls-pemfile v1.0.4
10022026-05-21T09:41:47.141Z Downloaded aes v0.8.4
10032026-05-21T09:41:47.144Z Downloaded prettyplease v0.2.37
10042026-05-21T09:41:47.149Z Downloaded slab v0.4.12
10052026-05-21T09:41:47.149Z Downloaded pretty_assertions v1.4.1
10062026-05-21T09:41:47.152Z Downloaded sync_wrapper v1.0.2
10072026-05-21T09:41:47.152Z Downloaded slog-json v2.6.1
10082026-05-21T09:41:47.152Z Downloaded slog-term v2.9.2
10092026-05-21T09:41:47.155Z Downloaded tabled_derive v0.11.0
10102026-05-21T09:41:47.156Z Downloaded take_mut v0.2.2
10112026-05-21T09:41:47.156Z Downloaded sync-ptr v0.1.4
10122026-05-21T09:41:47.156Z Downloaded termtree v0.5.1
10132026-05-21T09:41:47.158Z Downloaded tagptr v0.2.0
10142026-05-21T09:41:47.158Z Downloaded itertools v0.10.5
10152026-05-21T09:41:47.161Z Downloaded smf v0.2.3
10162026-05-21T09:41:47.161Z Downloaded smallvec v0.6.14
10172026-05-21T09:41:47.164Z Downloaded tabwriter v1.4.1
10182026-05-21T09:41:47.164Z Downloaded slog-stdlog v4.1.1
10192026-05-21T09:41:47.164Z Downloaded slog-scope v4.4.1
10202026-05-21T09:41:47.166Z Downloaded tap v1.0.1
10212026-05-21T09:41:47.167Z Downloaded snafu-derive v0.8.9
10222026-05-21T09:41:47.167Z Downloaded hyper-util v0.1.20
10232026-05-21T09:41:47.170Z Downloaded slog-async v2.8.0
10242026-05-21T09:41:47.172Z Downloaded slog-dtrace v0.3.0
10252026-05-21T09:41:47.172Z Downloaded stacker v0.1.23
10262026-05-21T09:41:47.175Z Downloaded ron v0.8.1
10272026-05-21T09:41:47.177Z Downloaded serde_cbor v0.11.2
10282026-05-21T09:41:47.180Z Downloaded spki v0.7.3
10292026-05-21T09:41:47.180Z Downloaded russh-keys v0.45.0
10302026-05-21T09:41:47.183Z Downloaded testing_table v0.3.0
10312026-05-21T09:41:47.183Z Downloaded thread-id v5.1.0
10322026-05-21T09:41:47.186Z Downloaded static_assertions v1.1.0
10332026-05-21T09:41:47.186Z Downloaded sqlformat v0.3.5
10342026-05-21T09:41:47.186Z Downloaded time-core v0.1.8
10352026-05-21T09:41:47.188Z Downloaded thiserror-impl-no-std v2.0.2
10362026-05-21T09:41:47.188Z Downloaded serde_with_macros v3.17.0
10372026-05-21T09:41:47.191Z Downloaded serde_path_to_error v0.1.20
10382026-05-21T09:41:47.191Z Downloaded string_cache v0.8.9
10392026-05-21T09:41:47.198Z Downloaded rustls-platform-verifier v0.6.2
10402026-05-21T09:41:47.202Z Downloaded rustls-pki-types v1.14.0
10412026-05-21T09:41:47.205Z Downloaded strum_macros v0.26.4
10422026-05-21T09:41:47.208Z Downloaded support-bundle-viewer v0.1.2
10432026-05-21T09:41:47.208Z Downloaded aho-corasick v1.1.4
10442026-05-21T09:41:47.211Z Downloaded stringprep v0.1.5
10452026-05-21T09:41:47.213Z Downloaded structmeta v0.3.0
10462026-05-21T09:41:47.216Z Downloaded schemars v0.8.22
10472026-05-21T09:41:47.221Z Downloaded rayon-core v1.13.0
10482026-05-21T09:41:47.223Z Downloaded ryu v1.0.23
10492026-05-21T09:41:47.226Z Downloaded rcgen v0.12.1
10502026-05-21T09:41:47.229Z Downloaded tinyvec_macros v0.1.1
10512026-05-21T09:41:47.229Z Downloaded strum_macros v0.24.3
10522026-05-21T09:41:47.231Z Downloaded strum_macros v0.27.2
10532026-05-21T09:41:47.231Z Downloaded nom v7.1.3
10542026-05-21T09:41:47.234Z Downloaded spin v0.9.8
10552026-05-21T09:41:47.237Z Downloaded mio v1.2.0
10562026-05-21T09:41:47.239Z Downloaded supports-color v3.0.2
10572026-05-21T09:41:47.242Z Downloaded termios v0.3.3
10582026-05-21T09:41:47.242Z Downloaded tokio-macros v2.7.0
10592026-05-21T09:41:47.245Z Downloaded http v1.4.0
10602026-05-21T09:41:47.248Z Downloaded publicsuffix v2.3.0
10612026-05-21T09:41:47.251Z Downloaded num-bigint v0.4.6
10622026-05-21T09:41:47.256Z Downloaded tiny-keccak v2.0.2
10632026-05-21T09:41:47.259Z Downloaded thread_local v1.1.9
10642026-05-21T09:41:47.262Z Downloaded tower-layer v0.3.3
10652026-05-21T09:41:47.262Z Downloaded topological-sort v0.2.2
10662026-05-21T09:41:47.264Z Downloaded tower-service v0.3.3
10672026-05-21T09:41:47.264Z Downloaded signal-hook v0.3.18
10682026-05-21T09:41:47.269Z Downloaded thiserror-no-std v2.0.2
10692026-05-21T09:41:47.272Z Downloaded try-lock v0.2.5
10702026-05-21T09:41:47.275Z Downloaded trait-variant v0.1.2
10712026-05-21T09:41:47.278Z Downloaded tokio-dtrace v0.1.1
10722026-05-21T09:41:47.281Z Downloaded similar v2.7.0
10732026-05-21T09:41:47.284Z Downloaded typify-macro v0.6.2
10742026-05-21T09:41:47.284Z Downloaded hashbrown v0.16.1
10752026-05-21T09:41:47.287Z Downloaded typify-macro v0.4.3
10762026-05-21T09:41:47.290Z Downloaded hashbrown v0.15.5
10772026-05-21T09:41:47.293Z Downloaded serde_yaml v0.9.34+deprecated
10782026-05-21T09:41:47.297Z Downloaded schemars v0.9.0
10792026-05-21T09:41:47.304Z Downloaded universal-hash v0.5.1
10802026-05-21T09:41:47.307Z Downloaded unit-prefix v0.5.2
10812026-05-21T09:41:47.307Z Downloaded unarray v0.1.4
10822026-05-21T09:41:47.313Z Downloaded rand v0.8.6
10832026-05-21T09:41:47.315Z Downloaded term v1.2.1
10842026-05-21T09:41:47.318Z Downloaded term v0.7.0
10852026-05-21T09:41:47.321Z Downloaded socket2 v0.6.3
10862026-05-21T09:41:47.321Z Downloaded socket2 v0.5.10
10872026-05-21T09:41:47.324Z Downloaded untrusted v0.9.0
10882026-05-21T09:41:47.327Z Downloaded toml_datetime v1.0.0+spec-1.1.0
10892026-05-21T09:41:47.327Z Downloaded tls_codec_derive v0.4.2
10902026-05-21T09:41:47.330Z Downloaded toml_datetime v0.7.5+spec-1.1.0
10912026-05-21T09:41:47.330Z Downloaded tls_codec v0.4.2
10922026-05-21T09:41:47.333Z Downloaded itertools v0.12.1
10932026-05-21T09:41:47.335Z Downloaded slog v2.8.2
10942026-05-21T09:41:47.338Z Downloaded tokio-tungstenite v0.23.1
10952026-05-21T09:41:47.341Z Downloaded toml_writer v1.0.6+spec-1.1.0
10962026-05-21T09:41:47.341Z Downloaded utf-8 v0.7.6
10972026-05-21T09:41:47.344Z Downloaded untrusted v0.7.1
10982026-05-21T09:41:47.344Z Downloaded tokio-rustls v0.25.0
10992026-05-21T09:41:47.344Z Downloaded usdt-macro v0.6.0
11002026-05-21T09:41:47.345Z Downloaded usdt-attr-macro v0.6.0
11012026-05-21T09:41:47.348Z Downloaded usdt v0.6.0
11022026-05-21T09:41:47.348Z Downloaded tokio-native-tls v0.3.1
11032026-05-21T09:41:47.348Z Downloaded progenitor-impl v0.10.0
11042026-05-21T09:41:47.351Z Downloaded time-macros v0.2.27
11052026-05-21T09:41:47.355Z Downloaded hyper v1.8.1
11062026-05-21T09:41:47.361Z Downloaded rsa v0.9.10
11072026-05-21T09:41:47.367Z Downloaded wait-timeout v0.2.1
11082026-05-21T09:41:47.370Z Downloaded void v1.0.2
11092026-05-21T09:41:47.370Z Downloaded want v0.3.1
11102026-05-21T09:41:47.372Z Downloaded quinn v0.11.9
11112026-05-21T09:41:47.375Z Downloaded unicase v2.9.0
11122026-05-21T09:41:47.378Z Downloaded crossterm v0.29.0
11132026-05-21T09:41:47.380Z Downloaded tokio-rustls v0.24.1
11142026-05-21T09:41:47.383Z Downloaded unicode-truncate v1.1.0
11152026-05-21T09:41:47.383Z Downloaded xattr v1.6.1
11162026-05-21T09:41:47.388Z Downloaded xshell-macros v0.2.7
11172026-05-21T09:41:47.392Z Downloaded tui-tree-widget v0.23.1
11182026-05-21T09:41:47.395Z Downloaded itertools v0.13.0
11192026-05-21T09:41:47.398Z Downloaded tokio-rustls v0.26.4
11202026-05-21T09:41:47.401Z Downloaded tokio-stream v0.1.18
11212026-05-21T09:41:47.404Z Downloaded tokio-tungstenite v0.21.0
11222026-05-21T09:41:47.404Z Downloaded num-bigint-dig v0.8.6
11232026-05-21T09:41:47.406Z Downloaded usdt-impl v0.6.0
11242026-05-21T09:41:47.409Z Downloaded rand v0.9.2
11252026-05-21T09:41:47.412Z Downloaded samael v0.0.19
11262026-05-21T09:41:47.415Z Downloaded zeroize_derive v1.4.3
11272026-05-21T09:41:47.415Z Downloaded rustls-webpki v0.103.9
11282026-05-21T09:41:47.417Z Downloaded subprocess v0.2.15
11292026-05-21T09:41:47.426Z Downloaded toml_parser v1.0.9+spec-1.1.0
11302026-05-21T09:41:47.429Z Downloaded test-strategy v0.4.5
11312026-05-21T09:41:47.432Z Downloaded vergen-git2 v1.0.7
11322026-05-21T09:41:47.432Z Downloaded uzers v0.12.2
11332026-05-21T09:41:47.435Z Downloaded zone v0.3.1
11342026-05-21T09:41:47.435Z Downloaded zone_cfg_derive v0.3.1
11352026-05-21T09:41:47.438Z Downloaded waitgroup v0.1.2
11362026-05-21T09:41:47.438Z Downloaded vergen-lib v0.1.6
11372026-05-21T09:41:47.438Z Downloaded vergen-gitcl v1.0.8
11382026-05-21T09:41:47.442Z Downloaded iddqd v0.4.1
11392026-05-21T09:41:47.447Z Downloaded qorb v0.4.1
11402026-05-21T09:41:47.450Z Downloaded libxml v0.3.3
11412026-05-21T09:41:47.453Z Downloaded vsss-rs v3.3.4
11422026-05-21T09:41:47.455Z Downloaded blake3 v1.8.3
11432026-05-21T09:41:47.460Z Downloaded whoami v1.6.1
11442026-05-21T09:41:47.462Z Downloaded walkdir v2.5.0
11452026-05-21T09:41:47.462Z Downloaded tracing-attributes v0.1.31
11462026-05-21T09:41:47.465Z Downloaded futures-util v0.3.32
11472026-05-21T09:41:47.470Z Downloaded schemars v1.2.1
11482026-05-21T09:41:47.478Z Downloaded xshell v0.2.7
11492026-05-21T09:41:47.481Z Downloaded wyz v0.5.1
11502026-05-21T09:41:47.481Z Downloaded twox-hash v2.1.2
11512026-05-21T09:41:47.484Z Downloaded tinyvec v1.10.0
11522026-05-21T09:41:47.485Z Downloaded libm v0.2.16
11532026-05-21T09:41:47.489Z Downloaded zeroize v1.8.2
11542026-05-21T09:41:47.492Z Downloaded toml v0.7.8
11552026-05-21T09:41:47.492Z Downloaded rand v0.10.0
11562026-05-21T09:41:47.495Z Downloaded unicode-properties v0.1.4
11572026-05-21T09:41:47.497Z Downloaded iri-string v0.7.10
11582026-05-21T09:41:47.500Z Downloaded hkdf v0.12.4
11592026-05-21T09:41:47.503Z Downloaded toml v0.9.12+spec-1.1.0
11602026-05-21T09:41:47.505Z Downloaded toml v1.0.6+spec-1.1.0
11612026-05-21T09:41:47.505Z Downloaded vergen v9.0.6
11622026-05-21T09:41:47.508Z Downloaded p521 v0.13.3
11632026-05-21T09:41:47.511Z Downloaded zstd v0.13.3
11642026-05-21T09:41:47.511Z Downloaded itertools v0.14.0
11652026-05-21T09:41:47.515Z Downloaded h2 v0.4.13
11662026-05-21T09:41:47.518Z Downloaded typify v0.6.2
11672026-05-21T09:41:47.521Z Downloaded whoami v2.1.0
11682026-05-21T09:41:47.524Z Downloaded rustyline v14.0.0
11692026-05-21T09:41:47.527Z Downloaded tungstenite v0.23.0
11702026-05-21T09:41:47.527Z Downloaded tungstenite v0.21.0
11712026-05-21T09:41:47.530Z Downloaded snafu v0.8.9
11722026-05-21T09:41:47.533Z Downloaded tracing-core v0.1.36
11732026-05-21T09:41:47.539Z Downloaded yasna v0.5.2
11742026-05-21T09:41:47.542Z Downloaded steno v0.4.1
11752026-05-21T09:41:47.545Z Downloaded typify v0.4.3
11762026-05-21T09:41:47.548Z Downloaded toml_edit v0.23.10+spec-1.0.0
11772026-05-21T09:41:47.557Z Downloaded zerocopy v0.6.6
11782026-05-21T09:41:47.562Z Downloaded russh v0.45.0
11792026-05-21T09:41:47.565Z Downloaded uuid v1.23.0
11802026-05-21T09:41:47.568Z Downloaded unsafe-libyaml v0.2.11
11812026-05-21T09:41:47.570Z Downloaded tar v0.4.45
11822026-05-21T09:41:47.573Z Downloaded zstd-safe v7.2.4
11832026-05-21T09:41:47.586Z Downloaded vte v0.14.1
11842026-05-21T09:41:47.589Z Downloaded unicode-bidi v0.3.18
11852026-05-21T09:41:47.589Z Downloaded bitvec v1.0.1
11862026-05-21T09:41:47.596Z Downloaded rpassword v7.4.0
11872026-05-21T09:41:47.617Z Downloaded zopfli v0.8.3
11882026-05-21T09:41:47.639Z Downloaded chrono v0.4.44
11892026-05-21T09:41:47.642Z Downloaded unicode_categories v0.1.1
11902026-05-21T09:41:47.645Z Downloaded tokio-postgres v0.7.16
11912026-05-21T09:41:47.648Z Downloaded yansi v1.0.1
11922026-05-21T09:41:47.650Z Downloaded zip v0.6.6
11932026-05-21T09:41:47.673Z Downloaded portable-atomic v1.13.1
11942026-05-21T09:41:47.678Z Downloaded p384 v0.13.1
11952026-05-21T09:41:47.681Z Downloaded rayon v1.11.0
11962026-05-21T09:41:47.686Z Downloaded regex v1.12.3
11972026-05-21T09:41:47.689Z Downloaded zerocopy-derive v0.8.40
11982026-05-21T09:41:47.695Z Downloaded reqwest v0.13.2
11992026-05-21T09:41:47.699Z Downloaded ssh-key v0.6.7
12002026-05-21T09:41:47.703Z Downloaded reqwest v0.12.28
12012026-05-21T09:41:47.706Z Downloaded lalrpop v0.19.12
12022026-05-21T09:41:47.712Z Downloaded toml_edit v0.19.15
12032026-05-21T09:41:47.721Z Downloaded x509-cert v0.2.5
12042026-05-21T09:41:47.725Z Downloaded goblin v0.10.5
12052026-05-21T09:41:47.729Z Downloaded unicode-segmentation v1.12.0
12062026-05-21T09:41:47.732Z Downloaded reedline v0.40.0
12072026-05-21T09:41:47.735Z Downloaded bindgen v0.71.1
12082026-05-21T09:41:47.739Z Downloaded git2 v0.20.4
12092026-05-21T09:41:47.744Z Downloaded aws-lc-rs v1.16.3
12102026-05-21T09:41:47.751Z Downloaded quick-xml v0.37.5
12112026-05-21T09:41:47.760Z Downloaded typed-path v0.9.3
12122026-05-21T09:41:47.766Z Downloaded rustls-webpki v0.101.7
12132026-05-21T09:41:47.774Z Downloaded tokio-util v0.7.18
12142026-05-21T09:41:47.778Z Downloaded moka v0.12.13
12152026-05-21T09:41:47.783Z Downloaded petname v2.0.2
12162026-05-21T09:41:47.786Z Downloaded tower v0.5.3
12172026-05-21T09:41:47.805Z Downloaded proptest v1.10.0
12182026-05-21T09:41:47.815Z Downloaded salty v0.3.0
12192026-05-21T09:41:47.818Z Downloaded unicode-normalization v0.1.25
12202026-05-21T09:41:47.823Z Downloaded zip v4.6.1
12212026-05-21T09:41:47.834Z Downloaded tough v0.22.0
12222026-05-21T09:41:47.840Z Downloaded winnow v0.6.26
12232026-05-21T09:41:47.845Z Downloaded tower-http v0.6.8
12242026-05-21T09:41:47.850Z Downloaded rustls-webpki v0.102.8
12252026-05-21T09:41:47.868Z Downloaded curve25519-dalek v4.1.3
12262026-05-21T09:41:47.889Z Downloaded quinn-proto v0.11.13
12272026-05-21T09:41:47.903Z Downloaded object v0.30.4
12282026-05-21T09:41:47.908Z Downloaded winnow v0.5.40
12292026-05-21T09:41:47.913Z Downloaded serde_with v3.17.0
12302026-05-21T09:41:47.920Z Downloaded polar-core v0.27.3
12312026-05-21T09:41:47.925Z Downloaded smoltcp v0.9.1
12322026-05-21T09:41:47.932Z Downloaded bstr v1.12.1
12332026-05-21T09:41:47.937Z Downloaded nix v0.27.1
12342026-05-21T09:41:47.944Z Downloaded radix_trie v0.2.1
12352026-05-21T09:41:47.948Z Downloaded nix v0.29.0
12362026-05-21T09:41:47.953Z Downloaded zlib-rs v0.6.2
12372026-05-21T09:41:47.956Z Downloaded regex-syntax v0.6.29
12382026-05-21T09:41:47.959Z Downloaded nix v0.31.2
12392026-05-21T09:41:47.966Z Downloaded nix v0.28.0
12402026-05-21T09:41:47.972Z Downloaded openssl v0.10.79
12412026-05-21T09:41:48.001Z Downloaded time v0.3.47
12422026-05-21T09:41:48.010Z Downloaded openapiv3 v2.2.0
12432026-05-21T09:41:48.015Z Downloaded tabled v0.20.0
12442026-05-21T09:41:48.026Z Downloaded rustls v0.21.12
12452026-05-21T09:41:48.032Z Downloaded regress v0.11.1
12462026-05-21T09:41:48.037Z Downloaded regress v0.10.5
12472026-05-21T09:41:48.042Z Downloaded vcpkg v0.2.15
12482026-05-21T09:41:48.064Z Downloaded dropshot v0.17.0
12492026-05-21T09:41:48.079Z Downloaded rustix v0.38.44
12502026-05-21T09:41:48.090Z Downloaded webpki-roots v1.0.6
12512026-05-21T09:41:48.093Z Downloaded object v0.37.3
12522026-05-21T09:41:48.099Z Downloaded hickory-proto v0.24.4
12532026-05-21T09:41:48.107Z Downloaded zerocopy v0.8.40
12542026-05-21T09:41:48.112Z Downloaded dropshot v0.16.7
12552026-05-21T09:41:48.125Z Downloaded rustls v0.22.4
12562026-05-21T09:41:48.133Z Downloaded hickory-proto v0.25.2
12572026-05-21T09:41:48.141Z Downloaded smoltcp v0.11.0
12582026-05-21T09:41:48.148Z Downloaded rustls v0.23.37
12592026-05-21T09:41:48.155Z Downloaded diesel v2.3.7
12602026-05-21T09:41:48.168Z Downloaded regex-syntax v0.8.10
12612026-05-21T09:41:48.176Z Downloaded sled v0.34.7
12622026-05-21T09:41:48.183Z Downloaded typify-impl v0.6.2
12632026-05-21T09:41:48.193Z Downloaded tracing v0.1.44
12642026-05-21T09:41:48.216Z Downloaded sqlparser v0.61.0
12652026-05-21T09:41:48.222Z Downloaded bzip2-sys v0.1.13+1.0.8
12662026-05-21T09:41:48.229Z Downloaded typify-impl v0.4.3
12672026-05-21T09:41:48.249Z Downloaded ratatui v0.29.0
12682026-05-21T09:41:48.279Z Downloaded chrono-tz v0.10.4
12692026-05-21T09:41:48.290Z Downloaded jiff v0.2.21
12702026-05-21T09:41:48.301Z Downloaded zerocopy-derive v0.6.6
12712026-05-21T09:41:48.306Z Downloaded regex-automata v0.4.14
12722026-05-21T09:41:48.328Z Downloaded petgraph v0.6.5
12732026-05-21T09:41:48.343Z Downloaded libz-sys v1.1.24
12742026-05-21T09:41:48.355Z Downloaded sha3 v0.10.8
12752026-05-21T09:41:48.366Z Downloaded tokio v1.52.1
12762026-05-21T09:41:48.390Z Downloaded petgraph v0.8.3
12772026-05-21T09:41:48.419Z Downloaded csv v1.4.0
12782026-05-21T09:41:48.431Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12792026-05-21T09:41:48.477Z Downloaded ring v0.17.14
12802026-05-21T09:41:48.500Z Downloaded encoding_rs v0.8.35
12812026-05-21T09:41:48.546Z Downloaded libgit2-sys v0.18.3+1.9.2
12822026-05-21T09:41:49.080Z Downloaded aws-lc-sys v0.40.0
12832026-05-21T09:41:49.332Z Compiling libc v0.2.185
12842026-05-21T09:41:49.332Z Compiling serde v1.0.228
12852026-05-21T09:41:49.337Z Compiling log v0.4.29
12862026-05-21T09:41:49.337Z Compiling find-msvc-tools v0.1.9
12872026-05-21T09:41:49.337Z Compiling shlex v1.3.0
12882026-05-21T09:41:49.337Z Compiling smallvec v1.15.1
12892026-05-21T09:41:49.337Z Compiling typenum v1.19.0
12902026-05-21T09:41:49.337Z Compiling subtle v2.6.1
12912026-05-21T09:41:49.474Z Compiling generic-array v0.14.7
12922026-05-21T09:41:49.487Z Compiling scopeguard v1.2.0
12932026-05-21T09:41:49.529Z Compiling const-oid v0.9.6
12942026-05-21T09:41:49.567Z Compiling serde_json v1.0.149
12952026-05-21T09:41:49.593Z Compiling syn v2.0.117
12962026-05-21T09:41:49.604Z Compiling zerocopy v0.8.40
12972026-05-21T09:41:49.607Z Compiling parking_lot_core v0.9.12
12982026-05-21T09:41:49.619Z Compiling lock_api v0.4.14
12992026-05-21T09:41:49.646Z Compiling pin-project-lite v0.2.17
13002026-05-21T09:41:49.675Z Compiling portable-atomic v1.13.1
13012026-05-21T09:41:49.690Z Compiling pkg-config v0.3.32
13022026-05-21T09:41:49.784Z Compiling bitflags v2.11.0
13032026-05-21T09:41:49.805Z Compiling critical-section v1.2.0
13042026-05-21T09:41:49.811Z Compiling libm v0.2.16
13052026-05-21T09:41:49.837Z Compiling futures-core v0.3.32
13062026-05-21T09:41:49.842Z Compiling num-traits v0.2.19
13072026-05-21T09:41:49.995Z Compiling percent-encoding v2.3.2
13082026-05-21T09:41:50.022Z Compiling futures-sink v0.3.32
13092026-05-21T09:41:50.039Z Compiling futures-task v0.3.32
13102026-05-21T09:41:50.039Z Compiling getrandom v0.4.1
13112026-05-21T09:41:50.125Z Compiling slab v0.4.12
13122026-05-21T09:41:50.142Z Compiling cpufeatures v0.2.17
13132026-05-21T09:41:50.164Z Compiling futures-channel v0.3.32
13142026-05-21T09:41:50.204Z Compiling futures-io v0.3.32
13152026-05-21T09:41:50.222Z Compiling rand_core v0.10.0
13162026-05-21T09:41:50.232Z Compiling indexmap v2.14.0
13172026-05-21T09:41:50.273Z Compiling rustversion v1.0.22
13182026-05-21T09:41:50.306Z Compiling getrandom v0.3.4
13192026-05-21T09:41:50.321Z Compiling form_urlencoded v1.2.2
13202026-05-21T09:41:50.350Z Compiling dunce v1.0.5
13212026-05-21T09:41:50.371Z Compiling fs_extra v1.3.0
13222026-05-21T09:41:50.407Z Compiling ident_case v1.0.1
13232026-05-21T09:41:50.410Z Compiling base64ct v1.8.3
13242026-05-21T09:41:50.467Z Compiling flagset v0.4.7
13252026-05-21T09:41:50.478Z Compiling rustix v1.1.3
13262026-05-21T09:41:50.481Z Compiling iana-time-zone v0.1.65
13272026-05-21T09:41:50.538Z Compiling regex-syntax v0.8.10
13282026-05-21T09:41:50.563Z Compiling getrandom v0.2.17
13292026-05-21T09:41:50.610Z Compiling jobserver v0.1.34
13302026-05-21T09:41:50.647Z Compiling errno v0.3.14
13312026-05-21T09:41:50.689Z Compiling mio v1.2.0
13322026-05-21T09:41:50.711Z Compiling rand_core v0.6.4
13332026-05-21T09:41:50.729Z Compiling socket2 v0.6.3
13342026-05-21T09:41:50.809Z Compiling signal-hook-registry v1.4.8
13352026-05-21T09:41:50.823Z Compiling cc v1.2.56
13362026-05-21T09:41:50.851Z Compiling once_cell v1.21.3
13372026-05-21T09:41:50.878Z Compiling parking_lot v0.12.5
13382026-05-21T09:41:50.990Z Compiling pem-rfc7468 v0.7.0
13392026-05-21T09:41:51.033Z Compiling vcpkg v0.2.15
13402026-05-21T09:41:51.033Z Compiling aws-lc-rs v1.16.3
13412026-05-21T09:41:51.119Z Compiling tracing-core v0.1.36
13422026-05-21T09:41:51.133Z Compiling uuid v1.23.0
13432026-05-21T09:41:51.166Z Compiling rustc_version v0.4.1
13442026-05-21T09:41:51.187Z Compiling base64 v0.22.1
13452026-05-21T09:41:51.285Z Compiling tinyvec_macros v0.1.1
13462026-05-21T09:41:51.325Z Compiling rand_core v0.9.5
13472026-05-21T09:41:51.357Z Compiling untrusted v0.7.1
13482026-05-21T09:41:51.372Z Compiling httparse v1.10.1
13492026-05-21T09:41:51.397Z Compiling openssl-probe v0.2.1
13502026-05-21T09:41:51.463Z Compiling untrusted v0.9.0
13512026-05-21T09:41:51.502Z Compiling tinyvec v1.10.0
13522026-05-21T09:41:51.524Z Compiling aho-corasick v1.1.4
13532026-05-21T09:41:51.543Z Compiling tower-service v0.3.3
13542026-05-21T09:41:51.594Z Compiling cmake v0.1.57
13552026-05-21T09:41:51.608Z Compiling dyn-clone v1.0.20
13562026-05-21T09:41:51.624Z Compiling atomic-waker v1.1.2
13572026-05-21T09:41:51.639Z Compiling tower-layer v0.3.3
13582026-05-21T09:41:51.660Z Compiling schemars v0.8.22
13592026-05-21T09:41:51.711Z Compiling try-lock v0.2.5
13602026-05-21T09:41:51.756Z Compiling rustls v0.23.37
13612026-05-21T09:41:51.772Z Compiling foreign-types-shared v0.1.1
13622026-05-21T09:41:51.778Z Compiling pin-utils v0.1.0
13632026-05-21T09:41:51.801Z Compiling httpdate v1.0.3
13642026-05-21T09:41:51.819Z Compiling want v0.3.1
13652026-05-21T09:41:51.847Z Compiling openssl v0.10.79
13662026-05-21T09:41:51.874Z Compiling foreign-types v0.3.2
13672026-05-21T09:41:51.889Z Compiling unicode-normalization v0.1.25
13682026-05-21T09:41:51.892Z Compiling spin v0.9.8
13692026-05-21T09:41:51.905Z Compiling time-core v0.1.8
13702026-05-21T09:41:51.948Z Compiling crc32fast v1.5.0
13712026-05-21T09:41:51.962Z Compiling powerfmt v0.2.0
13722026-05-21T09:41:51.981Z Compiling num-conv v0.2.0
13732026-05-21T09:41:52.026Z Compiling native-tls v0.2.18
13742026-05-21T09:41:52.062Z Compiling wait-timeout v0.2.1
13752026-05-21T09:41:52.077Z Compiling sync_wrapper v1.0.2
13762026-05-21T09:41:52.097Z Compiling siphasher v1.0.2
13772026-05-21T09:41:52.117Z Compiling crossbeam-utils v0.8.21
13782026-05-21T09:41:52.131Z Compiling time-macros v0.2.27
13792026-05-21T09:41:52.145Z Compiling deranged v0.5.8
13802026-05-21T09:41:52.161Z Compiling bit-vec v0.8.0
13812026-05-21T09:41:52.192Z Compiling syn v1.0.109
13822026-05-21T09:41:52.208Z Compiling quick-error v1.2.3
13832026-05-21T09:41:52.251Z Compiling tempfile v3.25.0
13842026-05-21T09:41:52.313Z Compiling num_threads v0.1.7
13852026-05-21T09:41:52.327Z Compiling simd-adler32 v0.3.8
13862026-05-21T09:41:52.341Z Compiling usdt-impl v0.6.0
13872026-05-21T09:41:52.402Z Compiling regex-automata v0.4.14
13882026-05-21T09:41:52.441Z Compiling bit-set v0.8.0
13892026-05-21T09:41:52.445Z Compiling slog v2.8.2
13902026-05-21T09:41:52.469Z Compiling heapless v0.7.17
13912026-05-21T09:41:52.523Z Compiling rusty-fork v0.3.1
13922026-05-21T09:41:52.537Z Compiling aws-lc-sys v0.40.0
13932026-05-21T09:41:52.541Z Compiling ring v0.17.14
13942026-05-21T09:41:52.564Z Compiling openssl-sys v0.9.115
13952026-05-21T09:41:52.579Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-05-21T09:41:52.594Z Compiling synstructure v0.13.2
13972026-05-21T09:41:52.621Z Compiling serde_derive_internals v0.29.1
13982026-05-21T09:41:52.654Z Compiling pest_generator v2.8.6
13992026-05-21T09:41:52.668Z Compiling darling_core v0.20.11
14002026-05-21T09:41:52.740Z Compiling darling_core v0.21.3
14012026-05-21T09:41:52.934Z Compiling bzip2-sys v0.1.13+1.0.8
14022026-05-21T09:41:53.010Z Compiling rand_xorshift v0.4.0
14032026-05-21T09:41:53.174Z Compiling thread-id v5.1.0
14042026-05-21T09:41:53.184Z Compiling cookie v0.18.1
14052026-05-21T09:41:53.278Z Compiling time v0.3.47
14062026-05-21T09:41:53.278Z Compiling allocator-api2 v0.2.21
14072026-05-21T09:41:53.308Z Compiling paste v1.0.15
14082026-05-21T09:41:53.314Z Compiling unicode-properties v0.1.4
14092026-05-21T09:41:53.346Z Compiling unarray v0.1.4
14102026-05-21T09:41:53.395Z Compiling signal-hook v0.3.18
14112026-05-21T09:41:53.409Z Compiling anyhow v1.0.102
14122026-05-21T09:41:53.471Z Compiling adler2 v2.0.1
14132026-05-21T09:41:53.547Z Compiling unicode-bidi v0.3.18
14142026-05-21T09:41:53.576Z Compiling ryu v1.0.23
14152026-05-21T09:41:53.591Z Compiling iri-string v0.7.10
14162026-05-21T09:41:53.606Z Compiling zstd-safe v7.2.4
14172026-05-21T09:41:53.657Z Compiling miniz_oxide v0.8.9
14182026-05-21T09:41:53.851Z Compiling num-integer v0.1.46
14192026-05-21T09:41:53.973Z Compiling stringprep v0.1.5
14202026-05-21T09:41:54.107Z Compiling vergen-lib v0.1.6
14212026-05-21T09:41:54.183Z Compiling curve25519-dalek v4.1.3
14222026-05-21T09:41:54.290Z Compiling ff v0.13.1
14232026-05-21T09:41:54.306Z Compiling hash32 v0.2.1
14242026-05-21T09:41:54.346Z Compiling memoffset v0.9.1
14252026-05-21T09:41:54.389Z Compiling serde_derive v1.0.228
14262026-05-21T09:41:54.426Z Compiling zeroize_derive v1.4.3
14272026-05-21T09:41:54.446Z Compiling zerofrom-derive v0.1.6
14282026-05-21T09:41:54.461Z Compiling yoke-derive v0.8.1
14292026-05-21T09:41:54.503Z Compiling zerocopy-derive v0.8.40
14302026-05-21T09:41:54.532Z Compiling zerovec-derive v0.11.2
14312026-05-21T09:41:54.553Z Compiling displaydoc v0.2.5
14322026-05-21T09:41:54.966Z Compiling tokio-macros v2.7.0
14332026-05-21T09:41:55.042Z Compiling futures-macro v0.3.32
14342026-05-21T09:41:55.130Z Compiling zeroize v1.8.2
14352026-05-21T09:41:55.166Z Compiling der_derive v0.7.3
14362026-05-21T09:41:55.359Z Compiling rustls-pki-types v1.14.0
14372026-05-21T09:41:55.375Z Compiling thiserror-impl v2.0.18
14382026-05-21T09:41:55.653Z Compiling tracing-attributes v0.1.31
14392026-05-21T09:41:55.718Z Compiling pest_derive v2.8.6
14402026-05-21T09:41:55.728Z Compiling schemars_derive v0.8.22
14412026-05-21T09:41:55.828Z Compiling scroll_derive v0.13.1
14422026-05-21T09:41:55.886Z Compiling crypto-common v0.1.7
14432026-05-21T09:41:55.928Z Compiling block-buffer v0.10.4
14442026-05-21T09:41:55.943Z Compiling zerofrom v0.1.6
14452026-05-21T09:41:56.049Z Compiling yoke v0.8.1
14462026-05-21T09:41:56.081Z Compiling digest v0.10.7
14472026-05-21T09:41:56.117Z Compiling futures-util v0.3.32
14482026-05-21T09:41:56.181Z Compiling block-padding v0.3.3
14492026-05-21T09:41:56.194Z Compiling der v0.7.10
14502026-05-21T09:41:56.254Z Compiling zerovec v0.11.5
14512026-05-21T09:41:56.353Z Compiling zerotrie v0.2.3
14522026-05-21T09:41:56.405Z Compiling hmac v0.12.1
14532026-05-21T09:41:56.535Z Compiling inout v0.1.4
14542026-05-21T09:41:56.659Z Compiling sha2 v0.10.9
14552026-05-21T09:41:56.676Z Compiling pbkdf2 v0.12.2
14562026-05-21T09:41:56.691Z Compiling cipher v0.4.4
14572026-05-21T09:41:56.732Z Compiling tinystr v0.8.2
14582026-05-21T09:41:56.766Z Compiling potential_utf v0.1.4
14592026-05-21T09:41:56.784Z Compiling thiserror v2.0.18
14602026-05-21T09:41:56.808Z Compiling scroll v0.13.0
14612026-05-21T09:41:56.907Z Compiling icu_locale_core v2.1.1
14622026-05-21T09:41:56.955Z Compiling icu_collections v2.1.1
14632026-05-21T09:41:56.969Z Compiling salsa20 v0.10.2
14642026-05-21T09:41:56.984Z Compiling cbc v0.1.2
14652026-05-21T09:41:57.048Z Compiling spki v0.7.3
14662026-05-21T09:41:57.063Z Compiling tracing v0.1.44
14672026-05-21T09:41:57.098Z Compiling scrypt v0.11.0
14682026-05-21T09:41:57.124Z Compiling aes v0.8.4
14692026-05-21T09:41:57.154Z Compiling darling_macro v0.20.11
14702026-05-21T09:41:57.274Z Compiling openssl-macros v0.1.1
14712026-05-21T09:41:57.350Z Compiling goblin v0.10.5
14722026-05-21T09:41:57.377Z Compiling rustls-native-certs v0.8.3
14732026-05-21T09:41:57.446Z Compiling dtrace-parser v0.3.0
14742026-05-21T09:41:57.476Z Compiling signature v2.2.0
14752026-05-21T09:41:57.653Z Compiling icu_provider v2.1.1
14762026-05-21T09:41:57.669Z Compiling pkcs5 v0.7.1
14772026-05-21T09:41:57.688Z Compiling darling v0.20.11
14782026-05-21T09:41:57.699Z Compiling webpki-roots v1.0.6
14792026-05-21T09:41:57.776Z Compiling derive_builder_core v0.20.2
14802026-05-21T09:41:57.813Z Compiling scroll_derive v0.12.1
14812026-05-21T09:41:57.828Z Compiling thiserror-impl v1.0.69
14822026-05-21T09:41:57.958Z Compiling bytes v1.11.1
14832026-05-21T09:41:57.978Z Compiling icu_properties v2.1.2
14842026-05-21T09:41:58.062Z Compiling icu_normalizer v2.1.1
14852026-05-21T09:41:58.162Z Compiling chrono v0.4.44
14862026-05-21T09:41:58.208Z Compiling pkcs8 v0.10.2
14872026-05-21T09:41:58.235Z Compiling ipnet v2.11.0
14882026-05-21T09:41:58.444Z Compiling tokio v1.52.1
14892026-05-21T09:41:58.484Z Compiling http v1.4.0
14902026-05-21T09:41:58.518Z Compiling scroll v0.12.0
14912026-05-21T09:41:58.613Z Compiling serde_spanned v0.6.9
14922026-05-21T09:41:58.624Z Compiling toml_datetime v0.6.11
14932026-05-21T09:41:58.666Z Compiling derive_builder_macro v0.20.2
14942026-05-21T09:41:58.745Z Compiling serde_urlencoded v0.7.1
14952026-05-21T09:41:58.774Z Compiling erased-serde v0.3.31
14962026-05-21T09:41:58.800Z Compiling serde_tokenstream v0.2.3
14972026-05-21T09:41:58.902Z Compiling idna_adapter v1.2.1
14982026-05-21T09:41:58.955Z Compiling ppv-lite86 v0.2.21
14992026-05-21T09:41:58.999Z Compiling md-5 v0.10.6
15002026-05-21T09:41:59.062Z Compiling idna v1.1.0
15012026-05-21T09:41:59.077Z Compiling darling_macro v0.21.3
15022026-05-21T09:41:59.097Z Compiling http-body v1.0.1
15032026-05-21T09:41:59.120Z Compiling thiserror v1.0.69
15042026-05-21T09:41:59.134Z Compiling bstr v1.12.1
15052026-05-21T09:41:59.170Z Compiling zerocopy-derive v0.7.35
15062026-05-21T09:41:59.189Z Compiling pin-project-internal v1.1.11
15072026-05-21T09:41:59.234Z Compiling http-body-util v0.1.3
15082026-05-21T09:41:59.265Z Compiling rand_chacha v0.9.0
15092026-05-21T09:41:59.265Z Compiling rand_chacha v0.3.1
15102026-05-21T09:41:59.295Z Compiling async-trait v0.1.89
15112026-05-21T09:41:59.393Z Compiling url v2.5.8
15122026-05-21T09:41:59.484Z Compiling rand v0.9.2
15132026-05-21T09:41:59.567Z Compiling cfg_aliases v0.2.1
15142026-05-21T09:41:59.590Z Compiling zlib-rs v0.6.2
15152026-05-21T09:41:59.649Z Compiling psl-types v2.0.11
15162026-05-21T09:41:59.724Z Compiling ref-cast v1.0.25
15172026-05-21T09:41:59.806Z Compiling smoltcp v0.9.1
15182026-05-21T09:41:59.879Z Compiling base16ct v0.2.0
15192026-05-21T09:42:00.126Z Compiling dof v0.4.0
15202026-05-21T09:42:00.141Z Compiling proptest v1.10.0
15212026-05-21T09:42:00.144Z Compiling fallible-iterator v0.2.0
15222026-05-21T09:42:00.178Z Compiling rustix v0.38.44
15232026-05-21T09:42:00.244Z Compiling num-bigint-dig v0.8.6
15242026-05-21T09:42:00.356Z Compiling litrs v1.0.0
15252026-05-21T09:42:00.370Z Compiling pin-project v1.1.11
15262026-05-21T09:42:00.405Z Compiling zerocopy v0.7.35
15272026-05-21T09:42:00.469Z Compiling postgres-protocol v0.6.10
15282026-05-21T09:42:00.483Z Compiling sec1 v0.7.3
15292026-05-21T09:42:00.511Z Compiling publicsuffix v2.3.0
15302026-05-21T09:42:00.515Z Compiling nix v0.31.2
15312026-05-21T09:42:00.643Z Compiling darling v0.21.3
15322026-05-21T09:42:00.692Z Compiling rand v0.8.6
15332026-05-21T09:42:00.749Z Compiling derive_builder v0.20.2
15342026-05-21T09:42:00.788Z Compiling goblin v0.8.2
15352026-05-21T09:42:00.810Z Compiling ipnetwork v0.21.1
15362026-05-21T09:42:00.905Z Compiling document-features v0.2.12
15372026-05-21T09:42:00.924Z Compiling futures-executor v0.3.32
15382026-05-21T09:42:00.968Z Compiling hex v0.4.3
15392026-05-21T09:42:01.052Z Compiling oxnet v0.1.4
15402026-05-21T09:42:01.141Z Compiling cargo-platform v0.1.9
15412026-05-21T09:42:01.201Z Compiling hubpack_derive v0.1.1
15422026-05-21T09:42:01.227Z Compiling hkdf v0.12.4
15432026-05-21T09:42:01.246Z Compiling crypto-bigint v0.5.5
15442026-05-21T09:42:01.341Z Compiling regex v1.12.3
15452026-05-21T09:42:01.518Z Compiling group v0.13.0
15462026-05-21T09:42:01.531Z Compiling snafu-derive v0.8.9
15472026-05-21T09:42:01.531Z Compiling curve25519-dalek-derive v0.1.1
15482026-05-21T09:42:01.588Z Compiling strum_macros v0.27.2
15492026-05-21T09:42:01.598Z Compiling daft-derive v0.1.7
15502026-05-21T09:42:01.642Z Compiling ref-cast-impl v1.0.25
15512026-05-21T09:42:01.701Z Compiling num-iter v0.1.45
15522026-05-21T09:42:01.969Z Compiling phf_shared v0.13.1
15532026-05-21T09:42:01.982Z Compiling terminal_size v0.4.3
15542026-05-21T09:42:02.088Z Compiling lazy_static v1.5.0
15552026-05-21T09:42:02.140Z Compiling vergen v9.0.6
15562026-05-21T09:42:02.154Z Compiling fs-err v3.3.0
15572026-05-21T09:42:02.194Z Compiling ahash v0.8.12
15582026-05-21T09:42:02.211Z Compiling encoding_rs v0.8.35
15592026-05-21T09:42:02.225Z Compiling tokio-util v0.7.18
15602026-05-21T09:42:02.238Z Compiling tower v0.5.3
15612026-05-21T09:42:02.330Z Compiling tokio-native-tls v0.3.1
15622026-05-21T09:42:02.346Z Compiling same-file v1.0.6
15632026-05-21T09:42:02.351Z Compiling unicode-segmentation v1.12.0
15642026-05-21T09:42:02.376Z Compiling managed v0.8.0
15652026-05-21T09:42:02.418Z Compiling libbz2-rs-sys v0.2.2
15662026-05-21T09:42:02.520Z Compiling newtype-uuid v1.3.2
15672026-05-21T09:42:02.542Z Compiling flate2 v1.1.9
15682026-05-21T09:42:02.603Z Compiling object v0.37.3
15692026-05-21T09:42:02.733Z Compiling tower-http v0.6.8
15702026-05-21T09:42:02.747Z Compiling mime v0.3.17
15712026-05-21T09:42:02.855Z Compiling bumpalo v3.20.2
15722026-05-21T09:42:02.878Z Compiling foldhash v0.2.0
15732026-05-21T09:42:02.894Z Compiling foldhash v0.1.5
15742026-05-21T09:42:02.964Z Compiling h2 v0.4.13
15752026-05-21T09:42:03.017Z Compiling winnow v0.5.40
15762026-05-21T09:42:03.071Z Compiling bitflags v1.3.2
15772026-05-21T09:42:03.136Z Compiling zopfli v0.8.3
15782026-05-21T09:42:03.140Z Compiling hashbrown v0.16.1
15792026-05-21T09:42:03.176Z Compiling clap_builder v4.5.60
15802026-05-21T09:42:03.179Z Compiling hashbrown v0.15.5
15812026-05-21T09:42:03.310Z Compiling dof v0.3.0
15822026-05-21T09:42:03.452Z Compiling bzip2 v0.6.1
15832026-05-21T09:42:03.472Z Compiling snafu v0.8.9
15842026-05-21T09:42:03.564Z Compiling strum v0.27.2
15852026-05-21T09:42:03.682Z Compiling daft v0.1.7
15862026-05-21T09:42:03.722Z Compiling walkdir v2.5.0
15872026-05-21T09:42:03.826Z Compiling elliptic-curve v0.13.8
15882026-05-21T09:42:03.871Z Compiling phf v0.13.1
15892026-05-21T09:42:03.912Z Compiling signal-hook-mio v0.2.5
15902026-05-21T09:42:03.976Z Compiling cargo_metadata v0.19.2
15912026-05-21T09:42:04.034Z Compiling cookie_store v0.22.1
15922026-05-21T09:42:04.048Z Compiling hubpack v0.1.2
15932026-05-21T09:42:04.052Z Compiling usdt-attr-macro v0.6.0
15942026-05-21T09:42:04.053Z Compiling usdt-macro v0.6.0
15952026-05-21T09:42:04.240Z Compiling bzip2 v0.4.4
15962026-05-21T09:42:04.288Z Compiling toml_edit v0.19.15
15972026-05-21T09:42:04.304Z Compiling futures v0.3.32
15982026-05-21T09:42:04.354Z Compiling postgres-types v0.2.12
15992026-05-21T09:42:04.369Z Compiling serde_with_macros v3.17.0
16002026-05-21T09:42:04.396Z Compiling zstd v0.13.3
16012026-05-21T09:42:04.462Z Compiling globset v0.4.18
16022026-05-21T09:42:04.680Z Compiling dtrace-parser v0.2.0
16032026-05-21T09:42:04.696Z Compiling ed25519 v2.2.3
16042026-05-21T09:42:04.862Z Compiling pkcs1 v0.7.5
16052026-05-21T09:42:04.920Z Compiling serde_plain v1.0.2
16062026-05-21T09:42:04.937Z Compiling serde-big-array v0.5.1
16072026-05-21T09:42:05.128Z Compiling olpc-cjson v0.1.4
16082026-05-21T09:42:05.148Z Compiling rfc6979 v0.4.0
16092026-05-21T09:42:05.192Z Compiling strum_macros v0.26.4
16102026-05-21T09:42:05.286Z Compiling serde_repr v0.1.20
16112026-05-21T09:42:05.302Z Compiling enum-as-inner v0.6.1
16122026-05-21T09:42:05.306Z Compiling clap_derive v4.5.55
16132026-05-21T09:42:05.366Z Compiling async-recursion v1.1.1
16142026-05-21T09:42:05.481Z Compiling phf_shared v0.11.3
16152026-05-21T09:42:05.590Z Compiling float-cmp v0.10.0
16162026-05-21T09:42:05.639Z Compiling pem v3.0.6
16172026-05-21T09:42:05.681Z Compiling thread-id v4.2.2
16182026-05-21T09:42:05.695Z Compiling memmap2 v0.9.10
16192026-05-21T09:42:05.760Z Compiling env_filter v1.0.0
16202026-05-21T09:42:05.783Z Compiling whoami v2.1.0
16212026-05-21T09:42:05.831Z Compiling new_debug_unreachable v1.0.6
16222026-05-21T09:42:05.855Z Compiling precomputed-hash v0.1.1
16232026-05-21T09:42:05.919Z Compiling fixedbitset v0.5.7
16242026-05-21T09:42:05.932Z Compiling normalize-line-endings v0.3.0
16252026-05-21T09:42:05.957Z Compiling static_assertions v1.1.0
16262026-05-21T09:42:06.002Z Compiling hyper v1.8.1
16272026-05-21T09:42:06.043Z Compiling difflib v0.4.0
16282026-05-21T09:42:06.057Z Compiling fixedbitset v0.4.2
16292026-05-21T09:42:06.057Z Compiling predicates-core v1.0.10
16302026-05-21T09:42:06.092Z Compiling jiff v0.2.21
16312026-05-21T09:42:06.182Z Compiling data-encoding v2.10.0
16322026-05-21T09:42:06.216Z Compiling typed-path v0.9.3
16332026-05-21T09:42:06.249Z Compiling keccak v0.1.6
16342026-05-21T09:42:06.283Z Compiling either v1.15.0
16352026-05-21T09:42:06.303Z Compiling predicates v3.1.4
16362026-05-21T09:42:06.505Z Compiling hickory-proto v0.25.2
16372026-05-21T09:42:06.630Z Compiling itertools v0.13.0
16382026-05-21T09:42:06.856Z Compiling sha3 v0.10.8
16392026-05-21T09:42:06.917Z Compiling petgraph v0.6.5
16402026-05-21T09:42:06.987Z Compiling toml_edit v0.22.27
16412026-05-21T09:42:07.022Z Compiling strum v0.26.3
16422026-05-21T09:42:07.025Z Compiling petgraph v0.8.3
16432026-05-21T09:42:07.063Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16442026-05-21T09:42:07.082Z Compiling tokio-postgres v0.7.16
16452026-05-21T09:42:07.170Z Compiling hyper-util v0.1.20
16462026-05-21T09:42:07.193Z Compiling clap v4.5.60
16472026-05-21T09:42:07.290Z Compiling string_cache v0.8.9
16482026-05-21T09:42:07.334Z Compiling env_logger v0.11.9
16492026-05-21T09:42:07.469Z Compiling usdt v0.6.0
16502026-05-21T09:42:07.701Z Compiling usdt-impl v0.5.0
16512026-05-21T09:42:07.717Z Compiling toml v0.7.8
16522026-05-21T09:42:07.718Z Compiling serde_with v3.17.0
16532026-05-21T09:42:07.744Z Compiling crossterm v0.28.1
16542026-05-21T09:42:07.883Z Compiling ecdsa v0.16.9
16552026-05-21T09:42:08.148Z Compiling rsa v0.9.10
16562026-05-21T09:42:08.242Z Compiling ed25519-dalek v2.2.0
16572026-05-21T09:42:08.415Z Compiling zip v0.6.6
16582026-05-21T09:42:08.700Z Compiling hyper-tls v0.6.0
16592026-05-21T09:42:08.921Z Compiling zip v4.6.1
16602026-05-21T09:42:08.952Z Compiling iddqd v0.4.1
16612026-05-21T09:42:09.261Z Compiling tokio-stream v0.1.18
16622026-05-21T09:42:09.308Z Compiling toml_parser v1.0.9+spec-1.1.0
16632026-05-21T09:42:09.411Z Compiling heck v0.4.1
16642026-05-21T09:42:09.426Z Compiling similar v2.7.0
16652026-05-21T09:42:09.493Z Compiling buf-list v1.1.2
16662026-05-21T09:42:09.658Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
16672026-05-21T09:42:09.708Z Compiling openapiv3 v2.2.0
16682026-05-21T09:42:09.732Z Compiling x509-cert v0.2.5
16692026-05-21T09:42:09.789Z Compiling sha1 v0.10.6
16702026-05-21T09:42:09.911Z Compiling crossbeam-epoch v0.9.18
16712026-05-21T09:42:09.963Z Compiling toml_datetime v0.7.5+spec-1.1.0
16722026-05-21T09:42:09.978Z Compiling peg-runtime v0.8.5
16732026-05-21T09:42:10.022Z Compiling lalrpop-util v0.19.12
16742026-05-21T09:42:10.066Z Compiling thread_local v1.1.9
16752026-05-21T09:42:10.226Z Compiling slog-async v2.8.0
16762026-05-21T09:42:10.241Z Compiling crossbeam-channel v0.5.15
16772026-05-21T09:42:10.285Z Compiling filetime v0.2.27
16782026-05-21T09:42:10.312Z Compiling is-terminal v0.4.17
16792026-05-21T09:42:10.320Z Compiling term v1.2.1
16802026-05-21T09:42:10.331Z Compiling take_mut v0.2.2
16812026-05-21T09:42:10.346Z Compiling xattr v1.6.1
16822026-05-21T09:42:10.475Z Compiling tar v0.4.45
16832026-05-21T09:42:10.712Z Compiling slog-term v2.9.2
16842026-05-21T09:42:28.094Z Compiling rustls-webpki v0.103.9
16852026-05-21T09:42:30.856Z Compiling tokio-rustls v0.26.4
16862026-05-21T09:42:30.856Z Compiling rustls-platform-verifier v0.6.2
16872026-05-21T09:42:31.051Z Compiling hyper-rustls v0.27.7
16882026-05-21T09:42:31.240Z Compiling reqwest v0.12.28
16892026-05-21T09:42:31.240Z Compiling reqwest v0.13.2
16902026-05-21T09:42:32.431Z Compiling tough v0.22.0
16912026-05-21T09:42:34.905Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16922026-05-21T09:42:35.141Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16932026-05-21T09:42:37.920Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.20s
16942026-05-21T09:42:38.068Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16952026-05-21T09:42:38.126ZMay 21 09:42:37.084 INFO Starting download, target: Clickhouse
16962026-05-21T09:42:38.126ZMay 21 09:42:37.085 INFO Starting download, target: DendriteStub
16972026-05-21T09:42:38.126ZMay 21 09:42:37.085 INFO Starting download, target: Console
16982026-05-21T09:42:38.126ZMay 21 09:42:37.085 INFO Starting download, target: Cockroach
16992026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Starting download, target: MaghemiteMgd
17002026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Starting download, target: TransceiverControl
17012026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17022026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17032026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17042026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17052026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17062026-05-21T09:42:38.131ZMay 21 09:42:37.085 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17072026-05-21T09:42:38.650ZMay 21 09:42:37.606 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17082026-05-21T09:42:38.882ZMay 21 09:42:37.822 INFO Download complete, target: TransceiverControl
17092026-05-21T09:42:39.173ZMay 21 09:42:38.127 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17102026-05-21T09:42:39.437ZMay 21 09:42:38.396 INFO Download complete, target: Console
17112026-05-21T09:42:39.734ZMay 21 09:42:38.684 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17122026-05-21T09:42:40.019ZMay 21 09:42:38.977 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17132026-05-21T09:42:40.497ZMay 21 09:42:39.447 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17142026-05-21T09:42:40.498ZMay 21 09:42:39.447 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17152026-05-21T09:42:40.825ZMay 21 09:42:39.784 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-05-21T09:42:42.148ZMay 21 09:42:41.106 INFO Download complete, target: DendriteStub
17172026-05-21T09:42:42.444ZMay 21 09:42:41.403 INFO Download complete, target: MaghemiteMgd
17182026-05-21T09:42:45.248ZMay 21 09:42:44.207 INFO Checking that binary works, target: Cockroach
17192026-05-21T09:42:45.368ZMay 21 09:42:44.327 INFO Download complete, target: Cockroach
17202026-05-21T09:42:47.642ZMay 21 09:42:46.600 INFO Checking that binary works, target: Clickhouse
17212026-05-21T09:42:47.735ZMay 21 09:42:46.694 INFO Download complete, target: Clickhouse
17222026-05-21T09:42:47.741ZAll prerequisites installed successfully
17232026-05-21T09:42:47.743Z
17242026-05-21T09:42:47.744Zreal 2:01.024284426
17252026-05-21T09:42:47.744Zuser 6:53.989170858
17262026-05-21T09:42:47.744Zsys 1:39.921578670
17272026-05-21T09:42:47.744Ztrap 0.263585204
17282026-05-21T09:42:47.744Ztflt 1.082361263
17292026-05-21T09:42:47.744Zdflt 1.673469247
17302026-05-21T09:42:47.744Zkflt 0.025729064
17312026-05-21T09:42:47.744Zlock 22:51.594774108
17322026-05-21T09:42:47.744Zslp 18:52.185464881
17332026-05-21T09:42:47.744Zlat 25.568118245
17342026-05-21T09:42:47.744Zstop 2:49.313697717
17352026-05-21T09:42:47.744Z+ ptime -m cargo xtask download softnpu
17362026-05-21T09:42:48.265Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17372026-05-21T09:42:48.295Z Running `target/debug/xtask download softnpu`
17382026-05-21T09:42:49.069Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s
17392026-05-21T09:42:49.153Z Running `target/debug/xtask-downloader softnpu`
17402026-05-21T09:42:49.197ZMay 21 09:42:48.155 INFO Starting download, target: Softnpu
17412026-05-21T09:42:49.199ZMay 21 09:42:48.156 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17422026-05-21T09:42:49.792ZMay 21 09:42:48.751 INFO Download complete, target: Softnpu
17432026-05-21T09:42:49.796Z
17442026-05-21T09:42:49.799Zreal 2.048422250
17452026-05-21T09:42:49.799Zuser 1.341207913
17462026-05-21T09:42:49.799Zsys 0.666268861
17472026-05-21T09:42:49.799Ztrap 0.000386520
17482026-05-21T09:42:49.799Ztflt 0.000094730
17492026-05-21T09:42:49.799Zdflt 0.005816988
17502026-05-21T09:42:49.800Zkflt 0.000000000
17512026-05-21T09:42:49.800Zlock 10.938347842
17522026-05-21T09:42:49.800Zslp 0.471959726
17532026-05-21T09:42:49.800Zlat 0.084355712
17542026-05-21T09:42:49.800Zstop 0.000170500
17552026-05-21T09:42:49.800Z+ export CARGO_INCREMENTAL=0
17562026-05-21T09:42:49.800Z+ CARGO_INCREMENTAL=0
17572026-05-21T09:42:49.800Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17582026-05-21T09:42:50.695Z Compiling proc-macro2 v1.0.106
17592026-05-21T09:42:50.695Z Compiling quote v1.0.45
17602026-05-21T09:42:50.695Z Compiling unicode-ident v1.0.24
17612026-05-21T09:42:50.699Z Compiling libc v0.2.185
17622026-05-21T09:42:50.699Z Compiling serde_core v1.0.228
17632026-05-21T09:42:50.699Z Compiling serde v1.0.228
17642026-05-21T09:42:50.699Z Compiling cfg-if v1.0.4
17652026-05-21T09:42:50.699Z Compiling version_check v0.9.5
17662026-05-21T09:42:50.699Z Compiling find-msvc-tools v0.1.9
17672026-05-21T09:42:50.700Z Compiling shlex v1.3.0
17682026-05-21T09:42:50.700Z Compiling typenum v1.19.0
17692026-05-21T09:42:50.700Z Compiling zmij v1.0.21
17702026-05-21T09:42:50.840Z Compiling autocfg v1.5.0
17712026-05-21T09:42:50.843Z Compiling serde_json v1.0.149
17722026-05-21T09:42:50.843Z Compiling memchr v2.8.0
17732026-05-21T09:42:51.056Z Compiling portable-atomic v1.13.1
17742026-05-21T09:42:51.075Z Compiling libm v0.2.16
17752026-05-21T09:42:51.148Z Compiling generic-array v0.14.7
17762026-05-21T09:42:51.165Z Compiling zerocopy v0.8.40
17772026-05-21T09:42:51.282Z Compiling smallvec v1.15.1
17782026-05-21T09:42:51.296Z Compiling parking_lot_core v0.9.12
17792026-05-21T09:42:51.300Z Compiling icu_normalizer_data v2.1.1
17802026-05-21T09:42:51.314Z Compiling icu_properties_data v2.1.2
17812026-05-21T09:42:51.354Z Compiling itoa v1.0.17
17822026-05-21T09:42:51.361Z Compiling num-traits v0.2.19
17832026-05-21T09:42:51.436Z Compiling getrandom v0.4.1
17842026-05-21T09:42:51.504Z Compiling log v0.4.29
17852026-05-21T09:42:51.562Z Compiling stable_deref_trait v1.2.1
17862026-05-21T09:42:51.579Z Compiling pkg-config v0.3.32
17872026-05-21T09:42:51.607Z Compiling subtle v2.6.1
17882026-05-21T09:42:51.720Z Compiling scopeguard v1.2.0
17892026-05-21T09:42:51.826Z Compiling litemap v0.8.1
17902026-05-21T09:42:51.840Z Compiling writeable v0.6.2
17912026-05-21T09:42:51.844Z Compiling lock_api v0.4.14
17922026-05-21T09:42:51.873Z Compiling percent-encoding v2.3.2
17932026-05-21T09:42:52.009Z Compiling jobserver v0.1.34
17942026-05-21T09:42:52.022Z Compiling getrandom v0.2.17
17952026-05-21T09:42:52.057Z Compiling errno v0.3.14
17962026-05-21T09:42:52.147Z Compiling pin-project-lite v0.2.17
17972026-05-21T09:42:52.161Z Compiling fnv v1.0.7
17982026-05-21T09:42:52.189Z Compiling syn v2.0.117
17992026-05-21T09:42:52.189Z Compiling rand_core v0.6.4
18002026-05-21T09:42:52.221Z Compiling cc v1.2.56
18012026-05-21T09:42:52.285Z Compiling thiserror v2.0.18
18022026-05-21T09:42:52.333Z Compiling getrandom v0.3.4
18032026-05-21T09:42:52.382Z Compiling fs_extra v1.3.0
18042026-05-21T09:42:52.392Z Compiling dunce v1.0.5
18052026-05-21T09:42:52.434Z Compiling equivalent v1.0.2
18062026-05-21T09:42:52.467Z Compiling utf8_iter v1.0.4
18072026-05-21T09:42:52.500Z Compiling schemars v0.8.22
18082026-05-21T09:42:52.515Z Compiling rand_core v0.10.0
18092026-05-21T09:42:52.531Z Compiling rustversion v1.0.22
18102026-05-21T09:42:52.624Z Compiling form_urlencoded v1.2.2
18112026-05-21T09:42:52.695Z Compiling critical-section v1.2.0
18122026-05-21T09:42:52.726Z Compiling signal-hook-registry v1.4.8
18132026-05-21T09:42:52.804Z Compiling rustix v1.1.3
18142026-05-21T09:42:52.818Z Compiling hashbrown v0.17.0
18152026-05-21T09:42:52.861Z Compiling mio v1.2.0
18162026-05-21T09:42:52.917Z Compiling socket2 v0.6.3
18172026-05-21T09:42:52.951Z Compiling cmake v0.1.57
18182026-05-21T09:42:53.133Z Compiling once_cell v1.21.3
18192026-05-21T09:42:53.245Z Compiling bitflags v2.11.0
18202026-05-21T09:42:53.336Z Compiling semver v1.0.28
18212026-05-21T09:42:53.351Z Compiling indexmap v2.14.0
18222026-05-21T09:42:53.369Z Compiling parking_lot v0.12.5
18232026-05-21T09:42:53.401Z Compiling const-oid v0.9.6
18242026-05-21T09:42:53.459Z Compiling heck v0.5.0
18252026-05-21T09:42:53.514Z Compiling aws-lc-rs v1.16.3
18262026-05-21T09:42:53.531Z Compiling ring v0.17.14
18272026-05-21T09:42:53.593Z Compiling aws-lc-sys v0.40.0
18282026-05-21T09:42:53.639Z Compiling futures-core v0.3.32
18292026-05-21T09:42:53.678Z Compiling httparse v1.10.1
18302026-05-21T09:42:53.715Z Compiling thiserror v1.0.69
18312026-05-21T09:42:53.730Z Compiling strsim v0.11.1
18322026-05-21T09:42:53.768Z Compiling vcpkg v0.2.15
18332026-05-21T09:42:54.010Z Compiling byteorder v1.5.0
18342026-05-21T09:42:54.026Z Compiling ucd-trie v0.1.7
18352026-05-21T09:42:54.030Z Compiling iana-time-zone v0.1.65
18362026-05-21T09:42:54.072Z Compiling syn v1.0.109
18372026-05-21T09:42:54.126Z Compiling ident_case v1.0.1
18382026-05-21T09:42:54.129Z Compiling regex-syntax v0.8.10
18392026-05-21T09:42:54.250Z Compiling pest v2.8.6
18402026-05-21T09:42:54.284Z Compiling uuid v1.23.0
18412026-05-21T09:42:54.347Z Compiling cpufeatures v0.2.17
18422026-05-21T09:42:54.351Z Compiling rustls v0.23.37
18432026-05-21T09:42:54.379Z Compiling openssl-sys v0.9.115
18442026-05-21T09:42:54.549Z Compiling futures-sink v0.3.32
18452026-05-21T09:42:54.581Z Compiling rustc_version v0.4.1
18462026-05-21T09:42:54.640Z Compiling futures-io v0.3.32
18472026-05-21T09:42:54.671Z Compiling futures-channel v0.3.32
18482026-05-21T09:42:54.802Z Compiling futures-task v0.3.32
18492026-05-21T09:42:54.818Z Compiling slab v0.4.12
18502026-05-21T09:42:54.917Z Compiling aho-corasick v1.1.4
18512026-05-21T09:42:54.959Z Compiling dyn-clone v1.0.20
18522026-05-21T09:42:54.996Z Compiling synstructure v0.13.2
18532026-05-21T09:42:55.058Z Compiling serde_derive_internals v0.29.1
18542026-05-21T09:42:55.220Z Compiling crc32fast v1.5.0
18552026-05-21T09:42:55.260Z Compiling openssl v0.10.79
18562026-05-21T09:42:55.304Z Compiling plain v0.2.3
18572026-05-21T09:42:55.384Z Compiling pest_meta v2.8.6
18582026-05-21T09:42:55.407Z Compiling base64 v0.22.1
18592026-05-21T09:42:55.451Z Compiling num-conv v0.2.0
18602026-05-21T09:42:55.564Z Compiling time-core v0.1.8
18612026-05-21T09:42:55.571Z Compiling crossbeam-utils v0.8.21
18622026-05-21T09:42:55.660Z Compiling pretty-hex v0.4.1
18632026-05-21T09:42:55.685Z Compiling native-tls v0.2.18
18642026-05-21T09:42:55.709Z Compiling time-macros v0.2.27
18652026-05-21T09:42:55.789Z Compiling regex-automata v0.4.14
18662026-05-21T09:42:55.829Z Compiling anyhow v1.0.102
18672026-05-21T09:42:55.844Z Compiling base64ct v1.8.3
18682026-05-21T09:42:55.848Z Compiling darling_core v0.21.3
18692026-05-21T09:42:55.926Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18702026-05-21T09:42:55.983Z Compiling pest_generator v2.8.6
18712026-05-21T09:42:56.044Z Compiling tracing-core v0.1.36
18722026-05-21T09:42:56.149Z Compiling pem-rfc7468 v0.7.0
18732026-05-21T09:42:56.251Z Compiling serde_derive v1.0.228
18742026-05-21T09:42:56.265Z Compiling zeroize_derive v1.4.3
18752026-05-21T09:42:56.309Z Compiling zerofrom-derive v0.1.6
18762026-05-21T09:42:56.336Z Compiling yoke-derive v0.8.1
18772026-05-21T09:42:56.376Z Compiling zerovec-derive v0.11.2
18782026-05-21T09:42:56.416Z Compiling displaydoc v0.2.5
18792026-05-21T09:42:56.619Z Compiling zerocopy-derive v0.8.40
18802026-05-21T09:42:56.631Z Compiling tokio-macros v2.7.0
18812026-05-21T09:42:56.650Z Compiling futures-macro v0.3.32
18822026-05-21T09:42:56.852Z Compiling zeroize v1.8.2
18832026-05-21T09:42:57.122Z Compiling thiserror-impl v2.0.18
18842026-05-21T09:42:57.304Z Compiling schemars_derive v0.8.22
18852026-05-21T09:42:57.304Z Compiling tracing-attributes v0.1.31
18862026-05-21T09:42:57.395Z Compiling der_derive v0.7.3
18872026-05-21T09:42:57.410Z Compiling thiserror-impl v1.0.69
18882026-05-21T09:42:57.424Z Compiling zerofrom v0.1.6
18892026-05-21T09:42:57.566Z Compiling yoke v0.8.1
18902026-05-21T09:42:57.651Z Compiling crypto-common v0.1.7
18912026-05-21T09:42:57.771Z Compiling zerovec v0.11.5
18922026-05-21T09:42:57.771Z Compiling zerotrie v0.2.3
18932026-05-21T09:42:57.975Z Compiling block-buffer v0.10.4
18942026-05-21T09:42:58.258Z Compiling digest v0.10.7
18952026-05-21T09:42:58.302Z Compiling tinystr v0.8.2
18962026-05-21T09:42:58.320Z Compiling potential_utf v0.1.4
18972026-05-21T09:42:58.460Z Compiling icu_collections v2.1.1
18982026-05-21T09:42:58.476Z Compiling icu_locale_core v2.1.1
18992026-05-21T09:42:58.493Z Compiling pest_derive v2.8.6
19002026-05-21T09:42:58.510Z Compiling futures-util v0.3.32
19012026-05-21T09:42:58.525Z Compiling hmac v0.12.1
19022026-05-21T09:42:58.690Z Compiling block-padding v0.3.3
19032026-05-21T09:42:58.740Z Compiling rustls-pki-types v1.14.0
19042026-05-21T09:42:58.931Z Compiling inout v0.1.4
19052026-05-21T09:42:59.094Z Compiling openssl-macros v0.1.1
19062026-05-21T09:42:59.197Z Compiling cipher v0.4.4
19072026-05-21T09:42:59.257Z Compiling icu_provider v2.1.1
19082026-05-21T09:42:59.359Z Compiling bytes v1.11.1
19092026-05-21T09:42:59.429Z Compiling chrono v0.4.44
19102026-05-21T09:42:59.448Z Compiling serde_tokenstream v0.2.3
19112026-05-21T09:42:59.612Z Compiling icu_properties v2.1.2
19122026-05-21T09:42:59.680Z Compiling icu_normalizer v2.1.1
19132026-05-21T09:42:59.712Z Compiling sha2 v0.10.9
19142026-05-21T09:42:59.967Z Compiling tokio v1.52.1
19152026-05-21T09:43:00.285Z Compiling scroll_derive v0.12.1
19162026-05-21T09:43:00.447Z Compiling scroll_derive v0.13.1
19172026-05-21T09:43:00.836Z Compiling idna_adapter v1.2.1
19182026-05-21T09:43:00.905Z Compiling ppv-lite86 v0.2.21
19192026-05-21T09:43:00.962Z Compiling idna v1.1.0
19202026-05-21T09:43:01.058Z Compiling http v1.4.0
19212026-05-21T09:43:01.201Z Compiling untrusted v0.9.0
19222026-05-21T09:43:01.219Z Compiling flagset v0.4.7
19232026-05-21T09:43:01.264Z Compiling tracing v0.1.44
19242026-05-21T09:43:01.351Z Compiling url v2.5.8
19252026-05-21T09:43:01.382Z Compiling der v0.7.10
19262026-05-21T09:43:01.504Z Compiling darling_macro v0.21.3
19272026-05-21T09:43:01.520Z Compiling regex v1.12.3
19282026-05-21T09:43:01.570Z Compiling zerocopy-derive v0.7.35
19292026-05-21T09:43:01.678Z Compiling rand_core v0.9.5
19302026-05-21T09:43:01.904Z Compiling slog v2.8.2
19312026-05-21T09:43:02.335Z Compiling spki v0.7.3
19322026-05-21T09:43:02.350Z Compiling darling v0.21.3
19332026-05-21T09:43:02.433Z Compiling salsa20 v0.10.2
19342026-05-21T09:43:02.448Z Compiling pbkdf2 v0.12.2
19352026-05-21T09:43:02.970Z Compiling cookie v0.18.1
19362026-05-21T09:43:03.022Z Compiling camino v1.2.2
19372026-05-21T09:43:03.309Z Compiling scrypt v0.11.0
19382026-05-21T09:43:03.330Z Compiling http-body v1.0.1
19392026-05-21T09:43:03.351Z Compiling rand_chacha v0.9.0
19402026-05-21T09:43:03.494Z Compiling cbc v0.1.2
19412026-05-21T09:43:03.520Z Compiling aes v0.8.4
19422026-05-21T09:43:03.615Z Compiling usdt-impl v0.5.0
19432026-05-21T09:43:03.638Z Compiling atomic-waker v1.1.2
19442026-05-21T09:43:03.656Z Compiling usdt-impl v0.6.0
19452026-05-21T09:43:03.737Z Compiling untrusted v0.7.1
19462026-05-21T09:43:03.737Z Compiling paste v1.0.15
19472026-05-21T09:43:03.765Z Compiling tokio-util v0.7.18
19482026-05-21T09:43:03.787Z Compiling winnow v0.7.14
19492026-05-21T09:43:03.845Z Compiling tinyvec_macros v0.1.1
19502026-05-21T09:43:03.891Z Compiling either v1.15.0
19512026-05-21T09:43:03.927Z Compiling ref-cast v1.0.25
19522026-05-21T09:43:03.955Z Compiling openssl-probe v0.2.1
19532026-05-21T09:43:03.998Z Compiling tinyvec v1.10.0
19542026-05-21T09:43:04.123Z Compiling pkcs5 v0.7.1
19552026-05-21T09:43:04.263Z Compiling rand v0.9.2
19562026-05-21T09:43:04.746Z Compiling scroll v0.13.0
19572026-05-21T09:43:04.761Z Compiling scroll v0.12.0
19582026-05-21T09:43:04.842Z Compiling serde_spanned v0.6.9
19592026-05-21T09:43:04.889Z Compiling toml_datetime v0.6.11
19602026-05-21T09:43:05.001Z Compiling async-trait v0.1.89
19612026-05-21T09:43:05.023Z Compiling heapless v0.7.17
19622026-05-21T09:43:05.083Z Compiling bzip2-sys v0.1.13+1.0.8
19632026-05-21T09:43:05.114Z Compiling try-lock v0.2.5
19642026-05-21T09:43:05.173Z Compiling tower-service v0.3.3
19652026-05-21T09:43:05.288Z Compiling signal-hook v0.3.18
19662026-05-21T09:43:05.304Z Compiling tower-layer v0.3.3
19672026-05-21T09:43:05.373Z Compiling zstd-safe v7.2.4
19682026-05-21T09:43:05.472Z Compiling fastrand v2.3.0
19692026-05-21T09:43:05.488Z Compiling h2 v0.4.13
19702026-05-21T09:43:05.527Z Compiling want v0.3.1
19712026-05-21T09:43:05.564Z Compiling toml_parser v1.0.9+spec-1.1.0
19722026-05-21T09:43:05.702Z Compiling goblin v0.8.2
19732026-05-21T09:43:05.763Z Compiling goblin v0.10.5
19742026-05-21T09:43:05.885Z Compiling pkcs8 v0.10.2
19752026-05-21T09:43:06.044Z Compiling zerocopy v0.7.35
19762026-05-21T09:43:06.142Z Compiling ipnet v2.11.0
19772026-05-21T09:43:06.215Z Compiling ref-cast-impl v1.0.25
19782026-05-21T09:43:06.355Z Compiling darling_core v0.20.11
19792026-05-21T09:43:06.599Z Compiling curve25519-dalek v4.1.3
19802026-05-21T09:43:06.638Z Compiling toml_datetime v0.7.5+spec-1.1.0
19812026-05-21T09:43:06.775Z Compiling memoffset v0.9.1
19822026-05-21T09:43:06.861Z Compiling litrs v1.0.0
19832026-05-21T09:43:06.991Z Compiling httpdate v1.0.3
19842026-05-21T09:43:07.174Z Compiling pin-utils v0.1.0
19852026-05-21T09:43:07.289Z Compiling foreign-types-shared v0.1.1
19862026-05-21T09:43:07.373Z Compiling rustix v0.38.44
19872026-05-21T09:43:07.395Z Compiling winnow v0.5.40
19882026-05-21T09:43:07.472Z Compiling foreign-types v0.3.2
19892026-05-21T09:43:07.556Z Compiling document-features v0.2.12
19902026-05-21T09:43:07.668Z Compiling tempfile v3.25.0
19912026-05-21T09:43:08.013Z Compiling dof v0.3.0
19922026-05-21T09:43:08.095Z Compiling unicode-normalization v0.1.25
19932026-05-21T09:43:08.168Z Compiling dtrace-parser v0.2.0
19942026-05-21T09:43:08.287Z Compiling darling_macro v0.20.11
19952026-05-21T09:43:08.451Z Compiling dof v0.4.0
19962026-05-21T09:43:08.563Z Compiling hyper v1.8.1
19972026-05-21T09:43:08.658Z Compiling toml_edit v0.19.15
19982026-05-21T09:43:08.762Z Compiling dtrace-parser v0.3.0
19992026-05-21T09:43:08.808Z Compiling daft-derive v0.1.7
20002026-05-21T09:43:08.837Z Compiling pin-project-internal v1.1.11
20012026-05-21T09:43:08.998Z Compiling spin v0.9.8
20022026-05-21T09:43:09.038Z Compiling thread-id v5.1.0
20032026-05-21T09:43:09.092Z Compiling thread-id v4.2.2
20042026-05-21T09:43:09.166Z Compiling smoltcp v0.9.1
20052026-05-21T09:43:09.183Z Compiling powerfmt v0.2.0
20062026-05-21T09:43:09.360Z Compiling num-bigint-dig v0.8.6
20072026-05-21T09:43:09.393Z Compiling cfg_aliases v0.2.1
20082026-05-21T09:43:09.462Z Compiling deranged v0.5.8
20092026-05-21T09:43:09.495Z Compiling nix v0.31.2
20102026-05-21T09:43:09.864Z Compiling hyper-util v0.1.20
20112026-05-21T09:43:09.886Z Compiling darling v0.20.11
20122026-05-21T09:43:10.016Z Compiling rustls-native-certs v0.8.3
20132026-05-21T09:43:10.052Z Compiling ipnetwork v0.21.1
20142026-05-21T09:43:10.296Z Compiling curve25519-dalek-derive v0.1.1
20152026-05-21T09:43:10.676Z Compiling strum_macros v0.26.4
20162026-05-21T09:43:10.773Z Compiling sync_wrapper v1.0.2
20172026-05-21T09:43:10.870Z Compiling wait-timeout v0.2.1
20182026-05-21T09:43:10.917Z Compiling bit-vec v0.8.0
20192026-05-21T09:43:11.114Z Compiling quick-error v1.2.3
20202026-05-21T09:43:11.140Z Compiling siphasher v1.0.2
20212026-05-21T09:43:11.160Z Compiling anstyle v1.0.13
20222026-05-21T09:43:11.284Z Compiling num_threads v0.1.7
20232026-05-21T09:43:11.338Z Compiling utf8parse v0.2.2
20242026-05-21T09:43:11.353Z Compiling simd-adler32 v0.3.8
20252026-05-21T09:43:11.470Z Compiling anstyle-parse v0.2.7
20262026-05-21T09:43:11.541Z Compiling time v0.3.47
20272026-05-21T09:43:11.604Z Compiling rusty-fork v0.3.1
20282026-05-21T09:43:11.647Z Compiling bit-set v0.8.0
20292026-05-21T09:43:11.900Z Compiling tower v0.5.3
20302026-05-21T09:43:12.178Z Compiling derive_builder_core v0.20.2
20312026-05-21T09:43:12.256Z Compiling http-body-util v0.1.3
20322026-05-21T09:43:12.376Z Compiling webpki-roots v1.0.6
20332026-05-21T09:43:12.510Z Compiling rand_xorshift v0.4.0
20342026-05-21T09:43:12.550Z Compiling signature v2.2.0
20352026-05-21T09:43:12.607Z Compiling hubpack_derive v0.1.1
20362026-05-21T09:43:12.658Z Compiling strum_macros v0.27.2
20372026-05-21T09:43:12.676Z Compiling snafu-derive v0.8.9
20382026-05-21T09:43:12.911Z Compiling fs-err v3.3.0
20392026-05-21T09:43:12.987Z Compiling ahash v0.8.12
20402026-05-21T09:43:13.067Z Compiling colorchoice v1.0.4
20412026-05-21T09:43:13.088Z Compiling unicode-properties v0.1.4
20422026-05-21T09:43:13.121Z Compiling ryu v1.0.23
20432026-05-21T09:43:13.201Z Compiling unicode-bidi v0.3.18
20442026-05-21T09:43:13.217Z Compiling object v0.37.3
20452026-05-21T09:43:13.233Z Compiling adler2 v2.0.1
20462026-05-21T09:43:13.311Z Compiling unarray v0.1.4
20472026-05-21T09:43:13.345Z Compiling is_terminal_polyfill v1.70.2
20482026-05-21T09:43:13.377Z Compiling allocator-api2 v0.2.21
20492026-05-21T09:43:13.425Z Compiling unicode-segmentation v1.12.0
20502026-05-21T09:43:13.504Z Compiling anstyle-query v1.1.5
20512026-05-21T09:43:13.516Z Compiling iri-string v0.7.10
20522026-05-21T09:43:13.644Z Compiling anstream v0.6.21
20532026-05-21T09:43:13.648Z Compiling serde_urlencoded v0.7.1
20542026-05-21T09:43:13.678Z Compiling stringprep v0.1.5
20552026-05-21T09:43:13.728Z Compiling proptest v1.10.0
20562026-05-21T09:43:13.809Z Compiling miniz_oxide v0.8.9
20572026-05-21T09:43:14.033Z Compiling derive_builder_macro v0.20.2
20582026-05-21T09:43:14.337Z Compiling tokio-native-tls v0.3.1
20592026-05-21T09:43:14.371Z Compiling usdt-macro v0.6.0
20602026-05-21T09:43:14.434Z Compiling usdt-attr-macro v0.6.0
20612026-05-21T09:43:14.685Z Compiling tower-http v0.6.8
20622026-05-21T09:43:14.747Z Compiling rand_chacha v0.3.1
20632026-05-21T09:43:14.815Z Compiling erased-serde v0.3.31
20642026-05-21T09:43:14.922Z Compiling md-5 v0.10.6
20652026-05-21T09:43:14.939Z Compiling bstr v1.12.1
20662026-05-21T09:43:15.104Z Compiling num-integer v0.1.46
20672026-05-21T09:43:15.121Z Compiling hash32 v0.2.1
20682026-05-21T09:43:15.136Z Compiling vergen-lib v0.1.6
20692026-05-21T09:43:15.197Z Compiling ff v0.13.1
20702026-05-21T09:43:15.306Z Compiling base16ct v0.2.0
20712026-05-21T09:43:15.359Z Compiling zlib-rs v0.6.2
20722026-05-21T09:43:15.364Z Compiling psl-types v2.0.11
20732026-05-21T09:43:15.364Z Compiling fallible-iterator v0.2.0
20742026-05-21T09:43:15.455Z Compiling sec1 v0.7.3
20752026-05-21T09:43:15.470Z Compiling num-iter v0.1.45
20762026-05-21T09:43:15.489Z Compiling publicsuffix v2.3.0
20772026-05-21T09:43:15.506Z Compiling group v0.13.0
20782026-05-21T09:43:15.673Z Compiling postgres-protocol v0.6.10
20792026-05-21T09:43:15.690Z Compiling rand v0.8.6
20802026-05-21T09:43:15.734Z Compiling newtype-uuid v1.3.2
20812026-05-21T09:43:16.020Z Compiling oxnet v0.1.4
20822026-05-21T09:43:16.202Z Compiling derive_builder v0.20.2
20832026-05-21T09:43:16.226Z Compiling hyper-tls v0.6.0
20842026-05-21T09:43:16.340Z Compiling heck v0.4.1
20852026-05-21T09:43:16.397Z Compiling phf_shared v0.13.1
20862026-05-21T09:43:16.400Z Compiling pin-project v1.1.11
20872026-05-21T09:43:16.464Z Compiling lazy_static v1.5.0
20882026-05-21T09:43:16.593Z Compiling terminal_size v0.4.3
20892026-05-21T09:43:16.610Z Compiling serde_with_macros v3.17.0
20902026-05-21T09:43:16.622Z Compiling futures-executor v0.3.32
20912026-05-21T09:43:16.637Z Compiling hex v0.4.3
20922026-05-21T09:43:16.846Z Compiling cargo-platform v0.1.9
20932026-05-21T09:43:16.862Z Compiling hkdf v0.12.4
20942026-05-21T09:43:16.952Z Compiling crypto-bigint v0.5.5
20952026-05-21T09:43:17.022Z Compiling async-recursion v1.1.1
20962026-05-21T09:43:17.093Z Compiling serde_repr v0.1.20
20972026-05-21T09:43:17.122Z Compiling enum-as-inner v0.6.1
20982026-05-21T09:43:17.158Z Compiling clap_derive v4.5.55
20992026-05-21T09:43:17.212Z Compiling vergen v9.0.6
21002026-05-21T09:43:17.430Z Compiling flate2 v1.1.9
21012026-05-21T09:43:17.648Z Compiling encoding_rs v0.8.35
21022026-05-21T09:43:17.662Z Compiling same-file v1.0.6
21032026-05-21T09:43:17.666Z Compiling bumpalo v3.20.2
21042026-05-21T09:43:17.666Z Compiling clap_lex v1.0.0
21052026-05-21T09:43:17.693Z Compiling bitflags v1.3.2
21062026-05-21T09:43:17.781Z Compiling libbz2-rs-sys v0.2.2
21072026-05-21T09:43:17.798Z Compiling foldhash v0.1.5
21082026-05-21T09:43:17.829Z Compiling foldhash v0.2.0
21092026-05-21T09:43:17.921Z Compiling mime v0.3.17
21102026-05-21T09:43:18.012Z Compiling managed v0.8.0
21112026-05-21T09:43:18.168Z Compiling hashbrown v0.16.1
21122026-05-21T09:43:18.171Z Compiling hashbrown v0.15.5
21132026-05-21T09:43:18.300Z Compiling bzip2 v0.6.1
21142026-05-21T09:43:18.315Z Compiling zopfli v0.8.3
21152026-05-21T09:43:18.370Z Compiling clap_builder v4.5.60
21162026-05-21T09:43:18.749Z Compiling elliptic-curve v0.13.8
21172026-05-21T09:43:18.765Z Compiling walkdir v2.5.0
21182026-05-21T09:43:18.867Z Compiling zstd v0.13.3
21192026-05-21T09:43:18.966Z Compiling cargo_metadata v0.19.2
21202026-05-21T09:43:19.009Z Compiling futures v0.3.32
21212026-05-21T09:43:19.135Z Compiling phf v0.13.1
21222026-05-21T09:43:19.182Z Compiling snafu v0.8.9
21232026-05-21T09:43:19.238Z Compiling signal-hook-mio v0.2.5
21242026-05-21T09:43:19.330Z Compiling daft v0.1.7
21252026-05-21T09:43:19.379Z Compiling postgres-types v0.2.12
21262026-05-21T09:43:19.534Z Compiling cookie_store v0.22.1
21272026-05-21T09:43:19.614Z Compiling bzip2 v0.4.4
21282026-05-21T09:43:19.618Z Compiling globset v0.4.18
21292026-05-21T09:43:19.835Z Compiling strum v0.27.2
21302026-05-21T09:43:20.095Z Compiling hubpack v0.1.2
21312026-05-21T09:43:20.176Z Compiling ed25519 v2.2.3
21322026-05-21T09:43:20.192Z Compiling phf_shared v0.11.3
21332026-05-21T09:43:20.227Z Compiling crossbeam-epoch v0.9.18
21342026-05-21T09:43:20.265Z Compiling olpc-cjson v0.1.4
21352026-05-21T09:43:20.329Z Compiling pkcs1 v0.7.5
21362026-05-21T09:43:20.426Z Compiling pem v3.0.6
21372026-05-21T09:43:20.496Z Compiling serde-big-array v0.5.1
21382026-05-21T09:43:20.512Z Compiling serde_plain v1.0.2
21392026-05-21T09:43:20.660Z Compiling rfc6979 v0.4.0
21402026-05-21T09:43:20.689Z Compiling float-cmp v0.10.0
21412026-05-21T09:43:20.721Z Compiling memmap2 v0.9.10
21422026-05-21T09:43:20.736Z Compiling env_filter v1.0.0
21432026-05-21T09:43:20.753Z Compiling keccak v0.1.6
21442026-05-21T09:43:20.767Z Compiling new_debug_unreachable v1.0.6
21452026-05-21T09:43:20.796Z Compiling whoami v2.1.0
21462026-05-21T09:43:20.810Z Compiling static_assertions v1.1.0
21472026-05-21T09:43:20.850Z Compiling predicates-core v1.0.10
21482026-05-21T09:43:20.866Z Compiling fixedbitset v0.4.2
21492026-05-21T09:43:20.897Z Compiling normalize-line-endings v0.3.0
21502026-05-21T09:43:20.943Z Compiling typed-path v0.9.3
21512026-05-21T09:43:20.979Z Compiling precomputed-hash v0.1.1
21522026-05-21T09:43:21.006Z Compiling fixedbitset v0.5.7
21532026-05-21T09:43:21.036Z Compiling difflib v0.4.0
21542026-05-21T09:43:21.068Z Compiling jiff v0.2.21
21552026-05-21T09:43:21.084Z Compiling data-encoding v2.10.0
21562026-05-21T09:43:21.143Z Compiling toml_write v0.1.2
21572026-05-21T09:43:21.336Z Compiling toml_edit v0.22.27
21582026-05-21T09:43:21.351Z Compiling predicates v3.1.4
21592026-05-21T09:43:21.485Z Compiling hickory-proto v0.25.2
21602026-05-21T09:43:21.508Z Compiling petgraph v0.8.3
21612026-05-21T09:43:21.624Z Compiling string_cache v0.8.9
21622026-05-21T09:43:21.740Z Compiling petgraph v0.6.5
21632026-05-21T09:43:21.855Z Compiling tokio-postgres v0.7.16
21642026-05-21T09:43:22.077Z Compiling sha3 v0.10.8
21652026-05-21T09:43:22.196Z Compiling env_logger v0.11.9
21662026-05-21T09:43:22.317Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21672026-05-21T09:43:22.364Z Compiling usdt v0.6.0
21682026-05-21T09:43:22.480Z Compiling ecdsa v0.16.9
21692026-05-21T09:43:22.630Z Compiling rsa v0.9.10
21702026-05-21T09:43:22.889Z Compiling ed25519-dalek v2.2.0
21712026-05-21T09:43:23.506Z Compiling crossterm v0.28.1
21722026-05-21T09:43:23.599Z Compiling clap v4.5.60
21732026-05-21T09:43:23.638Z Compiling zip v4.6.1
21742026-05-21T09:43:23.905Z Compiling zip v0.6.6
21752026-05-21T09:43:24.071Z Compiling iddqd v0.4.1
21762026-05-21T09:43:24.559Z Compiling serde_with v3.17.0
21772026-05-21T09:43:24.699Z Compiling similar v2.7.0
21782026-05-21T09:43:24.738Z Compiling strum v0.26.3
21792026-05-21T09:43:24.765Z Compiling toml v0.7.8
21802026-05-21T09:43:24.780Z Compiling tokio-stream v0.1.18
21812026-05-21T09:43:24.941Z Compiling itertools v0.13.0
21822026-05-21T09:43:25.116Z Compiling buf-list v1.1.2
21832026-05-21T09:43:25.244Z Compiling x509-cert v0.2.5
21842026-05-21T09:43:25.395Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
21852026-05-21T09:43:25.445Z Compiling openapiv3 v2.2.0
21862026-05-21T09:43:25.641Z Compiling sha1 v0.10.6
21872026-05-21T09:43:25.884Z Compiling lalrpop-util v0.19.12
21882026-05-21T09:43:26.094Z Compiling peg-runtime v0.8.5
21892026-05-21T09:43:40.948Z Compiling rustls-webpki v0.103.9
21902026-05-21T09:43:42.226Z Compiling macaddr v1.0.1
21912026-05-21T09:43:42.266Z Compiling structmeta-derive v0.3.0
21922026-05-21T09:43:42.381Z Compiling rayon-core v1.13.0
21932026-05-21T09:43:42.401Z Compiling crucible-workspace-hack v0.1.0
21942026-05-21T09:43:42.417Z Compiling itertools v0.14.0
21952026-05-21T09:43:42.523Z Compiling secrecy v0.10.3
21962026-05-21T09:43:42.623Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21972026-05-21T09:43:42.638Z Compiling heapless v0.8.0
21982026-05-21T09:43:42.652Z Compiling rustls v0.22.4
21992026-05-21T09:43:42.799Z Compiling crossbeam-deque v0.8.6
22002026-05-21T09:43:42.803Z Compiling toml_edit v0.23.10+spec-1.0.0
22012026-05-21T09:43:42.884Z Compiling rustls-webpki v0.102.8
22022026-05-21T09:43:43.024Z Compiling hash32 v0.3.1
22032026-05-21T09:43:43.037Z Compiling multer v3.1.0
22042026-05-21T09:43:43.059Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22052026-05-21T09:43:43.110Z Compiling thread_local v1.1.9
22062026-05-21T09:43:43.217Z Compiling compression-core v0.4.31
22072026-05-21T09:43:43.232Z Compiling slog-async v2.8.0
22082026-05-21T09:43:43.253Z Compiling smoltcp v0.11.0
22092026-05-21T09:43:43.269Z Compiling match_cfg v0.1.0
22102026-05-21T09:43:43.283Z Compiling structmeta v0.3.0
22112026-05-21T09:43:43.326Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22122026-05-21T09:43:43.355Z Compiling unicode-width v0.2.0
22132026-05-21T09:43:43.469Z Compiling proc-macro-crate v3.4.0
22142026-05-21T09:43:43.542Z Compiling derive-ex v0.1.8
22152026-05-21T09:43:43.578Z Compiling compression-codecs v0.4.37
22162026-05-21T09:43:43.593Z Compiling hostname v0.3.1
22172026-05-21T09:43:43.675Z Compiling ingot-macros v0.1.1
22182026-05-21T09:43:43.745Z Compiling slog-json v2.6.1
22192026-05-21T09:43:43.774Z Compiling crossbeam-channel v0.5.15
22202026-05-21T09:43:43.910Z Compiling half v2.7.1
22212026-05-21T09:43:43.951Z Compiling newtype-uuid-macros v0.1.0
22222026-05-21T09:43:44.009Z Compiling cobs v0.3.0
22232026-05-21T09:43:44.220Z Compiling thiserror-impl-no-std v2.0.2
22242026-05-21T09:43:44.280Z Compiling universal-hash v0.5.1
22252026-05-21T09:43:44.331Z Compiling async-stream-impl v0.3.6
22262026-05-21T09:43:44.445Z Compiling toml_datetime v1.0.0+spec-1.1.0
22272026-05-21T09:43:44.493Z Compiling serde_spanned v1.0.4
22282026-05-21T09:43:45.001Z Compiling is-terminal v0.4.17
22292026-05-21T09:43:45.010Z Compiling dropshot v0.17.0
22302026-05-21T09:43:45.010Z Compiling tokio-rustls v0.26.4
22312026-05-21T09:43:45.010Z Compiling rustls-platform-verifier v0.6.2
22322026-05-21T09:43:45.010Z Compiling proc-macro-error-attr v1.0.4
22332026-05-21T09:43:45.010Z Compiling term v1.2.1
22342026-05-21T09:43:45.010Z Compiling convert_case v0.4.0
22352026-05-21T09:43:45.028Z Compiling hyper-rustls v0.27.7
22362026-05-21T09:43:45.057Z Compiling take_mut v0.2.2
22372026-05-21T09:43:45.073Z Compiling opaque-debug v0.3.1
22382026-05-21T09:43:45.109Z Compiling toml_writer v1.0.6+spec-1.1.0
22392026-05-21T09:43:45.167Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22402026-05-21T09:43:45.196Z Compiling ciborium-io v0.2.2
22412026-05-21T09:43:45.257Z Compiling derive_more v0.99.20
22422026-05-21T09:43:45.273Z Compiling reqwest v0.12.28
22432026-05-21T09:43:45.276Z Compiling reqwest v0.13.2
22442026-05-21T09:43:45.311Z Compiling toml v1.0.6+spec-1.1.0
22452026-05-21T09:43:45.373Z Compiling ciborium-ll v0.2.2
22462026-05-21T09:43:45.403Z Compiling thiserror-no-std v2.0.2
22472026-05-21T09:43:45.420Z Compiling slog-term v2.9.2
22482026-05-21T09:43:45.508Z Compiling tokio-rustls v0.25.0
22492026-05-21T09:43:45.770Z Compiling poly1305 v0.8.0
22502026-05-21T09:43:45.928Z Compiling test-strategy v0.4.5
22512026-05-21T09:43:46.286Z Compiling ingot-types v0.1.2
22522026-05-21T09:43:46.426Z Compiling async-stream v0.3.6
22532026-05-21T09:43:46.468Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22542026-05-21T09:43:46.629Z Compiling postcard v1.1.3
22552026-05-21T09:43:46.732Z Compiling ingot v0.1.1
22562026-05-21T09:43:46.755Z Compiling slog-bunyan v2.5.0
22572026-05-21T09:43:46.898Z Compiling tough v0.22.0
22582026-05-21T09:43:46.957Z Compiling num_enum_derive v0.7.5
22592026-05-21T09:43:46.973Z Compiling async-compression v0.4.41
22602026-05-21T09:43:47.220Z Compiling parse-display-derive v0.10.0
22612026-05-21T09:43:47.419Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22622026-05-21T09:43:47.464Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22632026-05-21T09:43:47.711Z Compiling proc-macro-crate v1.3.1
22642026-05-21T09:43:47.888Z Compiling backon v1.6.0
22652026-05-21T09:43:48.064Z Compiling waitgroup v0.1.2
22662026-05-21T09:43:48.161Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22672026-05-21T09:43:48.198Z Compiling password-hash v0.5.0
22682026-05-21T09:43:48.213Z Compiling chacha20 v0.9.1
22692026-05-21T09:43:48.268Z Compiling dropshot_endpoint v0.17.0
22702026-05-21T09:43:48.504Z Compiling rustls-pemfile v2.2.0
22712026-05-21T09:43:48.520Z Compiling blake2 v0.10.6
22722026-05-21T09:43:48.604Z Compiling aead v0.5.2
22732026-05-21T09:43:48.715Z Compiling foreign-types-macros v0.2.3
22742026-05-21T09:43:48.804Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22752026-05-21T09:43:48.804Z Compiling serde_path_to_error v0.1.20
22762026-05-21T09:43:49.001Z Compiling hostname v0.4.2
22772026-05-21T09:43:49.033Z Compiling proc-macro-error v1.0.4
22782026-05-21T09:43:49.062Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22792026-05-21T09:43:49.190Z Compiling instant v0.1.13
22802026-05-21T09:43:49.198Z Compiling typeid v1.0.3
22812026-05-21T09:43:49.246Z Compiling cpufeatures v0.3.0
22822026-05-21T09:43:49.285Z Compiling debug-ignore v1.0.5
22832026-05-21T09:43:49.302Z Compiling foreign-types-shared v0.3.1
22842026-05-21T09:43:49.332Z Compiling chacha20 v0.10.0
22852026-05-21T09:43:49.349Z Compiling backoff v0.4.0
22862026-05-21T09:43:49.353Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22872026-05-21T09:43:49.396Z Compiling argon2 v0.5.3
22882026-05-21T09:43:49.407Z Compiling foreign-types v0.5.0
22892026-05-21T09:43:49.426Z Compiling chacha20poly1305 v0.10.1
22902026-05-21T09:43:49.426Z Compiling parse-display v0.10.0
22912026-05-21T09:43:49.463Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22922026-05-21T09:43:49.504Z Compiling num_enum_derive v0.5.11
22932026-05-21T09:43:49.519Z Compiling num_enum v0.7.5
22942026-05-21T09:43:49.538Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22952026-05-21T09:43:49.594Z Compiling ciborium v0.2.2
22962026-05-21T09:43:49.643Z Compiling vsss-rs v3.3.4
22972026-05-21T09:43:49.798Z Compiling tabwriter v1.4.1
22982026-05-21T09:43:49.990Z Compiling regress v0.10.5
22992026-05-21T09:43:50.187Z Compiling byte-wrapper v0.1.0
23002026-05-21T09:43:50.339Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23012026-05-21T09:43:50.429Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23022026-05-21T09:43:50.449Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23032026-05-21T09:43:50.455Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23042026-05-21T09:43:50.479Z Compiling cstr-argument v0.1.2
23052026-05-21T09:43:50.669Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23062026-05-21T09:43:50.812Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23072026-05-21T09:43:50.870Z Compiling humantime v2.3.0
23082026-05-21T09:43:50.885Z Compiling erased-serde v0.4.9
23092026-05-21T09:43:50.989Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23102026-05-21T09:43:51.025Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23112026-05-21T09:43:51.082Z Compiling num_enum v0.5.11
23122026-05-21T09:43:51.137Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23132026-05-21T09:43:51.155Z Compiling rand v0.10.0
23142026-05-21T09:43:51.244Z Compiling rayon v1.11.0
23152026-05-21T09:43:51.247Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23162026-05-21T09:43:51.327Z Compiling colored v3.1.1
23172026-05-21T09:43:51.370Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23182026-05-21T09:43:51.385Z Compiling indent_write v2.2.0
23192026-05-21T09:43:51.399Z Compiling libefi-sys v0.1.0
23202026-05-21T09:43:51.463Z Compiling zone_cfg_derive v0.3.1
23212026-05-21T09:43:51.547Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23222026-05-21T09:43:51.581Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23232026-05-21T09:43:51.605Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23242026-05-21T09:43:51.638Z Compiling camino-tempfile v1.4.1
23252026-05-21T09:43:51.849Z Compiling itertools v0.12.1
23262026-05-21T09:43:51.949Z Compiling usdt-attr-macro v0.5.0
23272026-05-21T09:43:52.031Z Compiling usdt-macro v0.5.0
23282026-05-21T09:43:52.045Z Compiling bitfield-struct v0.6.2
23292026-05-21T09:43:52.078Z Compiling num-derive v0.4.2
23302026-05-21T09:43:52.094Z Compiling blake3 v1.8.3
23312026-05-21T09:43:52.130Z Compiling ordered-float v2.10.1
23322026-05-21T09:43:52.420Z Compiling sigpipe v0.1.3
23332026-05-21T09:43:52.445Z Compiling memmap v0.7.0
23342026-05-21T09:43:52.533Z Compiling glob v0.3.3
23352026-05-21T09:43:52.679Z Compiling swrite v0.1.0
23362026-05-21T09:43:52.691Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23372026-05-21T09:43:52.707Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23382026-05-21T09:43:52.724Z Compiling usdt v0.5.0
23392026-05-21T09:43:52.925Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23402026-05-21T09:43:52.956Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23412026-05-21T09:43:53.038Z Compiling serde-value v0.7.0
23422026-05-21T09:43:53.286Z Compiling zone v0.3.1
23432026-05-21T09:43:53.305Z Compiling serde-untagged v0.1.9
23442026-05-21T09:43:53.335Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23452026-05-21T09:43:53.463Z Compiling toml v0.8.23
23462026-05-21T09:43:53.614Z Compiling smf v0.2.3
23472026-05-21T09:43:53.648Z Compiling filetime v0.2.27
23482026-05-21T09:43:53.676Z Compiling arrayvec v0.7.6
23492026-05-21T09:43:53.679Z Compiling whoami v1.6.1
23502026-05-21T09:43:53.715Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23512026-05-21T09:43:53.742Z Compiling constant_time_eq v0.4.2
23522026-05-21T09:43:53.812Z Compiling arrayref v0.3.9
23532026-05-21T09:43:53.878Z Compiling unicode-xid v0.2.6
23542026-05-21T09:43:53.904Z Compiling xattr v1.6.1
23552026-05-21T09:43:53.936Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23562026-05-21T09:43:53.956Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23572026-05-21T09:43:54.040Z Compiling tar v0.4.45
23582026-05-21T09:43:54.113Z Compiling cargo-util-schemas v0.8.2
23592026-05-21T09:43:54.212Z Compiling tokio-dtrace v0.1.1
23602026-05-21T09:43:54.254Z Compiling console v0.16.2
23612026-05-21T09:43:54.551Z Compiling gethostname v0.5.0
23622026-05-21T09:43:54.653Z Compiling cargo-platform v0.2.0
23632026-05-21T09:43:54.717Z Compiling topological-sort v0.2.2
23642026-05-21T09:43:54.734Z Compiling unit-prefix v0.5.2
23652026-05-21T09:43:54.765Z Compiling oxide-tokio-rt v0.1.4
23662026-05-21T09:43:54.870Z Compiling indicatif v0.18.4
23672026-05-21T09:43:54.904Z Compiling shell-words v1.1.1
23682026-05-21T09:43:54.920Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23692026-05-21T09:43:55.297Z Compiling cargo_metadata v0.21.0
23702026-05-21T09:44:04.410Z Compiling progenitor-client v0.14.0
23712026-05-21T09:44:04.447Z Compiling progenitor-client v0.10.0
23722026-05-21T09:44:04.450Z Compiling omicron-zone-package v0.12.2
23732026-05-21T09:44:04.882Z Compiling progenitor-extras v0.2.0
23742026-05-21T09:44:07.097Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23752026-05-21T09:44:07.114Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23762026-05-21T09:44:07.114Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23772026-05-21T09:44:07.157Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23782026-05-21T09:44:07.195Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23792026-05-21T09:44:07.244Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23802026-05-21T09:44:07.361Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23812026-05-21T09:44:07.448Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23822026-05-21T09:44:07.491Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23832026-05-21T09:44:11.417Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23842026-05-21T09:44:19.058Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23852026-05-21T09:44:22.095Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23862026-05-21T09:44:23.058Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23872026-05-21T09:44:32.750Z Finished `release` profile [optimized] target(s) in 1m 42s
23882026-05-21T09:44:32.899Z Running `target/release/omicron-package -t test target create -p dev`
23892026-05-21T09:44:32.960ZLogging to: /work/oxidecomputer/omicron/out/LOG
23902026-05-21T09:44:32.963ZCreated new build target 'test' and set it as active
23912026-05-21T09:44:32.966Z
23922026-05-21T09:44:32.966Zreal 1:43.162582412
23932026-05-21T09:44:32.967Zuser 16:52.860108561
23942026-05-21T09:44:32.967Zsys 2:33.934444716
23952026-05-21T09:44:32.967Ztrap 0.461276495
23962026-05-21T09:44:32.967Ztflt 2.724857100
23972026-05-21T09:44:32.967Zdflt 4.059678003
23982026-05-21T09:44:32.967Zkflt 0.003650174
23992026-05-21T09:44:32.967Zlock 52:25.965550393
24002026-05-21T09:44:32.967Zslp 43:06.206532316
24012026-05-21T09:44:32.967Zlat 42.176058939
24022026-05-21T09:44:32.967Zstop 5:16.194722572
24032026-05-21T09:44:32.967Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24042026-05-21T09:44:33.863Z Finished `release` profile [optimized] target(s) in 0.88s
24052026-05-21T09:44:33.941Z Running `target/release/omicron-package -t test package`
24062026-05-21T09:44:34.001ZLogging to: /work/oxidecomputer/omicron/out/LOG
24072026-05-21T09:44:35.414Z Compiling heck v0.5.0
24082026-05-21T09:44:35.414Z Compiling regress v0.11.1
24092026-05-21T09:44:35.414Z Compiling unsafe-libyaml v0.2.11
24102026-05-21T09:44:35.675Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24112026-05-21T09:44:35.699Z Compiling regress v0.10.5
24122026-05-21T09:44:35.724Z Compiling is-terminal v0.4.17
24132026-05-21T09:44:35.728Z Compiling unicode-width v0.1.14
24142026-05-21T09:44:35.769Z Compiling prettyplease v0.2.37
24152026-05-21T09:44:35.769Z Compiling bytecount v0.6.9
24162026-05-21T09:44:35.772Z Compiling rustls v0.22.4
24172026-05-21T09:44:35.772Z Compiling rustls-webpki v0.102.8
24182026-05-21T09:44:35.772Z Compiling derive-where v1.6.0
24192026-05-21T09:44:35.772Z Compiling thread_local v1.1.9
24202026-05-21T09:44:35.772Z Compiling match_cfg v0.1.0
24212026-05-21T09:44:35.804Z Compiling compression-core v0.4.31
24222026-05-21T09:44:35.888Z Compiling multer v3.1.0
24232026-05-21T09:44:35.954Z Compiling hostname v0.3.1
24242026-05-21T09:44:35.954Z Compiling slog-async v2.8.0
24252026-05-21T09:44:35.998Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24262026-05-21T09:44:36.004Z Compiling compression-codecs v0.4.37
24272026-05-21T09:44:36.037Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24282026-05-21T09:44:36.040Z Compiling crossbeam-channel v0.5.15
24292026-05-21T09:44:36.080Z Compiling slog-json v2.6.1
24302026-05-21T09:44:36.080Z Compiling serde_spanned v1.0.4
24312026-05-21T09:44:36.126Z Compiling serde_yaml v0.9.34+deprecated
24322026-05-21T09:44:36.145Z Compiling toml_datetime v1.0.0+spec-1.1.0
24332026-05-21T09:44:36.191Z Compiling toml_writer v1.0.6+spec-1.1.0
24342026-05-21T09:44:36.214Z Compiling take_mut v0.2.2
24352026-05-21T09:44:36.295Z Compiling term v1.2.1
24362026-05-21T09:44:36.298Z Compiling slog-bunyan v2.5.0
24372026-05-21T09:44:36.332Z Compiling async-compression v0.4.41
24382026-05-21T09:44:36.446Z Compiling toml v1.0.6+spec-1.1.0
24392026-05-21T09:44:36.505Z Compiling dropshot v0.17.0
24402026-05-21T09:44:36.526Z Compiling async-stream v0.3.6
24412026-05-21T09:44:36.529Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24422026-05-21T09:44:36.572Z Compiling slog-term v2.9.2
24432026-05-21T09:44:36.659Z Compiling num-rational v0.4.2
24442026-05-21T09:44:36.714Z Compiling progenitor-client v0.14.0
24452026-05-21T09:44:36.736Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24462026-05-21T09:44:36.762Z Compiling waitgroup v0.1.2
24472026-05-21T09:44:36.794Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24482026-05-21T09:44:36.844Z Compiling backon v1.6.0
24492026-05-21T09:44:36.914Z Compiling rustls-pemfile v2.2.0
24502026-05-21T09:44:36.934Z Compiling num-complex v0.4.6
24512026-05-21T09:44:37.002Z Compiling hostname v0.4.2
24522026-05-21T09:44:37.026Z Compiling serde_path_to_error v0.1.20
24532026-05-21T09:44:37.065Z Compiling instant v0.1.13
24542026-05-21T09:44:37.086Z Compiling debug-ignore v1.0.5
24552026-05-21T09:44:37.122Z Compiling progenitor-extras v0.2.0
24562026-05-21T09:44:37.142Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24572026-05-21T09:44:37.164Z Compiling backoff v0.4.0
24582026-05-21T09:44:37.207Z Compiling typify-impl v0.6.2
24592026-05-21T09:44:37.226Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24602026-05-21T09:44:37.437Z Compiling num v0.4.3
24612026-05-21T09:44:37.440Z Compiling parse-display v0.10.0
24622026-05-21T09:44:37.440Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24632026-05-21T09:44:37.499Z Compiling progenitor-client v0.13.0
24642026-05-21T09:44:37.527Z Compiling progenitor-client v0.10.0
24652026-05-21T09:44:37.549Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24662026-05-21T09:44:37.614Z Compiling macaddr v1.0.1
24672026-05-21T09:44:37.671Z Compiling humantime v2.3.0
24682026-05-21T09:44:37.724Z Compiling float-ord v0.3.2
24692026-05-21T09:44:37.843Z Compiling console v0.15.11
24702026-05-21T09:44:37.894Z Compiling atomicwrites v0.4.4
24712026-05-21T09:44:37.935Z Compiling newline-converter v0.3.0
24722026-05-21T09:44:38.002Z Compiling slog-dtrace v0.3.0
24732026-05-21T09:44:38.024Z Compiling resolv-conf v0.7.6
24742026-05-21T09:44:38.093Z Compiling tokio-rustls v0.25.0
24752026-05-21T09:44:38.173Z Compiling owo-colors v4.3.0
24762026-05-21T09:44:38.198Z Compiling cancel-safe-futures v0.1.5
24772026-05-21T09:44:38.218Z Compiling toml v0.8.23
24782026-05-21T09:44:38.276Z Compiling expectorate v1.2.0
24792026-05-21T09:44:38.373Z Compiling libsw-core v0.3.2
24802026-05-21T09:44:38.539Z Compiling libsw v3.5.0
24812026-05-21T09:44:38.621Z Compiling linear-map v1.2.0
24822026-05-21T09:44:38.644Z Compiling linked-hash-map v0.5.6
24832026-05-21T09:44:38.810Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24842026-05-21T09:44:38.816Z Compiling minimal-lexical v0.2.1
24852026-05-21T09:44:38.858Z Compiling lru-cache v0.1.2
24862026-05-21T09:44:38.861Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24872026-05-21T09:44:38.903Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24882026-05-21T09:44:39.029Z Compiling nom v7.1.3
24892026-05-21T09:44:39.055Z Compiling hickory-proto v0.24.4
24902026-05-21T09:44:39.083Z Compiling unicode-xid v0.2.6
24912026-05-21T09:44:39.163Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24922026-05-21T09:44:39.167Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24932026-05-21T09:44:39.242Z Compiling convert_case v0.10.0
24942026-05-21T09:44:39.543Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-21T09:44:39.577Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
24962026-05-21T09:44:40.087Z Compiling derive_more-impl v2.1.1
24972026-05-21T09:44:40.478Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
24982026-05-21T09:44:40.499Z Compiling papergrid v0.11.0
24992026-05-21T09:44:40.640Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25002026-05-21T09:44:40.683Z Compiling typify-macro v0.6.2
25012026-05-21T09:44:40.873Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-05-21T09:44:40.910Z Compiling derive_more v2.1.1
25032026-05-21T09:44:41.006Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25042026-05-21T09:44:41.132Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25052026-05-21T09:44:41.219Z Compiling tabled_derive v0.7.0
25062026-05-21T09:44:41.652Z Compiling hickory-resolver v0.24.4
25072026-05-21T09:44:41.707Z Compiling termtree v0.5.1
25082026-05-21T09:44:41.906Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25092026-05-21T09:44:42.134Z Compiling tabled v0.15.0
25102026-05-21T09:44:42.203Z Compiling typify v0.6.2
25112026-05-21T09:44:42.503Z Compiling progenitor-impl v0.14.0
25122026-05-21T09:44:42.600Z Compiling progenitor-impl v0.13.0
25132026-05-21T09:44:44.642Z Compiling progenitor-macro v0.14.0
25142026-05-21T09:44:44.761Z Compiling progenitor-macro v0.13.0
25152026-05-21T09:44:44.952Z Compiling qorb v0.4.1
25162026-05-21T09:44:46.249Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25172026-05-21T09:44:46.523Z Compiling crossterm v0.29.0
25182026-05-21T09:44:47.222Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25192026-05-21T09:44:47.422Z Compiling phf_shared v0.12.1
25202026-05-21T09:44:47.674Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25212026-05-21T09:44:48.050Z Compiling csv-core v0.1.13
25222026-05-21T09:44:48.218Z Compiling vte v0.14.1
25232026-05-21T09:44:48.314Z Compiling chrono-tz v0.10.4
25242026-05-21T09:44:48.480Z Compiling highway v1.3.0
25252026-05-21T09:44:48.518Z Compiling strip-ansi-escapes v0.2.1
25262026-05-21T09:44:48.594Z Compiling csv v1.4.0
25272026-05-21T09:44:48.660Z Compiling progenitor v0.14.0
25282026-05-21T09:44:48.816Z Compiling progenitor v0.13.0
25292026-05-21T09:44:48.846Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25302026-05-21T09:44:48.990Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25312026-05-21T09:44:49.028Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25322026-05-21T09:44:49.096Z Compiling phf v0.12.1
25332026-05-21T09:44:49.233Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25342026-05-21T09:44:49.310Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25352026-05-21T09:44:49.451Z Compiling const_format_proc_macros v0.2.34
25362026-05-21T09:44:49.587Z Compiling fd-lock v4.0.4
25372026-05-21T09:44:49.768Z Compiling peg-macros v0.8.5
25382026-05-21T09:44:49.789Z Compiling nu-ansi-term v0.50.3
25392026-05-21T09:44:50.223Z Compiling const_format v0.2.35
25402026-05-21T09:44:50.320Z Compiling reedline v0.40.0
25412026-05-21T09:44:50.717Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25422026-05-21T09:44:51.023Z Compiling peg v0.8.5
25432026-05-21T09:44:51.170Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25442026-05-21T09:44:51.785Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25452026-05-21T09:44:51.922Z Compiling bcs v0.1.6
25462026-05-21T09:44:52.081Z Compiling semver v0.1.20
25472026-05-21T09:44:52.348Z Compiling rustc_version v0.1.7
25482026-05-21T09:44:52.372Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25492026-05-21T09:44:52.584Z Compiling newtype_derive v0.1.6
25502026-05-21T09:44:52.624Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25512026-05-21T09:44:52.811Z Compiling unicode-linebreak v0.1.5
25522026-05-21T09:44:53.025Z Compiling smawk v0.3.2
25532026-05-21T09:44:53.125Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25542026-05-21T09:44:53.218Z Compiling textwrap v0.16.2
25552026-05-21T09:44:53.833Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25562026-05-21T09:44:53.893Z Compiling dropshot-api-manager-types v0.7.1
25572026-05-21T09:44:54.007Z Compiling base64 v0.21.7
25582026-05-21T09:44:54.582Z Compiling steno v0.4.1
25592026-05-21T09:44:54.850Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25602026-05-21T09:44:54.873Z Compiling tagptr v0.2.0
25612026-05-21T09:44:55.074Z Compiling moka v0.12.13
25622026-05-21T09:44:55.101Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25632026-05-21T09:44:55.327Z Compiling utf-8 v0.7.6
25642026-05-21T09:44:55.354Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25652026-05-21T09:44:55.408Z Compiling radium v0.7.0
25662026-05-21T09:44:55.434Z Compiling tap v1.0.1
25672026-05-21T09:44:55.529Z Compiling tungstenite v0.21.0
25682026-05-21T09:44:55.563Z Compiling maybe-uninit v2.0.0
25692026-05-21T09:44:55.587Z Compiling wyz v0.5.1
25702026-05-21T09:44:55.847Z Compiling zerocopy-derive v0.6.6
25712026-05-21T09:44:55.936Z Compiling display-error-chain v0.2.2
25722026-05-21T09:44:55.986Z Compiling funty v2.0.0
25732026-05-21T09:44:56.113Z Compiling packed_struct v0.10.1
25742026-05-21T09:44:56.335Z Compiling hickory-resolver v0.25.2
25752026-05-21T09:44:56.384Z Compiling tokio-tungstenite v0.21.0
25762026-05-21T09:44:56.624Z Compiling crc-catalog v2.4.0
25772026-05-21T09:44:56.713Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25782026-05-21T09:44:56.753Z Compiling crc v3.4.0
25792026-05-21T09:44:56.773Z Compiling zerocopy v0.6.6
25802026-05-21T09:44:56.966Z Compiling bitvec v1.0.1
25812026-05-21T09:44:57.162Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25822026-05-21T09:44:57.277Z Compiling num-derive v0.3.3
25832026-05-21T09:44:57.525Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25842026-05-21T09:44:57.632Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25852026-05-21T09:44:58.114Z Compiling packed_struct_codegen v0.10.1
25862026-05-21T09:44:58.138Z Compiling bitfield-macros v0.19.4
25872026-05-21T09:44:58.756Z Compiling proc-macro-error-attr2 v2.0.0
25882026-05-21T09:44:58.849Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25892026-05-21T09:44:59.099Z Compiling indexmap v1.9.3
25902026-05-21T09:44:59.181Z Compiling nodrop v0.1.14
25912026-05-21T09:44:59.314Z Compiling array-init v0.0.4
25922026-05-21T09:44:59.396Z Compiling proc-macro-error2 v2.0.1
25932026-05-21T09:44:59.736Z Compiling bitfield v0.19.4
25942026-05-21T09:44:59.782Z Compiling libscf-sys v1.1.0
25952026-05-21T09:44:59.959Z Compiling smallvec v0.6.14
25962026-05-21T09:44:59.983Z Compiling typify-impl v0.4.3
25972026-05-21T09:45:00.064Z Compiling hashbrown v0.12.3
25982026-05-21T09:45:00.232Z Compiling serde-hex v0.1.0
25992026-05-21T09:45:00.672Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26002026-05-21T09:45:00.730Z Compiling tabled_derive v0.11.0
26012026-05-21T09:45:01.125Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26022026-05-21T09:45:01.169Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26032026-05-21T09:45:01.405Z Compiling ron v0.8.1
26042026-05-21T09:45:01.519Z Compiling papergrid v0.17.0
26052026-05-21T09:45:01.800Z Compiling testing_table v0.3.0
26062026-05-21T09:45:02.231Z Compiling hashbrown v0.13.2
26072026-05-21T09:45:02.314Z Compiling vergen-gitcl v1.0.8
26082026-05-21T09:45:02.405Z Compiling dirs-sys-next v0.1.2
26092026-05-21T09:45:02.537Z Compiling glob v0.3.3
26102026-05-21T09:45:02.673Z Compiling maplit v1.0.2
26112026-05-21T09:45:02.794Z Compiling crunchy v0.2.4
26122026-05-21T09:45:02.845Z Compiling diesel_derives v2.3.7
26132026-05-21T09:45:02.866Z Compiling crc-any v2.5.0
26142026-05-21T09:45:02.903Z Compiling clang-sys v1.8.1
26152026-05-21T09:45:03.113Z Compiling object v0.30.4
26162026-05-21T09:45:03.139Z Compiling tabled v0.20.0
26172026-05-21T09:45:03.157Z Compiling dirs-next v2.0.0
26182026-05-21T09:45:03.299Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26192026-05-21T09:45:03.326Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26202026-05-21T09:45:03.350Z Compiling dsl_auto_type v0.2.0
26212026-05-21T09:45:03.391Z Compiling typify-macro v0.4.3
26222026-05-21T09:45:03.394Z Compiling scheduled-thread-pool v0.2.7
26232026-05-21T09:45:03.741Z Compiling diesel_table_macro_syntax v0.3.0
26242026-05-21T09:45:03.771Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26252026-05-21T09:45:03.903Z Compiling path-slash v0.1.5
26262026-05-21T09:45:03.965Z Compiling tiny-keccak v2.0.2
26272026-05-21T09:45:03.995Z Compiling xshell-macros v0.2.7
26282026-05-21T09:45:04.091Z Compiling r2d2 v0.8.10
26292026-05-21T09:45:04.230Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26302026-05-21T09:45:04.395Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-21T09:45:04.416Z Compiling xshell v0.2.7
26322026-05-21T09:45:04.649Z Compiling term v0.7.0
26332026-05-21T09:45:04.912Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26342026-05-21T09:45:04.952Z Compiling bit-vec v0.6.3
26352026-05-21T09:45:05.153Z Compiling downcast-rs v2.0.2
26362026-05-21T09:45:05.198Z Compiling bit-set v0.5.3
26372026-05-21T09:45:05.384Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26382026-05-21T09:45:05.407Z Compiling ascii-canvas v3.0.0
26392026-05-21T09:45:05.508Z Compiling itertools v0.10.5
26402026-05-21T09:45:05.541Z Compiling ena v0.14.4
26412026-05-21T09:45:05.668Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26422026-05-21T09:45:05.783Z Compiling libloading v0.8.9
26432026-05-21T09:45:06.014Z Compiling regex-syntax v0.6.29
26442026-05-21T09:45:06.574Z Compiling bindgen v0.71.1
26452026-05-21T09:45:06.598Z Compiling crc8 v0.1.1
26462026-05-21T09:45:06.781Z Compiling diff v0.1.13
26472026-05-21T09:45:06.891Z Compiling unicase v2.9.0
26482026-05-21T09:45:07.197Z Compiling typify v0.4.3
26492026-05-21T09:45:07.217Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26502026-05-21T09:45:07.393Z Compiling lalrpop v0.19.12
26512026-05-21T09:45:07.876Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-05-21T09:45:07.919Z Compiling cexpr v0.6.0
26532026-05-21T09:45:08.296Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26542026-05-21T09:45:08.325Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26552026-05-21T09:45:08.477Z Compiling rustc-hash v2.1.1
26562026-05-21T09:45:08.506Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26572026-05-21T09:45:08.550Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26582026-05-21T09:45:08.645Z Compiling headers-core v0.3.0
26592026-05-21T09:45:08.665Z Compiling diesel v2.3.7
26602026-05-21T09:45:08.819Z Compiling git-stub v1.0.0
26612026-05-21T09:45:08.982Z Compiling libxml v0.3.3
26622026-05-21T09:45:09.075Z Compiling git-stub-vcs v0.1.0
26632026-05-21T09:45:09.226Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26642026-05-21T09:45:09.293Z Compiling headers v0.4.1
26652026-05-21T09:45:09.472Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26662026-05-21T09:45:10.123Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26672026-05-21T09:45:10.354Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26682026-05-21T09:45:10.682Z Compiling strum_macros v0.24.3
26692026-05-21T09:45:10.888Z Compiling indoc v1.0.9
26702026-05-21T09:45:11.018Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26712026-05-21T09:45:11.238Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26722026-05-21T09:45:11.316Z Compiling derive_builder v0.20.2
26732026-05-21T09:45:11.485Z Compiling oso-derive v0.27.3
26742026-05-21T09:45:11.530Z Compiling quick-xml v0.37.5
26752026-05-21T09:45:11.785Z Compiling impl-trait-for-tuples v0.2.3
26762026-05-21T09:45:11.909Z Compiling openssl-probe v0.1.6
26772026-05-21T09:45:11.995Z Compiling half v1.8.3
26782026-05-21T09:45:12.235Z Compiling serde_cbor v0.11.2
26792026-05-21T09:45:12.444Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26802026-05-21T09:45:12.834Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26812026-05-21T09:45:13.086Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26822026-05-21T09:45:13.149Z Compiling bb8 v0.8.6
26832026-05-21T09:45:13.201Z Compiling trait-variant v0.1.2
26842026-05-21T09:45:13.229Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26852026-05-21T09:45:13.310Z Compiling samael v0.0.19
26862026-05-21T09:45:13.371Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26872026-05-21T09:45:13.510Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26882026-05-21T09:45:13.534Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26892026-05-21T09:45:13.704Z Compiling fxhash v0.2.1
26902026-05-21T09:45:13.750Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
26912026-05-21T09:45:13.771Z Compiling salty v0.3.0
26922026-05-21T09:45:14.088Z Compiling progenitor-impl v0.10.0
26932026-05-21T09:45:14.178Z Compiling progenitor-impl v0.11.2
26942026-05-21T09:45:14.206Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26952026-05-21T09:45:14.268Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26962026-05-21T09:45:14.626Z Compiling kstat-rs v0.2.4
26972026-05-21T09:45:14.781Z Compiling polar-core v0.27.3
26982026-05-21T09:45:14.933Z Compiling libz-sys v1.1.24
26992026-05-21T09:45:15.057Z Compiling nonempty v0.12.0
27002026-05-21T09:45:15.103Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-21T09:45:15.285Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-21T09:45:16.296Z Compiling progenitor-macro v0.10.0
27032026-05-21T09:45:16.338Z Compiling progenitor-macro v0.11.2
27042026-05-21T09:45:17.411Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27052026-05-21T09:45:17.914Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27062026-05-21T09:45:18.828Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27072026-05-21T09:45:19.305Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27082026-05-21T09:45:19.744Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27092026-05-21T09:45:19.915Z Compiling progenitor-client v0.11.2
27102026-05-21T09:45:20.188Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27112026-05-21T09:45:20.278Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27122026-05-21T09:45:20.423Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27132026-05-21T09:45:20.453Z Compiling darling_core v0.23.0
27142026-05-21T09:45:22.634Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27152026-05-21T09:45:24.097Z Compiling oso v0.27.3
27162026-05-21T09:45:24.646Z Compiling nanorand v0.7.0
27172026-05-21T09:45:24.712Z Compiling arc-swap v1.8.2
27182026-05-21T09:45:25.021Z Compiling fs-err v2.11.0
27192026-05-21T09:45:25.253Z Compiling parking_lot_core v0.8.6
27202026-05-21T09:45:25.339Z Compiling mime_guess v2.0.5
27212026-05-21T09:45:25.837Z Compiling async-bb8-diesel v0.2.1
27222026-05-21T09:45:26.286Z Compiling diesel-dtrace v0.5.0
27232026-05-21T09:45:26.840Z Compiling slog-scope v4.4.1
27242026-05-21T09:45:26.865Z Compiling flume v0.11.1
27252026-05-21T09:45:27.262Z Compiling darling_macro v0.23.0
27262026-05-21T09:45:27.284Z Compiling progenitor v0.11.2
27272026-05-21T09:45:27.470Z Compiling progenitor v0.10.0
27282026-05-21T09:45:27.654Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27292026-05-21T09:45:27.756Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27302026-05-21T09:45:28.058Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27312026-05-21T09:45:29.187Z Compiling primeorder v0.13.6
27322026-05-21T09:45:29.222Z Compiling libgit2-sys v0.18.3+1.9.2
27332026-05-21T09:45:29.504Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27342026-05-21T09:45:29.657Z Compiling instability v0.3.11
27352026-05-21T09:45:30.087Z Compiling p384 v0.13.1
27362026-05-21T09:45:30.508Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27372026-05-21T09:45:30.660Z Compiling darling v0.23.0
27382026-05-21T09:45:30.774Z Compiling slog-stdlog v4.1.1
27392026-05-21T09:45:31.530Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27402026-05-21T09:45:31.665Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27412026-05-21T09:45:31.689Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27422026-05-21T09:45:31.764Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-21T09:45:31.872Z Compiling ignore v0.4.25
27442026-05-21T09:45:32.222Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27452026-05-21T09:45:32.467Z Compiling castaway v0.2.4
27462026-05-21T09:45:32.637Z Compiling atty v0.2.14
27472026-05-21T09:45:32.790Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27482026-05-21T09:45:32.920Z Compiling http-range v0.1.5
27492026-05-21T09:45:33.024Z Compiling indoc v2.0.7
27502026-05-21T09:45:33.251Z Compiling parse-size v1.1.0
27512026-05-21T09:45:33.485Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27522026-05-21T09:45:33.626Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27532026-05-21T09:45:34.216Z Compiling compact_str v0.8.1
27542026-05-21T09:45:34.278Z Compiling globwalk v0.9.1
27552026-05-21T09:45:34.958Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27562026-05-21T09:45:35.184Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-21T09:45:35.501Z Compiling parking_lot v0.11.2
27582026-05-21T09:45:36.651Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27592026-05-21T09:45:36.873Z Compiling slog-envlogger v2.2.0
27602026-05-21T09:45:37.552Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-21T09:45:37.555Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-21T09:45:37.808Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-21T09:45:37.917Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27642026-05-21T09:45:38.032Z Compiling predicates-tree v1.0.13
27652026-05-21T09:45:38.267Z Compiling unicode-truncate v1.1.0
27662026-05-21T09:45:38.368Z Compiling lru v0.12.5
27672026-05-21T09:45:38.399Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27682026-05-21T09:45:38.454Z Compiling rand_seeder v0.4.0
27692026-05-21T09:45:38.479Z Compiling prefix-trie v0.7.0
27702026-05-21T09:45:38.522Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27712026-05-21T09:45:38.593Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-21T09:45:38.706Z Compiling vergen-git2 v1.0.7
27732026-05-21T09:45:38.835Z Compiling cassowary v0.3.0
27742026-05-21T09:45:38.929Z Compiling corncobs v0.1.4
27752026-05-21T09:45:38.950Z Compiling illumos-nvpair-sys v0.2.0
27762026-05-21T09:45:38.974Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27772026-05-21T09:45:39.023Z Compiling hickory-server v0.25.2
27782026-05-21T09:45:39.198Z Compiling ratatui v0.29.0
27792026-05-21T09:45:39.223Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-05-21T09:45:39.348Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27812026-05-21T09:45:39.562Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27822026-05-21T09:45:39.628Z Compiling camino-tempfile-ext v0.3.3
27832026-05-21T09:45:39.989Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27842026-05-21T09:45:40.302Z Compiling hyper-staticfile v0.10.1
27852026-05-21T09:45:40.450Z Compiling sled v0.34.7
27862026-05-21T09:45:41.129Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27872026-05-21T09:45:41.499Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27882026-05-21T09:45:41.784Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27892026-05-21T09:45:43.297Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27902026-05-21T09:45:43.523Z Compiling secrecy v0.8.0
27912026-05-21T09:45:43.726Z Compiling rustls v0.21.12
27922026-05-21T09:45:43.942Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-21T09:45:44.235Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-21T09:45:44.355Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-21T09:45:44.950Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-21T09:45:45.024Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-21T09:45:46.200Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-21T09:45:46.275Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-21T09:45:46.452Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-21T09:45:47.386Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-21T09:45:47.410Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28022026-05-21T09:45:47.632Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28032026-05-21T09:45:47.856Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28042026-05-21T09:45:48.082Z Compiling sct v0.7.1
28052026-05-21T09:45:48.353Z Compiling rustls-webpki v0.101.7
28062026-05-21T09:45:49.298Z Compiling nix v0.29.0
28072026-05-21T09:45:49.320Z Compiling dropshot v0.16.7
28082026-05-21T09:45:49.452Z Compiling void v1.0.2
28092026-05-21T09:45:49.601Z Compiling lzss v0.8.2
28102026-05-21T09:45:49.784Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-21T09:45:49.837Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-21T09:45:49.872Z Compiling illumos-nvpair v0.3.0
28132026-05-21T09:45:50.361Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-21T09:45:50.945Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-21T09:45:51.084Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-21T09:45:51.325Z Compiling tungstenite v0.23.0
28172026-05-21T09:45:51.670Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-21T09:45:52.355Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28192026-05-21T09:45:52.590Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28202026-05-21T09:45:52.630Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-21T09:45:52.820Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28222026-05-21T09:45:52.860Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28232026-05-21T09:45:53.036Z Compiling toml v0.9.12+spec-1.1.0
28242026-05-21T09:45:53.079Z Compiling nix v0.27.1
28252026-05-21T09:45:53.654Z Compiling dropshot_endpoint v0.16.7
28262026-05-21T09:45:53.749Z Compiling serde_bytes v0.11.19
28272026-05-21T09:45:54.022Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c)
28282026-05-21T09:45:54.043Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28292026-05-21T09:45:54.405Z Compiling tokio-tungstenite v0.23.1
28302026-05-21T09:45:54.791Z Compiling git2 v0.20.4
28312026-05-21T09:45:54.841Z Compiling tokio-rustls v0.24.1
28322026-05-21T09:45:55.150Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28332026-05-21T09:45:57.744Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28342026-05-21T09:45:57.796Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28352026-05-21T09:45:59.810Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28362026-05-21T09:46:00.221Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28372026-05-21T09:46:00.870Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28382026-05-21T09:46:00.873Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28392026-05-21T09:46:00.895Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28402026-05-21T09:46:01.284Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28412026-05-21T09:46:01.309Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28422026-05-21T09:46:01.342Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28432026-05-21T09:46:02.015Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28442026-05-21T09:46:02.635Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28452026-05-21T09:46:02.892Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28462026-05-21T09:46:03.045Z Compiling rustls-pemfile v1.0.4
28472026-05-21T09:46:03.169Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28482026-05-21T09:46:03.449Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28492026-05-21T09:46:03.857Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28502026-05-21T09:46:04.659Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28512026-05-21T09:46:05.003Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28522026-05-21T09:46:06.095Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28532026-05-21T09:46:06.781Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28542026-05-21T09:46:06.860Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28552026-05-21T09:46:07.011Z Compiling signal-hook-tokio v0.3.1
28562026-05-21T09:46:07.200Z Compiling twox-hash v2.1.2
28572026-05-21T09:46:07.687Z Compiling yasna v0.5.2
28582026-05-21T09:46:07.738Z Compiling is_ci v1.2.0
28592026-05-21T09:46:07.907Z Compiling supports-color v3.0.2
28602026-05-21T09:46:07.995Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28612026-05-21T09:46:08.597Z Compiling rcgen v0.12.1
28622026-05-21T09:46:08.641Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28632026-05-21T09:46:08.802Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28642026-05-21T09:46:09.017Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28652026-05-21T09:46:09.301Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28662026-05-21T09:46:09.744Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28672026-05-21T09:46:11.861Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28682026-05-21T09:46:12.588Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28692026-05-21T09:46:12.891Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28702026-05-21T09:46:13.091Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28712026-05-21T09:46:13.322Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28722026-05-21T09:46:13.545Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28732026-05-21T09:46:13.764Z Compiling fatfs v0.3.6
28742026-05-21T09:46:13.788Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28752026-05-21T09:46:14.002Z Compiling rtoolbox v0.0.3
28762026-05-21T09:46:14.283Z Compiling subprocess v0.2.15
28772026-05-21T09:46:14.969Z Compiling seq-macro v0.3.6
28782026-05-21T09:46:15.463Z Compiling assert_matches v1.5.0
28792026-05-21T09:46:15.577Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28802026-05-21T09:46:15.741Z Compiling rpassword v7.4.0
28812026-05-21T09:46:16.074Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28822026-05-21T09:46:16.518Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28832026-05-21T09:46:16.658Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28842026-05-21T09:46:16.799Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28852026-05-21T09:46:17.438Z Compiling tui-tree-widget v0.23.1
28862026-05-21T09:46:17.501Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28872026-05-21T09:46:17.724Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28882026-05-21T09:46:18.264Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28892026-05-21T09:46:19.099Z Compiling uzers v0.12.2
28902026-05-21T09:46:19.301Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28912026-05-21T09:46:20.552Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28922026-05-21T09:46:20.947Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28932026-05-21T09:46:21.961Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28942026-05-21T09:46:24.146Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28952026-05-21T09:46:25.536Z Compiling support-bundle-viewer v0.1.2
28962026-05-21T09:46:26.337Z Compiling multimap v0.10.1
28972026-05-21T09:46:34.753Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28982026-05-21T09:46:35.559Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28992026-05-21T09:46:46.269Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29002026-05-21T09:46:47.950Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29012026-05-21T09:52:48.500Z Finished `release` profile [optimized] target(s) in 8m 14s
29022026-05-21T09:53:32.925Z
29032026-05-21T09:53:32.925Zreal 8:59.936291882
29042026-05-21T09:53:32.925Zuser 1:17:47.597524318
29052026-05-21T09:53:32.932Zsys 3:27.690097449
29062026-05-21T09:53:32.933Ztrap 1.717889888
29072026-05-21T09:53:32.933Ztflt 3.211419592
29082026-05-21T09:53:32.933Zdflt 16.776901959
29092026-05-21T09:53:32.933Zkflt 0.027143319
29102026-05-21T09:53:32.933Zlock 6:51:06.160757834
29112026-05-21T09:53:32.933Zslp 2:15:31.386562389
29122026-05-21T09:53:32.933Zlat 2:31.062792841
29132026-05-21T09:53:32.933Zstop 5:14.251338226
29142026-05-21T09:53:32.933Z+ mapfile -t packages
29152026-05-21T09:53:32.933Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29162026-05-21T09:53:33.870Z Finished `release` profile [optimized] target(s) in 0.93s
29172026-05-21T09:53:33.946Z Running `target/release/omicron-package -t test list-outputs`
29182026-05-21T09:53:34.006ZLogging to: /work/oxidecomputer/omicron/out/LOG
29192026-05-21T09:53:34.019Z+ ptime -m cargo build --locked --release -p xtask
29202026-05-21T09:53:34.535Z Compiling libc v0.2.185
29212026-05-21T09:53:34.535Z Compiling serde v1.0.228
29222026-05-21T09:53:34.535Z Compiling serde_core v1.0.228
29232026-05-21T09:53:34.539Z Compiling rustix v1.1.3
29242026-05-21T09:53:34.645Z Compiling bitflags v2.11.0
29252026-05-21T09:53:34.652Z Compiling serde_json v1.0.149
29262026-05-21T09:53:34.673Z Compiling num-traits v0.2.19
29272026-05-21T09:53:34.676Z Compiling smallvec v1.15.1
29282026-05-21T09:53:34.679Z Compiling syn v2.0.117
29292026-05-21T09:53:34.703Z Compiling indexmap v2.14.0
29302026-05-21T09:53:34.706Z Compiling usdt-impl v0.5.0
29312026-05-21T09:53:34.720Z Compiling syn v1.0.109
29322026-05-21T09:53:34.732Z Compiling percent-encoding v2.3.2
29332026-05-21T09:53:34.742Z Compiling log v0.4.29
29342026-05-21T09:53:35.024Z Compiling getrandom v0.4.1
29352026-05-21T09:53:35.027Z Compiling form_urlencoded v1.2.2
29362026-05-21T09:53:35.051Z Compiling fs-err v3.3.0
29372026-05-21T09:53:35.192Z Compiling once_cell v1.21.3
29382026-05-21T09:53:35.213Z Compiling heck v0.4.1
29392026-05-21T09:53:35.216Z Compiling anyhow v1.0.102
29402026-05-21T09:53:35.575Z Compiling thread-id v4.2.2
29412026-05-21T09:53:35.576Z Compiling errno v0.3.14
29422026-05-21T09:53:35.576Z Compiling memmap v0.7.0
29432026-05-21T09:53:35.824Z Compiling ordered-float v2.10.1
29442026-05-21T09:53:36.250Z Compiling proc-macro-error v1.0.4
29452026-05-21T09:53:36.496Z Compiling tabled_derive v0.7.0
29462026-05-21T09:53:36.566Z Compiling terminal_size v0.4.3
29472026-05-21T09:53:36.566Z Compiling tempfile v3.25.0
29482026-05-21T09:53:36.661Z Compiling clap_builder v4.5.60
29492026-05-21T09:53:36.661Z Compiling textwrap v0.16.2
29502026-05-21T09:53:36.805Z Compiling camino-tempfile v1.4.1
29512026-05-21T09:53:37.186Z Compiling tabled v0.15.0
29522026-05-21T09:53:37.197Z Compiling synstructure v0.13.2
29532026-05-21T09:53:37.206Z Compiling pest_generator v2.8.6
29542026-05-21T09:53:37.583Z Compiling serde_derive v1.0.228
29552026-05-21T09:53:37.584Z Compiling zerovec-derive v0.11.2
29562026-05-21T09:53:37.588Z Compiling displaydoc v0.2.5
29572026-05-21T09:53:37.588Z Compiling thiserror-impl v1.0.69
29582026-05-21T09:53:37.588Z Compiling zerocopy-derive v0.7.35
29592026-05-21T09:53:37.588Z Compiling scroll_derive v0.12.1
29602026-05-21T09:53:37.588Z Compiling thiserror-impl v2.0.18
29612026-05-21T09:53:37.588Z Compiling clap_derive v4.5.55
29622026-05-21T09:53:37.620Z Compiling zerofrom-derive v0.1.6
29632026-05-21T09:53:37.624Z Compiling yoke-derive v0.8.1
29642026-05-21T09:53:37.736Z Compiling pest_derive v2.8.6
29652026-05-21T09:53:38.263Z Compiling scroll v0.12.0
29662026-05-21T09:53:38.424Z Compiling zerocopy v0.7.35
29672026-05-21T09:53:38.589Z Compiling goblin v0.8.2
29682026-05-21T09:53:38.770Z Compiling thiserror v2.0.18
29692026-05-21T09:53:38.804Z Compiling thiserror v1.0.69
29702026-05-21T09:53:38.815Z Compiling zerofrom v0.1.6
29712026-05-21T09:53:38.904Z Compiling dtrace-parser v0.2.0
29722026-05-21T09:53:38.933Z Compiling yoke v0.8.1
29732026-05-21T09:53:39.162Z Compiling zerovec v0.11.5
29742026-05-21T09:53:39.229Z Compiling zerotrie v0.2.3
29752026-05-21T09:53:39.291Z Compiling clap v4.5.60
29762026-05-21T09:53:39.701Z Compiling tinystr v0.8.2
29772026-05-21T09:53:39.776Z Compiling potential_utf v0.1.4
29782026-05-21T09:53:39.943Z Compiling icu_locale_core v2.1.1
29792026-05-21T09:53:39.987Z Compiling icu_collections v2.1.1
29802026-05-21T09:53:40.760Z Compiling icu_provider v2.1.1
29812026-05-21T09:53:41.208Z Compiling icu_normalizer v2.1.1
29822026-05-21T09:53:41.326Z Compiling icu_properties v2.1.2
29832026-05-21T09:53:41.342Z Compiling toml_datetime v0.6.11
29842026-05-21T09:53:41.382Z Compiling serde_spanned v0.6.9
29852026-05-21T09:53:41.394Z Compiling dof v0.3.0
29862026-05-21T09:53:41.511Z Compiling serde_tokenstream v0.2.3
29872026-05-21T09:53:41.566Z Compiling toml_edit v0.22.27
29882026-05-21T09:53:41.693Z Compiling serde-value v0.7.0
29892026-05-21T09:53:41.707Z Compiling cargo-platform v0.2.0
29902026-05-21T09:53:41.719Z Compiling macaddr v1.0.1
29912026-05-21T09:53:42.190Z Compiling usdt-attr-macro v0.5.0
29922026-05-21T09:53:42.203Z Compiling usdt-macro v0.5.0
29932026-05-21T09:53:42.233Z Compiling idna_adapter v1.2.1
29942026-05-21T09:53:42.386Z Compiling idna v1.1.0
29952026-05-21T09:53:42.715Z Compiling url v2.5.8
29962026-05-21T09:53:42.852Z Compiling usdt v0.5.0
29972026-05-21T09:53:43.085Z Compiling toml v0.8.23
29982026-05-21T09:53:43.528Z Compiling cargo-util-schemas v0.8.2
29992026-05-21T09:53:43.528Z Compiling cargo_toml v0.21.0
30002026-05-21T09:53:44.546Z Compiling cargo_metadata v0.21.0
30012026-05-21T09:53:47.603Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30022026-05-21T09:53:50.577Z Finished `release` profile [optimized] target(s) in 16.55s
30032026-05-21T09:53:50.720Z
30042026-05-21T09:53:50.720Zreal 16.682700952
30052026-05-21T09:53:50.721Zuser 2:21.130476590
30062026-05-21T09:53:50.721Zsys 17.605164244
30072026-05-21T09:53:50.721Ztrap 0.095219178
30082026-05-21T09:53:50.725Ztflt 0.769825138
30092026-05-21T09:53:50.725Zdflt 1.751569586
30102026-05-21T09:53:50.725Zkflt 0.000149500
30112026-05-21T09:53:50.725Zlock 5:18.567520871
30122026-05-21T09:53:50.725Zslp 3:28.867488004
30132026-05-21T09:53:50.725Zlat 5.524172144
30142026-05-21T09:53:50.725Zstop 16.922398124
30152026-05-21T09:53:50.725Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30162026-05-21T09:53:50.725Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30172026-05-21T09:53:50.725Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30182026-05-21T09:53:50.725Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30192026-05-21T09:53:50.725Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30202026-05-21T09:53:51.705Z Compiling newtype-uuid-macros v0.1.0
30212026-05-21T09:53:51.705Z Compiling regress v0.10.5
30222026-05-21T09:53:51.711Z Compiling structmeta-derive v0.3.0
30232026-05-21T09:53:51.711Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30242026-05-21T09:53:51.711Z Compiling rustls v0.22.4
30252026-05-21T09:53:51.711Z Compiling rustls-webpki v0.102.8
30262026-05-21T09:53:51.711Z Compiling multer v3.1.0
30272026-05-21T09:53:51.841Z Compiling match_cfg v0.1.0
30282026-05-21T09:53:51.853Z Compiling debug-ignore v1.0.5
30292026-05-21T09:53:51.853Z Compiling compression-core v0.4.31
30302026-05-21T09:53:51.875Z Compiling slog-json v2.6.1
30312026-05-21T09:53:51.875Z Compiling async-stream-impl v0.3.6
30322026-05-21T09:53:51.875Z Compiling toml_datetime v1.0.0+spec-1.1.0
30332026-05-21T09:53:51.880Z Compiling serde_spanned v1.0.4
30342026-05-21T09:53:51.880Z Compiling dropshot v0.17.0
30352026-05-21T09:53:51.880Z Compiling toml_writer v1.0.6+spec-1.1.0
30362026-05-21T09:53:52.041Z Compiling compression-codecs v0.4.37
30372026-05-21T09:53:52.138Z Compiling hostname v0.3.1
30382026-05-21T09:53:52.145Z Compiling progenitor-client v0.14.0
30392026-05-21T09:53:52.145Z Compiling itertools v0.14.0
30402026-05-21T09:53:52.145Z Compiling waitgroup v0.1.2
30412026-05-21T09:53:52.237Z Compiling slog-bunyan v2.5.0
30422026-05-21T09:53:52.274Z Compiling async-compression v0.4.41
30432026-05-21T09:53:52.316Z Compiling toml v1.0.6+spec-1.1.0
30442026-05-21T09:53:52.326Z Compiling rustls-pemfile v2.2.0
30452026-05-21T09:53:52.326Z Compiling dropshot_endpoint v0.17.0
30462026-05-21T09:53:52.372Z Compiling hostname v0.4.2
30472026-05-21T09:53:52.383Z Compiling serde_path_to_error v0.1.20
30482026-05-21T09:53:52.417Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30492026-05-21T09:53:52.506Z Compiling macaddr v1.0.1
30502026-05-21T09:53:52.523Z Compiling async-stream v0.3.6
30512026-05-21T09:53:52.547Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30522026-05-21T09:53:52.551Z Compiling instant v0.1.13
30532026-05-21T09:53:52.595Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30542026-05-21T09:53:52.627Z Compiling progenitor-client v0.10.0
30552026-05-21T09:53:52.640Z Compiling backon v1.6.0
30562026-05-21T09:53:52.667Z Compiling backoff v0.4.0
30572026-05-21T09:53:52.686Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30582026-05-21T09:53:52.715Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
30592026-05-21T09:53:52.750Z Compiling humantime v2.3.0
30602026-05-21T09:53:52.754Z Compiling universal-hash v0.5.1
30612026-05-21T09:53:52.823Z Compiling progenitor-extras v0.2.0
30622026-05-21T09:53:52.865Z Compiling unsafe-libyaml v0.2.11
30632026-05-21T09:53:52.897Z Compiling opaque-debug v0.3.1
30642026-05-21T09:53:52.918Z Compiling half v2.7.1
30652026-05-21T09:53:52.951Z Compiling ciborium-io v0.2.2
30662026-05-21T09:53:52.963Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30672026-05-21T09:53:52.982Z Compiling crucible-workspace-hack v0.1.0
30682026-05-21T09:53:53.041Z Compiling regress v0.11.1
30692026-05-21T09:53:53.059Z Compiling convert_case v0.4.0
30702026-05-21T09:53:53.074Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30712026-05-21T09:53:53.111Z Compiling aead v0.5.2
30722026-05-21T09:53:53.133Z Compiling secrecy v0.10.3
30732026-05-21T09:53:53.214Z Compiling ciborium-ll v0.2.2
30742026-05-21T09:53:53.242Z Compiling structmeta v0.3.0
30752026-05-21T09:53:53.248Z Compiling poly1305 v0.8.0
30762026-05-21T09:53:53.310Z Compiling chacha20 v0.9.1
30772026-05-21T09:53:53.335Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
30782026-05-21T09:53:53.344Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30792026-05-21T09:53:53.370Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30802026-05-21T09:53:53.459Z Compiling serde_yaml v0.9.34+deprecated
30812026-05-21T09:53:53.473Z Compiling derive-ex v0.1.8
30822026-05-21T09:53:53.476Z Compiling parse-display-derive v0.10.0
30832026-05-21T09:53:53.498Z Compiling derive_more v0.99.20
30842026-05-21T09:53:53.577Z Compiling ciborium v0.2.2
30852026-05-21T09:53:53.619Z Compiling thiserror-impl-no-std v2.0.2
30862026-05-21T09:53:53.650Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
30872026-05-21T09:53:53.666Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30882026-05-21T09:53:53.698Z Compiling byte-wrapper v0.1.0
30892026-05-21T09:53:53.725Z Compiling blake2 v0.10.6
30902026-05-21T09:53:53.820Z Compiling password-hash v0.5.0
30912026-05-21T09:53:54.043Z Compiling chacha20poly1305 v0.10.1
30922026-05-21T09:53:54.074Z Compiling argon2 v0.5.3
30932026-05-21T09:53:54.136Z Compiling indent_write v2.2.0
30942026-05-21T09:53:54.173Z Compiling heapless v0.8.0
30952026-05-21T09:53:54.211Z Compiling ingot-macros v0.1.1
30962026-05-21T09:53:54.243Z Compiling tabwriter v1.4.1
30972026-05-21T09:53:54.295Z Compiling tokio-rustls v0.25.0
30982026-05-21T09:53:54.307Z Compiling toml_edit v0.23.10+spec-1.0.0
30992026-05-21T09:53:54.475Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31002026-05-21T09:53:54.726Z Compiling typify-impl v0.6.2
31012026-05-21T09:53:54.766Z Compiling num-rational v0.4.2
31022026-05-21T09:53:54.856Z Compiling thiserror-no-std v2.0.2
31032026-05-21T09:53:54.942Z Compiling vsss-rs v3.3.4
31042026-05-21T09:53:54.970Z Compiling hash32 v0.3.1
31052026-05-21T09:53:55.145Z Compiling num-complex v0.4.6
31062026-05-21T09:53:55.207Z Compiling test-strategy v0.4.5
31072026-05-21T09:53:55.239Z Compiling parse-display v0.10.0
31082026-05-21T09:53:55.310Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31092026-05-21T09:53:55.327Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31102026-05-21T09:53:55.378Z Compiling smoltcp v0.11.0
31112026-05-21T09:53:55.442Z Compiling proc-macro-crate v3.4.0
31122026-05-21T09:53:56.545Z Compiling num v0.4.3
31132026-05-21T09:53:56.545Z Compiling atomicwrites v0.4.4
31142026-05-21T09:53:56.545Z Compiling cobs v0.3.0
31152026-05-21T09:53:56.546Z Compiling float-ord v0.3.2
31162026-05-21T09:53:56.546Z Compiling colored v3.1.1
31172026-05-21T09:53:56.546Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31182026-05-21T09:53:56.546Z Compiling postcard v1.1.3
31192026-05-21T09:53:56.546Z Compiling proc-macro-error v1.0.4
31202026-05-21T09:53:56.546Z Compiling proc-macro-crate v1.3.1
31212026-05-21T09:53:56.546Z Compiling foreign-types-macros v0.2.3
31222026-05-21T09:53:56.546Z Compiling num_enum_derive v0.7.5
31232026-05-21T09:53:56.546Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31242026-05-21T09:53:56.546Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31252026-05-21T09:53:56.546Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31262026-05-21T09:53:56.546Z Compiling cpufeatures v0.3.0
31272026-05-21T09:53:56.546Z Compiling foreign-types-shared v0.3.1
31282026-05-21T09:53:56.546Z Compiling rayon-core v1.13.0
31292026-05-21T09:53:56.546Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31302026-05-21T09:53:56.546Z Compiling chacha20 v0.10.0
31312026-05-21T09:53:56.546Z Compiling num_enum_derive v0.5.11
31322026-05-21T09:53:56.546Z Compiling toml v0.8.23
31332026-05-21T09:53:56.546Z Compiling crossbeam-deque v0.8.6
31342026-05-21T09:53:56.546Z Compiling camino-tempfile v1.4.1
31352026-05-21T09:53:56.549Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31362026-05-21T09:53:56.571Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31372026-05-21T09:53:56.674Z Compiling cstr-argument v0.1.2
31382026-05-21T09:53:56.692Z Compiling foreign-types v0.5.0
31392026-05-21T09:53:56.706Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31402026-05-21T09:53:56.794Z Compiling rand v0.10.0
31412026-05-21T09:53:56.809Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31422026-05-21T09:53:56.854Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31432026-05-21T09:53:56.940Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31442026-05-21T09:53:57.020Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31452026-05-21T09:53:57.064Z Compiling zone_cfg_derive v0.3.1
31462026-05-21T09:53:57.120Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31472026-05-21T09:53:57.139Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31482026-05-21T09:53:57.163Z Compiling ingot-types v0.1.2
31492026-05-21T09:53:57.179Z Compiling rayon v1.11.0
31502026-05-21T09:53:57.198Z Compiling num_enum v0.7.5
31512026-05-21T09:53:57.272Z Compiling itertools v0.12.1
31522026-05-21T09:53:57.275Z Compiling num-derive v0.4.2
31532026-05-21T09:53:57.309Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31542026-05-21T09:53:57.341Z Compiling sigpipe v0.1.3
31552026-05-21T09:53:57.369Z Compiling prettyplease v0.2.37
31562026-05-21T09:53:57.417Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31572026-05-21T09:53:57.454Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-05-21T09:53:57.472Z Compiling glob v0.3.3
31592026-05-21T09:53:57.488Z Compiling num_enum v0.5.11
31602026-05-21T09:53:57.610Z Compiling ingot v0.1.1
31612026-05-21T09:53:57.634Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31622026-05-21T09:53:57.684Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
31632026-05-21T09:53:57.700Z Compiling smf v0.2.3
31642026-05-21T09:53:57.713Z Compiling whoami v1.6.1
31652026-05-21T09:53:57.770Z Compiling usdt-macro v0.5.0
31662026-05-21T09:53:57.939Z Compiling gethostname v0.5.0
31672026-05-21T09:53:57.967Z Compiling usdt-attr-macro v0.5.0
31682026-05-21T09:53:58.015Z Compiling memmap v0.7.0
31692026-05-21T09:53:58.080Z Compiling derive-where v1.6.0
31702026-05-21T09:53:58.180Z Compiling progenitor-client v0.13.0
31712026-05-21T09:53:58.228Z Compiling resolv-conf v0.7.6
31722026-05-21T09:53:58.244Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31732026-05-21T09:53:58.263Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
31742026-05-21T09:53:58.400Z Compiling zone v0.3.1
31752026-05-21T09:53:58.528Z Compiling cancel-safe-futures v0.1.5
31762026-05-21T09:53:58.545Z Compiling owo-colors v4.3.0
31772026-05-21T09:53:58.563Z Compiling libsw-core v0.3.2
31782026-05-21T09:53:58.600Z Compiling console v0.15.11
31792026-05-21T09:53:58.672Z Compiling hickory-proto v0.24.4
31802026-05-21T09:53:58.759Z Compiling libsw v3.5.0
31812026-05-21T09:53:58.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31822026-05-21T09:53:58.816Z Compiling usdt v0.5.0
31832026-05-21T09:53:58.979Z Compiling newline-converter v0.3.0
31842026-05-21T09:53:58.982Z Compiling libefi-sys v0.1.0
31852026-05-21T09:53:59.091Z Compiling linear-map v1.2.0
31862026-05-21T09:53:59.108Z Compiling linked-hash-map v0.5.6
31872026-05-21T09:53:59.124Z Compiling expectorate v1.2.0
31882026-05-21T09:53:59.124Z Compiling git-stub v1.0.0
31892026-05-21T09:53:59.221Z Compiling bitfield-struct v0.6.2
31902026-05-21T09:53:59.241Z Compiling semver v0.1.20
31912026-05-21T09:53:59.295Z Compiling lru-cache v0.1.2
31922026-05-21T09:53:59.312Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
31932026-05-21T09:53:59.327Z Compiling git-stub-vcs v0.1.0
31942026-05-21T09:53:59.361Z Compiling typify-macro v0.6.2
31952026-05-21T09:53:59.408Z Compiling tokio-dtrace v0.1.1
31962026-05-21T09:53:59.428Z Compiling dropshot-api-manager-types v0.7.1
31972026-05-21T09:53:59.446Z Compiling slog-dtrace v0.3.0
31982026-05-21T09:53:59.449Z Compiling rustc_version v0.1.7
31992026-05-21T09:53:59.522Z Compiling minimal-lexical v0.2.1
32002026-05-21T09:53:59.553Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012026-05-21T09:53:59.571Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32022026-05-21T09:53:59.652Z Compiling oxide-tokio-rt v0.1.4
32032026-05-21T09:53:59.707Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32042026-05-21T09:53:59.724Z Compiling newtype_derive v0.1.6
32052026-05-21T09:53:59.727Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32062026-05-21T09:53:59.727Z Compiling typify-impl v0.4.3
32072026-05-21T09:53:59.727Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32082026-05-21T09:53:59.790Z Compiling nom v7.1.3
32092026-05-21T09:53:59.809Z Compiling phf_shared v0.12.1
32102026-05-21T09:53:59.904Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32112026-05-21T09:53:59.936Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
32122026-05-21T09:53:59.969Z Compiling csv-core v0.1.13
32132026-05-21T09:53:59.985Z Compiling xshell-macros v0.2.7
32142026-05-21T09:54:00.005Z Compiling highway v1.3.0
32152026-05-21T09:54:00.022Z Compiling chrono-tz v0.10.4
32162026-05-21T09:54:00.238Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32172026-05-21T09:54:00.279Z Compiling csv v1.4.0
32182026-05-21T09:54:00.326Z Compiling const_format_proc_macros v0.2.34
32192026-05-21T09:54:00.384Z Compiling xshell v0.2.7
32202026-05-21T09:54:00.401Z Compiling phf v0.12.1
32212026-05-21T09:54:00.454Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32222026-05-21T09:54:00.572Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32232026-05-21T09:54:00.653Z Compiling primeorder v0.13.6
32242026-05-21T09:54:00.726Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32252026-05-21T09:54:00.827Z Compiling hickory-resolver v0.24.4
32262026-05-21T09:54:00.987Z Compiling tabled_derive v0.7.0
32272026-05-21T09:54:01.028Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32282026-05-21T09:54:01.108Z Compiling bcs v0.1.6
32292026-05-21T09:54:01.225Z Compiling typify v0.6.2
32302026-05-21T09:54:01.260Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32312026-05-21T09:54:01.279Z Compiling const_format v0.2.35
32322026-05-21T09:54:01.300Z Compiling tagptr v0.2.0
32332026-05-21T09:54:01.366Z Compiling progenitor-impl v0.14.0
32342026-05-21T09:54:01.451Z Compiling progenitor-impl v0.13.0
32352026-05-21T09:54:01.473Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32362026-05-21T09:54:01.621Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-05-21T09:54:01.640Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-05-21T09:54:01.683Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-05-21T09:54:01.774Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32402026-05-21T09:54:01.957Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
32412026-05-21T09:54:01.980Z Compiling qorb v0.4.1
32422026-05-21T09:54:02.010Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32432026-05-21T09:54:02.057Z Compiling salty v0.3.0
32442026-05-21T09:54:02.269Z Compiling termtree v0.5.1
32452026-05-21T09:54:02.286Z Compiling textwrap v0.16.2
32462026-05-21T09:54:02.326Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32472026-05-21T09:54:02.486Z Compiling tabled v0.15.0
32482026-05-21T09:54:02.657Z Compiling moka v0.12.13
32492026-05-21T09:54:02.784Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32502026-05-21T09:54:02.974Z Compiling steno v0.4.1
32512026-05-21T09:54:03.023Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32522026-05-21T09:54:03.100Z Compiling radium v0.7.0
32532026-05-21T09:54:03.189Z Compiling base64 v0.21.7
32542026-05-21T09:54:03.389Z Compiling hickory-resolver v0.25.2
32552026-05-21T09:54:03.445Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32562026-05-21T09:54:03.479Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32572026-05-21T09:54:03.544Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32582026-05-21T09:54:03.742Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32592026-05-21T09:54:03.802Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32602026-05-21T09:54:03.854Z Compiling p384 v0.13.1
32612026-05-21T09:54:04.045Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32622026-05-21T09:54:04.066Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32632026-05-21T09:54:04.088Z Compiling progenitor-macro v0.14.0
32642026-05-21T09:54:04.135Z Compiling progenitor-macro v0.13.0
32652026-05-21T09:54:04.214Z Compiling maybe-uninit v2.0.0
32662026-05-21T09:54:04.248Z Compiling typify-macro v0.4.3
32672026-05-21T09:54:04.419Z Compiling tap v1.0.1
32682026-05-21T09:54:04.565Z Compiling wyz v0.5.1
32692026-05-21T09:54:04.583Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32702026-05-21T09:54:04.601Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32712026-05-21T09:54:04.779Z Compiling proc-macro-error-attr2 v2.0.0
32722026-05-21T09:54:04.827Z Compiling packed_struct v0.10.1
32732026-05-21T09:54:04.853Z Compiling parking_lot_core v0.8.6
32742026-05-21T09:54:04.979Z Compiling utf-8 v0.7.6
32752026-05-21T09:54:05.123Z Compiling funty v2.0.0
32762026-05-21T09:54:05.140Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32772026-05-21T09:54:05.223Z Compiling proc-macro-error2 v2.0.1
32782026-05-21T09:54:05.241Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32792026-05-21T09:54:05.260Z Compiling tungstenite v0.21.0
32802026-05-21T09:54:05.386Z Compiling polyval v0.6.2
32812026-05-21T09:54:05.402Z Compiling num-derive v0.3.3
32822026-05-21T09:54:05.510Z Compiling bitvec v1.0.1
32832026-05-21T09:54:05.531Z Compiling packed_struct_codegen v0.10.1
32842026-05-21T09:54:05.559Z Compiling bitfield-macros v0.19.4
32852026-05-21T09:54:05.598Z Compiling zerocopy-derive v0.6.6
32862026-05-21T09:54:05.648Z Compiling indexmap v1.9.3
32872026-05-21T09:54:05.747Z Compiling crc-catalog v2.4.0
32882026-05-21T09:54:05.866Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32892026-05-21T09:54:05.893Z Compiling nodrop v0.1.14
32902026-05-21T09:54:05.918Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-05-21T09:54:06.007Z Compiling array-init v0.0.4
32922026-05-21T09:54:06.023Z Compiling typify v0.4.3
32932026-05-21T09:54:06.120Z Compiling progenitor-impl v0.11.2
32942026-05-21T09:54:06.160Z Compiling tokio-tungstenite v0.21.0
32952026-05-21T09:54:06.180Z Compiling crc v3.4.0
32962026-05-21T09:54:06.196Z Compiling tabled_derive v0.11.0
32972026-05-21T09:54:06.363Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
32982026-05-21T09:54:06.380Z Compiling bitfield v0.19.4
32992026-05-21T09:54:06.402Z Compiling libscf-sys v1.1.0
33002026-05-21T09:54:06.417Z Compiling ghash v0.5.1
33012026-05-21T09:54:06.544Z Compiling zerocopy v0.6.6
33022026-05-21T09:54:06.572Z Compiling smallvec v0.6.14
33032026-05-21T09:54:06.704Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33042026-05-21T09:54:06.719Z Compiling papergrid v0.17.0
33052026-05-21T09:54:06.735Z Compiling testing_table v0.3.0
33062026-05-21T09:54:06.813Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33072026-05-21T09:54:06.900Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33082026-05-21T09:54:06.917Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33092026-05-21T09:54:06.934Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33102026-05-21T09:54:07.100Z Compiling ctr v0.9.2
33112026-05-21T09:54:07.170Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33122026-05-21T09:54:07.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33132026-05-21T09:54:07.328Z Compiling corncobs v0.1.4
33142026-05-21T09:54:07.348Z Compiling illumos-nvpair-sys v0.2.0
33152026-05-21T09:54:07.408Z Compiling hashbrown v0.12.3
33162026-05-21T09:54:07.437Z Compiling unicase v2.9.0
33172026-05-21T09:54:07.530Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33182026-05-21T09:54:07.545Z Compiling aes-gcm v0.10.3
33192026-05-21T09:54:07.614Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-05-21T09:54:07.629Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33212026-05-21T09:54:07.679Z Compiling mime_guess v2.0.5
33222026-05-21T09:54:07.767Z Compiling tabled v0.20.0
33232026-05-21T09:54:07.846Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
33242026-05-21T09:54:07.862Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33252026-05-21T09:54:07.954Z Compiling parking_lot v0.11.2
33262026-05-21T09:54:07.970Z Compiling serde-hex v0.1.0
33272026-05-21T09:54:08.261Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33282026-05-21T09:54:08.319Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33292026-05-21T09:54:08.441Z Compiling progenitor-impl v0.10.0
33302026-05-21T09:54:08.458Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33312026-05-21T09:54:08.581Z Compiling ron v0.8.1
33322026-05-21T09:54:08.635Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33332026-05-21T09:54:08.692Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33342026-05-21T09:54:08.710Z Compiling hashbrown v0.13.2
33352026-05-21T09:54:08.848Z Compiling progenitor-macro v0.11.2
33362026-05-21T09:54:09.129Z Compiling progenitor-client v0.11.2
33372026-05-21T09:54:09.199Z Compiling progenitor v0.14.0
33382026-05-21T09:54:09.235Z Compiling prefix-trie v0.7.0
33392026-05-21T09:54:09.264Z Compiling progenitor v0.13.0
33402026-05-21T09:54:09.378Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33412026-05-21T09:54:09.412Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33422026-05-21T09:54:09.472Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
33432026-05-21T09:54:09.586Z Compiling blowfish v0.9.1
33442026-05-21T09:54:09.650Z Compiling ssh-encoding v0.2.0
33452026-05-21T09:54:09.669Z Compiling fxhash v0.2.1
33462026-05-21T09:54:09.729Z Compiling secrecy v0.8.0
33472026-05-21T09:54:09.838Z Compiling crc-any v2.5.0
33482026-05-21T09:54:09.854Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33492026-05-21T09:54:09.906Z Compiling ssh-cipher v0.2.0
33502026-05-21T09:54:09.953Z Compiling sled v0.34.7
33512026-05-21T09:54:10.078Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33522026-05-21T09:54:10.127Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33532026-05-21T09:54:10.239Z Compiling bcrypt-pbkdf v0.10.0
33542026-05-21T09:54:10.256Z Compiling hickory-server v0.25.2
33552026-05-21T09:54:10.275Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33562026-05-21T09:54:10.518Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33572026-05-21T09:54:10.589Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33582026-05-21T09:54:10.929Z Compiling object v0.30.4
33592026-05-21T09:54:11.149Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33602026-05-21T09:54:11.166Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33612026-05-21T09:54:11.221Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
33622026-05-21T09:54:11.533Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33632026-05-21T09:54:11.836Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33642026-05-21T09:54:12.142Z Compiling progenitor-macro v0.10.0
33652026-05-21T09:54:12.398Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33662026-05-21T09:54:12.426Z Compiling password-hash v0.4.2
33672026-05-21T09:54:12.448Z Compiling http-range v0.1.5
33682026-05-21T09:54:12.528Z Compiling path-slash v0.1.5
33692026-05-21T09:54:12.665Z Compiling crc8 v0.1.1
33702026-05-21T09:54:12.698Z Compiling half v1.8.3
33712026-05-21T09:54:12.850Z Compiling pbkdf2 v0.11.0
33722026-05-21T09:54:12.989Z Compiling serde_cbor v0.11.2
33732026-05-21T09:54:13.018Z Compiling illumos-nvpair v0.3.0
33742026-05-21T09:54:13.181Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33752026-05-21T09:54:13.293Z Compiling ssh-key v0.6.7
33762026-05-21T09:54:13.489Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33772026-05-21T09:54:13.559Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33782026-05-21T09:54:13.579Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33792026-05-21T09:54:13.613Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33802026-05-21T09:54:13.941Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33812026-05-21T09:54:13.956Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33822026-05-21T09:54:13.974Z Compiling progenitor v0.11.2
33832026-05-21T09:54:14.117Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
33842026-05-21T09:54:14.155Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33852026-05-21T09:54:14.371Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33862026-05-21T09:54:14.475Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33872026-05-21T09:54:14.491Z Compiling p521 v0.13.3
33882026-05-21T09:54:14.581Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
33892026-05-21T09:54:14.703Z Compiling p256 v0.13.2
33902026-05-21T09:54:14.882Z Compiling yasna v0.5.2
33912026-05-21T09:54:14.932Z Compiling kstat-rs v0.2.4
33922026-05-21T09:54:15.007Z Compiling headers-core v0.3.0
33932026-05-21T09:54:15.073Z Compiling nanorand v0.7.0
33942026-05-21T09:54:15.109Z Compiling atty v0.2.14
33952026-05-21T09:54:15.152Z Compiling russh-cryptovec v0.7.3
33962026-05-21T09:54:15.199Z Compiling md5 v0.7.0
33972026-05-21T09:54:15.247Z Compiling home v0.5.12
33982026-05-21T09:54:15.264Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
33992026-05-21T09:54:15.282Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
34002026-05-21T09:54:15.342Z Compiling rcgen v0.12.1
34012026-05-21T09:54:15.364Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34022026-05-21T09:54:15.389Z Compiling russh-keys v0.45.0
34032026-05-21T09:54:15.418Z Compiling flume v0.11.1
34042026-05-21T09:54:15.477Z Compiling headers v0.4.1
34052026-05-21T09:54:15.495Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
34062026-05-21T09:54:15.569Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34072026-05-21T09:54:15.611Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34082026-05-21T09:54:15.791Z Compiling hyper-staticfile v0.10.1
34092026-05-21T09:54:15.927Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34102026-05-21T09:54:16.069Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34112026-05-21T09:54:16.266Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34122026-05-21T09:54:16.293Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34132026-05-21T09:54:16.322Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34142026-05-21T09:54:16.344Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34152026-05-21T09:54:16.432Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34162026-05-21T09:54:16.537Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34172026-05-21T09:54:16.639Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34182026-05-21T09:54:16.794Z Compiling num-bigint v0.4.6
34192026-05-21T09:54:16.871Z Compiling des v0.8.1
34202026-05-21T09:54:16.905Z Compiling subprocess v0.2.15
34212026-05-21T09:54:17.065Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34222026-05-21T09:54:17.068Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34232026-05-21T09:54:17.082Z Compiling display-error-chain v0.2.2
34242026-05-21T09:54:17.101Z Compiling hex-literal v0.4.1
34252026-05-21T09:54:17.158Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34262026-05-21T09:54:17.209Z Compiling progenitor v0.10.0
34272026-05-21T09:54:17.261Z Compiling colored v2.2.0
34282026-05-21T09:54:17.276Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34292026-05-21T09:54:17.376Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
34302026-05-21T09:54:17.394Z Compiling socket2 v0.5.10
34312026-05-21T09:54:17.516Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34322026-05-21T09:54:17.535Z Compiling internet-checksum v0.2.1
34332026-05-21T09:54:18.073Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34342026-05-21T09:54:18.123Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34352026-05-21T09:54:18.156Z Compiling russh v0.45.0
34362026-05-21T09:54:20.427Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34372026-05-21T09:54:20.596Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34382026-05-21T09:54:21.258Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34392026-05-21T09:54:21.724Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34402026-05-21T09:54:23.527Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34412026-05-21T09:54:31.494Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34422026-05-21T09:54:31.494Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34432026-05-21T09:54:31.497Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34442026-05-21T09:54:31.497Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34452026-05-21T09:54:33.230Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34462026-05-21T09:54:33.269Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34472026-05-21T09:54:37.373Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34482026-05-21T09:55:16.470Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s
34492026-05-21T09:55:16.694Z
34502026-05-21T09:55:16.695Zreal 1:25.914147987
34512026-05-21T09:55:16.695Zuser 8:11.312471067
34522026-05-21T09:55:16.697Zsys 1:38.599206501
34532026-05-21T09:55:16.698Ztrap 0.252986725
34542026-05-21T09:55:16.698Ztflt 0.524032920
34552026-05-21T09:55:16.698Zdflt 1.567356888
34562026-05-21T09:55:16.698Zkflt 0.000332910
34572026-05-21T09:55:16.698Zlock 29:15.568869587
34582026-05-21T09:55:16.698Zslp 19:05.846381686
34592026-05-21T09:55:16.698Zlat 39.026513008
34602026-05-21T09:55:16.698Zstop 2:40.261800855
34612026-05-21T09:55:16.698Z+ mkdir tests
34622026-05-21T09:55:16.703Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34632026-05-21T09:55:16.703Z+ xargs -I '{}' -t cp '{}' tests/
34642026-05-21T09:55:16.730Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-df12fef08e305069 tests/
34652026-05-21T09:55:16.750Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-2fa86fd108fc898f tests/
34662026-05-21T09:55:16.793Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-7b08086e51cbf95e tests/
34672026-05-21T09:55:16.796Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f8338fa9a00d90fb tests/
34682026-05-21T09:55:17.036Z+ 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)
34692026-05-21T09:55:17.038Z+ 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-2fa86fd108fc898f tests/commtest-7b08086e51cbf95e tests/dhcp_server-df12fef08e305069 tests/end_to_end_tests-f8338fa9a00d90fb 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
34702026-05-21T09:56:36.528ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34712026-05-21T09:56:36.528Za .github/buildomat/ci-env.sh 1K
34722026-05-21T09:56:36.528Za out/target/test 1K
34732026-05-21T09:56:36.528Za out/npuzone/npuzone 27402K
34742026-05-21T09:56:36.528Za package-manifest.toml 35K
34752026-05-21T09:56:36.528Za smf/sled-agent/non-gimlet/config.toml 6K
34762026-05-21T09:56:36.528Za target/release/omicron-package 46003K
34772026-05-21T09:56:36.528Za target/release/xtask 11449K
34782026-05-21T09:56:36.528Za target/debug/bootstrap 352721K
34792026-05-21T09:56:36.528Za tests/bootstrap-2fa86fd108fc898f 31215K
34802026-05-21T09:56:36.529Za tests/commtest-7b08086e51cbf95e 32300K
34812026-05-21T09:56:36.529Za tests/dhcp_server-df12fef08e305069 31215K
34822026-05-21T09:56:36.529Za tests/end_to_end_tests-f8338fa9a00d90fb 394506K
34832026-05-21T09:56:36.529Za tools/opte_version 1K
34842026-05-21T09:56:36.529Za tools/opte_version_override 2K
34852026-05-21T09:56:36.529Za out/clickhouse.tar.gz 319712K
34862026-05-21T09:56:36.529Za out/clickhouse_keeper.tar.gz 305055K
34872026-05-21T09:56:36.529Za out/clickhouse_server.tar.gz 319710K
34882026-05-21T09:56:36.529Za out/cockroachdb.tar.gz 165202K
34892026-05-21T09:56:36.529Za out/crucible-pantry-zone.tar.gz 44215K
34902026-05-21T09:56:36.529Za out/crucible-utils.tar 17744K
34912026-05-21T09:56:36.529Za out/crucible-zone.tar.gz 58353K
34922026-05-21T09:56:36.529Za out/external-dns.tar.gz 50377K
34932026-05-21T09:56:36.529Za out/internal-dns.tar.gz 50376K
34942026-05-21T09:56:36.529Za out/mg-ddm-gz.tar 95141K
34952026-05-21T09:56:36.529Za out/nexus.tar.gz 219889K
34962026-05-21T09:56:36.529Za out/ntp.tar.gz 32184K
34972026-05-21T09:56:36.529Za out/omicron-gateway-softnpu.tar.gz 29632K
34982026-05-21T09:56:36.529Za out/omicron-sled-agent.tar 204643K
34992026-05-21T09:56:36.529Za out/overlay.tar.gz 3K
35002026-05-21T09:56:36.529Za out/oximeter.tar.gz 67453K
35012026-05-21T09:56:36.529Za out/oxlog.tar 3782K
35022026-05-21T09:56:36.529Za out/probe.tar.gz 3037K
35032026-05-21T09:56:36.529Za out/propolis-server.tar.gz 38727K
35042026-05-21T09:56:36.529Za out/pumpkind-gz.tar 26647K
35052026-05-21T09:56:36.529Za out/switch-softnpu.tar.gz 396830K
35062026-05-21T09:56:36.532Z
35072026-05-21T09:56:36.533Zreal 1:19.489330160
35082026-05-21T09:56:36.533Zuser 1:16.798630493
35092026-05-21T09:56:36.533Zsys 4.391583443
35102026-05-21T09:56:36.533Ztrap 0.006918750
35112026-05-21T09:56:36.533Ztflt 0.000000000
35122026-05-21T09:56:36.533Zdflt 0.000000000
35132026-05-21T09:56:36.533Zkflt 0.000000000
35142026-05-21T09:56:36.533Zlock 0.000000000
35152026-05-21T09:56:36.533Zslp 1:16.766448344
35162026-05-21T09:56:36.533Zlat 1.008861491
35172026-05-21T09:56:36.533Zstop 0.000200620
35182026-05-21T09:56:36.533Zprocess exited: duration 949876 ms, exit code 0
 
35192026-05-21T09:56:36.546Zfound 1 output files
35202026-05-21T09:56:36.546Zuploading: /work/package.tar.gz (2447030053 bytes)
35212026-05-21T09:57:02.721Zuploaded: /work/package.tar.gz