01KRMVHW8HZQXY51AK3WTWWA0X: 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: 01KRMVJM15V11M7WWDVKWWTG32

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T03:41:58.805Zjob assigned to worker 01KRMVJR5XS2V8RYN94PJ2PW39 [factory aws, i-07bea9089e7ecd9a9] (queued for 47 s)
 
22026-05-15T03:42:06.383Zstarting task 0: "setup"
32026-05-15T03:42:06.391Z++ uname -s
42026-05-15T03:42:06.394Z+ kern=SunOS
52026-05-15T03:42:06.394Z+ build_user=build
62026-05-15T03:42:06.394Z+ build_uid=12345
72026-05-15T03:42:06.394Z+ work_dir=/work
82026-05-15T03:42:06.395Z+ input_dir=/input
92026-05-15T03:42:06.395Z+ [[ 0 == 12345 ]]
102026-05-15T03:42:06.395Z+ case "$kern" in
112026-05-15T03:42:06.395Z+ groupadd -g 12345 build
122026-05-15T03:42:06.398Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T03:42:08.407Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T03:42:08.583Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T03:42:08.587Z+ home_fs=zfs
162026-05-15T03:42:08.587Z+ [[ zfs == autofs ]]
172026-05-15T03:42:08.587Z+ mkdir -p /home/build
182026-05-15T03:42:08.587Z+ chown build:build /home/build /work
192026-05-15T03:42:10.587Z+ chmod 0700 /home/build /work
202026-05-15T03:42:10.590Zprocess exited: duration 4211 ms, exit code 0
 
212026-05-15T03:42:10.596Zstarting task 1: "rust-toolchain"
222026-05-15T03:42:10.601Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-15T03:42:10.601Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-15T03:42:10.601Z * rust toolchain channel = "1.94.0"
252026-05-15T03:42:10.601Z * rust toolchain profile = "default"
262026-05-15T03:42:10.601Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T03:42:10.601Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-15T03:42:10.604Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T03:42:10.604Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T03:42:10.678Zinfo: downloading installer
312026-05-15T03:42:12.331Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T03:42:12.331Zwarn: /home/build/.rustup/settings.toml
332026-05-15T03:42:12.331Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T03:42:12.331Zwarn: instead of the one inferred from the default host triple.
352026-05-15T03:42:12.343Zinfo: profile set to default
362026-05-15T03:42:12.343Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T03:42:12.347Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T03:42:12.488Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T03:42:12.491Zinfo: downloading 6 components
402026-05-15T03:42:27.123Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T03:42:27.123Z
422026-05-15T03:42:27.158Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T03:42:27.158Z
442026-05-15T03:42:27.158Z
452026-05-15T03:42:27.158ZRust is installed now. Great!
462026-05-15T03:42:27.158Z
472026-05-15T03:42:27.158ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T03:42:27.161Zenvironment variable. This has not been done automatically.
492026-05-15T03:42:27.161Z
502026-05-15T03:42:27.161ZTo configure your current shell, you need to source
512026-05-15T03:42:27.161Zthe corresponding env file under $HOME/.cargo.
522026-05-15T03:42:27.161Z
532026-05-15T03:42:27.161ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T03:42:27.161Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T03:42:27.162Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T03:42:27.162Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T03:42:27.162Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T03:42:27.162Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T03:42:27.162Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T03:42:27.162Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T03:42:27.162Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T03:42:27.256Z+ rustup --version
632026-05-15T03:42:27.262Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T03:42:27.265Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T03:42:27.284Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T03:42:27.287Z+ cargo --version
672026-05-15T03:42:27.295Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T03:42:27.298Z+ rustc --version
692026-05-15T03:42:27.319Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T03:42:27.322Zprocess exited: duration 16725 ms, exit code 0
 
712026-05-15T03:42:27.327Zstarting task 2: "authentication"
722026-05-15T03:42:27.344Zprocess exited: duration 16 ms, exit code 0
 
732026-05-15T03:42:27.352Zstarting task 3: "clone repository"
742026-05-15T03:42:27.355Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T03:42:27.359Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T03:42:27.392ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T03:42:37.271Z+ cd /work/oxidecomputer/omicron
782026-05-15T03:42:37.271Z+ git fetch origin 0d69997dfcfb739fd3ccb1191d383f38e50001eb
792026-05-15T03:42:37.542ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T03:42:37.543Z * branch 0d69997dfcfb739fd3ccb1191d383f38e50001eb -> FETCH_HEAD
812026-05-15T03:42:37.556Z+ [[ -n renovate/crucible-pantry-client-digest ]]
822026-05-15T03:42:37.559Z++ git branch --show-current
832026-05-15T03:42:37.561Z+ current=main
842026-05-15T03:42:37.561Z+ [[ main != renovate/crucible-pantry-client-digest ]]
852026-05-15T03:42:37.562Z+ git branch -f renovate/crucible-pantry-client-digest 0d69997dfcfb739fd3ccb1191d383f38e50001eb
862026-05-15T03:42:37.564Z+ git checkout -f renovate/crucible-pantry-client-digest
872026-05-15T03:42:37.800ZSwitched to branch 'renovate/crucible-pantry-client-digest'
882026-05-15T03:42:37.803Z+ git reset --hard 0d69997dfcfb739fd3ccb1191d383f38e50001eb
892026-05-15T03:42:37.817ZHEAD is now at 0d69997df Update crucible-pantry-client digest to c59a136
902026-05-15T03:42:37.819Zprocess exited: duration 10467 ms, exit code 0
 
912026-05-15T03:42:37.826Zstarting task 4: "build"
922026-05-15T03:42:37.831Z+ source .github/buildomat/ci-env.sh
932026-05-15T03:42:37.831Z++ export CARGO_TERM_COLOR=always
942026-05-15T03:42:37.831Z++ CARGO_TERM_COLOR=always
952026-05-15T03:42:37.834Z+ cargo --version
962026-05-15T03:42:37.841Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-15T03:42:37.844Z+ rustc --version
982026-05-15T03:42:37.864Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-15T03:42:37.867Z+ WORK=/work
1002026-05-15T03:42:37.867Z+ pfexec mkdir -p /work
1012026-05-15T03:42:37.870Z+ pfexec chown build /work
1022026-05-15T03:42:37.873Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1032026-05-15T03:42:39.408Z Startup: Refreshing catalog 'helios' ... Done
1042026-05-15T03:42:39.465Z Startup: Caching catalogs ... Done
1052026-05-15T03:42:39.668ZPlanning: Solver setup ... Done (0.171s)
1062026-05-15T03:42:39.685ZPlanning: Running solver ... Done (0.016s)
1072026-05-15T03:42:39.689ZPlanning: Finding local manifests ... Done (0.003s)
1082026-05-15T03:42:39.699ZPlanning: Fetching manifests: 0/2 0% complete
1092026-05-15T03:42:39.716ZPlanning: Fetching manifests: 2/2 100% complete
1102026-05-15T03:42:39.729ZPlanning: Package planning ... Done (0.013s)
1112026-05-15T03:42:39.732ZPlanning: Merging actions ... Done (0.001s)
1122026-05-15T03:42:39.921ZPlanning: Checking for conflicting actions ... Done (0.190s)
1132026-05-15T03:42:39.924ZPlanning: Consolidating action changes ... Done (0.001s)
1142026-05-15T03:42:40.751ZPlanning: Evaluating mediators ... Done (0.828s)
1152026-05-15T03:42:40.755ZPlanning: Planning completed in 1.27 seconds
1162026-05-15T03:42:40.761Z Packages to install: 2
1172026-05-15T03:42:40.761Z Estimated space available: 156.10 GB
1182026-05-15T03:42:40.763ZEstimated space to be consumed: 19.74 MB
1192026-05-15T03:42:40.763Z Create boot environment: No
1202026-05-15T03:42:40.763ZCreate backup boot environment: No
1212026-05-15T03:42:40.763Z Rebuild boot archive: No
1222026-05-15T03:42:40.764Z
1232026-05-15T03:42:40.764ZChanged packages:
1242026-05-15T03:42:40.764Zhelios
1252026-05-15T03:42:40.764Z developer/build-essential
1262026-05-15T03:42:40.764Z None -> 11-3.0
1272026-05-15T03:42:40.764Z library/libxmlsec1
1282026-05-15T03:42:40.764Z None -> 1.2.35-3.0
1292026-05-15T03:42:40.787Z
1302026-05-15T03:42:40.787ZDownload: 0/214 items 0.0/1.3MB 0% complete
1312026-05-15T03:42:41.295ZDownload: Completed 1.28 MB in 0.51 seconds (2.5M/s)
1322026-05-15T03:42:41.360Z Actions: 1/268 actions (Installing new actions)
1332026-05-15T03:42:41.401Z Actions: Completed 268 actions in 0.04 seconds.
1342026-05-15T03:42:41.407ZFinalize: Updating package state database ... Done (0.006s)
1352026-05-15T03:42:41.407ZFinalize: Updating package cache ... Done (0.000s)
1362026-05-15T03:42:41.423ZFinalize: Updating image state ... Done (0.016s)
1372026-05-15T03:42:43.981ZFinalize: Creating fast lookup database ... Done (2.537s)
1382026-05-15T03:42:44.050ZFinalize: Reading search index ... Done (0.013s)
1392026-05-15T03:42:44.055ZFinalize: Updating search index ... Done (0.000s)
1402026-05-15T03:42:44.200ZFinalize: Updating package cache ... Done (0.000s)
1412026-05-15T03:42:44.501ZPlanning: Evaluating mediator changes ... Done
1422026-05-15T03:42:44.602ZPlanning: Checking for conflicting actions ... Done
1432026-05-15T03:42:44.607ZPlanning: Consolidating action changes ... Done
1442026-05-15T03:42:44.760ZPlanning: Evaluating mediators ... Done
1452026-05-15T03:42:44.763ZPlanning: Planning completed in 0.26 seconds
1462026-05-15T03:42:44.783Z Mediators to change: 2
1472026-05-15T03:42:44.783Z Create boot environment: No
1482026-05-15T03:42:44.783ZCreate backup boot environment: No
1492026-05-15T03:42:44.855ZFinalize: Updating package state database ... Done
1502026-05-15T03:42:44.855ZFinalize: Updating package cache ... Done
1512026-05-15T03:42:44.866ZFinalize: Updating image state ... Done
1522026-05-15T03:42:46.816ZFinalize: Creating fast lookup database ... Done
1532026-05-15T03:42:46.879ZFinalize: Reading search index ... Done
1542026-05-15T03:42:46.882ZFinalize: Updating search index ... Done
1552026-05-15T03:42:46.976ZFinalize: Updating package cache ... Done
1562026-05-15T03:42:47.258ZPlanning: Evaluating mediator changes ... Done
1572026-05-15T03:42:47.363ZPlanning: Checking for conflicting actions ... Done
1582026-05-15T03:42:47.370ZPlanning: Consolidating action changes ... Done
1592026-05-15T03:42:47.521ZPlanning: Evaluating mediators ... Done
1602026-05-15T03:42:47.527ZPlanning: Planning completed in 0.26 seconds
1612026-05-15T03:42:47.543Z Mediators to change: 1
1622026-05-15T03:42:47.543Z Create boot environment: No
1632026-05-15T03:42:47.543ZCreate backup boot environment: No
1642026-05-15T03:42:47.598ZFinalize: Updating package state database ... Done
1652026-05-15T03:42:47.598ZFinalize: Updating package cache ... Done
1662026-05-15T03:42:47.611ZFinalize: Updating image state ... Done
1672026-05-15T03:42:49.533ZFinalize: Creating fast lookup database ... Done
1682026-05-15T03:42:49.593ZFinalize: Reading search index ... Done
1692026-05-15T03:42:49.597ZFinalize: Updating search index ... Done
1702026-05-15T03:42:49.680ZFinalize: Updating package cache ... Done
1712026-05-15T03:42:49.994ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1722026-05-15T03:42:49.994Zapache system 2.4 system
1732026-05-15T03:42:49.994Zclang system 15 system
1742026-05-15T03:42:49.994Zcsh system system illumos
1752026-05-15T03:42:49.994Zctags system system illumos
1762026-05-15T03:42:49.994Zfile vendor vendor darwinsys
1772026-05-15T03:42:49.994Zfile system system illumos
1782026-05-15T03:42:49.994Zgcc vendor 14 vendor
1792026-05-15T03:42:49.994Zgcc system 13 system
1802026-05-15T03:42:49.994Zgcc system 10 system
1812026-05-15T03:42:49.994Zgo system 1.25 system
1822026-05-15T03:42:49.994Zllvm system 15 system
1832026-05-15T03:42:49.994Zmariadb system 11.4 system
1842026-05-15T03:42:49.994Zmta vendor vendor dma
1852026-05-15T03:42:49.994Zopenjdk system 17 system
1862026-05-15T03:42:49.994Zopenjdk system 11 system
1872026-05-15T03:42:49.994Zopenssl vendor 3 vendor
1882026-05-15T03:42:49.994Zperl system 5.40 system
1892026-05-15T03:42:49.994Zpostgresql system 18 system
1902026-05-15T03:42:49.995Zpostgresql system 17 system
1912026-05-15T03:42:49.995Zpython vendor 3 vendor
1922026-05-15T03:42:49.995Zpython system 2 system
1932026-05-15T03:42:49.995Zpython3 vendor 3.13 vendor
1942026-05-15T03:42:49.995Zruby system 3.4 system
1952026-05-15T03:42:49.995Zruby system 3.0 system
1962026-05-15T03:42:49.995Zwords vendor vendor american-english
1972026-05-15T03:42:49.995Zwords system system australian-english
1982026-05-15T03:42:49.995Zwords system system british-english
1992026-05-15T03:42:49.995Zwords system system canadian-english
2002026-05-15T03:42:49.995Zwords system system french
2012026-05-15T03:42:49.995Zwords system system italian
2022026-05-15T03:42:49.995Zwords system system ngerman
2032026-05-15T03:42:49.995Zwords system system ogerman
2042026-05-15T03:42:49.995Zwords system system spanish
2052026-05-15T03:42:50.252ZPUBLISHER TYPE STATUS P LOCATION
2062026-05-15T03:42:50.252Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2072026-05-15T03:42:50.523ZFMRI IFO
2082026-05-15T03:42:50.524Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2092026-05-15T03:42:50.524Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2102026-05-15T03:42:50.524Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2112026-05-15T03:42:50.524Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2122026-05-15T03:42:50.524Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2132026-05-15T03:42:50.524Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2142026-05-15T03:42:50.524Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2152026-05-15T03:42:50.524Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2162026-05-15T03:42:50.524Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2172026-05-15T03:42:50.752Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2182026-05-15T03:42:51.027Z Updating crates.io index
2192026-05-15T03:42:51.039Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2202026-05-15T03:42:51.284Z Updating git repository `https://github.com/oxidecomputer/lldp`
2212026-05-15T03:42:52.164Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2222026-05-15T03:42:52.690Z Updating git repository `https://github.com/oxidecomputer/propolis`
2232026-05-15T03:42:53.493Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2242026-05-15T03:42:53.941Z Updating git repository `https://github.com/oxidecomputer/crucible`
2252026-05-15T03:42:55.641Z Updating git repository `https://github.com/oxidecomputer/opte`
2262026-05-15T03:42:56.377Z Updating git repository `https://github.com/oxidecomputer/tofino`
2272026-05-15T03:42:56.723Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2282026-05-15T03:42:57.579Z Updating git repository `https://github.com/oxidecomputer/clickward`
2292026-05-15T03:42:58.083Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2302026-05-15T03:42:58.517Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2312026-05-15T03:42:58.727Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2322026-05-15T03:42:59.755Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2332026-05-15T03:43:00.227Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2342026-05-15T03:43:00.487Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2352026-05-15T03:43:00.880Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2362026-05-15T03:43:01.231Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2372026-05-15T03:43:01.513Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2382026-05-15T03:43:01.764Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2392026-05-15T03:43:01.978Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2402026-05-15T03:43:02.355Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2412026-05-15T03:43:02.953Z Updating git repository `https://github.com/oxidecomputer/crucible`
2422026-05-15T03:43:03.655Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2432026-05-15T03:43:04.045Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2442026-05-15T03:43:04.365Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2452026-05-15T03:43:04.638Z Updating git repository `https://github.com/oxidecomputer/ispf`
2462026-05-15T03:43:05.545Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2472026-05-15T03:43:06.115Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2482026-05-15T03:43:06.527Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2492026-05-15T03:43:07.063Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2502026-05-15T03:43:07.397Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2512026-05-15T03:43:07.677Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2522026-05-15T03:43:08.003Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2532026-05-15T03:43:08.656Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2542026-05-15T03:43:08.865Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2552026-05-15T03:43:09.093Z Updating git repository `https://github.com/illumos/smf-rs`
2562026-05-15T03:43:09.495Z Updating git repository `https://github.com/oxidecomputer/omicron`
2572026-05-15T03:43:21.338Z Downloading crates ...
2582026-05-15T03:43:21.450Z Downloaded block-buffer v0.10.4
2592026-05-15T03:43:21.450Z Downloaded digest v0.10.7
2602026-05-15T03:43:21.450Z Downloaded itoa v1.0.17
2612026-05-15T03:43:21.450Z Downloaded heck v0.5.0
2622026-05-15T03:43:21.450Z Downloaded anstream v0.6.21
2632026-05-15T03:43:21.450Z Downloaded generic-array v0.14.7
2642026-05-15T03:43:21.450Z Downloaded swrite v0.1.0
2652026-05-15T03:43:21.450Z Downloaded once_cell v1.21.3
2662026-05-15T03:43:21.450Z Downloaded camino v1.2.2
2672026-05-15T03:43:21.450Z Downloaded typeid v1.0.3
2682026-05-15T03:43:21.450Z Downloaded unicode-linebreak v0.1.5
2692026-05-15T03:43:21.457Z Downloaded zerofrom v0.1.6
2702026-05-15T03:43:21.457Z Downloaded cfg-if v1.0.4
2712026-05-15T03:43:21.457Z Downloaded erased-serde v0.4.9
2722026-05-15T03:43:21.457Z Downloaded form_urlencoded v1.2.2
2732026-05-15T03:43:21.457Z Downloaded errno v0.3.14
2742026-05-15T03:43:21.457Z Downloaded toml_edit v0.22.27
2752026-05-15T03:43:21.457Z Downloaded usdt-macro v0.5.0
2762026-05-15T03:43:21.457Z Downloaded textwrap v0.16.2
2772026-05-15T03:43:21.457Z Downloaded serde_tokenstream v0.2.3
2782026-05-15T03:43:21.457Z Downloaded autocfg v1.5.0
2792026-05-15T03:43:21.457Z Downloaded stable_deref_trait v1.2.1
2802026-05-15T03:43:21.457Z Downloaded utf8_iter v1.0.4
2812026-05-15T03:43:21.457Z Downloaded fnv v1.0.7
2822026-05-15T03:43:21.457Z Downloaded cpufeatures v0.2.17
2832026-05-15T03:43:21.457Z Downloaded icu_normalizer v2.1.1
2842026-05-15T03:43:21.457Z Downloaded icu_properties_data v2.1.2
2852026-05-15T03:43:21.458Z Downloaded typenum v1.19.0
2862026-05-15T03:43:21.458Z Downloaded toml_write v0.1.2
2872026-05-15T03:43:21.458Z Downloaded yoke-derive v0.8.1
2882026-05-15T03:43:21.458Z Downloaded thread-id v4.2.2
2892026-05-15T03:43:21.458Z Downloaded usdt v0.5.0
2902026-05-15T03:43:21.458Z Downloaded toml_datetime v0.6.11
2912026-05-15T03:43:21.458Z Downloaded unicode-xid v0.2.6
2922026-05-15T03:43:21.458Z Downloaded proc-macro-error-attr v1.0.4
2932026-05-15T03:43:21.458Z Downloaded zerovec-derive v0.11.2
2942026-05-15T03:43:21.458Z Downloaded percent-encoding v2.3.2
2952026-05-15T03:43:21.462Z Downloaded zmij v1.0.21
2962026-05-15T03:43:21.462Z Downloaded yoke v0.8.1
2972026-05-15T03:43:21.462Z Downloaded zerofrom-derive v0.1.6
2982026-05-15T03:43:21.462Z Downloaded usdt-attr-macro v0.5.0
2992026-05-15T03:43:21.463Z Downloaded anstyle-query v1.1.5
3002026-05-15T03:43:21.463Z Downloaded thiserror-impl v1.0.69
3012026-05-15T03:43:21.463Z Downloaded crypto-common v0.1.7
3022026-05-15T03:43:21.472Z Downloaded thiserror v1.0.69
3032026-05-15T03:43:21.475Z Downloaded version_check v0.9.5
3042026-05-15T03:43:21.475Z Downloaded tinystr v0.8.2
3052026-05-15T03:43:21.475Z Downloaded thiserror v2.0.18
3062026-05-15T03:43:21.475Z Downloaded utf8parse v0.2.2
3072026-05-15T03:43:21.475Z Downloaded toml v0.8.23
3082026-05-15T03:43:21.475Z Downloaded usdt-impl v0.5.0
3092026-05-15T03:43:21.478Z Downloaded idna_adapter v1.2.1
3102026-05-15T03:43:21.478Z Downloaded thiserror-impl v2.0.18
3112026-05-15T03:43:21.478Z Downloaded serde_spanned v0.6.9
3122026-05-15T03:43:21.478Z Downloaded pretty-hex v0.4.1
3132026-05-15T03:43:21.481Z Downloaded scroll_derive v0.12.1
3142026-05-15T03:43:21.481Z Downloaded scroll v0.12.0
3152026-05-15T03:43:21.481Z Downloaded bytecount v0.6.9
3162026-05-15T03:43:21.481Z Downloaded anstyle-parse v0.2.7
3172026-05-15T03:43:21.484Z Downloaded zerocopy-derive v0.7.35
3182026-05-15T03:43:21.484Z Downloaded writeable v0.6.2
3192026-05-15T03:43:21.488Z Downloaded unicode-ident v1.0.24
3202026-05-15T03:43:21.488Z Downloaded cargo-platform v0.2.0
3212026-05-15T03:43:21.488Z Downloaded memmap v0.7.0
3222026-05-15T03:43:21.491Z Downloaded ucd-trie v0.1.7
3232026-05-15T03:43:21.491Z Downloaded dof v0.3.0
3242026-05-15T03:43:21.495Z Downloaded dtrace-parser v0.2.0
3252026-05-15T03:43:21.495Z Downloaded equivalent v1.0.2
3262026-05-15T03:43:21.499Z Downloaded zerotrie v0.2.3
3272026-05-15T03:43:21.503Z Downloaded url v2.5.8
3282026-05-15T03:43:21.506Z Downloaded is_terminal_polyfill v1.70.2
3292026-05-15T03:43:21.509Z Downloaded zerovec v0.11.5
3302026-05-15T03:43:21.512Z Downloaded serde-value v0.7.0
3312026-05-15T03:43:21.512Z Downloaded plain v0.2.3
3322026-05-15T03:43:21.515Z Downloaded heck v0.4.1
3332026-05-15T03:43:21.518Z Downloaded clap_lex v1.0.0
3342026-05-15T03:43:21.518Z Downloaded smawk v0.3.2
3352026-05-15T03:43:21.522Z Downloaded serde-untagged v0.1.9
3362026-05-15T03:43:21.522Z Downloaded displaydoc v0.2.5
3372026-05-15T03:43:21.525Z Downloaded zerocopy v0.7.35
3382026-05-15T03:43:21.532Z Downloaded tabled_derive v0.7.0
3392026-05-15T03:43:21.534Z Downloaded winnow v0.7.14
3402026-05-15T03:43:21.537Z Downloaded terminal_size v0.4.3
3412026-05-15T03:43:21.542Z Downloaded colorchoice v1.0.4
3422026-05-15T03:43:21.542Z Downloaded cargo_metadata v0.21.0
3432026-05-15T03:43:21.542Z Downloaded unicode-width v0.2.0
3442026-05-15T03:43:21.545Z Downloaded unicode-width v0.1.14
3452026-05-15T03:43:21.548Z Downloaded cargo_toml v0.21.0
3462026-05-15T03:43:21.548Z Downloaded camino-tempfile v1.4.1
3472026-05-15T03:43:21.551Z Downloaded potential_utf v0.1.4
3482026-05-15T03:43:21.551Z Downloaded quote v1.0.45
3492026-05-15T03:43:21.551Z Downloaded ordered-float v2.10.1
3502026-05-15T03:43:21.551Z Downloaded byteorder v1.5.0
3512026-05-15T03:43:21.554Z Downloaded macaddr v1.0.1
3522026-05-15T03:43:21.554Z Downloaded fastrand v2.3.0
3532026-05-15T03:43:21.557Z Downloaded strsim v0.11.1
3542026-05-15T03:43:21.557Z Downloaded sha2 v0.10.9
3552026-05-15T03:43:21.560Z Downloaded fs-err v3.3.0
3562026-05-15T03:43:21.562Z Downloaded synstructure v0.13.2
3572026-05-15T03:43:21.568Z Downloaded tempfile v3.25.0
3582026-05-15T03:43:21.571Z Downloaded getrandom v0.4.1
3592026-05-15T03:43:21.579Z Downloaded smallvec v1.15.1
3602026-05-15T03:43:21.583Z Downloaded semver v1.0.28
3612026-05-15T03:43:21.592Z Downloaded anyhow v1.0.102
3622026-05-15T03:43:21.595Z Downloaded litemap v0.8.1
3632026-05-15T03:43:21.595Z Downloaded serde_core v1.0.228
3642026-05-15T03:43:21.598Z Downloaded clap_derive v4.5.55
3652026-05-15T03:43:21.601Z Downloaded icu_properties v2.1.2
3662026-05-15T03:43:21.604Z Downloaded proc-macro-error v1.0.4
3672026-05-15T03:43:21.607Z Downloaded anstyle v1.0.13
3682026-05-15T03:43:21.607Z Downloaded icu_provider v2.1.1
3692026-05-15T03:43:21.609Z Downloaded pest_derive v2.8.6
3702026-05-15T03:43:21.612Z Downloaded cargo-util-schemas v0.8.2
3712026-05-15T03:43:21.620Z Downloaded bitflags v2.11.0
3722026-05-15T03:43:21.623Z Downloaded icu_locale_core v2.1.1
3732026-05-15T03:43:21.626Z Downloaded pest_meta v2.8.6
3742026-05-15T03:43:21.628Z Downloaded papergrid v0.11.0
3752026-05-15T03:43:21.631Z Downloaded serde_derive v1.0.228
3762026-05-15T03:43:21.634Z Downloaded num-traits v0.2.19
3772026-05-15T03:43:21.634Z Downloaded icu_normalizer_data v2.1.1
3782026-05-15T03:43:21.634Z Downloaded proc-macro2 v1.0.106
3792026-05-15T03:43:21.637Z Downloaded log v0.4.29
3802026-05-15T03:43:21.637Z Downloaded icu_collections v2.1.1
3812026-05-15T03:43:21.640Z Downloaded clap v4.5.60
3822026-05-15T03:43:21.645Z Downloaded pest_generator v2.8.6
3832026-05-15T03:43:21.648Z Downloaded serde v1.0.228
3842026-05-15T03:43:21.655Z Downloaded rustix v1.1.3
3852026-05-15T03:43:21.668Z Downloaded memchr v2.8.0
3862026-05-15T03:43:21.670Z Downloaded indexmap v2.14.0
3872026-05-15T03:43:21.676Z Downloaded pest v2.8.6
3882026-05-15T03:43:21.690Z Downloaded serde_json v1.0.149
3892026-05-15T03:43:21.696Z Downloaded hashbrown v0.17.0
3902026-05-15T03:43:21.699Z Downloaded idna v1.1.0
3912026-05-15T03:43:21.702Z Downloaded clap_builder v4.5.60
3922026-05-15T03:43:21.710Z Downloaded goblin v0.8.2
3932026-05-15T03:43:21.719Z Downloaded tabled v0.15.0
3942026-05-15T03:43:21.727Z Downloaded syn v2.0.117
3952026-05-15T03:43:21.733Z Downloaded syn v1.0.109
3962026-05-15T03:43:21.761Z Downloaded libc v0.2.185
3972026-05-15T03:43:21.826Z Compiling proc-macro2 v1.0.106
3982026-05-15T03:43:21.826Z Compiling quote v1.0.45
3992026-05-15T03:43:21.829Z Compiling unicode-ident v1.0.24
4002026-05-15T03:43:21.829Z Compiling serde_core v1.0.228
4012026-05-15T03:43:21.829Z Compiling libc v0.2.185
4022026-05-15T03:43:21.829Z Compiling version_check v0.9.5
4032026-05-15T03:43:21.829Z Compiling stable_deref_trait v1.2.1
4042026-05-15T03:43:21.829Z Compiling memchr v2.8.0
4052026-05-15T03:43:21.829Z Compiling serde v1.0.228
4062026-05-15T03:43:22.007Z Compiling zmij v1.0.21
4072026-05-15T03:43:22.014Z Compiling itoa v1.0.17
4082026-05-15T03:43:22.014Z Compiling ucd-trie v0.1.7
4092026-05-15T03:43:22.014Z Compiling thiserror v1.0.69
4102026-05-15T03:43:22.014Z Compiling autocfg v1.5.0
4112026-05-15T03:43:22.014Z Compiling litemap v0.8.1
4122026-05-15T03:43:22.239Z Compiling writeable v0.6.2
4132026-05-15T03:43:22.244Z Compiling icu_normalizer_data v2.1.1
4142026-05-15T03:43:22.372Z Compiling rustix v1.1.3
4152026-05-15T03:43:22.391Z Compiling byteorder v1.5.0
4162026-05-15T03:43:22.493Z Compiling icu_properties_data v2.1.2
4172026-05-15T03:43:22.496Z Compiling serde_json v1.0.149
4182026-05-15T03:43:22.496Z Compiling bitflags v2.11.0
4192026-05-15T03:43:22.629Z Compiling pest v2.8.6
4202026-05-15T03:43:22.638Z Compiling num-traits v0.2.19
4212026-05-15T03:43:22.674Z Compiling hashbrown v0.17.0
4222026-05-15T03:43:22.802Z Compiling equivalent v1.0.2
4232026-05-15T03:43:22.831Z Compiling typeid v1.0.3
4242026-05-15T03:43:22.851Z Compiling smallvec v1.15.1
4252026-05-15T03:43:22.920Z Compiling usdt-impl v0.5.0
4262026-05-15T03:43:22.950Z Compiling proc-macro-error-attr v1.0.4
4272026-05-15T03:43:22.954Z Compiling erased-serde v0.4.9
4282026-05-15T03:43:22.954Z Compiling syn v1.0.109
4292026-05-15T03:43:23.047Z Compiling winnow v0.7.14
4302026-05-15T03:43:23.094Z Compiling toml_write v0.1.2
4312026-05-15T03:43:23.104Z Compiling proc-macro-error v1.0.4
4322026-05-15T03:43:23.171Z Compiling errno v0.3.14
4332026-05-15T03:43:23.185Z Compiling thread-id v4.2.2
4342026-05-15T03:43:23.311Z Compiling indexmap v2.14.0
4352026-05-15T03:43:23.350Z Compiling plain v0.2.3
4362026-05-15T03:43:23.356Z Compiling utf8parse v0.2.2
4372026-05-15T03:43:23.356Z Compiling camino v1.2.2
4382026-05-15T03:43:23.365Z Compiling log v0.4.29
4392026-05-15T03:43:23.398Z Compiling getrandom v0.4.1
4402026-05-15T03:43:23.488Z Compiling percent-encoding v2.3.2
4412026-05-15T03:43:23.501Z Compiling thiserror v2.0.18
4422026-05-15T03:43:23.518Z Compiling utf8_iter v1.0.4
4432026-05-15T03:43:23.543Z Compiling anstyle-parse v0.2.7
4442026-05-15T03:43:23.659Z Compiling syn v2.0.117
4452026-05-15T03:43:23.724Z Compiling form_urlencoded v1.2.2
4462026-05-15T03:43:23.781Z Compiling pest_meta v2.8.6
4472026-05-15T03:43:23.838Z Compiling ordered-float v2.10.1
4482026-05-15T03:43:23.879Z Compiling cfg-if v1.0.4
4492026-05-15T03:43:23.891Z Compiling anstyle v1.0.13
4502026-05-15T03:43:23.929Z Compiling is_terminal_polyfill v1.70.2
4512026-05-15T03:43:23.963Z Compiling pretty-hex v0.4.1
4522026-05-15T03:43:23.983Z Compiling colorchoice v1.0.4
4532026-05-15T03:43:24.007Z Compiling anstyle-query v1.1.5
4542026-05-15T03:43:24.127Z Compiling anstream v0.6.21
4552026-05-15T03:43:24.148Z Compiling fs-err v3.3.0
4562026-05-15T03:43:24.156Z Compiling unicode-width v0.1.14
4572026-05-15T03:43:24.184Z Compiling terminal_size v0.4.3
4582026-05-15T03:43:24.197Z Compiling fnv v1.0.7
4592026-05-15T03:43:24.197Z Compiling clap_lex v1.0.0
4602026-05-15T03:43:24.268Z Compiling once_cell v1.21.3
4612026-05-15T03:43:24.392Z Compiling semver v1.0.28
4622026-05-15T03:43:24.443Z Compiling heck v0.5.0
4632026-05-15T03:43:24.462Z Compiling anyhow v1.0.102
4642026-05-15T03:43:24.480Z Compiling bytecount v0.6.9
4652026-05-15T03:43:24.498Z Compiling fastrand v2.3.0
4662026-05-15T03:43:24.516Z Compiling strsim v0.11.1
4672026-05-15T03:43:24.516Z Compiling unicode-xid v0.2.6
4682026-05-15T03:43:24.552Z Compiling heck v0.4.1
4692026-05-15T03:43:24.646Z Compiling papergrid v0.11.0
4702026-05-15T03:43:24.733Z Compiling tempfile v3.25.0
4712026-05-15T03:43:24.755Z Compiling clap_builder v4.5.60
4722026-05-15T03:43:24.778Z Compiling serde-untagged v0.1.9
4732026-05-15T03:43:24.838Z Compiling memmap v0.7.0
4742026-05-15T03:43:24.887Z Compiling unicode-width v0.2.0
4752026-05-15T03:43:24.928Z Compiling smawk v0.3.2
4762026-05-15T03:43:24.953Z Compiling unicode-linebreak v0.1.5
4772026-05-15T03:43:25.057Z Compiling camino-tempfile v1.4.1
4782026-05-15T03:43:25.103Z Compiling swrite v0.1.0
4792026-05-15T03:43:25.146Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4802026-05-15T03:43:25.208Z Compiling textwrap v0.16.2
4812026-05-15T03:43:25.519Z Compiling tabled_derive v0.7.0
4822026-05-15T03:43:26.270Z Compiling tabled v0.15.0
4832026-05-15T03:43:26.347Z Compiling synstructure v0.13.2
4842026-05-15T03:43:26.348Z Compiling pest_generator v2.8.6
4852026-05-15T03:43:26.877Z Compiling serde_derive v1.0.228
4862026-05-15T03:43:26.877Z Compiling zerofrom-derive v0.1.6
4872026-05-15T03:43:26.901Z Compiling yoke-derive v0.8.1
4882026-05-15T03:43:26.901Z Compiling zerovec-derive v0.11.2
4892026-05-15T03:43:26.901Z Compiling displaydoc v0.2.5
4902026-05-15T03:43:26.901Z Compiling thiserror-impl v1.0.69
4912026-05-15T03:43:26.901Z Compiling zerocopy-derive v0.7.35
4922026-05-15T03:43:26.901Z Compiling scroll_derive v0.12.1
4932026-05-15T03:43:26.901Z Compiling thiserror-impl v2.0.18
4942026-05-15T03:43:26.901Z Compiling clap_derive v4.5.55
4952026-05-15T03:43:26.901Z Compiling pest_derive v2.8.6
4962026-05-15T03:43:27.625Z Compiling scroll v0.12.0
4972026-05-15T03:43:27.725Z Compiling zerocopy v0.7.35
4982026-05-15T03:43:27.855Z Compiling goblin v0.8.2
4992026-05-15T03:43:27.870Z Compiling zerofrom v0.1.6
5002026-05-15T03:43:27.984Z Compiling yoke v0.8.1
5012026-05-15T03:43:28.046Z Compiling dtrace-parser v0.2.0
5022026-05-15T03:43:28.136Z Compiling zerovec v0.11.5
5032026-05-15T03:43:28.136Z Compiling zerotrie v0.2.3
5042026-05-15T03:43:28.234Z Compiling clap v4.5.60
5052026-05-15T03:43:28.559Z Compiling tinystr v0.8.2
5062026-05-15T03:43:28.560Z Compiling potential_utf v0.1.4
5072026-05-15T03:43:28.693Z Compiling icu_collections v2.1.1
5082026-05-15T03:43:28.721Z Compiling icu_locale_core v2.1.1
5092026-05-15T03:43:29.493Z Compiling icu_provider v2.1.1
5102026-05-15T03:43:29.526Z Compiling serde_spanned v0.6.9
5112026-05-15T03:43:29.526Z Compiling toml_datetime v0.6.11
5122026-05-15T03:43:29.526Z Compiling serde-value v0.7.0
5132026-05-15T03:43:29.526Z Compiling cargo-platform v0.2.0
5142026-05-15T03:43:29.526Z Compiling macaddr v1.0.1
5152026-05-15T03:43:29.527Z Compiling dof v0.3.0
5162026-05-15T03:43:29.527Z Compiling serde_tokenstream v0.2.3
5172026-05-15T03:43:29.527Z Compiling icu_normalizer v2.1.1
5182026-05-15T03:43:29.527Z Compiling icu_properties v2.1.2
5192026-05-15T03:43:29.572Z Compiling toml_edit v0.22.27
5202026-05-15T03:43:30.082Z Compiling usdt-attr-macro v0.5.0
5212026-05-15T03:43:30.136Z Compiling usdt-macro v0.5.0
5222026-05-15T03:43:30.306Z Compiling idna_adapter v1.2.1
5232026-05-15T03:43:30.422Z Compiling idna v1.1.0
5242026-05-15T03:43:30.636Z Compiling usdt v0.5.0
5252026-05-15T03:43:30.709Z Compiling url v2.5.8
5262026-05-15T03:43:30.886Z Compiling toml v0.8.23
5272026-05-15T03:43:31.313Z Compiling cargo-util-schemas v0.8.2
5282026-05-15T03:43:31.314Z Compiling cargo_toml v0.21.0
5292026-05-15T03:43:31.981Z Compiling cargo_metadata v0.21.0
5302026-05-15T03:43:32.893Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5312026-05-15T03:43:34.959Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.38s
5322026-05-15T03:43:35.225Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5332026-05-15T03:43:35.801Z Downloading crates ...
5342026-05-15T03:43:35.912Z Downloaded assert_matches v1.5.0
5352026-05-15T03:43:35.953Z Downloaded arrayref v0.3.9
5362026-05-15T03:43:35.953Z Downloaded async-recursion v1.1.1
5372026-05-15T03:43:35.953Z Downloaded aead v0.5.2
5382026-05-15T03:43:35.953Z Downloaded adler2 v2.0.1
5392026-05-15T03:43:35.953Z Downloaded bit-set v0.5.3
5402026-05-15T03:43:35.953Z Downloaded async-stream-impl v0.3.6
5412026-05-15T03:43:35.953Z Downloaded cargo-platform v0.1.9
5422026-05-15T03:43:35.953Z Downloaded embedded-io v0.4.0
5432026-05-15T03:43:35.953Z Downloaded csv-core v0.1.13
5442026-05-15T03:43:35.953Z Downloaded cipher v0.4.4
5452026-05-15T03:43:35.953Z Downloaded corncobs v0.1.4
5462026-05-15T03:43:35.953Z Downloaded bit-vec v0.8.0
5472026-05-15T03:43:35.953Z Downloaded buf-list v1.1.2
5482026-05-15T03:43:35.953Z Downloaded crossbeam-epoch v0.9.18
5492026-05-15T03:43:35.953Z Downloaded const-oid v0.9.6
5502026-05-15T03:43:35.954Z Downloaded derive_more-impl v2.1.1
5512026-05-15T03:43:35.954Z Downloaded crossterm v0.29.0
5522026-05-15T03:43:35.987Z Downloaded der_derive v0.7.3
5532026-05-15T03:43:35.987Z Downloaded ciborium v0.2.2
5542026-05-15T03:43:35.987Z Downloaded deranged v0.5.8
5552026-05-15T03:43:35.987Z Downloaded darling_macro v0.20.11
5562026-05-15T03:43:35.987Z Downloaded dropshot_endpoint v0.16.7
5572026-05-15T03:43:35.987Z Downloaded cc v1.2.56
5582026-05-15T03:43:35.987Z Downloaded arc-swap v1.8.2
5592026-05-15T03:43:35.988Z Downloaded base16ct v0.2.0
5602026-05-15T03:43:35.988Z Downloaded atomic-waker v1.1.2
5612026-05-15T03:43:35.988Z Downloaded debug-ignore v1.0.5
5622026-05-15T03:43:35.988Z Downloaded darling_macro v0.23.0
5632026-05-15T03:43:35.988Z Downloaded defmt-macros v1.0.1
5642026-05-15T03:43:35.988Z Downloaded curve25519-dalek-derive v0.1.1
5652026-05-15T03:43:35.988Z Downloaded crypto-bigint v0.5.5
5662026-05-15T03:43:35.988Z Downloaded foreign-types v0.3.2
5672026-05-15T03:43:35.988Z Downloaded env_filter v1.0.0
5682026-05-15T03:43:35.988Z Downloaded darling_core v0.23.0
5692026-05-15T03:43:35.988Z Downloaded daft-derive v0.1.5
5702026-05-15T03:43:35.988Z Downloaded dunce v1.0.5
5712026-05-15T03:43:35.988Z Downloaded crunchy v0.2.4
5722026-05-15T03:43:35.988Z Downloaded cstr-argument v0.1.2
5732026-05-15T03:43:35.988Z Downloaded diff v0.1.13
5742026-05-15T03:43:35.988Z Downloaded cfg_aliases v0.2.1
5752026-05-15T03:43:36.034Z Downloaded castaway v0.2.4
5762026-05-15T03:43:36.034Z Downloaded diesel-dtrace v0.5.0
5772026-05-15T03:43:36.034Z Downloaded convert_case v0.4.0
5782026-05-15T03:43:36.034Z Downloaded defmt v0.3.100
5792026-05-15T03:43:36.034Z Downloaded darling_macro v0.21.3
5802026-05-15T03:43:36.034Z Downloaded darling v0.20.11
5812026-05-15T03:43:36.034Z Downloaded foreign-types-shared v0.3.1
5822026-05-15T03:43:36.034Z Downloaded float-cmp v0.10.0
5832026-05-15T03:43:36.034Z Downloaded cargo_metadata v0.19.2
5842026-05-15T03:43:36.034Z Downloaded aho-corasick v1.1.4
5852026-05-15T03:43:36.034Z Downloaded defmt v1.0.1
5862026-05-15T03:43:36.034Z Downloaded display-error-chain v0.2.2
5872026-05-15T03:43:36.035Z Downloaded crc v3.4.0
5882026-05-15T03:43:36.035Z Downloaded bb8 v0.8.6
5892026-05-15T03:43:36.035Z Downloaded async-stream v0.3.6
5902026-05-15T03:43:36.035Z Downloaded derive_more v0.99.20
5912026-05-15T03:43:36.035Z Downloaded enum-as-inner v0.6.1
5922026-05-15T03:43:36.035Z Downloaded atty v0.2.14
5932026-05-15T03:43:36.035Z Downloaded defmt-parser v1.0.0
5942026-05-15T03:43:36.035Z Downloaded ciborium-ll v0.2.2
5952026-05-15T03:43:36.035Z Downloaded float-ord v0.3.2
5962026-05-15T03:43:36.035Z Downloaded dyn-clone v1.0.20
5972026-05-15T03:43:36.035Z Downloaded dropshot-api-manager-types v0.7.1
5982026-05-15T03:43:36.035Z Downloaded cfg_aliases v0.1.1
5992026-05-15T03:43:36.035Z Downloaded difflib v0.4.0
6002026-05-15T03:43:36.035Z Downloaded crucible-workspace-hack v0.1.0
6012026-05-15T03:43:36.035Z Downloaded diesel_table_macro_syntax v0.3.0
6022026-05-15T03:43:36.035Z Downloaded compression-core v0.4.31
6032026-05-15T03:43:36.036Z Downloaded ciborium-io v0.2.2
6042026-05-15T03:43:36.036Z Downloaded bit-set v0.8.0
6052026-05-15T03:43:36.081Z Downloaded ascii-canvas v3.0.0
6062026-05-15T03:43:36.081Z Downloaded darling v0.21.3
6072026-05-15T03:43:36.081Z Downloaded foreign-types v0.5.0
6082026-05-15T03:43:36.081Z Downloaded convert_case v0.10.0
6092026-05-15T03:43:36.081Z Downloaded dtrace-parser v0.3.0
6102026-05-15T03:43:36.081Z Downloaded darling_core v0.21.3
6112026-05-15T03:43:36.081Z Downloaded bitfield-struct v0.6.2
6122026-05-15T03:43:36.081Z Downloaded compression-codecs v0.4.37
6132026-05-15T03:43:36.081Z Downloaded compact_str v0.8.1
6142026-05-15T03:43:36.081Z Downloaded blowfish v0.9.1
6152026-05-15T03:43:36.082Z Downloaded fixedbitset v0.4.2
6162026-05-15T03:43:36.082Z Downloaded endian-type v0.1.2
6172026-05-15T03:43:36.082Z Downloaded embedded-io v0.6.1
6182026-05-15T03:43:36.082Z Downloaded cobs v0.3.0
6192026-05-15T03:43:36.082Z Downloaded atomicwrites v0.4.4
6202026-05-15T03:43:36.082Z Downloaded array-init v0.0.4
6212026-05-15T03:43:36.082Z Downloaded aes v0.8.4
6222026-05-15T03:43:36.082Z Downloaded fixedbitset v0.5.7
6232026-05-15T03:43:36.083Z Downloaded funty v2.0.0
6242026-05-15T03:43:36.083Z Downloaded foreign-types-macros v0.2.3
6252026-05-15T03:43:36.083Z Downloaded ena v0.14.4
6262026-05-15T03:43:36.083Z Downloaded dof v0.4.0
6272026-05-15T03:43:36.083Z Downloaded futures-core v0.3.32
6282026-05-15T03:43:36.083Z Downloaded flagset v0.4.7
6292026-05-15T03:43:36.083Z Downloaded bcs v0.1.6
6302026-05-15T03:43:36.083Z Downloaded block-padding v0.3.3
6312026-05-15T03:43:36.083Z Downloaded dsl_auto_type v0.2.0
6322026-05-15T03:43:36.083Z Downloaded downcast-rs v2.0.2
6332026-05-15T03:43:36.083Z Downloaded dirs-next v2.0.0
6342026-05-15T03:43:36.084Z Downloaded futures-io v0.3.32
6352026-05-15T03:43:36.084Z Downloaded bitfield-macros v0.19.4
6362026-05-15T03:43:36.084Z Downloaded futures-task v0.3.32
6372026-05-15T03:43:36.084Z Downloaded foreign-types-shared v0.1.1
6382026-05-15T03:43:36.084Z Downloaded dirs-sys-next v0.1.2
6392026-05-15T03:43:36.084Z Downloaded base64 v0.22.1
6402026-05-15T03:43:36.084Z Downloaded foldhash v0.1.5
6412026-05-15T03:43:36.084Z Downloaded futures-macro v0.3.32
6422026-05-15T03:43:36.084Z Downloaded crc-catalog v2.4.0
6432026-05-15T03:43:36.182Z Downloaded futures-sink v0.3.32
6442026-05-15T03:43:36.182Z Downloaded bitflags v1.3.2
6452026-05-15T03:43:36.182Z Downloaded cpufeatures v0.3.0
6462026-05-15T03:43:36.182Z Downloaded base64ct v1.8.3
6472026-05-15T03:43:36.182Z Downloaded filetime v0.2.27
6482026-05-15T03:43:36.182Z Downloaded chacha20 v0.9.1
6492026-05-15T03:43:36.182Z Downloaded hex-literal v0.4.1
6502026-05-15T03:43:36.183Z Downloaded cexpr v0.6.0
6512026-05-15T03:43:36.183Z Downloaded hex v0.4.3
6522026-05-15T03:43:36.183Z Downloaded git-stub v1.0.0
6532026-05-15T03:43:36.183Z Downloaded bit-vec v0.6.3
6542026-05-15T03:43:36.183Z Downloaded gethostname v0.5.0
6552026-05-15T03:43:36.183Z Downloaded headers-core v0.3.0
6562026-05-15T03:43:36.183Z Downloaded hash32 v0.3.1
6572026-05-15T03:43:36.183Z Downloaded globwalk v0.9.1
6582026-05-15T03:43:36.183Z Downloaded ghash v0.5.1
6592026-05-15T03:43:36.183Z Downloaded const_format_proc_macros v0.2.34
6602026-05-15T03:43:36.183Z Downloaded cmake v0.1.57
6612026-05-15T03:43:36.183Z Downloaded bcrypt-pbkdf v0.10.0
6622026-05-15T03:43:36.183Z Downloaded derive_builder_core v0.20.2
6632026-05-15T03:43:36.183Z Downloaded hash32 v0.2.1
6642026-05-15T03:43:36.184Z Downloaded fxhash v0.2.1
6652026-05-15T03:43:36.184Z Downloaded fd-lock v4.0.4
6662026-05-15T03:43:36.184Z Downloaded ecdsa v0.16.9
6672026-05-15T03:43:36.184Z Downloaded cassowary v0.3.0
6682026-05-15T03:43:36.184Z Downloaded chacha20 v0.10.0
6692026-05-15T03:43:36.184Z Downloaded env_logger v0.11.9
6702026-05-15T03:43:36.184Z Downloaded backon v1.6.0
6712026-05-15T03:43:36.184Z Downloaded bzip2 v0.4.4
6722026-05-15T03:43:36.184Z Downloaded hostname v0.4.2
6732026-05-15T03:43:36.184Z Downloaded fallible-iterator v0.2.0
6742026-05-15T03:43:36.184Z Downloaded either v1.15.0
6752026-05-15T03:43:36.184Z Downloaded daft v0.1.5
6762026-05-15T03:43:36.185Z Downloaded ctr v0.9.2
6772026-05-15T03:43:36.185Z Downloaded cbc v0.1.2
6782026-05-15T03:43:36.185Z Downloaded byte-wrapper v0.1.0
6792026-05-15T03:43:36.185Z Downloaded colored v3.1.1
6802026-05-15T03:43:36.185Z Downloaded http-body v1.0.1
6812026-05-15T03:43:36.185Z Downloaded hostname v0.3.1
6822026-05-15T03:43:36.185Z Downloaded http-range v0.1.5
6832026-05-15T03:43:36.185Z Downloaded foldhash v0.2.0
6842026-05-15T03:43:36.185Z Downloaded fatfs v0.3.6
6852026-05-15T03:43:36.185Z Downloaded data-encoding v2.10.0
6862026-05-15T03:43:36.185Z Downloaded hubpack v0.1.2
6872026-05-15T03:43:36.185Z Downloaded blake2 v0.10.6
6882026-05-15T03:43:36.185Z Downloaded backoff v0.4.0
6892026-05-15T03:43:36.185Z Downloaded fs-err v2.11.0
6902026-05-15T03:43:36.186Z Downloaded httpdate v1.0.3
6912026-05-15T03:43:36.186Z Downloaded hyper-tls v0.6.0
6922026-05-15T03:43:36.294Z Downloaded hubpack_derive v0.1.1
6932026-05-15T03:43:36.294Z Downloaded fs_extra v1.3.0
6942026-05-15T03:43:36.294Z Downloaded derive_more v2.1.1
6952026-05-15T03:43:36.294Z Downloaded indoc v1.0.9
6962026-05-15T03:43:36.294Z Downloaded async-bb8-diesel v0.2.1
6972026-05-15T03:43:36.294Z Downloaded indent_write v2.2.0
6982026-05-15T03:43:36.294Z Downloaded async-trait v0.1.89
6992026-05-15T03:43:36.294Z Downloaded ident_case v1.0.1
7002026-05-15T03:43:36.295Z Downloaded group v0.13.0
7012026-05-15T03:43:36.295Z Downloaded globset v0.4.18
7022026-05-15T03:43:36.295Z Downloaded find-msvc-tools v0.1.9
7032026-05-15T03:43:36.295Z Downloaded des v0.8.1
7042026-05-15T03:43:36.295Z Downloaded internet-checksum v0.2.1
7052026-05-15T03:43:36.295Z Downloaded colored v2.2.0
7062026-05-15T03:43:36.295Z Downloaded clang-sys v1.8.1
7072026-05-15T03:43:36.295Z Downloaded derive_builder v0.20.2
7082026-05-15T03:43:36.295Z Downloaded git-stub-vcs v0.1.0
7092026-05-15T03:43:36.295Z Downloaded futures-executor v0.3.32
7102026-05-15T03:43:36.295Z Downloaded ff v0.13.1
7112026-05-15T03:43:36.295Z Downloaded erased-serde v0.3.31
7122026-05-15T03:43:36.295Z Downloaded bitfield v0.19.4
7132026-05-15T03:43:36.295Z Downloaded cookie_store v0.22.1
7142026-05-15T03:43:36.295Z Downloaded argon2 v0.5.3
7152026-05-15T03:43:36.295Z Downloaded crc32fast v1.5.0
7162026-05-15T03:43:36.295Z Downloaded crossbeam-deque v0.8.6
7172026-05-15T03:43:36.295Z Downloaded cookie v0.18.1
7182026-05-15T03:43:36.295Z Downloaded libscf-sys v1.1.0
7192026-05-15T03:43:36.295Z Downloaded is-terminal v0.4.17
7202026-05-15T03:43:36.295Z Downloaded arrayvec v0.7.6
7212026-05-15T03:43:36.295Z Downloaded lalrpop-util v0.19.12
7222026-05-15T03:43:36.295Z Downloaded highway v1.3.0
7232026-05-15T03:43:36.295Z Downloaded drift v0.1.4
7242026-05-15T03:43:36.296Z Downloaded lazy_static v1.5.0
7252026-05-15T03:43:36.296Z Downloaded kstat-rs v0.2.4
7262026-05-15T03:43:36.296Z Downloaded lru-cache v0.1.2
7272026-05-15T03:43:36.296Z Downloaded hyper-staticfile v0.10.1
7282026-05-15T03:43:36.296Z Downloaded http-body-util v0.1.3
7292026-05-15T03:43:36.296Z Downloaded home v0.5.12
7302026-05-15T03:43:36.296Z Downloaded linked-hash-map v0.5.6
7312026-05-15T03:43:36.296Z Downloaded console v0.16.2
7322026-05-15T03:43:36.296Z Downloaded match_cfg v0.1.0
7332026-05-15T03:43:36.296Z Downloaded cancel-safe-futures v0.1.5
7342026-05-15T03:43:36.296Z Downloaded maybe-uninit v2.0.0
7352026-05-15T03:43:36.296Z Downloaded humantime v2.3.0
7362026-05-15T03:43:36.296Z Downloaded lru v0.12.5
7372026-05-15T03:43:36.297Z Downloaded getrandom v0.2.17
7382026-05-15T03:43:36.297Z Downloaded md-5 v0.10.6
7392026-05-15T03:43:36.297Z Downloaded futures-channel v0.3.32
7402026-05-15T03:43:36.297Z Downloaded crossbeam-utils v0.8.21
7412026-05-15T03:43:36.297Z Downloaded crossbeam-channel v0.5.15
7422026-05-15T03:43:36.297Z Downloaded derive-ex v0.1.8
7432026-05-15T03:43:36.297Z Downloaded critical-section v1.2.0
7442026-05-15T03:43:36.297Z Downloaded keccak v0.1.6
7452026-05-15T03:43:36.297Z Downloaded maplit v1.0.2
7462026-05-15T03:43:36.297Z Downloaded console v0.15.11
7472026-05-15T03:43:36.297Z Downloaded half v1.8.3
7482026-05-15T03:43:36.297Z Downloaded memoffset v0.9.1
7492026-05-15T03:43:36.297Z Downloaded new_debug_unreachable v1.0.6
7502026-05-15T03:43:36.297Z Downloaded indoc v2.0.7
7512026-05-15T03:43:36.297Z Downloaded dropshot_endpoint v0.17.0
7522026-05-15T03:43:36.297Z Downloaded derive-where v1.6.0
7532026-05-15T03:43:36.297Z Downloaded md5 v0.7.0
7542026-05-15T03:43:36.298Z Downloaded lzss v0.8.2
7552026-05-15T03:43:36.298Z Downloaded lru-slab v0.1.2
7562026-05-15T03:43:36.298Z Downloaded bzip2 v0.6.1
7572026-05-15T03:43:36.298Z Downloaded instability v0.3.11
7582026-05-15T03:43:36.298Z Downloaded newline-converter v0.3.0
7592026-05-15T03:43:36.298Z Downloaded nibble_vec v0.1.0
7602026-05-15T03:43:36.298Z Downloaded newtype_derive v0.1.6
7612026-05-15T03:43:36.298Z Downloaded futures v0.3.32
7622026-05-15T03:43:36.298Z Downloaded diesel_derives v2.3.7
7632026-05-15T03:43:36.298Z Downloaded inout v0.1.4
7642026-05-15T03:43:36.298Z Downloaded ipnet v2.11.0
7652026-05-15T03:43:36.298Z Downloaded normalize-line-endings v0.3.0
7662026-05-15T03:43:36.298Z Downloaded nodrop v0.1.14
7672026-05-15T03:43:36.298Z Downloaded num v0.4.3
7682026-05-15T03:43:36.298Z Downloaded hmac v0.12.1
7692026-05-15T03:43:36.298Z Downloaded darling v0.23.0
7702026-05-15T03:43:36.298Z Downloaded num-iter v0.1.45
7712026-05-15T03:43:36.299Z Downloaded num-derive v0.4.2
7722026-05-15T03:43:36.299Z Downloaded libefi-sys v0.1.0
7732026-05-15T03:43:36.371Z Downloaded num-conv v0.2.0
7742026-05-15T03:43:36.371Z Downloaded nonempty v0.12.0
7752026-05-15T03:43:36.371Z Downloaded newtype-uuid-macros v0.1.0
7762026-05-15T03:43:36.371Z Downloaded libsw-core v0.3.2
7772026-05-15T03:43:36.371Z Downloaded libsw v3.5.0
7782026-05-15T03:43:36.371Z Downloaded mime v0.3.17
7792026-05-15T03:43:36.371Z Downloaded ingot-types v0.1.2
7802026-05-15T03:43:36.371Z Downloaded openssl-probe v0.1.6
7812026-05-15T03:43:36.371Z Downloaded num_threads v0.1.7
7822026-05-15T03:43:36.371Z Downloaded num_enum_derive v0.5.11
7832026-05-15T03:43:36.371Z Downloaded num-derive v0.3.3
7842026-05-15T03:43:36.371Z Downloaded multimap v0.10.1
7852026-05-15T03:43:36.371Z Downloaded lock_api v0.4.14
7862026-05-15T03:43:36.371Z Downloaded ingot v0.1.1
7872026-05-15T03:43:36.371Z Downloaded opaque-debug v0.3.1
7882026-05-15T03:43:36.371Z Downloaded glob v0.3.3
7892026-05-15T03:43:36.371Z Downloaded crc-any v2.5.0
7902026-05-15T03:43:36.371Z Downloaded olpc-cjson v0.1.4
7912026-05-15T03:43:36.372Z Downloaded impl-trait-for-tuples v0.2.3
7922026-05-15T03:43:36.372Z Downloaded half v2.7.1
7932026-05-15T03:43:36.372Z Downloaded oso-derive v0.27.3
7942026-05-15T03:43:36.372Z Downloaded linear-map v1.2.0
7952026-05-15T03:43:36.372Z Downloaded getrandom v0.3.4
7962026-05-15T03:43:36.372Z Downloaded ingot-macros v0.1.1
7972026-05-15T03:43:36.372Z Downloaded bytes v1.11.1
7982026-05-15T03:43:36.372Z Downloaded elliptic-curve v0.13.8
7992026-05-15T03:43:36.372Z Downloaded managed v0.8.0
8002026-05-15T03:43:36.372Z Downloaded instant v0.1.13
8012026-05-15T03:43:36.372Z Downloaded openssl-probe v0.2.1
8022026-05-15T03:43:36.372Z Downloaded openssl-macros v0.1.1
8032026-05-15T03:43:36.372Z Downloaded ipnetwork v0.21.1
8042026-05-15T03:43:36.372Z Downloaded darling_core v0.20.11
8052026-05-15T03:43:36.372Z Downloaded packed_struct_codegen v0.10.1
8062026-05-15T03:43:36.372Z Downloaded parse-display v0.10.0
8072026-05-15T03:43:36.375Z Downloaded ar_archive_writer v0.5.1
8082026-05-15T03:43:36.375Z Downloaded parse-size v1.1.0
8092026-05-15T03:43:36.375Z Downloaded native-tls v0.2.18
8102026-05-15T03:43:36.375Z Downloaded const_format v0.2.35
8112026-05-15T03:43:36.375Z Downloaded nanorand v0.7.0
8122026-05-15T03:43:36.376Z Downloaded multer v3.1.0
8132026-05-15T03:43:36.376Z Downloaded jobserver v0.1.34
8142026-05-15T03:43:36.376Z Downloaded path-slash v0.1.5
8152026-05-15T03:43:36.376Z Downloaded is_ci v1.2.0
8162026-05-15T03:43:36.376Z Downloaded ed25519 v2.2.3
8172026-05-15T03:43:36.376Z Downloaded pbkdf2 v0.12.2
8182026-05-15T03:43:36.376Z Downloaded document-features v0.2.12
8192026-05-15T03:43:36.376Z Downloaded camino-tempfile-ext v0.3.3
8202026-05-15T03:43:36.376Z Downloaded derive_builder_macro v0.20.2
8212026-05-15T03:43:36.376Z Downloaded crc8 v0.1.1
8222026-05-15T03:43:36.376Z Downloaded httparse v1.10.1
8232026-05-15T03:43:36.376Z Downloaded phf_shared v0.12.1
8242026-05-15T03:43:36.376Z Downloaded constant_time_eq v0.4.2
8252026-05-15T03:43:36.376Z Downloaded newtype-uuid v1.3.2
8262026-05-15T03:43:36.376Z Downloaded pin-utils v0.1.0
8272026-05-15T03:43:36.376Z Downloaded phf_shared v0.13.1
8282026-05-15T03:43:36.376Z Downloaded phf_shared v0.11.3
8292026-05-15T03:43:36.376Z Downloaded peg-runtime v0.8.5
8302026-05-15T03:43:36.376Z Downloaded pbkdf2 v0.11.0
8312026-05-15T03:43:36.376Z Downloaded num_enum v0.7.5
8322026-05-15T03:43:36.376Z Downloaded oxide-tokio-rt v0.1.4
8332026-05-15T03:43:36.376Z Downloaded num-integer v0.1.46
8342026-05-15T03:43:36.376Z Downloaded num-rational v0.4.2
8352026-05-15T03:43:36.376Z Downloaded num-complex v0.4.6
8362026-05-15T03:43:36.377Z Downloaded nu-ansi-term v0.50.3
8372026-05-15T03:43:36.377Z Downloaded libloading v0.8.9
8382026-05-15T03:43:36.377Z Downloaded proc-macro-crate v1.3.1
8392026-05-15T03:43:36.377Z Downloaded predicates-core v1.0.10
8402026-05-15T03:43:36.377Z Downloaded precomputed-hash v0.1.1
8412026-05-15T03:43:36.377Z Downloaded powerfmt v0.2.0
8422026-05-15T03:43:36.425Z Downloaded oxnet v0.1.4
8432026-05-15T03:43:36.425Z Downloaded owo-colors v4.3.0
8442026-05-15T03:43:36.425Z Downloaded indexmap v1.9.3
8452026-05-15T03:43:36.425Z Downloaded proc-macro-crate v3.4.0
8462026-05-15T03:43:36.425Z Downloaded ignore v0.4.25
8472026-05-15T03:43:36.425Z Downloaded heapless v0.8.0
8482026-05-15T03:43:36.426Z Downloaded base64 v0.21.7
8492026-05-15T03:43:36.426Z Downloaded progenitor-client v0.10.0
8502026-05-15T03:43:36.426Z Downloaded proc-macro-error-attr2 v2.0.0
8512026-05-15T03:43:36.426Z Downloaded predicates-tree v1.0.13
8522026-05-15T03:43:36.426Z Downloaded peg v0.8.5
8532026-05-15T03:43:36.426Z Downloaded packed_struct v0.10.1
8542026-05-15T03:43:36.426Z Downloaded progenitor-client v0.14.0
8552026-05-15T03:43:36.426Z Downloaded progenitor-client v0.11.2
8562026-05-15T03:43:36.426Z Downloaded bumpalo v3.20.2
8572026-05-15T03:43:36.426Z Downloaded hyper-rustls v0.27.7
8582026-05-15T03:43:36.427Z Downloaded chacha20poly1305 v0.10.1
8592026-05-15T03:43:36.427Z Downloaded progenitor-macro v0.11.2
8602026-05-15T03:43:36.427Z Downloaded paste v1.0.15
8612026-05-15T03:43:36.427Z Downloaded password-hash v0.4.2
8622026-05-15T03:43:36.427Z Downloaded parse-display-derive v0.10.0
8632026-05-15T03:43:36.427Z Downloaded allocator-api2 v0.2.21
8642026-05-15T03:43:36.427Z Downloaded phf v0.12.1
8652026-05-15T03:43:36.427Z Downloaded phf v0.13.1
8662026-05-15T03:43:36.427Z Downloaded progenitor-macro v0.14.0
8672026-05-15T03:43:36.427Z Downloaded pem-rfc7468 v0.7.0
8682026-05-15T03:43:36.427Z Downloaded num_enum_derive v0.7.5
8692026-05-15T03:43:36.427Z Downloaded peg-macros v0.8.5
8702026-05-15T03:43:36.428Z Downloaded parking_lot_core v0.8.6
8712026-05-15T03:43:36.428Z Downloaded ed25519-dalek v2.2.0
8722026-05-15T03:43:36.428Z Downloaded radium v0.7.0
8732026-05-15T03:43:36.428Z Downloaded quick-error v1.2.3
8742026-05-15T03:43:36.428Z Downloaded psl-types v2.0.11
8752026-05-15T03:43:36.428Z Downloaded progenitor-macro v0.13.0
8762026-05-15T03:43:36.428Z Downloaded libbz2-rs-sys v0.2.2
8772026-05-15T03:43:36.428Z Downloaded iana-time-zone v0.1.65
8782026-05-15T03:43:36.428Z Downloaded pin-project-internal v1.1.11
8792026-05-15T03:43:36.428Z Downloaded pin-project-lite v0.2.17
8802026-05-15T03:43:36.428Z Downloaded num_enum v0.5.11
8812026-05-15T03:43:36.428Z Downloaded poly1305 v0.8.0
8822026-05-15T03:43:36.428Z Downloaded memmap2 v0.9.10
8832026-05-15T03:43:36.428Z Downloaded heapless v0.7.17
8842026-05-15T03:43:36.428Z Downloaded rand_chacha v0.3.1
8852026-05-15T03:43:36.428Z Downloaded pkcs8 v0.10.2
8862026-05-15T03:43:36.617Z Downloaded flate2 v1.1.9
8872026-05-15T03:43:36.618Z Downloaded polyval v0.6.2
8882026-05-15T03:43:36.618Z Downloaded pkg-config v0.3.32
8892026-05-15T03:43:36.618Z Downloaded ppv-lite86 v0.2.21
8902026-05-15T03:43:36.618Z Downloaded litrs v1.0.0
8912026-05-15T03:43:36.618Z Downloaded rand_xorshift v0.4.0
8922026-05-15T03:43:36.618Z Downloaded flume v0.11.1
8932026-05-15T03:43:36.618Z Downloaded progenitor-extras v0.2.0
8942026-05-15T03:43:36.618Z Downloaded ahash v0.8.12
8952026-05-15T03:43:36.618Z Downloaded mime_guess v2.0.5
8962026-05-15T03:43:36.618Z Downloaded proc-macro-error2 v2.0.1
8972026-05-15T03:43:36.618Z Downloaded der v0.7.10
8982026-05-15T03:43:36.618Z Downloaded ref-cast v1.0.25
8992026-05-15T03:43:36.619Z Downloaded recursive v0.1.1
9002026-05-15T03:43:36.619Z Downloaded password-hash v0.5.0
9012026-05-15T03:43:36.619Z Downloaded primeorder v0.13.6
9022026-05-15T03:43:36.619Z Downloaded predicates v3.1.4
9032026-05-15T03:43:36.619Z Downloaded parking_lot_core v0.9.12
9042026-05-15T03:43:36.619Z Downloaded hickory-resolver v0.24.4
9052026-05-15T03:43:36.619Z Downloaded rfc6979 v0.4.0
9062026-05-15T03:43:36.619Z Downloaded rustc_version v0.1.7
9072026-05-15T03:43:36.619Z Downloaded rtoolbox v0.0.3
9082026-05-15T03:43:36.619Z Downloaded progenitor-macro v0.10.0
9092026-05-15T03:43:36.620Z Downloaded pem v3.0.6
9102026-05-15T03:43:36.620Z Downloaded progenitor-client v0.13.0
9112026-05-15T03:43:36.620Z Downloaded rustc_version v0.4.1
9122026-05-15T03:43:36.620Z Downloaded ref-cast-impl v1.0.25
9132026-05-15T03:43:36.620Z Downloaded recursive-proc-macro-impl v0.1.1
9142026-05-15T03:43:36.620Z Downloaded progenitor v0.13.0
9152026-05-15T03:43:36.620Z Downloaded parking_lot v0.12.5
9162026-05-15T03:43:36.620Z Downloaded headers v0.4.1
9172026-05-15T03:43:36.620Z Downloaded progenitor v0.14.0
9182026-05-15T03:43:36.620Z Downloaded progenitor v0.11.2
9192026-05-15T03:43:36.620Z Downloaded progenitor v0.10.0
9202026-05-15T03:43:36.620Z Downloaded rand_core v0.6.4
9212026-05-15T03:43:36.620Z Downloaded r2d2 v0.8.10
9222026-05-15T03:43:36.622Z Downloaded rustc-hash v2.1.1
9232026-05-15T03:43:36.622Z Downloaded russh-cryptovec v0.7.3
9242026-05-15T03:43:36.622Z Downloaded hashbrown v0.12.3
9252026-05-15T03:43:36.622Z Downloaded rand_core v0.9.5
9262026-05-15T03:43:36.622Z Downloaded rand_chacha v0.9.0
9272026-05-15T03:43:36.622Z Downloaded postcard v1.1.3
9282026-05-15T03:43:36.622Z Downloaded omicron-zone-package v0.12.2
9292026-05-15T03:43:36.622Z Downloaded rand_core v0.10.0
9302026-05-15T03:43:36.622Z Downloaded postgres-protocol v0.6.10
9312026-05-15T03:43:36.622Z Downloaded rand_seeder v0.4.0
9322026-05-15T03:43:36.646Z Downloaded postgres-types v0.2.12
9332026-05-15T03:43:36.646Z Downloaded miniz_oxide v0.8.9
9342026-05-15T03:43:36.646Z Downloaded hashbrown v0.13.2
9352026-05-15T03:43:36.646Z Downloaded salsa20 v0.10.2
9362026-05-15T03:43:36.646Z Downloaded scheduled-thread-pool v0.2.7
9372026-05-15T03:43:36.646Z Downloaded same-file v1.0.6
9382026-05-15T03:43:36.646Z Downloaded scrypt v0.11.0
9392026-05-15T03:43:36.646Z Downloaded expectorate v1.2.0
9402026-05-15T03:43:36.646Z Downloaded papergrid v0.17.0
9412026-05-15T03:43:36.646Z Downloaded aes-gcm v0.10.3
9422026-05-15T03:43:36.647Z Downloaded http v1.4.0
9432026-05-15T03:43:36.647Z Downloaded resolv-conf v0.7.6
9442026-05-15T03:43:36.647Z Downloaded sapling-renderdag v0.1.0
9452026-05-15T03:43:36.647Z Downloaded scroll_derive v0.13.1
9462026-05-15T03:43:36.647Z Downloaded seq-macro v0.3.6
9472026-05-15T03:43:36.647Z Downloaded secrecy v0.8.0
9482026-05-15T03:43:36.647Z Downloaded secrecy v0.10.3
9492026-05-15T03:43:36.647Z Downloaded scopeguard v1.2.0
9502026-05-15T03:43:36.647Z Downloaded quinn-udp v0.5.14
9512026-05-15T03:43:36.647Z Downloaded psm v0.1.30
9522026-05-15T03:43:36.647Z Downloaded async-compression v0.4.41
9532026-05-15T03:43:36.647Z Downloaded pkcs5 v0.7.1
9542026-05-15T03:43:36.647Z Downloaded serde_repr v0.1.20
9552026-05-15T03:43:36.647Z Downloaded openssl-sys v0.9.115
9562026-05-15T03:43:36.647Z Downloaded signature v2.2.0
9572026-05-15T03:43:36.648Z Downloaded semver v0.1.20
9582026-05-15T03:43:36.648Z Downloaded signal-hook-tokio v0.3.1
9592026-05-15T03:43:36.648Z Downloaded rustls-pemfile v1.0.4
9602026-05-15T03:43:36.648Z Downloaded p256 v0.13.2
9612026-05-15T03:43:36.648Z Downloaded shell-words v1.1.1
9622026-05-15T03:43:36.648Z Downloaded rustls-native-certs v0.8.3
9632026-05-15T03:43:36.648Z Downloaded dropshot-api-manager v0.7.1
9642026-05-15T03:43:36.648Z Downloaded oso v0.27.3
9652026-05-15T03:43:36.648Z Downloaded hickory-server v0.25.2
9662026-05-15T03:43:36.648Z Downloaded serde_bytes v0.11.19
9672026-05-15T03:43:36.648Z Downloaded serde_urlencoded v0.7.1
9682026-05-15T03:43:36.648Z Downloaded pkcs1 v0.7.5
9692026-05-15T03:43:36.648Z Downloaded serde_plain v1.0.2
9702026-05-15T03:43:36.648Z Downloaded sha1 v0.10.6
9712026-05-15T03:43:36.648Z Downloaded prefix-trie v0.7.0
9722026-05-15T03:43:36.648Z Downloaded jiff-static v0.2.21
9732026-05-15T03:43:36.648Z Downloaded signal-hook-mio v0.2.5
9742026-05-15T03:43:36.648Z Downloaded siphasher v1.0.2
9752026-05-15T03:43:36.648Z Downloaded bitvec v1.0.1
9762026-05-15T03:43:36.648Z Downloaded slog-envlogger v2.2.0
9772026-05-15T03:43:36.648Z Downloaded sigpipe v0.1.3
9782026-05-15T03:43:36.648Z Downloaded hickory-resolver v0.25.2
9792026-05-15T03:43:36.648Z Downloaded slog-bunyan v2.5.0
9802026-05-15T03:43:36.649Z Downloaded serde_spanned v1.0.4
9812026-05-15T03:43:36.649Z Downloaded rusty-fork v0.3.1
9822026-05-15T03:43:36.649Z Downloaded parking_lot v0.11.2
9832026-05-15T03:43:36.649Z Downloaded crossterm v0.28.1
9842026-05-15T03:43:36.649Z Downloaded rustversion v1.0.22
9852026-05-15T03:43:36.649Z Downloaded progenitor-impl v0.10.0
9862026-05-15T03:43:36.649Z Downloaded scroll v0.13.0
9872026-05-15T03:43:36.649Z Downloaded serde-big-array v0.5.1
9882026-05-15T03:43:36.649Z Downloaded serde-hex v0.1.0
9892026-05-15T03:43:36.649Z Downloaded sec1 v0.7.3
9902026-05-15T03:43:36.649Z Downloaded russh-keys v0.45.0
9912026-05-15T03:43:36.649Z Downloaded indicatif v0.18.4
9922026-05-15T03:43:36.649Z Downloaded ssh-cipher v0.2.0
9932026-05-15T03:43:36.649Z Downloaded sqlparser_derive v0.5.0
9942026-05-15T03:43:36.649Z Downloaded pin-project v1.1.11
9952026-05-15T03:43:36.649Z Downloaded ssh-encoding v0.2.0
9962026-05-15T03:43:36.649Z Downloaded prettyplease v0.2.37
9972026-05-15T03:43:36.650Z Downloaded serde_path_to_error v0.1.20
9982026-05-15T03:43:36.650Z Downloaded minimal-lexical v0.2.1
9992026-05-15T03:43:36.650Z Downloaded rustls-pemfile v2.2.0
10002026-05-15T03:43:36.650Z Downloaded structmeta v0.3.0
10012026-05-15T03:43:36.650Z Downloaded structmeta-derive v0.3.0
10022026-05-15T03:43:36.650Z Downloaded strip-ansi-escapes v0.2.1
10032026-05-15T03:43:36.650Z Downloaded strum v0.27.2
10042026-05-15T03:43:36.650Z Downloaded pretty_assertions v1.4.1
10052026-05-15T03:43:36.650Z Downloaded serde_derive_internals v0.29.1
10062026-05-15T03:43:36.650Z Downloaded slab v0.4.12
10072026-05-15T03:43:36.684Z Downloaded hyper-util v0.1.20
10082026-05-15T03:43:36.684Z Downloaded slog-scope v4.4.1
10092026-05-15T03:43:36.684Z Downloaded slog-async v2.8.0
10102026-05-15T03:43:36.684Z Downloaded signal-hook-registry v1.4.8
10112026-05-15T03:43:36.684Z Downloaded simd-adler32 v0.3.8
10122026-05-15T03:43:36.684Z Downloaded schemars_derive v0.8.22
10132026-05-15T03:43:36.684Z Downloaded mio v1.2.0
10142026-05-15T03:43:36.684Z Downloaded sync_wrapper v1.0.2
10152026-05-15T03:43:36.684Z Downloaded itertools v0.10.5
10162026-05-15T03:43:36.684Z Downloaded slog-stdlog v4.1.1
10172026-05-15T03:43:36.685Z Downloaded progenitor-impl v0.14.0
10182026-05-15T03:43:36.685Z Downloaded progenitor-impl v0.13.0
10192026-05-15T03:43:36.685Z Downloaded sct v0.7.1
10202026-05-15T03:43:36.685Z Downloaded smallvec v0.6.14
10212026-05-15T03:43:36.685Z Downloaded ron v0.8.1
10222026-05-15T03:43:36.685Z Downloaded termtree v0.5.1
10232026-05-15T03:43:36.685Z Downloaded tabwriter v1.4.1
10242026-05-15T03:43:36.685Z Downloaded sync-ptr v0.1.4
10252026-05-15T03:43:36.685Z Downloaded tap v1.0.1
10262026-05-15T03:43:36.685Z Downloaded supports-color v3.0.2
10272026-05-15T03:43:36.685Z Downloaded subtle v2.6.1
10282026-05-15T03:43:36.685Z Downloaded thiserror-impl-no-std v2.0.2
10292026-05-15T03:43:36.685Z Downloaded snafu-derive v0.8.9
10302026-05-15T03:43:36.685Z Downloaded slog-json v2.6.1
10312026-05-15T03:43:36.685Z Downloaded progenitor-impl v0.11.2
10322026-05-15T03:43:36.685Z Downloaded slog-term v2.9.2
10332026-05-15T03:43:36.685Z Downloaded thread-id v5.1.0
10342026-05-15T03:43:36.685Z Downloaded sqlformat v0.3.5
10352026-05-15T03:43:36.685Z Downloaded smf v0.2.3
10362026-05-15T03:43:36.797Z Downloaded testing_table v0.3.0
10372026-05-15T03:43:36.797Z Downloaded tinyvec_macros v0.1.1
10382026-05-15T03:43:36.797Z Downloaded stacker v0.1.23
10392026-05-15T03:43:36.797Z Downloaded serde_cbor v0.11.2
10402026-05-15T03:43:36.797Z Downloaded spki v0.7.3
10412026-05-15T03:43:36.797Z Downloaded shlex v1.3.0
10422026-05-15T03:43:36.838Z Downloaded string_cache v0.8.9
10432026-05-15T03:43:36.838Z Downloaded hashbrown v0.16.1
10442026-05-15T03:43:36.838Z Downloaded strum v0.26.3
10452026-05-15T03:43:36.838Z Downloaded stringprep v0.1.5
10462026-05-15T03:43:36.838Z Downloaded rustls-platform-verifier v0.6.2
10472026-05-15T03:43:36.839Z Downloaded strum_macros v0.26.4
10482026-05-15T03:43:36.839Z Downloaded tokio-macros v2.7.0
10492026-05-15T03:43:36.839Z Downloaded strum_macros v0.24.3
10502026-05-15T03:43:36.839Z Downloaded tagptr v0.2.0
10512026-05-15T03:43:36.839Z Downloaded support-bundle-viewer v0.1.2
10522026-05-15T03:43:36.839Z Downloaded schemars v0.8.22
10532026-05-15T03:43:36.839Z Downloaded ryu v1.0.23
10542026-05-15T03:43:36.839Z Downloaded tabled_derive v0.11.0
10552026-05-15T03:43:36.839Z Downloaded strum_macros v0.27.2
10562026-05-15T03:43:36.839Z Downloaded hashbrown v0.15.5
10572026-05-15T03:43:36.839Z Downloaded take_mut v0.2.2
10582026-05-15T03:43:36.839Z Downloaded rcgen v0.12.1
10592026-05-15T03:43:36.839Z Downloaded rustls-pki-types v1.14.0
10602026-05-15T03:43:36.839Z Downloaded serde_with_macros v3.17.0
10612026-05-15T03:43:36.839Z Downloaded static_assertions v1.1.0
10622026-05-15T03:43:36.839Z Downloaded num-bigint v0.4.6
10632026-05-15T03:43:36.840Z Downloaded topological-sort v0.2.2
10642026-05-15T03:43:36.840Z Downloaded time-core v0.1.8
10652026-05-15T03:43:36.840Z Downloaded time-macros v0.2.27
10662026-05-15T03:43:36.840Z Downloaded spin v0.9.8
10672026-05-15T03:43:36.840Z Downloaded tower-service v0.3.3
10682026-05-15T03:43:36.840Z Downloaded tower-layer v0.3.3
10692026-05-15T03:43:36.840Z Downloaded try-lock v0.2.5
10702026-05-15T03:43:36.840Z Downloaded tls_codec_derive v0.4.2
10712026-05-15T03:43:36.840Z Downloaded thread_local v1.1.9
10722026-05-15T03:43:36.840Z Downloaded thiserror-no-std v2.0.2
10732026-05-15T03:43:36.840Z Downloaded termios v0.3.3
10742026-05-15T03:43:36.840Z Downloaded publicsuffix v2.3.0
10752026-05-15T03:43:36.840Z Downloaded libxml v0.3.3
10762026-05-15T03:43:36.840Z Downloaded quinn v0.11.9
10772026-05-15T03:43:36.840Z Downloaded qorb v0.4.1
10782026-05-15T03:43:36.841Z Downloaded tiny-keccak v2.0.2
10792026-05-15T03:43:36.841Z Downloaded tls_codec v0.4.2
10802026-05-15T03:43:36.841Z Downloaded trait-variant v0.1.2
10812026-05-15T03:43:36.841Z Downloaded rand v0.8.6
10822026-05-15T03:43:36.841Z Downloaded typify-macro v0.4.3
10832026-05-15T03:43:36.841Z Downloaded itertools v0.13.0
10842026-05-15T03:43:36.841Z Downloaded tokio-native-tls v0.3.1
10852026-05-15T03:43:36.841Z Downloaded signal-hook v0.3.18
10862026-05-15T03:43:36.841Z Downloaded slog v2.8.2
10872026-05-15T03:43:36.841Z Downloaded slog-dtrace v0.3.0
10882026-05-15T03:43:36.841Z Downloaded tokio-tungstenite v0.21.0
10892026-05-15T03:43:36.841Z Downloaded nom v7.1.3
10902026-05-15T03:43:36.841Z Downloaded tokio-dtrace v0.1.1
10912026-05-15T03:43:36.841Z Downloaded unit-prefix v0.5.2
10922026-05-15T03:43:36.842Z Downloaded usdt v0.6.0
10932026-05-15T03:43:36.842Z Downloaded unicode-truncate v1.1.0
10942026-05-15T03:43:36.842Z Downloaded untrusted v0.9.0
10952026-05-15T03:43:36.842Z Downloaded universal-hash v0.5.1
10962026-05-15T03:43:36.842Z Downloaded untrusted v0.7.1
10972026-05-15T03:43:36.842Z Downloaded utf-8 v0.7.6
10982026-05-15T03:43:36.843Z Downloaded socket2 v0.5.10
10992026-05-15T03:43:36.868Z Downloaded term v1.2.1
11002026-05-15T03:43:36.869Z Downloaded iri-string v0.7.10
11012026-05-15T03:43:36.869Z Downloaded usdt-macro v0.6.0
11022026-05-15T03:43:36.869Z Downloaded toml_writer v1.0.6+spec-1.1.0
11032026-05-15T03:43:36.869Z Downloaded toml_datetime v1.0.0+spec-1.1.0
11042026-05-15T03:43:36.869Z Downloaded wait-timeout v0.2.1
11052026-05-15T03:43:36.869Z Downloaded void v1.0.2
11062026-05-15T03:43:36.869Z Downloaded socket2 v0.6.3
11072026-05-15T03:43:36.869Z Downloaded usdt-attr-macro v0.6.0
11082026-05-15T03:43:36.869Z Downloaded term v0.7.0
11092026-05-15T03:43:36.869Z Downloaded rand v0.9.2
11102026-05-15T03:43:36.869Z Downloaded futures-util v0.3.32
11112026-05-15T03:43:36.869Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11122026-05-15T03:43:36.869Z Downloaded rayon-core v1.13.0
11132026-05-15T03:43:36.869Z Downloaded iddqd v0.3.18
11142026-05-15T03:43:36.869Z Downloaded want v0.3.1
11152026-05-15T03:43:36.869Z Downloaded waitgroup v0.1.2
11162026-05-15T03:43:36.869Z Downloaded hyper v1.8.1
11172026-05-15T03:43:36.870Z Downloaded serde_yaml v0.9.34+deprecated
11182026-05-15T03:43:36.870Z Downloaded subprocess v0.2.15
11192026-05-15T03:43:36.870Z Downloaded samael v0.0.19
11202026-05-15T03:43:36.916Z Downloaded unarray v0.1.4
11212026-05-15T03:43:36.916Z Downloaded tokio-stream v0.1.18
11222026-05-15T03:43:36.916Z Downloaded rustls-webpki v0.103.9
11232026-05-15T03:43:36.917Z Downloaded itertools v0.12.1
11242026-05-15T03:43:36.917Z Downloaded xattr v1.6.1
11252026-05-15T03:43:36.917Z Downloaded typify-macro v0.6.2
11262026-05-15T03:43:36.917Z Downloaded tui-tree-widget v0.23.1
11272026-05-15T03:43:36.917Z Downloaded test-strategy v0.4.5
11282026-05-15T03:43:36.954Z Downloaded zeroize_derive v1.4.3
11292026-05-15T03:43:36.955Z Downloaded vergen-git2 v1.0.7
11302026-05-15T03:43:36.955Z Downloaded vergen-gitcl v1.0.8
11312026-05-15T03:43:36.955Z Downloaded unicase v2.9.0
11322026-05-15T03:43:36.955Z Downloaded tokio-tungstenite v0.23.1
11332026-05-15T03:43:36.955Z Downloaded itertools v0.14.0
11342026-05-15T03:43:36.955Z Downloaded walkdir v2.5.0
11352026-05-15T03:43:36.955Z Downloaded num-bigint-dig v0.8.6
11362026-05-15T03:43:36.955Z Downloaded blake3 v1.8.3
11372026-05-15T03:43:36.955Z Downloaded p521 v0.13.3
11382026-05-15T03:43:36.955Z Downloaded zone_cfg_derive v0.3.1
11392026-05-15T03:43:36.955Z Downloaded libm v0.2.16
11402026-05-15T03:43:36.955Z Downloaded xshell-macros v0.2.7
11412026-05-15T03:43:36.955Z Downloaded whoami v2.1.0
11422026-05-15T03:43:36.956Z Downloaded snafu v0.8.9
11432026-05-15T03:43:36.956Z Downloaded russh v0.45.0
11442026-05-15T03:43:36.956Z Downloaded uzers v0.12.2
11452026-05-15T03:43:36.956Z Downloaded tokio-rustls v0.25.0
11462026-05-15T03:43:36.956Z Downloaded vergen-lib v0.1.6
11472026-05-15T03:43:36.956Z Downloaded toml_parser v1.0.9+spec-1.1.0
11482026-05-15T03:43:36.956Z Downloaded h2 v0.4.13
11492026-05-15T03:43:36.956Z Downloaded rsa v0.9.10
11502026-05-15T03:43:36.972Z Downloaded wyz v0.5.1
11512026-05-15T03:43:36.972Z Downloaded tokio-rustls v0.26.4
11522026-05-15T03:43:36.972Z Downloaded similar v2.7.0
11532026-05-15T03:43:36.972Z Downloaded toml v0.7.8
11542026-05-15T03:43:36.972Z Downloaded tinyvec v1.10.0
11552026-05-15T03:43:36.973Z Downloaded zone v0.3.1
11562026-05-15T03:43:36.973Z Downloaded schemars v1.2.1
11572026-05-15T03:43:36.973Z Downloaded unicode-properties v0.1.4
11582026-05-15T03:43:36.973Z Downloaded zstd-safe v7.2.4
11592026-05-15T03:43:36.973Z Downloaded vergen v9.0.6
11602026-05-15T03:43:36.973Z Downloaded rand v0.10.0
11612026-05-15T03:43:36.973Z Downloaded zeroize v1.8.2
11622026-05-15T03:43:36.973Z Downloaded vsss-rs v3.3.4
11632026-05-15T03:43:36.973Z Downloaded toml v0.9.12+spec-1.1.0
11642026-05-15T03:43:36.974Z Downloaded usdt-impl v0.6.0
11652026-05-15T03:43:36.974Z Downloaded schemars v0.9.0
11662026-05-15T03:43:36.974Z Downloaded tungstenite v0.21.0
11672026-05-15T03:43:36.974Z Downloaded tungstenite v0.23.0
11682026-05-15T03:43:36.992Z Downloaded tar v0.4.45
11692026-05-15T03:43:36.993Z Downloaded toml v1.0.6+spec-1.1.0
11702026-05-15T03:43:36.993Z Downloaded zstd v0.13.3
11712026-05-15T03:43:36.993Z Downloaded xshell v0.2.7
11722026-05-15T03:43:36.993Z Downloaded typify v0.6.2
11732026-05-15T03:43:36.993Z Downloaded steno v0.4.1
11742026-05-15T03:43:36.993Z Downloaded whoami v1.6.1
11752026-05-15T03:43:36.993Z Downloaded twox-hash v2.1.2
11762026-05-15T03:43:36.993Z Downloaded tracing-attributes v0.1.31
11772026-05-15T03:43:36.993Z Downloaded hkdf v0.12.4
11782026-05-15T03:43:37.021Z Downloaded tracing-core v0.1.36
11792026-05-15T03:43:37.053Z Downloaded unicode-bidi v0.3.18
11802026-05-15T03:43:37.053Z Downloaded rustyline v14.0.0
11812026-05-15T03:43:37.053Z Downloaded typify v0.4.3
11822026-05-15T03:43:37.053Z Downloaded aws-lc-rs v1.16.3
11832026-05-15T03:43:37.053Z Downloaded yasna v0.5.2
11842026-05-15T03:43:37.053Z Downloaded chrono v0.4.44
11852026-05-15T03:43:37.090Z Downloaded toml_edit v0.23.10+spec-1.0.0
11862026-05-15T03:43:37.090Z Downloaded unsafe-libyaml v0.2.11
11872026-05-15T03:43:37.090Z Downloaded reedline v0.40.0
11882026-05-15T03:43:37.090Z Downloaded vte v0.14.1
11892026-05-15T03:43:37.090Z Downloaded rpassword v7.4.0
11902026-05-15T03:43:37.090Z Downloaded tokio-rustls v0.24.1
11912026-05-15T03:43:37.090Z Downloaded zerocopy v0.6.6
11922026-05-15T03:43:37.090Z Downloaded git2 v0.20.4
11932026-05-15T03:43:37.090Z Downloaded tokio-postgres v0.7.16
11942026-05-15T03:43:37.135Z Downloaded unicode_categories v0.1.1
11952026-05-15T03:43:37.135Z Downloaded uuid v1.23.0
11962026-05-15T03:43:37.135Z Downloaded zopfli v0.8.3
11972026-05-15T03:43:37.135Z Downloaded bindgen v0.71.1
11982026-05-15T03:43:37.135Z Downloaded toml_edit v0.19.15
11992026-05-15T03:43:37.136Z Downloaded ssh-key v0.6.7
12002026-05-15T03:43:37.136Z Downloaded portable-atomic v1.13.1
12012026-05-15T03:43:37.136Z Downloaded reqwest v0.13.2
12022026-05-15T03:43:37.189Z Downloaded zip v0.6.6
12032026-05-15T03:43:37.189Z Downloaded p384 v0.13.1
12042026-05-15T03:43:37.189Z Downloaded regex v1.12.3
12052026-05-15T03:43:37.189Z Downloaded typed-path v0.9.3
12062026-05-15T03:43:37.189Z Downloaded yansi v1.0.1
12072026-05-15T03:43:37.189Z Downloaded rayon v1.11.0
12082026-05-15T03:43:37.190Z Downloaded salty v0.3.0
12092026-05-15T03:43:37.190Z Downloaded rustls-webpki v0.101.7
12102026-05-15T03:43:37.229Z Downloaded zerocopy-derive v0.8.40
12112026-05-15T03:43:37.229Z Downloaded goblin v0.10.5
12122026-05-15T03:43:37.230Z Downloaded unicode-segmentation v1.12.0
12132026-05-15T03:43:37.230Z Downloaded reqwest v0.12.28
12142026-05-15T03:43:37.230Z Downloaded quick-xml v0.37.5
12152026-05-15T03:43:37.231Z Downloaded unicode-normalization v0.1.25
12162026-05-15T03:43:37.231Z Downloaded tower v0.5.3
12172026-05-15T03:43:37.231Z Downloaded moka v0.12.13
12182026-05-15T03:43:37.231Z Downloaded proptest v1.10.0
12192026-05-15T03:43:37.231Z Downloaded zip v4.6.1
12202026-05-15T03:43:37.231Z Downloaded x509-cert v0.2.5
12212026-05-15T03:43:37.232Z Downloaded tower-http v0.6.8
12222026-05-15T03:43:37.232Z Downloaded lalrpop v0.19.12
12232026-05-15T03:43:37.232Z Downloaded curve25519-dalek v4.1.3
12242026-05-15T03:43:37.253Z Downloaded serde_with v3.17.0
12252026-05-15T03:43:37.253Z Downloaded rustls-webpki v0.102.8
12262026-05-15T03:43:37.253Z Downloaded tough v0.22.0
12272026-05-15T03:43:37.253Z Downloaded tokio-util v0.7.18
12282026-05-15T03:43:37.286Z Downloaded quinn-proto v0.11.13
12292026-05-15T03:43:37.286Z Downloaded petname v2.0.2
12302026-05-15T03:43:37.286Z Downloaded object v0.30.4
12312026-05-15T03:43:37.302Z Downloaded bstr v1.12.1
12322026-05-15T03:43:37.302Z Downloaded winnow v0.6.26
12332026-05-15T03:43:37.336Z Downloaded time v0.3.47
12342026-05-15T03:43:37.414Z Downloaded nix v0.31.2
12352026-05-15T03:43:37.414Z Downloaded winnow v0.5.40
12362026-05-15T03:43:37.414Z Downloaded object v0.37.3
12372026-05-15T03:43:37.415Z Downloaded regex-syntax v0.6.29
12382026-05-15T03:43:37.415Z Downloaded smoltcp v0.9.1
12392026-05-15T03:43:37.415Z Downloaded nix v0.29.0
12402026-05-15T03:43:37.415Z Downloaded radix_trie v0.2.1
12412026-05-15T03:43:37.415Z Downloaded regress v0.10.5
12422026-05-15T03:43:37.415Z Downloaded nix v0.27.1
12432026-05-15T03:43:37.464Z Downloaded regex-syntax v0.8.10
12442026-05-15T03:43:37.464Z Downloaded openssl v0.10.79
12452026-05-15T03:43:37.464Z Downloaded dropshot v0.16.7
12462026-05-15T03:43:37.464Z Downloaded rustix v0.38.44
12472026-05-15T03:43:37.464Z Downloaded rustls v0.21.12
12482026-05-15T03:43:37.464Z Downloaded polar-core v0.27.3
12492026-05-15T03:43:37.464Z Downloaded tabled v0.20.0
12502026-05-15T03:43:37.464Z Downloaded zlib-rs v0.6.2
12512026-05-15T03:43:37.501Z Downloaded nix v0.28.0
12522026-05-15T03:43:37.502Z Downloaded hickory-proto v0.24.4
12532026-05-15T03:43:37.502Z Downloaded vcpkg v0.2.15
12542026-05-15T03:43:37.502Z Downloaded dropshot v0.17.0
12552026-05-15T03:43:37.607Z Downloaded webpki-roots v1.0.6
12562026-05-15T03:43:37.608Z Downloaded hickory-proto v0.25.2
12572026-05-15T03:43:37.649Z Downloaded zerocopy v0.8.40
12582026-05-15T03:43:37.649Z Downloaded openapiv3 v2.2.0
12592026-05-15T03:43:37.649Z Downloaded ratatui v0.29.0
12602026-05-15T03:43:37.649Z Downloaded smoltcp v0.11.0
12612026-05-15T03:43:37.649Z Downloaded regress v0.11.1
12622026-05-15T03:43:37.649Z Downloaded regex-automata v0.4.14
12632026-05-15T03:43:37.649Z Downloaded diesel v2.3.7
12642026-05-15T03:43:37.649Z Downloaded rustls v0.23.37
12652026-05-15T03:43:37.649Z Downloaded chrono-tz v0.10.4
12662026-05-15T03:43:37.649Z Downloaded jiff v0.2.21
12672026-05-15T03:43:37.649Z Downloaded petgraph v0.6.5
12682026-05-15T03:43:37.649Z Downloaded bzip2-sys v0.1.13+1.0.8
12692026-05-15T03:43:37.649Z Downloaded rustls v0.22.4
12702026-05-15T03:43:37.677Z Downloaded libz-sys v1.1.24
12712026-05-15T03:43:37.677Z Downloaded sqlparser v0.61.0
12722026-05-15T03:43:37.697Z Downloaded sled v0.34.7
12732026-05-15T03:43:37.698Z Downloaded typify-impl v0.6.2
12742026-05-15T03:43:37.737Z Downloaded tracing v0.1.44
12752026-05-15T03:43:37.737Z Downloaded typify-impl v0.4.3
12762026-05-15T03:43:37.737Z Downloaded zerocopy-derive v0.6.6
12772026-05-15T03:43:37.757Z Downloaded ring v0.17.14
12782026-05-15T03:43:37.822Z Downloaded petgraph v0.8.3
12792026-05-15T03:43:37.848Z Downloaded csv v1.4.0
12802026-05-15T03:43:37.884Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
12812026-05-15T03:43:37.884Z Downloaded sha3 v0.10.8
12822026-05-15T03:43:37.884Z Downloaded tokio v1.52.1
12832026-05-15T03:43:37.919Z Downloaded encoding_rs v0.8.35
12842026-05-15T03:43:37.943Z Downloaded libgit2-sys v0.18.3+1.9.2
12852026-05-15T03:43:38.298Z Downloaded aws-lc-sys v0.40.0
12862026-05-15T03:43:38.546Z Compiling libc v0.2.185
12872026-05-15T03:43:38.546Z Compiling serde v1.0.228
12882026-05-15T03:43:38.557Z Compiling log v0.4.29
12892026-05-15T03:43:38.557Z Compiling find-msvc-tools v0.1.9
12902026-05-15T03:43:38.557Z Compiling shlex v1.3.0
12912026-05-15T03:43:38.557Z Compiling smallvec v1.15.1
12922026-05-15T03:43:38.557Z Compiling typenum v1.19.0
12932026-05-15T03:43:38.557Z Compiling subtle v2.6.1
12942026-05-15T03:43:38.706Z Compiling generic-array v0.14.7
12952026-05-15T03:43:38.714Z Compiling scopeguard v1.2.0
12962026-05-15T03:43:38.767Z Compiling const-oid v0.9.6
12972026-05-15T03:43:38.846Z Compiling serde_json v1.0.149
12982026-05-15T03:43:38.861Z Compiling syn v2.0.117
12992026-05-15T03:43:38.861Z Compiling zerocopy v0.8.40
13002026-05-15T03:43:38.861Z Compiling parking_lot_core v0.9.12
13012026-05-15T03:43:38.861Z Compiling portable-atomic v1.13.1
13022026-05-15T03:43:38.893Z Compiling lock_api v0.4.14
13032026-05-15T03:43:38.906Z Compiling pin-project-lite v0.2.17
13042026-05-15T03:43:38.910Z Compiling pkg-config v0.3.32
13052026-05-15T03:43:38.922Z Compiling bitflags v2.11.0
13062026-05-15T03:43:38.934Z Compiling futures-core v0.3.32
13072026-05-15T03:43:39.048Z Compiling libm v0.2.16
13082026-05-15T03:43:39.082Z Compiling critical-section v1.2.0
13092026-05-15T03:43:39.107Z Compiling num-traits v0.2.19
13102026-05-15T03:43:39.167Z Compiling percent-encoding v2.3.2
13112026-05-15T03:43:39.204Z Compiling futures-sink v0.3.32
13122026-05-15T03:43:39.230Z Compiling futures-io v0.3.32
13132026-05-15T03:43:39.253Z Compiling getrandom v0.4.1
13142026-05-15T03:43:39.263Z Compiling cpufeatures v0.2.17
13152026-05-15T03:43:39.292Z Compiling slab v0.4.12
13162026-05-15T03:43:39.353Z Compiling futures-channel v0.3.32
13172026-05-15T03:43:39.358Z Compiling futures-task v0.3.32
13182026-05-15T03:43:39.393Z Compiling rand_core v0.10.0
13192026-05-15T03:43:39.429Z Compiling indexmap v2.14.0
13202026-05-15T03:43:39.433Z Compiling rustversion v1.0.22
13212026-05-15T03:43:39.490Z Compiling getrandom v0.3.4
13222026-05-15T03:43:39.513Z Compiling form_urlencoded v1.2.2
13232026-05-15T03:43:39.519Z Compiling fs_extra v1.3.0
13242026-05-15T03:43:39.554Z Compiling dunce v1.0.5
13252026-05-15T03:43:39.573Z Compiling base64ct v1.8.3
13262026-05-15T03:43:39.586Z Compiling ident_case v1.0.1
13272026-05-15T03:43:39.602Z Compiling iana-time-zone v0.1.65
13282026-05-15T03:43:39.669Z Compiling getrandom v0.2.17
13292026-05-15T03:43:39.744Z Compiling jobserver v0.1.34
13302026-05-15T03:43:39.768Z Compiling errno v0.3.14
13312026-05-15T03:43:39.833Z Compiling mio v1.2.0
13322026-05-15T03:43:39.868Z Compiling rand_core v0.6.4
13332026-05-15T03:43:39.907Z Compiling socket2 v0.6.3
13342026-05-15T03:43:39.941Z Compiling signal-hook-registry v1.4.8
13352026-05-15T03:43:39.971Z Compiling once_cell v1.21.3
13362026-05-15T03:43:40.031Z Compiling cc v1.2.56
13372026-05-15T03:43:40.065Z Compiling parking_lot v0.12.5
13382026-05-15T03:43:40.137Z Compiling pem-rfc7468 v0.7.0
13392026-05-15T03:43:40.155Z Compiling rustix v1.1.3
13402026-05-15T03:43:40.180Z Compiling flagset v0.4.7
13412026-05-15T03:43:40.183Z Compiling regex-syntax v0.8.10
13422026-05-15T03:43:40.221Z Compiling aws-lc-rs v1.16.3
13432026-05-15T03:43:40.266Z Compiling vcpkg v0.2.15
13442026-05-15T03:43:40.279Z Compiling uuid v1.23.0
13452026-05-15T03:43:40.337Z Compiling tracing-core v0.1.36
13462026-05-15T03:43:40.367Z Compiling rustc_version v0.4.1
13472026-05-15T03:43:40.396Z Compiling base64 v0.22.1
13482026-05-15T03:43:40.476Z Compiling httparse v1.10.1
13492026-05-15T03:43:40.489Z Compiling untrusted v0.7.1
13502026-05-15T03:43:40.554Z Compiling openssl-probe v0.2.1
13512026-05-15T03:43:40.624Z Compiling rand_core v0.9.5
13522026-05-15T03:43:40.639Z Compiling tinyvec_macros v0.1.1
13532026-05-15T03:43:40.660Z Compiling untrusted v0.9.0
13542026-05-15T03:43:40.717Z Compiling tinyvec v1.10.0
13552026-05-15T03:43:40.733Z Compiling aho-corasick v1.1.4
13562026-05-15T03:43:40.733Z Compiling atomic-waker v1.1.2
13572026-05-15T03:43:40.760Z Compiling try-lock v0.2.5
13582026-05-15T03:43:40.763Z Compiling rustls v0.23.37
13592026-05-15T03:43:40.813Z Compiling cmake v0.1.57
13602026-05-15T03:43:40.894Z Compiling schemars v0.8.22
13612026-05-15T03:43:40.898Z Compiling tower-service v0.3.3
13622026-05-15T03:43:40.922Z Compiling dyn-clone v1.0.20
13632026-05-15T03:43:40.937Z Compiling tower-layer v0.3.3
13642026-05-15T03:43:40.987Z Compiling want v0.3.1
13652026-05-15T03:43:41.021Z Compiling httpdate v1.0.3
13662026-05-15T03:43:41.037Z Compiling pin-utils v0.1.0
13672026-05-15T03:43:41.040Z Compiling openssl v0.10.79
13682026-05-15T03:43:41.040Z Compiling foreign-types-shared v0.1.1
13692026-05-15T03:43:41.082Z Compiling unicode-normalization v0.1.25
13702026-05-15T03:43:41.114Z Compiling spin v0.9.8
13712026-05-15T03:43:41.146Z Compiling time-core v0.1.8
13722026-05-15T03:43:41.160Z Compiling powerfmt v0.2.0
13732026-05-15T03:43:41.177Z Compiling foreign-types v0.3.2
13742026-05-15T03:43:41.187Z Compiling num-conv v0.2.0
13752026-05-15T03:43:41.192Z Compiling native-tls v0.2.18
13762026-05-15T03:43:41.352Z Compiling crc32fast v1.5.0
13772026-05-15T03:43:41.368Z Compiling wait-timeout v0.2.1
13782026-05-15T03:43:41.368Z Compiling sync_wrapper v1.0.2
13792026-05-15T03:43:41.368Z Compiling simd-adler32 v0.3.8
13802026-05-15T03:43:41.368Z Compiling syn v1.0.109
13812026-05-15T03:43:41.368Z Compiling time-macros v0.2.27
13822026-05-15T03:43:41.368Z Compiling deranged v0.5.8
13832026-05-15T03:43:41.368Z Compiling usdt-impl v0.6.0
13842026-05-15T03:43:41.384Z Compiling num_threads v0.1.7
13852026-05-15T03:43:41.415Z Compiling crossbeam-utils v0.8.21
13862026-05-15T03:43:41.434Z Compiling bit-vec v0.8.0
13872026-05-15T03:43:41.497Z Compiling unicode-segmentation v1.12.0
13882026-05-15T03:43:41.627Z Compiling siphasher v1.0.2
13892026-05-15T03:43:41.635Z Compiling quick-error v1.2.3
13902026-05-15T03:43:41.658Z Compiling rand_xorshift v0.4.0
13912026-05-15T03:43:41.705Z Compiling bit-set v0.8.0
13922026-05-15T03:43:41.708Z Compiling aws-lc-sys v0.40.0
13932026-05-15T03:43:41.737Z Compiling ring v0.17.14
13942026-05-15T03:43:41.740Z Compiling openssl-sys v0.9.115
13952026-05-15T03:43:41.774Z Compiling zstd-sys v2.0.16+zstd.1.5.7
13962026-05-15T03:43:41.782Z Compiling regex-automata v0.4.14
13972026-05-15T03:43:41.837Z Compiling tempfile v3.25.0
13982026-05-15T03:43:41.860Z Compiling synstructure v0.13.2
13992026-05-15T03:43:41.884Z Compiling serde_derive_internals v0.29.1
14002026-05-15T03:43:41.900Z Compiling pest_generator v2.8.6
14012026-05-15T03:43:41.958Z Compiling darling_core v0.20.11
14022026-05-15T03:43:42.078Z Compiling rusty-fork v0.3.1
14032026-05-15T03:43:42.243Z Compiling darling_core v0.21.3
14042026-05-15T03:43:42.506Z Compiling bzip2-sys v0.1.13+1.0.8
14052026-05-15T03:43:42.529Z Compiling heapless v0.7.17
14062026-05-15T03:43:42.536Z Compiling time v0.3.47
14072026-05-15T03:43:42.550Z Compiling slog v2.8.2
14082026-05-15T03:43:42.582Z Compiling thread-id v5.1.0
14092026-05-15T03:43:42.676Z Compiling cookie v0.18.1
14102026-05-15T03:43:42.694Z Compiling unicode-bidi v0.3.18
14112026-05-15T03:43:42.714Z Compiling iri-string v0.7.10
14122026-05-15T03:43:42.772Z Compiling adler2 v2.0.1
14132026-05-15T03:43:42.794Z Compiling zstd-safe v7.2.4
14142026-05-15T03:43:42.828Z Compiling allocator-api2 v0.2.21
14152026-05-15T03:43:42.846Z Compiling unicode-properties v0.1.4
14162026-05-15T03:43:42.865Z Compiling unarray v0.1.4
14172026-05-15T03:43:42.918Z Compiling anyhow v1.0.102
14182026-05-15T03:43:42.940Z Compiling ryu v1.0.23
14192026-05-15T03:43:42.993Z Compiling paste v1.0.15
14202026-05-15T03:43:43.020Z Compiling signal-hook v0.3.18
14212026-05-15T03:43:43.082Z Compiling stringprep v0.1.5
14222026-05-15T03:43:43.138Z Compiling miniz_oxide v0.8.9
14232026-05-15T03:43:43.353Z Compiling heck v0.4.1
14242026-05-15T03:43:43.519Z Compiling num-integer v0.1.46
14252026-05-15T03:43:43.569Z Compiling curve25519-dalek v4.1.3
14262026-05-15T03:43:43.610Z Compiling vergen-lib v0.1.6
14272026-05-15T03:43:43.684Z Compiling serde_derive v1.0.228
14282026-05-15T03:43:43.788Z Compiling zeroize_derive v1.4.3
14292026-05-15T03:43:43.812Z Compiling zerofrom-derive v0.1.6
14302026-05-15T03:43:43.848Z Compiling yoke-derive v0.8.1
14312026-05-15T03:43:43.873Z Compiling zerovec-derive v0.11.2
14322026-05-15T03:43:43.920Z Compiling zerocopy-derive v0.8.40
14332026-05-15T03:43:44.010Z Compiling displaydoc v0.2.5
14342026-05-15T03:43:44.189Z Compiling tokio-macros v2.7.0
14352026-05-15T03:43:44.287Z Compiling futures-macro v0.3.32
14362026-05-15T03:43:44.387Z Compiling der_derive v0.7.3
14372026-05-15T03:43:44.480Z Compiling zeroize v1.8.2
14382026-05-15T03:43:44.774Z Compiling rustls-pki-types v1.14.0
14392026-05-15T03:43:44.883Z Compiling tracing-attributes v0.1.31
14402026-05-15T03:43:44.985Z Compiling thiserror-impl v2.0.18
14412026-05-15T03:43:45.079Z Compiling pest_derive v2.8.6
14422026-05-15T03:43:45.103Z Compiling scroll_derive v0.13.1
14432026-05-15T03:43:45.175Z Compiling futures-util v0.3.32
14442026-05-15T03:43:45.258Z Compiling schemars_derive v0.8.22
14452026-05-15T03:43:45.281Z Compiling crypto-common v0.1.7
14462026-05-15T03:43:45.332Z Compiling zerofrom v0.1.6
14472026-05-15T03:43:45.423Z Compiling block-buffer v0.10.4
14482026-05-15T03:43:45.464Z Compiling yoke v0.8.1
14492026-05-15T03:43:45.486Z Compiling block-padding v0.3.3
14502026-05-15T03:43:45.578Z Compiling der v0.7.10
14512026-05-15T03:43:45.606Z Compiling digest v0.10.7
14522026-05-15T03:43:45.666Z Compiling zerovec v0.11.5
14532026-05-15T03:43:45.678Z Compiling zerotrie v0.2.3
14542026-05-15T03:43:45.888Z Compiling hmac v0.12.1
14552026-05-15T03:43:45.954Z Compiling inout v0.1.4
14562026-05-15T03:43:45.996Z Compiling sha2 v0.10.9
14572026-05-15T03:43:46.058Z Compiling pbkdf2 v0.12.2
14582026-05-15T03:43:46.118Z Compiling cipher v0.4.4
14592026-05-15T03:43:46.143Z Compiling tinystr v0.8.2
14602026-05-15T03:43:46.193Z Compiling potential_utf v0.1.4
14612026-05-15T03:43:46.209Z Compiling scroll v0.13.0
14622026-05-15T03:43:46.309Z Compiling tracing v0.1.44
14632026-05-15T03:43:46.339Z Compiling icu_locale_core v2.1.1
14642026-05-15T03:43:46.384Z Compiling icu_collections v2.1.1
14652026-05-15T03:43:46.440Z Compiling salsa20 v0.10.2
14662026-05-15T03:43:46.462Z Compiling spki v0.7.3
14672026-05-15T03:43:46.462Z Compiling thiserror v2.0.18
14682026-05-15T03:43:46.530Z Compiling aes v0.8.4
14692026-05-15T03:43:46.556Z Compiling scrypt v0.11.0
14702026-05-15T03:43:46.580Z Compiling cbc v0.1.2
14712026-05-15T03:43:46.610Z Compiling darling_macro v0.20.11
14722026-05-15T03:43:46.661Z Compiling openssl-macros v0.1.1
14732026-05-15T03:43:46.764Z Compiling goblin v0.10.5
14742026-05-15T03:43:46.833Z Compiling rustls-native-certs v0.8.3
14752026-05-15T03:43:46.837Z Compiling dtrace-parser v0.3.0
14762026-05-15T03:43:46.901Z Compiling signature v2.2.0
14772026-05-15T03:43:47.105Z Compiling icu_provider v2.1.1
14782026-05-15T03:43:47.119Z Compiling pkcs5 v0.7.1
14792026-05-15T03:43:47.129Z Compiling darling v0.20.11
14802026-05-15T03:43:47.231Z Compiling bytes v1.11.1
14812026-05-15T03:43:47.295Z Compiling chrono v0.4.44
14822026-05-15T03:43:47.322Z Compiling ipnet v2.11.0
14832026-05-15T03:43:47.322Z Compiling derive_builder_core v0.20.2
14842026-05-15T03:43:47.437Z Compiling icu_normalizer v2.1.1
14852026-05-15T03:43:47.461Z Compiling icu_properties v2.1.2
14862026-05-15T03:43:47.543Z Compiling pkcs8 v0.10.2
14872026-05-15T03:43:47.593Z Compiling webpki-roots v1.0.6
14882026-05-15T03:43:47.626Z Compiling thiserror-impl v1.0.69
14892026-05-15T03:43:47.642Z Compiling scroll_derive v0.12.1
14902026-05-15T03:43:47.719Z Compiling tokio v1.52.1
14912026-05-15T03:43:47.817Z Compiling http v1.4.0
14922026-05-15T03:43:47.854Z Compiling serde_tokenstream v0.2.3
14932026-05-15T03:43:47.866Z Compiling toml_datetime v0.6.11
14942026-05-15T03:43:48.361Z Compiling serde_spanned v0.6.9
14952026-05-15T03:43:48.366Z Compiling erased-serde v0.3.31
14962026-05-15T03:43:48.366Z Compiling serde_urlencoded v0.7.1
14972026-05-15T03:43:48.366Z Compiling md-5 v0.10.6
14982026-05-15T03:43:48.366Z Compiling derive_builder_macro v0.20.2
14992026-05-15T03:43:48.366Z Compiling idna_adapter v1.2.1
15002026-05-15T03:43:48.403Z Compiling ppv-lite86 v0.2.21
15012026-05-15T03:43:48.429Z Compiling scroll v0.12.0
15022026-05-15T03:43:48.446Z Compiling darling_macro v0.21.3
15032026-05-15T03:43:48.510Z Compiling idna v1.1.0
15042026-05-15T03:43:48.615Z Compiling http-body v1.0.1
15052026-05-15T03:43:48.626Z Compiling bstr v1.12.1
15062026-05-15T03:43:48.645Z Compiling zerocopy-derive v0.7.35
15072026-05-15T03:43:48.728Z Compiling rand_chacha v0.9.0
15082026-05-15T03:43:48.742Z Compiling http-body-util v0.1.3
15092026-05-15T03:43:48.748Z Compiling rand_chacha v0.3.1
15102026-05-15T03:43:48.770Z Compiling pin-project-internal v1.1.11
15112026-05-15T03:43:48.774Z Compiling async-trait v0.1.89
15122026-05-15T03:43:48.800Z Compiling ff v0.13.1
15132026-05-15T03:43:48.949Z Compiling url v2.5.8
15142026-05-15T03:43:48.963Z Compiling rand v0.9.2
15152026-05-15T03:43:48.978Z Compiling thiserror v1.0.69
15162026-05-15T03:43:49.014Z Compiling hash32 v0.2.1
15172026-05-15T03:43:49.096Z Compiling memoffset v0.9.1
15182026-05-15T03:43:49.187Z Compiling encoding_rs v0.8.35
15192026-05-15T03:43:49.218Z Compiling cfg_aliases v0.2.1
15202026-05-15T03:43:49.268Z Compiling litrs v1.0.0
15212026-05-15T03:43:49.308Z Compiling smoltcp v0.9.1
15222026-05-15T03:43:49.327Z Compiling rustix v0.38.44
15232026-05-15T03:43:49.550Z Compiling dof v0.4.0
15242026-05-15T03:43:49.731Z Compiling proptest v1.10.0
15252026-05-15T03:43:49.760Z Compiling zlib-rs v0.6.2
15262026-05-15T03:43:49.832Z Compiling num-bigint-dig v0.8.6
15272026-05-15T03:43:49.844Z Compiling mime v0.3.17
15282026-05-15T03:43:49.861Z Compiling psl-types v2.0.11
15292026-05-15T03:43:49.879Z Compiling ref-cast v1.0.25
15302026-05-15T03:43:49.895Z Compiling fallible-iterator v0.2.0
15312026-05-15T03:43:49.937Z Compiling base16ct v0.2.0
15322026-05-15T03:43:49.995Z Compiling publicsuffix v2.3.0
15332026-05-15T03:43:50.006Z Compiling pin-project v1.1.11
15342026-05-15T03:43:50.060Z Compiling document-features v0.2.12
15352026-05-15T03:43:50.118Z Compiling sec1 v0.7.3
15362026-05-15T03:43:50.196Z Compiling postgres-protocol v0.6.10
15372026-05-15T03:43:50.230Z Compiling zerocopy v0.7.35
15382026-05-15T03:43:50.262Z Compiling nix v0.31.2
15392026-05-15T03:43:50.380Z Compiling ipnetwork v0.21.1
15402026-05-15T03:43:50.422Z Compiling darling v0.21.3
15412026-05-15T03:43:50.514Z Compiling rand v0.8.6
15422026-05-15T03:43:50.657Z Compiling oxnet v0.1.4
15432026-05-15T03:43:50.678Z Compiling group v0.13.0
15442026-05-15T03:43:50.763Z Compiling derive_builder v0.20.2
15452026-05-15T03:43:50.786Z Compiling goblin v0.8.2
15462026-05-15T03:43:50.813Z Compiling hubpack_derive v0.1.1
15472026-05-15T03:43:50.813Z Compiling futures-executor v0.3.32
15482026-05-15T03:43:50.843Z Compiling hex v0.4.3
15492026-05-15T03:43:50.858Z Compiling cargo-platform v0.1.9
15502026-05-15T03:43:50.874Z Compiling hkdf v0.12.4
15512026-05-15T03:43:50.909Z Compiling crypto-bigint v0.5.5
15522026-05-15T03:43:50.977Z Compiling regex v1.12.3
15532026-05-15T03:43:51.148Z Compiling num-iter v0.1.45
15542026-05-15T03:43:51.148Z Compiling daft-derive v0.1.5
15552026-05-15T03:43:51.180Z Compiling snafu-derive v0.8.9
15562026-05-15T03:43:51.181Z Compiling ref-cast-impl v1.0.25
15572026-05-15T03:43:51.184Z Compiling curve25519-dalek-derive v0.1.1
15582026-05-15T03:43:51.254Z Compiling strum_macros v0.27.2
15592026-05-15T03:43:51.434Z Compiling terminal_size v0.4.3
15602026-05-15T03:43:51.593Z Compiling tokio-util v0.7.18
15612026-05-15T03:43:51.658Z Compiling tower v0.5.3
15622026-05-15T03:43:51.690Z Compiling tokio-native-tls v0.3.1
15632026-05-15T03:43:51.693Z Compiling phf_shared v0.13.1
15642026-05-15T03:43:51.806Z Compiling lazy_static v1.5.0
15652026-05-15T03:43:51.851Z Compiling vergen v9.0.6
15662026-05-15T03:43:51.887Z Compiling fs-err v3.3.0
15672026-05-15T03:43:51.904Z Compiling ahash v0.8.12
15682026-05-15T03:43:51.908Z Compiling bitflags v1.3.2
15692026-05-15T03:43:51.919Z Compiling bumpalo v3.20.2
15702026-05-15T03:43:51.958Z Compiling managed v0.8.0
15712026-05-15T03:43:52.060Z Compiling libbz2-rs-sys v0.2.2
15722026-05-15T03:43:52.073Z Compiling foldhash v0.2.0
15732026-05-15T03:43:52.096Z Compiling tower-http v0.6.8
15742026-05-15T03:43:52.156Z Compiling newtype-uuid v1.3.2
15752026-05-15T03:43:52.178Z Compiling same-file v1.0.6
15762026-05-15T03:43:52.250Z Compiling foldhash v0.1.5
15772026-05-15T03:43:52.267Z Compiling object v0.37.3
15782026-05-15T03:43:52.308Z Compiling h2 v0.4.13
15792026-05-15T03:43:52.359Z Compiling winnow v0.5.40
15802026-05-15T03:43:52.396Z Compiling clap_builder v4.5.60
15812026-05-15T03:43:52.503Z Compiling bzip2 v0.6.1
15822026-05-15T03:43:52.543Z Compiling daft v0.1.5
15832026-05-15T03:43:52.580Z Compiling hashbrown v0.15.5
15842026-05-15T03:43:52.702Z Compiling flate2 v1.1.9
15852026-05-15T03:43:52.775Z Compiling walkdir v2.5.0
15862026-05-15T03:43:52.794Z Compiling hashbrown v0.16.1
15872026-05-15T03:43:53.046Z Compiling dof v0.3.0
15882026-05-15T03:43:53.109Z Compiling zopfli v0.8.3
15892026-05-15T03:43:53.161Z Compiling snafu v0.8.9
15902026-05-15T03:43:53.177Z Compiling phf v0.13.1
15912026-05-15T03:43:53.311Z Compiling strum v0.27.2
15922026-05-15T03:43:53.360Z Compiling elliptic-curve v0.13.8
15932026-05-15T03:43:53.488Z Compiling signal-hook-mio v0.2.5
15942026-05-15T03:43:53.547Z Compiling cookie_store v0.22.1
15952026-05-15T03:43:53.560Z Compiling cargo_metadata v0.19.2
15962026-05-15T03:43:53.579Z Compiling hubpack v0.1.2
15972026-05-15T03:43:53.677Z Compiling toml_edit v0.19.15
15982026-05-15T03:43:53.778Z Compiling usdt-macro v0.6.0
15992026-05-15T03:43:53.800Z Compiling usdt-attr-macro v0.6.0
16002026-05-15T03:43:53.811Z Compiling bzip2 v0.4.4
16012026-05-15T03:43:53.825Z Compiling futures v0.3.32
16022026-05-15T03:43:53.869Z Compiling postgres-types v0.2.12
16032026-05-15T03:43:53.880Z Compiling serde_with_macros v3.17.0
16042026-05-15T03:43:54.017Z Compiling zstd v0.13.3
16052026-05-15T03:43:54.211Z Compiling dtrace-parser v0.2.0
16062026-05-15T03:43:54.303Z Compiling globset v0.4.18
16072026-05-15T03:43:54.333Z Compiling ed25519 v2.2.3
16082026-05-15T03:43:54.450Z Compiling pkcs1 v0.7.5
16092026-05-15T03:43:54.566Z Compiling serde-big-array v0.5.1
16102026-05-15T03:43:54.721Z Compiling serde_plain v1.0.2
16112026-05-15T03:43:54.772Z Compiling olpc-cjson v0.1.4
16122026-05-15T03:43:54.903Z Compiling rfc6979 v0.4.0
16132026-05-15T03:43:54.938Z Compiling clap_derive v4.5.55
16142026-05-15T03:43:54.959Z Compiling enum-as-inner v0.6.1
16152026-05-15T03:43:54.975Z Compiling async-recursion v1.1.1
16162026-05-15T03:43:55.087Z Compiling serde_repr v0.1.20
16172026-05-15T03:43:55.111Z Compiling strum_macros v0.26.4
16182026-05-15T03:43:55.111Z Compiling phf_shared v0.11.3
16192026-05-15T03:43:55.118Z Compiling float-cmp v0.10.0
16202026-05-15T03:43:55.214Z Compiling pem v3.0.6
16212026-05-15T03:43:55.260Z Compiling thread-id v4.2.2
16222026-05-15T03:43:55.276Z Compiling memmap2 v0.9.10
16232026-05-15T03:43:55.293Z Compiling hyper v1.8.1
16242026-05-15T03:43:55.364Z Compiling env_filter v1.0.0
16252026-05-15T03:43:55.484Z Compiling jiff v0.2.21
16262026-05-15T03:43:55.516Z Compiling either v1.15.0
16272026-05-15T03:43:55.531Z Compiling static_assertions v1.1.0
16282026-05-15T03:43:55.566Z Compiling whoami v2.1.0
16292026-05-15T03:43:55.614Z Compiling predicates-core v1.0.10
16302026-05-15T03:43:55.627Z Compiling data-encoding v2.10.0
16312026-05-15T03:43:55.673Z Compiling normalize-line-endings v0.3.0
16322026-05-15T03:43:55.707Z Compiling typed-path v0.9.3
16332026-05-15T03:43:55.749Z Compiling new_debug_unreachable v1.0.6
16342026-05-15T03:43:55.782Z Compiling fixedbitset v0.4.2
16352026-05-15T03:43:55.815Z Compiling keccak v0.1.6
16362026-05-15T03:43:55.836Z Compiling difflib v0.4.0
16372026-05-15T03:43:55.966Z Compiling rustc-hash v2.1.1
16382026-05-15T03:43:56.036Z Compiling precomputed-hash v0.1.1
16392026-05-15T03:43:56.112Z Compiling fixedbitset v0.5.7
16402026-05-15T03:43:56.142Z Compiling string_cache v0.8.9
16412026-05-15T03:43:56.283Z Compiling predicates v3.1.4
16422026-05-15T03:43:56.340Z Compiling petgraph v0.8.3
16432026-05-15T03:43:56.384Z Compiling hyper-util v0.1.20
16442026-05-15T03:43:56.420Z Compiling iddqd v0.3.18
16452026-05-15T03:43:56.437Z Compiling sha3 v0.10.8
16462026-05-15T03:43:56.449Z Compiling petgraph v0.6.5
16472026-05-15T03:43:56.456Z Compiling hickory-proto v0.25.2
16482026-05-15T03:43:56.688Z Compiling tokio-postgres v0.7.16
16492026-05-15T03:43:56.817Z Compiling clap v4.5.60
16502026-05-15T03:43:56.860Z Compiling strum v0.26.3
16512026-05-15T03:43:56.906Z Compiling itertools v0.13.0
16522026-05-15T03:43:56.931Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16532026-05-15T03:43:56.974Z Compiling env_logger v0.11.9
16542026-05-15T03:43:57.052Z Compiling toml_edit v0.22.27
16552026-05-15T03:43:57.052Z Compiling usdt v0.6.0
16562026-05-15T03:43:57.052Z Compiling usdt-impl v0.5.0
16572026-05-15T03:43:57.277Z Compiling serde_with v3.17.0
16582026-05-15T03:43:57.309Z Compiling toml v0.7.8
16592026-05-15T03:43:57.641Z Compiling ecdsa v0.16.9
16602026-05-15T03:43:57.677Z Compiling crossterm v0.28.1
16612026-05-15T03:43:57.924Z Compiling hyper-tls v0.6.0
16622026-05-15T03:43:57.963Z Compiling rsa v0.9.10
16632026-05-15T03:43:58.034Z Compiling ed25519-dalek v2.2.0
16642026-05-15T03:43:58.159Z Compiling zip v4.6.1
16652026-05-15T03:43:58.329Z Compiling zip v0.6.6
16662026-05-15T03:43:58.888Z Compiling tokio-stream v0.1.18
16672026-05-15T03:43:58.927Z Compiling toml_parser v1.0.9+spec-1.1.0
16682026-05-15T03:43:58.963Z Compiling buf-list v1.1.2
16692026-05-15T03:43:59.013Z Compiling similar v2.7.0
16702026-05-15T03:43:59.138Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
16712026-05-15T03:43:59.138Z Compiling openapiv3 v2.2.0
16722026-05-15T03:43:59.271Z Compiling x509-cert v0.2.5
16732026-05-15T03:43:59.378Z Compiling sha1 v0.10.6
16742026-05-15T03:43:59.501Z Compiling crossbeam-epoch v0.9.18
16752026-05-15T03:43:59.501Z Compiling toml_datetime v0.7.5+spec-1.1.0
16762026-05-15T03:43:59.571Z Compiling lalrpop-util v0.19.12
16772026-05-15T03:43:59.643Z Compiling peg-runtime v0.8.5
16782026-05-15T03:43:59.770Z Compiling thread_local v1.1.9
16792026-05-15T03:43:59.770Z Compiling slog-async v2.8.0
16802026-05-15T03:43:59.917Z Compiling crossbeam-channel v0.5.15
16812026-05-15T03:43:59.917Z Compiling is-terminal v0.4.17
16822026-05-15T03:43:59.917Z Compiling filetime v0.2.27
16832026-05-15T03:43:59.917Z Compiling term v1.2.1
16842026-05-15T03:43:59.917Z Compiling xattr v1.6.1
16852026-05-15T03:44:00.030Z Compiling take_mut v0.2.2
16862026-05-15T03:44:00.030Z Compiling tar v0.4.45
16872026-05-15T03:44:00.081Z Compiling slog-term v2.9.2
16882026-05-15T03:44:17.906Z Compiling rustls-webpki v0.103.9
16892026-05-15T03:44:20.707Z Compiling tokio-rustls v0.26.4
16902026-05-15T03:44:20.707Z Compiling rustls-platform-verifier v0.6.2
16912026-05-15T03:44:20.927Z Compiling hyper-rustls v0.27.7
16922026-05-15T03:44:21.138Z Compiling reqwest v0.12.28
16932026-05-15T03:44:21.138Z Compiling reqwest v0.13.2
16942026-05-15T03:44:22.271Z Compiling tough v0.22.0
16952026-05-15T03:44:24.813Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
16962026-05-15T03:44:25.017Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
16972026-05-15T03:44:27.823Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.53s
16982026-05-15T03:44:27.967Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
16992026-05-15T03:44:28.023ZMay 15 03:44:27.282 INFO Starting download, target: Cockroach
17002026-05-15T03:44:28.023ZMay 15 03:44:27.283 INFO Starting download, target: Console
17012026-05-15T03:44:28.023ZMay 15 03:44:27.283 INFO Starting download, target: Clickhouse
17022026-05-15T03:44:28.023ZMay 15 03:44:27.283 INFO Starting download, target: DendriteStub
17032026-05-15T03:44:28.036ZMay 15 03:44:27.283 INFO Starting download, target: MaghemiteMgd
17042026-05-15T03:44:28.036ZMay 15 03:44:27.283 INFO Starting download, target: TransceiverControl
17052026-05-15T03:44:28.036ZMay 15 03:44:27.283 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
17062026-05-15T03:44:28.036ZMay 15 03:44:27.283 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
17072026-05-15T03:44:28.037ZMay 15 03:44:27.283 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
17082026-05-15T03:44:28.037ZMay 15 03:44:27.283 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
17092026-05-15T03:44:28.037ZMay 15 03:44:27.283 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
17102026-05-15T03:44:28.037ZMay 15 03:44:27.283 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse
17112026-05-15T03:44:29.019ZMay 15 03:44:28.268 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
17122026-05-15T03:44:29.104ZMay 15 03:44:28.313 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
17132026-05-15T03:44:29.263ZMay 15 03:44:28.487 INFO Download complete, target: TransceiverControl
17142026-05-15T03:44:29.316ZMay 15 03:44:28.553 INFO Download complete, target: Console
17152026-05-15T03:44:30.069ZMay 15 03:44:29.315 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse
17162026-05-15T03:44:32.566ZMay 15 03:44:31.811 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
17172026-05-15T03:44:34.863ZMay 15 03:44:34.111 INFO Download complete, target: DendriteStub
17182026-05-15T03:44:35.873ZMay 15 03:44:35.113 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
17192026-05-15T03:44:36.585ZMay 15 03:44:35.829 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
17202026-05-15T03:44:36.586ZMay 15 03:44:35.829 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
17212026-05-15T03:44:36.925ZMay 15 03:44:36.176 INFO Checking that binary works, target: Clickhouse
17222026-05-15T03:44:37.052ZMay 15 03:44:36.279 INFO Download complete, target: Clickhouse
17232026-05-15T03:44:38.435ZMay 15 03:44:37.637 INFO Download complete, target: MaghemiteMgd
17242026-05-15T03:44:41.351ZMay 15 03:44:40.472 INFO Checking that binary works, target: Cockroach
17252026-05-15T03:44:41.405ZMay 15 03:44:40.596 INFO Download complete, target: Cockroach
17262026-05-15T03:44:41.405ZAll prerequisites installed successfully
17272026-05-15T03:44:41.405Z
17282026-05-15T03:44:41.405Zreal 2:03.465529203
17292026-05-15T03:44:41.405Zuser 6:55.913566542
17302026-05-15T03:44:41.405Zsys 1:43.011288443
17312026-05-15T03:44:41.405Ztrap 0.264859876
17322026-05-15T03:44:41.405Ztflt 1.205638485
17332026-05-15T03:44:41.405Zdflt 1.592107540
17342026-05-15T03:44:41.405Zkflt 0.025169846
17352026-05-15T03:44:41.405Zlock 24:32.694340560
17362026-05-15T03:44:41.405Zslp 19:02.351304702
17372026-05-15T03:44:41.405Zlat 26.481057191
17382026-05-15T03:44:41.405Zstop 2:55.136030116
17392026-05-15T03:44:41.405Z+ ptime -m cargo xtask download softnpu
17402026-05-15T03:44:41.923Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17412026-05-15T03:44:41.944Z Running `target/debug/xtask download softnpu`
17422026-05-15T03:44:42.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
17432026-05-15T03:44:42.770Z Running `target/debug/xtask-downloader softnpu`
17442026-05-15T03:44:42.800ZMay 15 03:44:42.051 INFO Starting download, target: Softnpu
17452026-05-15T03:44:42.814ZMay 15 03:44:42.051 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
17462026-05-15T03:44:43.896ZMay 15 03:44:43.156 INFO Download complete, target: Softnpu
17472026-05-15T03:44:43.901Z
17482026-05-15T03:44:43.901Zreal 2.552681311
17492026-05-15T03:44:43.901Zuser 1.353781753
17502026-05-15T03:44:43.901Zsys 0.684530469
17512026-05-15T03:44:43.901Ztrap 0.000639440
17522026-05-15T03:44:43.901Ztflt 0.000110970
17532026-05-15T03:44:43.901Zdflt 0.000150410
17542026-05-15T03:44:43.901Zkflt 0.000000000
17552026-05-15T03:44:43.901Zlock 20.778897123
17562026-05-15T03:44:43.901Zslp 0.964816492
17572026-05-15T03:44:43.901Zlat 0.107771876
17582026-05-15T03:44:43.901Zstop 0.000209680
17592026-05-15T03:44:43.901Z+ export CARGO_INCREMENTAL=0
17602026-05-15T03:44:43.902Z+ CARGO_INCREMENTAL=0
17612026-05-15T03:44:43.902Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
17622026-05-15T03:44:44.893Z Compiling proc-macro2 v1.0.106
17632026-05-15T03:44:44.894Z Compiling quote v1.0.45
17642026-05-15T03:44:44.894Z Compiling unicode-ident v1.0.24
17652026-05-15T03:44:44.894Z Compiling libc v0.2.185
17662026-05-15T03:44:44.902Z Compiling serde_core v1.0.228
17672026-05-15T03:44:44.902Z Compiling serde v1.0.228
17682026-05-15T03:44:44.902Z Compiling cfg-if v1.0.4
17692026-05-15T03:44:44.902Z Compiling version_check v0.9.5
17702026-05-15T03:44:44.902Z Compiling find-msvc-tools v0.1.9
17712026-05-15T03:44:44.902Z Compiling shlex v1.3.0
17722026-05-15T03:44:44.902Z Compiling typenum v1.19.0
17732026-05-15T03:44:44.902Z Compiling zmij v1.0.21
17742026-05-15T03:44:44.961Z Compiling autocfg v1.5.0
17752026-05-15T03:44:44.964Z Compiling serde_json v1.0.149
17762026-05-15T03:44:44.964Z Compiling memchr v2.8.0
17772026-05-15T03:44:45.237Z Compiling portable-atomic v1.13.1
17782026-05-15T03:44:45.280Z Compiling libm v0.2.16
17792026-05-15T03:44:45.293Z Compiling zerocopy v0.8.40
17802026-05-15T03:44:45.329Z Compiling parking_lot_core v0.9.12
17812026-05-15T03:44:45.424Z Compiling generic-array v0.14.7
17822026-05-15T03:44:45.455Z Compiling num-traits v0.2.19
17832026-05-15T03:44:45.475Z Compiling smallvec v1.15.1
17842026-05-15T03:44:45.500Z Compiling icu_properties_data v2.1.2
17852026-05-15T03:44:45.567Z Compiling icu_normalizer_data v2.1.1
17862026-05-15T03:44:45.588Z Compiling itoa v1.0.17
17872026-05-15T03:44:45.607Z Compiling getrandom v0.4.1
17882026-05-15T03:44:45.679Z Compiling log v0.4.29
17892026-05-15T03:44:45.715Z Compiling stable_deref_trait v1.2.1
17902026-05-15T03:44:45.745Z Compiling pkg-config v0.3.32
17912026-05-15T03:44:45.778Z Compiling subtle v2.6.1
17922026-05-15T03:44:45.884Z Compiling scopeguard v1.2.0
17932026-05-15T03:44:45.923Z Compiling jobserver v0.1.34
17942026-05-15T03:44:46.000Z Compiling getrandom v0.2.17
17952026-05-15T03:44:46.024Z Compiling errno v0.3.14
17962026-05-15T03:44:46.048Z Compiling lock_api v0.4.14
17972026-05-15T03:44:46.133Z Compiling rand_core v0.6.4
17982026-05-15T03:44:46.183Z Compiling cc v1.2.56
17992026-05-15T03:44:46.213Z Compiling litemap v0.8.1
18002026-05-15T03:44:46.235Z Compiling percent-encoding v2.3.2
18012026-05-15T03:44:46.258Z Compiling writeable v0.6.2
18022026-05-15T03:44:46.334Z Compiling syn v2.0.117
18032026-05-15T03:44:46.359Z Compiling fnv v1.0.7
18042026-05-15T03:44:46.384Z Compiling pin-project-lite v0.2.17
18052026-05-15T03:44:46.454Z Compiling thiserror v2.0.18
18062026-05-15T03:44:46.500Z Compiling getrandom v0.3.4
18072026-05-15T03:44:46.531Z Compiling equivalent v1.0.2
18082026-05-15T03:44:46.549Z Compiling dunce v1.0.5
18092026-05-15T03:44:46.567Z Compiling fs_extra v1.3.0
18102026-05-15T03:44:46.609Z Compiling utf8_iter v1.0.4
18112026-05-15T03:44:46.687Z Compiling rand_core v0.10.0
18122026-05-15T03:44:46.707Z Compiling rustversion v1.0.22
18132026-05-15T03:44:46.707Z Compiling schemars v0.8.22
18142026-05-15T03:44:46.826Z Compiling form_urlencoded v1.2.2
18152026-05-15T03:44:46.884Z Compiling critical-section v1.2.0
18162026-05-15T03:44:46.944Z Compiling signal-hook-registry v1.4.8
18172026-05-15T03:44:46.979Z Compiling cmake v0.1.57
18182026-05-15T03:44:47.029Z Compiling rustix v1.1.3
18192026-05-15T03:44:47.063Z Compiling hashbrown v0.17.0
18202026-05-15T03:44:47.137Z Compiling mio v1.2.0
18212026-05-15T03:44:47.160Z Compiling socket2 v0.6.3
18222026-05-15T03:44:47.377Z Compiling semver v1.0.28
18232026-05-15T03:44:47.395Z Compiling once_cell v1.21.3
18242026-05-15T03:44:47.555Z Compiling bitflags v2.11.0
18252026-05-15T03:44:47.593Z Compiling parking_lot v0.12.5
18262026-05-15T03:44:47.593Z Compiling ring v0.17.14
18272026-05-15T03:44:47.641Z Compiling aws-lc-sys v0.40.0
18282026-05-15T03:44:47.665Z Compiling indexmap v2.14.0
18292026-05-15T03:44:47.665Z Compiling const-oid v0.9.6
18302026-05-15T03:44:47.728Z Compiling aws-lc-rs v1.16.3
18312026-05-15T03:44:47.768Z Compiling futures-core v0.3.32
18322026-05-15T03:44:47.852Z Compiling httparse v1.10.1
18332026-05-15T03:44:47.963Z Compiling thiserror v1.0.69
18342026-05-15T03:44:47.979Z Compiling vcpkg v0.2.15
18352026-05-15T03:44:48.008Z Compiling strsim v0.11.1
18362026-05-15T03:44:48.064Z Compiling byteorder v1.5.0
18372026-05-15T03:44:48.262Z Compiling iana-time-zone v0.1.65
18382026-05-15T03:44:48.274Z Compiling ucd-trie v0.1.7
18392026-05-15T03:44:48.325Z Compiling ident_case v1.0.1
18402026-05-15T03:44:48.330Z Compiling heck v0.5.0
18412026-05-15T03:44:48.437Z Compiling regex-syntax v0.8.10
18422026-05-15T03:44:48.460Z Compiling syn v1.0.109
18432026-05-15T03:44:48.460Z Compiling uuid v1.23.0
18442026-05-15T03:44:48.465Z Compiling pest v2.8.6
18452026-05-15T03:44:48.489Z Compiling rustls v0.23.37
18462026-05-15T03:44:48.544Z Compiling cpufeatures v0.2.17
18472026-05-15T03:44:48.552Z Compiling openssl-sys v0.9.115
18482026-05-15T03:44:48.699Z Compiling futures-sink v0.3.32
18492026-05-15T03:44:48.733Z Compiling rustc_version v0.4.1
18502026-05-15T03:44:48.806Z Compiling futures-channel v0.3.32
18512026-05-15T03:44:48.857Z Compiling futures-task v0.3.32
18522026-05-15T03:44:48.961Z Compiling futures-io v0.3.32
18532026-05-15T03:44:48.991Z Compiling slab v0.4.12
18542026-05-15T03:44:49.065Z Compiling aho-corasick v1.1.4
18552026-05-15T03:44:49.082Z Compiling synstructure v0.13.2
18562026-05-15T03:44:49.086Z Compiling serde_derive_internals v0.29.1
18572026-05-15T03:44:49.126Z Compiling dyn-clone v1.0.20
18582026-05-15T03:44:49.378Z Compiling plain v0.2.3
18592026-05-15T03:44:49.402Z Compiling crc32fast v1.5.0
18602026-05-15T03:44:49.497Z Compiling openssl v0.10.79
18612026-05-15T03:44:49.512Z Compiling base64 v0.22.1
18622026-05-15T03:44:49.573Z Compiling pest_meta v2.8.6
18632026-05-15T03:44:49.706Z Compiling time-core v0.1.8
18642026-05-15T03:44:49.719Z Compiling num-conv v0.2.0
18652026-05-15T03:44:49.751Z Compiling crossbeam-utils v0.8.21
18662026-05-15T03:44:49.827Z Compiling time-macros v0.2.27
18672026-05-15T03:44:49.907Z Compiling native-tls v0.2.18
18682026-05-15T03:44:49.946Z Compiling pretty-hex v0.4.1
18692026-05-15T03:44:50.027Z Compiling regex-automata v0.4.14
18702026-05-15T03:44:50.074Z Compiling anyhow v1.0.102
18712026-05-15T03:44:50.074Z Compiling base64ct v1.8.3
18722026-05-15T03:44:50.119Z Compiling darling_core v0.21.3
18732026-05-15T03:44:50.135Z Compiling tracing-core v0.1.36
18742026-05-15T03:44:50.195Z Compiling pest_generator v2.8.6
18752026-05-15T03:44:50.236Z Compiling zstd-sys v2.0.16+zstd.1.5.7
18762026-05-15T03:44:50.355Z Compiling pem-rfc7468 v0.7.0
18772026-05-15T03:44:50.410Z Compiling serde_derive v1.0.228
18782026-05-15T03:44:50.533Z Compiling zeroize_derive v1.4.3
18792026-05-15T03:44:50.713Z Compiling zerofrom-derive v0.1.6
18802026-05-15T03:44:50.771Z Compiling yoke-derive v0.8.1
18812026-05-15T03:44:50.771Z Compiling zerovec-derive v0.11.2
18822026-05-15T03:44:50.771Z Compiling displaydoc v0.2.5
18832026-05-15T03:44:50.854Z Compiling zerocopy-derive v0.8.40
18842026-05-15T03:44:50.864Z Compiling tokio-macros v2.7.0
18852026-05-15T03:44:50.864Z Compiling futures-macro v0.3.32
18862026-05-15T03:44:51.140Z Compiling zeroize v1.8.2
18872026-05-15T03:44:51.503Z Compiling thiserror-impl v2.0.18
18882026-05-15T03:44:51.574Z Compiling schemars_derive v0.8.22
18892026-05-15T03:44:51.603Z Compiling tracing-attributes v0.1.31
18902026-05-15T03:44:51.648Z Compiling der_derive v0.7.3
18912026-05-15T03:44:51.661Z Compiling thiserror-impl v1.0.69
18922026-05-15T03:44:51.751Z Compiling zerofrom v0.1.6
18932026-05-15T03:44:51.922Z Compiling yoke v0.8.1
18942026-05-15T03:44:51.950Z Compiling crypto-common v0.1.7
18952026-05-15T03:44:52.092Z Compiling zerovec v0.11.5
18962026-05-15T03:44:52.111Z Compiling zerotrie v0.2.3
18972026-05-15T03:44:52.265Z Compiling block-buffer v0.10.4
18982026-05-15T03:44:52.534Z Compiling digest v0.10.7
18992026-05-15T03:44:52.581Z Compiling tinystr v0.8.2
19002026-05-15T03:44:52.644Z Compiling potential_utf v0.1.4
19012026-05-15T03:44:52.686Z Compiling pest_derive v2.8.6
19022026-05-15T03:44:52.834Z Compiling futures-util v0.3.32
19032026-05-15T03:44:52.846Z Compiling hmac v0.12.1
19042026-05-15T03:44:52.846Z Compiling icu_locale_core v2.1.1
19052026-05-15T03:44:52.846Z Compiling icu_collections v2.1.1
19062026-05-15T03:44:53.007Z Compiling block-padding v0.3.3
19072026-05-15T03:44:53.067Z Compiling rustls-pki-types v1.14.0
19082026-05-15T03:44:53.148Z Compiling inout v0.1.4
19092026-05-15T03:44:53.363Z Compiling openssl-macros v0.1.1
19102026-05-15T03:44:53.506Z Compiling cipher v0.4.4
19112026-05-15T03:44:53.593Z Compiling bytes v1.11.1
19122026-05-15T03:44:54.175Z Compiling icu_provider v2.1.1
19132026-05-15T03:44:54.175Z Compiling chrono v0.4.44
19142026-05-15T03:44:54.219Z Compiling serde_tokenstream v0.2.3
19152026-05-15T03:44:54.219Z Compiling sha2 v0.10.9
19162026-05-15T03:44:54.220Z Compiling icu_normalizer v2.1.1
19172026-05-15T03:44:54.220Z Compiling icu_properties v2.1.2
19182026-05-15T03:44:54.220Z Compiling tokio v1.52.1
19192026-05-15T03:44:54.543Z Compiling scroll_derive v0.13.1
19202026-05-15T03:44:54.708Z Compiling scroll_derive v0.12.1
19212026-05-15T03:44:55.070Z Compiling idna_adapter v1.2.1
19222026-05-15T03:44:55.264Z Compiling ppv-lite86 v0.2.21
19232026-05-15T03:44:55.294Z Compiling idna v1.1.0
19242026-05-15T03:44:55.338Z Compiling http v1.4.0
19252026-05-15T03:44:55.476Z Compiling flagset v0.4.7
19262026-05-15T03:44:55.509Z Compiling untrusted v0.9.0
19272026-05-15T03:44:55.591Z Compiling url v2.5.8
19282026-05-15T03:44:55.627Z Compiling der v0.7.10
19292026-05-15T03:44:55.660Z Compiling tracing v0.1.44
19302026-05-15T03:44:55.779Z Compiling darling_macro v0.21.3
19312026-05-15T03:44:55.807Z Compiling regex v1.12.3
19322026-05-15T03:44:55.825Z Compiling zerocopy-derive v0.7.35
19332026-05-15T03:44:56.102Z Compiling rand_core v0.9.5
19342026-05-15T03:44:56.395Z Compiling slog v2.8.2
19352026-05-15T03:44:56.492Z Compiling spki v0.7.3
19362026-05-15T03:44:56.701Z Compiling darling v0.21.3
19372026-05-15T03:44:56.752Z Compiling salsa20 v0.10.2
19382026-05-15T03:44:56.761Z Compiling pbkdf2 v0.12.2
19392026-05-15T03:44:57.298Z Compiling cookie v0.18.1
19402026-05-15T03:44:57.316Z Compiling camino v1.2.2
19412026-05-15T03:44:57.615Z Compiling scrypt v0.11.0
19422026-05-15T03:44:57.638Z Compiling rand_chacha v0.9.0
19432026-05-15T03:44:57.661Z Compiling http-body v1.0.1
19442026-05-15T03:44:58.257Z Compiling cbc v0.1.2
19452026-05-15T03:44:58.494Z Compiling aes v0.8.4
19462026-05-15T03:44:58.494Z Compiling tokio-util v0.7.18
19472026-05-15T03:44:58.494Z Compiling usdt-impl v0.5.0
19482026-05-15T03:44:58.494Z Compiling winnow v0.7.14
19492026-05-15T03:44:58.494Z Compiling unicode-segmentation v1.12.0
19502026-05-15T03:44:58.495Z Compiling openssl-probe v0.2.1
19512026-05-15T03:44:58.495Z Compiling paste v1.0.15
19522026-05-15T03:44:58.495Z Compiling usdt-impl v0.6.0
19532026-05-15T03:44:58.495Z Compiling atomic-waker v1.1.2
19542026-05-15T03:44:58.495Z Compiling tinyvec_macros v0.1.1
19552026-05-15T03:44:58.495Z Compiling ref-cast v1.0.25
19562026-05-15T03:44:58.495Z Compiling either v1.15.0
19572026-05-15T03:44:58.701Z Compiling untrusted v0.7.1
19582026-05-15T03:44:58.701Z Compiling tinyvec v1.10.0
19592026-05-15T03:44:58.702Z Compiling pkcs5 v0.7.1
19602026-05-15T03:44:58.876Z Compiling rand v0.9.2
19612026-05-15T03:44:59.222Z Compiling scroll v0.12.0
19622026-05-15T03:44:59.339Z Compiling scroll v0.13.0
19632026-05-15T03:44:59.339Z Compiling serde_spanned v0.6.9
19642026-05-15T03:44:59.339Z Compiling toml_datetime v0.6.11
19652026-05-15T03:44:59.385Z Compiling async-trait v0.1.89
19662026-05-15T03:44:59.385Z Compiling heapless v0.7.17
19672026-05-15T03:44:59.385Z Compiling bzip2-sys v0.1.13+1.0.8
19682026-05-15T03:44:59.426Z Compiling fastrand v2.3.0
19692026-05-15T03:44:59.563Z Compiling tower-service v0.3.3
19702026-05-15T03:44:59.636Z Compiling tower-layer v0.3.3
19712026-05-15T03:44:59.636Z Compiling signal-hook v0.3.18
19722026-05-15T03:44:59.636Z Compiling try-lock v0.2.5
19732026-05-15T03:44:59.710Z Compiling zstd-safe v7.2.4
19742026-05-15T03:44:59.810Z Compiling h2 v0.4.13
19752026-05-15T03:44:59.831Z Compiling want v0.3.1
19762026-05-15T03:44:59.983Z Compiling goblin v0.10.5
19772026-05-15T03:45:00.152Z Compiling toml_parser v1.0.9+spec-1.1.0
19782026-05-15T03:45:00.152Z Compiling goblin v0.8.2
19792026-05-15T03:45:00.186Z Compiling pkcs8 v0.10.2
19802026-05-15T03:45:00.431Z Compiling heck v0.4.1
19812026-05-15T03:45:00.495Z Compiling zerocopy v0.7.35
19822026-05-15T03:45:00.548Z Compiling ipnet v2.11.0
19832026-05-15T03:45:00.629Z Compiling ref-cast-impl v1.0.25
19842026-05-15T03:45:00.684Z Compiling darling_core v0.20.11
19852026-05-15T03:45:01.185Z Compiling curve25519-dalek v4.1.3
19862026-05-15T03:45:01.385Z Compiling toml_datetime v0.7.5+spec-1.1.0
19872026-05-15T03:45:01.385Z Compiling memoffset v0.9.1
19882026-05-15T03:45:01.408Z Compiling winnow v0.5.40
19892026-05-15T03:45:01.408Z Compiling pin-utils v0.1.0
19902026-05-15T03:45:01.425Z Compiling httpdate v1.0.3
19912026-05-15T03:45:01.463Z Compiling foreign-types-shared v0.1.1
19922026-05-15T03:45:01.563Z Compiling litrs v1.0.0
19932026-05-15T03:45:01.816Z Compiling rustix v0.38.44
19942026-05-15T03:45:02.126Z Compiling tempfile v3.25.0
19952026-05-15T03:45:02.146Z Compiling document-features v0.2.12
19962026-05-15T03:45:02.186Z Compiling foreign-types v0.3.2
19972026-05-15T03:45:02.261Z Compiling dof v0.3.0
19982026-05-15T03:45:02.714Z Compiling toml_edit v0.19.15
19992026-05-15T03:45:02.745Z Compiling dof v0.4.0
20002026-05-15T03:45:02.745Z Compiling darling_macro v0.20.11
20012026-05-15T03:45:02.814Z Compiling hyper v1.8.1
20022026-05-15T03:45:02.913Z Compiling unicode-normalization v0.1.25
20032026-05-15T03:45:02.957Z Compiling dtrace-parser v0.2.0
20042026-05-15T03:45:03.318Z Compiling dtrace-parser v0.3.0
20052026-05-15T03:45:03.425Z Compiling daft-derive v0.1.5
20062026-05-15T03:45:03.474Z Compiling pin-project-internal v1.1.11
20072026-05-15T03:45:03.634Z Compiling spin v0.9.8
20082026-05-15T03:45:03.653Z Compiling thread-id v5.1.0
20092026-05-15T03:45:03.710Z Compiling thread-id v4.2.2
20102026-05-15T03:45:03.824Z Compiling powerfmt v0.2.0
20112026-05-15T03:45:03.834Z Compiling cfg_aliases v0.2.1
20122026-05-15T03:45:03.834Z Compiling smoltcp v0.9.1
20132026-05-15T03:45:03.834Z Compiling num-bigint-dig v0.8.6
20142026-05-15T03:45:03.878Z Compiling nix v0.31.2
20152026-05-15T03:45:03.914Z Compiling deranged v0.5.8
20162026-05-15T03:45:03.934Z Compiling hyper-util v0.1.20
20172026-05-15T03:45:04.268Z Compiling darling v0.20.11
20182026-05-15T03:45:04.565Z Compiling rustls-native-certs v0.8.3
20192026-05-15T03:45:04.614Z Compiling ipnetwork v0.21.1
20202026-05-15T03:45:04.913Z Compiling strum_macros v0.26.4
20212026-05-15T03:45:05.061Z Compiling curve25519-dalek-derive v0.1.1
20222026-05-15T03:45:05.186Z Compiling sync_wrapper v1.0.2
20232026-05-15T03:45:05.238Z Compiling wait-timeout v0.2.1
20242026-05-15T03:45:05.590Z Compiling siphasher v1.0.2
20252026-05-15T03:45:05.626Z Compiling num_threads v0.1.7
20262026-05-15T03:45:05.704Z Compiling bit-vec v0.8.0
20272026-05-15T03:45:05.714Z Compiling utf8parse v0.2.2
20282026-05-15T03:45:05.747Z Compiling anstyle v1.0.13
20292026-05-15T03:45:05.868Z Compiling simd-adler32 v0.3.8
20302026-05-15T03:45:05.938Z Compiling quick-error v1.2.3
20312026-05-15T03:45:05.979Z Compiling time v0.3.47
20322026-05-15T03:45:06.015Z Compiling bit-set v0.8.0
20332026-05-15T03:45:06.060Z Compiling rusty-fork v0.3.1
20342026-05-15T03:45:06.173Z Compiling anstyle-parse v0.2.7
20352026-05-15T03:45:06.319Z Compiling tower v0.5.3
20362026-05-15T03:45:06.599Z Compiling derive_builder_core v0.20.2
20372026-05-15T03:45:06.610Z Compiling snafu-derive v0.8.9
20382026-05-15T03:45:06.810Z Compiling http-body-util v0.1.3
20392026-05-15T03:45:07.112Z Compiling webpki-roots v1.0.6
20402026-05-15T03:45:07.629Z Compiling rand_xorshift v0.4.0
20412026-05-15T03:45:07.645Z Compiling signature v2.2.0
20422026-05-15T03:45:07.645Z Compiling hubpack_derive v0.1.1
20432026-05-15T03:45:07.645Z Compiling strum_macros v0.27.2
20442026-05-15T03:45:07.645Z Compiling fs-err v3.3.0
20452026-05-15T03:45:07.645Z Compiling ahash v0.8.12
20462026-05-15T03:45:07.645Z Compiling encoding_rs v0.8.35
20472026-05-15T03:45:07.848Z Compiling unicode-bidi v0.3.18
20482026-05-15T03:45:08.026Z Compiling ryu v1.0.23
20492026-05-15T03:45:08.026Z Compiling allocator-api2 v0.2.21
20502026-05-15T03:45:08.026Z Compiling is_terminal_polyfill v1.70.2
20512026-05-15T03:45:08.169Z Compiling adler2 v2.0.1
20522026-05-15T03:45:08.169Z Compiling colorchoice v1.0.4
20532026-05-15T03:45:08.170Z Compiling iri-string v0.7.10
20542026-05-15T03:45:08.362Z Compiling unicode-properties v0.1.4
20552026-05-15T03:45:08.362Z Compiling object v0.37.3
20562026-05-15T03:45:08.362Z Compiling unarray v0.1.4
20572026-05-15T03:45:08.362Z Compiling mime v0.3.17
20582026-05-15T03:45:08.362Z Compiling anstyle-query v1.1.5
20592026-05-15T03:45:08.505Z Compiling proptest v1.10.0
20602026-05-15T03:45:08.505Z Compiling stringprep v0.1.5
20612026-05-15T03:45:08.505Z Compiling anstream v0.6.21
20622026-05-15T03:45:08.505Z Compiling miniz_oxide v0.8.9
20632026-05-15T03:45:08.505Z Compiling serde_urlencoded v0.7.1
20642026-05-15T03:45:08.845Z Compiling derive_builder_macro v0.20.2
20652026-05-15T03:45:08.924Z Compiling tokio-native-tls v0.3.1
20662026-05-15T03:45:08.941Z Compiling usdt-macro v0.6.0
20672026-05-15T03:45:09.006Z Compiling usdt-attr-macro v0.6.0
20682026-05-15T03:45:09.379Z Compiling tower-http v0.6.8
20692026-05-15T03:45:09.602Z Compiling rand_chacha v0.3.1
20702026-05-15T03:45:09.699Z Compiling erased-serde v0.3.31
20712026-05-15T03:45:09.699Z Compiling md-5 v0.10.6
20722026-05-15T03:45:09.783Z Compiling bstr v1.12.1
20732026-05-15T03:45:09.817Z Compiling num-integer v0.1.46
20742026-05-15T03:45:09.817Z Compiling hash32 v0.2.1
20752026-05-15T03:45:09.817Z Compiling vergen-lib v0.1.6
20762026-05-15T03:45:09.840Z Compiling ff v0.13.1
20772026-05-15T03:45:10.210Z Compiling zlib-rs v0.6.2
20782026-05-15T03:45:10.379Z Compiling base16ct v0.2.0
20792026-05-15T03:45:10.379Z Compiling fallible-iterator v0.2.0
20802026-05-15T03:45:10.379Z Compiling psl-types v2.0.11
20812026-05-15T03:45:10.380Z Compiling sec1 v0.7.3
20822026-05-15T03:45:10.553Z Compiling newtype-uuid v1.3.2
20832026-05-15T03:45:10.553Z Compiling publicsuffix v2.3.0
20842026-05-15T03:45:10.553Z Compiling postgres-protocol v0.6.10
20852026-05-15T03:45:10.553Z Compiling num-iter v0.1.45
20862026-05-15T03:45:10.567Z Compiling group v0.13.0
20872026-05-15T03:45:10.768Z Compiling rand v0.8.6
20882026-05-15T03:45:11.496Z Compiling oxnet v0.1.4
20892026-05-15T03:45:11.525Z Compiling derive_builder v0.20.2
20902026-05-15T03:45:11.525Z Compiling hyper-tls v0.6.0
20912026-05-15T03:45:11.546Z Compiling phf_shared v0.13.1
20922026-05-15T03:45:11.546Z Compiling pin-project v1.1.11
20932026-05-15T03:45:11.620Z Compiling lazy_static v1.5.0
20942026-05-15T03:45:11.743Z Compiling terminal_size v0.4.3
20952026-05-15T03:45:11.918Z Compiling serde_with_macros v3.17.0
20962026-05-15T03:45:11.918Z Compiling futures-executor v0.3.32
20972026-05-15T03:45:11.946Z Compiling hex v0.4.3
20982026-05-15T03:45:11.946Z Compiling cargo-platform v0.1.9
20992026-05-15T03:45:12.028Z Compiling hkdf v0.12.4
21002026-05-15T03:45:12.168Z Compiling flate2 v1.1.9
21012026-05-15T03:45:12.189Z Compiling crypto-bigint v0.5.5
21022026-05-15T03:45:12.189Z Compiling enum-as-inner v0.6.1
21032026-05-15T03:45:12.189Z Compiling serde_repr v0.1.20
21042026-05-15T03:45:12.209Z Compiling clap_derive v4.5.55
21052026-05-15T03:45:12.324Z Compiling async-recursion v1.1.1
21062026-05-15T03:45:12.367Z Compiling vergen v9.0.6
21072026-05-15T03:45:12.478Z Compiling foldhash v0.2.0
21082026-05-15T03:45:12.502Z Compiling libbz2-rs-sys v0.2.2
21092026-05-15T03:45:12.614Z Compiling clap_lex v1.0.0
21102026-05-15T03:45:12.747Z Compiling same-file v1.0.6
21112026-05-15T03:45:12.825Z Compiling managed v0.8.0
21122026-05-15T03:45:12.894Z Compiling foldhash v0.1.5
21132026-05-15T03:45:12.913Z Compiling bitflags v1.3.2
21142026-05-15T03:45:12.913Z Compiling bumpalo v3.20.2
21152026-05-15T03:45:12.962Z Compiling hashbrown v0.15.5
21162026-05-15T03:45:13.084Z Compiling elliptic-curve v0.13.8
21172026-05-15T03:45:13.093Z Compiling bzip2 v0.6.1
21182026-05-15T03:45:13.093Z Compiling walkdir v2.5.0
21192026-05-15T03:45:13.146Z Compiling zopfli v0.8.3
21202026-05-15T03:45:13.247Z Compiling clap_builder v4.5.60
21212026-05-15T03:45:13.350Z Compiling hashbrown v0.16.1
21222026-05-15T03:45:13.403Z Compiling cargo_metadata v0.19.2
21232026-05-15T03:45:13.687Z Compiling futures v0.3.32
21242026-05-15T03:45:13.892Z Compiling zstd v0.13.3
21252026-05-15T03:45:13.964Z Compiling phf v0.13.1
21262026-05-15T03:45:14.021Z Compiling snafu v0.8.9
21272026-05-15T03:45:14.170Z Compiling daft v0.1.5
21282026-05-15T03:45:14.292Z Compiling signal-hook-mio v0.2.5
21292026-05-15T03:45:14.341Z Compiling cookie_store v0.22.1
21302026-05-15T03:45:14.365Z Compiling postgres-types v0.2.12
21312026-05-15T03:45:14.402Z Compiling bzip2 v0.4.4
21322026-05-15T03:45:14.541Z Compiling globset v0.4.18
21332026-05-15T03:45:14.662Z Compiling strum v0.27.2
21342026-05-15T03:45:14.883Z Compiling hubpack v0.1.2
21352026-05-15T03:45:14.924Z Compiling ed25519 v2.2.3
21362026-05-15T03:45:14.946Z Compiling phf_shared v0.11.3
21372026-05-15T03:45:14.974Z Compiling crossbeam-epoch v0.9.18
21382026-05-15T03:45:15.272Z Compiling olpc-cjson v0.1.4
21392026-05-15T03:45:15.567Z Compiling pkcs1 v0.7.5
21402026-05-15T03:45:15.567Z Compiling pem v3.0.6
21412026-05-15T03:45:15.567Z Compiling serde-big-array v0.5.1
21422026-05-15T03:45:15.567Z Compiling serde_plain v1.0.2
21432026-05-15T03:45:15.757Z Compiling rfc6979 v0.4.0
21442026-05-15T03:45:15.757Z Compiling float-cmp v0.10.0
21452026-05-15T03:45:15.757Z Compiling memmap2 v0.9.10
21462026-05-15T03:45:15.757Z Compiling env_filter v1.0.0
21472026-05-15T03:45:15.757Z Compiling fixedbitset v0.5.7
21482026-05-15T03:45:15.757Z Compiling jiff v0.2.21
21492026-05-15T03:45:15.757Z Compiling data-encoding v2.10.0
21502026-05-15T03:45:15.757Z Compiling typed-path v0.9.3
21512026-05-15T03:45:15.847Z Compiling precomputed-hash v0.1.1
21522026-05-15T03:45:15.848Z Compiling toml_write v0.1.2
21532026-05-15T03:45:15.848Z Compiling static_assertions v1.1.0
21542026-05-15T03:45:15.848Z Compiling rustc-hash v2.1.1
21552026-05-15T03:45:15.848Z Compiling new_debug_unreachable v1.0.6
21562026-05-15T03:45:15.848Z Compiling fixedbitset v0.4.2
21572026-05-15T03:45:15.908Z Compiling normalize-line-endings v0.3.0
21582026-05-15T03:45:15.908Z Compiling difflib v0.4.0
21592026-05-15T03:45:15.992Z Compiling keccak v0.1.6
21602026-05-15T03:45:15.993Z Compiling predicates-core v1.0.10
21612026-05-15T03:45:16.023Z Compiling whoami v2.1.0
21622026-05-15T03:45:16.050Z Compiling petgraph v0.6.5
21632026-05-15T03:45:16.231Z Compiling predicates v3.1.4
21642026-05-15T03:45:16.383Z Compiling sha3 v0.10.8
21652026-05-15T03:45:16.383Z Compiling tokio-postgres v0.7.16
21662026-05-15T03:45:16.383Z Compiling hickory-proto v0.25.2
21672026-05-15T03:45:16.470Z Compiling toml_edit v0.22.27
21682026-05-15T03:45:16.470Z Compiling iddqd v0.3.18
21692026-05-15T03:45:16.470Z Compiling string_cache v0.8.9
21702026-05-15T03:45:16.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21712026-05-15T03:45:16.797Z Compiling petgraph v0.8.3
21722026-05-15T03:45:17.152Z Compiling env_logger v0.11.9
21732026-05-15T03:45:17.183Z Compiling usdt v0.6.0
21742026-05-15T03:45:17.496Z Compiling ecdsa v0.16.9
21752026-05-15T03:45:17.518Z Compiling rsa v0.9.10
21762026-05-15T03:45:17.541Z Compiling ed25519-dalek v2.2.0
21772026-05-15T03:45:18.138Z Compiling crossterm v0.28.1
21782026-05-15T03:45:18.384Z Compiling zip v4.6.1
21792026-05-15T03:45:18.638Z Compiling clap v4.5.60
21802026-05-15T03:45:18.638Z Compiling zip v0.6.6
21812026-05-15T03:45:19.009Z Compiling serde_with v3.17.0
21822026-05-15T03:45:19.041Z Compiling similar v2.7.0
21832026-05-15T03:45:19.041Z Compiling strum v0.26.3
21842026-05-15T03:45:19.095Z Compiling toml v0.7.8
21852026-05-15T03:45:19.179Z Compiling tokio-stream v0.1.18
21862026-05-15T03:45:19.209Z Compiling itertools v0.13.0
21872026-05-15T03:45:19.451Z Compiling buf-list v1.1.2
21882026-05-15T03:45:19.517Z Compiling x509-cert v0.2.5
21892026-05-15T03:45:19.689Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
21902026-05-15T03:45:19.742Z Compiling openapiv3 v2.2.0
21912026-05-15T03:45:20.077Z Compiling sha1 v0.10.6
21922026-05-15T03:45:20.133Z Compiling lalrpop-util v0.19.12
21932026-05-15T03:45:20.731Z Compiling peg-runtime v0.8.5
21942026-05-15T03:45:36.139Z Compiling rustls-webpki v0.103.9
21952026-05-15T03:45:36.902Z Compiling macaddr v1.0.1
21962026-05-15T03:45:36.992Z Compiling structmeta-derive v0.3.0
21972026-05-15T03:45:37.031Z Compiling crucible-workspace-hack v0.1.0
21982026-05-15T03:45:37.152Z Compiling rayon-core v1.13.0
21992026-05-15T03:45:37.197Z Compiling itertools v0.14.0
22002026-05-15T03:45:37.250Z Compiling secrecy v0.10.3
22012026-05-15T03:45:37.380Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22022026-05-15T03:45:37.401Z Compiling rustls v0.22.4
22032026-05-15T03:45:37.466Z Compiling heapless v0.8.0
22042026-05-15T03:45:37.522Z Compiling crossbeam-deque v0.8.6
22052026-05-15T03:45:37.591Z Compiling toml_edit v0.23.10+spec-1.0.0
22062026-05-15T03:45:37.638Z Compiling rustls-webpki v0.102.8
22072026-05-15T03:45:37.670Z Compiling hash32 v0.3.1
22082026-05-15T03:45:37.770Z Compiling multer v3.1.0
22092026-05-15T03:45:37.804Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22102026-05-15T03:45:37.861Z Compiling thread_local v1.1.9
22112026-05-15T03:45:37.946Z Compiling structmeta v0.3.0
22122026-05-15T03:45:37.971Z Compiling slog-async v2.8.0
22132026-05-15T03:45:37.974Z Compiling unicode-width v0.2.0
22142026-05-15T03:45:38.006Z Compiling smoltcp v0.11.0
22152026-05-15T03:45:38.121Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162026-05-15T03:45:38.163Z Compiling compression-core v0.4.31
22172026-05-15T03:45:38.179Z Compiling match_cfg v0.1.0
22182026-05-15T03:45:38.221Z Compiling derive-ex v0.1.8
22192026-05-15T03:45:38.274Z Compiling hostname v0.3.1
22202026-05-15T03:45:38.334Z Compiling compression-codecs v0.4.37
22212026-05-15T03:45:38.339Z Compiling proc-macro-crate v3.4.0
22222026-05-15T03:45:38.469Z Compiling slog-json v2.6.1
22232026-05-15T03:45:38.473Z Compiling ingot-macros v0.1.1
22242026-05-15T03:45:38.518Z Compiling crossbeam-channel v0.5.15
22252026-05-15T03:45:38.703Z Compiling half v2.7.1
22262026-05-15T03:45:38.744Z Compiling newtype-uuid-macros v0.1.0
22272026-05-15T03:45:38.777Z Compiling cobs v0.3.0
22282026-05-15T03:45:38.919Z Compiling thiserror-impl-no-std v2.0.2
22292026-05-15T03:45:39.062Z Compiling universal-hash v0.5.1
22302026-05-15T03:45:39.114Z Compiling async-stream-impl v0.3.6
22312026-05-15T03:45:39.215Z Compiling toml_datetime v1.0.0+spec-1.1.0
22322026-05-15T03:45:39.231Z Compiling serde_spanned v1.0.4
22332026-05-15T03:45:39.419Z Compiling is-terminal v0.4.17
22342026-05-15T03:45:39.538Z Compiling proc-macro-error-attr v1.0.4
22352026-05-15T03:45:39.562Z Compiling dropshot v0.17.0
22362026-05-15T03:45:39.562Z Compiling term v1.2.1
22372026-05-15T03:45:39.698Z Compiling tokio-rustls v0.26.4
22382026-05-15T03:45:39.704Z Compiling rustls-platform-verifier v0.6.2
22392026-05-15T03:45:39.735Z Compiling convert_case v0.4.0
22402026-05-15T03:45:39.739Z Compiling toml_writer v1.0.6+spec-1.1.0
22412026-05-15T03:45:39.802Z Compiling ciborium-io v0.2.2
22422026-05-15T03:45:39.916Z Compiling take_mut v0.2.2
22432026-05-15T03:45:39.947Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
22442026-05-15T03:45:39.968Z Compiling hyper-rustls v0.27.7
22452026-05-15T03:45:40.080Z Compiling opaque-debug v0.3.1
22462026-05-15T03:45:40.127Z Compiling thiserror-no-std v2.0.2
22472026-05-15T03:45:40.127Z Compiling toml v1.0.6+spec-1.1.0
22482026-05-15T03:45:40.127Z Compiling derive_more v0.99.20
22492026-05-15T03:45:40.141Z Compiling poly1305 v0.8.0
22502026-05-15T03:45:40.171Z Compiling ciborium-ll v0.2.2
22512026-05-15T03:45:40.185Z Compiling slog-term v2.9.2
22522026-05-15T03:45:40.282Z Compiling reqwest v0.12.28
22532026-05-15T03:45:40.314Z Compiling reqwest v0.13.2
22542026-05-15T03:45:40.451Z Compiling test-strategy v0.4.5
22552026-05-15T03:45:40.761Z Compiling tokio-rustls v0.25.0
22562026-05-15T03:45:41.146Z Compiling ingot-types v0.1.2
22572026-05-15T03:45:41.161Z Compiling async-stream v0.3.6
22582026-05-15T03:45:41.308Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22592026-05-15T03:45:41.353Z Compiling postcard v1.1.3
22602026-05-15T03:45:41.469Z Compiling num_enum_derive v0.7.5
22612026-05-15T03:45:41.469Z Compiling slog-bunyan v2.5.0
22622026-05-15T03:45:41.635Z Compiling ingot v0.1.1
22632026-05-15T03:45:41.655Z Compiling async-compression v0.4.41
22642026-05-15T03:45:41.768Z Compiling parse-display-derive v0.10.0
22652026-05-15T03:45:41.781Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e)
22662026-05-15T03:45:42.148Z Compiling tough v0.22.0
22672026-05-15T03:45:42.259Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
22682026-05-15T03:45:42.338Z Compiling proc-macro-crate v1.3.1
22692026-05-15T03:45:42.512Z Compiling backon v1.6.0
22702026-05-15T03:45:42.709Z Compiling waitgroup v0.1.2
22712026-05-15T03:45:42.778Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22722026-05-15T03:45:42.929Z Compiling password-hash v0.5.0
22732026-05-15T03:45:42.982Z Compiling chacha20 v0.9.1
22742026-05-15T03:45:43.266Z Compiling dropshot_endpoint v0.17.0
22752026-05-15T03:45:43.280Z Compiling rustls-pemfile v2.2.0
22762026-05-15T03:45:43.300Z Compiling blake2 v0.10.6
22772026-05-15T03:45:43.375Z Compiling aead v0.5.2
22782026-05-15T03:45:43.574Z Compiling foreign-types-macros v0.2.3
22792026-05-15T03:45:43.596Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22802026-05-15T03:45:43.596Z Compiling serde_path_to_error v0.1.20
22812026-05-15T03:45:43.633Z Compiling hostname v0.4.2
22822026-05-15T03:45:43.816Z Compiling proc-macro-error v1.0.4
22832026-05-15T03:45:43.840Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22842026-05-15T03:45:43.862Z Compiling instant v0.1.13
22852026-05-15T03:45:43.897Z Compiling debug-ignore v1.0.5
22862026-05-15T03:45:43.914Z Compiling foreign-types-shared v0.3.1
22872026-05-15T03:45:43.948Z Compiling cpufeatures v0.3.0
22882026-05-15T03:45:44.008Z Compiling typeid v1.0.3
22892026-05-15T03:45:44.024Z Compiling chacha20 v0.10.0
22902026-05-15T03:45:44.037Z Compiling backoff v0.4.0
22912026-05-15T03:45:44.038Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
22922026-05-15T03:45:44.087Z Compiling argon2 v0.5.3
22932026-05-15T03:45:44.090Z Compiling chacha20poly1305 v0.10.1
22942026-05-15T03:45:44.164Z Compiling foreign-types v0.5.0
22952026-05-15T03:45:44.176Z Compiling parse-display v0.10.0
22962026-05-15T03:45:44.193Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
22972026-05-15T03:45:44.210Z Compiling num_enum_derive v0.5.11
22982026-05-15T03:45:44.263Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
22992026-05-15T03:45:44.287Z Compiling num_enum v0.7.5
23002026-05-15T03:45:44.341Z Compiling ciborium v0.2.2
23012026-05-15T03:45:44.469Z Compiling vsss-rs v3.3.4
23022026-05-15T03:45:44.659Z Compiling tabwriter v1.4.1
23032026-05-15T03:45:44.676Z Compiling regress v0.10.5
23042026-05-15T03:45:45.053Z Compiling byte-wrapper v0.1.0
23052026-05-15T03:45:45.119Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
23062026-05-15T03:45:45.150Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23072026-05-15T03:45:45.177Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23082026-05-15T03:45:45.221Z Compiling cstr-argument v0.1.2
23092026-05-15T03:45:45.282Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8)
23102026-05-15T03:45:45.415Z Compiling erased-serde v0.4.9
23112026-05-15T03:45:45.522Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
23122026-05-15T03:45:45.616Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
23132026-05-15T03:45:45.755Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
23142026-05-15T03:45:45.770Z Compiling num_enum v0.5.11
23152026-05-15T03:45:45.808Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
23162026-05-15T03:45:45.918Z Compiling rand v0.10.0
23172026-05-15T03:45:45.962Z Compiling rayon v1.11.0
23182026-05-15T03:45:45.978Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
23192026-05-15T03:45:46.019Z Compiling libefi-sys v0.1.0
23202026-05-15T03:45:46.024Z Compiling colored v3.1.1
23212026-05-15T03:45:46.108Z Compiling indent_write v2.2.0
23222026-05-15T03:45:46.115Z Compiling zone_cfg_derive v0.3.1
23232026-05-15T03:45:46.155Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
23242026-05-15T03:45:46.236Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23252026-05-15T03:45:46.281Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23262026-05-15T03:45:46.361Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
23272026-05-15T03:45:46.371Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23282026-05-15T03:45:46.479Z Compiling camino-tempfile v1.4.1
23292026-05-15T03:45:46.608Z Compiling itertools v0.12.1
23302026-05-15T03:45:46.719Z Compiling usdt-attr-macro v0.5.0
23312026-05-15T03:45:46.740Z Compiling usdt-macro v0.5.0
23322026-05-15T03:45:46.745Z Compiling num-derive v0.4.2
23332026-05-15T03:45:46.893Z Compiling bitfield-struct v0.6.2
23342026-05-15T03:45:46.907Z Compiling ordered-float v2.10.1
23352026-05-15T03:45:46.923Z Compiling blake3 v1.8.3
23362026-05-15T03:45:47.208Z Compiling sigpipe v0.1.3
23372026-05-15T03:45:47.300Z Compiling memmap v0.7.0
23382026-05-15T03:45:47.336Z Compiling swrite v0.1.0
23392026-05-15T03:45:47.457Z Compiling glob v0.3.3
23402026-05-15T03:45:47.487Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23412026-05-15T03:45:47.532Z Compiling usdt v0.5.0
23422026-05-15T03:45:47.598Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23432026-05-15T03:45:47.666Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
23442026-05-15T03:45:47.704Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe)
23452026-05-15T03:45:47.874Z Compiling serde-value v0.7.0
23462026-05-15T03:45:48.066Z Compiling zone v0.3.1
23472026-05-15T03:45:48.215Z Compiling serde-untagged v0.1.9
23482026-05-15T03:45:48.261Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
23492026-05-15T03:45:48.767Z Compiling toml v0.8.23
23502026-05-15T03:45:48.788Z Compiling smf v0.2.3
23512026-05-15T03:45:48.788Z Compiling filetime v0.2.27
23522026-05-15T03:45:48.788Z Compiling whoami v1.6.1
23532026-05-15T03:45:48.788Z Compiling arrayref v0.3.9
23542026-05-15T03:45:48.788Z Compiling arrayvec v0.7.6
23552026-05-15T03:45:48.788Z Compiling unicode-xid v0.2.6
23562026-05-15T03:45:48.788Z Compiling xattr v1.6.1
23572026-05-15T03:45:48.788Z Compiling constant_time_eq v0.4.2
23582026-05-15T03:45:48.788Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23592026-05-15T03:45:48.788Z Compiling tar v0.4.45
23602026-05-15T03:45:48.788Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
23612026-05-15T03:45:48.804Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
23622026-05-15T03:45:48.840Z Compiling cargo-util-schemas v0.8.2
23632026-05-15T03:45:48.954Z Compiling tokio-dtrace v0.1.1
23642026-05-15T03:45:49.072Z Compiling console v0.16.2
23652026-05-15T03:45:49.304Z Compiling gethostname v0.5.0
23662026-05-15T03:45:49.441Z Compiling cargo-platform v0.2.0
23672026-05-15T03:45:49.868Z Compiling topological-sort v0.2.2
23682026-05-15T03:45:49.876Z Compiling unit-prefix v0.5.2
23692026-05-15T03:45:49.877Z Compiling oxide-tokio-rt v0.1.4
23702026-05-15T03:45:49.877Z Compiling indicatif v0.18.4
23712026-05-15T03:45:49.877Z Compiling shell-words v1.1.1
23722026-05-15T03:45:49.877Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
23732026-05-15T03:45:50.072Z Compiling cargo_metadata v0.21.0
23742026-05-15T03:45:59.341Z Compiling progenitor-client v0.10.0
23752026-05-15T03:45:59.341Z Compiling omicron-zone-package v0.12.2
23762026-05-15T03:45:59.381Z Compiling progenitor-client v0.14.0
23772026-05-15T03:45:59.821Z Compiling progenitor-extras v0.2.0
23782026-05-15T03:46:02.037Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
23792026-05-15T03:46:02.120Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23802026-05-15T03:46:02.210Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
23812026-05-15T03:46:02.309Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23822026-05-15T03:46:02.321Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23832026-05-15T03:46:02.359Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
23842026-05-15T03:46:02.448Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23852026-05-15T03:46:02.482Z Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types)
23862026-05-15T03:46:02.539Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
23872026-05-15T03:46:06.403Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
23882026-05-15T03:46:13.878Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23892026-05-15T03:46:16.996Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
23902026-05-15T03:46:17.994Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
23912026-05-15T03:46:27.260Z Finished `release` profile [optimized] target(s) in 1m 43s
23922026-05-15T03:46:27.415Z Running `target/release/omicron-package -t test target create -p dev`
23932026-05-15T03:46:27.481ZLogging to: /work/oxidecomputer/omicron/out/LOG
23942026-05-15T03:46:27.484ZCreated new build target 'test' and set it as active
23952026-05-15T03:46:27.484Z
23962026-05-15T03:46:27.484Zreal 1:43.577821470
23972026-05-15T03:46:27.484Zuser 17:01.296480045
23982026-05-15T03:46:27.484Zsys 2:37.772585960
23992026-05-15T03:46:27.484Ztrap 0.462741313
24002026-05-15T03:46:27.484Ztflt 2.831031595
24012026-05-15T03:46:27.484Zdflt 4.556163990
24022026-05-15T03:46:27.484Zkflt 0.000400660
24032026-05-15T03:46:27.484Zlock 52:46.399023883
24042026-05-15T03:46:27.484Zslp 43:23.250775147
24052026-05-15T03:46:27.484Zlat 42.580984640
24062026-05-15T03:46:27.484Zstop 5:28.709014231
24072026-05-15T03:46:27.484Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
24082026-05-15T03:46:28.378Z Finished `release` profile [optimized] target(s) in 0.88s
24092026-05-15T03:46:28.451Z Running `target/release/omicron-package -t test package`
24102026-05-15T03:46:28.509ZLogging to: /work/oxidecomputer/omicron/out/LOG
24112026-05-15T03:46:29.942Z Compiling heck v0.5.0
24122026-05-15T03:46:29.942Z Compiling regress v0.11.1
24132026-05-15T03:46:29.945Z Compiling unsafe-libyaml v0.2.11
24142026-05-15T03:46:30.197Z Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss)
24152026-05-15T03:46:30.221Z Compiling regress v0.10.5
24162026-05-15T03:46:30.249Z Compiling unicode-width v0.1.14
24172026-05-15T03:46:30.269Z Compiling is-terminal v0.4.17
24182026-05-15T03:46:30.289Z Compiling prettyplease v0.2.37
24192026-05-15T03:46:30.292Z Compiling bytecount v0.6.9
24202026-05-15T03:46:30.292Z Compiling rustls v0.22.4
24212026-05-15T03:46:30.292Z Compiling rustls-webpki v0.102.8
24222026-05-15T03:46:30.292Z Compiling derive-where v1.6.0
24232026-05-15T03:46:30.292Z Compiling thread_local v1.1.9
24242026-05-15T03:46:30.292Z Compiling compression-core v0.4.31
24252026-05-15T03:46:30.308Z Compiling match_cfg v0.1.0
24262026-05-15T03:46:30.459Z Compiling hostname v0.3.1
24272026-05-15T03:46:30.481Z Compiling compression-codecs v0.4.37
24282026-05-15T03:46:30.481Z Compiling multer v3.1.0
24292026-05-15T03:46:30.526Z Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions)
24302026-05-15T03:46:30.526Z Compiling slog-async v2.8.0
24312026-05-15T03:46:30.593Z Compiling crossbeam-channel v0.5.15
24322026-05-15T03:46:30.606Z Compiling slog-json v2.6.1
24332026-05-15T03:46:30.623Z Compiling toml_datetime v1.0.0+spec-1.1.0
24342026-05-15T03:46:30.626Z Compiling serde_spanned v1.0.4
24352026-05-15T03:46:30.692Z Compiling term v1.2.1
24362026-05-15T03:46:30.708Z Compiling serde_yaml v0.9.34+deprecated
24372026-05-15T03:46:30.731Z Compiling take_mut v0.2.2
24382026-05-15T03:46:30.763Z Compiling toml_writer v1.0.6+spec-1.1.0
24392026-05-15T03:46:30.801Z Compiling slog-bunyan v2.5.0
24402026-05-15T03:46:30.849Z Compiling async-compression v0.4.41
24412026-05-15T03:46:30.977Z Compiling slog-term v2.9.2
24422026-05-15T03:46:30.991Z Compiling toml v1.0.6+spec-1.1.0
24432026-05-15T03:46:31.061Z Compiling dropshot v0.17.0
24442026-05-15T03:46:31.090Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
24452026-05-15T03:46:31.138Z Compiling async-stream v0.3.6
24462026-05-15T03:46:31.175Z Compiling num-rational v0.4.2
24472026-05-15T03:46:31.300Z Compiling progenitor-client v0.14.0
24482026-05-15T03:46:31.332Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
24492026-05-15T03:46:31.332Z Compiling waitgroup v0.1.2
24502026-05-15T03:46:31.346Z Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions)
24512026-05-15T03:46:31.389Z Compiling rustls-pemfile v2.2.0
24522026-05-15T03:46:31.442Z Compiling backon v1.6.0
24532026-05-15T03:46:31.468Z Compiling num-complex v0.4.6
24542026-05-15T03:46:31.508Z Compiling serde_path_to_error v0.1.20
24552026-05-15T03:46:31.533Z Compiling hostname v0.4.2
24562026-05-15T03:46:31.589Z Compiling instant v0.1.13
24572026-05-15T03:46:31.636Z Compiling debug-ignore v1.0.5
24582026-05-15T03:46:31.636Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
24592026-05-15T03:46:31.707Z Compiling typify-impl v0.6.2
24602026-05-15T03:46:31.744Z Compiling backoff v0.4.0
24612026-05-15T03:46:31.744Z Compiling progenitor-extras v0.2.0
24622026-05-15T03:46:31.806Z Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger)
24632026-05-15T03:46:32.016Z Compiling num v0.4.3
24642026-05-15T03:46:32.044Z Compiling parse-display v0.10.0
24652026-05-15T03:46:32.044Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
24662026-05-15T03:46:32.080Z Compiling progenitor-client v0.13.0
24672026-05-15T03:46:32.114Z Compiling progenitor-client v0.10.0
24682026-05-15T03:46:32.114Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
24692026-05-15T03:46:32.187Z Compiling macaddr v1.0.1
24702026-05-15T03:46:32.206Z Compiling float-ord v0.3.2
24712026-05-15T03:46:32.252Z Compiling console v0.15.11
24722026-05-15T03:46:32.367Z Compiling atomicwrites v0.4.4
24732026-05-15T03:46:32.380Z Compiling newline-converter v0.3.0
24742026-05-15T03:46:32.433Z Compiling slog-dtrace v0.3.0
24752026-05-15T03:46:32.594Z Compiling owo-colors v4.3.0
24762026-05-15T03:46:32.651Z Compiling cancel-safe-futures v0.1.5
24772026-05-15T03:46:32.678Z Compiling tokio-rustls v0.25.0
24782026-05-15T03:46:32.754Z Compiling expectorate v1.2.0
24792026-05-15T03:46:32.840Z Compiling libsw-core v0.3.2
24802026-05-15T03:46:32.841Z Compiling resolv-conf v0.7.6
24812026-05-15T03:46:32.926Z Compiling toml v0.8.23
24822026-05-15T03:46:33.003Z Compiling linear-map v1.2.0
24832026-05-15T03:46:33.041Z Compiling libsw v3.5.0
24842026-05-15T03:46:33.242Z Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions)
24852026-05-15T03:46:33.255Z Compiling linked-hash-map v0.5.6
24862026-05-15T03:46:33.307Z Compiling minimal-lexical v0.2.1
24872026-05-15T03:46:33.470Z Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions)
24882026-05-15T03:46:33.490Z Compiling lru-cache v0.1.2
24892026-05-15T03:46:33.525Z Compiling nom v7.1.3
24902026-05-15T03:46:33.543Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
24912026-05-15T03:46:33.549Z Compiling unicode-xid v0.2.6
24922026-05-15T03:46:33.591Z Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions)
24932026-05-15T03:46:33.660Z Compiling hickory-proto v0.24.4
24942026-05-15T03:46:33.806Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
24952026-05-15T03:46:33.822Z Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions)
24962026-05-15T03:46:33.822Z Compiling convert_case v0.10.0
24972026-05-15T03:46:33.971Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
24982026-05-15T03:46:34.059Z Compiling derive_more-impl v2.1.1
24992026-05-15T03:46:34.699Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
25002026-05-15T03:46:34.915Z Compiling derive_more v2.1.1
25012026-05-15T03:46:34.927Z Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types)
25022026-05-15T03:46:35.053Z Compiling papergrid v0.11.0
25032026-05-15T03:46:35.076Z Compiling tabled_derive v0.7.0
25042026-05-15T03:46:35.097Z Compiling termtree v0.5.1
25052026-05-15T03:46:35.185Z Compiling typify-macro v0.6.2
25062026-05-15T03:46:35.301Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
25072026-05-15T03:46:35.549Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
25082026-05-15T03:46:35.798Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
25092026-05-15T03:46:35.994Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25102026-05-15T03:46:36.214Z Compiling hickory-resolver v0.24.4
25112026-05-15T03:46:36.386Z Compiling tabled v0.15.0
25122026-05-15T03:46:36.503Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
25132026-05-15T03:46:36.715Z Compiling typify v0.6.2
25142026-05-15T03:46:36.891Z Compiling progenitor-impl v0.14.0
25152026-05-15T03:46:37.586Z Compiling progenitor-impl v0.13.0
25162026-05-15T03:46:39.062Z Compiling progenitor-macro v0.14.0
25172026-05-15T03:46:39.499Z Compiling qorb v0.4.1
25182026-05-15T03:46:39.745Z Compiling progenitor-macro v0.13.0
25192026-05-15T03:46:40.886Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25202026-05-15T03:46:41.222Z Compiling crossterm v0.29.0
25212026-05-15T03:46:41.885Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
25222026-05-15T03:46:41.935Z Compiling phf_shared v0.12.1
25232026-05-15T03:46:42.272Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
25242026-05-15T03:46:42.459Z Compiling vte v0.14.1
25252026-05-15T03:46:42.717Z Compiling csv-core v0.1.13
25262026-05-15T03:46:42.854Z Compiling chrono-tz v0.10.4
25272026-05-15T03:46:42.985Z Compiling highway v1.3.0
25282026-05-15T03:46:43.126Z Compiling csv v1.4.0
25292026-05-15T03:46:43.165Z Compiling strip-ansi-escapes v0.2.1
25302026-05-15T03:46:43.168Z Compiling progenitor v0.14.0
25312026-05-15T03:46:43.370Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
25322026-05-15T03:46:43.714Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25332026-05-15T03:46:43.737Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
25342026-05-15T03:46:43.740Z Compiling phf v0.12.1
25352026-05-15T03:46:43.845Z Compiling progenitor v0.13.0
25362026-05-15T03:46:43.971Z Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types)
25372026-05-15T03:46:44.027Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
25382026-05-15T03:46:44.109Z Compiling const_format_proc_macros v0.2.34
25392026-05-15T03:46:44.150Z Compiling fd-lock v4.0.4
25402026-05-15T03:46:44.247Z Compiling peg-macros v0.8.5
25412026-05-15T03:46:44.323Z Compiling nu-ansi-term v0.50.3
25422026-05-15T03:46:44.913Z Compiling reedline v0.40.0
25432026-05-15T03:46:45.015Z Compiling const_format v0.2.35
25442026-05-15T03:46:45.462Z Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions)
25452026-05-15T03:46:45.600Z Compiling peg v0.8.5
25462026-05-15T03:46:45.720Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
25472026-05-15T03:46:46.522Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
25482026-05-15T03:46:46.617Z Compiling bcs v0.1.6
25492026-05-15T03:46:46.795Z Compiling semver v0.1.20
25502026-05-15T03:46:47.024Z Compiling rustc_version v0.1.7
25512026-05-15T03:46:47.079Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25522026-05-15T03:46:47.286Z Compiling newtype_derive v0.1.6
25532026-05-15T03:46:47.362Z Compiling humantime v2.3.0
25542026-05-15T03:46:47.497Z Compiling unicode-linebreak v0.1.5
25552026-05-15T03:46:47.783Z Compiling smawk v0.3.2
25562026-05-15T03:46:47.835Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25572026-05-15T03:46:47.975Z Compiling textwrap v0.16.2
25582026-05-15T03:46:47.996Z Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)
25592026-05-15T03:46:48.238Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
25602026-05-15T03:46:48.769Z Compiling dropshot-api-manager-types v0.7.1
25612026-05-15T03:46:49.375Z Compiling base64 v0.21.7
25622026-05-15T03:46:49.448Z Compiling steno v0.4.1
25632026-05-15T03:46:49.573Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
25642026-05-15T03:46:49.695Z Compiling tagptr v0.2.0
25652026-05-15T03:46:49.831Z Compiling utf-8 v0.7.6
25662026-05-15T03:46:49.909Z Compiling moka v0.12.13
25672026-05-15T03:46:50.118Z Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set)
25682026-05-15T03:46:50.138Z Compiling tungstenite v0.21.0
25692026-05-15T03:46:50.138Z Compiling radium v0.7.0
25702026-05-15T03:46:50.138Z Compiling tap v1.0.1
25712026-05-15T03:46:50.178Z Compiling maybe-uninit v2.0.0
25722026-05-15T03:46:50.220Z Compiling wyz v0.5.1
25732026-05-15T03:46:50.458Z Compiling zerocopy-derive v0.6.6
25742026-05-15T03:46:50.545Z Compiling packed_struct v0.10.1
25752026-05-15T03:46:50.635Z Compiling funty v2.0.0
25762026-05-15T03:46:50.814Z Compiling tokio-tungstenite v0.21.0
25772026-05-15T03:46:51.147Z Compiling hickory-resolver v0.25.2
25782026-05-15T03:46:51.202Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
25792026-05-15T03:46:51.247Z Compiling display-error-chain v0.2.2
25802026-05-15T03:46:51.438Z Compiling crc-catalog v2.4.0
25812026-05-15T03:46:51.568Z Compiling crc v3.4.0
25822026-05-15T03:46:51.591Z Compiling zerocopy v0.6.6
25832026-05-15T03:46:51.792Z Compiling bitvec v1.0.1
25842026-05-15T03:46:52.101Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25852026-05-15T03:46:52.123Z Compiling num-derive v0.3.3
25862026-05-15T03:46:52.184Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
25872026-05-15T03:46:52.256Z Compiling packed_struct_codegen v0.10.1
25882026-05-15T03:46:53.090Z Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions)
25892026-05-15T03:46:53.125Z Compiling bitfield-macros v0.19.4
25902026-05-15T03:46:53.274Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25912026-05-15T03:46:53.590Z Compiling proc-macro-error-attr2 v2.0.0
25922026-05-15T03:46:53.840Z Compiling indexmap v1.9.3
25932026-05-15T03:46:54.020Z Compiling nodrop v0.1.14
25942026-05-15T03:46:54.132Z Compiling array-init v0.0.4
25952026-05-15T03:46:54.162Z Compiling proc-macro-error2 v2.0.1
25962026-05-15T03:46:54.423Z Compiling bitfield v0.19.4
25972026-05-15T03:46:54.602Z Compiling libscf-sys v1.1.0
25982026-05-15T03:46:54.739Z Compiling smallvec v0.6.14
25992026-05-15T03:46:54.760Z Compiling hashbrown v0.12.3
26002026-05-15T03:46:54.947Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
26012026-05-15T03:46:55.015Z Compiling serde-hex v0.1.0
26022026-05-15T03:46:55.172Z Compiling tabled_derive v0.11.0
26032026-05-15T03:46:55.196Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
26042026-05-15T03:46:55.435Z Compiling ron v0.8.1
26052026-05-15T03:46:55.646Z Compiling typify-impl v0.4.3
26062026-05-15T03:46:55.887Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26072026-05-15T03:46:56.039Z Compiling papergrid v0.17.0
26082026-05-15T03:46:56.223Z Compiling testing_table v0.3.0
26092026-05-15T03:46:56.678Z Compiling hashbrown v0.13.2
26102026-05-15T03:46:56.909Z Compiling vergen-gitcl v1.0.8
26112026-05-15T03:46:57.140Z Compiling dirs-sys-next v0.1.2
26122026-05-15T03:46:57.163Z Compiling maplit v1.0.2
26132026-05-15T03:46:57.275Z Compiling diesel_derives v2.3.7
26142026-05-15T03:46:57.297Z Compiling glob v0.3.3
26152026-05-15T03:46:57.404Z Compiling crunchy v0.2.4
26162026-05-15T03:46:57.486Z Compiling crc-any v2.5.0
26172026-05-15T03:46:57.639Z Compiling dirs-next v2.0.0
26182026-05-15T03:46:57.660Z Compiling clang-sys v1.8.1
26192026-05-15T03:46:57.716Z Compiling tabled v0.20.0
26202026-05-15T03:46:57.792Z Compiling object v0.30.4
26212026-05-15T03:46:57.870Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
26222026-05-15T03:46:57.912Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26232026-05-15T03:46:58.053Z Compiling dsl_auto_type v0.2.0
26242026-05-15T03:46:58.094Z Compiling scheduled-thread-pool v0.2.7
26252026-05-15T03:46:58.170Z Compiling diesel_table_macro_syntax v0.3.0
26262026-05-15T03:46:58.390Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26272026-05-15T03:46:58.545Z Compiling tiny-keccak v2.0.2
26282026-05-15T03:46:58.615Z Compiling xshell-macros v0.2.7
26292026-05-15T03:46:58.636Z Compiling path-slash v0.1.5
26302026-05-15T03:46:58.822Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484)
26312026-05-15T03:46:58.842Z Compiling r2d2 v0.8.10
26322026-05-15T03:46:59.009Z Compiling xshell v0.2.7
26332026-05-15T03:46:59.074Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26342026-05-15T03:46:59.102Z Compiling typify-macro v0.4.3
26352026-05-15T03:46:59.308Z Compiling term v0.7.0
26362026-05-15T03:46:59.821Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372026-05-15T03:46:59.844Z Compiling downcast-rs v2.0.2
26382026-05-15T03:46:59.982Z Compiling bit-vec v0.6.3
26392026-05-15T03:47:00.231Z Compiling bit-set v0.5.3
26402026-05-15T03:47:00.361Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26412026-05-15T03:47:00.419Z Compiling ascii-canvas v3.0.0
26422026-05-15T03:47:00.607Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
26432026-05-15T03:47:00.651Z Compiling itertools v0.10.5
26442026-05-15T03:47:00.682Z Compiling ena v0.14.4
26452026-05-15T03:47:00.924Z Compiling libloading v0.8.9
26462026-05-15T03:47:01.183Z Compiling bindgen v0.71.1
26472026-05-15T03:47:01.464Z Compiling regex-syntax v0.6.29
26482026-05-15T03:47:01.513Z Compiling diff v0.1.13
26492026-05-15T03:47:01.727Z Compiling crc8 v0.1.1
26502026-05-15T03:47:01.760Z Compiling unicase v2.9.0
26512026-05-15T03:47:01.874Z Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics)
26522026-05-15T03:47:02.067Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26532026-05-15T03:47:02.634Z Compiling cexpr v0.6.0
26542026-05-15T03:47:02.637Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
26552026-05-15T03:47:02.679Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26562026-05-15T03:47:02.877Z Compiling lalrpop v0.19.12
26572026-05-15T03:47:02.932Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3)
26582026-05-15T03:47:03.181Z Compiling typify v0.4.3
26592026-05-15T03:47:03.207Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
26602026-05-15T03:47:03.232Z Compiling headers-core v0.3.0
26612026-05-15T03:47:03.397Z Compiling git-stub v1.0.0
26622026-05-15T03:47:03.426Z Compiling libxml v0.3.3
26632026-05-15T03:47:03.467Z Compiling diesel v2.3.7
26642026-05-15T03:47:03.491Z Compiling headers v0.4.1
26652026-05-15T03:47:03.677Z Compiling git-stub-vcs v0.1.0
26662026-05-15T03:47:03.768Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
26672026-05-15T03:47:03.840Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
26682026-05-15T03:47:04.056Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
26692026-05-15T03:47:04.556Z Compiling strum_macros v0.24.3
26702026-05-15T03:47:04.821Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
26712026-05-15T03:47:05.037Z Compiling indoc v1.0.9
26722026-05-15T03:47:05.480Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26732026-05-15T03:47:05.503Z Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions)
26742026-05-15T03:47:05.718Z Compiling derive_builder v0.20.2
26752026-05-15T03:47:05.860Z Compiling oso-derive v0.27.3
26762026-05-15T03:47:05.892Z Compiling quick-xml v0.37.5
26772026-05-15T03:47:06.459Z Compiling impl-trait-for-tuples v0.2.3
26782026-05-15T03:47:06.518Z Compiling openssl-probe v0.1.6
26792026-05-15T03:47:06.596Z Compiling half v1.8.3
26802026-05-15T03:47:06.819Z Compiling serde_cbor v0.11.2
26812026-05-15T03:47:07.083Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
26822026-05-15T03:47:07.108Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26832026-05-15T03:47:07.450Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
26842026-05-15T03:47:07.680Z Compiling bb8 v0.8.6
26852026-05-15T03:47:07.721Z Compiling trait-variant v0.1.2
26862026-05-15T03:47:07.824Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
26872026-05-15T03:47:07.875Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
26882026-05-15T03:47:08.008Z Compiling samael v0.0.19
26892026-05-15T03:47:08.053Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
26902026-05-15T03:47:08.109Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
26912026-05-15T03:47:08.207Z Compiling fxhash v0.2.1
26922026-05-15T03:47:08.271Z Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7)
26932026-05-15T03:47:08.342Z Compiling salty v0.3.0
26942026-05-15T03:47:08.583Z Compiling progenitor-impl v0.11.2
26952026-05-15T03:47:08.664Z Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness)
26962026-05-15T03:47:08.711Z Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api)
26972026-05-15T03:47:09.060Z Compiling kstat-rs v0.2.4
26982026-05-15T03:47:09.353Z Compiling libz-sys v1.1.24
26992026-05-15T03:47:09.462Z Compiling nonempty v0.12.0
27002026-05-15T03:47:09.571Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27012026-05-15T03:47:09.594Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
27022026-05-15T03:47:10.358Z Compiling polar-core v0.27.3
27032026-05-15T03:47:10.803Z Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client)
27042026-05-15T03:47:10.811Z Compiling progenitor-macro v0.11.2
27052026-05-15T03:47:11.025Z Compiling progenitor-impl v0.10.0
27062026-05-15T03:47:11.255Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27072026-05-15T03:47:11.937Z Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client)
27082026-05-15T03:47:13.116Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27092026-05-15T03:47:13.226Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
27102026-05-15T03:47:13.249Z Compiling progenitor-client v0.11.2
27112026-05-15T03:47:13.696Z Compiling darling_core v0.23.0
27122026-05-15T03:47:13.785Z Compiling nanorand v0.7.0
27132026-05-15T03:47:13.962Z Compiling arc-swap v1.8.2
27142026-05-15T03:47:14.262Z Compiling fs-err v2.11.0
27152026-05-15T03:47:14.354Z Compiling parking_lot_core v0.8.6
27162026-05-15T03:47:14.698Z Compiling slog-scope v4.4.1
27172026-05-15T03:47:14.725Z Compiling flume v0.11.1
27182026-05-15T03:47:14.747Z Compiling mime_guess v2.0.5
27192026-05-15T03:47:14.828Z Compiling progenitor v0.11.2
27202026-05-15T03:47:15.016Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27212026-05-15T03:47:15.163Z Compiling progenitor-macro v0.10.0
27222026-05-15T03:47:15.186Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d)
27232026-05-15T03:47:15.333Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
27242026-05-15T03:47:15.907Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
27252026-05-15T03:47:17.428Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27262026-05-15T03:47:17.464Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
27272026-05-15T03:47:19.184Z Compiling oso v0.27.3
27282026-05-15T03:47:19.209Z Compiling darling_macro v0.23.0
27292026-05-15T03:47:19.729Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27302026-05-15T03:47:22.833Z Compiling diesel-dtrace v0.5.0
27312026-05-15T03:47:23.164Z Compiling async-bb8-diesel v0.2.1
27322026-05-15T03:47:23.952Z Compiling primeorder v0.13.6
27332026-05-15T03:47:24.286Z Compiling libgit2-sys v0.18.3+1.9.2
27342026-05-15T03:47:24.461Z Compiling instability v0.3.11
27352026-05-15T03:47:24.685Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520)
27362026-05-15T03:47:25.244Z Compiling progenitor v0.10.0
27372026-05-15T03:47:25.285Z Compiling p384 v0.13.1
27382026-05-15T03:47:25.307Z Compiling darling v0.23.0
27392026-05-15T03:47:25.431Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27402026-05-15T03:47:25.558Z Compiling slog-stdlog v4.1.1
27412026-05-15T03:47:26.043Z Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3)
27422026-05-15T03:47:26.078Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
27432026-05-15T03:47:26.163Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27442026-05-15T03:47:26.704Z Compiling ignore v0.4.25
27452026-05-15T03:47:26.801Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27462026-05-15T03:47:27.234Z Compiling castaway v0.2.4
27472026-05-15T03:47:27.402Z Compiling atty v0.2.14
27482026-05-15T03:47:27.425Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27492026-05-15T03:47:27.620Z Compiling http-range v0.1.5
27502026-05-15T03:47:27.677Z Compiling indoc v2.0.7
27512026-05-15T03:47:27.947Z Compiling parse-size v1.1.0
27522026-05-15T03:47:28.177Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
27532026-05-15T03:47:28.203Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484)
27542026-05-15T03:47:28.887Z Compiling compact_str v0.8.1
27552026-05-15T03:47:29.670Z Compiling globwalk v0.9.1
27562026-05-15T03:47:30.053Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27572026-05-15T03:47:30.352Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
27582026-05-15T03:47:31.129Z Compiling parking_lot v0.11.2
27592026-05-15T03:47:31.741Z Compiling slog-envlogger v2.2.0
27602026-05-15T03:47:32.136Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
27612026-05-15T03:47:32.710Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27622026-05-15T03:47:32.829Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27632026-05-15T03:47:32.849Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48)
27642026-05-15T03:47:32.920Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27652026-05-15T03:47:33.304Z Compiling predicates-tree v1.0.13
27662026-05-15T03:47:33.460Z Compiling unicode-truncate v1.1.0
27672026-05-15T03:47:33.566Z Compiling lru v0.12.5
27682026-05-15T03:47:33.579Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27692026-05-15T03:47:33.674Z Compiling rand_seeder v0.4.0
27702026-05-15T03:47:33.696Z Compiling prefix-trie v0.7.0
27712026-05-15T03:47:33.731Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f)
27722026-05-15T03:47:33.762Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27732026-05-15T03:47:33.926Z Compiling vergen-git2 v1.0.7
27742026-05-15T03:47:33.981Z Compiling corncobs v0.1.4
27752026-05-15T03:47:34.066Z Compiling cassowary v0.3.0
27762026-05-15T03:47:34.100Z Compiling hickory-server v0.25.2
27772026-05-15T03:47:34.187Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27782026-05-15T03:47:34.217Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb)
27792026-05-15T03:47:34.239Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
27802026-05-15T03:47:34.295Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27812026-05-15T03:47:34.478Z Compiling ratatui v0.29.0
27822026-05-15T03:47:34.601Z Compiling camino-tempfile-ext v0.3.3
27832026-05-15T03:47:34.933Z Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files)
27842026-05-15T03:47:34.983Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f)
27852026-05-15T03:47:35.322Z Compiling hyper-staticfile v0.10.1
27862026-05-15T03:47:35.421Z Compiling sled v0.34.7
27872026-05-15T03:47:36.111Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
27882026-05-15T03:47:36.537Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27892026-05-15T03:47:36.779Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27902026-05-15T03:47:38.156Z Compiling secrecy v0.8.0
27912026-05-15T03:47:38.184Z Compiling rustls v0.21.12
27922026-05-15T03:47:38.350Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9)
27932026-05-15T03:47:39.176Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27942026-05-15T03:47:39.200Z Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements)
27952026-05-15T03:47:39.923Z Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples)
27962026-05-15T03:47:40.016Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
27972026-05-15T03:47:41.266Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
27982026-05-15T03:47:41.652Z Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client)
27992026-05-15T03:47:42.780Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28002026-05-15T03:47:43.040Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28012026-05-15T03:47:43.304Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
28022026-05-15T03:47:43.522Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
28032026-05-15T03:47:43.744Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
28042026-05-15T03:47:43.823Z Compiling rustls-webpki v0.101.7
28052026-05-15T03:47:43.969Z Compiling sct v0.7.1
28062026-05-15T03:47:44.243Z Compiling nix v0.29.0
28072026-05-15T03:47:44.344Z Compiling dropshot v0.16.7
28082026-05-15T03:47:44.397Z Compiling void v1.0.2
28092026-05-15T03:47:44.555Z Compiling lzss v0.8.2
28102026-05-15T03:47:44.711Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e)
28112026-05-15T03:47:44.932Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0)
28122026-05-15T03:47:44.963Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
28132026-05-15T03:47:45.530Z Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum)
28142026-05-15T03:47:46.142Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28152026-05-15T03:47:46.600Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
28162026-05-15T03:47:46.843Z Compiling tungstenite v0.23.0
28172026-05-15T03:47:46.867Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
28182026-05-15T03:47:47.604Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
28192026-05-15T03:47:47.835Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
28202026-05-15T03:47:48.056Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
28212026-05-15T03:47:48.278Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
28222026-05-15T03:47:48.533Z Compiling toml v0.9.12+spec-1.1.0
28232026-05-15T03:47:48.701Z Compiling nix v0.27.1
28242026-05-15T03:47:48.974Z Compiling dropshot_endpoint v0.16.7
28252026-05-15T03:47:49.128Z Compiling serde_bytes v0.11.19
28262026-05-15T03:47:49.334Z Compiling tokio-tungstenite v0.23.1
28272026-05-15T03:47:49.439Z Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992)
28282026-05-15T03:47:49.739Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa)
28292026-05-15T03:47:49.882Z Compiling tokio-rustls v0.24.1
28302026-05-15T03:47:50.024Z Compiling git2 v0.20.4
28312026-05-15T03:47:50.606Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
28322026-05-15T03:47:53.015Z Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup)
28332026-05-15T03:47:53.201Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
28342026-05-15T03:47:54.804Z Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28352026-05-15T03:47:54.960Z Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient)
28362026-05-15T03:47:55.386Z Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5)
28372026-05-15T03:47:55.515Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf)
28382026-05-15T03:47:56.594Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
28392026-05-15T03:47:57.393Z Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor)
28402026-05-15T03:47:57.894Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
28412026-05-15T03:47:57.992Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28422026-05-15T03:47:58.152Z Compiling rustls-pemfile v1.0.4
28432026-05-15T03:47:58.579Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
28442026-05-15T03:47:58.917Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
28452026-05-15T03:47:59.076Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
28462026-05-15T03:48:00.535Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
28472026-05-15T03:48:01.085Z Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api)
28482026-05-15T03:48:01.552Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)
28492026-05-15T03:48:02.459Z Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client)
28502026-05-15T03:48:02.659Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
28512026-05-15T03:48:02.931Z Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions)
28522026-05-15T03:48:02.971Z Compiling signal-hook-tokio v0.3.1
28532026-05-15T03:48:03.157Z Compiling twox-hash v2.1.2
28542026-05-15T03:48:03.232Z Compiling yasna v0.5.2
28552026-05-15T03:48:03.397Z Compiling is_ci v1.2.0
28562026-05-15T03:48:03.724Z Compiling supports-color v3.0.2
28572026-05-15T03:48:03.886Z Compiling rcgen v0.12.1
28582026-05-15T03:48:04.012Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
28592026-05-15T03:48:04.877Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
28602026-05-15T03:48:04.924Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
28612026-05-15T03:48:04.946Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
28622026-05-15T03:48:05.224Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df)
28632026-05-15T03:48:05.573Z Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm)
28642026-05-15T03:48:06.066Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
28652026-05-15T03:48:07.272Z Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api)
28662026-05-15T03:48:07.692Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
28672026-05-15T03:48:08.373Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28682026-05-15T03:48:08.396Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
28692026-05-15T03:48:08.615Z Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin)
28702026-05-15T03:48:08.840Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
28712026-05-15T03:48:09.063Z Compiling fatfs v0.3.6
28722026-05-15T03:48:09.277Z Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df)
28732026-05-15T03:48:10.183Z Compiling rtoolbox v0.0.3
28742026-05-15T03:48:10.264Z Compiling subprocess v0.2.15
28752026-05-15T03:48:10.434Z Compiling assert_matches v1.5.0
28762026-05-15T03:48:10.562Z Compiling seq-macro v0.3.6
28772026-05-15T03:48:10.731Z Compiling rpassword v7.4.0
28782026-05-15T03:48:11.016Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
28792026-05-15T03:48:11.162Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28802026-05-15T03:48:12.118Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
28812026-05-15T03:48:12.503Z Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api)
28822026-05-15T03:48:12.979Z Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types)
28832026-05-15T03:48:13.120Z Compiling tui-tree-widget v0.23.1
28842026-05-15T03:48:13.393Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
28852026-05-15T03:48:13.417Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
28862026-05-15T03:48:13.952Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
28872026-05-15T03:48:14.850Z Compiling uzers v0.12.2
28882026-05-15T03:48:14.975Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
28892026-05-15T03:48:16.073Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
28902026-05-15T03:48:16.629Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
28912026-05-15T03:48:17.898Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
28922026-05-15T03:48:20.080Z Compiling support-bundle-viewer v0.1.2
28932026-05-15T03:48:21.170Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
28942026-05-15T03:48:22.046Z Compiling multimap v0.10.1
28952026-05-15T03:48:29.433Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
28962026-05-15T03:48:30.854Z Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm)
28972026-05-15T03:48:41.904Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
28982026-05-15T03:48:43.145Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28992026-05-15T03:49:20.669Zerror[E0308]: mismatched types
29002026-05-15T03:49:20.669Z --> nexus/src/app/disk.rs:571:17
29012026-05-15T03:49:20.669Z |
29022026-05-15T03:49:20.669Z569 | let client = crucible_pantry_client::Client::new_with_client(
29032026-05-15T03:49:20.669Z | ----------------------------------------------- arguments to this function are incorrect
29042026-05-15T03:49:20.669Z570 | &format!("http://{}", endpoint),
29052026-05-15T03:49:20.669Z571 | self.reqwest012_client.clone(),
29062026-05-15T03:49:20.669Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `reqwest::Client`, found a different `reqwest::Client`
29072026-05-15T03:49:20.669Z |
29082026-05-15T03:49:20.669Znote: there are multiple different versions of crate `reqwest` in the dependency graph
29092026-05-15T03:49:20.669Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.13.2/src/async_impl/client.rs:93:1
29102026-05-15T03:49:20.669Z |
29112026-05-15T03:49:20.669Z 93 | pub struct Client {
29122026-05-15T03:49:20.669Z | ^^^^^^^^^^^^^^^^^ this is the expected type
29132026-05-15T03:49:20.669Z |
29142026-05-15T03:49:20.669Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.12.28/src/async_impl/client.rs:93:1
29152026-05-15T03:49:20.669Z |
29162026-05-15T03:49:20.669Z 93 | pub struct Client {
29172026-05-15T03:49:20.669Z | ----------------- this is the found type
29182026-05-15T03:49:20.670Z = help: you can use `cargo tree` to explore your dependency tree
29192026-05-15T03:49:20.670Znote: associated function defined here
29202026-05-15T03:49:20.670Z --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/c59a136/pantry-client/src/lib.rs:5:1
29212026-05-15T03:49:20.670Z |
29222026-05-15T03:49:20.670Z 5 | / generate_api!(
29232026-05-15T03:49:20.670Z 6 | | spec = "../openapi/crucible-pantry/crucible-pantry-latest.json",
29242026-05-15T03:49:20.670Z 7 | | derives = [schemars::JsonSchema],
29252026-05-15T03:49:20.670Z 8 | | patch = {
29262026-05-15T03:49:20.670Z... |
29272026-05-15T03:49:20.670Z 11 | | },
29282026-05-15T03:49:20.670Z 12 | | );
29292026-05-15T03:49:20.670Z | |_^
29302026-05-15T03:49:20.670Z = note: this error originates in the macro `generate_api` (in Nightly builds, run with -Z macro-backtrace for more info)
29312026-05-15T03:49:20.670Z
29322026-05-15T03:49:24.620Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
29332026-05-15T03:49:24.621Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29342026-05-15T03:49:24.621Z |
29352026-05-15T03:49:24.621Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29362026-05-15T03:49:24.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29372026-05-15T03:49:24.621Z |
29382026-05-15T03:49:24.621Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29392026-05-15T03:49:24.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29402026-05-15T03:49:24.621Z |
29412026-05-15T03:49:24.621Z 224 | pub enum Error<E = ()> {
29422026-05-15T03:49:24.621Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29432026-05-15T03:49:24.621Z |
29442026-05-15T03:49:24.621Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29452026-05-15T03:49:24.621Z |
29462026-05-15T03:49:24.621Z 327 | pub enum Error<E = ()> {
29472026-05-15T03:49:24.621Z | ---------------------- this is the found type
29482026-05-15T03:49:24.621Z = help: you can use `cargo tree` to explore your dependency tree
29492026-05-15T03:49:24.621Znote: required by a bound in `ProgenitorOperationRetry`
29502026-05-15T03:49:24.621Z --> common/src/progenitor_operation_retry.rs:73:17
29512026-05-15T03:49:24.621Z |
29522026-05-15T03:49:24.621Z 69 | pub struct ProgenitorOperationRetry<
29532026-05-15T03:49:24.621Z | ------------------------ required by a bound in this struct
29542026-05-15T03:49:24.621Z...
29552026-05-15T03:49:24.621Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29562026-05-15T03:49:24.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
29572026-05-15T03:49:24.621Z
29582026-05-15T03:49:24.621Zerror[E0271]: expected `{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
29592026-05-15T03:49:24.621Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
29602026-05-15T03:49:24.621Z |
29612026-05-15T03:49:24.621Z1241 | ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29622026-05-15T03:49:24.621Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
29632026-05-15T03:49:24.621Z |
29642026-05-15T03:49:24.621Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
29652026-05-15T03:49:24.621Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
29662026-05-15T03:49:24.621Z |
29672026-05-15T03:49:24.621Z 224 | pub enum Error<E = ()> {
29682026-05-15T03:49:24.621Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
29692026-05-15T03:49:24.622Z |
29702026-05-15T03:49:24.622Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
29712026-05-15T03:49:24.622Z |
29722026-05-15T03:49:24.622Z 327 | pub enum Error<E = ()> {
29732026-05-15T03:49:24.622Z | ---------------------- this is the found type
29742026-05-15T03:49:24.622Z = help: you can use `cargo tree` to explore your dependency tree
29752026-05-15T03:49:24.622Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29762026-05-15T03:49:24.622Z --> common/src/progenitor_operation_retry.rs:88:17
29772026-05-15T03:49:24.622Z |
29782026-05-15T03:49:24.622Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
29792026-05-15T03:49:24.622Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
29802026-05-15T03:49:24.622Z...
29812026-05-15T03:49:24.622Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
29822026-05-15T03:49:24.622Z | --- required by a bound in this associated function
29832026-05-15T03:49:24.622Z
29842026-05-15T03:49:24.649Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
29852026-05-15T03:49:24.649Z --> nexus/src/app/sagas/snapshot_create.rs:1242:10
29862026-05-15T03:49:24.649Z |
29872026-05-15T03:49:24.649Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
29882026-05-15T03:49:24.649Z1242 | | .run(log)
29892026-05-15T03:49:24.649Z | | -^^^ method cannot be called due to unsatisfied trait bounds
29902026-05-15T03:49:24.649Z | |_________|
29912026-05-15T03:49:24.649Z |
29922026-05-15T03:49:24.649Z |
29932026-05-15T03:49:24.650Z = note: the following trait bounds were not satisfied:
29942026-05-15T03:49:24.650Z `<{async block@nexus/src/app/sagas/snapshot_create.rs:1228:33: 1228:38} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
29952026-05-15T03:49:24.650Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-580f8012271bb7c9.long-type-14979467627349517629.txt'
29962026-05-15T03:49:24.650Z = note: consider using `--verbose` to print the full type name to the console
29972026-05-15T03:49:24.650Z
29982026-05-15T03:49:24.707Zerror[E0282]: type annotations needed
29992026-05-15T03:49:24.707Z --> nexus/src/app/sagas/snapshot_create.rs:1241:5
30002026-05-15T03:49:24.707Z |
30012026-05-15T03:49:24.707Z1241 | / ProgenitorOperationRetry::new(snapshot_operation, gone_check)
30022026-05-15T03:49:24.707Z1242 | | .run(log)
30032026-05-15T03:49:24.707Z1243 | | .await
30042026-05-15T03:49:24.707Z | |______________^ cannot infer type
30052026-05-15T03:49:24.707Z
30062026-05-15T03:49:24.707Zerror[E0282]: type annotations needed
30072026-05-15T03:49:24.707Z --> nexus/src/app/sagas/snapshot_create.rs:1244:19
30082026-05-15T03:49:24.707Z |
30092026-05-15T03:49:24.707Z1244 | .map_err(|e| {
30102026-05-15T03:49:24.707Z | ^
30112026-05-15T03:49:24.707Z1245 | saga_action_failed(Error::internal_error(&e.to_string()))
30122026-05-15T03:49:24.707Z | - type must be known at this point
30132026-05-15T03:49:24.707Z |
30142026-05-15T03:49:24.707Zhelp: consider giving this closure parameter an explicit type
30152026-05-15T03:49:24.707Z |
30162026-05-15T03:49:24.708Z1244 | .map_err(|e: /* Type */| {
30172026-05-15T03:49:24.708Z | ++++++++++++
30182026-05-15T03:49:24.708Z
30192026-05-15T03:49:25.061Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30202026-05-15T03:49:25.061Z --> nexus/src/app/sagas/common_storage.rs:142:5
30212026-05-15T03:49:25.061Z |
30222026-05-15T03:49:25.061Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30232026-05-15T03:49:25.061Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30242026-05-15T03:49:25.061Z |
30252026-05-15T03:49:25.061Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30262026-05-15T03:49:25.061Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30272026-05-15T03:49:25.061Z |
30282026-05-15T03:49:25.061Z224 | pub enum Error<E = ()> {
30292026-05-15T03:49:25.061Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30302026-05-15T03:49:25.061Z |
30312026-05-15T03:49:25.061Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30322026-05-15T03:49:25.061Z |
30332026-05-15T03:49:25.061Z327 | pub enum Error<E = ()> {
30342026-05-15T03:49:25.061Z | ---------------------- this is the found type
30352026-05-15T03:49:25.061Z = help: you can use `cargo tree` to explore your dependency tree
30362026-05-15T03:49:25.061Znote: required by a bound in `ProgenitorOperationRetry`
30372026-05-15T03:49:25.061Z --> common/src/progenitor_operation_retry.rs:73:17
30382026-05-15T03:49:25.061Z |
30392026-05-15T03:49:25.061Z 69 | pub struct ProgenitorOperationRetry<
30402026-05-15T03:49:25.061Z | ------------------------ required by a bound in this struct
30412026-05-15T03:49:25.061Z...
30422026-05-15T03:49:25.061Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30432026-05-15T03:49:25.062Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
30442026-05-15T03:49:25.062Z
30452026-05-15T03:49:25.062Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<AttachResult>, Error<Error>>`
30462026-05-15T03:49:25.062Z --> nexus/src/app/sagas/common_storage.rs:142:5
30472026-05-15T03:49:25.062Z |
30482026-05-15T03:49:25.062Z142 | ProgenitorOperationRetry::new(attach_operation, gone_check)
30492026-05-15T03:49:25.062Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `crucible_agent_client::Error<_>`, found `Error<Error>`
30502026-05-15T03:49:25.062Z |
30512026-05-15T03:49:25.062Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
30522026-05-15T03:49:25.062Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
30532026-05-15T03:49:25.062Z |
30542026-05-15T03:49:25.062Z224 | pub enum Error<E = ()> {
30552026-05-15T03:49:25.062Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
30562026-05-15T03:49:25.062Z |
30572026-05-15T03:49:25.062Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
30582026-05-15T03:49:25.062Z |
30592026-05-15T03:49:25.062Z327 | pub enum Error<E = ()> {
30602026-05-15T03:49:25.062Z | ---------------------- this is the found type
30612026-05-15T03:49:25.062Z = help: you can use `cargo tree` to explore your dependency tree
30622026-05-15T03:49:25.062Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30632026-05-15T03:49:25.062Z --> common/src/progenitor_operation_retry.rs:88:17
30642026-05-15T03:49:25.062Z |
30652026-05-15T03:49:25.062Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
30662026-05-15T03:49:25.062Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
30672026-05-15T03:49:25.062Z...
30682026-05-15T03:49:25.062Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
30692026-05-15T03:49:25.062Z | --- required by a bound in this associated function
30702026-05-15T03:49:25.062Z
30712026-05-15T03:49:25.090Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
30722026-05-15T03:49:25.090Z --> nexus/src/app/sagas/common_storage.rs:143:10
30732026-05-15T03:49:25.090Z |
30742026-05-15T03:49:25.090Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30752026-05-15T03:49:25.091Z143 | | .run(log)
30762026-05-15T03:49:25.091Z | | -^^^ method cannot be called due to unsatisfied trait bounds
30772026-05-15T03:49:25.091Z | |_________|
30782026-05-15T03:49:25.091Z |
30792026-05-15T03:49:25.091Z |
30802026-05-15T03:49:25.091Z = note: the following trait bounds were not satisfied:
30812026-05-15T03:49:25.091Z `<{async block@nexus/src/app/sagas/common_storage.rs:136:31: 136:36} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
30822026-05-15T03:49:25.091Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-580f8012271bb7c9.long-type-5398494531814027134.txt'
30832026-05-15T03:49:25.091Z = note: consider using `--verbose` to print the full type name to the console
30842026-05-15T03:49:25.091Z
30852026-05-15T03:49:25.095Zerror[E0282]: type annotations needed
30862026-05-15T03:49:25.095Z --> nexus/src/app/sagas/common_storage.rs:142:5
30872026-05-15T03:49:25.095Z |
30882026-05-15T03:49:25.095Z142 | / ProgenitorOperationRetry::new(attach_operation, gone_check)
30892026-05-15T03:49:25.095Z143 | | .run(log)
30902026-05-15T03:49:25.096Z144 | | .await
30912026-05-15T03:49:25.096Z | |______________^ cannot infer type
30922026-05-15T03:49:25.096Z
30932026-05-15T03:49:25.096Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
30942026-05-15T03:49:25.096Z --> nexus/src/app/sagas/common_storage.rs:172:5
30952026-05-15T03:49:25.096Z |
30962026-05-15T03:49:25.096Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
30972026-05-15T03:49:25.096Z | ^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
30982026-05-15T03:49:25.096Z |
30992026-05-15T03:49:25.096Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31002026-05-15T03:49:25.096Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31012026-05-15T03:49:25.096Z |
31022026-05-15T03:49:25.096Z224 | pub enum Error<E = ()> {
31032026-05-15T03:49:25.096Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31042026-05-15T03:49:25.097Z |
31052026-05-15T03:49:25.097Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31062026-05-15T03:49:25.097Z |
31072026-05-15T03:49:25.097Z327 | pub enum Error<E = ()> {
31082026-05-15T03:49:25.097Z | ---------------------- this is the found type
31092026-05-15T03:49:25.097Z = help: you can use `cargo tree` to explore your dependency tree
31102026-05-15T03:49:25.097Znote: required by a bound in `ProgenitorOperationRetry`
31112026-05-15T03:49:25.097Z --> common/src/progenitor_operation_retry.rs:73:17
31122026-05-15T03:49:25.097Z |
31132026-05-15T03:49:25.097Z 69 | pub struct ProgenitorOperationRetry<
31142026-05-15T03:49:25.097Z | ------------------------ required by a bound in this struct
31152026-05-15T03:49:25.097Z...
31162026-05-15T03:49:25.097Z 73 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31172026-05-15T03:49:25.097Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry`
31182026-05-15T03:49:25.098Z
31192026-05-15T03:49:25.098Zerror[E0271]: expected `{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17}` to be a future that resolves to `Result<_, Error<_>>`, but it resolves to `Result<ResponseValue<()>, Error<Error>>`
31202026-05-15T03:49:25.098Z --> nexus/src/app/sagas/common_storage.rs:172:5
31212026-05-15T03:49:25.098Z |
31222026-05-15T03:49:25.098Z172 | ProgenitorOperationRetry::new(detach_operation, gone_check)
31232026-05-15T03:49:25.098Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `Result<ResponseValue<()>, Error<_>>`, found `Result<ResponseValue<()>, Error<Error>>`
31242026-05-15T03:49:25.098Z |
31252026-05-15T03:49:25.098Znote: there are multiple different versions of crate `progenitor_client` in the dependency graph
31262026-05-15T03:49:25.098Z --> /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.10.0/src/progenitor_client.rs:224:1
31272026-05-15T03:49:25.098Z |
31282026-05-15T03:49:25.098Z224 | pub enum Error<E = ()> {
31292026-05-15T03:49:25.098Z | ^^^^^^^^^^^^^^^^^^^^^^ this is the expected type
31302026-05-15T03:49:25.098Z |
31312026-05-15T03:49:25.098Z ::: /home/build/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/progenitor-client-0.14.0/src/progenitor_client.rs:327:1
31322026-05-15T03:49:25.098Z |
31332026-05-15T03:49:25.098Z327 | pub enum Error<E = ()> {
31342026-05-15T03:49:25.099Z | ---------------------- this is the found type
31352026-05-15T03:49:25.099Z = help: you can use `cargo tree` to explore your dependency tree
31362026-05-15T03:49:25.099Znote: required by a bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31372026-05-15T03:49:25.099Z --> common/src/progenitor_operation_retry.rs:88:17
31382026-05-15T03:49:25.099Z |
31392026-05-15T03:49:25.099Z 88 | Fut: Future<Output = Result<T, progenitor_client010::Error<E>>>,
31402026-05-15T03:49:25.099Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `ProgenitorOperationRetry::<T, E, F, Fut, BF, BFut>::new`
31412026-05-15T03:49:25.099Z...
31422026-05-15T03:49:25.099Z 92 | pub fn new(operation: F, gone_check: BF) -> Self {
31432026-05-15T03:49:25.099Z | --- required by a bound in this associated function
31442026-05-15T03:49:25.099Z
31452026-05-15T03:49:25.116Zerror[E0599]: the method `run` exists for struct `ProgenitorOperationRetry<_, _, {closure@...}, ..., ..., ...>`, but its trait bounds were not satisfied
31462026-05-15T03:49:25.116Z --> nexus/src/app/sagas/common_storage.rs:173:10
31472026-05-15T03:49:25.116Z |
31482026-05-15T03:49:25.116Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31492026-05-15T03:49:25.116Z173 | | .run(log)
31502026-05-15T03:49:25.116Z | | -^^^ method cannot be called due to unsatisfied trait bounds
31512026-05-15T03:49:25.116Z | |_________|
31522026-05-15T03:49:25.116Z |
31532026-05-15T03:49:25.116Z |
31542026-05-15T03:49:25.116Z = note: the following trait bounds were not satisfied:
31552026-05-15T03:49:25.117Z `<{async block@nexus/src/app/sagas/common_storage.rs:168:12: 168:17} as futures::Future>::Output = Result<_, crucible_agent_client::Error<_>>`
31562026-05-15T03:49:25.117Z = note: the full name for the type has been written to '/work/oxidecomputer/omicron/target/release/deps/omicron_nexus-580f8012271bb7c9.long-type-8566052803255825701.txt'
31572026-05-15T03:49:25.117Z = note: consider using `--verbose` to print the full type name to the console
31582026-05-15T03:49:25.117Z
31592026-05-15T03:49:25.122Zerror[E0282]: type annotations needed
31602026-05-15T03:49:25.122Z --> nexus/src/app/sagas/common_storage.rs:172:5
31612026-05-15T03:49:25.122Z |
31622026-05-15T03:49:25.122Z172 | / ProgenitorOperationRetry::new(detach_operation, gone_check)
31632026-05-15T03:49:25.122Z173 | | .run(log)
31642026-05-15T03:49:25.122Z174 | | .await
31652026-05-15T03:49:25.122Z | |______________^ cannot infer type
31662026-05-15T03:49:25.122Z
31672026-05-15T03:49:25.647Zerror[E0027]: pattern does not mention field `info`
31682026-05-15T03:49:25.647Z --> dev-tools/omdb/src/bin/omdb/crucible_pantry.rs:104:9
31692026-05-15T03:49:25.647Z |
31702026-05-15T03:49:25.647Z104 | let VolumeStatus { active, num_job_handles, seen_active } =
31712026-05-15T03:49:25.647Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing field `info`
31722026-05-15T03:49:25.647Z |
31732026-05-15T03:49:25.647Zhelp: include the missing field in the pattern
31742026-05-15T03:49:25.647Z |
31752026-05-15T03:49:25.648Z104 | let VolumeStatus { active, num_job_handles, seen_active, info } =
31762026-05-15T03:49:25.648Z | ++++++
31772026-05-15T03:49:25.648Zhelp: if you don't care about this missing field, you can explicitly ignore it
31782026-05-15T03:49:25.648Z |
31792026-05-15T03:49:25.648Z104 | let VolumeStatus { active, num_job_handles, seen_active, info: _ } =
31802026-05-15T03:49:25.648Z | +++++++++
31812026-05-15T03:49:25.648Zhelp: or always ignore missing fields here
31822026-05-15T03:49:25.648Z |
31832026-05-15T03:49:25.648Z104 | let VolumeStatus { active, num_job_handles, seen_active, .. } =
31842026-05-15T03:49:25.648Z | ++++
31852026-05-15T03:49:25.648Z
31862026-05-15T03:49:32.563ZFor more information about this error, try `rustc --explain E0027`.
31872026-05-15T03:49:32.768Zerror: could not compile `omicron-omdb` (bin "omdb") due to 1 previous error
31882026-05-15T03:49:32.768Zwarning: build failed, waiting for other jobs to finish...
31892026-05-15T03:49:59.764ZSome errors have detailed explanations: E0271, E0282, E0308, E0599.
31902026-05-15T03:49:59.764ZFor more information about an error, try `rustc --explain E0271`.
31912026-05-15T03:50:00.158Zerror: could not compile `omicron-nexus` (lib) due to 14 previous errors
31922026-05-15T03:50:00.431ZError: Failed to build packages
31932026-05-15T03:50:00.434Z
31942026-05-15T03:50:00.437Zreal 3:32.944485500
31952026-05-15T03:50:00.437Zuser 45:51.919056753
31962026-05-15T03:50:00.437Zsys 2:35.478058364
31972026-05-15T03:50:00.437Ztrap 1.367696746
31982026-05-15T03:50:00.437Ztflt 2.034835687
31992026-05-15T03:50:00.437Zdflt 2.607797503
32002026-05-15T03:50:00.437Zkflt 0.005185322
32012026-05-15T03:50:00.437Zlock 3:55:14.905598518
32022026-05-15T03:50:00.437Zslp 1:55:07.418822201
32032026-05-15T03:50:00.437Zlat 2:18.442859876
32042026-05-15T03:50:00.437Zstop 4:54.975550078
32052026-05-15T03:50:00.438Zprocess exited: duration 442607 ms, exit code 1
 
32062026-05-15T03:50:00.444Zfound 0 output files
32072026-05-15T03:50:00.444Zupload error: rule "/work/package.tar.gz" required a match, but was not used