01KVKKDH2VA5KMXHBQ9RKAWZF3: 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: 01KVKKDYR9R1QWRE6ZT0A247HB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-20T22:47:28.725Zjob assigned to worker 01KVKKE4P7PFN1Q1Z8QH5XWMJE [factory aws, i-04a2949cf5e671243] (queued for 48 s)
 
22026-06-20T22:47:36.069Zstarting task 0: "setup"
32026-06-20T22:47:36.073Z++ uname -s
42026-06-20T22:47:36.076Z+ kern=SunOS
52026-06-20T22:47:36.076Z+ build_user=build
62026-06-20T22:47:36.076Z+ build_uid=12345
72026-06-20T22:47:36.076Z+ work_dir=/work
82026-06-20T22:47:36.076Z+ input_dir=/input
92026-06-20T22:47:36.076Z+ [[ 0 == 12345 ]]
102026-06-20T22:47:36.076Z+ case "$kern" in
112026-06-20T22:47:36.076Z+ groupadd -g 12345 build
122026-06-20T22:47:36.079Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-20T22:47:38.085Z+ zfs create -o mountpoint=/work rpool/work
142026-06-20T22:47:38.149Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-20T22:47:38.152Z+ home_fs=zfs
162026-06-20T22:47:38.152Z+ [[ zfs == autofs ]]
172026-06-20T22:47:38.152Z+ mkdir -p /home/build
182026-06-20T22:47:38.154Z+ chown build:build /home/build /work
192026-06-20T22:47:40.155Z+ chmod 0700 /home/build /work
202026-06-20T22:47:40.158Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-20T22:47:40.164Zstarting task 1: "rust-toolchain"
222026-06-20T22:47:40.169Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-06-20T22:47:40.169Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-20T22:47:40.169Z * rust toolchain channel = "1.94.0"
252026-06-20T22:47:40.172Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-20T22:47:40.172Z * rust toolchain profile = "default"
272026-06-20T22:47:40.172Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-20T22:47:40.172Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-20T22:47:40.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-06-20T22:47:40.269Zinfo: downloading installer
312026-06-20T22:47:41.669Zwarn: It looks like you have an existing rustup settings file at:
322026-06-20T22:47:41.669Zwarn: /home/build/.rustup/settings.toml
332026-06-20T22:47:41.669Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-20T22:47:41.669Zwarn: instead of the one inferred from the default host triple.
352026-06-20T22:47:41.681Zinfo: profile set to default
362026-06-20T22:47:41.681Zinfo: default host triple is x86_64-unknown-illumos
372026-06-20T22:47:41.684Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-06-20T22:47:41.819Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-06-20T22:47:41.821Zinfo: downloading 6 components
402026-06-20T22:47:57.135Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-06-20T22:47:57.135Z
422026-06-20T22:47:57.165Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-06-20T22:47:57.165Z
442026-06-20T22:47:57.165Z
452026-06-20T22:47:57.165ZRust is installed now. Great!
462026-06-20T22:47:57.165Z
472026-06-20T22:47:57.165ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-20T22:47:57.165Zenvironment variable. This has not been done automatically.
492026-06-20T22:47:57.165Z
502026-06-20T22:47:57.165ZTo configure your current shell, you need to source
512026-06-20T22:47:57.165Zthe corresponding env file under $HOME/.cargo.
522026-06-20T22:47:57.165Z
532026-06-20T22:47:57.165ZThis is usually done by running one of the following (note the leading DOT):
542026-06-20T22:47:57.165Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-20T22:47:57.168Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-20T22:47:57.168Zsource "~/.cargo/env.nu" # For nushell
572026-06-20T22:47:57.168Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-20T22:47:57.168Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-20T22:47:57.168Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-20T22:47:57.168Zwarn: no default linker (`cc`) was found in your PATH
612026-06-20T22:47:57.168Zwarn: many Rust crates require a system C toolchain to build
622026-06-20T22:47:57.271Z+ rustup --version
632026-06-20T22:47:57.277Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-20T22:47:57.280Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-20T22:47:57.298Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-06-20T22:47:57.301Z+ cargo --version
672026-06-20T22:47:57.309Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-06-20T22:47:57.312Z+ rustc --version
692026-06-20T22:47:57.333Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-06-20T22:47:57.335Zprocess exited: duration 17171 ms, exit code 0
 
712026-06-20T22:47:57.341Zstarting task 2: "authentication"
722026-06-20T22:47:57.359Zprocess exited: duration 17 ms, exit code 0
 
732026-06-20T22:47:57.364Zstarting task 3: "clone repository"
742026-06-20T22:47:57.369Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-20T22:47:57.371Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-20T22:47:57.408ZCloning into '/work/oxidecomputer/omicron'...
772026-06-20T22:48:08.004Z+ cd /work/oxidecomputer/omicron
782026-06-20T22:48:08.004Z+ git fetch origin 5058820ba9a44bc12880f1669cc5bf2244c6971a
792026-06-20T22:48:08.259ZFrom https://github.com/oxidecomputer/omicron
802026-06-20T22:48:08.259Z * branch 5058820ba9a44bc12880f1669cc5bf2244c6971a -> FETCH_HEAD
812026-06-20T22:48:08.274Z+ [[ -n sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
822026-06-20T22:48:08.277Z++ git branch --show-current
832026-06-20T22:48:08.277Z+ current=main
842026-06-20T22:48:08.278Z+ [[ main != sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types ]]
852026-06-20T22:48:08.278Z+ git branch -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types 5058820ba9a44bc12880f1669cc5bf2244c6971a
862026-06-20T22:48:08.280Z+ git checkout -f sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types
872026-06-20T22:48:08.382ZSwitched to branch 'sunshowers/spr/4n-sync-switch-replace-db-model-builder-inputs-with-domain-types'
882026-06-20T22:48:08.385Z+ git reset --hard 5058820ba9a44bc12880f1669cc5bf2244c6971a
892026-06-20T22:48:08.481ZHEAD is now at 5058820ba formatting
902026-06-20T22:48:08.484Zprocess exited: duration 11118 ms, exit code 0
 
912026-06-20T22:48:08.490Zstarting task 4: "build"
922026-06-20T22:48:08.495Z+ source .github/buildomat/ci-env.sh
932026-06-20T22:48:08.495Z++ export CARGO_TERM_COLOR=always
942026-06-20T22:48:08.495Z++ CARGO_TERM_COLOR=always
952026-06-20T22:48:08.495Z+ cargo --version
962026-06-20T22:48:08.505Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-06-20T22:48:08.508Z+ rustc --version
982026-06-20T22:48:08.530Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-06-20T22:48:08.533Z+ WORK=/work
1002026-06-20T22:48:08.533Z+ pfexec mkdir -p /work
1012026-06-20T22:48:08.536Z+ pfexec chown build /work
1022026-06-20T22:48:08.539Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-06-20T22:48:10.090Z Startup: Refreshing catalog 'helios' ... Done
1042026-06-20T22:48:10.225Z Startup: Caching catalogs ... Done
1052026-06-20T22:48:10.581ZPlanning: Solver setup ... Done (0.309s)
1062026-06-20T22:48:10.603ZPlanning: Running solver ... Done (0.022s)
1072026-06-20T22:48:10.612ZPlanning: Finding local manifests ... Done (0.003s)
1082026-06-20T22:48:10.640ZPlanning: Fetching manifests: 0/2 0% complete
1092026-06-20T22:48:10.677ZPlanning: Fetching manifests: 2/2 100% complete
1102026-06-20T22:48:10.688ZPlanning: Package planning ... Done (0.015s)
1112026-06-20T22:48:10.691ZPlanning: Merging actions ... Done (0.003s)
1122026-06-20T22:48:10.879ZPlanning: Checking for conflicting actions ... Done (0.188s)
1132026-06-20T22:48:10.883ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-06-20T22:48:11.764ZPlanning: Evaluating mediators ... Done (0.884s)
1152026-06-20T22:48:11.768ZPlanning: Planning completed in 1.52 seconds
1162026-06-20T22:48:11.777Z Packages to install: 2
1172026-06-20T22:48:11.777Z Estimated space available: 156.07 GB
1182026-06-20T22:48:11.777ZEstimated space to be consumed: 26.78 MB
1192026-06-20T22:48:11.778Z Create boot environment: No
1202026-06-20T22:48:11.778ZCreate backup boot environment: No
1212026-06-20T22:48:11.778Z Rebuild boot archive: No
1222026-06-20T22:48:11.782Z
1232026-06-20T22:48:11.782ZChanged packages:
1242026-06-20T22:48:11.782Zhelios
1252026-06-20T22:48:11.782Z developer/build-essential
1262026-06-20T22:48:11.782Z None -> 11-3.0
1272026-06-20T22:48:11.782Z library/libxmlsec1
1282026-06-20T22:48:11.782Z None -> 1.2.35-3.0
1292026-06-20T22:48:11.803Z
1302026-06-20T22:48:11.803ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-06-20T22:48:12.269ZDownload: Completed 1.28 MB in 0.47 seconds (2.7M/s)
1322026-06-20T22:48:12.339Z Actions: 1/268 actions (Installing new actions)
1332026-06-20T22:48:12.377Z Actions: Completed 268 actions in 0.04 seconds.
1342026-06-20T22:48:12.388ZFinalize: Updating package state database ... Done (0.010s)
1352026-06-20T22:48:12.388ZFinalize: Updating package cache ... Done (0.000s)
1362026-06-20T22:48:12.411ZFinalize: Updating image state ... Done (0.023s)
1372026-06-20T22:48:14.936ZFinalize: Creating fast lookup database ... Done (2.502s)
1382026-06-20T22:48:15.005ZFinalize: Reading search index ... Done (0.012s)
1392026-06-20T22:48:15.008ZFinalize: Updating search index ... Done (0.000s)
1402026-06-20T22:48:15.101ZFinalize: Updating package cache ... Done (0.000s)
1412026-06-20T22:48:15.410ZPlanning: Evaluating mediator changes ... Done
1422026-06-20T22:48:15.515ZPlanning: Checking for conflicting actions ... Done
1432026-06-20T22:48:15.517ZPlanning: Consolidating action changes ... Done
1442026-06-20T22:48:15.674ZPlanning: Evaluating mediators ... Done
1452026-06-20T22:48:15.677ZPlanning: Planning completed in 0.27 seconds
1462026-06-20T22:48:15.697Z Mediators to change: 2
1472026-06-20T22:48:15.697Z Create boot environment: No
1482026-06-20T22:48:15.697ZCreate backup boot environment: No
1492026-06-20T22:48:15.744ZFinalize: Updating package state database ... Done
1502026-06-20T22:48:15.744ZFinalize: Updating package cache ... Done
1512026-06-20T22:48:15.761ZFinalize: Updating image state ... Done
1522026-06-20T22:48:17.710ZFinalize: Creating fast lookup database ... Done
1532026-06-20T22:48:17.771ZFinalize: Reading search index ... Done
1542026-06-20T22:48:17.773ZFinalize: Updating search index ... Done
1552026-06-20T22:48:17.830ZFinalize: Updating package cache ... Done
1562026-06-20T22:48:18.115ZPlanning: Evaluating mediator changes ... Done
1572026-06-20T22:48:18.219ZPlanning: Checking for conflicting actions ... Done
1582026-06-20T22:48:18.223ZPlanning: Consolidating action changes ... Done
1592026-06-20T22:48:18.378ZPlanning: Evaluating mediators ... Done
1602026-06-20T22:48:18.381ZPlanning: Planning completed in 0.26 seconds
1612026-06-20T22:48:18.402Z Mediators to change: 1
1622026-06-20T22:48:18.402Z Create boot environment: No
1632026-06-20T22:48:18.402ZCreate backup boot environment: No
1642026-06-20T22:48:18.442ZFinalize: Updating package state database ... Done
1652026-06-20T22:48:18.442ZFinalize: Updating package cache ... Done
1662026-06-20T22:48:18.458ZFinalize: Updating image state ... Done
1672026-06-20T22:48:20.384ZFinalize: Creating fast lookup database ... Done
1682026-06-20T22:48:20.445ZFinalize: Reading search index ... Done
1692026-06-20T22:48:20.448ZFinalize: Updating search index ... Done
1702026-06-20T22:48:20.496ZFinalize: Updating package cache ... Done
1712026-06-20T22:48:20.803ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-06-20T22:48:20.803Zapache system 2.4 system
1732026-06-20T22:48:20.803Zclang system 15 system
1742026-06-20T22:48:20.803Zcsh system system illumos
1752026-06-20T22:48:20.803Zctags system system illumos
1762026-06-20T22:48:20.803Zfile vendor vendor darwinsys
1772026-06-20T22:48:20.803Zfile system system illumos
1782026-06-20T22:48:20.803Zgcc vendor 14 vendor
1792026-06-20T22:48:20.803Zgcc system 13 system
1802026-06-20T22:48:20.803Zgcc system 10 system
1812026-06-20T22:48:20.803Zgo system 1.25 system
1822026-06-20T22:48:20.803Zllvm system 15 system
1832026-06-20T22:48:20.803Zmariadb system 11.4 system
1842026-06-20T22:48:20.803Zmta vendor vendor dma
1852026-06-20T22:48:20.803Zopenjdk system 17 system
1862026-06-20T22:48:20.803Zopenjdk system 11 system
1872026-06-20T22:48:20.803Zopenssl vendor 3 vendor
1882026-06-20T22:48:20.803Zperl system 5.40 system
1892026-06-20T22:48:20.803Zpostgresql system 18 system
1902026-06-20T22:48:20.803Zpostgresql system 17 system
1912026-06-20T22:48:20.803Zpython vendor 3 vendor
1922026-06-20T22:48:20.803Zpython system 2 system
1932026-06-20T22:48:20.803Zpython3 vendor 3.13 vendor
1942026-06-20T22:48:20.803Zruby system 3.4 system
1952026-06-20T22:48:20.803Zruby system 3.0 system
1962026-06-20T22:48:20.803Zwords vendor vendor american-english
1972026-06-20T22:48:20.803Zwords system system australian-english
1982026-06-20T22:48:20.803Zwords system system british-english
1992026-06-20T22:48:20.803Zwords system system canadian-english
2002026-06-20T22:48:20.803Zwords system system french
2012026-06-20T22:48:20.804Zwords system system italian
2022026-06-20T22:48:20.804Zwords system system ngerman
2032026-06-20T22:48:20.804Zwords system system ogerman
2042026-06-20T22:48:20.804Zwords system system spanish
2052026-06-20T22:48:21.055ZPUBLISHER TYPE STATUS P LOCATION
2062026-06-20T22:48:21.055Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-06-20T22:48:21.353ZFMRI IFO
2082026-06-20T22:48:21.354Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-06-20T22:48:21.354Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-06-20T22:48:21.354Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-06-20T22:48:21.354Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-06-20T22:48:21.354Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-06-20T22:48:21.354Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-06-20T22:48:21.354Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-06-20T22:48:21.354Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-06-20T22:48:21.354Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-06-20T22:48:21.595Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-06-20T22:48:21.819Z Updating crates.io index
2192026-06-20T22:48:21.856Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-06-20T22:48:22.073Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-06-20T22:48:22.970Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-06-20T22:48:23.807Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-06-20T22:48:24.691Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-06-20T22:48:25.149Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-06-20T22:48:26.667Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-06-20T22:48:27.423Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-06-20T22:48:28.062Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-06-20T22:48:29.397Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-06-20T22:48:29.856Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-06-20T22:48:30.380Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-06-20T22:48:30.623Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-06-20T22:48:31.179Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-06-20T22:48:31.653Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2342026-06-20T22:48:32.056Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2352026-06-20T22:48:32.307Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2362026-06-20T22:48:32.644Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2372026-06-20T22:48:33.042Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2382026-06-20T22:48:33.558Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2392026-06-20T22:48:33.781Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2402026-06-20T22:48:34.010Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2412026-06-20T22:48:34.342Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2422026-06-20T22:48:34.695Z Updating git repository `https://github.com/oxidecomputer/erebor`
2432026-06-20T22:48:35.090Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2442026-06-20T22:48:35.539Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2452026-06-20T22:48:35.772Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2462026-06-20T22:48:36.277Z Updating git repository `https://github.com/oxidecomputer/ispf`
2472026-06-20T22:48:36.536Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2482026-06-20T22:48:37.662Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2492026-06-20T22:48:38.530Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2502026-06-20T22:48:38.924Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2512026-06-20T22:48:39.130Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2522026-06-20T22:48:39.503Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2532026-06-20T22:48:39.834Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2542026-06-20T22:48:40.092Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2552026-06-20T22:48:40.875Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2562026-06-20T22:48:41.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2572026-06-20T22:48:41.320Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2582026-06-20T22:48:41.531Z Updating git repository `https://github.com/illumos/smf-rs`
2592026-06-20T22:48:43.300Z Downloading crates ...
2602026-06-20T22:48:43.372Z Downloaded colorchoice v1.0.4
2612026-06-20T22:48:43.379Z Downloaded macaddr v1.0.1
2622026-06-20T22:48:43.379Z Downloaded serde-value v0.7.0
2632026-06-20T22:48:43.379Z Downloaded usdt-macro v0.5.0
2642026-06-20T22:48:43.379Z Downloaded unicode-ident v1.0.24
2652026-06-20T22:48:43.382Z Downloaded writeable v0.6.2
2662026-06-20T22:48:43.382Z Downloaded version_check v0.9.5
2672026-06-20T22:48:43.382Z Downloaded syn v1.0.109
2682026-06-20T22:48:43.385Z Downloaded zerofrom-derive v0.1.6
2692026-06-20T22:48:43.385Z Downloaded thiserror v2.0.18
2702026-06-20T22:48:43.387Z Downloaded cargo-util-schemas v0.8.2
2712026-06-20T22:48:43.391Z Downloaded textwrap v0.16.2
2722026-06-20T22:48:43.391Z Downloaded clap_derive v4.6.1
2732026-06-20T22:48:43.394Z Downloaded thiserror-impl v1.0.69
2742026-06-20T22:48:43.394Z Downloaded heck v0.5.0
2752026-06-20T22:48:43.394Z Downloaded typeid v1.0.3
2762026-06-20T22:48:43.394Z Downloaded digest v0.10.7
2772026-06-20T22:48:43.397Z Downloaded unicode-xid v0.2.6
2782026-06-20T22:48:43.397Z Downloaded cargo-platform v0.2.0
2792026-06-20T22:48:43.397Z Downloaded clap_lex v1.0.0
2802026-06-20T22:48:43.401Z Downloaded utf8parse v0.2.2
2812026-06-20T22:48:43.404Z Downloaded usdt-attr-macro v0.5.0
2822026-06-20T22:48:43.404Z Downloaded utf8_iter v1.0.4
2832026-06-20T22:48:43.404Z Downloaded unicode-linebreak v0.1.5
2842026-06-20T22:48:43.404Z Downloaded anstream v1.0.0
2852026-06-20T22:48:43.407Z Downloaded erased-serde v0.4.9
2862026-06-20T22:48:43.411Z Downloaded yoke-derive v0.8.1
2872026-06-20T22:48:43.414Z Downloaded zerofrom v0.1.6
2882026-06-20T22:48:43.414Z Downloaded toml_write v0.1.2
2892026-06-20T22:48:43.414Z Downloaded stable_deref_trait v1.2.1
2902026-06-20T22:48:43.414Z Downloaded itoa v1.0.17
2912026-06-20T22:48:43.414Z Downloaded fs-err v3.3.0
2922026-06-20T22:48:43.418Z Downloaded toml_datetime v0.6.11
2932026-06-20T22:48:43.420Z Downloaded usdt v0.5.0
2942026-06-20T22:48:43.423Z Downloaded cfg-if v1.0.4
2952026-06-20T22:48:43.423Z Downloaded fastrand v2.3.0
2962026-06-20T22:48:43.423Z Downloaded errno v0.3.14
2972026-06-20T22:48:43.426Z Downloaded zerovec-derive v0.11.2
2982026-06-20T22:48:43.426Z Downloaded usdt-impl v0.5.0
2992026-06-20T22:48:43.426Z Downloaded thread-id v4.2.2
3002026-06-20T22:48:43.426Z Downloaded percent-encoding v2.3.2
3012026-06-20T22:48:43.430Z Downloaded thiserror-impl v2.0.18
3022026-06-20T22:48:43.430Z Downloaded is_terminal_polyfill v1.70.2
3032026-06-20T22:48:43.430Z Downloaded tinystr v0.8.2
3042026-06-20T22:48:43.430Z Downloaded thiserror v1.0.69
3052026-06-20T22:48:43.433Z Downloaded cpufeatures v0.2.17
3062026-06-20T22:48:43.437Z Downloaded memmap v0.7.0
3072026-06-20T22:48:43.437Z Downloaded zmij v1.0.21
3082026-06-20T22:48:43.440Z Downloaded idna_adapter v1.2.1
3092026-06-20T22:48:43.440Z Downloaded toml v0.8.23
3102026-06-20T22:48:43.444Z Downloaded yoke v0.8.1
3112026-06-20T22:48:43.448Z Downloaded zerocopy-derive v0.7.35
3122026-06-20T22:48:43.451Z Downloaded serde_spanned v0.6.9
3132026-06-20T22:48:43.451Z Downloaded dof v0.3.0
3142026-06-20T22:48:43.451Z Downloaded dtrace-parser v0.2.0
3152026-06-20T22:48:43.454Z Downloaded displaydoc v0.2.5
3162026-06-20T22:48:43.454Z Downloaded anstyle-query v1.1.5
3172026-06-20T22:48:43.460Z Downloaded generic-array v0.14.7
3182026-06-20T22:48:43.462Z Downloaded potential_utf v0.1.4
3192026-06-20T22:48:43.465Z Downloaded form_urlencoded v1.2.2
3202026-06-20T22:48:43.467Z Downloaded equivalent v1.0.2
3212026-06-20T22:48:43.467Z Downloaded ucd-trie v0.1.7
3222026-06-20T22:48:43.470Z Downloaded smawk v0.3.2
3232026-06-20T22:48:43.470Z Downloaded zerotrie v0.2.3
3242026-06-20T22:48:43.473Z Downloaded heck v0.4.1
3252026-06-20T22:48:43.473Z Downloaded crypto-common v0.1.7
3262026-06-20T22:48:43.473Z Downloaded typenum v1.19.0
3272026-06-20T22:48:43.475Z Downloaded plain v0.2.3
3282026-06-20T22:48:43.478Z Downloaded synstructure v0.13.2
3292026-06-20T22:48:43.481Z Downloaded sha2 v0.10.9
3302026-06-20T22:48:43.481Z Downloaded tabled v0.15.0
3312026-06-20T22:48:43.488Z Downloaded url v2.5.8
3322026-06-20T22:48:43.492Z Downloaded fnv v1.0.7
3332026-06-20T22:48:43.492Z Downloaded toml_edit v0.22.27
3342026-06-20T22:48:43.495Z Downloaded block-buffer v0.10.4
3352026-06-20T22:48:43.495Z Downloaded terminal_size v0.4.3
3362026-06-20T22:48:43.495Z Downloaded pretty-hex v0.4.1
3372026-06-20T22:48:43.495Z Downloaded scroll_derive v0.12.1
3382026-06-20T22:48:43.499Z Downloaded strsim v0.11.1
3392026-06-20T22:48:43.499Z Downloaded swrite v0.1.0
3402026-06-20T22:48:43.502Z Downloaded proc-macro-error-attr v1.0.4
3412026-06-20T22:48:43.502Z Downloaded zerovec v0.11.5
3422026-06-20T22:48:43.505Z Downloaded anstyle-parse v1.0.0
3432026-06-20T22:48:43.509Z Downloaded byteorder v1.5.0
3442026-06-20T22:48:43.509Z Downloaded anstyle v1.0.14
3452026-06-20T22:48:43.512Z Downloaded zerocopy v0.7.35
3462026-06-20T22:48:43.519Z Downloaded semver v1.0.28
3472026-06-20T22:48:43.521Z Downloaded winnow v0.7.14
3482026-06-20T22:48:43.524Z Downloaded tabled_derive v0.7.0
3492026-06-20T22:48:43.527Z Downloaded quote v1.0.45
3502026-06-20T22:48:43.527Z Downloaded serde-untagged v0.1.9
3512026-06-20T22:48:43.527Z Downloaded unicode-width v0.1.14
3522026-06-20T22:48:43.529Z Downloaded unicode-width v0.2.0
3532026-06-20T22:48:43.532Z Downloaded bitflags v2.11.0
3542026-06-20T22:48:43.535Z Downloaded anyhow v1.0.102
3552026-06-20T22:48:43.539Z Downloaded autocfg v1.5.0
3562026-06-20T22:48:43.539Z Downloaded cargo_toml v0.21.0
3572026-06-20T22:48:43.543Z Downloaded bytecount v0.6.9
3582026-06-20T22:48:43.546Z Downloaded scroll v0.12.0
3592026-06-20T22:48:43.546Z Downloaded ordered-float v2.10.1
3602026-06-20T22:48:43.546Z Downloaded camino-tempfile v1.4.1
3612026-06-20T22:48:43.549Z Downloaded once_cell v1.21.3
3622026-06-20T22:48:43.552Z Downloaded serde_tokenstream v0.2.3
3632026-06-20T22:48:43.560Z Downloaded smallvec v1.15.1
3642026-06-20T22:48:43.562Z Downloaded proc-macro-error v1.0.4
3652026-06-20T22:48:43.565Z Downloaded pest_generator v2.8.6
3662026-06-20T22:48:43.565Z Downloaded pest_derive v2.8.6
3672026-06-20T22:48:43.565Z Downloaded clap v4.6.1
3682026-06-20T22:48:43.569Z Downloaded serde_core v1.0.228
3692026-06-20T22:48:43.573Z Downloaded indexmap v2.14.0
3702026-06-20T22:48:43.576Z Downloaded serde v1.0.228
3712026-06-20T22:48:43.576Z Downloaded cargo_metadata v0.21.0
3722026-06-20T22:48:43.579Z Downloaded litemap v0.8.1
3732026-06-20T22:48:43.579Z Downloaded camino v1.2.2
3742026-06-20T22:48:43.579Z Downloaded tempfile v3.25.0
3752026-06-20T22:48:43.582Z Downloaded num-traits v0.2.19
3762026-06-20T22:48:43.590Z Downloaded log v0.4.29
3772026-06-20T22:48:43.593Z Downloaded icu_properties v2.1.2
3782026-06-20T22:48:43.596Z Downloaded serde_derive v1.0.228
3792026-06-20T22:48:43.604Z Downloaded getrandom v0.4.1
3802026-06-20T22:48:43.606Z Downloaded proc-macro2 v1.0.106
3812026-06-20T22:48:43.609Z Downloaded papergrid v0.11.0
3822026-06-20T22:48:43.611Z Downloaded icu_provider v2.1.1
3832026-06-20T22:48:43.622Z Downloaded icu_normalizer v2.1.1
3842026-06-20T22:48:43.625Z Downloaded icu_normalizer_data v2.1.1
3852026-06-20T22:48:43.631Z Downloaded memchr v2.8.0
3862026-06-20T22:48:43.634Z Downloaded pest_meta v2.8.6
3872026-06-20T22:48:43.636Z Downloaded icu_collections v2.1.1
3882026-06-20T22:48:43.641Z Downloaded icu_locale_core v2.1.1
3892026-06-20T22:48:43.651Z Downloaded idna v1.1.0
3902026-06-20T22:48:43.654Z Downloaded goblin v0.8.2
3912026-06-20T22:48:43.667Z Downloaded pest v2.8.6
3922026-06-20T22:48:43.678Z Downloaded hashbrown v0.17.0
3932026-06-20T22:48:43.681Z Downloaded serde_json v1.0.149
3942026-06-20T22:48:43.684Z Downloaded clap_builder v4.6.0
3952026-06-20T22:48:43.688Z Downloaded icu_properties_data v2.1.2
3962026-06-20T22:48:43.712Z Downloaded syn v2.0.117
3972026-06-20T22:48:43.727Z Downloaded rustix v1.1.3
3982026-06-20T22:48:43.755Z Downloaded libc v0.2.185
3992026-06-20T22:48:43.820Z Compiling proc-macro2 v1.0.106
4002026-06-20T22:48:43.820Z Compiling quote v1.0.45
4012026-06-20T22:48:43.823Z Compiling unicode-ident v1.0.24
4022026-06-20T22:48:43.823Z Compiling serde_core v1.0.228
4032026-06-20T22:48:43.823Z Compiling libc v0.2.185
4042026-06-20T22:48:43.823Z Compiling version_check v0.9.5
4052026-06-20T22:48:43.823Z Compiling memchr v2.8.0
4062026-06-20T22:48:43.823Z Compiling serde v1.0.228
4072026-06-20T22:48:43.823Z Compiling stable_deref_trait v1.2.1
4082026-06-20T22:48:43.823Z Compiling zmij v1.0.21
4092026-06-20T22:48:43.823Z Compiling autocfg v1.5.0
4102026-06-20T22:48:43.823Z Compiling itoa v1.0.17
4112026-06-20T22:48:43.983Z Compiling thiserror v1.0.69
4122026-06-20T22:48:43.986Z Compiling ucd-trie v0.1.7
4132026-06-20T22:48:43.986Z Compiling litemap v0.8.1
4142026-06-20T22:48:44.249Z Compiling writeable v0.6.2
4152026-06-20T22:48:44.322Z Compiling byteorder v1.5.0
4162026-06-20T22:48:44.322Z Compiling icu_properties_data v2.1.2
4172026-06-20T22:48:44.512Z Compiling rustix v1.1.3
4182026-06-20T22:48:44.513Z Compiling icu_normalizer_data v2.1.1
4192026-06-20T22:48:44.609Z Compiling pest v2.8.6
4202026-06-20T22:48:44.609Z Compiling bitflags v2.11.0
4212026-06-20T22:48:44.609Z Compiling serde_json v1.0.149
4222026-06-20T22:48:44.609Z Compiling num-traits v0.2.19
4232026-06-20T22:48:44.822Z Compiling typeid v1.0.3
4242026-06-20T22:48:44.952Z Compiling smallvec v1.15.1
4252026-06-20T22:48:44.953Z Compiling hashbrown v0.17.0
4262026-06-20T22:48:44.953Z Compiling equivalent v1.0.2
4272026-06-20T22:48:45.023Z Compiling usdt-impl v0.5.0
4282026-06-20T22:48:45.023Z Compiling proc-macro-error-attr v1.0.4
4292026-06-20T22:48:45.023Z Compiling erased-serde v0.4.9
4302026-06-20T22:48:45.023Z Compiling errno v0.3.14
4312026-06-20T22:48:45.023Z Compiling thread-id v4.2.2
4322026-06-20T22:48:45.070Z Compiling winnow v0.7.14
4332026-06-20T22:48:45.070Z Compiling syn v1.0.109
4342026-06-20T22:48:45.111Z Compiling toml_write v0.1.2
4352026-06-20T22:48:45.142Z Compiling proc-macro-error v1.0.4
4362026-06-20T22:48:45.172Z Compiling camino v1.2.2
4372026-06-20T22:48:45.274Z Compiling utf8_iter v1.0.4
4382026-06-20T22:48:45.317Z Compiling indexmap v2.14.0
4392026-06-20T22:48:45.345Z Compiling getrandom v0.4.1
4402026-06-20T22:48:45.361Z Compiling plain v0.2.3
4412026-06-20T22:48:45.409Z Compiling utf8parse v0.2.2
4422026-06-20T22:48:45.447Z Compiling thiserror v2.0.18
4432026-06-20T22:48:45.447Z Compiling percent-encoding v2.3.2
4442026-06-20T22:48:45.466Z Compiling log v0.4.29
4452026-06-20T22:48:45.539Z Compiling anstyle-parse v1.0.0
4462026-06-20T22:48:45.639Z Compiling pest_meta v2.8.6
4472026-06-20T22:48:45.671Z Compiling form_urlencoded v1.2.2
4482026-06-20T22:48:45.678Z Compiling ordered-float v2.10.1
4492026-06-20T22:48:45.700Z Compiling syn v2.0.117
4502026-06-20T22:48:45.794Z Compiling pretty-hex v0.4.1
4512026-06-20T22:48:45.822Z Compiling cfg-if v1.0.4
4522026-06-20T22:48:45.843Z Compiling is_terminal_polyfill v1.70.2
4532026-06-20T22:48:45.877Z Compiling colorchoice v1.0.4
4542026-06-20T22:48:45.917Z Compiling anstyle-query v1.1.5
4552026-06-20T22:48:45.959Z Compiling anstyle v1.0.14
4562026-06-20T22:48:46.015Z Compiling fs-err v3.3.0
4572026-06-20T22:48:46.034Z Compiling clap_lex v1.0.0
4582026-06-20T22:48:46.072Z Compiling anyhow v1.0.102
4592026-06-20T22:48:46.088Z Compiling strsim v0.11.1
4602026-06-20T22:48:46.169Z Compiling anstream v1.0.0
4612026-06-20T22:48:46.188Z Compiling bytecount v0.6.9
4622026-06-20T22:48:46.225Z Compiling terminal_size v0.4.3
4632026-06-20T22:48:46.242Z Compiling unicode-xid v0.2.6
4642026-06-20T22:48:46.312Z Compiling unicode-width v0.1.14
4652026-06-20T22:48:46.313Z Compiling once_cell v1.21.3
4662026-06-20T22:48:46.434Z Compiling heck v0.4.1
4672026-06-20T22:48:46.475Z Compiling heck v0.5.0
4682026-06-20T22:48:46.514Z Compiling fnv v1.0.7
4692026-06-20T22:48:46.572Z Compiling fastrand v2.3.0
4702026-06-20T22:48:46.610Z Compiling clap_builder v4.6.0
4712026-06-20T22:48:46.712Z Compiling papergrid v0.11.0
4722026-06-20T22:48:46.716Z Compiling memmap v0.7.0
4732026-06-20T22:48:46.716Z Compiling unicode-width v0.2.0
4742026-06-20T22:48:46.763Z Compiling semver v1.0.28
4752026-06-20T22:48:46.847Z Compiling tempfile v3.25.0
4762026-06-20T22:48:46.863Z Compiling unicode-linebreak v0.1.5
4772026-06-20T22:48:46.893Z Compiling smawk v0.3.2
4782026-06-20T22:48:47.121Z Compiling textwrap v0.16.2
4792026-06-20T22:48:47.146Z Compiling camino-tempfile v1.4.1
4802026-06-20T22:48:47.210Z Compiling serde-untagged v0.1.9
4812026-06-20T22:48:47.257Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4822026-06-20T22:48:47.272Z Compiling swrite v0.1.0
4832026-06-20T22:48:47.639Z Compiling tabled_derive v0.7.0
4842026-06-20T22:48:48.328Z Compiling tabled v0.15.0
4852026-06-20T22:48:48.380Z Compiling synstructure v0.13.2
4862026-06-20T22:48:48.381Z Compiling pest_generator v2.8.6
4872026-06-20T22:48:48.915Z Compiling serde_derive v1.0.228
4882026-06-20T22:48:48.915Z Compiling zerofrom-derive v0.1.6
4892026-06-20T22:48:48.915Z Compiling yoke-derive v0.8.1
4902026-06-20T22:48:48.918Z Compiling zerovec-derive v0.11.2
4912026-06-20T22:48:48.918Z Compiling displaydoc v0.2.5
4922026-06-20T22:48:48.918Z Compiling thiserror-impl v1.0.69
4932026-06-20T22:48:48.918Z Compiling zerocopy-derive v0.7.35
4942026-06-20T22:48:48.918Z Compiling pest_derive v2.8.6
4952026-06-20T22:48:48.918Z Compiling scroll_derive v0.12.1
4962026-06-20T22:48:48.918Z Compiling thiserror-impl v2.0.18
4972026-06-20T22:48:48.918Z Compiling clap_derive v4.6.1
4982026-06-20T22:48:49.633Z Compiling zerocopy v0.7.35
4992026-06-20T22:48:49.689Z Compiling scroll v0.12.0
5002026-06-20T22:48:49.919Z Compiling goblin v0.8.2
5012026-06-20T22:48:50.014Z Compiling zerofrom v0.1.6
5022026-06-20T22:48:50.115Z Compiling yoke v0.8.1
5032026-06-20T22:48:50.144Z Compiling dtrace-parser v0.2.0
5042026-06-20T22:48:50.261Z Compiling zerovec v0.11.5
5052026-06-20T22:48:50.261Z Compiling zerotrie v0.2.3
5062026-06-20T22:48:50.315Z Compiling clap v4.6.1
5072026-06-20T22:48:50.688Z Compiling tinystr v0.8.2
5082026-06-20T22:48:50.688Z Compiling potential_utf v0.1.4
5092026-06-20T22:48:50.802Z Compiling icu_collections v2.1.1
5102026-06-20T22:48:50.853Z Compiling icu_locale_core v2.1.1
5112026-06-20T22:48:51.419Z Compiling icu_provider v2.1.1
5122026-06-20T22:48:51.434Z Compiling toml_datetime v0.6.11
5132026-06-20T22:48:51.437Z Compiling serde_spanned v0.6.9
5142026-06-20T22:48:51.437Z Compiling serde-value v0.7.0
5152026-06-20T22:48:51.437Z Compiling cargo-platform v0.2.0
5162026-06-20T22:48:51.438Z Compiling macaddr v1.0.1
5172026-06-20T22:48:51.452Z Compiling dof v0.3.0
5182026-06-20T22:48:51.455Z Compiling serde_tokenstream v0.2.3
5192026-06-20T22:48:51.626Z Compiling toml_edit v0.22.27
5202026-06-20T22:48:51.647Z Compiling icu_properties v2.1.2
5212026-06-20T22:48:51.647Z Compiling icu_normalizer v2.1.1
5222026-06-20T22:48:52.170Z Compiling usdt-macro v0.5.0
5232026-06-20T22:48:52.170Z Compiling usdt-attr-macro v0.5.0
5242026-06-20T22:48:52.470Z Compiling idna_adapter v1.2.1
5252026-06-20T22:48:52.577Z Compiling idna v1.1.0
5262026-06-20T22:48:52.773Z Compiling usdt v0.5.0
5272026-06-20T22:48:52.840Z Compiling url v2.5.8
5282026-06-20T22:48:52.915Z Compiling toml v0.8.23
5292026-06-20T22:48:53.242Z Compiling cargo_toml v0.21.0
5302026-06-20T22:48:53.259Z Compiling cargo-util-schemas v0.8.2
5312026-06-20T22:48:54.031Z Compiling cargo_metadata v0.21.0
5322026-06-20T22:48:54.955Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332026-06-20T22:48:57.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.62s
5342026-06-20T22:48:57.279Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
5352026-06-20T22:48:57.756Z Downloading crates ...
5362026-06-20T22:48:57.851Z Downloaded adler2 v2.0.1
5372026-06-20T22:48:57.854Z Downloaded anstyle-parse v0.2.7
5382026-06-20T22:48:57.857Z Downloaded ar_archive_writer v0.5.1
5392026-06-20T22:48:57.865Z Downloaded blowfish v0.9.1
5402026-06-20T22:48:57.870Z Downloaded dtrace-parser v0.3.0
5412026-06-20T22:48:57.873Z Downloaded cobs v0.3.0
5422026-06-20T22:48:57.873Z Downloaded backoff v0.4.0
5432026-06-20T22:48:57.875Z Downloaded bit-set v0.8.0
5442026-06-20T22:48:57.875Z Downloaded async-bb8-diesel v0.2.1
5452026-06-20T22:48:57.878Z Downloaded atomicwrites v0.4.4
5462026-06-20T22:48:57.878Z Downloaded arrayref v0.3.9
5472026-06-20T22:48:57.878Z Downloaded crc-any v2.5.0
5482026-06-20T22:48:57.881Z Downloaded assert_matches v1.5.0
5492026-06-20T22:48:57.881Z Downloaded blake2 v0.10.6
5502026-06-20T22:48:57.888Z Downloaded camino-tempfile-ext v0.3.3
5512026-06-20T22:48:57.893Z Downloaded bitfield-macros v0.19.4
5522026-06-20T22:48:57.893Z Downloaded array-init v0.0.4
5532026-06-20T22:48:57.893Z Downloaded ahash v0.8.12
5542026-06-20T22:48:57.898Z Downloaded atomic-waker v1.1.2
5552026-06-20T22:48:57.900Z Downloaded bitfield v0.19.4
5562026-06-20T22:48:57.900Z Downloaded base16ct v0.2.0
5572026-06-20T22:48:57.900Z Downloaded async-stream-impl v0.3.6
5582026-06-20T22:48:57.900Z Downloaded async-stream v0.3.6
5592026-06-20T22:48:57.900Z Downloaded ascii-canvas v3.0.0
5602026-06-20T22:48:57.901Z Downloaded embedded-io v0.6.1
5612026-06-20T22:48:57.905Z Downloaded derive-where v1.6.0
5622026-06-20T22:48:57.908Z Downloaded ciborium-ll v0.2.2
5632026-06-20T22:48:57.908Z Downloaded atty v0.2.14
5642026-06-20T22:48:57.911Z Downloaded anstream v0.6.21
5652026-06-20T22:48:57.913Z Downloaded bitfield-struct v0.6.2
5662026-06-20T22:48:57.913Z Downloaded downcast-rs v2.0.2
5672026-06-20T22:48:57.916Z Downloaded darling_macro v0.20.11
5682026-06-20T22:48:57.916Z Downloaded arrayvec v0.7.6
5692026-06-20T22:48:57.919Z Downloaded crossbeam-utils v0.8.21
5702026-06-20T22:48:57.921Z Downloaded defmt-macros v1.0.1
5712026-06-20T22:48:57.921Z Downloaded crossbeam-deque v0.8.6
5722026-06-20T22:48:57.924Z Downloaded crc8 v0.1.1
5732026-06-20T22:48:57.927Z Downloaded ena v0.14.4
5742026-06-20T22:48:57.927Z Downloaded cpufeatures v0.3.0
5752026-06-20T22:48:57.929Z Downloaded derive_more-impl v2.1.1
5762026-06-20T22:48:57.932Z Downloaded derive_more v0.99.20
5772026-06-20T22:48:57.934Z Downloaded cfg_aliases v0.1.1
5782026-06-20T22:48:57.934Z Downloaded difflib v0.4.0
5792026-06-20T22:48:57.937Z Downloaded cargo-platform v0.3.2
5802026-06-20T22:48:57.937Z Downloaded dirs-sys-next v0.1.2
5812026-06-20T22:48:57.937Z Downloaded darling_macro v0.23.0
5822026-06-20T22:48:57.940Z Downloaded bcrypt-pbkdf v0.10.0
5832026-06-20T22:48:57.940Z Downloaded cstr-argument v0.1.2
5842026-06-20T22:48:57.940Z Downloaded bit-set v0.5.3
5852026-06-20T22:48:57.940Z Downloaded cfg_aliases v0.2.1
5862026-06-20T22:48:57.943Z Downloaded argon2 v0.5.3
5872026-06-20T22:48:57.943Z Downloaded dyn-clone v1.0.20
5882026-06-20T22:48:57.948Z Downloaded dirs-next v2.0.0
5892026-06-20T22:48:57.948Z Downloaded crc-catalog v2.4.0
5902026-06-20T22:48:57.948Z Downloaded cookie_store v0.22.1
5912026-06-20T22:48:57.951Z Downloaded cassowary v0.3.0
5922026-06-20T22:48:57.951Z Downloaded byte-wrapper v0.1.0
5932026-06-20T22:48:57.951Z Downloaded arc-swap v1.8.2
5942026-06-20T22:48:57.955Z Downloaded bb8 v0.8.6
5952026-06-20T22:48:57.958Z Downloaded defmt v0.3.100
5962026-06-20T22:48:57.962Z Downloaded async-recursion v1.1.1
5972026-06-20T22:48:57.964Z Downloaded either v1.15.0
5982026-06-20T22:48:57.967Z Downloaded aead v0.5.2
5992026-06-20T22:48:57.967Z Downloaded float-cmp v0.10.0
6002026-06-20T22:48:57.967Z Downloaded dsl_auto_type v0.2.0
6012026-06-20T22:48:57.967Z Downloaded darling_core v0.23.0
6022026-06-20T22:48:57.970Z Downloaded daft-derive v0.1.7
6032026-06-20T22:48:57.973Z Downloaded foreign-types-macros v0.2.3
6042026-06-20T22:48:57.976Z Downloaded diesel_table_macro_syntax v0.3.0
6052026-06-20T22:48:57.976Z Downloaded darling_macro v0.13.4
6062026-06-20T22:48:57.976Z Downloaded crucible-workspace-hack v0.1.0
6072026-06-20T22:48:57.976Z Downloaded float-ord v0.3.2
6082026-06-20T22:48:57.979Z Downloaded enum-as-inner v0.6.1
6092026-06-20T22:48:57.979Z Downloaded foreign-types v0.3.2
6102026-06-20T22:48:57.979Z Downloaded block-padding v0.3.3
6112026-06-20T22:48:57.982Z Downloaded compression-core v0.4.31
6122026-06-20T22:48:57.985Z Downloaded ciborium-io v0.2.2
6132026-06-20T22:48:57.985Z Downloaded der_derive v0.7.3
6142026-06-20T22:48:57.985Z Downloaded daft v0.1.7
6152026-06-20T22:48:57.988Z Downloaded csv-core v0.1.13
6162026-06-20T22:48:57.988Z Downloaded defmt v1.0.1
6172026-06-20T22:48:57.993Z Downloaded funty v2.0.0
6182026-06-20T22:48:57.993Z Downloaded convert_case v0.4.0
6192026-06-20T22:48:57.993Z Downloaded futures-core v0.3.32
6202026-06-20T22:48:57.997Z Downloaded crc v3.4.0
6212026-06-20T22:48:57.997Z Downloaded curve25519-dalek-derive v0.1.1
6222026-06-20T22:48:58.000Z Downloaded flagset v0.4.7
6232026-06-20T22:48:58.000Z Downloaded display-error-chain v0.2.2
6242026-06-20T22:48:58.000Z Downloaded compression-codecs v0.4.37
6252026-06-20T22:48:58.009Z Downloaded document-features v0.2.12
6262026-06-20T22:48:58.009Z Downloaded buf-list v1.1.2
6272026-06-20T22:48:58.009Z Downloaded crunchy v0.2.4
6282026-06-20T22:48:58.009Z Downloaded foreign-types-shared v0.1.1
6292026-06-20T22:48:58.009Z Downloaded futures-sink v0.3.32
6302026-06-20T22:48:58.009Z Downloaded backon v1.6.0
6312026-06-20T22:48:58.014Z Downloaded fixedbitset v0.4.2
6322026-06-20T22:48:58.014Z Downloaded futures-macro v0.3.32
6332026-06-20T22:48:58.014Z Downloaded futures-io v0.3.32
6342026-06-20T22:48:58.014Z Downloaded dunce v1.0.5
6352026-06-20T22:48:58.014Z Downloaded foldhash v0.2.0
6362026-06-20T22:48:58.014Z Downloaded derive_builder_macro v0.20.2
6372026-06-20T22:48:58.014Z Downloaded fxhash v0.2.1
6382026-06-20T22:48:58.018Z Downloaded foreign-types-shared v0.3.1
6392026-06-20T22:48:58.018Z Downloaded colored v2.2.0
6402026-06-20T22:48:58.018Z Downloaded foreign-types v0.5.0
6412026-06-20T22:48:58.019Z Downloaded debug-ignore v1.0.5
6422026-06-20T22:48:58.019Z Downloaded fd-lock v4.0.4
6432026-06-20T22:48:58.022Z Downloaded dof v0.4.0
6442026-06-20T22:48:58.022Z Downloaded gethostname v0.5.0
6452026-06-20T22:48:58.022Z Downloaded git-stub v1.0.0
6462026-06-20T22:48:58.022Z Downloaded env_filter v1.0.0
6472026-06-20T22:48:58.024Z Downloaded ghash v0.5.1
6482026-06-20T22:48:58.025Z Downloaded endian-type v0.1.2
6492026-06-20T22:48:58.025Z Downloaded defmt-parser v1.0.0
6502026-06-20T22:48:58.025Z Downloaded futures-task v0.3.32
6512026-06-20T22:48:58.027Z Downloaded cmake v0.1.57
6522026-06-20T22:48:58.027Z Downloaded hex v0.4.3
6532026-06-20T22:48:58.027Z Downloaded convert_case v0.10.0
6542026-06-20T22:48:58.030Z Downloaded hash32 v0.3.1
6552026-06-20T22:48:58.033Z Downloaded chacha20 v0.9.1
6562026-06-20T22:48:58.036Z Downloaded castaway v0.2.4
6572026-06-20T22:48:58.036Z Downloaded diesel-dtrace v0.5.0
6582026-06-20T22:48:58.036Z Downloaded critical-section v1.2.0
6592026-06-20T22:48:58.039Z Downloaded cargo_metadata v0.23.1
6602026-06-20T22:48:58.039Z Downloaded des v0.8.1
6612026-06-20T22:48:58.039Z Downloaded darling_macro v0.21.3
6622026-06-20T22:48:58.044Z Downloaded bitflags v1.3.2
6632026-06-20T22:48:58.044Z Downloaded const_format_proc_macros v0.2.34
6642026-06-20T22:48:58.050Z Downloaded async-trait v0.1.89
6652026-06-20T22:48:58.050Z Downloaded embedded-io v0.4.0
6662026-06-20T22:48:58.050Z Downloaded cexpr v0.6.0
6672026-06-20T22:48:58.055Z Downloaded cbc v0.1.2
6682026-06-20T22:48:58.055Z Downloaded constant_time_eq v0.4.2
6692026-06-20T22:48:58.055Z Downloaded bit-vec v0.6.3
6702026-06-20T22:48:58.055Z Downloaded darling v0.13.4
6712026-06-20T22:48:58.055Z Downloaded bit-vec v0.8.0
6722026-06-20T22:48:58.059Z Downloaded globwalk v0.9.1
6732026-06-20T22:48:58.059Z Downloaded foldhash v0.1.5
6742026-06-20T22:48:58.063Z Downloaded hash32 v0.2.1
6752026-06-20T22:48:58.064Z Downloaded hostname v0.3.1
6762026-06-20T22:48:58.064Z Downloaded cancel-safe-futures v0.1.5
6772026-06-20T22:48:58.066Z Downloaded corncobs v0.1.4
6782026-06-20T22:48:58.066Z Downloaded console v0.16.2
6792026-06-20T22:48:58.066Z Downloaded chacha20 v0.10.0
6802026-06-20T22:48:58.069Z Downloaded bzip2 v0.4.4
6812026-06-20T22:48:58.069Z Downloaded fs_extra v1.3.0
6822026-06-20T22:48:58.069Z Downloaded home v0.5.12
6832026-06-20T22:48:58.072Z Downloaded http-body v1.0.1
6842026-06-20T22:48:58.072Z Downloaded hex-literal v0.4.1
6852026-06-20T22:48:58.072Z Downloaded headers-core v0.3.0
6862026-06-20T22:48:58.072Z Downloaded bzip2 v0.6.1
6872026-06-20T22:48:58.075Z Downloaded fs-err v2.11.0
6882026-06-20T22:48:58.075Z Downloaded derive_builder_core v0.20.2
6892026-06-20T22:48:58.078Z Downloaded clang-sys v1.8.1
6902026-06-20T22:48:58.078Z Downloaded derive_more v2.1.1
6912026-06-20T22:48:58.084Z Downloaded futures-executor v0.3.32
6922026-06-20T22:48:58.087Z Downloaded group v0.13.0
6932026-06-20T22:48:58.087Z Downloaded dropshot-api-manager-types v0.7.2
6942026-06-20T22:48:58.090Z Downloaded glob v0.3.3
6952026-06-20T22:48:58.090Z Downloaded fixedbitset v0.5.7
6962026-06-20T22:48:58.090Z Downloaded globset v0.4.18
6972026-06-20T22:48:58.093Z Downloaded indoc v1.0.9
6982026-06-20T22:48:58.093Z Downloaded ident_case v1.0.1
6992026-06-20T22:48:58.093Z Downloaded http-range v0.1.5
7002026-06-20T22:48:58.097Z Downloaded ff v0.13.1
7012026-06-20T22:48:58.097Z Downloaded fallible-iterator v0.2.0
7022026-06-20T22:48:58.097Z Downloaded inout v0.1.4
7032026-06-20T22:48:58.100Z Downloaded env_logger v0.11.9
7042026-06-20T22:48:58.100Z Downloaded ciborium v0.2.2
7052026-06-20T22:48:58.100Z Downloaded data-encoding v2.10.0
7062026-06-20T22:48:58.103Z Downloaded httpdate v1.0.3
7072026-06-20T22:48:58.103Z Downloaded ecdsa v0.16.9
7082026-06-20T22:48:58.103Z Downloaded const-oid v0.9.6
7092026-06-20T22:48:58.107Z Downloaded diff v0.1.13
7102026-06-20T22:48:58.107Z Downloaded cookie v0.18.1
7112026-06-20T22:48:58.110Z Downloaded cipher v0.4.4
7122026-06-20T22:48:58.110Z Downloaded base64ct v1.8.3
7132026-06-20T22:48:58.110Z Downloaded indent_write v2.2.0
7142026-06-20T22:48:58.114Z Downloaded illumos-nvpair-sys v0.2.0
7152026-06-20T22:48:58.114Z Downloaded hyper-tls v0.6.0
7162026-06-20T22:48:58.114Z Downloaded console v0.15.11
7172026-06-20T22:48:58.116Z Downloaded derive_builder v0.20.2
7182026-06-20T22:48:58.119Z Downloaded colored v3.1.1
7192026-06-20T22:48:58.120Z Downloaded deranged v0.5.8
7202026-06-20T22:48:58.122Z Downloaded bcs v0.1.6
7212026-06-20T22:48:58.122Z Downloaded is_ci v1.2.0
7222026-06-20T22:48:58.123Z Downloaded darling v0.23.0
7232026-06-20T22:48:58.125Z Downloaded crc32fast v1.5.0
7242026-06-20T22:48:58.129Z Downloaded highway v1.3.0
7252026-06-20T22:48:58.129Z Downloaded is-terminal v0.4.17
7262026-06-20T22:48:58.129Z Downloaded internet-checksum v0.2.1
7272026-06-20T22:48:58.133Z Downloaded hubpack_derive v0.1.1
7282026-06-20T22:48:58.133Z Downloaded hubpack v0.1.2
7292026-06-20T22:48:58.133Z Downloaded crossbeam-epoch v0.9.18
7302026-06-20T22:48:58.133Z Downloaded keccak v0.1.6
7312026-06-20T22:48:58.136Z Downloaded git-stub-vcs v0.1.0
7322026-06-20T22:48:58.137Z Downloaded illumos-nvpair v0.3.0
7332026-06-20T22:48:58.137Z Downloaded bumpalo v3.20.2
7342026-06-20T22:48:58.137Z Downloaded http-body-util v0.1.3
7352026-06-20T22:48:58.140Z Downloaded hostname v0.4.2
7362026-06-20T22:48:58.140Z Downloaded instant v0.1.13
7372026-06-20T22:48:58.140Z Downloaded instability v0.3.11
7382026-06-20T22:48:58.143Z Downloaded allocator-api2 v0.2.21
7392026-06-20T22:48:58.143Z Downloaded ed25519 v2.2.3
7402026-06-20T22:48:58.146Z Downloaded ctr v0.9.2
7412026-06-20T22:48:58.146Z Downloaded find-msvc-tools v0.1.9
7422026-06-20T22:48:58.146Z Downloaded linked-hash-map v0.5.6
7432026-06-20T22:48:58.149Z Downloaded lazy_static v1.5.0
7442026-06-20T22:48:58.149Z Downloaded lalrpop-util v0.19.12
7452026-06-20T22:48:58.149Z Downloaded drift v0.2.0
7462026-06-20T22:48:58.184Z Downloaded filetime v0.2.27
7472026-06-20T22:48:58.184Z Downloaded darling v0.21.3
7482026-06-20T22:48:58.184Z Downloaded libscf-sys v1.1.0
7492026-06-20T22:48:58.184Z Downloaded kstat-rs v0.2.4
7502026-06-20T22:48:58.184Z Downloaded indoc v2.0.7
7512026-06-20T22:48:58.184Z Downloaded darling v0.20.11
7522026-06-20T22:48:58.184Z Downloaded match_cfg v0.1.0
7532026-06-20T22:48:58.184Z Downloaded managed v0.8.0
7542026-06-20T22:48:58.184Z Downloaded lru-cache v0.1.2
7552026-06-20T22:48:58.184Z Downloaded humantime v2.3.0
7562026-06-20T22:48:58.184Z Downloaded darling_core v0.13.4
7572026-06-20T22:48:58.184Z Downloaded memoffset v0.9.1
7582026-06-20T22:48:58.184Z Downloaded md-5 v0.10.6
7592026-06-20T22:48:58.184Z Downloaded maybe-uninit v2.0.0
7602026-06-20T22:48:58.184Z Downloaded maplit v1.0.2
7612026-06-20T22:48:58.184Z Downloaded lzss v0.8.2
7622026-06-20T22:48:58.184Z Downloaded lru-slab v0.1.2
7632026-06-20T22:48:58.184Z Downloaded lru v0.12.5
7642026-06-20T22:48:58.184Z Downloaded derive-ex v0.1.8
7652026-06-20T22:48:58.184Z Downloaded ingot-types v0.1.2
7662026-06-20T22:48:58.184Z Downloaded md5 v0.7.0
7672026-06-20T22:48:58.190Z Downloaded hyper-staticfile v0.10.1
7682026-06-20T22:48:58.190Z Downloaded crossbeam-channel v0.5.15
7692026-06-20T22:48:58.190Z Downloaded mime v0.3.17
7702026-06-20T22:48:58.190Z Downloaded fatfs v0.3.6
7712026-06-20T22:48:58.190Z Downloaded elliptic-curve v0.13.8
7722026-06-20T22:48:58.193Z Downloaded bytes v1.11.1
7732026-06-20T22:48:58.193Z Downloaded half v1.8.3
7742026-06-20T22:48:58.194Z Downloaded futures-channel v0.3.32
7752026-06-20T22:48:58.197Z Downloaded hmac v0.12.1
7762026-06-20T22:48:58.200Z Downloaded ingot v0.1.1
7772026-06-20T22:48:58.200Z Downloaded ipnet v2.11.0
7782026-06-20T22:48:58.204Z Downloaded newline-converter v0.3.0
7792026-06-20T22:48:58.204Z Downloaded httparse v1.10.1
7802026-06-20T22:48:58.208Z Downloaded flume v0.11.1
7812026-06-20T22:48:58.208Z Downloaded newtype_derive v0.1.6
7822026-06-20T22:48:58.211Z Downloaded num-derive v0.3.3
7832026-06-20T22:48:58.211Z Downloaded libefi-sys v0.1.0
7842026-06-20T22:48:58.211Z Downloaded newtype-uuid-macros v0.1.0
7852026-06-20T22:48:58.211Z Downloaded libsw-core v0.3.2
7862026-06-20T22:48:58.215Z Downloaded num-conv v0.2.0
7872026-06-20T22:48:58.215Z Downloaded new_debug_unreachable v1.0.6
7882026-06-20T22:48:58.215Z Downloaded multimap v0.10.1
7892026-06-20T22:48:58.218Z Downloaded dropshot_endpoint v0.17.0
7902026-06-20T22:48:58.218Z Downloaded nodrop v0.1.14
7912026-06-20T22:48:58.218Z Downloaded nibble_vec v0.1.0
7922026-06-20T22:48:58.221Z Downloaded num v0.4.3
7932026-06-20T22:48:58.221Z Downloaded nonempty v0.12.0
7942026-06-20T22:48:58.224Z Downloaded num-iter v0.1.45
7952026-06-20T22:48:58.224Z Downloaded normalize-line-endings v0.3.0
7962026-06-20T22:48:58.224Z Downloaded opaque-debug v0.3.1
7972026-06-20T22:48:58.227Z Downloaded lock_api v0.4.14
7982026-06-20T22:48:58.227Z Downloaded getrandom v0.3.4
7992026-06-20T22:48:58.227Z Downloaded hyper-rustls v0.27.7
8002026-06-20T22:48:58.232Z Downloaded num_threads v0.1.7
8012026-06-20T22:48:58.232Z Downloaded num-derive v0.4.2
8022026-06-20T22:48:58.236Z Downloaded getrandom v0.2.17
8032026-06-20T22:48:58.236Z Downloaded libsw v3.5.0
8042026-06-20T22:48:58.236Z Downloaded darling_core v0.20.11
8052026-06-20T22:48:58.240Z Downloaded openssl-probe v0.1.6
8062026-06-20T22:48:58.240Z Downloaded olpc-cjson v0.1.4
8072026-06-20T22:48:58.240Z Downloaded linear-map v1.2.0
8082026-06-20T22:48:58.246Z Downloaded erased-serde v0.3.31
8092026-06-20T22:48:58.246Z Downloaded num_enum_derive v0.5.11
8102026-06-20T22:48:58.246Z Downloaded openssl-probe v0.2.1
8112026-06-20T22:48:58.251Z Downloaded mime_guess v2.0.5
8122026-06-20T22:48:58.251Z Downloaded oso-derive v0.27.3
8132026-06-20T22:48:58.254Z Downloaded chacha20poly1305 v0.10.1
8142026-06-20T22:48:58.256Z Downloaded peg-runtime v0.8.5
8152026-06-20T22:48:58.256Z Downloaded pbkdf2 v0.11.0
8162026-06-20T22:48:58.259Z Downloaded path-slash v0.1.5
8172026-06-20T22:48:58.262Z Downloaded ingot-macros v0.1.1
8182026-06-20T22:48:58.262Z Downloaded impl-trait-for-tuples v0.2.3
8192026-06-20T22:48:58.265Z Downloaded openssl-macros v0.1.1
8202026-06-20T22:48:58.265Z Downloaded half v2.7.1
8212026-06-20T22:48:58.268Z Downloaded base64 v0.21.7
8222026-06-20T22:48:58.270Z Downloaded compact_str v0.8.1
8232026-06-20T22:48:58.273Z Downloaded packed_struct_codegen v0.10.1
8242026-06-20T22:48:58.279Z Downloaded parse-display v0.10.0
8252026-06-20T22:48:58.283Z Downloaded jobserver v0.1.34
8262026-06-20T22:48:58.286Z Downloaded ipnetwork v0.21.1
8272026-06-20T22:48:58.288Z Downloaded multer v3.1.0
8282026-06-20T22:48:58.294Z Downloaded num_enum_derive v0.7.6
8292026-06-20T22:48:58.294Z Downloaded num_enum v0.5.11
8302026-06-20T22:48:58.298Z Downloaded parse-size v1.1.0
8312026-06-20T22:48:58.298Z Downloaded darling_core v0.21.3
8322026-06-20T22:48:58.298Z Downloaded pbkdf2 v0.12.2
8332026-06-20T22:48:58.303Z Downloaded nu-ansi-term v0.50.3
8342026-06-20T22:48:58.303Z Downloaded native-tls v0.2.18
8352026-06-20T22:48:58.303Z Downloaded nanorand v0.7.0
8362026-06-20T22:48:58.306Z Downloaded phf_shared v0.13.1
8372026-06-20T22:48:58.306Z Downloaded indexmap v1.9.3
8382026-06-20T22:48:58.306Z Downloaded phf_shared v0.12.1
8392026-06-20T22:48:58.306Z Downloaded num-integer v0.1.46
8402026-06-20T22:48:58.310Z Downloaded memmap2 v0.9.10
8412026-06-20T22:48:58.310Z Downloaded litrs v1.0.0
8422026-06-20T22:48:58.310Z Downloaded ignore v0.4.25
8432026-06-20T22:48:58.313Z Downloaded headers v0.4.1
8442026-06-20T22:48:58.315Z Downloaded pin-utils v0.1.0
8452026-06-20T22:48:58.315Z Downloaded oxide-tokio-rt v0.1.4
8462026-06-20T22:48:58.318Z Downloaded num_enum v0.7.6
8472026-06-20T22:48:58.321Z Downloaded cc v1.2.56
8482026-06-20T22:48:58.326Z Downloaded num-complex v0.4.6
8492026-06-20T22:48:58.326Z Downloaded precomputed-hash v0.1.1
8502026-06-20T22:48:58.326Z Downloaded base64 v0.22.1
8512026-06-20T22:48:58.330Z Downloaded const_format v0.2.35
8522026-06-20T22:48:58.330Z Downloaded futures v0.3.32
8532026-06-20T22:48:58.335Z Downloaded oxnet v0.1.6
8542026-06-20T22:48:58.335Z Downloaded predicates-tree v1.0.13
8552026-06-20T22:48:58.339Z Downloaded predicates-core v1.0.10
8562026-06-20T22:48:58.339Z Downloaded powerfmt v0.2.0
8572026-06-20T22:48:58.339Z Downloaded packed_struct v0.10.1
8582026-06-20T22:48:58.344Z Downloaded password-hash v0.4.2
8592026-06-20T22:48:58.344Z Downloaded parking_lot_core v0.8.6
8602026-06-20T22:48:58.357Z Downloaded proc-macro-error-attr2 v2.0.0
8612026-06-20T22:48:58.361Z Downloaded libbz2-rs-sys v0.2.2
8622026-06-20T22:48:58.361Z Downloaded proc-macro-crate v3.4.0
8632026-06-20T22:48:58.361Z Downloaded proc-macro-crate v1.3.1
8642026-06-20T22:48:58.361Z Downloaded paste v1.0.15
8652026-06-20T22:48:58.361Z Downloaded heapless v0.7.17
8662026-06-20T22:48:58.366Z Downloaded progenitor-client v0.14.0
8672026-06-20T22:48:58.366Z Downloaded heapless v0.8.0
8682026-06-20T22:48:58.371Z Downloaded progenitor-macro v0.13.0
8692026-06-20T22:48:58.371Z Downloaded newtype-uuid v1.3.2
8702026-06-20T22:48:58.371Z Downloaded phf_shared v0.11.3
8712026-06-20T22:48:58.371Z Downloaded pem-rfc7468 v0.7.0
8722026-06-20T22:48:58.372Z Downloaded quick-error v1.2.3
8732026-06-20T22:48:58.380Z Downloaded progenitor-macro v0.14.0
8742026-06-20T22:48:58.380Z Downloaded peg-macros v0.8.5
8752026-06-20T22:48:58.380Z Downloaded phf v0.13.1
8762026-06-20T22:48:58.380Z Downloaded psl-types v2.0.11
8772026-06-20T22:48:58.380Z Downloaded password-hash v0.5.0
8782026-06-20T22:48:58.380Z Downloaded parse-display-derive v0.10.0
8792026-06-20T22:48:58.380Z Downloaded ed25519-dalek v2.2.0
8802026-06-20T22:48:58.383Z Downloaded pem v3.0.6
8812026-06-20T22:48:58.383Z Downloaded der v0.7.10
8822026-06-20T22:48:58.386Z Downloaded pkg-config v0.3.32
8832026-06-20T22:48:58.386Z Downloaded phf v0.12.1
8842026-06-20T22:48:58.386Z Downloaded flate2 v1.1.9
8852026-06-20T22:48:58.389Z Downloaded libloading v0.8.9
8862026-06-20T22:48:58.392Z Downloaded async-compression v0.4.41
8872026-06-20T22:48:58.397Z Downloaded pkcs8 v0.10.2
8882026-06-20T22:48:58.402Z Downloaded rand_chacha v0.3.1
8892026-06-20T22:48:58.402Z Downloaded rand_xorshift v0.4.0
8902026-06-20T22:48:58.406Z Downloaded num-rational v0.4.2
8912026-06-20T22:48:58.406Z Downloaded polyval v0.6.2
8922026-06-20T22:48:58.406Z Downloaded poly1305 v0.8.0
8932026-06-20T22:48:58.406Z Downloaded omicron-zone-package v0.12.2
8942026-06-20T22:48:58.413Z Downloaded iana-time-zone v0.1.65
8952026-06-20T22:48:58.413Z Downloaded postgres-protocol v0.6.10
8962026-06-20T22:48:58.418Z Downloaded crypto-bigint v0.5.5
8972026-06-20T22:48:58.418Z Downloaded recursive-proc-macro-impl v0.1.1
8982026-06-20T22:48:58.418Z Downloaded recursive v0.1.1
8992026-06-20T22:48:58.418Z Downloaded parking_lot_core v0.9.12
9002026-06-20T22:48:58.422Z Downloaded parking_lot v0.11.2
9012026-06-20T22:48:58.422Z Downloaded progenitor-client v0.13.0
9022026-06-20T22:48:58.422Z Downloaded progenitor-extras v0.2.0
9032026-06-20T22:48:58.422Z Downloaded owo-colors v4.3.0
9042026-06-20T22:48:58.427Z Downloaded progenitor v0.13.0
9052026-06-20T22:48:58.427Z Downloaded predicates v3.1.4
9062026-06-20T22:48:58.431Z Downloaded ref-cast v1.0.25
9072026-06-20T22:48:58.431Z Downloaded ref-cast-impl v1.0.25
9082026-06-20T22:48:58.431Z Downloaded primeorder v0.13.6
9092026-06-20T22:48:58.436Z Downloaded peg v0.8.5
9102026-06-20T22:48:58.440Z Downloaded diesel_derives v2.3.7
9112026-06-20T22:48:58.444Z Downloaded indicatif v0.18.4
9122026-06-20T22:48:58.444Z Downloaded pkcs1 v0.7.5
9132026-06-20T22:48:58.449Z Downloaded r2d2 v0.8.10
9142026-06-20T22:48:58.449Z Downloaded pin-project-lite v0.2.17
9152026-06-20T22:48:58.454Z Downloaded rtoolbox v0.0.3
9162026-06-20T22:48:58.454Z Downloaded rustc_version v0.1.7
9172026-06-20T22:48:58.454Z Downloaded russh-cryptovec v0.7.3
9182026-06-20T22:48:58.458Z Downloaded progenitor v0.14.0
9192026-06-20T22:48:58.464Z Downloaded hickory-resolver v0.24.4
9202026-06-20T22:48:58.469Z Downloaded rustc_version v0.4.1
9212026-06-20T22:48:58.469Z Downloaded rustc-hash v2.1.1
9222026-06-20T22:48:58.469Z Downloaded radium v0.7.0
9232026-06-20T22:48:58.469Z Downloaded psm v0.1.30
9242026-06-20T22:48:58.469Z Downloaded p256 v0.13.2
9252026-06-20T22:48:58.476Z Downloaded hickory-resolver v0.25.2
9262026-06-20T22:48:58.481Z Downloaded proc-macro-error2 v2.0.1
9272026-06-20T22:48:58.481Z Downloaded pkcs5 v0.7.1
9282026-06-20T22:48:58.485Z Downloaded salsa20 v0.10.2
9292026-06-20T22:48:58.485Z Downloaded pin-project-internal v1.1.11
9302026-06-20T22:48:58.490Z Downloaded postcard v1.1.3
9312026-06-20T22:48:58.490Z Downloaded rand_core v0.9.5
9322026-06-20T22:48:58.490Z Downloaded rand_core v0.6.4
9332026-06-20T22:48:58.494Z Downloaded rand_seeder v0.4.0
9342026-06-20T22:48:58.494Z Downloaded rand_core v0.10.0
9352026-06-20T22:48:58.494Z Downloaded rand_chacha v0.9.0
9362026-06-20T22:48:58.499Z Downloaded postgres-types v0.2.12
9372026-06-20T22:48:58.499Z Downloaded same-file v1.0.6
9382026-06-20T22:48:58.503Z Downloaded scheduled-thread-pool v0.2.7
9392026-06-20T22:48:58.503Z Downloaded scopeguard v1.2.0
9402026-06-20T22:48:58.503Z Downloaded expectorate v1.2.0
9412026-06-20T22:48:58.503Z Downloaded scroll_derive v0.13.1
9422026-06-20T22:48:58.509Z Downloaded sapling-renderdag v0.1.0
9432026-06-20T22:48:58.509Z Downloaded miniz_oxide v0.8.9
9442026-06-20T22:48:58.509Z Downloaded parking_lot v0.12.5
9452026-06-20T22:48:58.513Z Downloaded ppv-lite86 v0.2.21
9462026-06-20T22:48:58.513Z Downloaded oso v0.27.3
9472026-06-20T22:48:58.517Z Downloaded resolv-conf v0.7.6
9482026-06-20T22:48:58.521Z Downloaded scrypt v0.11.0
9492026-06-20T22:48:58.521Z Downloaded rfc6979 v0.4.0
9502026-06-20T22:48:58.522Z Downloaded semver v0.1.20
9512026-06-20T22:48:58.522Z Downloaded secrecy v0.8.0
9522026-06-20T22:48:58.526Z Downloaded secrecy v0.10.3
9532026-06-20T22:48:58.526Z Downloaded quinn-udp v0.5.14
9542026-06-20T22:48:58.526Z Downloaded serde-big-array v0.5.1
9552026-06-20T22:48:58.526Z Downloaded seq-macro v0.3.6
9562026-06-20T22:48:58.530Z Downloaded hashbrown v0.12.3
9572026-06-20T22:48:58.538Z Downloaded rustls-pemfile v2.2.0
9582026-06-20T22:48:58.543Z Downloaded rustls-pemfile v1.0.4
9592026-06-20T22:48:58.543Z Downloaded serde_urlencoded v0.7.1
9602026-06-20T22:48:58.543Z Downloaded serde_bytes v0.11.19
9612026-06-20T22:48:58.550Z Downloaded hickory-server v0.25.2
9622026-06-20T22:48:58.559Z Downloaded serde_repr v0.1.20
9632026-06-20T22:48:58.559Z Downloaded signal-hook-tokio v0.3.1
9642026-06-20T22:48:58.559Z Downloaded rustversion v1.0.22
9652026-06-20T22:48:58.560Z Downloaded prefix-trie v0.7.0
9662026-06-20T22:48:58.560Z Downloaded rusty-fork v0.3.1
9672026-06-20T22:48:58.564Z Downloaded minimal-lexical v0.2.1
9682026-06-20T22:48:58.564Z Downloaded shell-words v1.1.1
9692026-06-20T22:48:58.564Z Downloaded jiff-static v0.2.21
9702026-06-20T22:48:58.564Z Downloaded pin-project v1.1.11
9712026-06-20T22:48:58.569Z Downloaded signal-hook-mio v0.2.5
9722026-06-20T22:48:58.569Z Downloaded crossterm v0.29.0
9732026-06-20T22:48:58.575Z Downloaded progenitor-impl v0.13.0
9742026-06-20T22:48:58.575Z Downloaded serde_plain v1.0.2
9752026-06-20T22:48:58.580Z Downloaded sigpipe v0.1.3
9762026-06-20T22:48:58.580Z Downloaded scroll v0.13.0
9772026-06-20T22:48:58.580Z Downloaded signature v2.2.0
9782026-06-20T22:48:58.590Z Downloaded slog-bunyan v2.5.0
9792026-06-20T22:48:58.593Z Downloaded sec1 v0.7.3
9802026-06-20T22:48:58.593Z Downloaded sct v0.7.1
9812026-06-20T22:48:58.593Z Downloaded schemars_derive v0.8.22
9822026-06-20T22:48:58.597Z Downloaded siphasher v1.0.2
9832026-06-20T22:48:58.600Z Downloaded serde-hex v0.1.0
9842026-06-20T22:48:58.604Z Downloaded russh-keys v0.45.0
9852026-06-20T22:48:58.604Z Downloaded slog-envlogger v2.2.0
9862026-06-20T22:48:58.611Z Downloaded hashbrown v0.13.2
9872026-06-20T22:48:58.620Z Downloaded aes v0.8.4
9882026-06-20T22:48:58.620Z Downloaded rustls-native-certs v0.8.3
9892026-06-20T22:48:58.620Z Downloaded serde_spanned v1.0.4
9902026-06-20T22:48:58.625Z Downloaded serde_path_to_error v0.1.20
9912026-06-20T22:48:58.633Z Downloaded papergrid v0.17.0
9922026-06-20T22:48:58.633Z Downloaded shlex v1.3.0
9932026-06-20T22:48:58.640Z Downloaded itertools v0.10.5
9942026-06-20T22:48:58.640Z Downloaded serde_with_macros v1.5.2
9952026-06-20T22:48:58.640Z Downloaded ssh-encoding v0.2.0
9962026-06-20T22:48:58.640Z Downloaded sqlparser_derive v0.5.0
9972026-06-20T22:48:58.640Z Downloaded sha1 v0.10.6
9982026-06-20T22:48:58.645Z Downloaded http v1.4.0
9992026-06-20T22:48:58.645Z Downloaded strsim v0.10.0
10002026-06-20T22:48:58.645Z Downloaded progenitor-impl v0.14.0
10012026-06-20T22:48:58.650Z Downloaded structmeta v0.3.0
10022026-06-20T22:48:58.653Z Downloaded strum v0.26.3
10032026-06-20T22:48:58.653Z Downloaded structmeta-derive v0.3.0
10042026-06-20T22:48:58.658Z Downloaded signal-hook-registry v1.4.8
10052026-06-20T22:48:58.658Z Downloaded strip-ansi-escapes v0.2.1
10062026-06-20T22:48:58.662Z Downloaded simd-adler32 v0.3.8
10072026-06-20T22:48:58.662Z Downloaded subtle v2.6.1
10082026-06-20T22:48:58.665Z Downloaded hyper-util v0.1.20
10092026-06-20T22:48:58.669Z Downloaded prettyplease v0.2.37
10102026-06-20T22:48:58.722Z Downloaded pretty_assertions v1.4.1
10112026-06-20T22:48:58.731Z Downloaded slab v0.4.12
10122026-06-20T22:48:58.731Z Downloaded slog-json v2.6.1
10132026-06-20T22:48:58.731Z Downloaded smallvec v0.6.14
10142026-06-20T22:48:58.731Z Downloaded tabled_derive v0.11.0
10152026-06-20T22:48:58.731Z Downloaded sync-ptr v0.1.4
10162026-06-20T22:48:58.731Z Downloaded termtree v0.5.1
10172026-06-20T22:48:58.731Z Downloaded sync_wrapper v1.0.2
10182026-06-20T22:48:58.731Z Downloaded aes-gcm v0.10.3
10192026-06-20T22:48:58.731Z Downloaded testing_table v0.3.0
10202026-06-20T22:48:58.731Z Downloaded supports-color v3.0.2
10212026-06-20T22:48:58.731Z Downloaded slog-async v2.8.0
10222026-06-20T22:48:58.731Z Downloaded slog-term v2.9.2
10232026-06-20T22:48:58.731Z Downloaded slog-dtrace v0.3.0
10242026-06-20T22:48:58.731Z Downloaded slog-stdlog v4.1.1
10252026-06-20T22:48:58.732Z Downloaded slog-scope v4.4.1
10262026-06-20T22:48:58.732Z Downloaded smf v0.2.3
10272026-06-20T22:48:58.732Z Downloaded serde_cbor v0.11.2
10282026-06-20T22:48:58.732Z Downloaded tap v1.0.1
10292026-06-20T22:48:58.732Z Downloaded snafu-derive v0.8.9
10302026-06-20T22:48:58.732Z Downloaded take_mut v0.2.2
10312026-06-20T22:48:58.732Z Downloaded tagptr v0.2.0
10322026-06-20T22:48:58.732Z Downloaded sqlformat v0.3.5
10332026-06-20T22:48:58.732Z Downloaded serde_derive_internals v0.29.1
10342026-06-20T22:48:58.732Z Downloaded rayon-core v1.13.0
10352026-06-20T22:48:58.732Z Downloaded spki v0.7.3
10362026-06-20T22:48:58.732Z Downloaded serde_with_macros v3.17.0
10372026-06-20T22:48:58.732Z Downloaded rustls-pki-types v1.14.0
10382026-06-20T22:48:58.732Z Downloaded thread-id v5.1.0
10392026-06-20T22:48:58.732Z Downloaded thiserror-impl-no-std v2.0.2
10402026-06-20T22:48:58.732Z Downloaded static_assertions v1.1.0
10412026-06-20T22:48:58.732Z Downloaded ssh-cipher v0.2.0
10422026-06-20T22:48:58.732Z Downloaded dropshot-api-manager v0.7.2
10432026-06-20T22:48:58.732Z Downloaded mio v1.2.0
10442026-06-20T22:48:58.736Z Downloaded qorb v0.4.1
10452026-06-20T22:48:58.736Z Downloaded strum v0.27.2
10462026-06-20T22:48:58.736Z Downloaded strum_macros v0.27.2
10472026-06-20T22:48:58.736Z Downloaded strum_macros v0.26.4
10482026-06-20T22:48:58.736Z Downloaded ron v0.8.1
10492026-06-20T22:48:58.740Z Downloaded time-core v0.1.8
10502026-06-20T22:48:58.740Z Downloaded stringprep v0.1.5
10512026-06-20T22:48:58.740Z Downloaded rand v0.8.6
10522026-06-20T22:48:58.744Z Downloaded string_cache v0.8.9
10532026-06-20T22:48:58.745Z Downloaded schemars v0.8.22
10542026-06-20T22:48:58.758Z Downloaded tinyvec_macros v0.1.1
10552026-06-20T22:48:58.766Z Downloaded strum_macros v0.24.3
10562026-06-20T22:48:58.766Z Downloaded openssl-sys v0.9.115
10572026-06-20T22:48:58.766Z Downloaded tokio-macros v2.7.0
10582026-06-20T22:48:58.766Z Downloaded support-bundle-viewer v0.1.2
10592026-06-20T22:48:58.767Z Downloaded hashbrown v0.15.5
10602026-06-20T22:48:58.767Z Downloaded termios v0.3.3
10612026-06-20T22:48:58.767Z Downloaded tabwriter v1.4.1
10622026-06-20T22:48:58.775Z Downloaded aho-corasick v1.1.4
10632026-06-20T22:48:58.782Z Downloaded rcgen v0.12.1
10642026-06-20T22:48:58.790Z Downloaded serde_yaml v0.9.34+deprecated
10652026-06-20T22:48:58.790Z Downloaded publicsuffix v2.3.0
10662026-06-20T22:48:58.791Z Downloaded quinn v0.11.9
10672026-06-20T22:48:58.800Z Downloaded thiserror-no-std v2.0.2
10682026-06-20T22:48:58.800Z Downloaded stacker v0.1.23
10692026-06-20T22:48:58.800Z Downloaded spin v0.9.8
10702026-06-20T22:48:58.800Z Downloaded libxml v0.3.3
10712026-06-20T22:48:58.809Z Downloaded iri-string v0.7.10
10722026-06-20T22:48:58.809Z Downloaded topological-sort v0.2.2
10732026-06-20T22:48:58.809Z Downloaded thread_local v1.1.9
10742026-06-20T22:48:58.809Z Downloaded signal-hook v0.3.18
10752026-06-20T22:48:58.813Z Downloaded schemars v0.9.0
10762026-06-20T22:48:58.813Z Downloaded tower-layer v0.3.3
10772026-06-20T22:48:58.816Z Downloaded tiny-keccak v2.0.2
10782026-06-20T22:48:58.816Z Downloaded hyper v1.8.1
10792026-06-20T22:48:58.824Z Downloaded time-macros v0.2.27
10802026-06-20T22:48:58.824Z Downloaded tokio-native-tls v0.3.1
10812026-06-20T22:48:58.832Z Downloaded tower-service v0.3.3
10822026-06-20T22:48:58.832Z Downloaded tokio-dtrace v0.1.1
10832026-06-20T22:48:58.832Z Downloaded tls_codec_derive v0.4.2
10842026-06-20T22:48:58.833Z Downloaded tls_codec v0.4.2
10852026-06-20T22:48:58.833Z Downloaded unarray v0.1.4
10862026-06-20T22:48:58.833Z Downloaded trait-variant v0.1.2
10872026-06-20T22:48:58.833Z Downloaded try-lock v0.2.5
10882026-06-20T22:48:58.833Z Downloaded slog v2.8.2
10892026-06-20T22:48:58.836Z Downloaded similar v2.7.0
10902026-06-20T22:48:58.836Z Downloaded ryu v1.0.23
10912026-06-20T22:48:58.836Z Downloaded rustls-platform-verifier v0.6.2
10922026-06-20T22:48:58.842Z Downloaded futures-util v0.3.32
10932026-06-20T22:48:58.848Z Downloaded term v1.2.1
10942026-06-20T22:48:58.848Z Downloaded rsa v0.9.10
10952026-06-20T22:48:58.855Z Downloaded untrusted v0.7.1
10962026-06-20T22:48:58.855Z Downloaded universal-hash v0.5.1
10972026-06-20T22:48:58.856Z Downloaded untrusted v0.9.0
10982026-06-20T22:48:58.856Z Downloaded term v0.7.0
10992026-06-20T22:48:58.862Z Downloaded rustls-webpki v0.103.9
11002026-06-20T22:48:58.862Z Downloaded tokio-rustls v0.25.0
11012026-06-20T22:48:58.862Z Downloaded socket2 v0.6.3
11022026-06-20T22:48:58.863Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11032026-06-20T22:48:58.863Z Downloaded tokio-tungstenite v0.23.1
11042026-06-20T22:48:58.872Z Downloaded tokio-tungstenite v0.21.0
11052026-06-20T22:48:58.872Z Downloaded utf-8 v0.7.6
11062026-06-20T22:48:58.872Z Downloaded usdt-macro v0.6.0
11072026-06-20T22:48:58.872Z Downloaded usdt v0.6.0
11082026-06-20T22:48:58.872Z Downloaded hashbrown v0.16.1
11092026-06-20T22:48:58.878Z Downloaded socket2 v0.5.10
11102026-06-20T22:48:58.878Z Downloaded usdt-attr-macro v0.6.0
11112026-06-20T22:48:58.878Z Downloaded itertools v0.13.0
11122026-06-20T22:48:58.878Z Downloaded num-bigint v0.4.6
11132026-06-20T22:48:58.878Z Downloaded void v1.0.2
11142026-06-20T22:48:58.878Z Downloaded unit-prefix v0.5.2
11152026-06-20T22:48:58.881Z Downloaded unicode-truncate v1.1.0
11162026-06-20T22:48:58.881Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11172026-06-20T22:48:58.881Z Downloaded nom v7.1.3
11182026-06-20T22:48:58.886Z Downloaded rand v0.9.2
11192026-06-20T22:48:58.886Z Downloaded wait-timeout v0.2.1
11202026-06-20T22:48:58.889Z Downloaded num-bigint-dig v0.8.6
11212026-06-20T22:48:58.889Z Downloaded want v0.3.1
11222026-06-20T22:48:58.889Z Downloaded toml_writer v1.0.6+spec-1.1.0
11232026-06-20T22:48:58.893Z Downloaded crossterm v0.28.1
11242026-06-20T22:48:58.896Z Downloaded waitgroup v0.1.2
11252026-06-20T22:48:58.896Z Downloaded tui-tree-widget v0.23.1
11262026-06-20T22:48:58.900Z Downloaded subprocess v0.2.15
11272026-06-20T22:48:58.903Z Downloaded typify-macro v0.6.2
11282026-06-20T22:48:58.906Z Downloaded xattr v1.6.1
11292026-06-20T22:48:58.910Z Downloaded schemars v1.2.1
11302026-06-20T22:48:58.919Z Downloaded unicase v2.9.0
11312026-06-20T22:48:58.926Z Downloaded hkdf v0.12.4
11322026-06-20T22:48:58.926Z Downloaded usdt-impl v0.6.0
11332026-06-20T22:48:58.926Z Downloaded tokio-stream v0.1.18
11342026-06-20T22:48:58.933Z Downloaded tokio-rustls v0.24.1
11352026-06-20T22:48:58.933Z Downloaded snafu v0.8.9
11362026-06-20T22:48:58.933Z Downloaded vergen-git2 v9.1.0
11372026-06-20T22:48:58.940Z Downloaded xshell-macros v0.2.7
11382026-06-20T22:48:58.940Z Downloaded zeroize_derive v1.4.3
11392026-06-20T22:48:58.940Z Downloaded samael v0.0.19
11402026-06-20T22:48:58.940Z Downloaded zone_cfg_derive v0.3.1
11412026-06-20T22:48:58.948Z Downloaded tokio-rustls v0.26.4
11422026-06-20T22:48:58.948Z Downloaded uzers v0.12.2
11432026-06-20T22:48:58.948Z Downloaded itertools v0.12.1
11442026-06-20T22:48:58.955Z Downloaded vergen-gitcl v1.0.8
11452026-06-20T22:48:58.955Z Downloaded itertools v0.14.0
11462026-06-20T22:48:58.962Z Downloaded zone v0.3.1
11472026-06-20T22:48:58.962Z Downloaded vergen-lib v0.1.6
11482026-06-20T22:48:58.962Z Downloaded vsss-rs v3.3.4
11492026-06-20T22:48:58.967Z Downloaded nom v8.0.0
11502026-06-20T22:48:58.974Z Downloaded tinyvec v1.10.0
11512026-06-20T22:48:58.975Z Downloaded whoami v1.6.1
11522026-06-20T22:48:58.982Z Downloaded walkdir v2.5.0
11532026-06-20T22:48:58.994Z Downloaded blake3 v1.8.3
11542026-06-20T22:48:59.002Z Downloaded whoami v2.1.0
11552026-06-20T22:48:59.002Z Downloaded unicode-properties v0.1.4
11562026-06-20T22:48:59.002Z Downloaded wyz v0.5.1
11572026-06-20T22:48:59.002Z Downloaded twox-hash v2.1.2
11582026-06-20T22:48:59.002Z Downloaded tracing-attributes v0.1.31
11592026-06-20T22:48:59.002Z Downloaded p521 v0.13.3
11602026-06-20T22:48:59.005Z Downloaded toml v1.0.6+spec-1.1.0
11612026-06-20T22:48:59.005Z Downloaded toml v0.7.8
11622026-06-20T22:48:59.005Z Downloaded toml_parser v1.0.9+spec-1.1.0
11632026-06-20T22:48:59.013Z Downloaded h2 v0.4.13
11642026-06-20T22:48:59.020Z Downloaded tar v0.4.45
11652026-06-20T22:48:59.026Z Downloaded vergen v9.1.0
11662026-06-20T22:48:59.026Z Downloaded test-strategy v0.4.5
11672026-06-20T22:48:59.026Z Downloaded zeroize v1.8.2
11682026-06-20T22:48:59.029Z Downloaded zstd v0.13.3
11692026-06-20T22:48:59.033Z Downloaded libm v0.2.16
11702026-06-20T22:48:59.041Z Downloaded steno v0.4.1
11712026-06-20T22:48:59.050Z Downloaded tungstenite v0.21.0
11722026-06-20T22:48:59.050Z Downloaded rand v0.10.0
11732026-06-20T22:48:59.050Z Downloaded zstd-safe v7.2.4
11742026-06-20T22:48:59.050Z Downloaded russh v0.45.0
11752026-06-20T22:48:59.060Z Downloaded rpassword v7.4.0
11762026-06-20T22:48:59.060Z Downloaded rustyline v14.0.0
11772026-06-20T22:48:59.066Z Downloaded tracing-core v0.1.36
11782026-06-20T22:48:59.066Z Downloaded aws-lc-rs v1.16.3
11792026-06-20T22:48:59.066Z Downloaded bitvec v1.0.1
11802026-06-20T22:48:59.076Z Downloaded xshell v0.2.7
11812026-06-20T22:48:59.086Z Downloaded zerocopy v0.6.6
11822026-06-20T22:48:59.086Z Downloaded uuid v1.23.0
11832026-06-20T22:48:59.086Z Downloaded yasna v0.5.2
11842026-06-20T22:48:59.086Z Downloaded unsafe-libyaml v0.2.11
11852026-06-20T22:48:59.089Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-06-20T22:48:59.089Z Downloaded iddqd v0.4.2
11872026-06-20T22:48:59.089Z Downloaded vergen-lib v9.1.0
11882026-06-20T22:48:59.089Z Downloaded serde_with v1.14.0
11892026-06-20T22:48:59.093Z Downloaded vte v0.14.1
11902026-06-20T22:48:59.105Z Downloaded git2 v0.20.4
11912026-06-20T22:48:59.112Z Downloaded tungstenite v0.23.0
11922026-06-20T22:48:59.112Z Downloaded chrono v0.4.44
11932026-06-20T22:48:59.137Z Downloaded unicode-bidi v0.3.18
11942026-06-20T22:48:59.137Z Downloaded typify v0.6.2
11952026-06-20T22:48:59.141Z Downloaded p384 v0.13.1
11962026-06-20T22:48:59.141Z Downloaded bindgen v0.71.1
11972026-06-20T22:48:59.141Z Downloaded reedline v0.40.0
11982026-06-20T22:48:59.141Z Downloaded regex v1.12.3
11992026-06-20T22:48:59.141Z Downloaded zopfli v0.8.3
12002026-06-20T22:48:59.153Z Downloaded reqwest v0.12.28
12012026-06-20T22:48:59.156Z Downloaded tokio-postgres v0.7.16
12022026-06-20T22:48:59.174Z Downloaded ssh-key v0.6.7
12032026-06-20T22:48:59.177Z Downloaded unicode_categories v0.1.1
12042026-06-20T22:48:59.177Z Downloaded zip v0.6.6
12052026-06-20T22:48:59.177Z Downloaded toml_edit v0.19.15
12062026-06-20T22:48:59.190Z Downloaded lalrpop v0.19.12
12072026-06-20T22:48:59.198Z Downloaded quick-xml v0.37.5
12082026-06-20T22:48:59.202Z Downloaded yansi v1.0.1
12092026-06-20T22:48:59.210Z Downloaded reqwest v0.13.2
12102026-06-20T22:48:59.223Z Downloaded rayon v1.11.0
12112026-06-20T22:48:59.231Z Downloaded rustls-webpki v0.101.7
12122026-06-20T22:48:59.247Z Downloaded tower v0.5.3
12132026-06-20T22:48:59.250Z Downloaded salty v0.3.0
12142026-06-20T22:48:59.250Z Downloaded moka v0.12.13
12152026-06-20T22:48:59.260Z Downloaded x509-cert v0.2.5
12162026-06-20T22:48:59.265Z Downloaded unicode-segmentation v1.12.0
12172026-06-20T22:48:59.268Z Downloaded goblin v0.10.5
12182026-06-20T22:48:59.271Z Downloaded portable-atomic v1.13.1
12192026-06-20T22:48:59.295Z Downloaded zip v4.6.1
12202026-06-20T22:48:59.298Z Downloaded proptest v1.10.0
12212026-06-20T22:48:59.301Z Downloaded typed-path v0.9.3
12222026-06-20T22:48:59.305Z Downloaded tough v0.22.0
12232026-06-20T22:48:59.359Z Downloaded tower-http v0.6.8
12242026-06-20T22:48:59.359Z Downloaded rustls-webpki v0.102.8
12252026-06-20T22:48:59.359Z Downloaded zerocopy-derive v0.8.40
12262026-06-20T22:48:59.359Z Downloaded petname v2.0.2
12272026-06-20T22:48:59.359Z Downloaded object v0.30.4
12282026-06-20T22:48:59.359Z Downloaded serde_with v3.17.0
12292026-06-20T22:48:59.359Z Downloaded unicode-normalization v0.1.25
12302026-06-20T22:48:59.370Z Downloaded tokio-util v0.7.18
12312026-06-20T22:48:59.370Z Downloaded quinn-proto v0.11.13
12322026-06-20T22:48:59.378Z Downloaded winnow v0.5.40
12332026-06-20T22:48:59.379Z Downloaded curve25519-dalek v4.1.3
12342026-06-20T22:48:59.382Z Downloaded nix v0.27.1
12352026-06-20T22:48:59.410Z Downloaded radix_trie v0.2.1
12362026-06-20T22:48:59.422Z Downloaded openssl v0.10.79
12372026-06-20T22:48:59.428Z Downloaded polar-core v0.27.3
12382026-06-20T22:48:59.453Z Downloaded nix v0.28.0
12392026-06-20T22:48:59.457Z Downloaded winnow v0.6.26
12402026-06-20T22:48:59.457Z Downloaded regex-syntax v0.6.29
12412026-06-20T22:48:59.457Z Downloaded time v0.3.47
12422026-06-20T22:48:59.463Z Downloaded bstr v1.12.1
12432026-06-20T22:48:59.469Z Downloaded dropshot v0.17.0
12442026-06-20T22:48:59.483Z Downloaded smoltcp v0.9.1
12452026-06-20T22:48:59.488Z Downloaded rustls v0.21.12
12462026-06-20T22:48:59.499Z Downloaded rustls v0.22.4
12472026-06-20T22:48:59.506Z Downloaded tabled v0.20.0
12482026-06-20T22:48:59.518Z Downloaded zlib-rs v0.6.2
12492026-06-20T22:48:59.521Z Downloaded hickory-proto v0.24.4
12502026-06-20T22:48:59.528Z Downloaded nix v0.31.2
12512026-06-20T22:48:59.538Z Downloaded vcpkg v0.2.15
12522026-06-20T22:48:59.562Z Downloaded webpki-roots v1.0.6
12532026-06-20T22:48:59.566Z Downloaded regex-syntax v0.8.10
12542026-06-20T22:48:59.568Z Downloaded regress v0.11.1
12552026-06-20T22:48:59.577Z Downloaded smoltcp v0.11.0
12562026-06-20T22:48:59.582Z Downloaded openapiv3 v2.2.0
12572026-06-20T22:48:59.586Z Downloaded object v0.37.3
12582026-06-20T22:48:59.594Z Downloaded hickory-proto v0.25.2
12592026-06-20T22:48:59.605Z Downloaded diesel v2.3.7
12602026-06-20T22:48:59.616Z Downloaded zerocopy v0.8.40
12612026-06-20T22:48:59.620Z Downloaded regress v0.10.5
12622026-06-20T22:48:59.627Z Downloaded rustls v0.23.37
12632026-06-20T22:48:59.630Z Downloaded rustix v0.38.44
12642026-06-20T22:48:59.643Z Downloaded sqlparser v0.61.0
12652026-06-20T22:48:59.664Z Downloaded tracing v0.1.44
12662026-06-20T22:48:59.679Z Downloaded ratatui v0.29.0
12672026-06-20T22:48:59.703Z Downloaded sled v0.34.7
12682026-06-20T22:48:59.716Z Downloaded typify-impl v0.6.2
12692026-06-20T22:48:59.734Z Downloaded regex-automata v0.4.14
12702026-06-20T22:48:59.743Z Downloaded bzip2-sys v0.1.13+1.0.8
12712026-06-20T22:48:59.758Z Downloaded petgraph v0.6.5
12722026-06-20T22:48:59.772Z Downloaded zerocopy-derive v0.6.6
12732026-06-20T22:48:59.781Z Downloaded petgraph v0.8.3
12742026-06-20T22:48:59.797Z Downloaded csv v1.4.0
12752026-06-20T22:48:59.809Z Downloaded chrono-tz v0.10.4
12762026-06-20T22:48:59.820Z Downloaded jiff v0.2.21
12772026-06-20T22:48:59.831Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12782026-06-20T22:48:59.842Z Downloaded tokio v1.52.1
12792026-06-20T22:48:59.883Z Downloaded libz-sys v1.1.24
12802026-06-20T22:48:59.894Z Downloaded encoding_rs v0.8.35
12812026-06-20T22:48:59.905Z Downloaded sha3 v0.10.8
12822026-06-20T22:49:00.029Z Downloaded ring v0.17.14
12832026-06-20T22:49:00.083Z Downloaded libgit2-sys v0.18.3+1.9.2
12842026-06-20T22:49:00.632Z Downloaded aws-lc-sys v0.40.0
12852026-06-20T22:49:00.877Z Compiling libc v0.2.185
12862026-06-20T22:49:00.877Z Compiling serde v1.0.228
12872026-06-20T22:49:00.880Z Compiling log v0.4.29
12882026-06-20T22:49:00.880Z Compiling find-msvc-tools v0.1.9
12892026-06-20T22:49:00.880Z Compiling shlex v1.3.0
12902026-06-20T22:49:00.880Z Compiling smallvec v1.15.1
12912026-06-20T22:49:01.007Z Compiling typenum v1.19.0
12922026-06-20T22:49:01.009Z Compiling subtle v2.6.1
12932026-06-20T22:49:01.072Z Compiling generic-array v0.14.7
12942026-06-20T22:49:01.082Z Compiling scopeguard v1.2.0
12952026-06-20T22:49:01.098Z Compiling const-oid v0.9.6
12962026-06-20T22:49:01.136Z Compiling serde_json v1.0.149
12972026-06-20T22:49:01.151Z Compiling syn v2.0.117
12982026-06-20T22:49:01.157Z Compiling zerocopy v0.8.40
12992026-06-20T22:49:01.157Z Compiling portable-atomic v1.13.1
13002026-06-20T22:49:01.176Z Compiling pin-project-lite v0.2.17
13012026-06-20T22:49:01.230Z Compiling lock_api v0.4.14
13022026-06-20T22:49:01.245Z Compiling parking_lot_core v0.9.12
13032026-06-20T22:49:01.274Z Compiling pkg-config v0.3.32
13042026-06-20T22:49:01.287Z Compiling bitflags v2.11.0
13052026-06-20T22:49:01.301Z Compiling futures-core v0.3.32
13062026-06-20T22:49:01.303Z Compiling libm v0.2.16
13072026-06-20T22:49:01.333Z Compiling critical-section v1.2.0
13082026-06-20T22:49:01.388Z Compiling num-traits v0.2.19
13092026-06-20T22:49:01.436Z Compiling percent-encoding v2.3.2
13102026-06-20T22:49:01.483Z Compiling futures-sink v0.3.32
13112026-06-20T22:49:01.486Z Compiling futures-task v0.3.32
13122026-06-20T22:49:01.511Z Compiling slab v0.4.12
13132026-06-20T22:49:01.556Z Compiling getrandom v0.4.1
13142026-06-20T22:49:01.576Z Compiling futures-channel v0.3.32
13152026-06-20T22:49:01.610Z Compiling futures-io v0.3.32
13162026-06-20T22:49:01.650Z Compiling cpufeatures v0.2.17
13172026-06-20T22:49:01.653Z Compiling rand_core v0.10.0
13182026-06-20T22:49:01.693Z Compiling indexmap v2.14.0
13192026-06-20T22:49:01.722Z Compiling getrandom v0.3.4
13202026-06-20T22:49:01.749Z Compiling rustversion v1.0.22
13212026-06-20T22:49:01.792Z Compiling form_urlencoded v1.2.2
13222026-06-20T22:49:01.805Z Compiling fs_extra v1.3.0
13232026-06-20T22:49:01.824Z Compiling dunce v1.0.5
13242026-06-20T22:49:01.849Z Compiling base64ct v1.8.3
13252026-06-20T22:49:01.880Z Compiling ident_case v1.0.1
13262026-06-20T22:49:01.921Z Compiling flagset v0.4.7
13272026-06-20T22:49:01.946Z Compiling rustix v1.1.3
13282026-06-20T22:49:01.984Z Compiling getrandom v0.2.17
13292026-06-20T22:49:02.002Z Compiling jobserver v0.1.34
13302026-06-20T22:49:02.034Z Compiling errno v0.3.14
13312026-06-20T22:49:02.082Z Compiling mio v1.2.0
13322026-06-20T22:49:02.108Z Compiling socket2 v0.6.3
13332026-06-20T22:49:02.148Z Compiling rand_core v0.6.4
13342026-06-20T22:49:02.192Z Compiling signal-hook-registry v1.4.8
13352026-06-20T22:49:02.256Z Compiling cc v1.2.56
13362026-06-20T22:49:02.264Z Compiling once_cell v1.21.3
13372026-06-20T22:49:02.314Z Compiling parking_lot v0.12.5
13382026-06-20T22:49:02.395Z Compiling pem-rfc7468 v0.7.0
13392026-06-20T22:49:02.414Z Compiling regex-syntax v0.8.10
13402026-06-20T22:49:02.440Z Compiling iana-time-zone v0.1.65
13412026-06-20T22:49:02.474Z Compiling vcpkg v0.2.15
13422026-06-20T22:49:02.492Z Compiling aws-lc-rs v1.16.3
13432026-06-20T22:49:02.508Z Compiling tracing-core v0.1.36
13442026-06-20T22:49:02.601Z Compiling uuid v1.23.0
13452026-06-20T22:49:02.629Z Compiling rustc_version v0.4.1
13462026-06-20T22:49:02.670Z Compiling base64 v0.22.1
13472026-06-20T22:49:02.725Z Compiling rand_core v0.9.5
13482026-06-20T22:49:02.739Z Compiling openssl-probe v0.2.1
13492026-06-20T22:49:02.806Z Compiling httparse v1.10.1
13502026-06-20T22:49:02.818Z Compiling untrusted v0.9.0
13512026-06-20T22:49:02.912Z Compiling untrusted v0.7.1
13522026-06-20T22:49:02.958Z Compiling tinyvec_macros v0.1.1
13532026-06-20T22:49:02.973Z Compiling aho-corasick v1.1.4
13542026-06-20T22:49:02.992Z Compiling tower-layer v0.3.3
13552026-06-20T22:49:03.031Z Compiling cmake v0.1.57
13562026-06-20T22:49:03.045Z Compiling tinyvec v1.10.0
13572026-06-20T22:49:03.048Z Compiling dyn-clone v1.0.20
13582026-06-20T22:49:03.074Z Compiling rustls v0.23.37
13592026-06-20T22:49:03.078Z Compiling tower-service v0.3.3
13602026-06-20T22:49:03.106Z Compiling schemars v0.8.22
13612026-06-20T22:49:03.176Z Compiling try-lock v0.2.5
13622026-06-20T22:49:03.208Z Compiling atomic-waker v1.1.2
13632026-06-20T22:49:03.224Z Compiling foreign-types-shared v0.1.1
13642026-06-20T22:49:03.236Z Compiling openssl v0.10.79
13652026-06-20T22:49:03.264Z Compiling pin-utils v0.1.0
13662026-06-20T22:49:03.283Z Compiling want v0.3.1
13672026-06-20T22:49:03.301Z Compiling httpdate v1.0.3
13682026-06-20T22:49:03.334Z Compiling foreign-types v0.3.2
13692026-06-20T22:49:03.350Z Compiling socket2 v0.5.10
13702026-06-20T22:49:03.366Z Compiling spin v0.9.8
13712026-06-20T22:49:03.378Z Compiling native-tls v0.2.18
13722026-06-20T22:49:03.406Z Compiling unicode-normalization v0.1.25
13732026-06-20T22:49:03.422Z Compiling time-core v0.1.8
13742026-06-20T22:49:03.437Z Compiling powerfmt v0.2.0
13752026-06-20T22:49:03.473Z Compiling num-conv v0.2.0
13762026-06-20T22:49:03.489Z Compiling crc32fast v1.5.0
13772026-06-20T22:49:03.503Z Compiling wait-timeout v0.2.1
13782026-06-20T22:49:03.555Z Compiling sync_wrapper v1.0.2
13792026-06-20T22:49:03.586Z Compiling crossbeam-utils v0.8.21
13802026-06-20T22:49:03.601Z Compiling deranged v0.5.8
13812026-06-20T22:49:03.618Z Compiling quick-error v1.2.3
13822026-06-20T22:49:03.636Z Compiling time-macros v0.2.27
13832026-06-20T22:49:03.638Z Compiling syn v1.0.109
13842026-06-20T22:49:03.672Z Compiling bit-vec v0.8.0
13852026-06-20T22:49:03.692Z Compiling simd-adler32 v0.3.8
13862026-06-20T22:49:03.751Z Compiling tempfile v3.25.0
13872026-06-20T22:49:03.797Z Compiling siphasher v1.0.2
13882026-06-20T22:49:03.812Z Compiling unicode-segmentation v1.12.0
13892026-06-20T22:49:03.867Z Compiling usdt-impl v0.6.0
13902026-06-20T22:49:03.923Z Compiling aws-lc-sys v0.40.0
13912026-06-20T22:49:03.923Z Compiling ring v0.17.14
13922026-06-20T22:49:03.938Z Compiling openssl-sys v0.9.115
13932026-06-20T22:49:03.951Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13942026-06-20T22:49:03.981Z Compiling regex-automata v0.4.14
13952026-06-20T22:49:04.010Z Compiling num_threads v0.1.7
13962026-06-20T22:49:04.013Z Compiling rusty-fork v0.3.1
13972026-06-20T22:49:04.124Z Compiling bzip2-sys v0.1.13+1.0.8
13982026-06-20T22:49:04.138Z Compiling synstructure v0.13.2
13992026-06-20T22:49:04.141Z Compiling serde_derive_internals v0.29.1
14002026-06-20T22:49:04.168Z Compiling pest_generator v2.8.6
14012026-06-20T22:49:04.245Z Compiling darling_core v0.20.11
14022026-06-20T22:49:04.372Z Compiling darling_core v0.21.3
14032026-06-20T22:49:04.436Z Compiling bit-set v0.8.0
14042026-06-20T22:49:04.685Z Compiling slog v2.8.2
14052026-06-20T22:49:04.782Z Compiling time v0.3.47
14062026-06-20T22:49:04.797Z Compiling heapless v0.7.17
14072026-06-20T22:49:04.815Z Compiling rand_xorshift v0.4.0
14082026-06-20T22:49:04.831Z Compiling thread-id v5.1.0
14092026-06-20T22:49:04.899Z Compiling cookie v0.18.1
14102026-06-20T22:49:04.914Z Compiling unicode-properties v0.1.4
14112026-06-20T22:49:04.931Z Compiling paste v1.0.15
14122026-06-20T22:49:04.934Z Compiling iri-string v0.7.10
14132026-06-20T22:49:05.010Z Compiling signal-hook v0.3.18
14142026-06-20T22:49:05.081Z Compiling anyhow v1.0.102
14152026-06-20T22:49:05.118Z Compiling unarray v0.1.4
14162026-06-20T22:49:05.120Z Compiling allocator-api2 v0.2.21
14172026-06-20T22:49:05.146Z Compiling zstd-safe v7.2.4
14182026-06-20T22:49:05.161Z Compiling unicode-bidi v0.3.18
14192026-06-20T22:49:05.218Z Compiling adler2 v2.0.1
14202026-06-20T22:49:05.239Z Compiling ryu v1.0.23
14212026-06-20T22:49:05.327Z Compiling miniz_oxide v0.8.9
14222026-06-20T22:49:05.447Z Compiling heck v0.4.1
14232026-06-20T22:49:05.712Z Compiling stringprep v0.1.5
14242026-06-20T22:49:05.727Z Compiling num-integer v0.1.46
14252026-06-20T22:49:05.774Z Compiling vergen-lib v9.1.0
14262026-06-20T22:49:05.886Z Compiling serde_derive v1.0.228
14272026-06-20T22:49:05.977Z Compiling zeroize_derive v1.4.3
14282026-06-20T22:49:06.003Z Compiling zerofrom-derive v0.1.6
14292026-06-20T22:49:06.049Z Compiling yoke-derive v0.8.1
14302026-06-20T22:49:06.086Z Compiling zerovec-derive v0.11.2
14312026-06-20T22:49:06.185Z Compiling zerocopy-derive v0.8.40
14322026-06-20T22:49:06.268Z Compiling displaydoc v0.2.5
14332026-06-20T22:49:06.480Z Compiling tokio-macros v2.7.0
14342026-06-20T22:49:06.514Z Compiling futures-macro v0.3.32
14352026-06-20T22:49:06.669Z Compiling zeroize v1.8.2
14362026-06-20T22:49:06.683Z Compiling der_derive v0.7.3
14372026-06-20T22:49:06.981Z Compiling rustls-pki-types v1.14.0
14382026-06-20T22:49:07.054Z Compiling thiserror-impl v2.0.18
14392026-06-20T22:49:07.272Z Compiling tracing-attributes v0.1.31
14402026-06-20T22:49:07.290Z Compiling scroll_derive v0.13.1
14412026-06-20T22:49:07.294Z Compiling pest_derive v2.8.6
14422026-06-20T22:49:07.391Z Compiling futures-util v0.3.32
14432026-06-20T22:49:07.465Z Compiling crypto-common v0.1.7
14442026-06-20T22:49:07.465Z Compiling block-buffer v0.10.4
14452026-06-20T22:49:07.468Z Compiling zerofrom v0.1.6
14462026-06-20T22:49:07.641Z Compiling yoke v0.8.1
14472026-06-20T22:49:07.656Z Compiling digest v0.10.7
14482026-06-20T22:49:07.678Z Compiling block-padding v0.3.3
14492026-06-20T22:49:07.712Z Compiling der v0.7.10
14502026-06-20T22:49:07.779Z Compiling schemars_derive v0.8.22
14512026-06-20T22:49:07.857Z Compiling zerovec v0.11.5
14522026-06-20T22:49:07.870Z Compiling zerotrie v0.2.3
14532026-06-20T22:49:07.930Z Compiling hmac v0.12.1
14542026-06-20T22:49:08.111Z Compiling inout v0.1.4
14552026-06-20T22:49:08.155Z Compiling sha2 v0.10.9
14562026-06-20T22:49:08.199Z Compiling pbkdf2 v0.12.2
14572026-06-20T22:49:08.266Z Compiling cipher v0.4.4
14582026-06-20T22:49:08.296Z Compiling scroll v0.13.0
14592026-06-20T22:49:08.344Z Compiling tinystr v0.8.2
14602026-06-20T22:49:08.393Z Compiling potential_utf v0.1.4
14612026-06-20T22:49:08.495Z Compiling salsa20 v0.10.2
14622026-06-20T22:49:08.538Z Compiling icu_locale_core v2.1.1
14632026-06-20T22:49:08.557Z Compiling icu_collections v2.1.1
14642026-06-20T22:49:08.573Z Compiling spki v0.7.3
14652026-06-20T22:49:08.589Z Compiling thiserror v2.0.18
14662026-06-20T22:49:08.592Z Compiling cbc v0.1.2
14672026-06-20T22:49:08.655Z Compiling scrypt v0.11.0
14682026-06-20T22:49:08.675Z Compiling tracing v0.1.44
14692026-06-20T22:49:08.721Z Compiling aes v0.8.4
14702026-06-20T22:49:08.808Z Compiling darling_macro v0.20.11
14712026-06-20T22:49:08.942Z Compiling openssl-macros v0.1.1
14722026-06-20T22:49:08.978Z Compiling goblin v0.10.5
14732026-06-20T22:49:08.992Z Compiling rustls-native-certs v0.8.3
14742026-06-20T22:49:09.071Z Compiling dtrace-parser v0.3.0
14752026-06-20T22:49:09.132Z Compiling pkcs5 v0.7.1
14762026-06-20T22:49:09.308Z Compiling icu_provider v2.1.1
14772026-06-20T22:49:09.324Z Compiling darling v0.20.11
14782026-06-20T22:49:09.417Z Compiling derive_builder_core v0.20.2
14792026-06-20T22:49:09.453Z Compiling bytes v1.11.1
14802026-06-20T22:49:09.496Z Compiling chrono v0.4.44
14812026-06-20T22:49:09.513Z Compiling pkcs8 v0.10.2
14822026-06-20T22:49:09.572Z Compiling icu_properties v2.1.2
14832026-06-20T22:49:09.647Z Compiling icu_normalizer v2.1.1
14842026-06-20T22:49:09.653Z Compiling ipnet v2.11.0
14852026-06-20T22:49:09.740Z Compiling signature v2.2.0
14862026-06-20T22:49:09.812Z Compiling webpki-roots v1.0.6
14872026-06-20T22:49:09.849Z Compiling scroll_derive v0.12.1
14882026-06-20T22:49:09.863Z Compiling thiserror-impl v1.0.69
14892026-06-20T22:49:09.947Z Compiling tokio v1.52.1
14902026-06-20T22:49:09.970Z Compiling http v1.4.0
14912026-06-20T22:49:10.104Z Compiling serde_urlencoded v0.7.1
14922026-06-20T22:49:10.181Z Compiling serde_tokenstream v0.2.3
14932026-06-20T22:49:10.201Z Compiling erased-serde v0.3.31
14942026-06-20T22:49:10.320Z Compiling derive_builder_macro v0.20.2
14952026-06-20T22:49:10.371Z Compiling serde_spanned v0.6.9
14962026-06-20T22:49:10.558Z Compiling idna_adapter v1.2.1
14972026-06-20T22:49:10.595Z Compiling toml_datetime v0.6.11
14982026-06-20T22:49:10.610Z Compiling ppv-lite86 v0.2.21
14992026-06-20T22:49:10.613Z Compiling scroll v0.12.0
15002026-06-20T22:49:10.729Z Compiling idna v1.1.0
15012026-06-20T22:49:10.750Z Compiling http-body v1.0.1
15022026-06-20T22:49:10.765Z Compiling md-5 v0.10.6
15032026-06-20T22:49:10.840Z Compiling darling_macro v0.21.3
15042026-06-20T22:49:10.867Z Compiling bstr v1.12.1
15052026-06-20T22:49:10.883Z Compiling http-body-util v0.1.3
15062026-06-20T22:49:10.908Z Compiling async-trait v0.1.89
15072026-06-20T22:49:10.925Z Compiling rand_chacha v0.9.0
15082026-06-20T22:49:10.958Z Compiling rand_chacha v0.3.1
15092026-06-20T22:49:10.984Z Compiling pin-project-internal v1.1.11
15102026-06-20T22:49:11.000Z Compiling zerocopy-derive v0.7.35
15112026-06-20T22:49:11.004Z Compiling curve25519-dalek v4.1.3
15122026-06-20T22:49:11.150Z Compiling url v2.5.8
15132026-06-20T22:49:11.245Z Compiling rand v0.9.2
15142026-06-20T22:49:11.357Z Compiling thiserror v1.0.69
15152026-06-20T22:49:11.385Z Compiling ff v0.13.1
15162026-06-20T22:49:11.440Z Compiling hash32 v0.2.1
15172026-06-20T22:49:11.483Z Compiling memoffset v0.9.1
15182026-06-20T22:49:11.542Z Compiling encoding_rs v0.8.35
15192026-06-20T22:49:11.558Z Compiling fallible-iterator v0.2.0
15202026-06-20T22:49:11.659Z Compiling litrs v1.0.0
15212026-06-20T22:49:11.815Z Compiling dof v0.4.0
15222026-06-20T22:49:11.905Z Compiling proptest v1.10.0
15232026-06-20T22:49:11.941Z Compiling num-bigint-dig v0.8.6
15242026-06-20T22:49:12.015Z Compiling ref-cast v1.0.25
15252026-06-20T22:49:12.018Z Compiling zlib-rs v0.6.2
15262026-06-20T22:49:12.055Z Compiling cfg_aliases v0.2.1
15272026-06-20T22:49:12.121Z Compiling psl-types v2.0.11
15282026-06-20T22:49:12.164Z Compiling rustix v0.38.44
15292026-06-20T22:49:12.181Z Compiling mime v0.3.17
15302026-06-20T22:49:12.197Z Compiling smoltcp v0.9.1
15312026-06-20T22:49:12.213Z Compiling base16ct v0.2.0
15322026-06-20T22:49:12.285Z Compiling publicsuffix v2.3.0
15332026-06-20T22:49:12.406Z Compiling sec1 v0.7.3
15342026-06-20T22:49:12.409Z Compiling document-features v0.2.12
15352026-06-20T22:49:12.464Z Compiling pin-project v1.1.11
15362026-06-20T22:49:12.484Z Compiling ipnetwork v0.21.1
15372026-06-20T22:49:12.527Z Compiling nix v0.31.2
15382026-06-20T22:49:12.542Z Compiling zerocopy v0.7.35
15392026-06-20T22:49:12.608Z Compiling postgres-protocol v0.6.10
15402026-06-20T22:49:12.814Z Compiling oxnet v0.1.6
15412026-06-20T22:49:12.915Z Compiling group v0.13.0
15422026-06-20T22:49:13.024Z Compiling darling v0.21.3
15432026-06-20T22:49:13.039Z Compiling rand v0.8.6
15442026-06-20T22:49:13.058Z Compiling derive_builder v0.20.2
15452026-06-20T22:49:13.063Z Compiling goblin v0.8.2
15462026-06-20T22:49:13.151Z Compiling hubpack_derive v0.1.1
15472026-06-20T22:49:13.157Z Compiling futures-executor v0.3.32
15482026-06-20T22:49:13.167Z Compiling hex v0.4.3
15492026-06-20T22:49:13.186Z Compiling hkdf v0.12.4
15502026-06-20T22:49:13.189Z Compiling crypto-bigint v0.5.5
15512026-06-20T22:49:13.216Z Compiling regex v1.12.3
15522026-06-20T22:49:13.350Z Compiling num-iter v0.1.45
15532026-06-20T22:49:13.376Z Compiling strum_macros v0.27.2
15542026-06-20T22:49:13.391Z Compiling ref-cast-impl v1.0.25
15552026-06-20T22:49:13.432Z Compiling daft-derive v0.1.7
15562026-06-20T22:49:13.457Z Compiling snafu-derive v0.8.9
15572026-06-20T22:49:13.502Z Compiling curve25519-dalek-derive v0.1.1
15582026-06-20T22:49:13.845Z Compiling tokio-util v0.7.18
15592026-06-20T22:49:13.896Z Compiling tower v0.5.3
15602026-06-20T22:49:13.912Z Compiling tokio-native-tls v0.3.1
15612026-06-20T22:49:13.938Z Compiling phf_shared v0.13.1
15622026-06-20T22:49:13.967Z Compiling terminal_size v0.4.3
15632026-06-20T22:49:14.107Z Compiling lazy_static v1.5.0
15642026-06-20T22:49:14.131Z Compiling anstyle-parse v0.2.7
15652026-06-20T22:49:14.197Z Compiling vergen v9.1.0
15662026-06-20T22:49:14.197Z Compiling cargo-platform v0.3.2
15672026-06-20T22:49:14.227Z Compiling fs-err v3.3.0
15682026-06-20T22:49:14.231Z Compiling ahash v0.8.12
15692026-06-20T22:49:14.231Z Compiling winnow v0.5.40
15702026-06-20T22:49:14.337Z Compiling tower-http v0.6.8
15712026-06-20T22:49:14.392Z Compiling newtype-uuid v1.3.2
15722026-06-20T22:49:14.418Z Compiling object v0.37.3
15732026-06-20T22:49:14.450Z Compiling bumpalo v3.20.2
15742026-06-20T22:49:14.474Z Compiling foldhash v0.2.0
15752026-06-20T22:49:14.501Z Compiling libbz2-rs-sys v0.2.2
15762026-06-20T22:49:14.711Z Compiling h2 v0.4.13
15772026-06-20T22:49:14.711Z Compiling managed v0.8.0
15782026-06-20T22:49:14.714Z Compiling bitflags v1.3.2
15792026-06-20T22:49:14.770Z Compiling foldhash v0.1.5
15802026-06-20T22:49:14.785Z Compiling same-file v1.0.6
15812026-06-20T22:49:14.818Z Compiling clap_builder v4.6.0
15822026-06-20T22:49:14.916Z Compiling flate2 v1.1.9
15832026-06-20T22:49:14.972Z Compiling bzip2 v0.6.1
15842026-06-20T22:49:14.988Z Compiling walkdir v2.5.0
15852026-06-20T22:49:15.201Z Compiling hashbrown v0.15.5
15862026-06-20T22:49:15.255Z Compiling zopfli v0.8.3
15872026-06-20T22:49:15.268Z Compiling hashbrown v0.16.1
15882026-06-20T22:49:15.327Z Compiling dof v0.3.0
15892026-06-20T22:49:15.359Z Compiling daft v0.1.7
15902026-06-20T22:49:15.396Z Compiling strum v0.27.2
15912026-06-20T22:49:15.423Z Compiling snafu v0.8.9
15922026-06-20T22:49:15.576Z Compiling toml_edit v0.19.15
15932026-06-20T22:49:15.595Z Compiling cargo_metadata v0.23.1
15942026-06-20T22:49:15.720Z Compiling anstream v0.6.21
15952026-06-20T22:49:15.836Z Compiling elliptic-curve v0.13.8
15962026-06-20T22:49:15.852Z Compiling phf v0.13.1
15972026-06-20T22:49:15.958Z Compiling signal-hook-mio v0.2.5
15982026-06-20T22:49:15.992Z Compiling hubpack v0.1.2
15992026-06-20T22:49:16.030Z Compiling cookie_store v0.22.1
16002026-06-20T22:49:16.063Z Compiling usdt-macro v0.6.0
16012026-06-20T22:49:16.092Z Compiling usdt-attr-macro v0.6.0
16022026-06-20T22:49:16.156Z Compiling bzip2 v0.4.4
16032026-06-20T22:49:16.233Z Compiling futures v0.3.32
16042026-06-20T22:49:16.266Z Compiling serde_with_macros v3.17.0
16052026-06-20T22:49:16.332Z Compiling postgres-types v0.2.12
16062026-06-20T22:49:16.498Z Compiling zstd v0.13.3
16072026-06-20T22:49:16.669Z Compiling dtrace-parser v0.2.0
16082026-06-20T22:49:16.723Z Compiling globset v0.4.18
16092026-06-20T22:49:16.793Z Compiling ed25519 v2.2.3
16102026-06-20T22:49:16.872Z Compiling pkcs1 v0.7.5
16112026-06-20T22:49:16.943Z Compiling serde_plain v1.0.2
16122026-06-20T22:49:16.958Z Compiling serde-big-array v0.5.1
16132026-06-20T22:49:17.015Z Compiling olpc-cjson v0.1.4
16142026-06-20T22:49:17.121Z Compiling rfc6979 v0.4.0
16152026-06-20T22:49:17.159Z Compiling enum-as-inner v0.6.1
16162026-06-20T22:49:17.194Z Compiling serde_repr v0.1.20
16172026-06-20T22:49:17.261Z Compiling async-recursion v1.1.1
16182026-06-20T22:49:17.313Z Compiling strum_macros v0.26.4
16192026-06-20T22:49:17.440Z Compiling clap_derive v4.6.1
16202026-06-20T22:49:17.455Z Compiling phf_shared v0.11.3
16212026-06-20T22:49:17.478Z Compiling float-cmp v0.10.0
16222026-06-20T22:49:17.589Z Compiling pem v3.0.6
16232026-06-20T22:49:17.651Z Compiling thread-id v4.2.2
16242026-06-20T22:49:17.668Z Compiling memmap2 v0.9.10
16252026-06-20T22:49:17.710Z Compiling env_filter v1.0.0
16262026-06-20T22:49:17.735Z Compiling precomputed-hash v0.1.1
16272026-06-20T22:49:17.750Z Compiling hyper v1.8.1
16282026-06-20T22:49:17.784Z Compiling fixedbitset v0.5.7
16292026-06-20T22:49:17.843Z Compiling keccak v0.1.6
16302026-06-20T22:49:17.906Z Compiling whoami v2.1.0
16312026-06-20T22:49:17.948Z Compiling typed-path v0.9.3
16322026-06-20T22:49:17.965Z Compiling either v1.15.0
16332026-06-20T22:49:17.988Z Compiling fixedbitset v0.4.2
16342026-06-20T22:49:18.048Z Compiling static_assertions v1.1.0
16352026-06-20T22:49:18.135Z Compiling jiff v0.2.21
16362026-06-20T22:49:18.150Z Compiling data-encoding v2.10.0
16372026-06-20T22:49:18.214Z Compiling normalize-line-endings v0.3.0
16382026-06-20T22:49:18.227Z Compiling difflib v0.4.0
16392026-06-20T22:49:18.312Z Compiling predicates-core v1.0.10
16402026-06-20T22:49:18.327Z Compiling new_debug_unreachable v1.0.6
16412026-06-20T22:49:18.329Z Compiling itertools v0.13.0
16422026-06-20T22:49:18.416Z Compiling string_cache v0.8.9
16432026-06-20T22:49:18.510Z Compiling predicates v3.1.4
16442026-06-20T22:49:18.671Z Compiling hickory-proto v0.25.2
16452026-06-20T22:49:18.686Z Compiling petgraph v0.6.5
16462026-06-20T22:49:18.782Z Compiling tokio-postgres v0.7.16
16472026-06-20T22:49:18.827Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16482026-06-20T22:49:18.881Z Compiling hyper-util v0.1.20
16492026-06-20T22:49:18.898Z Compiling toml_edit v0.22.27
16502026-06-20T22:49:19.184Z Compiling strum v0.26.3
16512026-06-20T22:49:19.184Z Compiling petgraph v0.8.3
16522026-06-20T22:49:19.213Z Compiling sha3 v0.10.8
16532026-06-20T22:49:19.316Z Compiling clap v4.6.1
16542026-06-20T22:49:19.342Z Compiling env_logger v0.11.9
16552026-06-20T22:49:19.410Z Compiling usdt v0.6.0
16562026-06-20T22:49:19.425Z Compiling usdt-impl v0.5.0
16572026-06-20T22:49:19.638Z Compiling serde_with v3.17.0
16582026-06-20T22:49:19.689Z Compiling crossterm v0.28.1
16592026-06-20T22:49:19.705Z Compiling ecdsa v0.16.9
16602026-06-20T22:49:19.721Z Compiling rsa v0.9.10
16612026-06-20T22:49:20.030Z Compiling ed25519-dalek v2.2.0
16622026-06-20T22:49:20.137Z Compiling toml v0.7.8
16632026-06-20T22:49:20.718Z Compiling hyper-tls v0.6.0
16642026-06-20T22:49:20.784Z Compiling zip v4.6.1
16652026-06-20T22:49:20.800Z Compiling zip v0.6.6
16662026-06-20T22:49:20.980Z Compiling iddqd v0.4.2
16672026-06-20T22:49:21.359Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-06-20T22:49:21.412Z Compiling tokio-stream v0.1.18
16692026-06-20T22:49:21.484Z Compiling buf-list v1.1.2
16702026-06-20T22:49:21.532Z Compiling similar v2.7.0
16712026-06-20T22:49:21.555Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
16722026-06-20T22:49:21.738Z Compiling openapiv3 v2.2.0
16732026-06-20T22:49:21.754Z Compiling x509-cert v0.2.5
16742026-06-20T22:49:21.796Z Compiling sha1 v0.10.6
16752026-06-20T22:49:21.819Z Compiling crossbeam-epoch v0.9.18
16762026-06-20T22:49:21.899Z Compiling peg-runtime v0.8.5
16772026-06-20T22:49:21.925Z Compiling lalrpop-util v0.19.12
16782026-06-20T22:49:22.049Z Compiling thread_local v1.1.9
16792026-06-20T22:49:22.063Z Compiling slog-async v2.8.0
16802026-06-20T22:49:22.147Z Compiling crossbeam-channel v0.5.15
16812026-06-20T22:49:22.181Z Compiling filetime v0.2.27
16822026-06-20T22:49:22.211Z Compiling is-terminal v0.4.17
16832026-06-20T22:49:22.327Z Compiling take_mut v0.2.2
16842026-06-20T22:49:22.341Z Compiling term v1.2.1
16852026-06-20T22:49:22.357Z Compiling xattr v1.6.1
16862026-06-20T22:49:22.576Z Compiling tar v0.4.45
16872026-06-20T22:49:22.619Z Compiling slog-term v2.9.2
16882026-06-20T22:49:40.247Z Compiling rustls-webpki v0.103.9
16892026-06-20T22:49:43.063Z Compiling tokio-rustls v0.26.4
16902026-06-20T22:49:43.063Z Compiling rustls-platform-verifier v0.6.2
16912026-06-20T22:49:43.264Z Compiling hyper-rustls v0.27.7
16922026-06-20T22:49:43.464Z Compiling reqwest v0.12.28
16932026-06-20T22:49:43.466Z Compiling reqwest v0.13.2
16942026-06-20T22:49:44.699Z Compiling tough v0.22.0
16952026-06-20T22:49:47.209Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-06-20T22:49:47.444Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-06-20T22:49:50.310Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.95s
16982026-06-20T22:49:50.470Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control`
16992026-06-20T22:49:50.503ZJun 20 22:49:49.587 INFO Starting download, target: Clickhouse
17002026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: DendriteStub
17012026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: Console
17022026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: Cockroach
17032026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: MaghemiteMgd
17042026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: MaghemiteDdmd
17052026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Starting download, target: TransceiverControl
17062026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17082026-06-20T22:49:50.503ZJun 20 22:49:49.588 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-06-20T22:49:50.532ZJun 20 22:49:49.588 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17102026-06-20T22:49:50.532ZJun 20 22:49:49.588 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd
17112026-06-20T22:49:50.532ZJun 20 22:49:49.588 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17122026-06-20T22:49:50.532ZJun 20 22:49:49.588 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17132026-06-20T22:49:51.262ZJun 20 22:49:50.357 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17142026-06-20T22:49:51.467ZJun 20 22:49:50.567 INFO Download complete, target: TransceiverControl
17152026-06-20T22:49:51.515ZJun 20 22:49:50.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17162026-06-20T22:49:51.738ZJun 20 22:49:50.840 INFO Download complete, target: Console
17172026-06-20T22:49:52.280ZJun 20 22:49:51.377 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17182026-06-20T22:49:52.660ZJun 20 22:49:51.761 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd
17192026-06-20T22:49:52.716ZJun 20 22:49:51.819 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17202026-06-20T22:49:52.867ZJun 20 22:49:51.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17212026-06-20T22:49:53.254ZJun 20 22:49:52.364 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17222026-06-20T22:49:53.254ZJun 20 22:49:52.364 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17232026-06-20T22:49:54.496ZJun 20 22:49:53.605 INFO Download complete, target: MaghemiteDdmd
17242026-06-20T22:49:55.431ZJun 20 22:49:54.542 INFO Download complete, target: DendriteStub
17252026-06-20T22:49:55.596ZJun 20 22:49:54.706 INFO Download complete, target: MaghemiteMgd
17262026-06-20T22:49:57.945ZJun 20 22:49:57.053 INFO Checking that binary works, target: Cockroach
17272026-06-20T22:49:58.066ZJun 20 22:49:57.176 INFO Download complete, target: Cockroach
17282026-06-20T22:49:59.040ZJun 20 22:49:58.151 INFO Checking that binary works, target: Clickhouse
17292026-06-20T22:49:59.130ZJun 20 22:49:58.240 INFO Download complete, target: Clickhouse
17302026-06-20T22:49:59.137ZAll prerequisites installed successfully
17312026-06-20T22:49:59.140Z
17322026-06-20T22:49:59.140Zreal 1:50.594870618
17332026-06-20T22:49:59.140Zuser 6:54.953943810
17342026-06-20T22:49:59.140Zsys 1:45.378446615
17352026-06-20T22:49:59.140Ztrap 0.272306482
17362026-06-20T22:49:59.141Ztflt 1.034548165
17372026-06-20T22:49:59.141Zdflt 1.744230124
17382026-06-20T22:49:59.141Zkflt 0.024169772
17392026-06-20T22:49:59.141Zlock 23:03.908425670
17402026-06-20T22:49:59.141Zslp 18:57.708056387
17412026-06-20T22:49:59.141Zlat 24.998241959
17422026-06-20T22:49:59.141Zstop 2:51.168766078
17432026-06-20T22:49:59.141Z+ ptime -m cargo xtask download softnpu
17442026-06-20T22:49:59.585Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
17452026-06-20T22:49:59.605Z Running `target/debug/xtask download softnpu`
17462026-06-20T22:50:00.307Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
17472026-06-20T22:50:00.358Z Running `target/debug/xtask-downloader softnpu`
17482026-06-20T22:50:00.403ZJun 20 22:49:59.512 INFO Starting download, target: Softnpu
17492026-06-20T22:50:00.408ZJun 20 22:49:59.513 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17502026-06-20T22:50:00.943ZJun 20 22:50:00.053 INFO Download complete, target: Softnpu
17512026-06-20T22:50:00.946Z
17522026-06-20T22:50:00.951Zreal 1.802002899
17532026-06-20T22:50:00.951Zuser 1.242748741
17542026-06-20T22:50:00.951Zsys 0.601272290
17552026-06-20T22:50:00.951Ztrap 0.000411661
17562026-06-20T22:50:00.951Ztflt 0.000181871
17572026-06-20T22:50:00.951Zdflt 0.000186398
17582026-06-20T22:50:00.951Zkflt 0.000000000
17592026-06-20T22:50:00.951Zlock 9.981757803
17602026-06-20T22:50:00.951Zslp 0.416372364
17612026-06-20T22:50:00.951Zlat 0.089249349
17622026-06-20T22:50:00.951Zstop 0.000158849
17632026-06-20T22:50:00.951Z+ export CARGO_INCREMENTAL=0
17642026-06-20T22:50:00.951Z+ CARGO_INCREMENTAL=0
17652026-06-20T22:50:00.951Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17662026-06-20T22:50:01.791Z Compiling proc-macro2 v1.0.106
17672026-06-20T22:50:01.791Z Compiling quote v1.0.45
17682026-06-20T22:50:01.791Z Compiling unicode-ident v1.0.24
17692026-06-20T22:50:01.794Z Compiling libc v0.2.185
17702026-06-20T22:50:01.794Z Compiling serde_core v1.0.228
17712026-06-20T22:50:01.794Z Compiling serde v1.0.228
17722026-06-20T22:50:01.794Z Compiling cfg-if v1.0.4
17732026-06-20T22:50:01.794Z Compiling version_check v0.9.5
17742026-06-20T22:50:01.795Z Compiling shlex v1.3.0
17752026-06-20T22:50:01.795Z Compiling find-msvc-tools v0.1.9
17762026-06-20T22:50:01.795Z Compiling typenum v1.19.0
17772026-06-20T22:50:01.795Z Compiling autocfg v1.5.0
17782026-06-20T22:50:01.928Z Compiling zmij v1.0.21
17792026-06-20T22:50:01.968Z Compiling memchr v2.8.0
17802026-06-20T22:50:01.968Z Compiling serde_json v1.0.149
17812026-06-20T22:50:02.156Z Compiling portable-atomic v1.13.1
17822026-06-20T22:50:02.330Z Compiling libm v0.2.16
17832026-06-20T22:50:02.347Z Compiling zerocopy v0.8.40
17842026-06-20T22:50:02.364Z Compiling smallvec v1.15.1
17852026-06-20T22:50:02.395Z Compiling parking_lot_core v0.9.12
17862026-06-20T22:50:02.492Z Compiling generic-array v0.14.7
17872026-06-20T22:50:02.527Z Compiling num-traits v0.2.19
17882026-06-20T22:50:02.527Z Compiling icu_properties_data v2.1.2
17892026-06-20T22:50:02.570Z Compiling icu_normalizer_data v2.1.1
17902026-06-20T22:50:02.660Z Compiling itoa v1.0.17
17912026-06-20T22:50:02.663Z Compiling getrandom v0.4.1
17922026-06-20T22:50:02.691Z Compiling log v0.4.29
17932026-06-20T22:50:02.746Z Compiling stable_deref_trait v1.2.1
17942026-06-20T22:50:02.752Z Compiling pkg-config v0.3.32
17952026-06-20T22:50:02.791Z Compiling subtle v2.6.1
17962026-06-20T22:50:02.933Z Compiling scopeguard v1.2.0
17972026-06-20T22:50:02.986Z Compiling jobserver v0.1.34
17982026-06-20T22:50:02.990Z Compiling getrandom v0.2.17
17992026-06-20T22:50:03.042Z Compiling errno v0.3.14
18002026-06-20T22:50:03.058Z Compiling lock_api v0.4.14
18012026-06-20T22:50:03.170Z Compiling rand_core v0.6.4
18022026-06-20T22:50:03.215Z Compiling cc v1.2.56
18032026-06-20T22:50:03.282Z Compiling litemap v0.8.1
18042026-06-20T22:50:03.308Z Compiling syn v2.0.117
18052026-06-20T22:50:03.328Z Compiling percent-encoding v2.3.2
18062026-06-20T22:50:03.360Z Compiling writeable v0.6.2
18072026-06-20T22:50:03.366Z Compiling fnv v1.0.7
18082026-06-20T22:50:03.422Z Compiling thiserror v2.0.18
18092026-06-20T22:50:03.450Z Compiling pin-project-lite v0.2.17
18102026-06-20T22:50:03.567Z Compiling getrandom v0.3.4
18112026-06-20T22:50:03.584Z Compiling rand_core v0.10.0
18122026-06-20T22:50:03.615Z Compiling equivalent v1.0.2
18132026-06-20T22:50:03.653Z Compiling dunce v1.0.5
18142026-06-20T22:50:03.656Z Compiling schemars v0.8.22
18152026-06-20T22:50:03.670Z Compiling rustversion v1.0.22
18162026-06-20T22:50:03.707Z Compiling fs_extra v1.3.0
18172026-06-20T22:50:03.773Z Compiling critical-section v1.2.0
18182026-06-20T22:50:03.776Z Compiling rustix v1.1.3
18192026-06-20T22:50:03.776Z Compiling utf8_iter v1.0.4
18202026-06-20T22:50:03.916Z Compiling form_urlencoded v1.2.2
18212026-06-20T22:50:03.975Z Compiling cmake v0.1.57
18222026-06-20T22:50:03.996Z Compiling hashbrown v0.17.0
18232026-06-20T22:50:04.077Z Compiling signal-hook-registry v1.4.8
18242026-06-20T22:50:04.231Z Compiling semver v1.0.28
18252026-06-20T22:50:04.299Z Compiling bitflags v2.11.0
18262026-06-20T22:50:04.387Z Compiling once_cell v1.21.3
18272026-06-20T22:50:04.508Z Compiling const-oid v0.9.6
18282026-06-20T22:50:04.559Z Compiling indexmap v2.14.0
18292026-06-20T22:50:04.686Z Compiling ring v0.17.14
18302026-06-20T22:50:04.686Z Compiling aws-lc-sys v0.40.0
18312026-06-20T22:50:04.725Z Compiling parking_lot v0.12.5
18322026-06-20T22:50:04.725Z Compiling mio v1.2.0
18332026-06-20T22:50:04.725Z Compiling socket2 v0.6.3
18342026-06-20T22:50:04.744Z Compiling aws-lc-rs v1.16.3
18352026-06-20T22:50:04.785Z Compiling futures-core v0.3.32
18362026-06-20T22:50:04.901Z Compiling httparse v1.10.1
18372026-06-20T22:50:04.902Z Compiling thiserror v1.0.69
18382026-06-20T22:50:04.950Z Compiling strsim v0.11.1
18392026-06-20T22:50:05.198Z Compiling ucd-trie v0.1.7
18402026-06-20T22:50:05.236Z Compiling byteorder v1.5.0
18412026-06-20T22:50:05.260Z Compiling iana-time-zone v0.1.65
18422026-06-20T22:50:05.260Z Compiling vcpkg v0.2.15
18432026-06-20T22:50:05.409Z Compiling pest v2.8.6
18442026-06-20T22:50:05.447Z Compiling regex-syntax v0.8.10
18452026-06-20T22:50:05.470Z Compiling ident_case v1.0.1
18462026-06-20T22:50:05.470Z Compiling syn v1.0.109
18472026-06-20T22:50:05.494Z Compiling heck v0.5.0
18482026-06-20T22:50:05.511Z Compiling uuid v1.23.0
18492026-06-20T22:50:05.612Z Compiling cpufeatures v0.2.17
18502026-06-20T22:50:05.741Z Compiling rustls v0.23.37
18512026-06-20T22:50:05.750Z Compiling rustc_version v0.4.1
18522026-06-20T22:50:05.803Z Compiling futures-sink v0.3.32
18532026-06-20T22:50:05.872Z Compiling openssl-sys v0.9.115
18542026-06-20T22:50:05.946Z Compiling futures-channel v0.3.32
18552026-06-20T22:50:06.052Z Compiling aho-corasick v1.1.4
18562026-06-20T22:50:06.074Z Compiling slab v0.4.12
18572026-06-20T22:50:06.131Z Compiling futures-io v0.3.32
18582026-06-20T22:50:06.137Z Compiling futures-task v0.3.32
18592026-06-20T22:50:06.182Z Compiling synstructure v0.13.2
18602026-06-20T22:50:06.206Z Compiling serde_derive_internals v0.29.1
18612026-06-20T22:50:06.357Z Compiling dyn-clone v1.0.20
18622026-06-20T22:50:06.483Z Compiling pest_meta v2.8.6
18632026-06-20T22:50:06.573Z Compiling plain v0.2.3
18642026-06-20T22:50:06.596Z Compiling crc32fast v1.5.0
18652026-06-20T22:50:06.609Z Compiling num-conv v0.2.0
18662026-06-20T22:50:06.684Z Compiling base64 v0.22.1
18672026-06-20T22:50:06.724Z Compiling openssl v0.10.79
18682026-06-20T22:50:06.746Z Compiling time-core v0.1.8
18692026-06-20T22:50:06.766Z Compiling crossbeam-utils v0.8.21
18702026-06-20T22:50:06.889Z Compiling pretty-hex v0.4.1
18712026-06-20T22:50:06.905Z Compiling regex-automata v0.4.14
18722026-06-20T22:50:06.922Z Compiling time-macros v0.2.27
18732026-06-20T22:50:07.035Z Compiling native-tls v0.2.18
18742026-06-20T22:50:07.066Z Compiling anyhow v1.0.102
18752026-06-20T22:50:07.084Z Compiling pest_generator v2.8.6
18762026-06-20T22:50:07.087Z Compiling base64ct v1.8.3
18772026-06-20T22:50:07.137Z Compiling darling_core v0.21.3
18782026-06-20T22:50:07.241Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18792026-06-20T22:50:07.411Z Compiling pem-rfc7468 v0.7.0
18802026-06-20T22:50:07.427Z Compiling flagset v0.4.7
18812026-06-20T22:50:07.442Z Compiling rand_core v0.9.5
18822026-06-20T22:50:07.456Z Compiling serde_derive v1.0.228
18832026-06-20T22:50:07.500Z Compiling zeroize_derive v1.4.3
18842026-06-20T22:50:07.530Z Compiling zerofrom-derive v0.1.6
18852026-06-20T22:50:07.565Z Compiling yoke-derive v0.8.1
18862026-06-20T22:50:07.583Z Compiling zerovec-derive v0.11.2
18872026-06-20T22:50:07.631Z Compiling displaydoc v0.2.5
18882026-06-20T22:50:07.672Z Compiling zerocopy-derive v0.8.40
18892026-06-20T22:50:07.695Z Compiling tokio-macros v2.7.0
18902026-06-20T22:50:07.764Z Compiling futures-macro v0.3.32
18912026-06-20T22:50:07.790Z Compiling thiserror-impl v2.0.18
18922026-06-20T22:50:07.963Z Compiling schemars_derive v0.8.22
18932026-06-20T22:50:08.134Z Compiling zeroize v1.8.2
18942026-06-20T22:50:08.421Z Compiling tracing-attributes v0.1.31
18952026-06-20T22:50:08.579Z Compiling der_derive v0.7.3
18962026-06-20T22:50:08.594Z Compiling thiserror-impl v1.0.69
18972026-06-20T22:50:08.659Z Compiling pest_derive v2.8.6
18982026-06-20T22:50:08.691Z Compiling zerofrom v0.1.6
18992026-06-20T22:50:08.846Z Compiling yoke v0.8.1
19002026-06-20T22:50:09.065Z Compiling crypto-common v0.1.7
19012026-06-20T22:50:09.186Z Compiling zerovec v0.11.5
19022026-06-20T22:50:09.186Z Compiling zerotrie v0.2.3
19032026-06-20T22:50:09.240Z Compiling block-buffer v0.10.4
19042026-06-20T22:50:09.343Z Compiling digest v0.10.7
19052026-06-20T22:50:09.417Z Compiling futures-util v0.3.32
19062026-06-20T22:50:09.547Z Compiling hmac v0.12.1
19072026-06-20T22:50:09.604Z Compiling block-padding v0.3.3
19082026-06-20T22:50:09.648Z Compiling tinystr v0.8.2
19092026-06-20T22:50:09.690Z Compiling potential_utf v0.1.4
19102026-06-20T22:50:09.765Z Compiling sha2 v0.10.9
19112026-06-20T22:50:09.818Z Compiling inout v0.1.4
19122026-06-20T22:50:09.818Z Compiling rustls-pki-types v1.14.0
19132026-06-20T22:50:09.857Z Compiling icu_locale_core v2.1.1
19142026-06-20T22:50:09.867Z Compiling icu_collections v2.1.1
19152026-06-20T22:50:09.908Z Compiling cipher v0.4.4
19162026-06-20T22:50:09.995Z Compiling openssl-macros v0.1.1
19172026-06-20T22:50:10.117Z Compiling scroll_derive v0.12.1
19182026-06-20T22:50:10.345Z Compiling scroll_derive v0.13.1
19192026-06-20T22:50:10.562Z Compiling icu_provider v2.1.1
19202026-06-20T22:50:10.637Z Compiling bytes v1.11.1
19212026-06-20T22:50:10.679Z Compiling chrono v0.4.44
19222026-06-20T22:50:10.779Z Compiling serde_tokenstream v0.2.3
19232026-06-20T22:50:10.897Z Compiling icu_normalizer v2.1.1
19242026-06-20T22:50:10.977Z Compiling icu_properties v2.1.2
19252026-06-20T22:50:11.107Z Compiling tokio v1.52.1
19262026-06-20T22:50:11.156Z Compiling http v1.4.0
19272026-06-20T22:50:11.595Z Compiling der v0.7.10
19282026-06-20T22:50:11.747Z Compiling darling_macro v0.21.3
19292026-06-20T22:50:12.025Z Compiling idna_adapter v1.2.1
19302026-06-20T22:50:12.205Z Compiling idna v1.1.0
19312026-06-20T22:50:12.229Z Compiling ppv-lite86 v0.2.21
19322026-06-20T22:50:12.277Z Compiling regex v1.12.3
19332026-06-20T22:50:12.349Z Compiling zerocopy-derive v0.7.35
19342026-06-20T22:50:12.461Z Compiling slog v2.8.2
19352026-06-20T22:50:12.542Z Compiling url v2.5.8
19362026-06-20T22:50:12.607Z Compiling tracing-core v0.1.36
19372026-06-20T22:50:12.803Z Compiling untrusted v0.9.0
19382026-06-20T22:50:13.169Z Compiling tracing v0.1.44
19392026-06-20T22:50:13.425Z Compiling spki v0.7.3
19402026-06-20T22:50:13.481Z Compiling darling v0.21.3
19412026-06-20T22:50:13.580Z Compiling salsa20 v0.10.2
19422026-06-20T22:50:13.662Z Compiling pbkdf2 v0.12.2
19432026-06-20T22:50:14.138Z Compiling cookie v0.18.1
19442026-06-20T22:50:14.142Z Compiling camino v1.2.2
19452026-06-20T22:50:14.348Z Compiling scrypt v0.11.0
19462026-06-20T22:50:14.427Z Compiling rand_chacha v0.9.0
19472026-06-20T22:50:14.454Z Compiling http-body v1.0.1
19482026-06-20T22:50:14.577Z Compiling aes v0.8.4
19492026-06-20T22:50:14.599Z Compiling cbc v0.1.2
19502026-06-20T22:50:14.671Z Compiling usdt-impl v0.5.0
19512026-06-20T22:50:14.731Z Compiling fastrand v2.3.0
19522026-06-20T22:50:14.755Z Compiling either v1.15.0
19532026-06-20T22:50:14.810Z Compiling paste v1.0.15
19542026-06-20T22:50:14.855Z Compiling usdt-impl v0.6.0
19552026-06-20T22:50:14.874Z Compiling openssl-probe v0.2.1
19562026-06-20T22:50:14.921Z Compiling untrusted v0.7.1
19572026-06-20T22:50:14.981Z Compiling tokio-util v0.7.18
19582026-06-20T22:50:15.071Z Compiling unicode-segmentation v1.12.0
19592026-06-20T22:50:15.089Z Compiling tinyvec_macros v0.1.1
19602026-06-20T22:50:15.119Z Compiling ref-cast v1.0.25
19612026-06-20T22:50:15.123Z Compiling winnow v0.7.14
19622026-06-20T22:50:15.169Z Compiling tinyvec v1.10.0
19632026-06-20T22:50:15.194Z Compiling pkcs5 v0.7.1
19642026-06-20T22:50:15.214Z Compiling rand v0.9.2
19652026-06-20T22:50:15.634Z Compiling scroll v0.13.0
19662026-06-20T22:50:15.660Z Compiling scroll v0.12.0
19672026-06-20T22:50:15.725Z Compiling toml_datetime v0.6.11
19682026-06-20T22:50:15.811Z Compiling serde_spanned v0.6.9
19692026-06-20T22:50:15.925Z Compiling async-trait v0.1.89
19702026-06-20T22:50:15.942Z Compiling heapless v0.7.17
19712026-06-20T22:50:15.997Z Compiling bzip2-sys v0.1.13+1.0.8
19722026-06-20T22:50:16.040Z Compiling atomic-waker v1.1.2
19732026-06-20T22:50:16.168Z Compiling rustix v0.38.44
19742026-06-20T22:50:16.201Z Compiling try-lock v0.2.5
19752026-06-20T22:50:16.220Z Compiling tower-service v0.3.3
19762026-06-20T22:50:16.313Z Compiling tower-layer v0.3.3
19772026-06-20T22:50:16.347Z Compiling zstd-safe v7.2.4
19782026-06-20T22:50:16.350Z Compiling signal-hook v0.3.18
19792026-06-20T22:50:16.350Z Compiling want v0.3.1
19802026-06-20T22:50:16.479Z Compiling h2 v0.4.13
19812026-06-20T22:50:16.500Z Compiling toml_parser v1.0.9+spec-1.1.0
19822026-06-20T22:50:16.599Z Compiling goblin v0.8.2
19832026-06-20T22:50:16.602Z Compiling goblin v0.10.5
19842026-06-20T22:50:16.826Z Compiling pkcs8 v0.10.2
19852026-06-20T22:50:16.885Z Compiling heck v0.4.1
19862026-06-20T22:50:17.080Z Compiling zerocopy v0.7.35
19872026-06-20T22:50:17.132Z Compiling ipnet v2.11.0
19882026-06-20T22:50:17.150Z Compiling ref-cast-impl v1.0.25
19892026-06-20T22:50:17.465Z Compiling darling_core v0.20.11
19902026-06-20T22:50:17.518Z Compiling curve25519-dalek v4.1.3
19912026-06-20T22:50:17.630Z Compiling memoffset v0.9.1
19922026-06-20T22:50:17.649Z Compiling litrs v1.0.0
19932026-06-20T22:50:17.833Z Compiling httpdate v1.0.3
19942026-06-20T22:50:17.941Z Compiling utf8parse v0.2.2
19952026-06-20T22:50:18.067Z Compiling winnow v0.5.40
19962026-06-20T22:50:18.140Z Compiling foreign-types-shared v0.1.1
19972026-06-20T22:50:18.152Z Compiling pin-utils v0.1.0
19982026-06-20T22:50:18.239Z Compiling foreign-types v0.3.2
19992026-06-20T22:50:18.312Z Compiling document-features v0.2.12
20002026-06-20T22:50:18.328Z Compiling tempfile v3.25.0
20012026-06-20T22:50:18.820Z Compiling unicode-normalization v0.1.25
20022026-06-20T22:50:19.107Z Compiling dof v0.3.0
20032026-06-20T22:50:19.304Z Compiling dtrace-parser v0.2.0
20042026-06-20T22:50:19.409Z Compiling dof v0.4.0
20052026-06-20T22:50:19.455Z Compiling darling_macro v0.20.11
20062026-06-20T22:50:19.511Z Compiling hyper v1.8.1
20072026-06-20T22:50:19.530Z Compiling toml_edit v0.19.15
20082026-06-20T22:50:19.778Z Compiling dtrace-parser v0.3.0
20092026-06-20T22:50:19.963Z Compiling pin-project-internal v1.1.11
20102026-06-20T22:50:20.077Z Compiling daft-derive v0.1.7
20112026-06-20T22:50:20.209Z Compiling spin v0.9.8
20122026-06-20T22:50:20.224Z Compiling thread-id v4.2.2
20132026-06-20T22:50:20.325Z Compiling thread-id v5.1.0
20142026-06-20T22:50:20.363Z Compiling socket2 v0.5.10
20152026-06-20T22:50:20.436Z Compiling num-bigint-dig v0.8.6
20162026-06-20T22:50:20.451Z Compiling powerfmt v0.2.0
20172026-06-20T22:50:20.484Z Compiling anstyle v1.0.14
20182026-06-20T22:50:20.487Z Compiling smoltcp v0.9.1
20192026-06-20T22:50:20.647Z Compiling cfg_aliases v0.2.1
20202026-06-20T22:50:20.741Z Compiling nix v0.31.2
20212026-06-20T22:50:20.756Z Compiling deranged v0.5.8
20222026-06-20T22:50:20.773Z Compiling hyper-util v0.1.20
20232026-06-20T22:50:21.095Z Compiling darling v0.20.11
20242026-06-20T22:50:21.198Z Compiling rustls-native-certs v0.8.3
20252026-06-20T22:50:21.255Z Compiling ipnetwork v0.21.1
20262026-06-20T22:50:21.459Z Compiling curve25519-dalek-derive v0.1.1
20272026-06-20T22:50:21.502Z Compiling strum_macros v0.26.4
20282026-06-20T22:50:21.687Z Compiling sync_wrapper v1.0.2
20292026-06-20T22:50:21.806Z Compiling wait-timeout v0.2.1
20302026-06-20T22:50:21.857Z Compiling colorchoice v1.0.4
20312026-06-20T22:50:21.997Z Compiling anstyle-query v1.1.5
20322026-06-20T22:50:22.089Z Compiling quick-error v1.2.3
20332026-06-20T22:50:22.155Z Compiling siphasher v1.0.2
20342026-06-20T22:50:22.241Z Compiling num_threads v0.1.7
20352026-06-20T22:50:22.284Z Compiling simd-adler32 v0.3.8
20362026-06-20T22:50:22.334Z Compiling is_terminal_polyfill v1.70.2
20372026-06-20T22:50:22.377Z Compiling bit-vec v0.8.0
20382026-06-20T22:50:22.509Z Compiling time v0.3.47
20392026-06-20T22:50:22.593Z Compiling bit-set v0.8.0
20402026-06-20T22:50:22.788Z Compiling rusty-fork v0.3.1
20412026-06-20T22:50:22.813Z Compiling tower v0.5.3
20422026-06-20T22:50:22.991Z Compiling derive_builder_core v0.20.2
20432026-06-20T22:50:23.152Z Compiling snafu-derive v0.8.9
20442026-06-20T22:50:23.182Z Compiling http-body-util v0.1.3
20452026-06-20T22:50:23.438Z Compiling webpki-roots v1.0.6
20462026-06-20T22:50:23.590Z Compiling signature v2.2.0
20472026-06-20T22:50:23.637Z Compiling hubpack_derive v0.1.1
20482026-06-20T22:50:23.775Z Compiling rand_xorshift v0.4.0
20492026-06-20T22:50:23.797Z Compiling strum_macros v0.27.2
20502026-06-20T22:50:23.847Z Compiling fs-err v3.3.0
20512026-06-20T22:50:23.879Z Compiling ahash v0.8.12
20522026-06-20T22:50:24.072Z Compiling unicode-bidi v0.3.18
20532026-06-20T22:50:24.120Z Compiling unarray v0.1.4
20542026-06-20T22:50:24.231Z Compiling allocator-api2 v0.2.21
20552026-06-20T22:50:24.251Z Compiling unicode-properties v0.1.4
20562026-06-20T22:50:24.328Z Compiling iri-string v0.7.10
20572026-06-20T22:50:24.484Z Compiling object v0.37.3
20582026-06-20T22:50:24.549Z Compiling ryu v1.0.23
20592026-06-20T22:50:24.565Z Compiling adler2 v2.0.1
20602026-06-20T22:50:24.570Z Compiling stringprep v0.1.5
20612026-06-20T22:50:24.717Z Compiling serde_urlencoded v0.7.1
20622026-06-20T22:50:24.734Z Compiling miniz_oxide v0.8.9
20632026-06-20T22:50:24.772Z Compiling proptest v1.10.0
20642026-06-20T22:50:25.272Z Compiling derive_builder_macro v0.20.2
20652026-06-20T22:50:25.290Z Compiling tokio-native-tls v0.3.1
20662026-06-20T22:50:25.422Z Compiling usdt-macro v0.6.0
20672026-06-20T22:50:25.499Z Compiling tower-http v0.6.8
20682026-06-20T22:50:25.565Z Compiling usdt-attr-macro v0.6.0
20692026-06-20T22:50:25.787Z Compiling anstyle-parse v1.0.0
20702026-06-20T22:50:26.155Z Compiling rand_chacha v0.3.1
20712026-06-20T22:50:26.172Z Compiling erased-serde v0.3.31
20722026-06-20T22:50:26.187Z Compiling md-5 v0.10.6
20732026-06-20T22:50:26.192Z Compiling bstr v1.12.1
20742026-06-20T22:50:26.366Z Compiling num-integer v0.1.46
20752026-06-20T22:50:26.370Z Compiling hash32 v0.2.1
20762026-06-20T22:50:26.448Z Compiling vergen-lib v9.1.0
20772026-06-20T22:50:26.530Z Compiling ff v0.13.1
20782026-06-20T22:50:26.579Z Compiling encoding_rs v0.8.35
20792026-06-20T22:50:26.634Z Compiling mime v0.3.17
20802026-06-20T22:50:26.706Z Compiling psl-types v2.0.11
20812026-06-20T22:50:26.719Z Compiling base16ct v0.2.0
20822026-06-20T22:50:26.807Z Compiling zlib-rs v0.6.2
20832026-06-20T22:50:26.810Z Compiling fallible-iterator v0.2.0
20842026-06-20T22:50:26.839Z Compiling publicsuffix v2.3.0
20852026-06-20T22:50:26.854Z Compiling sec1 v0.7.3
20862026-06-20T22:50:27.006Z Compiling newtype-uuid v1.3.2
20872026-06-20T22:50:27.106Z Compiling group v0.13.0
20882026-06-20T22:50:27.174Z Compiling postgres-protocol v0.6.10
20892026-06-20T22:50:27.189Z Compiling num-iter v0.1.45
20902026-06-20T22:50:27.374Z Compiling rand v0.8.6
20912026-06-20T22:50:27.889Z Compiling oxnet v0.1.6
20922026-06-20T22:50:27.948Z Compiling anstream v1.0.0
20932026-06-20T22:50:27.981Z Compiling derive_builder v0.20.2
20942026-06-20T22:50:28.013Z Compiling hyper-tls v0.6.0
20952026-06-20T22:50:28.076Z Compiling phf_shared v0.13.1
20962026-06-20T22:50:28.178Z Compiling pin-project v1.1.11
20972026-06-20T22:50:28.246Z Compiling lazy_static v1.5.0
20982026-06-20T22:50:28.265Z Compiling anstyle-parse v0.2.7
20992026-06-20T22:50:28.356Z Compiling terminal_size v0.4.3
21002026-06-20T22:50:28.373Z Compiling serde_with_macros v3.17.0
21012026-06-20T22:50:28.376Z Compiling futures-executor v0.3.32
21022026-06-20T22:50:28.406Z Compiling hex v0.4.3
21032026-06-20T22:50:28.518Z Compiling hkdf v0.12.4
21042026-06-20T22:50:28.605Z Compiling crypto-bigint v0.5.5
21052026-06-20T22:50:28.623Z Compiling clap_derive v4.6.1
21062026-06-20T22:50:28.641Z Compiling enum-as-inner v0.6.1
21072026-06-20T22:50:28.657Z Compiling async-recursion v1.1.1
21082026-06-20T22:50:28.688Z Compiling serde_repr v0.1.20
21092026-06-20T22:50:28.761Z Compiling vergen v9.1.0
21102026-06-20T22:50:28.773Z Compiling cargo-platform v0.3.2
21112026-06-20T22:50:28.961Z Compiling flate2 v1.1.9
21122026-06-20T22:50:29.040Z Compiling bitflags v1.3.2
21132026-06-20T22:50:29.137Z Compiling managed v0.8.0
21142026-06-20T22:50:29.183Z Compiling foldhash v0.1.5
21152026-06-20T22:50:29.227Z Compiling same-file v1.0.6
21162026-06-20T22:50:29.285Z Compiling clap_lex v1.0.0
21172026-06-20T22:50:29.366Z Compiling libbz2-rs-sys v0.2.2
21182026-06-20T22:50:29.400Z Compiling foldhash v0.2.0
21192026-06-20T22:50:29.518Z Compiling bumpalo v3.20.2
21202026-06-20T22:50:29.589Z Compiling hashbrown v0.16.1
21212026-06-20T22:50:29.716Z Compiling elliptic-curve v0.13.8
21222026-06-20T22:50:29.859Z Compiling bzip2 v0.6.1
21232026-06-20T22:50:29.968Z Compiling zopfli v0.8.3
21242026-06-20T22:50:29.989Z Compiling clap_builder v4.6.0
21252026-06-20T22:50:30.077Z Compiling walkdir v2.5.0
21262026-06-20T22:50:30.084Z Compiling hashbrown v0.15.5
21272026-06-20T22:50:30.225Z Compiling cargo_metadata v0.23.1
21282026-06-20T22:50:30.368Z Compiling futures v0.3.32
21292026-06-20T22:50:30.524Z Compiling anstream v0.6.21
21302026-06-20T22:50:30.760Z Compiling zstd v0.13.3
21312026-06-20T22:50:31.010Z Compiling snafu v0.8.9
21322026-06-20T22:50:31.040Z Compiling phf v0.13.1
21332026-06-20T22:50:31.231Z Compiling daft v0.1.7
21342026-06-20T22:50:31.521Z Compiling signal-hook-mio v0.2.5
21352026-06-20T22:50:31.538Z Compiling cookie_store v0.22.1
21362026-06-20T22:50:31.661Z Compiling postgres-types v0.2.12
21372026-06-20T22:50:31.677Z Compiling bzip2 v0.4.4
21382026-06-20T22:50:31.779Z Compiling globset v0.4.18
21392026-06-20T22:50:31.810Z Compiling strum v0.27.2
21402026-06-20T22:50:31.923Z Compiling hubpack v0.1.2
21412026-06-20T22:50:31.970Z Compiling ed25519 v2.2.3
21422026-06-20T22:50:31.972Z Compiling phf_shared v0.11.3
21432026-06-20T22:50:32.094Z Compiling crossbeam-epoch v0.9.18
21442026-06-20T22:50:32.185Z Compiling olpc-cjson v0.1.4
21452026-06-20T22:50:32.201Z Compiling pkcs1 v0.7.5
21462026-06-20T22:50:32.233Z Compiling pem v3.0.6
21472026-06-20T22:50:32.365Z Compiling serde_plain v1.0.2
21482026-06-20T22:50:32.402Z Compiling serde-big-array v0.5.1
21492026-06-20T22:50:32.418Z Compiling rfc6979 v0.4.0
21502026-06-20T22:50:32.502Z Compiling float-cmp v0.10.0
21512026-06-20T22:50:32.544Z Compiling memmap2 v0.9.10
21522026-06-20T22:50:32.568Z Compiling env_filter v1.0.0
21532026-06-20T22:50:32.585Z Compiling predicates-core v1.0.10
21542026-06-20T22:50:32.620Z Compiling jiff v0.2.21
21552026-06-20T22:50:32.623Z Compiling data-encoding v2.10.0
21562026-06-20T22:50:32.652Z Compiling typed-path v0.9.3
21572026-06-20T22:50:32.795Z Compiling fixedbitset v0.5.7
21582026-06-20T22:50:32.844Z Compiling keccak v0.1.6
21592026-06-20T22:50:32.860Z Compiling precomputed-hash v0.1.1
21602026-06-20T22:50:32.889Z Compiling difflib v0.4.0
21612026-06-20T22:50:32.923Z Compiling new_debug_unreachable v1.0.6
21622026-06-20T22:50:32.970Z Compiling fixedbitset v0.4.2
21632026-06-20T22:50:32.985Z Compiling static_assertions v1.1.0
21642026-06-20T22:50:33.023Z Compiling whoami v2.1.0
21652026-06-20T22:50:33.069Z Compiling toml_write v0.1.2
21662026-06-20T22:50:33.088Z Compiling normalize-line-endings v0.3.0
21672026-06-20T22:50:33.099Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21682026-06-20T22:50:33.199Z Compiling predicates v3.1.4
21692026-06-20T22:50:33.212Z Compiling petgraph v0.6.5
21702026-06-20T22:50:33.215Z Compiling petgraph v0.8.3
21712026-06-20T22:50:33.290Z Compiling tokio-postgres v0.7.16
21722026-06-20T22:50:33.365Z Compiling toml_edit v0.22.27
21732026-06-20T22:50:33.382Z Compiling string_cache v0.8.9
21742026-06-20T22:50:33.387Z Compiling sha3 v0.10.8
21752026-06-20T22:50:33.625Z Compiling hickory-proto v0.25.2
21762026-06-20T22:50:33.831Z Compiling env_logger v0.11.9
21772026-06-20T22:50:34.168Z Compiling usdt v0.6.0
21782026-06-20T22:50:34.297Z Compiling ecdsa v0.16.9
21792026-06-20T22:50:34.448Z Compiling rsa v0.9.10
21802026-06-20T22:50:34.743Z Compiling ed25519-dalek v2.2.0
21812026-06-20T22:50:35.348Z Compiling zip v4.6.1
21822026-06-20T22:50:35.369Z Compiling zip v0.6.6
21832026-06-20T22:50:35.717Z Compiling crossterm v0.28.1
21842026-06-20T22:50:35.842Z Compiling clap v4.6.1
21852026-06-20T22:50:35.893Z Compiling iddqd v0.4.2
21862026-06-20T22:50:35.953Z Compiling serde_with v3.17.0
21872026-06-20T22:50:36.204Z Compiling similar v2.7.0
21882026-06-20T22:50:36.264Z Compiling strum v0.26.3
21892026-06-20T22:50:36.279Z Compiling toml v0.7.8
21902026-06-20T22:50:36.354Z Compiling tokio-stream v0.1.18
21912026-06-20T22:50:36.475Z Compiling itertools v0.13.0
21922026-06-20T22:50:36.842Z Compiling buf-list v1.1.2
21932026-06-20T22:50:36.922Z Compiling x509-cert v0.2.5
21942026-06-20T22:50:37.028Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
21952026-06-20T22:50:37.150Z Compiling openapiv3 v2.2.0
21962026-06-20T22:50:37.349Z Compiling sha1 v0.10.6
21972026-06-20T22:50:37.735Z Compiling peg-runtime v0.8.5
21982026-06-20T22:50:37.783Z Compiling lalrpop-util v0.19.12
21992026-06-20T22:50:53.182Z Compiling rustls-webpki v0.103.9
22002026-06-20T22:50:54.090Z Compiling macaddr v1.0.1
22012026-06-20T22:50:54.174Z Compiling structmeta-derive v0.3.0
22022026-06-20T22:50:54.237Z Compiling crucible-workspace-hack v0.1.0
22032026-06-20T22:50:54.397Z Compiling rayon-core v1.13.0
22042026-06-20T22:50:54.469Z Compiling itertools v0.14.0
22052026-06-20T22:50:54.497Z Compiling secrecy v0.10.3
22062026-06-20T22:50:54.636Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22072026-06-20T22:50:54.652Z Compiling rustls v0.22.4
22082026-06-20T22:50:54.696Z Compiling toml_datetime v0.7.5+spec-1.1.0
22092026-06-20T22:50:54.856Z Compiling heapless v0.8.0
22102026-06-20T22:50:54.885Z Compiling toml_edit v0.23.10+spec-1.0.0
22112026-06-20T22:50:55.063Z Compiling crossbeam-deque v0.8.6
22122026-06-20T22:50:55.096Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22132026-06-20T22:50:55.125Z Compiling rustls-webpki v0.102.8
22142026-06-20T22:50:55.191Z Compiling hash32 v0.3.1
22152026-06-20T22:50:55.220Z Compiling structmeta v0.3.0
22162026-06-20T22:50:55.269Z Compiling multer v3.1.0
22172026-06-20T22:50:55.315Z Compiling thread_local v1.1.9
22182026-06-20T22:50:55.358Z Compiling compression-core v0.4.31
22192026-06-20T22:50:55.384Z Compiling smoltcp v0.11.0
22202026-06-20T22:50:55.401Z Compiling unicode-width v0.2.0
22212026-06-20T22:50:55.454Z Compiling match_cfg v0.1.0
22222026-06-20T22:50:55.495Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22232026-06-20T22:50:55.549Z Compiling slog-async v2.8.0
22242026-06-20T22:50:55.563Z Compiling hostname v0.3.1
22252026-06-20T22:50:55.763Z Compiling compression-codecs v0.4.37
22262026-06-20T22:50:55.766Z Compiling ingot-macros v0.1.1
22272026-06-20T22:50:55.812Z Compiling derive-ex v0.1.8
22282026-06-20T22:50:55.815Z Compiling proc-macro-crate v3.4.0
22292026-06-20T22:50:55.923Z Compiling atomicwrites v0.4.4
22302026-06-20T22:50:56.007Z Compiling slog-json v2.6.1
22312026-06-20T22:50:56.166Z Compiling crossbeam-channel v0.5.15
22322026-06-20T22:50:56.237Z Compiling half v2.7.1
22332026-06-20T22:50:56.283Z Compiling newtype-uuid-macros v0.1.0
22342026-06-20T22:50:56.298Z Compiling cobs v0.3.0
22352026-06-20T22:50:56.366Z Compiling thiserror-impl-no-std v2.0.2
22362026-06-20T22:50:56.600Z Compiling universal-hash v0.5.1
22372026-06-20T22:50:56.623Z Compiling async-stream-impl v0.3.6
22382026-06-20T22:50:56.770Z Compiling toml_datetime v1.0.0+spec-1.1.0
22392026-06-20T22:50:56.904Z Compiling tokio-rustls v0.26.4
22402026-06-20T22:50:56.964Z Compiling rustls-platform-verifier v0.6.2
22412026-06-20T22:50:57.030Z Compiling serde_spanned v1.0.4
22422026-06-20T22:50:57.218Z Compiling hyper-rustls v0.27.7
22432026-06-20T22:50:57.221Z Compiling is-terminal v0.4.17
22442026-06-20T22:50:57.250Z Compiling dropshot v0.17.0
22452026-06-20T22:50:57.253Z Compiling proc-macro-error-attr v1.0.4
22462026-06-20T22:50:57.282Z Compiling term v1.2.1
22472026-06-20T22:50:57.356Z Compiling ciborium-io v0.2.2
22482026-06-20T22:50:57.379Z Compiling convert_case v0.4.0
22492026-06-20T22:50:57.433Z Compiling toml_writer v1.0.6+spec-1.1.0
22502026-06-20T22:50:57.449Z Compiling opaque-debug v0.3.1
22512026-06-20T22:50:57.484Z Compiling reqwest v0.12.28
22522026-06-20T22:50:57.500Z Compiling reqwest v0.13.2
22532026-06-20T22:50:57.503Z Compiling take_mut v0.2.2
22542026-06-20T22:50:57.541Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22552026-06-20T22:50:57.572Z Compiling poly1305 v0.8.0
22562026-06-20T22:50:57.645Z Compiling toml v1.0.6+spec-1.1.0
22572026-06-20T22:50:57.664Z Compiling slog-term v2.9.2
22582026-06-20T22:50:57.719Z Compiling derive_more v0.99.20
22592026-06-20T22:50:57.851Z Compiling tokio-rustls v0.25.0
22602026-06-20T22:50:58.205Z Compiling thiserror-no-std v2.0.2
22612026-06-20T22:50:58.240Z Compiling ciborium-ll v0.2.2
22622026-06-20T22:50:58.320Z Compiling test-strategy v0.4.5
22632026-06-20T22:50:58.471Z Compiling ingot-types v0.1.2
22642026-06-20T22:50:58.535Z Compiling async-stream v0.3.6
22652026-06-20T22:50:58.581Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22662026-06-20T22:50:58.761Z Compiling postcard v1.1.3
22672026-06-20T22:50:58.873Z Compiling ingot v0.1.1
22682026-06-20T22:50:58.959Z Compiling num_enum_derive v0.7.6
22692026-06-20T22:50:59.010Z Compiling slog-bunyan v2.5.0
22702026-06-20T22:50:59.118Z Compiling tough v0.22.0
22712026-06-20T22:50:59.164Z Compiling async-compression v0.4.41
22722026-06-20T22:50:59.635Z Compiling parse-display-derive v0.10.0
22732026-06-20T22:50:59.665Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
22742026-06-20T22:50:59.912Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22752026-06-20T22:50:59.946Z Compiling proc-macro-crate v1.3.1
22762026-06-20T22:51:00.168Z Compiling waitgroup v0.1.2
22772026-06-20T22:51:00.318Z Compiling backon v1.6.0
22782026-06-20T22:51:00.368Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
22792026-06-20T22:51:00.384Z Compiling password-hash v0.5.0
22802026-06-20T22:51:00.422Z Compiling dropshot_endpoint v0.17.0
22812026-06-20T22:51:00.630Z Compiling chacha20 v0.9.1
22822026-06-20T22:51:00.878Z Compiling rustls-pemfile v2.2.0
22832026-06-20T22:51:00.908Z Compiling blake2 v0.10.6
22842026-06-20T22:51:00.986Z Compiling aead v0.5.2
22852026-06-20T22:51:01.126Z Compiling foreign-types-macros v0.2.3
22862026-06-20T22:51:01.142Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22872026-06-20T22:51:01.196Z Compiling serde_path_to_error v0.1.20
22882026-06-20T22:51:01.199Z Compiling hostname v0.4.2
22892026-06-20T22:51:01.371Z Compiling proc-macro-error v1.0.4
22902026-06-20T22:51:01.401Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22912026-06-20T22:51:01.445Z Compiling instant v0.1.13
22922026-06-20T22:51:01.474Z Compiling cpufeatures v0.3.0
22932026-06-20T22:51:01.574Z Compiling foreign-types-shared v0.3.1
22942026-06-20T22:51:01.574Z Compiling typeid v1.0.3
22952026-06-20T22:51:01.604Z Compiling debug-ignore v1.0.5
22962026-06-20T22:51:01.668Z Compiling chacha20 v0.10.0
22972026-06-20T22:51:01.697Z Compiling backoff v0.4.0
22982026-06-20T22:51:01.713Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
22992026-06-20T22:51:01.731Z Compiling argon2 v0.5.3
23002026-06-20T22:51:01.735Z Compiling foreign-types v0.5.0
23012026-06-20T22:51:01.767Z Compiling parse-display v0.10.0
23022026-06-20T22:51:01.787Z Compiling chacha20poly1305 v0.10.1
23032026-06-20T22:51:01.804Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23042026-06-20T22:51:01.855Z Compiling num_enum_derive v0.5.11
23052026-06-20T22:51:01.944Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
23062026-06-20T22:51:01.961Z Compiling num_enum v0.7.6
23072026-06-20T22:51:01.978Z Compiling ciborium v0.2.2
23082026-06-20T22:51:01.997Z Compiling vsss-rs v3.3.4
23092026-06-20T22:51:02.291Z Compiling tabwriter v1.4.1
23102026-06-20T22:51:02.417Z Compiling regress v0.10.5
23112026-06-20T22:51:02.700Z Compiling byte-wrapper v0.1.0
23122026-06-20T22:51:02.716Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
23132026-06-20T22:51:02.770Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-06-20T22:51:02.815Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23152026-06-20T22:51:02.870Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23162026-06-20T22:51:02.873Z Compiling cstr-argument v0.1.2
23172026-06-20T22:51:02.903Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23182026-06-20T22:51:03.078Z Compiling erased-serde v0.4.9
23192026-06-20T22:51:03.125Z Compiling humantime v2.3.0
23202026-06-20T22:51:03.141Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23212026-06-20T22:51:03.280Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23222026-06-20T22:51:03.463Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23232026-06-20T22:51:03.483Z Compiling num_enum v0.5.11
23242026-06-20T22:51:03.518Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23252026-06-20T22:51:03.594Z Compiling rand v0.10.0
23262026-06-20T22:51:03.612Z Compiling rayon v1.11.0
23272026-06-20T22:51:03.640Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23282026-06-20T22:51:03.654Z Compiling indent_write v2.2.0
23292026-06-20T22:51:03.728Z Compiling colored v3.1.1
23302026-06-20T22:51:03.782Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23312026-06-20T22:51:03.807Z Compiling libefi-sys v0.1.0
23322026-06-20T22:51:03.831Z Compiling zone_cfg_derive v0.3.1
23332026-06-20T22:51:03.907Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23342026-06-20T22:51:04.054Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23352026-06-20T22:51:04.059Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23362026-06-20T22:51:04.067Z Compiling camino-tempfile v1.4.1
23372026-06-20T22:51:04.291Z Compiling itertools v0.12.1
23382026-06-20T22:51:04.410Z Compiling usdt-attr-macro v0.5.0
23392026-06-20T22:51:04.437Z Compiling usdt-macro v0.5.0
23402026-06-20T22:51:04.465Z Compiling bitfield-struct v0.6.2
23412026-06-20T22:51:04.481Z Compiling num-derive v0.4.2
23422026-06-20T22:51:04.553Z Compiling blake3 v1.8.3
23432026-06-20T22:51:04.568Z Compiling ordered-float v2.10.1
23442026-06-20T22:51:04.879Z Compiling memmap v0.7.0
23452026-06-20T22:51:04.925Z Compiling sigpipe v0.1.3
23462026-06-20T22:51:05.048Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23472026-06-20T22:51:05.128Z Compiling glob v0.3.3
23482026-06-20T22:51:05.147Z Compiling swrite v0.1.0
23492026-06-20T22:51:05.165Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23502026-06-20T22:51:05.189Z Compiling usdt v0.5.0
23512026-06-20T22:51:05.287Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
23522026-06-20T22:51:05.397Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
23532026-06-20T22:51:05.510Z Compiling serde-value v0.7.0
23542026-06-20T22:51:05.806Z Compiling zone v0.3.1
23552026-06-20T22:51:05.824Z Compiling serde-untagged v0.1.9
23562026-06-20T22:51:05.844Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
23572026-06-20T22:51:06.088Z Compiling toml v0.8.23
23582026-06-20T22:51:06.104Z Compiling smf v0.2.3
23592026-06-20T22:51:06.122Z Compiling filetime v0.2.27
23602026-06-20T22:51:06.122Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-06-20T22:51:06.166Z Compiling xattr v1.6.1
23622026-06-20T22:51:06.215Z Compiling unicode-xid v0.2.6
23632026-06-20T22:51:06.232Z Compiling arrayref v0.3.9
23642026-06-20T22:51:06.247Z Compiling constant_time_eq v0.4.2
23652026-06-20T22:51:06.329Z Compiling arrayvec v0.7.6
23662026-06-20T22:51:06.349Z Compiling whoami v1.6.1
23672026-06-20T22:51:06.382Z Compiling tar v0.4.45
23682026-06-20T22:51:06.386Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23692026-06-20T22:51:06.422Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23702026-06-20T22:51:06.465Z Compiling tokio-dtrace v0.1.1
23712026-06-20T22:51:06.598Z Compiling cargo-util-schemas v0.8.2
23722026-06-20T22:51:06.807Z Compiling console v0.16.2
23732026-06-20T22:51:06.830Z Compiling gethostname v0.5.0
23742026-06-20T22:51:06.985Z Compiling cargo-platform v0.2.0
23752026-06-20T22:51:07.081Z Compiling topological-sort v0.2.2
23762026-06-20T22:51:07.208Z Compiling unit-prefix v0.5.2
23772026-06-20T22:51:07.273Z Compiling oxide-tokio-rt v0.1.4
23782026-06-20T22:51:07.287Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23792026-06-20T22:51:07.402Z Compiling indicatif v0.18.4
23802026-06-20T22:51:07.440Z Compiling shell-words v1.1.1
23812026-06-20T22:51:07.846Z Compiling cargo_metadata v0.21.0
23822026-06-20T22:51:17.277Z Compiling progenitor-client v0.14.0
23832026-06-20T22:51:17.295Z Compiling omicron-zone-package v0.12.2
23842026-06-20T22:51:17.773Z Compiling progenitor-extras v0.2.0
23852026-06-20T22:51:19.988Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23862026-06-20T22:51:20.071Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23872026-06-20T22:51:20.169Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23882026-06-20T22:51:20.221Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23892026-06-20T22:51:20.320Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23902026-06-20T22:51:20.344Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23912026-06-20T22:51:20.348Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23922026-06-20T22:51:20.377Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23932026-06-20T22:51:20.492Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23942026-06-20T22:51:24.131Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23952026-06-20T22:51:31.907Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23962026-06-20T22:51:34.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23972026-06-20T22:51:35.994Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23982026-06-20T22:51:45.716Z Finished `release` profile [optimized] target(s) in 1m 44s
23992026-06-20T22:51:45.849Z Running `target/release/omicron-package -t test target create -p dev`
24002026-06-20T22:51:45.910ZLogging to: /work/oxidecomputer/omicron/out/LOG
24012026-06-20T22:51:45.913ZCreated new build target 'test' and set it as active
24022026-06-20T22:51:45.913Z
24032026-06-20T22:51:45.913Zreal 1:44.961271770
24042026-06-20T22:51:45.913Zuser 17:07.116834378
24052026-06-20T22:51:45.913Zsys 2:43.264833535
24062026-06-20T22:51:45.913Ztrap 0.465553303
24072026-06-20T22:51:45.913Ztflt 2.990701033
24082026-06-20T22:51:45.913Zdflt 4.458581546
24092026-06-20T22:51:45.913Zkflt 0.012860630
24102026-06-20T22:51:45.913Zlock 53:32.482191298
24112026-06-20T22:51:45.913Zslp 43:41.970266566
24122026-06-20T22:51:45.913Zlat 44.189316637
24132026-06-20T22:51:45.913Zstop 5:26.084777871
24142026-06-20T22:51:45.916Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24152026-06-20T22:51:46.722Z Finished `release` profile [optimized] target(s) in 0.79s
24162026-06-20T22:51:46.783Z Running `target/release/omicron-package -t test package`
24172026-06-20T22:51:46.841ZLogging to: /work/oxidecomputer/omicron/out/LOG
24182026-06-20T22:51:48.197Z Compiling heck v0.5.0
24192026-06-20T22:51:48.200Z Compiling regress v0.11.1
24202026-06-20T22:51:48.410Z Compiling unsafe-libyaml v0.2.11
24212026-06-20T22:51:48.443Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24222026-06-20T22:51:48.473Z Compiling unicode-width v0.1.14
24232026-06-20T22:51:48.476Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24242026-06-20T22:51:48.476Z Compiling atomicwrites v0.4.4
24252026-06-20T22:51:48.515Z Compiling derive-where v1.6.0
24262026-06-20T22:51:48.535Z Compiling bytecount v0.6.9
24272026-06-20T22:51:48.538Z Compiling is-terminal v0.4.17
24282026-06-20T22:51:48.555Z Compiling prettyplease v0.2.37
24292026-06-20T22:51:48.618Z Compiling console v0.15.11
24302026-06-20T22:51:48.621Z Compiling newline-converter v0.3.0
24312026-06-20T22:51:48.621Z Compiling slog-dtrace v0.3.0
24322026-06-20T22:51:48.661Z Compiling resolv-conf v0.7.6
24332026-06-20T22:51:48.710Z Compiling cancel-safe-futures v0.1.5
24342026-06-20T22:51:48.733Z Compiling owo-colors v4.3.0
24352026-06-20T22:51:48.753Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24362026-06-20T22:51:48.756Z Compiling rustls v0.22.4
24372026-06-20T22:51:48.805Z Compiling num-rational v0.4.2
24382026-06-20T22:51:48.829Z Compiling libsw-core v0.3.2
24392026-06-20T22:51:48.853Z Compiling rustls-webpki v0.102.8
24402026-06-20T22:51:48.921Z Compiling num-complex v0.4.6
24412026-06-20T22:51:48.961Z Compiling serde_yaml v0.9.34+deprecated
24422026-06-20T22:51:49.005Z Compiling expectorate v1.2.0
24432026-06-20T22:51:49.070Z Compiling thread_local v1.1.9
24442026-06-20T22:51:49.124Z Compiling compression-core v0.4.31
24452026-06-20T22:51:49.169Z Compiling match_cfg v0.1.0
24462026-06-20T22:51:49.249Z Compiling hostname v0.3.1
24472026-06-20T22:51:49.272Z Compiling compression-codecs v0.4.37
24482026-06-20T22:51:49.329Z Compiling num v0.4.3
24492026-06-20T22:51:49.427Z Compiling libsw v3.5.0
24502026-06-20T22:51:49.453Z Compiling multer v3.1.0
24512026-06-20T22:51:49.559Z Compiling slog-async v2.8.0
24522026-06-20T22:51:49.566Z Compiling crossbeam-channel v0.5.15
24532026-06-20T22:51:49.572Z Compiling slog-json v2.6.1
24542026-06-20T22:51:49.593Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24552026-06-20T22:51:49.640Z Compiling serde_spanned v1.0.4
24562026-06-20T22:51:49.712Z Compiling toml_datetime v1.0.0+spec-1.1.0
24572026-06-20T22:51:49.787Z Compiling take_mut v0.2.2
24582026-06-20T22:51:49.809Z Compiling float-ord v0.3.2
24592026-06-20T22:51:49.812Z Compiling toml_writer v1.0.6+spec-1.1.0
24602026-06-20T22:51:49.849Z Compiling term v1.2.1
24612026-06-20T22:51:49.852Z Compiling linked-hash-map v0.5.6
24622026-06-20T22:51:49.852Z Compiling linear-map v1.2.0
24632026-06-20T22:51:49.916Z Compiling slog-bunyan v2.5.0
24642026-06-20T22:51:49.937Z Compiling typify-impl v0.6.2
24652026-06-20T22:51:49.978Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24662026-06-20T22:51:50.014Z Compiling toml v1.0.6+spec-1.1.0
24672026-06-20T22:51:50.087Z Compiling lru-cache v0.1.2
24682026-06-20T22:51:50.119Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24692026-06-20T22:51:50.266Z Compiling slog-term v2.9.2
24702026-06-20T22:51:50.293Z Compiling async-compression v0.4.41
24712026-06-20T22:51:50.396Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24722026-06-20T22:51:50.449Z Compiling async-stream v0.3.6
24732026-06-20T22:51:50.491Z Compiling dropshot v0.17.0
24742026-06-20T22:51:50.513Z Compiling progenitor-client v0.14.0
24752026-06-20T22:51:50.562Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24762026-06-20T22:51:50.582Z Compiling waitgroup v0.1.2
24772026-06-20T22:51:50.640Z Compiling rustls-pemfile v2.2.0
24782026-06-20T22:51:50.661Z Compiling backon v1.6.0
24792026-06-20T22:51:50.758Z Compiling hostname v0.4.2
24802026-06-20T22:51:50.780Z Compiling serde_path_to_error v0.1.20
24812026-06-20T22:51:50.807Z Compiling instant v0.1.13
24822026-06-20T22:51:50.838Z Compiling minimal-lexical v0.2.1
24832026-06-20T22:51:50.863Z Compiling debug-ignore v1.0.5
24842026-06-20T22:51:50.908Z Compiling backoff v0.4.0
24852026-06-20T22:51:50.929Z Compiling progenitor-extras v0.2.0
24862026-06-20T22:51:50.949Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24872026-06-20T22:51:51.002Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24882026-06-20T22:51:51.124Z Compiling nom v7.1.3
24892026-06-20T22:51:51.150Z Compiling tokio-rustls v0.25.0
24902026-06-20T22:51:51.171Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24912026-06-20T22:51:51.218Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24922026-06-20T22:51:51.239Z Compiling parse-display v0.10.0
24932026-06-20T22:51:51.288Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24942026-06-20T22:51:51.346Z Compiling hickory-proto v0.24.4
24952026-06-20T22:51:51.537Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
24962026-06-20T22:51:51.939Z Compiling regress v0.10.5
24972026-06-20T22:51:52.258Z Compiling macaddr v1.0.1
24982026-06-20T22:51:52.455Z Compiling unicode-xid v0.2.6
24992026-06-20T22:51:52.518Z Compiling humantime v2.3.0
25002026-06-20T22:51:52.563Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
25012026-06-20T22:51:52.678Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25022026-06-20T22:51:52.731Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25032026-06-20T22:51:52.816Z Compiling convert_case v0.10.0
25042026-06-20T22:51:52.853Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25052026-06-20T22:51:53.031Z Compiling toml v0.8.23
25062026-06-20T22:51:53.124Z Compiling derive_more-impl v2.1.1
25072026-06-20T22:51:53.251Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25082026-06-20T22:51:53.444Z Compiling typify-macro v0.6.2
25092026-06-20T22:51:53.504Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25102026-06-20T22:51:53.623Z Compiling papergrid v0.11.0
25112026-06-20T22:51:53.679Z Compiling tabled_derive v0.7.0
25122026-06-20T22:51:53.916Z Compiling hickory-resolver v0.24.4
25132026-06-20T22:51:53.986Z Compiling derive_more v2.1.1
25142026-06-20T22:51:54.054Z Compiling termtree v0.5.1
25152026-06-20T22:51:54.099Z Compiling crossterm v0.29.0
25162026-06-20T22:51:54.260Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25172026-06-20T22:51:54.612Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25182026-06-20T22:51:55.003Z Compiling typify v0.6.2
25192026-06-20T22:51:55.170Z Compiling progenitor-impl v0.14.0
25202026-06-20T22:51:55.886Z Compiling qorb v0.4.1
25212026-06-20T22:51:56.212Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25222026-06-20T22:51:56.427Z Compiling tabled v0.15.0
25232026-06-20T22:51:57.071Z Compiling phf_shared v0.12.1
25242026-06-20T22:51:57.330Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25252026-06-20T22:51:57.353Z Compiling progenitor-macro v0.14.0
25262026-06-20T22:51:57.880Z Compiling csv-core v0.1.13
25272026-06-20T22:51:58.372Z Compiling vte v0.14.1
25282026-06-20T22:51:58.431Z Compiling highway v1.3.0
25292026-06-20T22:51:58.976Z Compiling chrono-tz v0.10.4
25302026-06-20T22:51:59.168Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25312026-06-20T22:51:59.236Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25322026-06-20T22:51:59.260Z Compiling strip-ansi-escapes v0.2.1
25332026-06-20T22:51:59.538Z Compiling csv v1.4.0
25342026-06-20T22:51:59.618Z Compiling phf v0.12.1
25352026-06-20T22:51:59.734Z Compiling const_format_proc_macros v0.2.34
25362026-06-20T22:51:59.798Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25372026-06-20T22:51:59.824Z Compiling fd-lock v4.0.4
25382026-06-20T22:51:59.846Z Compiling peg-macros v0.8.5
25392026-06-20T22:52:00.276Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25402026-06-20T22:52:00.513Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25412026-06-20T22:52:00.545Z Compiling nu-ansi-term v0.50.3
25422026-06-20T22:52:01.116Z Compiling reedline v0.40.0
25432026-06-20T22:52:01.185Z Compiling peg v0.8.5
25442026-06-20T22:52:01.212Z Compiling const_format v0.2.35
25452026-06-20T22:52:01.456Z Compiling progenitor v0.14.0
25462026-06-20T22:52:01.636Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25472026-06-20T22:52:01.726Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25482026-06-20T22:52:01.949Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25492026-06-20T22:52:02.264Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25502026-06-20T22:52:03.054Z Compiling bcs v0.1.6
25512026-06-20T22:52:03.514Z Compiling nom v8.0.0
25522026-06-20T22:52:04.409Z Compiling semver v0.1.20
25532026-06-20T22:52:04.498Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25542026-06-20T22:52:04.708Z Compiling rustc_version v0.1.7
25552026-06-20T22:52:04.732Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25562026-06-20T22:52:04.757Z Compiling smawk v0.3.2
25572026-06-20T22:52:04.780Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25582026-06-20T22:52:04.892Z Compiling unicode-linebreak v0.1.5
25592026-06-20T22:52:04.953Z Compiling newtype_derive v0.1.6
25602026-06-20T22:52:04.973Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25612026-06-20T22:52:05.027Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25622026-06-20T22:52:05.186Z Compiling base64 v0.21.7
25632026-06-20T22:52:05.209Z Compiling textwrap v0.16.2
25642026-06-20T22:52:05.306Z Compiling dropshot-api-manager-types v0.7.2
25652026-06-20T22:52:05.409Z Compiling utf-8 v0.7.6
25662026-06-20T22:52:05.448Z Compiling steno v0.4.1
25672026-06-20T22:52:05.650Z Compiling tagptr v0.2.0
25682026-06-20T22:52:05.653Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
25692026-06-20T22:52:05.855Z Compiling moka v0.12.13
25702026-06-20T22:52:05.894Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
25712026-06-20T22:52:05.961Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25722026-06-20T22:52:06.140Z Compiling tungstenite v0.21.0
25732026-06-20T22:52:06.165Z Compiling display-error-chain v0.2.2
25742026-06-20T22:52:06.360Z Compiling radium v0.7.0
25752026-06-20T22:52:06.835Z Compiling tokio-tungstenite v0.21.0
25762026-06-20T22:52:06.891Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25772026-06-20T22:52:07.100Z Compiling hickory-resolver v0.25.2
25782026-06-20T22:52:07.225Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
25792026-06-20T22:52:07.280Z Compiling tap v1.0.1
25802026-06-20T22:52:07.436Z Compiling maybe-uninit v2.0.0
25812026-06-20T22:52:07.462Z Compiling wyz v0.5.1
25822026-06-20T22:52:07.861Z Compiling zerocopy-derive v0.6.6
25832026-06-20T22:52:07.987Z Compiling crc-catalog v2.4.0
25842026-06-20T22:52:08.137Z Compiling funty v2.0.0
25852026-06-20T22:52:08.312Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25862026-06-20T22:52:08.607Z Compiling packed_struct v0.10.1
25872026-06-20T22:52:08.922Z Compiling zerocopy v0.6.6
25882026-06-20T22:52:09.106Z Compiling bitvec v1.0.1
25892026-06-20T22:52:09.307Z Compiling crc v3.4.0
25902026-06-20T22:52:09.535Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-06-20T22:52:09.813Z Compiling packed_struct_codegen v0.10.1
25922026-06-20T22:52:09.837Z Compiling vergen-lib v0.1.6
25932026-06-20T22:52:10.071Z Compiling bitfield-macros v0.19.4
25942026-06-20T22:52:10.498Z Compiling proc-macro-error-attr2 v2.0.0
25952026-06-20T22:52:10.824Z Compiling indexmap v1.9.3
25962026-06-20T22:52:10.864Z Compiling nodrop v0.1.14
25972026-06-20T22:52:10.919Z Compiling diesel_derives v2.3.7
25982026-06-20T22:52:10.944Z Compiling proc-macro-error2 v2.0.1
25992026-06-20T22:52:11.058Z Compiling array-init v0.0.4
26002026-06-20T22:52:11.184Z Compiling bitfield v0.19.4
26012026-06-20T22:52:11.296Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26022026-06-20T22:52:11.409Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
26032026-06-20T22:52:11.438Z Compiling smallvec v0.6.14
26042026-06-20T22:52:11.559Z Compiling dsl_auto_type v0.2.0
26052026-06-20T22:52:11.693Z Compiling scheduled-thread-pool v0.2.7
26062026-06-20T22:52:11.713Z Compiling num-derive v0.3.3
26072026-06-20T22:52:12.141Z Compiling vergen-gitcl v1.0.8
26082026-06-20T22:52:12.193Z Compiling diesel_table_macro_syntax v0.3.0
26092026-06-20T22:52:12.292Z Compiling dirs-sys-next v0.1.2
26102026-06-20T22:52:12.370Z Compiling glob v0.3.3
26112026-06-20T22:52:12.460Z Compiling hashbrown v0.12.3
26122026-06-20T22:52:12.577Z Compiling maplit v1.0.2
26132026-06-20T22:52:12.640Z Compiling crunchy v0.2.4
26142026-06-20T22:52:12.705Z Compiling libscf-sys v1.1.0
26152026-06-20T22:52:12.733Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26162026-06-20T22:52:12.755Z Compiling clang-sys v1.8.1
26172026-06-20T22:52:12.781Z Compiling dirs-next v2.0.0
26182026-06-20T22:52:12.974Z Compiling r2d2 v0.8.10
26192026-06-20T22:52:13.075Z Compiling serde-hex v0.1.0
26202026-06-20T22:52:13.268Z Compiling tabled_derive v0.11.0
26212026-06-20T22:52:13.405Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-06-20T22:52:13.485Z Compiling ron v0.8.1
26232026-06-20T22:52:13.529Z Compiling papergrid v0.17.0
26242026-06-20T22:52:13.661Z Compiling testing_table v0.3.0
26252026-06-20T22:52:13.708Z Compiling hashbrown v0.13.2
26262026-06-20T22:52:14.095Z Compiling tiny-keccak v2.0.2
26272026-06-20T22:52:14.098Z Compiling downcast-rs v2.0.2
26282026-06-20T22:52:14.254Z Compiling crc-any v2.5.0
26292026-06-20T22:52:14.305Z Compiling object v0.30.4
26302026-06-20T22:52:14.417Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26312026-06-20T22:52:14.698Z Compiling tabled v0.20.0
26322026-06-20T22:52:15.033Z Compiling term v0.7.0
26332026-06-20T22:52:15.053Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26342026-06-20T22:52:15.223Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
26352026-06-20T22:52:15.550Z Compiling progenitor-impl v0.13.0
26362026-06-20T22:52:15.761Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26372026-06-20T22:52:15.895Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26382026-06-20T22:52:16.158Z Compiling bit-vec v0.6.3
26392026-06-20T22:52:16.225Z Compiling xshell-macros v0.2.7
26402026-06-20T22:52:16.417Z Compiling path-slash v0.1.5
26412026-06-20T22:52:16.614Z Compiling bit-set v0.5.3
26422026-06-20T22:52:16.634Z Compiling xshell v0.2.7
26432026-06-20T22:52:16.768Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
26442026-06-20T22:52:16.883Z Compiling ascii-canvas v3.0.0
26452026-06-20T22:52:17.223Z Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version)
26462026-06-20T22:52:17.448Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26472026-06-20T22:52:17.597Z Compiling diesel v2.3.7
26482026-06-20T22:52:17.764Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26492026-06-20T22:52:17.784Z Compiling progenitor-macro v0.13.0
26502026-06-20T22:52:17.980Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26512026-06-20T22:52:19.189Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26522026-06-20T22:52:19.284Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26532026-06-20T22:52:19.522Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26542026-06-20T22:52:19.789Z Compiling progenitor-client v0.13.0
26552026-06-20T22:52:20.007Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-06-20T22:52:20.193Z Compiling itertools v0.10.5
26572026-06-20T22:52:20.351Z Compiling ena v0.14.4
26582026-06-20T22:52:20.676Z Compiling libloading v0.8.9
26592026-06-20T22:52:20.925Z Compiling unicase v2.9.0
26602026-06-20T22:52:21.100Z Compiling bindgen v0.71.1
26612026-06-20T22:52:21.140Z Compiling regex-syntax v0.6.29
26622026-06-20T22:52:21.313Z Compiling diff v0.1.13
26632026-06-20T22:52:21.446Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26642026-06-20T22:52:21.926Z Compiling progenitor v0.13.0
26652026-06-20T22:52:22.126Z Compiling cexpr v0.6.0
26662026-06-20T22:52:22.148Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26672026-06-20T22:52:22.379Z Compiling crc8 v0.1.1
26682026-06-20T22:52:22.530Z Compiling lalrpop v0.19.12
26692026-06-20T22:52:22.552Z Compiling rustc-hash v2.1.1
26702026-06-20T22:52:22.746Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26712026-06-20T22:52:22.772Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26722026-06-20T22:52:23.081Z Compiling headers-core v0.3.0
26732026-06-20T22:52:23.247Z Compiling libxml v0.3.3
26742026-06-20T22:52:23.296Z Compiling headers v0.4.1
26752026-06-20T22:52:23.316Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26762026-06-20T22:52:23.342Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26772026-06-20T22:52:23.548Z Compiling git-stub v1.0.0
26782026-06-20T22:52:23.574Z Compiling strum_macros v0.24.3
26792026-06-20T22:52:23.827Z Compiling indoc v1.0.9
26802026-06-20T22:52:23.974Z Compiling git-stub-vcs v0.1.0
26812026-06-20T22:52:24.268Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26822026-06-20T22:52:24.334Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26832026-06-20T22:52:24.356Z Compiling derive_builder v0.20.2
26842026-06-20T22:52:24.531Z Compiling quick-xml v0.37.5
26852026-06-20T22:52:24.591Z Compiling oso-derive v0.27.3
26862026-06-20T22:52:24.820Z Compiling impl-trait-for-tuples v0.2.3
26872026-06-20T22:52:24.965Z Compiling openssl-probe v0.1.6
26882026-06-20T22:52:25.182Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26892026-06-20T22:52:25.274Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26902026-06-20T22:52:25.889Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
26912026-06-20T22:52:26.094Z Compiling half v1.8.3
26922026-06-20T22:52:26.126Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26932026-06-20T22:52:26.371Z Compiling serde_cbor v0.11.2
26942026-06-20T22:52:26.542Z Compiling bb8 v0.8.6
26952026-06-20T22:52:26.933Z Compiling trait-variant v0.1.2
26962026-06-20T22:52:27.231Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26972026-06-20T22:52:27.264Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26982026-06-20T22:52:27.378Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26992026-06-20T22:52:27.533Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0)
27002026-06-20T22:52:27.608Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
27012026-06-20T22:52:27.649Z Compiling samael v0.0.19
27022026-06-20T22:52:27.679Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27032026-06-20T22:52:27.863Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
27042026-06-20T22:52:28.044Z Compiling fxhash v0.2.1
27052026-06-20T22:52:28.206Z Compiling libz-sys v1.1.24
27062026-06-20T22:52:28.228Z Compiling salty v0.3.0
27072026-06-20T22:52:28.506Z Compiling nonempty v0.12.0
27082026-06-20T22:52:28.786Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
27092026-06-20T22:52:29.070Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
27102026-06-20T22:52:29.112Z Compiling kstat-rs v0.2.4
27112026-06-20T22:52:29.464Z Compiling arc-swap v1.8.2
27122026-06-20T22:52:29.503Z Compiling fs-err v2.11.0
27132026-06-20T22:52:29.845Z Compiling mime_guess v2.0.5
27142026-06-20T22:52:29.845Z Compiling slog-scope v4.4.1
27152026-06-20T22:52:29.878Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27162026-06-20T22:52:30.059Z Compiling polar-core v0.27.3
27172026-06-20T22:52:30.183Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27182026-06-20T22:52:30.438Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27192026-06-20T22:52:30.545Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27202026-06-20T22:52:30.919Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27212026-06-20T22:52:31.127Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27222026-06-20T22:52:31.362Z Compiling nanorand v0.7.0
27232026-06-20T22:52:31.744Z Compiling darling_core v0.23.0
27242026-06-20T22:52:31.890Z Compiling libgit2-sys v0.18.3+1.9.2
27252026-06-20T22:52:32.281Z Compiling parking_lot_core v0.8.6
27262026-06-20T22:52:32.603Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27272026-06-20T22:52:33.539Z Compiling flume v0.11.1
27282026-06-20T22:52:33.685Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27292026-06-20T22:52:33.991Z Compiling darling_macro v0.23.0
27302026-06-20T22:52:34.016Z Compiling slog-stdlog v4.1.1
27312026-06-20T22:52:34.342Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27322026-06-20T22:52:34.479Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27332026-06-20T22:52:34.500Z Compiling primeorder v0.13.6
27342026-06-20T22:52:34.532Z Compiling atty v0.2.14
27352026-06-20T22:52:34.783Z Compiling async-bb8-diesel v0.2.1
27362026-06-20T22:52:34.824Z Compiling diesel-dtrace v0.5.0
27372026-06-20T22:52:35.154Z Compiling parse-size v1.1.0
27382026-06-20T22:52:35.239Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27392026-06-20T22:52:35.379Z Compiling http-range v0.1.5
27402026-06-20T22:52:35.478Z Compiling instability v0.3.11
27412026-06-20T22:52:35.662Z Compiling strsim v0.10.0
27422026-06-20T22:52:35.758Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27432026-06-20T22:52:35.779Z Compiling p384 v0.13.1
27442026-06-20T22:52:35.982Z Compiling darling_core v0.13.4
27452026-06-20T22:52:37.686Z Compiling darling v0.23.0
27462026-06-20T22:52:37.807Z Compiling slog-envlogger v2.2.0
27472026-06-20T22:52:38.812Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
27482026-06-20T22:52:38.985Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27492026-06-20T22:52:39.556Z Compiling oso v0.27.3
27502026-06-20T22:52:39.667Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27512026-06-20T22:52:40.418Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27522026-06-20T22:52:40.878Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27532026-06-20T22:52:42.641Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27542026-06-20T22:52:42.960Z Compiling ignore v0.4.25
27552026-06-20T22:52:43.462Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27562026-06-20T22:52:44.079Z Compiling castaway v0.2.4
27572026-06-20T22:52:44.262Z Compiling vergen-git2 v9.1.0
27582026-06-20T22:52:44.283Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27592026-06-20T22:52:44.375Z Compiling indoc v2.0.7
27602026-06-20T22:52:44.555Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27612026-06-20T22:52:44.595Z Compiling compact_str v0.8.1
27622026-06-20T22:52:44.878Z Compiling globwalk v0.9.1
27632026-06-20T22:52:45.535Z Compiling parking_lot v0.11.2
27642026-06-20T22:52:45.569Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27652026-06-20T22:52:45.735Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27662026-06-20T22:52:46.046Z Compiling hyper-staticfile v0.10.1
27672026-06-20T22:52:46.248Z Compiling darling_macro v0.13.4
27682026-06-20T22:52:46.750Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27692026-06-20T22:52:46.780Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27702026-06-20T22:52:46.876Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27712026-06-20T22:52:47.294Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27722026-06-20T22:52:47.363Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
27732026-06-20T22:52:47.426Z Compiling predicates-tree v1.0.13
27742026-06-20T22:52:47.455Z Compiling unicode-truncate v1.1.0
27752026-06-20T22:52:47.594Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
27762026-06-20T22:52:47.675Z Compiling lru v0.12.5
27772026-06-20T22:52:47.830Z Compiling prefix-trie v0.7.0
27782026-06-20T22:52:47.887Z Compiling rand_seeder v0.4.0
27792026-06-20T22:52:47.907Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27802026-06-20T22:52:48.016Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27812026-06-20T22:52:48.161Z Compiling corncobs v0.1.4
27822026-06-20T22:52:48.289Z Compiling cassowary v0.3.0
27832026-06-20T22:52:48.349Z Compiling rustls v0.21.12
27842026-06-20T22:52:48.375Z Compiling illumos-nvpair-sys v0.2.0
27852026-06-20T22:52:48.398Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27862026-06-20T22:52:48.452Z Compiling hickory-server v0.25.2
27872026-06-20T22:52:48.612Z Compiling ratatui v0.29.0
27882026-06-20T22:52:48.667Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27892026-06-20T22:52:48.900Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27902026-06-20T22:52:49.146Z Compiling camino-tempfile-ext v0.3.3
27912026-06-20T22:52:49.210Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27922026-06-20T22:52:49.246Z Compiling darling v0.13.4
27932026-06-20T22:52:49.369Z Compiling sled v0.34.7
27942026-06-20T22:52:49.876Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27952026-06-20T22:52:50.516Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
27962026-06-20T22:52:50.694Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27972026-06-20T22:52:52.134Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27982026-06-20T22:52:52.340Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
27992026-06-20T22:52:52.572Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28002026-06-20T22:52:52.803Z Compiling sct v0.7.1
28012026-06-20T22:52:52.998Z Compiling rustls-webpki v0.101.7
28022026-06-20T22:52:53.079Z Compiling secrecy v0.8.0
28032026-06-20T22:52:53.299Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
28042026-06-20T22:52:53.613Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c)
28052026-06-20T22:52:54.308Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
28062026-06-20T22:52:54.711Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
28072026-06-20T22:52:55.297Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
28082026-06-20T22:52:56.624Z Compiling serde_with_macros v1.5.2
28092026-06-20T22:52:56.975Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
28102026-06-20T22:52:57.125Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28112026-06-20T22:52:57.185Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28122026-06-20T22:52:57.425Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28132026-06-20T22:52:57.466Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28142026-06-20T22:52:57.668Z Compiling git2 v0.20.4
28152026-06-20T22:52:57.689Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28162026-06-20T22:52:57.771Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28172026-06-20T22:52:57.932Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28182026-06-20T22:52:57.959Z Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection)
28192026-06-20T22:52:58.208Z Compiling void v1.0.2
28202026-06-20T22:52:58.358Z Compiling lzss v0.8.2
28212026-06-20T22:52:58.830Z Compiling serde_with v1.14.0
28222026-06-20T22:52:58.892Z Compiling illumos-nvpair v0.3.0
28232026-06-20T22:52:59.401Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28242026-06-20T22:52:59.426Z Compiling tokio-rustls v0.24.1
28252026-06-20T22:53:00.730Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28262026-06-20T22:53:00.785Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28272026-06-20T22:53:00.895Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28282026-06-20T22:53:03.278Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28292026-06-20T22:53:03.935Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28302026-06-20T22:53:03.978Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28312026-06-20T22:53:04.742Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28322026-06-20T22:53:05.001Z Compiling tungstenite v0.23.0
28332026-06-20T22:53:05.100Z Compiling rustls-pemfile v1.0.4
28342026-06-20T22:53:05.513Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28352026-06-20T22:53:05.932Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28362026-06-20T22:53:06.170Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28372026-06-20T22:53:06.368Z Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28382026-06-20T22:53:06.392Z Compiling nix v0.27.1
28392026-06-20T22:53:06.412Z Compiling twox-hash v2.1.2
28402026-06-20T22:53:06.927Z Compiling serde_bytes v0.11.19
28412026-06-20T22:53:07.234Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25)
28422026-06-20T22:53:07.350Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
28432026-06-20T22:53:07.628Z Compiling tokio-tungstenite v0.23.1
28442026-06-20T22:53:07.677Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28452026-06-20T22:53:07.843Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28462026-06-20T22:53:08.028Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28472026-06-20T22:53:08.492Z Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17)
28482026-06-20T22:53:09.847Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
28492026-06-20T22:53:10.532Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28502026-06-20T22:53:10.557Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28512026-06-20T22:53:10.665Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
28522026-06-20T22:53:10.960Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28532026-06-20T22:53:11.702Z Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config)
28542026-06-20T22:53:11.892Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28552026-06-20T22:53:11.964Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28562026-06-20T22:53:12.048Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28572026-06-20T22:53:12.255Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
28582026-06-20T22:53:12.784Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28592026-06-20T22:53:12.969Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28602026-06-20T22:53:13.710Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28612026-06-20T22:53:13.753Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28622026-06-20T22:53:15.771Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28632026-06-20T22:53:17.121Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28642026-06-20T22:53:18.058Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
28652026-06-20T22:53:18.414Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28662026-06-20T22:53:18.747Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28672026-06-20T22:53:18.968Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28682026-06-20T22:53:19.066Z Compiling signal-hook-tokio v0.3.1
28692026-06-20T22:53:19.111Z Compiling fatfs v0.3.6
28702026-06-20T22:53:19.317Z Compiling yasna v0.5.2
28712026-06-20T22:53:19.358Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28722026-06-20T22:53:19.934Z Compiling seq-macro v0.3.6
28732026-06-20T22:53:20.329Z Compiling is_ci v1.2.0
28742026-06-20T22:53:20.456Z Compiling assert_matches v1.5.0
28752026-06-20T22:53:20.546Z Compiling supports-color v3.0.2
28762026-06-20T22:53:20.568Z Compiling rcgen v0.12.1
28772026-06-20T22:53:20.770Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28782026-06-20T22:53:21.450Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28792026-06-20T22:53:22.313Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28802026-06-20T22:53:23.210Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28812026-06-20T22:53:23.455Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28822026-06-20T22:53:23.696Z Compiling subprocess v0.2.15
28832026-06-20T22:53:24.077Z Compiling rtoolbox v0.0.3
28842026-06-20T22:53:24.376Z Compiling rpassword v7.4.0
28852026-06-20T22:53:24.685Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28862026-06-20T22:53:25.249Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28872026-06-20T22:53:26.163Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28882026-06-20T22:53:26.316Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28892026-06-20T22:53:26.346Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28902026-06-20T22:53:27.159Z Compiling tui-tree-widget v0.23.1
28912026-06-20T22:53:27.464Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28922026-06-20T22:53:28.313Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28932026-06-20T22:53:28.831Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28942026-06-20T22:53:29.067Z Compiling uzers v0.12.2
28952026-06-20T22:53:29.813Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28962026-06-20T22:53:29.982Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28972026-06-20T22:53:30.910Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28982026-06-20T22:53:32.022Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28992026-06-20T22:53:33.899Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
29002026-06-20T22:53:35.425Z Compiling support-bundle-viewer v0.1.2
29012026-06-20T22:53:36.090Z Compiling multimap v0.10.1
29022026-06-20T22:53:47.012Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
29032026-06-20T22:53:51.277Z Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9)
29042026-06-20T22:53:58.696Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
29052026-06-20T22:53:58.720Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
29062026-06-20T22:54:00.584Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
29072026-06-20T23:00:08.971Z Finished `release` profile [optimized] target(s) in 8m 22s
29082026-06-20T23:00:54.777Z
29092026-06-20T23:00:54.784Zreal 9:08.835398483
29102026-06-20T23:00:54.784Zuser 1:18:38.986471789
29112026-06-20T23:00:54.784Zsys 3:32.537309913
29122026-06-20T23:00:54.784Ztrap 1.789857035
29132026-06-20T23:00:54.784Ztflt 2.422566563
29142026-06-20T23:00:54.784Zdflt 19.108163787
29152026-06-20T23:00:54.784Zkflt 0.008482203
29162026-06-20T23:00:54.785Zlock 6:37:31.126793433
29172026-06-20T23:00:54.785Zslp 2:14:30.675019525
29182026-06-20T23:00:54.785Zlat 2:22.577048870
29192026-06-20T23:00:54.785Zstop 5:09.282309553
29202026-06-20T23:00:54.785Z+ mapfile -t packages
29212026-06-20T23:00:54.785Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
29222026-06-20T23:00:55.664Z Finished `release` profile [optimized] target(s) in 0.87s
29232026-06-20T23:00:55.729Z Running `target/release/omicron-package -t test list-outputs`
29242026-06-20T23:00:55.791ZLogging to: /work/oxidecomputer/omicron/out/LOG
29252026-06-20T23:00:55.794Z+ ptime -m cargo build --locked --release -p xtask
29262026-06-20T23:00:56.256Z Compiling libc v0.2.185
29272026-06-20T23:00:56.256Z Compiling serde v1.0.228
29282026-06-20T23:00:56.259Z Compiling serde_core v1.0.228
29292026-06-20T23:00:56.341Z Compiling rustix v1.1.3
29302026-06-20T23:00:56.362Z Compiling serde_json v1.0.149
29312026-06-20T23:00:56.365Z Compiling bitflags v2.11.0
29322026-06-20T23:00:56.399Z Compiling num-traits v0.2.19
29332026-06-20T23:00:56.399Z Compiling smallvec v1.15.1
29342026-06-20T23:00:56.402Z Compiling syn v2.0.117
29352026-06-20T23:00:56.425Z Compiling indexmap v2.14.0
29362026-06-20T23:00:56.428Z Compiling usdt-impl v0.5.0
29372026-06-20T23:00:56.460Z Compiling syn v1.0.109
29382026-06-20T23:00:56.472Z Compiling percent-encoding v2.3.2
29392026-06-20T23:00:56.472Z Compiling log v0.4.29
29402026-06-20T23:00:56.635Z Compiling getrandom v0.4.1
29412026-06-20T23:00:56.696Z Compiling form_urlencoded v1.2.2
29422026-06-20T23:00:56.852Z Compiling fs-err v3.3.0
29432026-06-20T23:00:56.857Z Compiling heck v0.4.1
29442026-06-20T23:00:56.873Z Compiling anyhow v1.0.102
29452026-06-20T23:00:56.877Z Compiling once_cell v1.21.3
29462026-06-20T23:00:57.100Z Compiling errno v0.3.14
29472026-06-20T23:00:57.104Z Compiling thread-id v4.2.2
29482026-06-20T23:00:57.104Z Compiling memmap v0.7.0
29492026-06-20T23:00:57.432Z Compiling ordered-float v2.10.1
29502026-06-20T23:00:57.977Z Compiling proc-macro-error v1.0.4
29512026-06-20T23:00:58.121Z Compiling terminal_size v0.4.3
29522026-06-20T23:00:58.121Z Compiling tempfile v3.25.0
29532026-06-20T23:00:58.229Z Compiling tabled_derive v0.7.0
29542026-06-20T23:00:58.239Z Compiling clap_builder v4.6.0
29552026-06-20T23:00:58.242Z Compiling textwrap v0.16.2
29562026-06-20T23:00:58.355Z Compiling camino-tempfile v1.4.1
29572026-06-20T23:00:58.900Z Compiling tabled v0.15.0
29582026-06-20T23:00:58.946Z Compiling synstructure v0.13.2
29592026-06-20T23:00:58.946Z Compiling pest_generator v2.8.6
29602026-06-20T23:00:59.354Z Compiling serde_derive v1.0.228
29612026-06-20T23:00:59.354Z Compiling zerovec-derive v0.11.2
29622026-06-20T23:00:59.358Z Compiling displaydoc v0.2.5
29632026-06-20T23:00:59.358Z Compiling thiserror-impl v1.0.69
29642026-06-20T23:00:59.358Z Compiling zerocopy-derive v0.7.35
29652026-06-20T23:00:59.358Z Compiling scroll_derive v0.12.1
29662026-06-20T23:00:59.358Z Compiling thiserror-impl v2.0.18
29672026-06-20T23:00:59.358Z Compiling clap_derive v4.6.1
29682026-06-20T23:00:59.399Z Compiling zerofrom-derive v0.1.6
29692026-06-20T23:00:59.478Z Compiling yoke-derive v0.8.1
29702026-06-20T23:00:59.937Z Compiling pest_derive v2.8.6
29712026-06-20T23:01:00.083Z Compiling scroll v0.12.0
29722026-06-20T23:01:00.229Z Compiling zerocopy v0.7.35
29732026-06-20T23:01:00.403Z Compiling goblin v0.8.2
29742026-06-20T23:01:00.520Z Compiling thiserror v1.0.69
29752026-06-20T23:01:00.577Z Compiling thiserror v2.0.18
29762026-06-20T23:01:00.590Z Compiling zerofrom v0.1.6
29772026-06-20T23:01:00.620Z Compiling dtrace-parser v0.2.0
29782026-06-20T23:01:00.706Z Compiling yoke v0.8.1
29792026-06-20T23:01:00.926Z Compiling zerovec v0.11.5
29802026-06-20T23:01:01.037Z Compiling zerotrie v0.2.3
29812026-06-20T23:01:01.085Z Compiling clap v4.6.1
29822026-06-20T23:01:01.497Z Compiling tinystr v0.8.2
29832026-06-20T23:01:01.545Z Compiling potential_utf v0.1.4
29842026-06-20T23:01:01.735Z Compiling icu_locale_core v2.1.1
29852026-06-20T23:01:01.760Z Compiling icu_collections v2.1.1
29862026-06-20T23:01:02.498Z Compiling icu_provider v2.1.1
29872026-06-20T23:01:02.516Z Compiling serde_spanned v0.6.9
29882026-06-20T23:01:02.541Z Compiling toml_datetime v0.6.11
29892026-06-20T23:01:02.570Z Compiling serde-value v0.7.0
29902026-06-20T23:01:02.699Z Compiling cargo-platform v0.2.0
29912026-06-20T23:01:02.826Z Compiling icu_properties v2.1.2
29922026-06-20T23:01:02.884Z Compiling icu_normalizer v2.1.1
29932026-06-20T23:01:02.949Z Compiling dof v0.3.0
29942026-06-20T23:01:02.962Z Compiling toml_edit v0.22.27
29952026-06-20T23:01:03.015Z Compiling serde_tokenstream v0.2.3
29962026-06-20T23:01:03.281Z Compiling macaddr v1.0.1
29972026-06-20T23:01:03.737Z Compiling idna_adapter v1.2.1
29982026-06-20T23:01:03.788Z Compiling usdt-attr-macro v0.5.0
29992026-06-20T23:01:03.800Z Compiling usdt-macro v0.5.0
30002026-06-20T23:01:03.891Z Compiling idna v1.1.0
30012026-06-20T23:01:04.370Z Compiling url v2.5.8
30022026-06-20T23:01:04.443Z Compiling usdt v0.5.0
30032026-06-20T23:01:04.549Z Compiling toml v0.8.23
30042026-06-20T23:01:05.089Z Compiling cargo-util-schemas v0.8.2
30052026-06-20T23:01:05.105Z Compiling cargo_toml v0.21.0
30062026-06-20T23:01:06.096Z Compiling cargo_metadata v0.21.0
30072026-06-20T23:01:09.158Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
30082026-06-20T23:01:12.172Z Finished `release` profile [optimized] target(s) in 16.36s
30092026-06-20T23:01:12.310Z
30102026-06-20T23:01:12.310Zreal 16.480525489
30112026-06-20T23:01:12.310Zuser 2:22.512525843
30122026-06-20T23:01:12.310Zsys 17.197137342
30132026-06-20T23:01:12.314Ztrap 0.088122180
30142026-06-20T23:01:12.314Ztflt 0.537278250
30152026-06-20T23:01:12.314Zdflt 1.381392586
30162026-06-20T23:01:12.314Zkflt 0.000055871
30172026-06-20T23:01:12.314Zlock 5:26.875181145
30182026-06-20T23:01:12.314Zslp 3:33.282742733
30192026-06-20T23:01:12.314Zlat 6.509861027
30202026-06-20T23:01:12.314Zstop 20.074657459
30212026-06-20T23:01:12.314Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
30222026-06-20T23:01:12.314Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
30232026-06-20T23:01:12.314Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
30242026-06-20T23:01:12.314Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
30252026-06-20T23:01:12.314Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
30262026-06-20T23:01:13.183Z Compiling progenitor-client v0.14.0
30272026-06-20T23:01:13.188Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
30282026-06-20T23:01:13.188Z Compiling newtype-uuid-macros v0.1.0
30292026-06-20T23:01:13.188Z Compiling match_cfg v0.1.0
30302026-06-20T23:01:13.188Z Compiling slog-json v2.6.1
30312026-06-20T23:01:13.188Z Compiling structmeta-derive v0.3.0
30322026-06-20T23:01:13.188Z Compiling rustls v0.22.4
30332026-06-20T23:01:13.188Z Compiling rustls-webpki v0.102.8
30342026-06-20T23:01:13.320Z Compiling multer v3.1.0
30352026-06-20T23:01:13.325Z Compiling debug-ignore v1.0.5
30362026-06-20T23:01:13.325Z Compiling compression-core v0.4.31
30372026-06-20T23:01:13.338Z Compiling atomicwrites v0.4.4
30382026-06-20T23:01:13.344Z Compiling itertools v0.14.0
30392026-06-20T23:01:13.405Z Compiling async-stream-impl v0.3.6
30402026-06-20T23:01:13.421Z Compiling serde_spanned v1.0.4
30412026-06-20T23:01:13.434Z Compiling toml_datetime v1.0.0+spec-1.1.0
30422026-06-20T23:01:13.543Z Compiling compression-codecs v0.4.37
30432026-06-20T23:01:13.546Z Compiling dropshot v0.17.0
30442026-06-20T23:01:13.595Z Compiling hostname v0.3.1
30452026-06-20T23:01:13.617Z Compiling toml_writer v1.0.6+spec-1.1.0
30462026-06-20T23:01:13.633Z Compiling waitgroup v0.1.2
30472026-06-20T23:01:13.638Z Compiling dropshot_endpoint v0.17.0
30482026-06-20T23:01:13.638Z Compiling rustls-pemfile v2.2.0
30492026-06-20T23:01:13.654Z Compiling serde_path_to_error v0.1.20
30502026-06-20T23:01:13.706Z Compiling slog-bunyan v2.5.0
30512026-06-20T23:01:13.782Z Compiling async-compression v0.4.41
30522026-06-20T23:01:13.797Z Compiling toml v1.0.6+spec-1.1.0
30532026-06-20T23:01:13.877Z Compiling hostname v0.4.2
30542026-06-20T23:01:13.884Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
30552026-06-20T23:01:13.902Z Compiling macaddr v1.0.1
30562026-06-20T23:01:13.906Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30572026-06-20T23:01:13.939Z Compiling instant v0.1.13
30582026-06-20T23:01:14.036Z Compiling regress v0.10.5
30592026-06-20T23:01:14.059Z Compiling async-stream v0.3.6
30602026-06-20T23:01:14.077Z Compiling backon v1.6.0
30612026-06-20T23:01:14.083Z Compiling backoff v0.4.0
30622026-06-20T23:01:14.115Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
30632026-06-20T23:01:14.131Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617)
30642026-06-20T23:01:14.157Z Compiling humantime v2.3.0
30652026-06-20T23:01:14.210Z Compiling universal-hash v0.5.1
30662026-06-20T23:01:14.265Z Compiling progenitor-extras v0.2.0
30672026-06-20T23:01:14.319Z Compiling opaque-debug v0.3.1
30682026-06-20T23:01:14.319Z Compiling regress v0.11.1
30692026-06-20T23:01:14.355Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
30702026-06-20T23:01:14.378Z Compiling half v2.7.1
30712026-06-20T23:01:14.391Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
30722026-06-20T23:01:14.408Z Compiling ciborium-io v0.2.2
30732026-06-20T23:01:14.423Z Compiling crucible-workspace-hack v0.1.0
30742026-06-20T23:01:14.453Z Compiling convert_case v0.4.0
30752026-06-20T23:01:14.528Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
30762026-06-20T23:01:14.558Z Compiling aead v0.5.2
30772026-06-20T23:01:14.577Z Compiling secrecy v0.10.3
30782026-06-20T23:01:14.597Z Compiling poly1305 v0.8.0
30792026-06-20T23:01:14.661Z Compiling structmeta v0.3.0
30802026-06-20T23:01:14.679Z Compiling ciborium-ll v0.2.2
30812026-06-20T23:01:14.711Z Compiling chacha20 v0.9.1
30822026-06-20T23:01:14.766Z Compiling unsafe-libyaml v0.2.11
30832026-06-20T23:01:14.787Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
30842026-06-20T23:01:14.804Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30852026-06-20T23:01:14.827Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30862026-06-20T23:01:14.871Z Compiling derive_more v0.99.20
30872026-06-20T23:01:14.927Z Compiling derive-ex v0.1.8
30882026-06-20T23:01:14.941Z Compiling parse-display-derive v0.10.0
30892026-06-20T23:01:15.010Z Compiling ciborium v0.2.2
30902026-06-20T23:01:15.051Z Compiling thiserror-impl-no-std v2.0.2
30912026-06-20T23:01:15.097Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
30922026-06-20T23:01:15.187Z Compiling byte-wrapper v0.1.0
30932026-06-20T23:01:15.191Z Compiling blake2 v0.10.6
30942026-06-20T23:01:15.219Z Compiling password-hash v0.5.0
30952026-06-20T23:01:15.404Z Compiling serde_yaml v0.9.34+deprecated
30962026-06-20T23:01:15.499Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
30972026-06-20T23:01:15.540Z Compiling toml_datetime v0.7.5+spec-1.1.0
30982026-06-20T23:01:15.570Z Compiling argon2 v0.5.3
30992026-06-20T23:01:15.584Z Compiling chacha20poly1305 v0.10.1
31002026-06-20T23:01:15.624Z Compiling indent_write v2.2.0
31012026-06-20T23:01:15.654Z Compiling heapless v0.8.0
31022026-06-20T23:01:15.770Z Compiling tokio-rustls v0.25.0
31032026-06-20T23:01:15.787Z Compiling toml_edit v0.23.10+spec-1.0.0
31042026-06-20T23:01:15.809Z Compiling ingot-macros v0.1.1
31052026-06-20T23:01:15.824Z Compiling tabwriter v1.4.1
31062026-06-20T23:01:16.046Z Compiling typify-impl v0.6.2
31072026-06-20T23:01:16.083Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
31082026-06-20T23:01:16.323Z Compiling thiserror-no-std v2.0.2
31092026-06-20T23:01:16.392Z Compiling proc-macro-crate v3.4.0
31102026-06-20T23:01:16.431Z Compiling vsss-rs v3.3.4
31112026-06-20T23:01:16.712Z Compiling test-strategy v0.4.5
31122026-06-20T23:01:16.737Z Compiling parse-display v0.10.0
31132026-06-20T23:01:16.915Z Compiling hash32 v0.3.1
31142026-06-20T23:01:16.936Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31152026-06-20T23:01:17.001Z Compiling num_enum_derive v0.7.6
31162026-06-20T23:01:17.016Z Compiling smoltcp v0.11.0
31172026-06-20T23:01:17.122Z Compiling cobs v0.3.0
31182026-06-20T23:01:17.202Z Compiling colored v3.1.1
31192026-06-20T23:01:17.320Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31202026-06-20T23:01:17.336Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31212026-06-20T23:01:17.358Z Compiling postcard v1.1.3
31222026-06-20T23:01:17.430Z Compiling proc-macro-error v1.0.4
31232026-06-20T23:01:17.446Z Compiling proc-macro-crate v1.3.1
31242026-06-20T23:01:17.464Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31252026-06-20T23:01:17.550Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
31262026-06-20T23:01:17.649Z Compiling foreign-types-macros v0.2.3
31272026-06-20T23:01:17.655Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31282026-06-20T23:01:17.734Z Compiling rayon-core v1.13.0
31292026-06-20T23:01:17.739Z Compiling cpufeatures v0.3.0
31302026-06-20T23:01:17.767Z Compiling foreign-types-shared v0.3.1
31312026-06-20T23:01:17.779Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31322026-06-20T23:01:17.850Z Compiling chacha20 v0.10.0
31332026-06-20T23:01:17.907Z Compiling num_enum_derive v0.5.11
31342026-06-20T23:01:17.984Z Compiling crossbeam-deque v0.8.6
31352026-06-20T23:01:18.029Z Compiling camino-tempfile v1.4.1
31362026-06-20T23:01:18.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31372026-06-20T23:01:18.076Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
31382026-06-20T23:01:18.080Z Compiling cstr-argument v0.1.2
31392026-06-20T23:01:18.133Z Compiling num_enum v0.7.6
31402026-06-20T23:01:18.211Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
31412026-06-20T23:01:18.270Z Compiling foreign-types v0.5.0
31422026-06-20T23:01:18.289Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
31432026-06-20T23:01:18.289Z Compiling rand v0.10.0
31442026-06-20T23:01:18.322Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
31452026-06-20T23:01:18.322Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
31462026-06-20T23:01:18.373Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
31472026-06-20T23:01:18.457Z Compiling zone_cfg_derive v0.3.1
31482026-06-20T23:01:18.527Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
31492026-06-20T23:01:18.548Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
31502026-06-20T23:01:18.595Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31512026-06-20T23:01:18.657Z Compiling rayon v1.11.0
31522026-06-20T23:01:18.686Z Compiling itertools v0.12.1
31532026-06-20T23:01:18.708Z Compiling num-derive v0.4.2
31542026-06-20T23:01:18.726Z Compiling sigpipe v0.1.3
31552026-06-20T23:01:18.744Z Compiling glob v0.3.3
31562026-06-20T23:01:18.796Z Compiling ingot-types v0.1.2
31572026-06-20T23:01:18.833Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
31582026-06-20T23:01:18.849Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
31592026-06-20T23:01:18.948Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31602026-06-20T23:01:19.027Z Compiling num_enum v0.5.11
31612026-06-20T23:01:19.083Z Compiling smf v0.2.3
31622026-06-20T23:01:19.119Z Compiling whoami v1.6.1
31632026-06-20T23:01:19.163Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31642026-06-20T23:01:19.181Z Compiling ingot v0.1.1
31652026-06-20T23:01:19.199Z Compiling usdt-macro v0.5.0
31662026-06-20T23:01:19.220Z Compiling usdt-attr-macro v0.5.0
31672026-06-20T23:01:19.261Z Compiling gethostname v0.5.0
31682026-06-20T23:01:19.411Z Compiling num-rational v0.4.2
31692026-06-20T23:01:19.482Z Compiling num-complex v0.4.6
31702026-06-20T23:01:19.548Z Compiling memmap v0.7.0
31712026-06-20T23:01:19.678Z Compiling derive-where v1.6.0
31722026-06-20T23:01:19.753Z Compiling float-ord v0.3.2
31732026-06-20T23:01:19.772Z Compiling toml v0.8.23
31742026-06-20T23:01:19.849Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
31752026-06-20T23:01:19.906Z Compiling zone v0.3.1
31762026-06-20T23:01:19.924Z Compiling num v0.4.3
31772026-06-20T23:01:19.974Z Compiling resolv-conf v0.7.6
31782026-06-20T23:01:20.022Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
31792026-06-20T23:01:20.040Z Compiling owo-colors v4.3.0
31802026-06-20T23:01:20.073Z Compiling cancel-safe-futures v0.1.5
31812026-06-20T23:01:20.167Z Compiling usdt v0.5.0
31822026-06-20T23:01:20.190Z Compiling libsw-core v0.3.2
31832026-06-20T23:01:20.214Z Compiling prettyplease v0.2.37
31842026-06-20T23:01:20.346Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
31852026-06-20T23:01:20.404Z Compiling libsw v3.5.0
31862026-06-20T23:01:20.466Z Compiling console v0.15.11
31872026-06-20T23:01:20.480Z Compiling hickory-proto v0.24.4
31882026-06-20T23:01:20.536Z Compiling newline-converter v0.3.0
31892026-06-20T23:01:20.543Z Compiling linear-map v1.2.0
31902026-06-20T23:01:20.622Z Compiling linked-hash-map v0.5.6
31912026-06-20T23:01:20.654Z Compiling libefi-sys v0.1.0
31922026-06-20T23:01:20.673Z Compiling typify-macro v0.6.2
31932026-06-20T23:01:20.708Z Compiling git-stub v1.0.0
31942026-06-20T23:01:20.711Z Compiling bitfield-struct v0.6.2
31952026-06-20T23:01:20.781Z Compiling nom v8.0.0
31962026-06-20T23:01:20.847Z Compiling lru-cache v0.1.2
31972026-06-20T23:01:20.904Z Compiling expectorate v1.2.0
31982026-06-20T23:01:20.986Z Compiling semver v0.1.20
31992026-06-20T23:01:21.030Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32002026-06-20T23:01:21.101Z Compiling git-stub-vcs v0.1.0
32012026-06-20T23:01:21.121Z Compiling tokio-dtrace v0.1.1
32022026-06-20T23:01:21.123Z Compiling dropshot-api-manager-types v0.7.2
32032026-06-20T23:01:21.250Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
32042026-06-20T23:01:21.269Z Compiling rustc_version v0.1.7
32052026-06-20T23:01:21.300Z Compiling slog-dtrace v0.3.0
32062026-06-20T23:01:21.318Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32072026-06-20T23:01:21.423Z Compiling minimal-lexical v0.2.1
32082026-06-20T23:01:21.439Z Compiling oxide-tokio-rt v0.1.4
32092026-06-20T23:01:21.459Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32102026-06-20T23:01:21.498Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32112026-06-20T23:01:21.516Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
32122026-06-20T23:01:21.553Z Compiling newtype_derive v0.1.6
32132026-06-20T23:01:21.598Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
32142026-06-20T23:01:21.616Z Compiling phf_shared v0.12.1
32152026-06-20T23:01:21.722Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32162026-06-20T23:01:21.746Z Compiling nom v7.1.3
32172026-06-20T23:01:21.798Z Compiling csv-core v0.1.13
32182026-06-20T23:01:21.804Z Compiling xshell-macros v0.2.7
32192026-06-20T23:01:21.804Z Compiling chrono-tz v0.10.4
32202026-06-20T23:01:21.829Z Compiling highway v1.3.0
32212026-06-20T23:01:21.917Z Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32222026-06-20T23:01:22.065Z Compiling csv v1.4.0
32232026-06-20T23:01:22.082Z Compiling const_format_proc_macros v0.2.34
32242026-06-20T23:01:22.199Z Compiling phf v0.12.1
32252026-06-20T23:01:22.224Z Compiling xshell v0.2.7
32262026-06-20T23:01:22.260Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
32272026-06-20T23:01:22.260Z Compiling primeorder v0.13.6
32282026-06-20T23:01:22.559Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32292026-06-20T23:01:22.578Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
32302026-06-20T23:01:22.581Z Compiling typify v0.6.2
32312026-06-20T23:01:22.636Z Compiling tabled_derive v0.7.0
32322026-06-20T23:01:22.716Z Compiling progenitor-impl v0.14.0
32332026-06-20T23:01:22.734Z Compiling hickory-resolver v0.24.4
32342026-06-20T23:01:22.775Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
32352026-06-20T23:01:22.867Z Compiling bcs v0.1.6
32362026-06-20T23:01:22.951Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
32372026-06-20T23:01:22.970Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
32382026-06-20T23:01:23.136Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
32392026-06-20T23:01:23.158Z Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32402026-06-20T23:01:23.230Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
32412026-06-20T23:01:23.433Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
32422026-06-20T23:01:23.672Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32432026-06-20T23:01:23.694Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
32442026-06-20T23:01:23.779Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b)
32452026-06-20T23:01:23.810Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
32462026-06-20T23:01:23.875Z Compiling qorb v0.4.1
32472026-06-20T23:01:24.013Z Compiling const_format v0.2.35
32482026-06-20T23:01:24.030Z Compiling termtree v0.5.1
32492026-06-20T23:01:24.110Z Compiling tagptr v0.2.0
32502026-06-20T23:01:24.164Z Compiling salty v0.3.0
32512026-06-20T23:01:24.227Z Compiling textwrap v0.16.2
32522026-06-20T23:01:24.325Z Compiling moka v0.12.13
32532026-06-20T23:01:24.405Z Compiling tabled v0.15.0
32542026-06-20T23:01:24.521Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32552026-06-20T23:01:24.649Z Compiling steno v0.4.1
32562026-06-20T23:01:24.771Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
32572026-06-20T23:01:24.798Z Compiling base64 v0.21.7
32582026-06-20T23:01:24.855Z Compiling radium v0.7.0
32592026-06-20T23:01:24.903Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
32602026-06-20T23:01:25.059Z Compiling hickory-resolver v0.25.2
32612026-06-20T23:01:25.159Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
32622026-06-20T23:01:25.162Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
32632026-06-20T23:01:25.216Z Compiling p384 v0.13.1
32642026-06-20T23:01:25.235Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
32652026-06-20T23:01:25.395Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
32662026-06-20T23:01:25.498Z Compiling progenitor-macro v0.14.0
32672026-06-20T23:01:25.735Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
32682026-06-20T23:01:25.828Z Compiling tap v1.0.1
32692026-06-20T23:01:25.979Z Compiling maybe-uninit v2.0.0
32702026-06-20T23:01:26.001Z Compiling wyz v0.5.1
32712026-06-20T23:01:26.066Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
32722026-06-20T23:01:26.241Z Compiling proc-macro-error-attr2 v2.0.0
32732026-06-20T23:01:26.296Z Compiling funty v2.0.0
32742026-06-20T23:01:26.384Z Compiling utf-8 v0.7.6
32752026-06-20T23:01:26.428Z Compiling packed_struct v0.10.1
32762026-06-20T23:01:26.444Z Compiling parking_lot_core v0.8.6
32772026-06-20T23:01:26.604Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
32782026-06-20T23:01:26.687Z Compiling proc-macro-error2 v2.0.1
32792026-06-20T23:01:26.706Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
32802026-06-20T23:01:26.783Z Compiling bitvec v1.0.1
32812026-06-20T23:01:26.801Z Compiling tungstenite v0.21.0
32822026-06-20T23:01:26.875Z Compiling polyval v0.6.2
32832026-06-20T23:01:26.947Z Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32842026-06-20T23:01:26.966Z Compiling packed_struct_codegen v0.10.1
32852026-06-20T23:01:26.988Z Compiling num-derive v0.3.3
32862026-06-20T23:01:27.016Z Compiling zerocopy-derive v0.6.6
32872026-06-20T23:01:27.047Z Compiling bitfield-macros v0.19.4
32882026-06-20T23:01:27.142Z Compiling indexmap v1.9.3
32892026-06-20T23:01:27.203Z Compiling crc-catalog v2.4.0
32902026-06-20T23:01:27.283Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
32912026-06-20T23:01:27.318Z Compiling nodrop v0.1.14
32922026-06-20T23:01:27.336Z Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
32932026-06-20T23:01:27.398Z Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
32942026-06-20T23:01:27.442Z Compiling array-init v0.0.4
32952026-06-20T23:01:27.526Z Compiling tokio-tungstenite v0.21.0
32962026-06-20T23:01:27.575Z Compiling crc v3.4.0
32972026-06-20T23:01:27.685Z Compiling tabled_derive v0.11.0
32982026-06-20T23:01:27.753Z Compiling ghash v0.5.1
32992026-06-20T23:01:27.810Z Compiling smallvec v0.6.14
33002026-06-20T23:01:27.829Z Compiling bitfield v0.19.4
33012026-06-20T23:01:27.883Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33022026-06-20T23:01:27.926Z Compiling progenitor-impl v0.13.0
33032026-06-20T23:01:27.944Z Compiling zerocopy v0.6.6
33042026-06-20T23:01:27.974Z Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33052026-06-20T23:01:28.055Z Compiling libscf-sys v1.1.0
33062026-06-20T23:01:28.058Z Compiling papergrid v0.17.0
33072026-06-20T23:01:28.112Z Compiling testing_table v0.3.0
33082026-06-20T23:01:28.130Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
33092026-06-20T23:01:28.209Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33102026-06-20T23:01:28.254Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
33112026-06-20T23:01:28.270Z Compiling ctr v0.9.2
33122026-06-20T23:01:28.309Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33132026-06-20T23:01:28.325Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33142026-06-20T23:01:28.342Z Compiling unicase v2.9.0
33152026-06-20T23:01:28.459Z Compiling corncobs v0.1.4
33162026-06-20T23:01:28.505Z Compiling hashbrown v0.12.3
33172026-06-20T23:01:28.521Z Compiling illumos-nvpair-sys v0.2.0
33182026-06-20T23:01:28.584Z Compiling mime_guess v2.0.5
33192026-06-20T23:01:28.701Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33202026-06-20T23:01:28.712Z Compiling aes-gcm v0.10.3
33212026-06-20T23:01:28.712Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
33222026-06-20T23:01:28.789Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
33232026-06-20T23:01:28.901Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
33242026-06-20T23:01:28.946Z Compiling parking_lot v0.11.2
33252026-06-20T23:01:29.008Z Compiling tabled v0.20.0
33262026-06-20T23:01:29.060Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659)
33272026-06-20T23:01:29.181Z Compiling serde-hex v0.1.0
33282026-06-20T23:01:29.295Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
33292026-06-20T23:01:29.381Z Compiling ron v0.8.1
33302026-06-20T23:01:29.459Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33312026-06-20T23:01:29.538Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
33322026-06-20T23:01:29.617Z Compiling hashbrown v0.13.2
33332026-06-20T23:01:29.786Z Compiling progenitor-client v0.13.0
33342026-06-20T23:01:29.824Z Compiling prefix-trie v0.7.0
33352026-06-20T23:01:30.025Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
33362026-06-20T23:01:30.074Z Compiling blowfish v0.9.1
33372026-06-20T23:01:30.137Z Compiling ssh-encoding v0.2.0
33382026-06-20T23:01:30.150Z Compiling fxhash v0.2.1
33392026-06-20T23:01:30.280Z Compiling secrecy v0.8.0
33402026-06-20T23:01:30.336Z Compiling crc-any v2.5.0
33412026-06-20T23:01:30.350Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
33422026-06-20T23:01:30.417Z Compiling ssh-cipher v0.2.0
33432026-06-20T23:01:30.463Z Compiling sled v0.34.7
33442026-06-20T23:01:30.607Z Compiling bcrypt-pbkdf v0.10.0
33452026-06-20T23:01:30.688Z Compiling hickory-server v0.25.2
33462026-06-20T23:01:30.711Z Compiling progenitor v0.14.0
33472026-06-20T23:01:30.726Z Compiling object v0.30.4
33482026-06-20T23:01:30.743Z Compiling progenitor-macro v0.13.0
33492026-06-20T23:01:30.897Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33502026-06-20T23:01:30.991Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
33512026-06-20T23:01:31.079Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce)
33522026-06-20T23:01:31.108Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
33532026-06-20T23:01:31.391Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33542026-06-20T23:01:31.606Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
33552026-06-20T23:01:31.637Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
33562026-06-20T23:01:31.739Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
33572026-06-20T23:01:31.833Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
33582026-06-20T23:01:31.850Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
33592026-06-20T23:01:31.889Z Compiling password-hash v0.4.2
33602026-06-20T23:01:31.939Z Compiling http-range v0.1.5
33612026-06-20T23:01:32.165Z Compiling half v1.8.3
33622026-06-20T23:01:32.310Z Compiling path-slash v0.1.5
33632026-06-20T23:01:32.352Z Compiling crc8 v0.1.1
33642026-06-20T23:01:32.476Z Compiling serde_cbor v0.11.2
33652026-06-20T23:01:32.514Z Compiling pbkdf2 v0.11.0
33662026-06-20T23:01:32.605Z Compiling illumos-nvpair v0.3.0
33672026-06-20T23:01:32.922Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
33682026-06-20T23:01:33.129Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
33692026-06-20T23:01:33.141Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
33702026-06-20T23:01:33.744Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
33712026-06-20T23:01:33.748Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
33722026-06-20T23:01:33.748Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
33732026-06-20T23:01:33.910Z Compiling ssh-key v0.6.7
33742026-06-20T23:01:34.118Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
33752026-06-20T23:01:34.250Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33762026-06-20T23:01:34.276Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
33772026-06-20T23:01:34.346Z Compiling p521 v0.13.3
33782026-06-20T23:01:34.366Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
33792026-06-20T23:01:34.415Z Compiling p256 v0.13.2
33802026-06-20T23:01:34.796Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
33812026-06-20T23:01:34.824Z Compiling yasna v0.5.2
33822026-06-20T23:01:34.867Z Compiling kstat-rs v0.2.4
33832026-06-20T23:01:35.133Z Compiling headers-core v0.3.0
33842026-06-20T23:01:35.210Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
33852026-06-20T23:01:35.296Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
33862026-06-20T23:01:35.347Z Compiling nanorand v0.7.0
33872026-06-20T23:01:35.379Z Compiling atty v0.2.14
33882026-06-20T23:01:35.460Z Compiling russh-cryptovec v0.7.3
33892026-06-20T23:01:35.528Z Compiling home v0.5.12
33902026-06-20T23:01:35.567Z Compiling md5 v0.7.0
33912026-06-20T23:01:35.664Z Compiling flume v0.11.1
33922026-06-20T23:01:35.684Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7)
33932026-06-20T23:01:35.706Z Compiling rcgen v0.12.1
33942026-06-20T23:01:35.714Z Compiling headers v0.4.1
33952026-06-20T23:01:35.746Z Compiling russh-keys v0.45.0
33962026-06-20T23:01:35.868Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33972026-06-20T23:01:35.893Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
33982026-06-20T23:01:35.910Z Compiling progenitor v0.13.0
33992026-06-20T23:01:35.914Z Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf)
34002026-06-20T23:01:36.035Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
34012026-06-20T23:01:36.107Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c)
34022026-06-20T23:01:36.295Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
34032026-06-20T23:01:36.321Z Compiling hyper-staticfile v0.10.1
34042026-06-20T23:01:36.553Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
34052026-06-20T23:01:36.575Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
34062026-06-20T23:01:36.652Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
34072026-06-20T23:01:36.725Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
34082026-06-20T23:01:36.865Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a)
34092026-06-20T23:01:36.892Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
34102026-06-20T23:01:36.957Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
34112026-06-20T23:01:36.977Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
34122026-06-20T23:01:37.138Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
34132026-06-20T23:01:37.156Z Compiling num-bigint v0.4.6
34142026-06-20T23:01:37.207Z Compiling des v0.8.1
34152026-06-20T23:01:37.262Z Compiling subprocess v0.2.15
34162026-06-20T23:01:37.336Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
34172026-06-20T23:01:37.377Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34182026-06-20T23:01:37.381Z Compiling display-error-chain v0.2.2
34192026-06-20T23:01:37.414Z Compiling hex-literal v0.4.1
34202026-06-20T23:01:37.459Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
34212026-06-20T23:01:37.536Z Compiling colored v2.2.0
34222026-06-20T23:01:37.559Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
34232026-06-20T23:01:37.576Z Compiling internet-checksum v0.2.1
34242026-06-20T23:01:37.841Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
34252026-06-20T23:01:37.941Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
34262026-06-20T23:01:38.364Z Compiling russh v0.45.0
34272026-06-20T23:01:38.810Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
34282026-06-20T23:01:39.798Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
34292026-06-20T23:01:39.798Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
34302026-06-20T23:01:42.279Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
34312026-06-20T23:01:42.786Z Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking)
34322026-06-20T23:01:42.940Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
34332026-06-20T23:01:43.426Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
34342026-06-20T23:01:45.361Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
34352026-06-20T23:01:53.433Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
34362026-06-20T23:01:53.433Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
34372026-06-20T23:01:53.436Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
34382026-06-20T23:01:53.436Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34392026-06-20T23:01:55.180Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
34402026-06-20T23:01:55.263Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
34412026-06-20T23:01:59.243Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
34422026-06-20T23:02:38.711Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s
34432026-06-20T23:02:38.929Z
34442026-06-20T23:02:38.929Zreal 1:26.556164469
34452026-06-20T23:02:38.929Zuser 8:03.652169720
34462026-06-20T23:02:38.929Zsys 1:39.466615137
34472026-06-20T23:02:38.929Ztrap 0.237531982
34482026-06-20T23:02:38.929Ztflt 0.573972088
34492026-06-20T23:02:38.935Zdflt 1.849028233
34502026-06-20T23:02:38.935Zkflt 0.000249300
34512026-06-20T23:02:38.935Zlock 27:05.976595739
34522026-06-20T23:02:38.935Zslp 18:04.323818879
34532026-06-20T23:02:38.935Zlat 37.646572821
34542026-06-20T23:02:38.935Zstop 2:40.425460153
34552026-06-20T23:02:38.935Z+ mkdir tests
34562026-06-20T23:02:38.941Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
34572026-06-20T23:02:38.941Z+ xargs -I '{}' -t cp '{}' tests/
34582026-06-20T23:02:38.958Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f35f394bfb169ef7 tests/
34592026-06-20T23:02:38.986Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-924fc3fc47321669 tests/
34602026-06-20T23:02:39.014Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-408c589a9be9a15a tests/
34612026-06-20T23:02:39.041Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f00a927a2ca939a9 tests/
34622026-06-20T23:02:39.287Z+ 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)
34632026-06-20T23:02:39.291Z+ 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-924fc3fc47321669 tests/commtest-408c589a9be9a15a tests/dhcp_server-f35f394bfb169ef7 tests/end_to_end_tests-f00a927a2ca939a9 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
34642026-06-20T23:03:59.610ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
34652026-06-20T23:03:59.610Za .github/buildomat/ci-env.sh 1K
34662026-06-20T23:03:59.610Za out/target/test 1K
34672026-06-20T23:03:59.610Za out/npuzone/npuzone 27402K
34682026-06-20T23:03:59.610Za package-manifest.toml 35K
34692026-06-20T23:03:59.610Za smf/sled-agent/non-gimlet/config.toml 6K
34702026-06-20T23:03:59.610Za target/release/omicron-package 45177K
34712026-06-20T23:03:59.610Za target/release/xtask 11453K
34722026-06-20T23:03:59.610Za target/debug/bootstrap 355917K
34732026-06-20T23:03:59.611Za tests/bootstrap-924fc3fc47321669 31215K
34742026-06-20T23:03:59.611Za tests/commtest-408c589a9be9a15a 32300K
34752026-06-20T23:03:59.611Za tests/dhcp_server-f35f394bfb169ef7 31215K
34762026-06-20T23:03:59.611Za tests/end_to_end_tests-f00a927a2ca939a9 397746K
34772026-06-20T23:03:59.611Za tools/opte_version 1K
34782026-06-20T23:03:59.611Za tools/opte_version_override 2K
34792026-06-20T23:03:59.611Za out/clickhouse.tar.gz 313417K
34802026-06-20T23:03:59.611Za out/clickhouse_keeper.tar.gz 298475K
34812026-06-20T23:03:59.611Za out/clickhouse_server.tar.gz 313415K
34822026-06-20T23:03:59.611Za out/cockroachdb.tar.gz 157676K
34832026-06-20T23:03:59.611Za out/crucible-pantry-zone.tar.gz 36467K
34842026-06-20T23:03:59.611Za out/crucible-utils.tar 16478K
34852026-06-20T23:03:59.611Za out/crucible-zone.tar.gz 52037K
34862026-06-20T23:03:59.611Za out/external-dns.tar.gz 42900K
34872026-06-20T23:03:59.611Za out/internal-dns.tar.gz 42899K
34882026-06-20T23:03:59.611Za out/mg-ddm-gz.tar 97917K
34892026-06-20T23:03:59.611Za out/nexus.tar.gz 278399K
34902026-06-20T23:03:59.611Za out/ntp.tar.gz 24107K
34912026-06-20T23:03:59.611Za out/omicron-gateway-softnpu.tar.gz 30193K
34922026-06-20T23:03:59.611Za out/omicron-sled-agent.tar 194547K
34932026-06-20T23:03:59.611Za out/overlay.tar.gz 3K
34942026-06-20T23:03:59.611Za out/oximeter.tar.gz 62279K
34952026-06-20T23:03:59.611Za out/oxlog.tar 3782K
34962026-06-20T23:03:59.611Za out/probe.tar.gz 3037K
34972026-06-20T23:03:59.611Za out/propolis-server.tar.gz 34918K
34982026-06-20T23:03:59.611Za out/pumpkind-gz.tar 26647K
34992026-06-20T23:03:59.611Za out/switch-softnpu.tar.gz 447912K
35002026-06-20T23:03:59.614Z
35012026-06-20T23:03:59.614Zreal 1:20.319672905
35022026-06-20T23:03:59.614Zuser 1:17.559063465
35032026-06-20T23:03:59.614Zsys 4.499740589
35042026-06-20T23:03:59.615Ztrap 0.006603776
35052026-06-20T23:03:59.615Ztflt 0.000000000
35062026-06-20T23:03:59.615Zdflt 0.000000000
35072026-06-20T23:03:59.615Zkflt 0.000000000
35082026-06-20T23:03:59.615Zlock 0.000000000
35092026-06-20T23:03:59.615Zslp 1:17.553617987
35102026-06-20T23:03:59.615Zlat 1.015831134
35112026-06-20T23:03:59.615Zstop 0.000170048
35122026-06-20T23:03:59.615Zprocess exited: duration 951114 ms, exit code 0
 
35132026-06-20T23:03:59.631Zfound 1 output files
35142026-06-20T23:03:59.631Zuploading: /work/package.tar.gz (2479678699 bytes)
35152026-06-20T23:04:29.795Zuploaded: /work/package.tar.gz