01JJ7W9ZC5ZYRC1FM3R51Y58EJ: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JJ7WAG3HPSAX88RAV7N4S8TX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-22T20:48:35.084Zjob assigned to worker 01JJ7WAJ0JEB0SHGD335CVG8E0 [factory aws, i-06e2509297afbb3ba] (queued for 58 s)
 
22025-01-22T20:48:42.610Zstarting task 0: "setup"
32025-01-22T20:48:42.617Z++ uname -s
42025-01-22T20:48:42.620Z+ kern=SunOS
52025-01-22T20:48:42.620Z+ case "$kern" in
62025-01-22T20:48:42.620Z+ groupadd -g 12345 build
72025-01-22T20:48:42.624Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82025-01-22T20:48:44.629Z+ zfs create -o mountpoint=/work rpool/work
92025-01-22T20:48:44.742Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102025-01-22T20:48:44.746Z+ home_fs=zfs
112025-01-22T20:48:44.746Z+ [[ zfs == autofs ]]
122025-01-22T20:48:44.746Z+ mkdir -p /home/build
132025-01-22T20:48:44.749Z+ chown build:build /home/build /work
142025-01-22T20:48:46.749Z+ chmod 0700 /home/build /work
152025-01-22T20:48:46.752Zprocess exited: duration 4145 ms, exit code 0
 
162025-01-22T20:48:46.757Zstarting task 1: "rust-toolchain"
172025-01-22T20:48:46.762Z+ printf ' * toolchain channel = "%s"
182025-01-22T20:48:46.762Z' 1.84.0
192025-01-22T20:48:46.762Z+ printf ' * toolchain profile = "%s"
202025-01-22T20:48:46.762Z' default
212025-01-22T20:48:46.762Z * toolchain channel = "1.84.0"
222025-01-22T20:48:46.762Z * toolchain profile = "default"
232025-01-22T20:48:46.765Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242025-01-22T20:48:46.765Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
252025-01-22T20:48:46.889Zinfo: downloading installer
262025-01-22T20:48:48.058Zinfo: profile set to 'default'
272025-01-22T20:48:48.058Zinfo: default host triple is x86_64-unknown-illumos
282025-01-22T20:48:48.060Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
292025-01-22T20:48:48.211Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
302025-01-22T20:48:48.211Zinfo: downloading component 'cargo'
312025-01-22T20:48:49.085Zinfo: downloading component 'clippy'
322025-01-22T20:48:49.422Zinfo: downloading component 'rust-docs'
332025-01-22T20:48:50.615Zinfo: downloading component 'rust-std'
342025-01-22T20:48:52.388Zinfo: downloading component 'rustc'
352025-01-22T20:48:59.158Zinfo: downloading component 'rustfmt'
362025-01-22T20:48:59.412Zinfo: installing component 'cargo'
372025-01-22T20:49:00.264Zinfo: installing component 'clippy'
382025-01-22T20:49:00.648Zinfo: installing component 'rust-docs'
392025-01-22T20:49:02.325Zinfo: installing component 'rust-std'
402025-01-22T20:49:04.071Zinfo: installing component 'rustc'
412025-01-22T20:49:10.156Zinfo: installing component 'rustfmt'
422025-01-22T20:49:10.493Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
432025-01-22T20:49:10.493Z
442025-01-22T20:49:10.882Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
452025-01-22T20:49:10.882Z
462025-01-22T20:49:10.887Z
472025-01-22T20:49:10.887ZRust is installed now. Great!
482025-01-22T20:49:10.887Z
492025-01-22T20:49:10.887ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502025-01-22T20:49:10.887Zenvironment variable. This has not been done automatically.
512025-01-22T20:49:10.887Z
522025-01-22T20:49:10.887ZTo configure your current shell, you need to source
532025-01-22T20:49:10.887Zthe corresponding env file under $HOME/.cargo.
542025-01-22T20:49:10.887Z
552025-01-22T20:49:10.887ZThis is usually done by running one of the following (note the leading DOT):
562025-01-22T20:49:10.887Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572025-01-22T20:49:10.887Zsource "$HOME/.cargo/env.fish" # For fish
582025-01-22T20:49:10.962Z+ rustc --version
592025-01-22T20:49:11.030Zrustc 1.84.0 (9fc6b4312 2025-01-07)
602025-01-22T20:49:11.033Zprocess exited: duration 24274 ms, exit code 0
 
612025-01-22T20:49:11.040Zstarting task 2: "authentication"
622025-01-22T20:49:11.061Zprocess exited: duration 21 ms, exit code 0
 
632025-01-22T20:49:11.066Zstarting task 3: "clone repository"
642025-01-22T20:49:11.072Z+ mkdir -p /work/oxidecomputer/omicron
652025-01-22T20:49:11.074Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662025-01-22T20:49:11.366ZCloning into '/work/oxidecomputer/omicron'...
672025-01-22T20:49:19.324Z+ cd /work/oxidecomputer/omicron
682025-01-22T20:49:19.326Z+ git fetch origin 8d193d55e2dccc8b2ad34df30e6560cb130c2f25
692025-01-22T20:49:19.667ZFrom https://github.com/oxidecomputer/omicron
702025-01-22T20:49:19.667Z * branch 8d193d55e2dccc8b2ad34df30e6560cb130c2f25 -> FETCH_HEAD
712025-01-22T20:49:19.678Z+ [[ -n refactor-login-endpoints ]]
722025-01-22T20:49:19.681Z++ git branch --show-current
732025-01-22T20:49:19.683Z+ current=main
742025-01-22T20:49:19.683Z+ [[ main != refactor-login-endpoints ]]
752025-01-22T20:49:19.683Z+ git branch -f refactor-login-endpoints 8d193d55e2dccc8b2ad34df30e6560cb130c2f25
762025-01-22T20:49:19.686Z+ git checkout -f refactor-login-endpoints
772025-01-22T20:49:19.862ZSwitched to branch 'refactor-login-endpoints'
782025-01-22T20:49:19.865Z+ git reset --hard 8d193d55e2dccc8b2ad34df30e6560cb130c2f25
792025-01-22T20:49:19.908ZHEAD is now at 8d193d55e move the final device_auth thing to nexus/src/app
802025-01-22T20:49:19.915Zprocess exited: duration 8842 ms, exit code 0
 
812025-01-22T20:49:19.922Zstarting task 4: "build"
822025-01-22T20:49:19.931Z+ source .github/buildomat/ci-env.sh
832025-01-22T20:49:19.931Z++ export CARGO_TERM_COLOR=always
842025-01-22T20:49:19.931Z++ CARGO_TERM_COLOR=always
852025-01-22T20:49:19.934Z+ cargo --version
862025-01-22T20:49:19.993Zcargo 1.84.0 (66221abde 2024-11-19)
872025-01-22T20:49:19.996Z+ rustc --version
882025-01-22T20:49:20.058Zrustc 1.84.0 (9fc6b4312 2025-01-07)
892025-01-22T20:49:20.063Z+ WORK=/work
902025-01-22T20:49:20.063Z+ pfexec mkdir -p /work
912025-01-22T20:49:20.066Z+ pfexec chown build /work
922025-01-22T20:49:20.066Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
932025-01-22T20:49:23.550Zpkg list: illegal option -- F
942025-01-22T20:49:23.550ZUsage:
952025-01-22T20:49:23.550Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
962025-01-22T20:49:23.550Z [pkg_fmri_pattern ...]
972025-01-22T20:49:24.392Zpkg list: illegal option -- F
982025-01-22T20:49:24.392ZUsage:
992025-01-22T20:49:24.392Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1002025-01-22T20:49:24.392Z [pkg_fmri_pattern ...]
1012025-01-22T20:49:30.241Z Startup: Refreshing catalog 'helios-dev' ... Done
1022025-01-22T20:49:34.684Z Startup: Caching catalogs ... Done
1032025-01-22T20:49:46.515ZPlanning: Solver setup ... Done (11.017s)
1042025-01-22T20:49:46.667ZPlanning: Running solver ... Done (0.152s)
1052025-01-22T20:49:47.006ZPlanning: Finding local manifests ... Done (0.227s)
1062025-01-22T20:49:47.034ZPlanning: Fetching manifests: 0/7 0% complete
1072025-01-22T20:49:47.851ZPlanning: Fetching manifests: 7/7 100% complete
1082025-01-22T20:49:48.488ZPlanning: Package planning ... Done (0.637s)
1092025-01-22T20:49:48.545ZPlanning: Merging actions ... Done (0.057s)
1102025-01-22T20:49:49.413ZPlanning: Checking for conflicting actions ... Done (0.868s)
1112025-01-22T20:49:55.152ZPlanning: Consolidating action changes ... Done (5.738s)
1122025-01-22T20:49:55.561ZPlanning: Evaluating mediators ... Done (0.409s)
1132025-01-22T20:49:55.643ZPlanning: Planning completed in 20.86 seconds
1142025-01-22T20:49:55.658Z Packages to install: 4
1152025-01-22T20:49:55.658Z Packages to update: 3
1162025-01-22T20:49:55.658Z Mediators to change: 2
1172025-01-22T20:49:55.658Z Services to change: 1
1182025-01-22T20:49:55.660Z Estimated space available: 155.61 GB
1192025-01-22T20:49:55.660ZEstimated space to be consumed: 1.64 GB
1202025-01-22T20:49:55.660Z Create boot environment: No
1212025-01-22T20:49:55.661ZCreate backup boot environment: Yes
1222025-01-22T20:49:55.661Z Rebuild boot archive: No
1232025-01-22T20:49:55.661Z
1242025-01-22T20:49:55.661ZChanged mediators:
1252025-01-22T20:49:55.661Z mediator clang:
1262025-01-22T20:49:55.661Z version: None -> 15 (system default)
1272025-01-22T20:49:55.661Z
1282025-01-22T20:49:55.661Z mediator llvm:
1292025-01-22T20:49:55.661Z version: 14 (system default) -> 15 (system default)
1302025-01-22T20:49:55.661Z
1312025-01-22T20:49:55.661ZChanged packages:
1322025-01-22T20:49:55.661Zhelios-dev
1332025-01-22T20:49:55.661Z developer/build-essential
1342025-01-22T20:49:55.661Z None -> 11-2.0
1352025-01-22T20:49:55.661Z library/libxmlsec1
1362025-01-22T20:49:55.661Z None -> 1.2.35-2.0
1372025-01-22T20:49:55.661Z ooce/developer/clang-15
1382025-01-22T20:49:55.661Z None -> 15.0.7-2.0
1392025-01-22T20:49:55.661Z ooce/developer/llvm-15
1402025-01-22T20:49:55.661Z None -> 15.0.7-2.0
1412025-01-22T20:49:55.661Z package/pkg
1422025-01-22T20:49:55.661Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1432025-01-22T20:49:55.661Z system/library/g++-runtime
1442025-01-22T20:49:55.661Z 13-2.0 -> 14-2.0
1452025-01-22T20:49:55.661Z system/library/gcc-runtime
1462025-01-22T20:49:55.661Z 13-2.0 -> 14-2.0
1472025-01-22T20:49:55.661Z
1482025-01-22T20:49:55.661ZServices:
1492025-01-22T20:49:55.661Z restart_fmri:
1502025-01-22T20:49:55.661Z svc:/system/update-man-index:default
1512025-01-22T20:49:55.661Z
1522025-01-22T20:49:55.661ZEditable files to change:
1532025-01-22T20:49:55.661Z Update:
1542025-01-22T20:49:55.661Z usr/share/lib/pkg/web/config.shtml
1552025-01-22T20:49:55.987Z
1562025-01-22T20:49:55.988ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1572025-01-22T20:50:00.994ZDownload: 322/4301 items 9.6/225.4MB 4% complete (1.8M/s)
1582025-01-22T20:50:05.997ZDownload: 1568/4301 items 117.6/225.4MB 52% complete (11.8M/s)
1592025-01-22T20:50:10.997ZDownload: 3246/4301 items 197.8/225.4MB 87% complete (18.7M/s)
1602025-01-22T20:50:15.698ZDownload: Completed 225.42 MB in 19.71 seconds (11.4M/s)
1612025-01-22T20:50:17.838Z Actions: 1/5122 actions (Removing old actions)
1622025-01-22T20:50:17.856Z Actions: 194/5122 actions (Installing new actions)
1632025-01-22T20:50:22.972Z Actions: 4169/5122 actions (Installing new actions)
1642025-01-22T20:50:23.162Z Actions: 4267/5122 actions (Updating modified actions)
1652025-01-22T20:50:23.932Z Actions: Completed 5122 actions in 6.09 seconds.
1662025-01-22T20:50:24.344Z Done (0.404s)
1672025-01-22T20:50:24.347Z Done (0.001s)
1682025-01-22T20:50:24.939Z Done (0.593s)
1692025-01-22T20:50:31.057Z Done (5.880s)
1702025-01-22T20:50:31.390Z Done (0.263s)
1712025-01-22T20:50:31.393Z Done (0.000s)
1722025-01-22T20:50:31.567Z Done (0.000s)
1732025-01-22T20:50:32.278ZPlanning: Evaluating mediator changes ... Done
1742025-01-22T20:50:32.443ZPlanning: Checking for conflicting actions ... Done
1752025-01-22T20:50:32.446ZPlanning: Consolidating action changes ... Done
1762025-01-22T20:50:32.721ZPlanning: Evaluating mediators ... Done
1772025-01-22T20:50:32.723ZPlanning: Planning completed in 0.44 seconds
1782025-01-22T20:50:32.762Z Mediators to change: 2
1792025-01-22T20:50:32.762Z Create boot environment: No
1802025-01-22T20:50:32.766ZCreate backup boot environment: No
1812025-01-22T20:50:32.850Z Done
1822025-01-22T20:50:32.850Z Done
1832025-01-22T20:50:33.228Z Done
1842025-01-22T20:50:36.912Z Done
1852025-01-22T20:50:36.997Z Done
1862025-01-22T20:50:37.000Z Done
1872025-01-22T20:50:37.130Z Done
1882025-01-22T20:50:37.758ZPlanning: Evaluating mediator changes ... Done
1892025-01-22T20:50:37.761ZPlanning: Merging actions ... Done
1902025-01-22T20:50:37.955ZPlanning: Checking for conflicting actions ... Done
1912025-01-22T20:50:37.958ZPlanning: Consolidating action changes ... Done
1922025-01-22T20:50:38.225ZPlanning: Evaluating mediators ... Done
1932025-01-22T20:50:38.282ZPlanning: Planning completed in 0.77 seconds
1942025-01-22T20:50:38.323Z Packages to change: 1
1952025-01-22T20:50:38.323Z Mediators to change: 1
1962025-01-22T20:50:38.326Z Services to change: 1
1972025-01-22T20:50:38.326Z Create boot environment: No
1982025-01-22T20:50:38.326ZCreate backup boot environment: Yes
1992025-01-22T20:50:40.606Z Actions: 1/6 actions (Updating modified actions)
2002025-01-22T20:50:40.609Z Actions: Completed 6 actions in 0.00 seconds.
2012025-01-22T20:50:40.609Z Done
2022025-01-22T20:50:40.609Z Done
2032025-01-22T20:50:40.731Z Done
2042025-01-22T20:50:44.449Z Done
2052025-01-22T20:50:44.541Z Done
2062025-01-22T20:50:44.543Z Done
2072025-01-22T20:50:44.669Z Done
2082025-01-22T20:50:45.109ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2092025-01-22T20:50:45.109Zclang system 15 system
2102025-01-22T20:50:45.109Zcsh system system illumos
2112025-01-22T20:50:45.109Zctags system system illumos
2122025-01-22T20:50:45.109Zgcc vendor 12 vendor
2132025-01-22T20:50:45.109Zgcc system 10 system
2142025-01-22T20:50:45.109Zgcc system 7 system
2152025-01-22T20:50:45.109Zgo system 1.20 system
2162025-01-22T20:50:45.109Zgo system 1.19 system
2172025-01-22T20:50:45.109Zllvm system 15 system
2182025-01-22T20:50:45.109Zllvm system 14 system
2192025-01-22T20:50:45.109Zmariadb system 10.6 system
2202025-01-22T20:50:45.109Zmta vendor vendor dma
2212025-01-22T20:50:45.109Zopenjdk system 17 system
2222025-01-22T20:50:45.109Zopenjdk system 11 system
2232025-01-22T20:50:45.109Zopenjdk system 1.8 system
2242025-01-22T20:50:45.110Zopenssl vendor 3 vendor
2252025-01-22T20:50:45.110Zperl system 5.36 system
2262025-01-22T20:50:45.110Zpostgresql system 15 system
2272025-01-22T20:50:45.110Zpostgresql system 13 system
2282025-01-22T20:50:45.110Zpython vendor 3 vendor
2292025-01-22T20:50:45.110Zpython system 2 system
2302025-01-22T20:50:45.110Zpython3 system 3.11 system
2312025-01-22T20:50:45.110Zruby system 3.0 system
2322025-01-22T20:50:45.110Zwords vendor vendor american-english
2332025-01-22T20:50:45.110Zwords system system australian-english
2342025-01-22T20:50:45.110Zwords system system british-english
2352025-01-22T20:50:45.110Zwords system system canadian-english
2362025-01-22T20:50:45.110Zwords system system french
2372025-01-22T20:50:45.110Zwords system system italian
2382025-01-22T20:50:45.111Zwords system system ngerman
2392025-01-22T20:50:45.111Zwords system system ogerman
2402025-01-22T20:50:45.111Zwords system system spanish
2412025-01-22T20:50:45.443ZPUBLISHER TYPE STATUS P LOCATION
2422025-01-22T20:50:45.443Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2432025-01-22T20:50:48.286ZFMRI IFO
2442025-01-22T20:50:48.286Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2452025-01-22T20:50:48.286Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2462025-01-22T20:50:48.286Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2472025-01-22T20:50:48.286Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2482025-01-22T20:50:48.286Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2492025-01-22T20:50:48.286Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2502025-01-22T20:50:48.286Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2512025-01-22T20:50:48.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2522025-01-22T20:50:48.286Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2532025-01-22T20:50:48.286Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2542025-01-22T20:50:48.286Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2552025-01-22T20:50:48.286Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2562025-01-22T20:50:48.286Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2572025-01-22T20:50:48.286Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2582025-01-22T20:50:48.286Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2592025-01-22T20:50:49.054Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2602025-01-22T20:50:49.310Z Updating crates.io index
2612025-01-22T20:50:49.396Z Updating git repository `https://github.com/oxidecomputer/diffus`
2622025-01-22T20:50:49.686Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2632025-01-22T20:50:50.192Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2642025-01-22T20:50:50.479Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2652025-01-22T20:50:50.804Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2662025-01-22T20:50:51.094Z Updating git repository `https://github.com/oxidecomputer/propolis`
2672025-01-22T20:50:52.020Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682025-01-22T20:50:53.621Z Updating git repository `https://github.com/oxidecomputer/opte`
2692025-01-22T20:50:54.249Z Updating git repository `https://github.com/oxidecomputer/falcon`
2702025-01-22T20:50:55.027Z Updating git repository `https://github.com/oxidecomputer/clickward`
2712025-01-22T20:50:55.318Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722025-01-22T20:50:55.581Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2732025-01-22T20:50:56.205Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2742025-01-22T20:50:56.602Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2752025-01-22T20:50:56.926Z Updating git repository `https://github.com/oxidecomputer/tofino`
2762025-01-22T20:50:57.219Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2772025-01-22T20:50:57.566Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2782025-01-22T20:50:57.841Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2792025-01-22T20:50:58.131Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2802025-01-22T20:50:58.461Z Updating git repository `https://github.com/oxidecomputer/ispf`
2812025-01-22T20:50:58.864Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2822025-01-22T20:50:59.156Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2832025-01-22T20:50:59.739Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2842025-01-22T20:50:59.996Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2852025-01-22T20:51:00.384Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2862025-01-22T20:51:00.835Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
2872025-01-22T20:51:01.223Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882025-01-22T20:51:01.531Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892025-01-22T20:51:02.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902025-01-22T20:51:03.289Z Downloading crates ...
2912025-01-22T20:51:03.358Z Downloaded anyhow v1.0.93
2922025-01-22T20:51:03.364Z Downloaded anstyle-parse v0.2.5
2932025-01-22T20:51:03.367Z Downloaded anstream v0.6.15
2942025-01-22T20:51:03.391Z Downloaded anstyle-query v1.1.1
2952025-01-22T20:51:03.394Z Downloaded equivalent v1.0.1
2962025-01-22T20:51:03.402Z Downloaded usdt-macro v0.5.0
2972025-01-22T20:51:03.406Z Downloaded pretty-hex v0.4.1
2982025-01-22T20:51:03.409Z Downloaded swrite v0.1.0
2992025-01-22T20:51:03.412Z Downloaded scroll_derive v0.12.0
3002025-01-22T20:51:03.416Z Downloaded usdt-attr-macro v0.5.0
3012025-01-22T20:51:03.416Z Downloaded block-buffer v0.10.4
3022025-01-22T20:51:03.416Z Downloaded anstyle v1.0.10
3032025-01-22T20:51:03.416Z Downloaded dtrace-parser v0.2.0
3042025-01-22T20:51:03.422Z Downloaded usdt v0.5.0
3052025-01-22T20:51:03.425Z Downloaded digest v0.10.7
3062025-01-22T20:51:03.428Z Downloaded clap_lex v0.7.2
3072025-01-22T20:51:03.428Z Downloaded cfg-if v1.0.0
3082025-01-22T20:51:03.432Z Downloaded terminal_size v0.4.0
3092025-01-22T20:51:03.436Z Downloaded proc-macro-error-attr v1.0.4
3102025-01-22T20:51:03.436Z Downloaded unicode-linebreak v0.1.5
3112025-01-22T20:51:03.436Z Downloaded thiserror v1.0.69
3122025-01-22T20:51:03.439Z Downloaded cargo-platform v0.1.8
3132025-01-22T20:51:03.442Z Downloaded autocfg v1.4.0
3142025-01-22T20:51:03.442Z Downloaded fnv v1.0.7
3152025-01-22T20:51:03.444Z Downloaded serde_tokenstream v0.2.2
3162025-01-22T20:51:03.444Z Downloaded generic-array v0.14.7
3172025-01-22T20:51:03.447Z Downloaded cpufeatures v0.2.14
3182025-01-22T20:51:03.447Z Downloaded serde_spanned v0.6.8
3192025-01-22T20:51:03.450Z Downloaded plain v0.2.3
3202025-01-22T20:51:03.450Z Downloaded smawk v0.3.2
3212025-01-22T20:51:03.452Z Downloaded is_terminal_polyfill v1.70.1
3222025-01-22T20:51:03.452Z Downloaded fastrand v2.1.1
3232025-01-22T20:51:03.455Z Downloaded memmap v0.7.0
3242025-01-22T20:51:03.455Z Downloaded colorchoice v1.0.2
3252025-01-22T20:51:03.462Z Downloaded byteorder v1.5.0
3262025-01-22T20:51:03.467Z Downloaded bytecount v0.6.8
3272025-01-22T20:51:03.467Z Downloaded tabled_derive v0.7.0
3282025-01-22T20:51:03.467Z Downloaded pest_generator v2.7.14
3292025-01-22T20:51:03.470Z Downloaded errno v0.3.9
3302025-01-22T20:51:03.483Z Downloaded fs-err v2.11.0
3312025-01-22T20:51:03.486Z Downloaded version_check v0.9.5
3322025-01-22T20:51:03.486Z Downloaded thread-id v4.2.2
3332025-01-22T20:51:03.489Z Downloaded dof v0.3.0
3342025-01-22T20:51:03.489Z Downloaded proc-macro-error v1.0.4
3352025-01-22T20:51:03.492Z Downloaded cargo_metadata v0.18.1
3362025-01-22T20:51:03.494Z Downloaded macaddr v1.0.1
3372025-01-22T20:51:03.497Z Downloaded quote v1.0.38
3382025-01-22T20:51:03.503Z Downloaded utf8parse v0.2.2
3392025-01-22T20:51:03.505Z Downloaded sha2 v0.10.8
3402025-01-22T20:51:03.505Z Downloaded heck v0.5.0
3412025-01-22T20:51:03.506Z Downloaded heck v0.4.1
3422025-01-22T20:51:03.509Z Downloaded once_cell v1.20.2
3432025-01-22T20:51:03.513Z Downloaded pest_derive v2.7.14
3442025-01-22T20:51:03.523Z Downloaded semver v1.0.24
3452025-01-22T20:51:03.525Z Downloaded toml_datetime v0.6.8
3462025-01-22T20:51:03.528Z Downloaded textwrap v0.16.1
3472025-01-22T20:51:03.531Z Downloaded itoa v1.0.11
3482025-01-22T20:51:03.536Z Downloaded thiserror-impl v1.0.69
3492025-01-22T20:51:03.538Z Downloaded usdt-impl v0.5.0
3502025-01-22T20:51:03.544Z Downloaded unicode-ident v1.0.14
3512025-01-22T20:51:03.549Z Downloaded ucd-trie v0.1.7
3522025-01-22T20:51:03.551Z Downloaded clap_derive v4.5.18
3532025-01-22T20:51:03.553Z Downloaded scroll v0.12.0
3542025-01-22T20:51:03.553Z Downloaded camino-tempfile v1.1.1
3552025-01-22T20:51:03.557Z Downloaded ryu v1.0.18
3562025-01-22T20:51:03.562Z Downloaded typenum v1.17.0
3572025-01-22T20:51:03.564Z Downloaded pest_meta v2.7.14
3582025-01-22T20:51:03.564Z Downloaded cargo_toml v0.20.5
3592025-01-22T20:51:03.564Z Downloaded proc-macro2 v1.0.92
3602025-01-22T20:51:03.567Z Downloaded tempfile v3.13.0
3612025-01-22T20:51:03.569Z Downloaded strsim v0.11.1
3622025-01-22T20:51:03.572Z Downloaded serde_derive v1.0.217
3632025-01-22T20:51:03.575Z Downloaded camino v1.1.9
3642025-01-22T20:51:03.575Z Downloaded bitflags v2.6.0
3652025-01-22T20:51:03.578Z Downloaded toml v0.8.19
3662025-01-22T20:51:03.582Z Downloaded log v0.4.22
3672025-01-22T20:51:03.585Z Downloaded zerocopy-derive v0.7.35
3682025-01-22T20:51:03.588Z Downloaded clap v4.5.21
3692025-01-22T20:51:03.597Z Downloaded crypto-common v0.1.6
3702025-01-22T20:51:03.606Z Downloaded serde v1.0.217
3712025-01-22T20:51:03.609Z Downloaded papergrid v0.11.0
3722025-01-22T20:51:03.623Z Downloaded indexmap v2.7.0
3732025-01-22T20:51:03.643Z Downloaded toml_edit v0.22.22
3742025-01-22T20:51:03.665Z Downloaded memchr v2.7.4
3752025-01-22T20:51:03.670Z Downloaded hashbrown v0.15.1
3762025-01-22T20:51:03.691Z Downloaded zerocopy v0.7.35
3772025-01-22T20:51:03.706Z Downloaded serde_json v1.0.135
3782025-01-22T20:51:03.713Z Downloaded winnow v0.6.20
3792025-01-22T20:51:03.721Z Downloaded pest v2.7.14
3802025-01-22T20:51:03.726Z Downloaded goblin v0.8.2
3812025-01-22T20:51:03.732Z Downloaded tabled v0.15.0
3822025-01-22T20:51:03.747Z Downloaded clap_builder v4.5.21
3832025-01-22T20:51:03.760Z Downloaded syn v1.0.109
3842025-01-22T20:51:03.769Z Downloaded syn v2.0.96
3852025-01-22T20:51:03.780Z Downloaded unicode-width v0.1.14
3862025-01-22T20:51:03.786Z Downloaded rustix v0.38.37
3872025-01-22T20:51:03.821Z Downloaded libc v0.2.169
3882025-01-22T20:51:04.132Z Compiling proc-macro2 v1.0.92
3892025-01-22T20:51:04.132Z Compiling unicode-ident v1.0.14
3902025-01-22T20:51:04.135Z Compiling version_check v0.9.5
3912025-01-22T20:51:04.135Z Compiling serde v1.0.217
3922025-01-22T20:51:04.135Z Compiling thiserror v1.0.69
3932025-01-22T20:51:04.135Z Compiling memchr v2.7.4
3942025-01-22T20:51:04.169Z Compiling libc v0.2.169
3952025-01-22T20:51:04.172Z Compiling itoa v1.0.11
3962025-01-22T20:51:04.397Z Compiling ucd-trie v0.1.7
3972025-01-22T20:51:04.529Z Compiling ryu v1.0.18
3982025-01-22T20:51:04.887Z Compiling once_cell v1.20.2
3992025-01-22T20:51:04.938Z Compiling byteorder v1.5.0
4002025-01-22T20:51:05.236Z Compiling rustix v0.38.37
4012025-01-22T20:51:05.359Z Compiling serde_json v1.0.135
4022025-01-22T20:51:05.468Z Compiling bitflags v2.6.0
4032025-01-22T20:51:05.695Z Compiling proc-macro-error-attr v1.0.4
4042025-01-22T20:51:05.725Z Compiling usdt-impl v0.5.0
4052025-01-22T20:51:05.789Z Compiling syn v1.0.109
4062025-01-22T20:51:05.895Z Compiling proc-macro-error v1.0.4
4072025-01-22T20:51:06.025Z Compiling equivalent v1.0.1
4082025-01-22T20:51:06.051Z Compiling camino v1.1.9
4092025-01-22T20:51:06.159Z Compiling hashbrown v0.15.1
4102025-01-22T20:51:06.191Z Compiling log v0.4.22
4112025-01-22T20:51:06.227Z Compiling plain v0.2.3
4122025-01-22T20:51:06.348Z Compiling quote v1.0.38
4132025-01-22T20:51:06.408Z Compiling errno v0.3.9
4142025-01-22T20:51:06.564Z Compiling thread-id v4.2.2
4152025-01-22T20:51:06.645Z Compiling utf8parse v0.2.2
4162025-01-22T20:51:06.719Z Compiling syn v2.0.96
4172025-01-22T20:51:06.825Z Compiling anstyle-parse v0.2.5
4182025-01-22T20:51:06.975Z Compiling unicode-width v0.1.14
4192025-01-22T20:51:07.142Z Compiling indexmap v2.7.0
4202025-01-22T20:51:07.197Z Compiling pretty-hex v0.4.1
4212025-01-22T20:51:07.222Z Compiling is_terminal_polyfill v1.70.1
4222025-01-22T20:51:07.377Z Compiling anstyle v1.0.10
4232025-01-22T20:51:07.438Z Compiling autocfg v1.4.0
4242025-01-22T20:51:07.524Z Compiling semver v1.0.24
4252025-01-22T20:51:07.754Z Compiling winnow v0.6.20
4262025-01-22T20:51:07.826Z Compiling anstyle-query v1.1.1
4272025-01-22T20:51:08.004Z Compiling colorchoice v1.0.2
4282025-01-22T20:51:08.183Z Compiling anstream v0.6.15
4292025-01-22T20:51:08.328Z Compiling heck v0.4.1
4302025-01-22T20:51:08.392Z Compiling fs-err v2.11.0
4312025-01-22T20:51:08.421Z Compiling fastrand v2.1.1
4322025-01-22T20:51:08.696Z Compiling terminal_size v0.4.0
4332025-01-22T20:51:08.770Z Compiling clap_lex v0.7.2
4342025-01-22T20:51:08.911Z Compiling fnv v1.0.7
4352025-01-22T20:51:08.938Z Compiling strsim v0.11.1
4362025-01-22T20:51:09.075Z Compiling heck v0.5.0
4372025-01-22T20:51:09.130Z Compiling anyhow v1.0.93
4382025-01-22T20:51:09.201Z Compiling cfg-if v1.0.0
4392025-01-22T20:51:09.228Z Compiling bytecount v0.6.8
4402025-01-22T20:51:09.315Z Compiling tempfile v3.13.0
4412025-01-22T20:51:09.521Z Compiling papergrid v0.11.0
4422025-01-22T20:51:09.754Z Compiling clap_builder v4.5.21
4432025-01-22T20:51:10.205Z Compiling memmap v0.7.0
4442025-01-22T20:51:10.230Z Compiling smawk v0.3.2
4452025-01-22T20:51:10.325Z Compiling unicode-linebreak v0.1.5
4462025-01-22T20:51:10.863Z Compiling textwrap v0.16.1
4472025-01-22T20:51:11.028Z Compiling swrite v0.1.0
4482025-01-22T20:51:11.682Z Compiling tabled_derive v0.7.0
4492025-01-22T20:51:12.976Z Compiling tabled v0.15.0
4502025-01-22T20:51:13.515Z Compiling serde_derive v1.0.217
4512025-01-22T20:51:13.515Z Compiling thiserror-impl v1.0.69
4522025-01-22T20:51:13.654Z Compiling zerocopy-derive v0.7.35
4532025-01-22T20:51:13.678Z Compiling scroll_derive v0.12.0
4542025-01-22T20:51:13.721Z Compiling clap_derive v4.5.18
4552025-01-22T20:51:15.213Z Compiling scroll v0.12.0
4562025-01-22T20:51:15.553Z Compiling zerocopy v0.7.35
4572025-01-22T20:51:15.630Z Compiling goblin v0.8.2
4582025-01-22T20:51:16.167Z Compiling pest v2.7.14
4592025-01-22T20:51:17.040Z Compiling clap v4.5.21
4602025-01-22T20:51:18.334Z Compiling pest_meta v2.7.14
4612025-01-22T20:51:19.203Z Compiling pest_generator v2.7.14
4622025-01-22T20:51:20.511Z Compiling pest_derive v2.7.14
4632025-01-22T20:51:21.232Z Compiling dtrace-parser v0.2.0
4642025-01-22T20:51:22.268Z Compiling serde_spanned v0.6.8
4652025-01-22T20:51:22.274Z Compiling toml_datetime v0.6.8
4662025-01-22T20:51:22.274Z Compiling cargo-platform v0.1.8
4672025-01-22T20:51:22.596Z Compiling serde_tokenstream v0.2.2
4682025-01-22T20:51:22.596Z Compiling toml_edit v0.22.22
4692025-01-22T20:51:22.736Z Compiling macaddr v1.0.1
4702025-01-22T20:51:22.867Z Compiling camino-tempfile v1.1.1
4712025-01-22T20:51:23.660Z Compiling dof v0.3.0
4722025-01-22T20:51:23.660Z Compiling cargo_metadata v0.18.1
4732025-01-22T20:51:25.363Z Compiling toml v0.8.19
4742025-01-22T20:51:25.385Z Compiling usdt-macro v0.5.0
4752025-01-22T20:51:25.387Z Compiling usdt-attr-macro v0.5.0
4762025-01-22T20:51:26.126Z Compiling cargo_toml v0.20.5
4772025-01-22T20:51:26.636Z Compiling usdt v0.5.0
4782025-01-22T20:51:28.939Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792025-01-22T20:51:32.124Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.30s
4802025-01-22T20:51:32.403Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812025-01-22T20:51:32.936Z Downloading crates ...
4822025-01-22T20:51:33.058Z Downloaded addr2line v0.24.2
4832025-01-22T20:51:33.064Z Downloaded allocator-api2 v0.2.18
4842025-01-22T20:51:33.066Z Downloaded argon2 v0.5.3
4852025-01-22T20:51:33.069Z Downloaded cfg_aliases v0.2.1
4862025-01-22T20:51:33.079Z Downloaded crunchy v0.2.2
4872025-01-22T20:51:33.087Z Downloaded ciborium-io v0.2.2
4882025-01-22T20:51:33.087Z Downloaded async-recursion v1.1.1
4892025-01-22T20:51:33.087Z Downloaded ciborium-ll v0.2.2
4902025-01-22T20:51:33.100Z Downloaded adler2 v2.0.0
4912025-01-22T20:51:33.100Z Downloaded cexpr v0.6.0
4922025-01-22T20:51:33.112Z Downloaded async-stream-impl v0.3.6
4932025-01-22T20:51:33.112Z Downloaded array-init v0.0.4
4942025-01-22T20:51:33.112Z Downloaded http-range v0.1.5
4952025-01-22T20:51:33.112Z Downloaded httpdate v1.0.3
4962025-01-22T20:51:33.112Z Downloaded heck v0.3.3
4972025-01-22T20:51:33.112Z Downloaded bitfield-struct v0.6.2
4982025-01-22T20:51:33.112Z Downloaded hex v0.4.3
4992025-01-22T20:51:33.112Z Downloaded atty v0.2.14
5002025-01-22T20:51:33.112Z Downloaded atomicwrites v0.4.4
5012025-01-22T20:51:33.112Z Downloaded cstr-argument v0.1.2
5022025-01-22T20:51:33.112Z Downloaded arrayref v0.3.9
5032025-01-22T20:51:33.127Z Downloaded cfg_aliases v0.1.1
5042025-01-22T20:51:33.127Z Downloaded base16ct v0.2.0
5052025-01-22T20:51:33.127Z Downloaded ctr v0.9.2
5062025-01-22T20:51:33.155Z Downloaded atomic-waker v1.1.2
5072025-01-22T20:51:33.155Z Downloaded assert_matches v1.5.0
5082025-01-22T20:51:33.155Z Downloaded http-body v1.0.1
5092025-01-22T20:51:33.155Z Downloaded bit-vec v0.6.3
5102025-01-22T20:51:33.155Z Downloaded buf-list v1.0.3
5112025-01-22T20:51:33.176Z Downloaded ascii-canvas v3.0.0
5122025-01-22T20:51:33.176Z Downloaded colored v2.1.0
5132025-01-22T20:51:33.176Z Downloaded base64ct v1.6.0
5142025-01-22T20:51:33.176Z Downloaded matches v0.1.10
5152025-01-22T20:51:33.176Z Downloaded chrono-tz-build v0.4.0
5162025-01-22T20:51:33.176Z Downloaded cassowary v0.3.0
5172025-01-22T20:51:33.176Z Downloaded cbc v0.1.2
5182025-01-22T20:51:33.176Z Downloaded blowfish v0.9.1
5192025-01-22T20:51:33.176Z Downloaded async-stream v0.3.6
5202025-01-22T20:51:33.176Z Downloaded async-bb8-diesel v0.2.1
5212025-01-22T20:51:33.176Z Downloaded md5 v0.7.0
5222025-01-22T20:51:33.176Z Downloaded chacha20 v0.9.1
5232025-01-22T20:51:33.176Z Downloaded is_ci v1.2.0
5242025-01-22T20:51:33.176Z Downloaded instant v0.1.13
5252025-01-22T20:51:33.176Z Downloaded block-padding v0.3.3
5262025-01-22T20:51:33.176Z Downloaded bb8 v0.8.5
5272025-01-22T20:51:33.176Z Downloaded headers-core v0.3.0
5282025-01-22T20:51:33.176Z Downloaded match_cfg v0.1.0
5292025-01-22T20:51:33.187Z Downloaded hickory-server v0.24.1
5302025-01-22T20:51:33.188Z Downloaded crc-catalog v2.4.0
5312025-01-22T20:51:33.188Z Downloaded convert_case v0.4.0
5322025-01-22T20:51:33.188Z Downloaded ident_case v1.0.1
5332025-01-22T20:51:33.188Z Downloaded icu_provider_macros v1.5.0
5342025-01-22T20:51:33.188Z Downloaded crc32fast v1.4.2
5352025-01-22T20:51:33.188Z Downloaded cookie_store v0.21.0
5362025-01-22T20:51:33.188Z Downloaded const_format_proc_macros v0.2.33
5372025-01-22T20:51:33.188Z Downloaded constant_time_eq v0.3.1
5382025-01-22T20:51:33.188Z Downloaded progenitor-macro v0.8.0
5392025-01-22T20:51:33.188Z Downloaded lazy_static v1.5.0
5402025-01-22T20:51:33.188Z Downloaded hostname v0.4.0
5412025-01-22T20:51:33.188Z Downloaded hostname v0.3.1
5422025-01-22T20:51:33.188Z Downloaded home v0.5.9
5432025-01-22T20:51:33.204Z Downloaded crc v3.2.1
5442025-01-22T20:51:33.204Z Downloaded lru-cache v0.1.2
5452025-01-22T20:51:33.204Z Downloaded linear-map v1.2.0
5462025-01-22T20:51:33.204Z Downloaded instability v0.3.2
5472025-01-22T20:51:33.204Z Downloaded inout v0.1.3
5482025-01-22T20:51:33.204Z Downloaded humantime v2.1.0
5492025-01-22T20:51:33.204Z Downloaded kstat-rs v0.2.4
5502025-01-22T20:51:33.204Z Downloaded indoc v1.0.9
5512025-01-22T20:51:33.206Z Downloaded md-5 v0.10.6
5522025-01-22T20:51:33.206Z Downloaded managed v0.8.0
5532025-01-22T20:51:33.206Z Downloaded csv-core v0.1.11
5542025-01-22T20:51:33.206Z Downloaded bcs v0.1.6
5552025-01-22T20:51:33.206Z Downloaded strum v0.26.3
5562025-01-22T20:51:33.207Z Downloaded sigpipe v0.1.3
5572025-01-22T20:51:33.209Z Downloaded ipnetwork v0.20.0
5582025-01-22T20:51:33.211Z Downloaded lazycell v1.3.0
5592025-01-22T20:51:33.211Z Downloaded progenitor v0.9.1
5602025-01-22T20:51:33.213Z Downloaded crossbeam-deque v0.8.5
5612025-01-22T20:51:33.228Z Downloaded rand_core v0.6.4
5622025-01-22T20:51:33.228Z Downloaded mime v0.3.17
5632025-01-22T20:51:33.228Z Downloaded quinn-udp v0.5.5
5642025-01-22T20:51:33.228Z Downloaded memoffset v0.9.1
5652025-01-22T20:51:33.228Z Downloaded const-oid v0.9.6
5662025-01-22T20:51:33.240Z Downloaded console v0.15.8
5672025-01-22T20:51:33.240Z Downloaded maybe-uninit v2.0.0
5682025-01-22T20:51:33.240Z Downloaded take_mut v0.2.2
5692025-01-22T20:51:33.240Z Downloaded hickory-client v0.24.1
5702025-01-22T20:51:33.240Z Downloaded lalrpop-util v0.19.12
5712025-01-22T20:51:33.240Z Downloaded is-terminal v0.4.13
5722025-01-22T20:51:33.240Z Downloaded idna_adapter v1.2.0
5732025-01-22T20:51:33.240Z Downloaded bcrypt-pbkdf v0.10.0
5742025-01-22T20:51:33.240Z Downloaded darling v0.20.10
5752025-01-22T20:51:33.261Z Downloaded try-lock v0.2.5
5762025-01-22T20:51:33.261Z Downloaded clang-sys v1.8.1
5772025-01-22T20:51:33.265Z Downloaded http-body-util v0.1.2
5782025-01-22T20:51:33.265Z Downloaded async-trait v0.1.83
5792025-01-22T20:51:33.265Z Downloaded sha1 v0.10.6
5802025-01-22T20:51:33.265Z Downloaded impl-trait-for-tuples v0.2.2
5812025-01-22T20:51:33.265Z Downloaded crossbeam-epoch v0.9.18
5822025-01-22T20:51:33.265Z Downloaded slog-async v2.8.0
5832025-01-22T20:51:33.265Z Downloaded serde-hex v0.1.0
5842025-01-22T20:51:33.265Z Downloaded waitgroup v0.1.2
5852025-01-22T20:51:33.265Z Downloaded structmeta-derive v0.3.0
5862025-01-22T20:51:33.265Z Downloaded slog-stdlog v4.1.1
5872025-01-22T20:51:33.265Z Downloaded slog-scope v4.4.0
5882025-01-22T20:51:33.281Z Downloaded cookie v0.18.1
5892025-01-22T20:51:33.281Z Downloaded blake2 v0.10.6
5902025-01-22T20:51:33.281Z Downloaded maplit v1.0.2
5912025-01-22T20:51:33.281Z Downloaded highway v1.2.0
5922025-01-22T20:51:33.281Z Downloaded bytes v1.9.0
5932025-01-22T20:51:33.283Z Downloaded libloading v0.8.5
5942025-01-22T20:51:33.283Z Downloaded thiserror-impl v2.0.11
5952025-01-22T20:51:33.283Z Downloaded ciborium v0.2.2
5962025-01-22T20:51:33.299Z Downloaded castaway v0.2.3
5972025-01-22T20:51:33.299Z Downloaded tabwriter v1.4.0
5982025-01-22T20:51:33.299Z Downloaded mime_guess v2.0.5
5992025-01-22T20:51:33.299Z Downloaded thiserror-impl-no-std v2.0.2
6002025-01-22T20:51:33.299Z Downloaded linked-hash-map v0.5.6
6012025-01-22T20:51:33.301Z Downloaded pretty-hex v0.2.1
6022025-01-22T20:51:33.301Z Downloaded path-slash v0.1.5
6032025-01-22T20:51:33.302Z Downloaded ipnet v2.10.1
6042025-01-22T20:51:33.302Z Downloaded hyper-staticfile v0.10.1
6052025-01-22T20:51:33.302Z Downloaded hyper-rustls v0.27.3
6062025-01-22T20:51:33.302Z Downloaded thiserror-no-std v2.0.2
6072025-01-22T20:51:33.311Z Downloaded xattr v1.3.1
6082025-01-22T20:51:33.319Z Downloaded compact_str v0.8.0
6092025-01-22T20:51:33.319Z Downloaded gethostname v0.5.0
6102025-01-22T20:51:33.319Z Downloaded darling_macro v0.20.10
6112025-01-22T20:51:33.320Z Downloaded wyz v0.5.1
6122025-01-22T20:51:33.320Z Downloaded wait-timeout v0.2.0
6132025-01-22T20:51:33.320Z Downloaded serde_derive_internals v0.29.1
6142025-01-22T20:51:33.320Z Downloaded debug-ignore v1.0.5
6152025-01-22T20:51:33.320Z Downloaded base64 v0.13.1
6162025-01-22T20:51:33.322Z Downloaded phf_codegen v0.11.2
6172025-01-22T20:51:33.324Z Downloaded fallible-iterator v0.2.0
6182025-01-22T20:51:33.337Z Downloaded dyn-clone v1.0.17
6192025-01-22T20:51:33.337Z Downloaded ed25519 v2.2.3
6202025-01-22T20:51:33.337Z Downloaded data-encoding v2.6.0
6212025-01-22T20:51:33.337Z Downloaded same-file v1.0.6
6222025-01-22T20:51:33.337Z Downloaded zeroize v1.8.1
6232025-01-22T20:51:33.337Z Downloaded tui-tree-widget v0.22.0
6242025-01-22T20:51:33.337Z Downloaded lock_api v0.4.12
6252025-01-22T20:51:33.354Z Downloaded jobserver v0.1.32
6262025-01-22T20:51:33.354Z Downloaded fallible-iterator v0.3.0
6272025-01-22T20:51:33.354Z Downloaded thiserror v2.0.11
6282025-01-22T20:51:33.366Z Downloaded tokio-rustls v0.26.0
6292025-01-22T20:51:33.366Z Downloaded tokio-rustls v0.25.0
6302025-01-22T20:51:33.366Z Downloaded icu_provider v1.5.0
6312025-01-22T20:51:33.366Z Downloaded num-integer v0.1.46
6322025-01-22T20:51:33.366Z Downloaded paste v1.0.15
6332025-01-22T20:51:33.382Z Downloaded primeorder v0.13.6
6342025-01-22T20:51:33.382Z Downloaded crc-any v2.5.0
6352025-01-22T20:51:33.382Z Downloaded uzers v0.12.1
6362025-01-22T20:51:33.382Z Downloaded memmap2 v0.9.5
6372025-01-22T20:51:33.382Z Downloaded base64 v0.21.7
6382025-01-22T20:51:33.382Z Downloaded backtrace v0.3.74
6392025-01-22T20:51:33.391Z Downloaded proc-macro-crate v1.3.1
6402025-01-22T20:51:33.391Z Downloaded defmt v0.3.8
6412025-01-22T20:51:33.392Z Downloaded rustc-hash v1.1.0
6422025-01-22T20:51:33.392Z Downloaded rtoolbox v0.0.2
6432025-01-22T20:51:33.392Z Downloaded ecdsa v0.16.9
6442025-01-22T20:51:33.414Z Downloaded fallible-streaming-iterator v0.1.9
6452025-01-22T20:51:33.415Z Downloaded display-error-chain v0.2.2
6462025-01-22T20:51:33.415Z Downloaded crossbeam-channel v0.5.13
6472025-01-22T20:51:33.415Z Downloaded downcast v0.11.0
6482025-01-22T20:51:33.415Z Downloaded phf v0.11.2
6492025-01-22T20:51:33.415Z Downloaded samael v0.0.17
6502025-01-22T20:51:33.415Z Downloaded ssh-encoding v0.2.0
6512025-01-22T20:51:33.415Z Downloaded static_assertions v1.1.0
6522025-01-22T20:51:33.426Z Downloaded termcolor v1.4.1
6532025-01-22T20:51:33.426Z Downloaded scrypt v0.11.0
6542025-01-22T20:51:33.426Z Downloaded rand_xorshift v0.3.0
6552025-01-22T20:51:33.426Z Downloaded r2d2 v0.8.10
6562025-01-22T20:51:33.426Z Downloaded opaque-debug v0.3.1
6572025-01-22T20:51:33.426Z Downloaded crypto-bigint v0.5.5
6582025-01-22T20:51:33.426Z Downloaded zerofrom v0.1.4
6592025-01-22T20:51:33.439Z Downloaded twox-hash v1.6.3
6602025-01-22T20:51:33.439Z Downloaded topological-sort v0.2.2
6612025-01-22T20:51:33.439Z Downloaded indexmap v1.9.3
6622025-01-22T20:51:33.439Z Downloaded snafu-derive v0.8.5
6632025-01-22T20:51:33.439Z Downloaded rustls-pki-types v1.10.0
6642025-01-22T20:51:33.483Z Downloaded const_format v0.2.33
6652025-01-22T20:51:33.483Z Downloaded rustls-pemfile v2.2.0
6662025-01-22T20:51:33.483Z Downloaded zopfli v0.8.1
6672025-01-22T20:51:33.483Z Downloaded rustls-pemfile v1.0.4
6682025-01-22T20:51:33.483Z Downloaded postcard v1.0.10
6692025-01-22T20:51:33.483Z Downloaded signal-hook-tokio v0.3.1
6702025-01-22T20:51:33.483Z Downloaded serde-big-array v0.5.1
6712025-01-22T20:51:33.483Z Downloaded cc v1.1.30
6722025-01-22T20:51:33.483Z Downloaded fixedbitset v0.4.2
6732025-01-22T20:51:33.504Z Downloaded smallvec v0.6.14
6742025-01-22T20:51:33.504Z Downloaded strum_macros v0.24.3
6752025-01-22T20:51:33.504Z Downloaded slog-term v2.9.1
6762025-01-22T20:51:33.504Z Downloaded hash32 v0.3.1
6772025-01-22T20:51:33.504Z Downloaded hash32 v0.2.1
6782025-01-22T20:51:33.504Z Downloaded tokio-rustls v0.24.1
6792025-01-22T20:51:33.504Z Downloaded termios v0.3.3
6802025-01-22T20:51:33.504Z Downloaded sync-ptr v0.1.1
6812025-01-22T20:51:33.504Z Downloaded parking_lot v0.12.3
6822025-01-22T20:51:33.504Z Downloaded tinyvec_macros v0.1.1
6832025-01-22T20:51:33.504Z Downloaded vte_generate_state_changes v0.1.2
6842025-01-22T20:51:33.504Z Downloaded xz2 v0.1.7
6852025-01-22T20:51:33.504Z Downloaded pin-utils v0.1.0
6862025-01-22T20:51:33.504Z Downloaded untrusted v0.9.0
6872025-01-22T20:51:33.517Z Downloaded serde_with_macros v3.11.0
6882025-01-22T20:51:33.517Z Downloaded darling_core v0.20.10
6892025-01-22T20:51:33.517Z Downloaded derive_builder_macro v0.20.2
6902025-01-22T20:51:33.517Z Downloaded either v1.13.0
6912025-01-22T20:51:33.517Z Downloaded dunce v1.0.5
6922025-01-22T20:51:33.517Z Downloaded normalize-line-endings v0.3.0
6932025-01-22T20:51:33.517Z Downloaded newtype_derive v0.1.6
6942025-01-22T20:51:33.517Z Downloaded des v0.8.1
6952025-01-22T20:51:33.517Z Downloaded dsl_auto_type v0.1.2
6962025-01-22T20:51:33.517Z Downloaded form_urlencoded v1.2.1
6972025-01-22T20:51:33.517Z Downloaded slab v0.4.9
6982025-01-22T20:51:33.517Z Downloaded icu_properties v1.5.1
6992025-01-22T20:51:33.563Z Downloaded serde_path_to_error v0.1.16
7002025-01-22T20:51:33.564Z Downloaded funty v2.0.0
7012025-01-22T20:51:33.564Z Downloaded aes v0.8.4
7022025-01-22T20:51:33.564Z Downloaded nu-ansi-term v0.50.1
7032025-01-22T20:51:33.564Z Downloaded peg v0.8.4
7042025-01-22T20:51:33.564Z Downloaded structmeta v0.2.0
7052025-01-22T20:51:33.564Z Downloaded slog-envlogger v2.2.0
7062025-01-22T20:51:33.564Z Downloaded prettyplease v0.2.25
7072025-01-22T20:51:33.564Z Downloaded supports-color v3.0.1
7082025-01-22T20:51:33.564Z Downloaded subtle v2.6.1
7092025-01-22T20:51:33.564Z Downloaded tracing v0.1.40
7102025-01-22T20:51:33.590Z Downloaded want v0.3.1
7112025-01-22T20:51:33.590Z Downloaded packed_struct v0.10.1
7122025-01-22T20:51:33.591Z Downloaded utf16_iter v1.0.5
7132025-01-22T20:51:33.591Z Downloaded utf-8 v0.7.6
7142025-01-22T20:51:33.591Z Downloaded num v0.4.3
7152025-01-22T20:51:33.591Z Downloaded miniz_oxide v0.8.0
7162025-01-22T20:51:33.591Z Downloaded pkg-config v0.3.31
7172025-01-22T20:51:33.591Z Downloaded salsa20 v0.10.2
7182025-01-22T20:51:33.591Z Downloaded aes-gcm v0.10.3
7192025-01-22T20:51:33.591Z Downloaded rfc6979 v0.4.0
7202025-01-22T20:51:33.591Z Downloaded smallvec v1.13.2
7212025-01-22T20:51:33.591Z Downloaded fatfs v0.3.6
7222025-01-22T20:51:33.591Z Downloaded hyper-util v0.1.10
7232025-01-22T20:51:33.591Z Downloaded mockall v0.13.0
7242025-01-22T20:51:33.591Z Downloaded group v0.13.0
7252025-01-22T20:51:33.591Z Downloaded heapless v0.7.17
7262025-01-22T20:51:33.591Z Downloaded tokio-macros v2.5.0
7272025-01-22T20:51:33.591Z Downloaded tls_codec v0.4.1
7282025-01-22T20:51:33.591Z Downloaded omicron-zone-package v0.12.0
7292025-01-22T20:51:33.591Z Downloaded tls_codec_derive v0.4.1
7302025-01-22T20:51:33.591Z Downloaded zone_cfg_derive v0.3.0
7312025-01-22T20:51:33.591Z Downloaded tungstenite v0.23.0
7322025-01-22T20:51:33.594Z Downloaded num-conv v0.1.0
7332025-01-22T20:51:33.594Z Downloaded foreign-types-shared v0.1.1
7342025-01-22T20:51:33.594Z Downloaded pbkdf2 v0.12.2
7352025-01-22T20:51:33.594Z Downloaded futures-channel v0.3.31
7362025-01-22T20:51:33.594Z Downloaded tungstenite v0.24.0
7372025-01-22T20:51:33.594Z Downloaded psl-types v2.0.11
7382025-01-22T20:51:33.594Z Downloaded predicates-tree v1.0.11
7392025-01-22T20:51:33.597Z Downloaded packed_struct_codegen v0.10.1
7402025-01-22T20:51:33.597Z Downloaded minimal-lexical v0.2.1
7412025-01-22T20:51:33.608Z Downloaded derive_more v0.99.18
7422025-01-22T20:51:33.619Z Downloaded strip-ansi-escapes v0.2.0
7432025-01-22T20:51:33.619Z Downloaded defmt-parser v0.3.4
7442025-01-22T20:51:33.619Z Downloaded http v1.2.0
7452025-01-22T20:51:33.630Z Downloaded simd-adler32 v0.3.7
7462025-01-22T20:51:33.630Z Downloaded signature v2.2.0
7472025-01-22T20:51:33.630Z Downloaded fxhash v0.2.1
7482025-01-22T20:51:33.630Z Downloaded flagset v0.4.6
7492025-01-22T20:51:33.630Z Downloaded signal-hook-registry v1.4.2
7502025-01-22T20:51:33.630Z Downloaded serde_plain v1.0.2
7512025-01-22T20:51:33.630Z Downloaded socket2 v0.5.7
7522025-01-22T20:51:33.630Z Downloaded resolv-conf v0.7.0
7532025-01-22T20:51:33.640Z Downloaded ff v0.13.0
7542025-01-22T20:51:33.640Z Downloaded tungstenite v0.21.0
7552025-01-22T20:51:33.640Z Downloaded fd-lock v4.0.2
7562025-01-22T20:51:33.640Z Downloaded tokio-native-tls v0.3.1
7572025-01-22T20:51:33.640Z Downloaded p256 v0.13.2
7582025-01-22T20:51:33.647Z Downloaded peg-runtime v0.8.3
7592025-01-22T20:51:33.647Z Downloaded ssh-key v0.6.6
7602025-01-22T20:51:33.649Z Downloaded env_filter v0.1.2
7612025-01-22T20:51:33.651Z Downloaded unicode-properties v0.1.3
7622025-01-22T20:51:33.653Z Downloaded tinyvec v1.8.0
7632025-01-22T20:51:33.656Z Downloaded zerocopy-derive v0.8.10
7642025-01-22T20:51:33.665Z Downloaded rustc_version v0.1.7
7652025-01-22T20:51:33.667Z Downloaded pbkdf2 v0.11.0
7662025-01-22T20:51:33.667Z Downloaded rustc-demangle v0.1.24
7672025-01-22T20:51:33.671Z Downloaded env_logger v0.11.5
7682025-01-22T20:51:33.671Z Downloaded num_threads v0.1.7
7692025-01-22T20:51:33.675Z Downloaded write16 v1.0.0
7702025-01-22T20:51:33.675Z Downloaded dropshot_endpoint v0.12.0
7712025-01-22T20:51:33.682Z Downloaded scheduled-thread-pool v0.2.7
7722025-01-22T20:51:33.682Z Downloaded ref-cast-impl v1.0.23
7732025-01-22T20:51:33.682Z Downloaded structmeta v0.3.0
7742025-01-22T20:51:33.686Z Downloaded precomputed-hash v0.1.1
7752025-01-22T20:51:33.686Z Downloaded aho-corasick v1.1.3
7762025-01-22T20:51:33.690Z Downloaded unicase v2.7.0
7772025-01-22T20:51:33.690Z Downloaded typify-macro v0.3.0
7782025-01-22T20:51:33.690Z Downloaded new_debug_unreachable v1.0.6
7792025-01-22T20:51:33.692Z Downloaded newtype-uuid v1.2.1
7802025-01-22T20:51:33.692Z Downloaded glob v0.3.1
7812025-01-22T20:51:33.694Z Downloaded smf v0.2.3
7822025-01-22T20:51:33.698Z Downloaded pkcs5 v0.7.1
7832025-01-22T20:51:33.708Z Downloaded typify-macro v0.2.0
7842025-01-22T20:51:33.708Z Downloaded unarray v0.1.4
7852025-01-22T20:51:33.708Z Downloaded num-complex v0.4.6
7862025-01-22T20:51:33.709Z Downloaded pin-project v1.1.6
7872025-01-22T20:51:33.718Z Downloaded sqlparser_derive v0.2.2
7882025-01-22T20:51:33.718Z Downloaded parking_lot_core v0.9.10
7892025-01-22T20:51:33.721Z Downloaded foreign-types-macros v0.2.3
7902025-01-22T20:51:33.721Z Downloaded foreign-types v0.5.0
7912025-01-22T20:51:33.721Z Downloaded embedded-io v0.6.1
7922025-01-22T20:51:33.721Z Downloaded thread_local v1.1.8
7932025-01-22T20:51:33.726Z Downloaded embedded-io v0.4.0
7942025-01-22T20:51:33.726Z Downloaded openssl-macros v0.1.1
7952025-01-22T20:51:33.726Z Downloaded pem v3.0.4
7962025-01-22T20:51:33.726Z Downloaded schemars_derive v0.8.21
7972025-01-22T20:51:33.733Z Downloaded progenitor-macro v0.9.1
7982025-01-22T20:51:33.733Z Downloaded futures v0.3.31
7992025-01-22T20:51:33.737Z Downloaded powerfmt v0.2.0
8002025-01-22T20:51:33.737Z Downloaded num_enum_derive v0.5.11
8012025-01-22T20:51:33.737Z Downloaded hashbrown v0.13.2
8022025-01-22T20:51:33.742Z Downloaded progenitor-client v0.9.1
8032025-01-22T20:51:33.742Z Downloaded progenitor-client v0.8.0
8042025-01-22T20:51:33.760Z Downloaded parse-size v1.1.0
8052025-01-22T20:51:33.761Z Downloaded rand_chacha v0.3.1
8062025-01-22T20:51:33.761Z Downloaded dhcproto-macros v0.1.0
8072025-01-22T20:51:33.761Z Downloaded tokio-stream v0.1.16
8082025-01-22T20:51:33.763Z Downloaded writeable v0.5.5
8092025-01-22T20:51:33.763Z Downloaded signal-hook-mio v0.2.4
8102025-01-22T20:51:33.763Z Downloaded rand_seeder v0.3.0
8112025-01-22T20:51:33.763Z Downloaded derive-where v1.2.7
8122025-01-22T20:51:33.763Z Downloaded shlex v1.3.0
8132025-01-22T20:51:33.763Z Downloaded qorb v0.2.1
8142025-01-22T20:51:33.765Z Downloaded publicsuffix v2.2.3
8152025-01-22T20:51:33.768Z Downloaded structmeta-derive v0.2.0
8162025-01-22T20:51:33.770Z Downloaded ssh-cipher v0.2.0
8172025-01-22T20:51:33.789Z Downloaded number_prefix v0.4.0
8182025-01-22T20:51:33.789Z Downloaded futures-executor v0.3.31
8192025-01-22T20:51:33.789Z Downloaded futures-core v0.3.31
8202025-01-22T20:51:33.789Z Downloaded newline-converter v0.3.0
8212025-01-22T20:51:33.789Z Downloaded similar v2.6.0
8222025-01-22T20:51:33.798Z Downloaded semver v0.1.20
8232025-01-22T20:51:33.798Z Downloaded postgres-types v0.2.8
8242025-01-22T20:51:33.798Z Downloaded unicode-truncate v1.1.0
8252025-01-22T20:51:33.798Z Downloaded sec1 v0.7.3
8262025-01-22T20:51:33.798Z Downloaded globset v0.4.15
8272025-01-22T20:51:33.798Z Downloaded libxml v0.3.3
8282025-01-22T20:51:33.798Z Downloaded tap v1.0.1
8292025-01-22T20:51:33.805Z Downloaded sync_wrapper v1.0.1
8302025-01-22T20:51:33.805Z Downloaded rustfmt-wrapper v0.2.1
8312025-01-22T20:51:33.805Z Downloaded typify v0.2.0
8322025-01-22T20:51:33.812Z Downloaded url v2.5.3
8332025-01-22T20:51:33.813Z Downloaded hashbrown v0.12.3
8342025-01-22T20:51:33.813Z Downloaded defmt-macros v0.3.9
8352025-01-22T20:51:33.814Z Downloaded zip v0.6.6
8362025-01-22T20:51:33.819Z Downloaded dhcproto v0.12.0
8372025-01-22T20:51:33.821Z Downloaded oso-derive v0.27.3
8382025-01-22T20:51:33.821Z Downloaded utf8_iter v1.0.4
8392025-01-22T20:51:33.835Z Downloaded aws-lc-rs v1.10.0
8402025-01-22T20:51:33.842Z Downloaded zone_cfg_derive v0.1.2
8412025-01-22T20:51:33.842Z Downloaded foreign-types v0.3.2
8422025-01-22T20:51:33.842Z Downloaded yasna v0.5.2
8432025-01-22T20:51:33.842Z Downloaded value-bag v1.9.0
8442025-01-22T20:51:33.842Z Downloaded predicates-core v1.0.8
8452025-01-22T20:51:33.844Z Downloaded diesel-dtrace v0.4.2
8462025-01-22T20:51:33.844Z Downloaded termtree v0.4.1
8472025-01-22T20:51:33.844Z Downloaded diff v0.1.13
8482025-01-22T20:51:33.852Z Downloaded ppv-lite86 v0.2.20
8492025-01-22T20:51:33.852Z Downloaded parse-display-derive v0.10.0
8502025-01-22T20:51:33.852Z Downloaded foldhash v0.1.3
8512025-01-22T20:51:33.852Z Downloaded float-ord v0.3.2
8522025-01-22T20:51:33.867Z Downloaded float-cmp v0.9.0
8532025-01-22T20:51:33.867Z Downloaded deranged v0.3.11
8542025-01-22T20:51:33.867Z Downloaded slog-dtrace v0.3.0
8552025-01-22T20:51:33.867Z Downloaded phf_shared v0.10.0
8562025-01-22T20:51:33.867Z Downloaded toolchain_find v0.4.0
8572025-01-22T20:51:33.867Z Downloaded slog-bunyan v2.5.0
8582025-01-22T20:51:33.867Z Downloaded polyval v0.6.2
8592025-01-22T20:51:33.868Z Downloaded pem-rfc7468 v0.7.0
8602025-01-22T20:51:33.873Z Downloaded yoke v0.7.4
8612025-01-22T20:51:33.873Z Downloaded synstructure v0.13.1
8622025-01-22T20:51:33.873Z Downloaded strum_macros v0.26.4
8632025-01-22T20:51:33.873Z Downloaded shell-words v1.1.0
8642025-01-22T20:51:33.873Z Downloaded tokio-tungstenite v0.24.0
8652025-01-22T20:51:33.873Z Downloaded tokio-tungstenite v0.23.1
8662025-01-22T20:51:33.873Z Downloaded futures-macro v0.3.31
8672025-01-22T20:51:33.873Z Downloaded progenitor v0.8.0
8682025-01-22T20:51:33.876Z Downloaded test-strategy v0.3.1
8692025-01-22T20:51:33.879Z Downloaded openssl-probe v0.1.5
8702025-01-22T20:51:33.879Z Downloaded tough v0.19.0
8712025-01-22T20:51:33.888Z Downloaded slog-json v2.6.1
8722025-01-22T20:51:33.893Z Downloaded dirs-next v2.0.0
8732025-01-22T20:51:33.893Z Downloaded russh-cryptovec v0.7.3
8742025-01-22T20:51:33.893Z Downloaded ref-cast v1.0.23
8752025-01-22T20:51:33.893Z Downloaded idna v1.0.3
8762025-01-22T20:51:33.897Z Downloaded progenitor-impl v0.8.0
8772025-01-22T20:51:33.898Z Downloaded mockall_derive v0.13.0
8782025-01-22T20:51:33.900Z Downloaded difflib v0.4.0
8792025-01-22T20:51:33.902Z Downloaded zone v0.3.0
8802025-01-22T20:51:33.902Z Downloaded spki v0.7.3
8812025-01-22T20:51:33.904Z Downloaded zone v0.1.8
8822025-01-22T20:51:33.908Z Downloaded poly1305 v0.8.0
8832025-01-22T20:51:33.908Z Downloaded phf_shared v0.11.2
8842025-01-22T20:51:33.910Z Downloaded p521 v0.13.3
8852025-01-22T20:51:33.912Z Downloaded displaydoc v0.2.5
8862025-01-22T20:51:33.916Z Downloaded nodrop v0.1.14
8872025-01-22T20:51:33.916Z Downloaded unicode-bidi v0.3.17
8882025-01-22T20:51:33.919Z Downloaded bindgen v0.69.5
8892025-01-22T20:51:33.925Z Downloaded mirai-annotations v1.12.0
8902025-01-22T20:51:33.927Z Downloaded yoke-derive v0.7.4
8912025-01-22T20:51:33.927Z Downloaded bitvec v1.0.1
8922025-01-22T20:51:33.941Z Downloaded radium v0.7.0
8932025-01-22T20:51:33.943Z Downloaded scopeguard v1.2.0
8942025-01-22T20:51:33.944Z Downloaded ena v0.14.3
8952025-01-22T20:51:33.946Z Downloaded hyper v1.5.2
8962025-01-22T20:51:33.951Z Downloaded siphasher v0.3.11
8972025-01-22T20:51:33.953Z Downloaded nom v7.1.3
8982025-01-22T20:51:33.958Z Downloaded hashlink v0.9.1
8992025-01-22T20:51:33.960Z Downloaded portable-atomic v1.9.0
9002025-01-22T20:51:33.967Z Downloaded enum-as-inner v0.5.1
9012025-01-22T20:51:33.969Z Downloaded tiny-keccak v2.0.2
9022025-01-22T20:51:33.971Z Downloaded nibble_vec v0.1.0
9032025-01-22T20:51:33.973Z Downloaded rusty-fork v0.3.0
9042025-01-22T20:51:33.973Z Downloaded universal-hash v0.5.1
9052025-01-22T20:51:33.975Z Downloaded itertools v0.13.0
9062025-01-22T20:51:33.981Z Downloaded zerovec-derive v0.10.3
9072025-01-22T20:51:33.988Z Downloaded percent-encoding v2.3.1
9082025-01-22T20:51:33.988Z Downloaded futures-task v0.3.31
9092025-01-22T20:51:33.988Z Downloaded unicode-xid v0.2.6
9102025-01-22T20:51:33.988Z Downloaded olpc-cjson v0.1.4
9112025-01-22T20:51:33.988Z Downloaded sqlformat v0.2.6
9122025-01-22T20:51:33.991Z Downloaded time-macros v0.2.18
9132025-01-22T20:51:33.991Z Downloaded endian-type v0.1.2
9142025-01-22T20:51:33.993Z Downloaded time-core v0.1.2
9152025-01-22T20:51:33.993Z Downloaded half v2.4.1
9162025-01-22T20:51:33.995Z Downloaded postgres-protocol v0.6.7
9172025-01-22T20:51:33.997Z Downloaded typed-path v0.9.3
9182025-01-22T20:51:34.002Z Downloaded diesel_derives v2.2.3
9192025-01-22T20:51:34.006Z Downloaded serde_repr v0.1.19
9202025-01-22T20:51:34.008Z Downloaded rand v0.8.5
9212025-01-22T20:51:34.011Z Downloaded secrecy v0.8.0
9222025-01-22T20:51:34.013Z Downloaded num-bigint v0.4.6
9232025-01-22T20:51:34.017Z Downloaded steno v0.4.1
9242025-01-22T20:51:34.021Z Downloaded rustyline v14.0.0
9252025-01-22T20:51:34.026Z Downloaded quinn v0.11.5
9262025-01-22T20:51:34.030Z Downloaded der_derive v0.7.3
9272025-01-22T20:51:34.032Z Downloaded futures-sink v0.3.31
9282025-01-22T20:51:34.032Z Downloaded futures-io v0.3.31
9292025-01-22T20:51:34.035Z Downloaded toml v0.7.8
9302025-01-22T20:51:34.037Z Downloaded predicates v3.1.2
9312025-01-22T20:51:34.039Z Downloaded progenitor-impl v0.9.1
9322025-01-22T20:51:34.041Z Downloaded der v0.7.9
9332025-01-22T20:51:34.045Z Downloaded slog v2.7.0
9342025-01-22T20:51:34.049Z Downloaded toml_edit v0.19.15
9352025-01-22T20:51:34.064Z Downloaded hkdf v0.12.4
9362025-01-22T20:51:34.066Z Downloaded vsss-rs v3.3.4
9372025-01-22T20:51:34.069Z Downloaded uuid v1.12.0
9382025-01-22T20:51:34.071Z Downloaded quick-xml v0.33.0
9392025-01-22T20:51:34.078Z Downloaded flate2 v1.0.34
9402025-01-22T20:51:34.083Z Downloaded oso v0.27.3
9412025-01-22T20:51:34.086Z Downloaded openssl-sys v0.9.103
9422025-01-22T20:51:34.090Z Downloaded dropshot_endpoint v0.15.1
9432025-01-22T20:51:34.093Z Downloaded zip v2.1.3
9442025-01-22T20:51:34.098Z Downloaded rustls-webpki v0.101.7
9452025-01-22T20:51:34.111Z Downloaded petname v2.0.2
9462025-01-22T20:51:34.117Z Downloaded ed25519-dalek v2.1.1
9472025-01-22T20:51:34.121Z Downloaded zerovec v0.10.4
9482025-01-22T20:51:34.125Z Downloaded itertools v0.12.1
9492025-01-22T20:51:34.132Z Downloaded password-hash v0.4.2
9502025-01-22T20:51:34.134Z Downloaded tokio-util v0.7.12
9512025-01-22T20:51:34.140Z Downloaded elliptic-curve v0.13.8
9522025-01-22T20:51:34.144Z Downloaded flume v0.11.1
9532025-01-22T20:51:34.148Z Downloaded chrono v0.4.38
9542025-01-22T20:51:34.155Z Downloaded num-bigint-dig v0.8.4
9552025-01-22T20:51:34.160Z Downloaded vergen v8.3.2
9562025-01-22T20:51:34.163Z Downloaded headers v0.4.0
9572025-01-22T20:51:34.168Z Downloaded hashbrown v0.14.5
9582025-01-22T20:51:34.173Z Downloaded ron v0.8.1
9592025-01-22T20:51:34.178Z Downloaded proptest v1.5.0
9602025-01-22T20:51:34.187Z Downloaded typify v0.3.0
9612025-01-22T20:51:34.190Z Downloaded p384 v0.13.0
9622025-01-22T20:51:34.196Z Downloaded curve25519-dalek v4.1.3
9632025-01-22T20:51:34.206Z Downloaded zerocopy v0.6.6
9642025-01-22T20:51:34.208Z Downloaded serde_with v3.11.0
9652025-01-22T20:51:34.216Z Downloaded rsa v0.9.6
9662025-01-22T20:51:34.221Z Downloaded time v0.3.36
9672025-01-22T20:51:34.228Z Downloaded rayon v1.10.0
9682025-01-22T20:51:34.237Z Downloaded parse-zoneinfo v0.3.1
9692025-01-22T20:51:34.239Z Downloaded unicode_categories v0.1.1
9702025-01-22T20:51:34.242Z Downloaded h2 v0.4.6
9712025-01-22T20:51:34.248Z Downloaded trust-dns-proto v0.22.0
9722025-01-22T20:51:34.261Z Downloaded futures-util v0.3.31
9732025-01-22T20:51:34.271Z Downloaded chrono-tz v0.10.0
9742025-01-22T20:51:34.278Z Downloaded icu_properties_data v1.5.0
9752025-01-22T20:51:34.289Z Downloaded unicode-normalization v0.1.24
9762025-01-22T20:51:34.293Z Downloaded salty v0.3.0
9772025-01-22T20:51:34.299Z Downloaded regex-syntax v0.8.5
9782025-01-22T20:51:34.308Z Downloaded mio v1.0.2
9792025-01-22T20:51:34.313Z Downloaded quinn-proto v0.11.8
9802025-01-22T20:51:34.319Z Downloaded smoltcp v0.9.1
9812025-01-22T20:51:34.330Z Downloaded dropshot v0.12.0
9822025-01-22T20:51:34.349Z Downloaded zerocopy v0.8.10
9832025-01-22T20:51:34.374Z Downloaded russh v0.45.0
9842025-01-22T20:51:34.377Z Downloaded radix_trie v0.2.1
9852025-01-22T20:51:34.383Z Downloaded idna v0.4.0
9862025-01-22T20:51:34.390Z Downloaded openssl v0.10.66
9872025-01-22T20:51:34.399Z Downloaded polar-core v0.27.3
9882025-01-22T20:51:34.407Z Downloaded dropshot v0.15.1
9892025-01-22T20:51:34.428Z Downloaded rusqlite v0.32.1
9902025-01-22T20:51:34.435Z Downloaded nix v0.27.1
9912025-01-22T20:51:34.445Z Downloaded idna v0.2.3
9922025-01-22T20:51:34.452Z Downloaded rustls v0.21.12
9932025-01-22T20:51:34.463Z Downloaded rustls-webpki v0.102.8
9942025-01-22T20:51:34.480Z Downloaded sqlparser v0.45.0
9952025-01-22T20:51:34.486Z Downloaded gimli v0.31.1
9962025-01-22T20:51:34.495Z Downloaded idna v0.3.0
9972025-01-22T20:51:34.500Z Downloaded typify-impl v0.3.0
9982025-01-22T20:51:34.517Z Downloaded idna v0.5.0
9992025-01-22T20:51:34.523Z Downloaded webpki-roots v0.26.6
10002025-01-22T20:51:34.527Z Downloaded bzip2-sys v0.1.11+1.0.8
10012025-01-22T20:51:34.538Z Downloaded vcpkg v0.2.15
10022025-01-22T20:51:34.575Z Downloaded object v0.30.4
10032025-01-22T20:51:34.594Z Downloaded sled v0.34.7
10042025-01-22T20:51:34.602Z Downloaded hickory-proto v0.24.1
10052025-01-22T20:51:34.625Z Downloaded zerocopy-derive v0.6.6
10062025-01-22T20:51:34.640Z Downloaded unicode-width v0.2.0
10072025-01-22T20:51:34.648Z Downloaded winnow v0.5.40
10082025-01-22T20:51:34.660Z Downloaded regex-automata v0.4.8
10092025-01-22T20:51:34.679Z Downloaded regress v0.10.1
10102025-01-22T20:51:34.688Z Downloaded git2 v0.19.0
10112025-01-22T20:51:34.697Z Downloaded object v0.36.5
10122025-01-22T20:51:34.709Z Downloaded smoltcp v0.11.0
10132025-01-22T20:51:34.723Z Downloaded rustls v0.23.19
10142025-01-22T20:51:34.733Z Downloaded rustls v0.22.4
10152025-01-22T20:51:34.746Z Downloaded openapiv3 v2.0.0
10162025-01-22T20:51:34.758Z Downloaded nix v0.29.0
10172025-01-22T20:51:34.771Z Downloaded ratatui v0.28.1
10182025-01-22T20:51:34.790Z Downloaded sha3 v0.10.8
10192025-01-22T20:51:34.794Z Downloaded csv v1.3.0
10202025-01-22T20:51:34.812Z Downloaded diesel v2.2.6
10212025-01-22T20:51:34.831Z Downloaded petgraph v0.6.5
10222025-01-22T20:51:34.847Z Downloaded typify-impl v0.2.0
10232025-01-22T20:51:34.862Z Downloaded nix v0.28.0
10242025-01-22T20:51:34.872Z Downloaded regress v0.9.1
10252025-01-22T20:51:34.881Z Downloaded regex v1.11.1
10262025-01-22T20:51:34.892Z Downloaded lalrpop v0.19.12
10272025-01-22T20:51:34.902Z Downloaded bstr v1.10.0
10282025-01-22T20:51:34.912Z Downloaded reqwest v0.12.9
10292025-01-22T20:51:34.921Z Downloaded regex-syntax v0.6.29
10302025-01-22T20:51:34.928Z Downloaded unicode-segmentation v1.12.0
10312025-01-22T20:51:34.931Z Downloaded reedline v0.35.0
10322025-01-22T20:51:34.939Z Downloaded subprocess v0.2.9
10332025-01-22T20:51:34.941Z Downloaded ron v0.7.1
10342025-01-22T20:51:34.947Z Downloaded tokio-tungstenite v0.21.0
10352025-01-22T20:51:34.949Z Downloaded lzma-sys v0.1.20
10362025-01-22T20:51:34.979Z Downloaded signal-hook v0.3.17
10372025-01-22T20:51:34.981Z Downloaded rustversion v1.0.17
10382025-01-22T20:51:34.984Z Downloaded libz-sys v1.1.20
10392025-01-22T20:51:35.003Z Downloaded vte v0.11.1
10402025-01-22T20:51:35.005Z Downloaded tokio v1.43.0
10412025-01-22T20:51:35.045Z Downloaded schemars v0.8.21
10422025-01-22T20:51:35.054Z Downloaded itertools v0.10.5
10432025-01-22T20:51:35.060Z Downloaded libm v0.2.8
10442025-01-22T20:51:35.067Z Downloaded peg-macros v0.8.4
10452025-01-22T20:51:35.070Z Downloaded password-hash v0.5.0
10462025-01-22T20:51:35.072Z Downloaded parse-display v0.10.0
10472025-01-22T20:51:35.072Z Downloaded rustc_version v0.4.1
10482025-01-22T20:51:35.073Z Downloaded serde_yaml v0.9.34+deprecated
10492025-01-22T20:51:35.076Z Downloaded blake3 v1.5.4
10502025-01-22T20:51:35.085Z Downloaded walkdir v2.5.0
10512025-01-22T20:51:35.087Z Downloaded stringprep v0.1.5
10522025-01-22T20:51:35.089Z Downloaded string_cache v0.8.7
10532025-01-22T20:51:35.091Z Downloaded whoami v1.5.2
10542025-01-22T20:51:35.093Z Downloaded num-derive v0.4.2
10552025-01-22T20:51:35.094Z Downloaded icu_normalizer_data v1.5.0
10562025-01-22T20:51:35.096Z Downloaded encoding_rs v0.8.34
10572025-01-22T20:51:35.116Z Downloaded hickory-resolver v0.24.1
10582025-01-22T20:51:35.121Z Downloaded enum-as-inner v0.6.1
10592025-01-22T20:51:35.122Z Downloaded pin-project-lite v0.2.14
10602025-01-22T20:51:35.127Z Downloaded pin-project-internal v1.1.6
10612025-01-22T20:51:35.128Z Downloaded parking_lot_core v0.8.6
10622025-01-22T20:51:35.130Z Downloaded owo-colors v4.1.0
10632025-01-22T20:51:35.132Z Downloaded spin v0.9.8
10642025-01-22T20:51:35.135Z Downloaded num-traits v0.2.19
10652025-01-22T20:51:35.137Z Downloaded x509-cert v0.2.5
10662025-01-22T20:51:35.143Z Downloaded tinystr v0.7.6
10672025-01-22T20:51:35.145Z Downloaded tokio-postgres v0.7.12
10682025-01-22T20:51:35.149Z Downloaded pkcs8 v0.10.2
10692025-01-22T20:51:35.152Z Downloaded pkcs1 v0.7.5
10702025-01-22T20:51:35.154Z Downloaded foreign-types-shared v0.3.1
10712025-01-22T20:51:35.156Z Downloaded diesel_table_macro_syntax v0.2.0
10722025-01-22T20:51:35.156Z Downloaded rustc-hash v2.0.0
10732025-01-22T20:51:35.158Z Downloaded env_logger v0.10.2
10742025-01-22T20:51:35.160Z Downloaded derive_builder_core v0.20.2
10752025-01-22T20:51:35.162Z Downloaded derive_builder v0.20.2
10762025-01-22T20:51:35.166Z Downloaded crossterm v0.28.1
10772025-01-22T20:51:35.172Z Downloaded unsafe-libyaml v0.2.11
10782025-01-22T20:51:35.175Z Downloaded expectorate v1.1.0
10792025-01-22T20:51:35.178Z Downloaded untrusted v0.7.1
10802025-01-22T20:51:35.180Z Downloaded tar v0.4.42
10812025-01-22T20:51:35.183Z Downloaded icu_collections v1.5.0
10822025-01-22T20:51:35.187Z Downloaded zerofrom-derive v0.1.4
10832025-01-22T20:51:35.188Z Downloaded which v4.4.2
10842025-01-22T20:51:35.190Z Downloaded snafu v0.8.5
10852025-01-22T20:51:35.194Z Downloaded sct v0.7.1
10862025-01-22T20:51:35.197Z Downloaded num-rational v0.4.2
10872025-01-22T20:51:35.199Z Downloaded native-tls v0.2.12
10882025-01-22T20:51:35.201Z Downloaded nanorand v0.7.0
10892025-01-22T20:51:35.203Z Downloaded multer v3.1.0
10902025-01-22T20:51:35.205Z Downloaded getrandom v0.2.15
10912025-01-22T20:51:35.208Z Downloaded fragile v2.0.0
10922025-01-22T20:51:35.210Z Downloaded fs_extra v1.3.0
10932025-01-22T20:51:35.211Z Downloaded strum_macros v0.25.3
10942025-01-22T20:51:35.213Z Downloaded indicatif v0.17.9
10952025-01-22T20:51:35.216Z Downloaded heapless v0.8.0
10962025-01-22T20:51:35.220Z Downloaded term v0.7.0
10972025-01-22T20:51:35.223Z Downloaded tracing-core v0.1.32
10982025-01-22T20:51:35.225Z Downloaded icu_normalizer v1.5.0
10992025-01-22T20:51:35.229Z Downloaded filetime v0.2.25
11002025-01-22T20:51:35.231Z Downloaded phf_generator v0.11.2
11012025-01-22T20:51:35.231Z Downloaded parking_lot v0.11.2
11022025-01-22T20:51:35.233Z Downloaded serde_urlencoded v0.7.1
11032025-01-22T20:51:35.235Z Downloaded tracing-attributes v0.1.27
11042025-01-22T20:51:35.237Z Downloaded rcgen v0.12.1
11052025-01-22T20:51:35.239Z Downloaded rayon-core v1.12.1
11062025-01-22T20:51:35.243Z Downloaded num_enum v0.5.11
11072025-01-22T20:51:35.248Z Downloaded num-iter v0.1.45
11082025-01-22T20:51:35.250Z Downloaded multimap v0.10.0
11092025-01-22T20:51:35.250Z Downloaded ghash v0.5.1
11102025-01-22T20:51:35.252Z Downloaded base64 v0.22.1
11112025-01-22T20:51:35.254Z Downloaded dirs-sys-next v0.1.2
11122025-01-22T20:51:35.256Z Downloaded zeroize_derive v1.4.2
11132025-01-22T20:51:35.256Z Downloaded chacha20poly1305 v0.10.1
11142025-01-22T20:51:35.258Z Downloaded icu_locid_transform_data v1.5.0
11152025-01-22T20:51:35.260Z Downloaded icu_locid v1.5.0
11162025-01-22T20:51:35.264Z Downloaded httparse v1.9.5
11172025-01-22T20:51:35.266Z Downloaded hmac v0.12.1
11182025-01-22T20:51:35.269Z Downloaded russh-keys v0.45.0
11192025-01-22T20:51:35.270Z Downloaded bumpalo v3.16.0
11202025-01-22T20:51:35.273Z Downloaded libefi-sys v0.1.0
11212025-01-22T20:51:35.275Z Downloaded icu_locid_transform v1.5.0
11222025-01-22T20:51:35.277Z Downloaded lockfree-object-pool v0.1.6
11232025-01-22T20:51:35.279Z Downloaded litemap v0.7.3
11242025-01-22T20:51:35.281Z Downloaded iana-time-zone v0.1.61
11252025-01-22T20:51:35.284Z Downloaded arc-swap v1.7.1
11262025-01-22T20:51:35.287Z Downloaded tower-service v0.3.3
11272025-01-22T20:51:35.289Z Downloaded stable_deref_trait v1.2.0
11282025-01-22T20:51:35.289Z Downloaded rpassword v7.3.1
11292025-01-22T20:51:35.291Z Downloaded crossbeam-utils v0.8.20
11302025-01-22T20:51:35.295Z Downloaded lru v0.12.5
11312025-01-22T20:51:35.296Z Downloaded libsw v3.3.1
11322025-01-22T20:51:35.298Z Downloaded quick-error v1.2.3
11332025-01-22T20:51:35.298Z Downloaded bzip2 v0.4.4
11342025-01-22T20:51:35.300Z Downloaded keccak v0.1.5
11352025-01-22T20:51:35.302Z Downloaded indent_write v2.2.0
11362025-01-22T20:51:35.302Z Downloaded ahash v0.8.11
11372025-01-22T20:51:35.305Z Downloaded internet-checksum v0.2.1
11382025-01-22T20:51:35.308Z Downloaded libgit2-sys v0.17.0+1.8.1
11392025-01-22T20:51:35.365Z Downloaded hyper-tls v0.6.0
11402025-01-22T20:51:35.367Z Downloaded bit-set v0.5.3
11412025-01-22T20:51:35.369Z Downloaded hubpack v0.1.2
11422025-01-22T20:51:35.369Z Downloaded hex-literal v0.4.1
11432025-01-22T20:51:35.371Z Downloaded cancel-safe-futures v0.1.5
11442025-01-22T20:51:35.374Z Downloaded cobs v0.2.3
11452025-01-22T20:51:35.375Z Downloaded bitfield v0.14.0
11462025-01-22T20:51:35.377Z Downloaded backoff v0.4.0
11472025-01-22T20:51:35.379Z Downloaded crucible-workspace-hack v0.1.0
11482025-01-22T20:51:35.379Z Downloaded arrayvec v0.7.6
11492025-01-22T20:51:35.381Z Downloaded hubpack_derive v0.1.1
11502025-01-22T20:51:35.383Z Downloaded curve25519-dalek-derive v0.1.1
11512025-01-22T20:51:35.383Z Downloaded cmake v0.1.51
11522025-01-22T20:51:35.385Z Downloaded cipher v0.4.4
11532025-01-22T20:51:35.385Z Downloaded bitflags v1.3.2
11542025-01-22T20:51:35.388Z Downloaded aead v0.5.2
11552025-01-22T20:51:35.685Z Downloaded aws-lc-sys v0.22.0
11562025-01-22T20:51:35.957Z Downloaded ring v0.17.8
11572025-01-22T20:51:36.116Z Downloaded libsqlite3-sys v0.30.1
11582025-01-22T20:51:36.302Z Compiling serde v1.0.217
11592025-01-22T20:51:36.305Z Compiling lock_api v0.4.12
11602025-01-22T20:51:36.305Z Compiling scopeguard v1.2.0
11612025-01-22T20:51:36.305Z Compiling value-bag v1.9.0
11622025-01-22T20:51:36.305Z Compiling typenum v1.17.0
11632025-01-22T20:51:36.305Z Compiling generic-array v0.14.7
11642025-01-22T20:51:36.496Z Compiling syn v2.0.96
11652025-01-22T20:51:36.510Z Compiling getrandom v0.2.15
11662025-01-22T20:51:36.636Z Compiling subtle v2.6.1
11672025-01-22T20:51:36.761Z Compiling rand_core v0.6.4
11682025-01-22T20:51:36.938Z Compiling log v0.4.22
11692025-01-22T20:51:36.994Z Compiling shlex v1.3.0
11702025-01-22T20:51:37.017Z Compiling jobserver v0.1.32
11712025-01-22T20:51:37.046Z Compiling const-oid v0.9.6
11722025-01-22T20:51:37.280Z Compiling smallvec v1.13.2
11732025-01-22T20:51:37.340Z Compiling spin v0.9.8
11742025-01-22T20:51:37.375Z Compiling pin-project-lite v0.2.14
11752025-01-22T20:51:37.548Z Compiling cc v1.1.30
11762025-01-22T20:51:37.659Z Compiling rustix v0.38.37
11772025-01-22T20:51:37.692Z Compiling parking_lot_core v0.9.10
11782025-01-22T20:51:37.736Z Compiling futures-core v0.3.31
11792025-01-22T20:51:37.874Z Compiling signal-hook-registry v1.4.2
11802025-01-22T20:51:37.968Z Compiling mio v1.0.2
11812025-01-22T20:51:38.489Z Compiling aho-corasick v1.1.3
11822025-01-22T20:51:38.530Z Compiling parking_lot v0.12.3
11832025-01-22T20:51:38.731Z Compiling cpufeatures v0.2.14
11842025-01-22T20:51:38.845Z Compiling regex-syntax v0.8.5
11852025-01-22T20:51:38.873Z Compiling either v1.13.0
11862025-01-22T20:51:39.047Z Compiling lazy_static v1.5.0
11872025-01-22T20:51:39.072Z Compiling futures-sink v0.3.31
11882025-01-22T20:51:39.182Z Compiling glob v0.3.1
11892025-01-22T20:51:39.237Z Compiling stable_deref_trait v1.2.0
11902025-01-22T20:51:39.257Z Compiling socket2 v0.5.7
11912025-01-22T20:51:39.333Z Compiling slab v0.4.9
11922025-01-22T20:51:39.361Z Compiling prettyplease v0.2.25
11932025-01-22T20:51:39.761Z Compiling serde_json v1.0.135
11942025-01-22T20:51:39.845Z Compiling minimal-lexical v0.2.1
11952025-01-22T20:51:40.113Z Compiling clang-sys v1.8.1
11962025-01-22T20:51:40.204Z Compiling libloading v0.8.5
11972025-01-22T20:51:40.365Z Compiling nom v7.1.3
11982025-01-22T20:51:40.417Z Compiling home v0.5.9
11992025-01-22T20:51:40.615Z Compiling bindgen v0.69.5
12002025-01-22T20:51:40.690Z Compiling futures-channel v0.3.31
12012025-01-22T20:51:41.106Z Compiling itertools v0.12.1
12022025-01-22T20:51:41.251Z Compiling futures-io v0.3.31
12032025-01-22T20:51:41.470Z Compiling libm v0.2.8
12042025-01-22T20:51:41.540Z Compiling foldhash v0.1.3
12052025-01-22T20:51:41.819Z Compiling lazycell v1.3.0
12062025-01-22T20:51:41.842Z Compiling pin-utils v0.1.0
12072025-01-22T20:51:41.954Z Compiling rustc-hash v1.1.0
12082025-01-22T20:51:42.007Z Compiling allocator-api2 v0.2.18
12092025-01-22T20:51:42.131Z Compiling futures-task v0.3.31
12102025-01-22T20:51:42.465Z Compiling cmake v0.1.51
12112025-01-22T20:51:42.762Z Compiling regex-automata v0.4.8
12122025-01-22T20:51:43.291Z Compiling hashbrown v0.15.1
12132025-01-22T20:51:43.362Z Compiling num-traits v0.2.19
12142025-01-22T20:51:43.667Z Compiling cexpr v0.6.0
12152025-01-22T20:51:43.710Z Compiling dunce v1.0.5
12162025-01-22T20:51:43.846Z Compiling synstructure v0.13.1
12172025-01-22T20:51:44.508Z Compiling tinyvec_macros v0.1.1
12182025-01-22T20:51:44.652Z Compiling fs_extra v1.3.0
12192025-01-22T20:51:45.169Z Compiling pkg-config v0.3.31
12202025-01-22T20:51:45.217Z Compiling tinyvec v1.8.0
12212025-01-22T20:51:45.509Z Compiling ring v0.17.8
12222025-01-22T20:51:46.556Z Compiling base64ct v1.6.0
12232025-01-22T20:51:46.686Z Compiling unicode-normalization v0.1.24
12242025-01-22T20:51:46.749Z Compiling writeable v0.5.5
12252025-01-22T20:51:46.773Z Compiling unicode-bidi v0.3.17
12262025-01-22T20:51:47.111Z Compiling paste v1.0.15
12272025-01-22T20:51:47.290Z Compiling litemap v0.7.3
12282025-01-22T20:51:47.688Z Compiling pem-rfc7468 v0.7.0
12292025-01-22T20:51:47.760Z Compiling aws-lc-rs v1.10.0
12302025-01-22T20:51:48.055Z Compiling flagset v0.4.6
12312025-01-22T20:51:48.173Z Compiling regex v1.11.1
12322025-01-22T20:51:48.233Z Compiling httparse v1.9.5
12332025-01-22T20:51:48.310Z Compiling tracing-core v0.1.32
12342025-01-22T20:51:48.958Z Compiling crossbeam-utils v0.8.20
12352025-01-22T20:51:49.141Z Compiling icu_locid_transform_data v1.5.0
12362025-01-22T20:51:49.223Z Compiling rustls-pki-types v1.10.0
12372025-01-22T20:51:49.241Z Compiling percent-encoding v2.3.1
12382025-01-22T20:51:49.509Z Compiling serde_derive v1.0.217
12392025-01-22T20:51:49.530Z Compiling zeroize_derive v1.4.2
12402025-01-22T20:51:49.546Z Compiling zerocopy-derive v0.7.35
12412025-01-22T20:51:50.113Z Compiling tokio-macros v2.5.0
12422025-01-22T20:51:50.247Z Compiling zerofrom-derive v0.1.4
12432025-01-22T20:51:50.940Z Compiling zeroize v1.8.1
12442025-01-22T20:51:51.419Z Compiling thiserror-impl v1.0.69
12452025-01-22T20:51:51.572Z Compiling yoke-derive v0.7.4
12462025-01-22T20:51:51.575Z Compiling zerocopy v0.7.35
12472025-01-22T20:51:52.617Z Compiling crypto-common v0.1.6
12482025-01-22T20:51:52.867Z Compiling block-buffer v0.10.4
12492025-01-22T20:51:52.926Z Compiling futures-macro v0.3.31
12502025-01-22T20:51:53.134Z Compiling digest v0.10.7
12512025-01-22T20:51:53.605Z Compiling hmac v0.12.1
12522025-01-22T20:51:53.786Z Compiling zerofrom v0.1.4
12532025-01-22T20:51:53.811Z Compiling zerovec-derive v0.10.3
12542025-01-22T20:51:53.833Z Compiling block-padding v0.3.3
12552025-01-22T20:51:53.940Z Compiling displaydoc v0.2.5
12562025-01-22T20:51:54.010Z Compiling sha2 v0.10.8
12572025-01-22T20:51:54.087Z Compiling inout v0.1.3
12582025-01-22T20:51:54.205Z Compiling yoke v0.7.4
12592025-01-22T20:51:54.316Z Compiling thiserror v1.0.69
12602025-01-22T20:51:54.377Z Compiling cipher v0.4.4
12612025-01-22T20:51:54.468Z Compiling ppv-lite86 v0.2.20
12622025-01-22T20:51:54.566Z Compiling icu_provider_macros v1.5.0
12632025-01-22T20:51:54.790Z Compiling futures-util v0.3.31
12642025-01-22T20:51:54.958Z Compiling der_derive v0.7.3
12652025-01-22T20:51:55.313Z Compiling rand_chacha v0.3.1
12662025-01-22T20:51:55.459Z Compiling tracing-attributes v0.1.27
12672025-01-22T20:51:55.909Z Compiling salsa20 v0.10.2
12682025-01-22T20:51:55.929Z Compiling rand v0.8.5
12692025-01-22T20:51:56.368Z Compiling zerovec v0.10.4
12702025-01-22T20:51:57.245Z Compiling der v0.7.9
12712025-01-22T20:51:57.655Z Compiling pest v2.7.14
12722025-01-22T20:51:57.703Z Compiling pbkdf2 v0.12.2
12732025-01-22T20:51:57.869Z Compiling untrusted v0.9.0
12742025-01-22T20:51:57.949Z Compiling untrusted v0.7.1
12752025-01-22T20:51:58.047Z Compiling tinystr v0.7.6
12762025-01-22T20:51:58.160Z Compiling icu_collections v1.5.0
12772025-01-22T20:51:58.302Z Compiling num-conv v0.1.0
12782025-01-22T20:51:58.417Z Compiling icu_locid v1.5.0
12792025-01-22T20:51:58.596Z Compiling icu_properties_data v1.5.0
12802025-01-22T20:51:58.782Z Compiling tracing v0.1.40
12812025-01-22T20:51:58.862Z Compiling mirai-annotations v1.12.0
12822025-01-22T20:51:59.064Z Compiling time-core v0.1.2
12832025-01-22T20:51:59.238Z Compiling spki v0.7.3
12842025-01-22T20:51:59.257Z Compiling vcpkg v0.2.15
12852025-01-22T20:51:59.458Z Compiling powerfmt v0.2.0
12862025-01-22T20:51:59.594Z Compiling icu_provider v1.5.0
12872025-01-22T20:51:59.868Z Compiling deranged v0.3.11
12882025-01-22T20:52:00.124Z Compiling time-macros v0.2.18
12892025-01-22T20:52:00.349Z Compiling icu_locid_transform v1.5.0
12902025-01-22T20:52:00.523Z Compiling pest_meta v2.7.14
12912025-01-22T20:52:00.764Z Compiling scrypt v0.11.0
12922025-01-22T20:52:01.199Z Compiling openssl-sys v0.9.103
12932025-01-22T20:52:01.279Z Compiling cbc v0.1.2
12942025-01-22T20:52:01.327Z Compiling aes v0.8.4
12952025-01-22T20:52:02.243Z Compiling bitflags v2.6.0
12962025-01-22T20:52:02.558Z Compiling bytes v1.9.0
12972025-01-22T20:52:02.691Z Compiling indexmap v2.7.0
12982025-01-22T20:52:03.232Z Compiling semver v1.0.24
12992025-01-22T20:52:03.774Z Compiling tokio v1.43.0
13002025-01-22T20:52:03.941Z Compiling http v1.2.0
13012025-01-22T20:52:03.984Z Compiling rustc_version v0.4.1
13022025-01-22T20:52:04.037Z Compiling icu_properties v1.5.1
13032025-01-22T20:52:04.063Z Compiling scroll_derive v0.12.0
13042025-01-22T20:52:04.694Z Compiling write16 v1.0.0
13052025-01-22T20:52:04.846Z Compiling atomic-waker v1.1.2
13062025-01-22T20:52:04.955Z Compiling utf8_iter v1.0.4
13072025-01-22T20:52:05.054Z Compiling num_threads v0.1.7
13082025-01-22T20:52:05.198Z Compiling utf16_iter v1.0.5
13092025-01-22T20:52:05.218Z Compiling icu_normalizer_data v1.5.0
13102025-01-22T20:52:05.341Z Compiling time v0.3.36
13112025-01-22T20:52:05.420Z Compiling http-body v1.0.1
13122025-01-22T20:52:05.490Z Compiling scroll v0.12.0
13132025-01-22T20:52:05.657Z Compiling pkcs5 v0.7.1
13142025-01-22T20:52:05.701Z Compiling pest_generator v2.7.14
13152025-01-22T20:52:06.024Z Compiling form_urlencoded v1.2.1
13162025-01-22T20:52:06.182Z Compiling try-lock v0.2.5
13172025-01-22T20:52:06.349Z Compiling which v4.4.2
13182025-01-22T20:52:06.370Z Compiling slog v2.7.0
13192025-01-22T20:52:06.872Z Compiling goblin v0.8.2
13202025-01-22T20:52:06.986Z Compiling want v0.3.1
13212025-01-22T20:52:07.272Z Compiling pkcs8 v0.10.2
13222025-01-22T20:52:07.463Z Compiling uuid v1.12.0
13232025-01-22T20:52:07.625Z Compiling icu_normalizer v1.5.0
13242025-01-22T20:52:07.934Z Compiling pest_derive v2.7.14
13252025-01-22T20:52:08.586Z Compiling idna_adapter v1.2.0
13262025-01-22T20:52:08.711Z Compiling httpdate v1.0.3
13272025-01-22T20:52:08.819Z Compiling iana-time-zone v0.1.61
13282025-01-22T20:52:08.906Z Compiling idna v1.0.3
13292025-01-22T20:52:09.173Z Compiling chrono v0.4.38
13302025-01-22T20:52:09.209Z Compiling dtrace-parser v0.2.0
13312025-01-22T20:52:10.068Z Compiling serde_spanned v0.6.8
13322025-01-22T20:52:10.277Z Compiling serde_tokenstream v0.2.2
13332025-01-22T20:52:10.308Z Compiling toml_datetime v0.6.8
13342025-01-22T20:52:10.587Z Compiling adler2 v2.0.0
13352025-01-22T20:52:10.797Z Compiling rustversion v1.0.17
13362025-01-22T20:52:10.818Z Compiling tower-service v0.3.3
13372025-01-22T20:52:10.837Z Compiling match_cfg v0.1.0
13382025-01-22T20:52:10.937Z Compiling base64 v0.22.1
13392025-01-22T20:52:10.958Z Compiling openssl v0.10.66
13402025-01-22T20:52:11.211Z Compiling foreign-types-shared v0.1.1
13412025-01-22T20:52:11.343Z Compiling foreign-types v0.3.2
13422025-01-22T20:52:11.393Z Compiling hostname v0.3.1
13432025-01-22T20:52:11.444Z Compiling miniz_oxide v0.8.0
13442025-01-22T20:52:11.541Z Compiling url v2.5.3
13452025-01-22T20:52:11.641Z Compiling openssl-macros v0.1.1
13462025-01-22T20:52:12.356Z Compiling tokio-util v0.7.12
13472025-01-22T20:52:12.539Z Compiling async-trait v0.1.83
13482025-01-22T20:52:12.819Z Compiling dof v0.3.0
13492025-01-22T20:52:12.899Z Compiling serde_derive_internals v0.29.1
13502025-01-22T20:52:13.323Z Compiling h2 v0.4.6
13512025-01-22T20:52:13.621Z Compiling usdt-impl v0.5.0
13522025-01-22T20:52:14.673Z Compiling dirs-sys-next v0.1.2
13532025-01-22T20:52:15.013Z Compiling data-encoding v2.6.0
13542025-01-22T20:52:15.036Z Compiling schemars v0.8.21
13552025-01-22T20:52:15.251Z Compiling siphasher v0.3.11
13562025-01-22T20:52:15.323Z Compiling rustls v0.23.19
13572025-01-22T20:52:15.378Z Compiling native-tls v0.2.12
13582025-01-22T20:52:15.608Z Compiling rustls v0.22.4
13592025-01-22T20:52:15.644Z Compiling syn v1.0.109
13602025-01-22T20:52:15.767Z Compiling schemars_derive v0.8.21
13612025-01-22T20:52:15.910Z Compiling dirs-next v2.0.0
13622025-01-22T20:52:16.310Z Compiling http-body-util v0.1.2
13632025-01-22T20:52:16.806Z Compiling heapless v0.7.17
13642025-01-22T20:52:17.136Z Compiling crossbeam-epoch v0.9.18
13652025-01-22T20:52:17.250Z Compiling signature v2.2.0
13662025-01-22T20:52:17.356Z Compiling sha1 v0.10.6
13672025-01-22T20:52:17.498Z Compiling bzip2-sys v0.1.11+1.0.8
13682025-01-22T20:52:17.540Z Compiling thread_local v1.1.8
13692025-01-22T20:52:17.779Z Compiling cookie v0.18.1
13702025-01-22T20:52:17.844Z Compiling encoding_rs v0.8.34
13712025-01-22T20:52:17.964Z Compiling multer v3.1.0
13722025-01-22T20:52:18.038Z Compiling slog-async v2.8.0
13732025-01-22T20:52:18.065Z Compiling signal-hook v0.3.17
13742025-01-22T20:52:18.248Z Compiling mime v0.3.17
13752025-01-22T20:52:18.323Z Compiling ipnet v2.10.1
13762025-01-22T20:52:18.523Z Compiling gimli v0.31.1
13772025-01-22T20:52:18.657Z Compiling dyn-clone v1.0.17
13782025-01-22T20:52:18.752Z Compiling rayon-core v1.12.1
13792025-01-22T20:52:18.880Z Compiling unicode-properties v0.1.3
13802025-01-22T20:52:19.029Z Compiling openssl-probe v0.1.5
13812025-01-22T20:52:19.284Z Compiling stringprep v0.1.5
13822025-01-22T20:52:19.448Z Compiling toml_edit v0.22.22
13832025-01-22T20:52:20.478Z Compiling hyper v1.5.2
13842025-01-22T20:52:22.799Z Compiling hyper-util v0.1.10
13852025-01-22T20:52:22.821Z Compiling addr2line v0.24.2
13862025-01-22T20:52:23.534Z Compiling crossbeam-deque v0.8.5
13872025-01-22T20:52:23.814Z Compiling usdt-macro v0.5.0
13882025-01-22T20:52:23.871Z Compiling usdt-attr-macro v0.5.0
13892025-01-22T20:52:24.080Z Compiling term v0.7.0
13902025-01-22T20:52:25.089Z Compiling slog-json v2.6.1
13912025-01-22T20:52:25.180Z Compiling serde_urlencoded v0.7.1
13922025-01-22T20:52:25.385Z Compiling curve25519-dalek v4.1.3
13932025-01-22T20:52:25.428Z Compiling crossbeam-channel v0.5.13
13942025-01-22T20:52:25.453Z Compiling futures-executor v0.3.31
13952025-01-22T20:52:25.667Z Compiling enum-as-inner v0.6.1
13962025-01-22T20:52:25.697Z Compiling md-5 v0.10.6
13972025-01-22T20:52:25.972Z Compiling rustls-pemfile v2.2.0
13982025-01-22T20:52:25.991Z Compiling async-stream-impl v0.3.6
13992025-01-22T20:52:26.043Z Compiling num-integer v0.1.46
14002025-01-22T20:52:26.308Z Compiling idna v0.3.0
14012025-01-22T20:52:26.439Z Compiling idna v0.4.0
14022025-01-22T20:52:26.696Z Compiling hash32 v0.2.1
14032025-01-22T20:52:26.786Z Compiling ff v0.13.0
14042025-01-22T20:52:26.898Z Compiling is-terminal v0.4.13
14052025-01-22T20:52:27.029Z Compiling object v0.36.5
14062025-01-22T20:52:27.032Z Compiling dropshot v0.12.0
14072025-01-22T20:52:27.069Z Compiling anyhow v1.0.93
14082025-01-22T20:52:27.215Z Compiling take_mut v0.2.2
14092025-01-22T20:52:27.331Z Compiling rustc-demangle v0.1.24
14102025-01-22T20:52:27.390Z Compiling base16ct v0.2.0
14112025-01-22T20:52:27.635Z Compiling quick-error v1.2.3
14122025-01-22T20:52:27.721Z Compiling psl-types v2.0.11
14132025-01-22T20:52:27.796Z Compiling fallible-iterator v0.2.0
14142025-01-22T20:52:27.799Z Compiling utf-8 v0.7.6
14152025-01-22T20:52:27.932Z Compiling num-bigint-dig v0.8.4
14162025-01-22T20:52:27.963Z Compiling smoltcp v0.9.1
14172025-01-22T20:52:28.133Z Compiling portable-atomic v1.9.0
14182025-01-22T20:52:28.228Z Compiling linked-hash-map v0.5.6
14192025-01-22T20:52:28.296Z Compiling tungstenite v0.24.0
14202025-01-22T20:52:28.472Z Compiling postgres-protocol v0.6.7
14212025-01-22T20:52:28.556Z Compiling lru-cache v0.1.2
14222025-01-22T20:52:28.656Z Compiling publicsuffix v2.2.3
14232025-01-22T20:52:28.748Z Compiling resolv-conf v0.7.0
14242025-01-22T20:52:29.207Z Compiling sec1 v0.7.3
14252025-01-22T20:52:29.549Z Compiling hickory-proto v0.24.1
14262025-01-22T20:52:29.700Z Compiling async-stream v0.3.6
14272025-01-22T20:52:29.773Z Compiling slog-term v2.9.1
14282025-01-22T20:52:30.008Z Compiling group v0.13.0
14292025-01-22T20:52:30.384Z Compiling usdt v0.5.0
14302025-01-22T20:52:30.456Z Compiling num-iter v0.1.45
14312025-01-22T20:52:30.776Z Compiling futures v0.3.31
14322025-01-22T20:52:30.869Z Compiling slog-bunyan v2.5.0
14332025-01-22T20:52:31.091Z Compiling toml v0.8.19
14342025-01-22T20:52:32.384Z Compiling tokio-native-tls v0.3.1
14352025-01-22T20:52:32.561Z Compiling camino v1.1.9
14362025-01-22T20:52:32.604Z Compiling phf_shared v0.11.2
14372025-01-22T20:52:32.665Z Compiling dropshot_endpoint v0.12.0
14382025-01-22T20:52:32.971Z Compiling terminal_size v0.4.0
14392025-01-22T20:52:33.011Z Compiling waitgroup v0.1.2
14402025-01-22T20:52:33.185Z Compiling openapiv3 v2.0.0
14412025-01-22T20:52:33.242Z Compiling serde_path_to_error v0.1.16
14422025-01-22T20:52:33.468Z Compiling hkdf v0.12.4
14432025-01-22T20:52:33.704Z Compiling backtrace v0.3.74
14442025-01-22T20:52:34.015Z Compiling crypto-bigint v0.5.5
14452025-01-22T20:52:34.187Z Compiling webpki-roots v0.26.6
14462025-01-22T20:52:34.425Z Compiling zerocopy-derive v0.6.6
14472025-01-22T20:52:36.142Z Compiling hubpack_derive v0.1.1
14482025-01-22T20:52:36.451Z Compiling curve25519-dalek-derive v0.1.1
14492025-01-22T20:52:36.817Z Compiling idna v0.5.0
14502025-01-22T20:52:36.933Z Compiling hostname v0.4.0
14512025-01-22T20:52:37.025Z Compiling fs-err v2.11.0
14522025-01-22T20:52:37.165Z Compiling crc32fast v1.4.2
14532025-01-22T20:52:37.302Z Compiling ahash v0.8.11
14542025-01-22T20:52:37.334Z Compiling winnow v0.5.40
14552025-01-22T20:52:37.502Z Compiling debug-ignore v1.0.5
14562025-01-22T20:52:37.640Z Compiling newtype-uuid v1.2.1
14572025-01-22T20:52:37.669Z Compiling bitflags v1.3.2
14582025-01-22T20:52:37.794Z Compiling managed v0.8.0
14592025-01-22T20:52:37.949Z Compiling clap_builder v4.5.21
14602025-01-22T20:52:38.360Z Compiling strum_macros v0.25.3
14612025-01-22T20:52:38.917Z Compiling cookie_store v0.21.0
14622025-01-22T20:52:40.053Z Compiling flate2 v1.0.34
14632025-01-22T20:52:40.220Z Compiling console v0.15.8
14642025-01-22T20:52:40.590Z Compiling toml_edit v0.19.15
14652025-01-22T20:52:40.866Z Compiling hubpack v0.1.2
14662025-01-22T20:52:40.979Z Compiling elliptic-curve v0.13.8
14672025-01-22T20:52:41.304Z Compiling zerocopy v0.6.6
14682025-01-22T20:52:41.641Z Compiling hickory-resolver v0.24.1
14692025-01-22T20:52:42.112Z Compiling phf v0.11.2
14702025-01-22T20:52:42.225Z Compiling hyper-tls v0.6.0
14712025-01-22T20:52:42.390Z Compiling signal-hook-mio v0.2.4
14722025-01-22T20:52:42.570Z Compiling rayon v1.10.0
14732025-01-22T20:52:42.603Z Compiling bzip2 v0.4.4
14742025-01-22T20:52:43.120Z Compiling tokio-tungstenite v0.24.0
14752025-01-22T20:52:43.558Z Compiling postgres-types v0.2.8
14762025-01-22T20:52:45.892Z Compiling ed25519 v2.2.3
14772025-01-22T20:52:46.191Z Compiling phf_shared v0.10.0
14782025-01-22T20:52:46.355Z Compiling tokio-stream v0.1.16
14792025-01-22T20:52:46.545Z Compiling pkcs1 v0.7.5
14802025-01-22T20:52:46.917Z Compiling serde-big-array v0.5.1
14812025-01-22T20:52:47.161Z Compiling clap_derive v4.5.18
14822025-01-22T20:52:47.306Z Compiling rfc6979 v0.4.0
14832025-01-22T20:52:47.447Z Compiling derive-where v1.2.7
14842025-01-22T20:52:47.517Z Compiling serde_repr v0.1.19
14852025-01-22T20:52:47.539Z Compiling bstr v1.10.0
14862025-01-22T20:52:47.691Z Compiling float-cmp v0.9.0
14872025-01-22T20:52:47.794Z Compiling sync_wrapper v1.0.1
14882025-01-22T20:52:47.929Z Compiling number_prefix v0.4.0
14892025-01-22T20:52:48.022Z Compiling fixedbitset v0.4.2
14902025-01-22T20:52:48.174Z Compiling precomputed-hash v0.1.1
14912025-01-22T20:52:48.312Z Compiling static_assertions v1.1.0
14922025-01-22T20:52:48.431Z Compiling new_debug_unreachable v1.0.6
14932025-01-22T20:52:48.499Z Compiling whoami v1.5.2
14942025-01-22T20:52:48.540Z Compiling difflib v0.4.0
14952025-01-22T20:52:48.644Z Compiling unicode-segmentation v1.12.0
14962025-01-22T20:52:49.077Z Compiling normalize-line-endings v0.3.0
14972025-01-22T20:52:49.155Z Compiling predicates-core v1.0.8
14982025-01-22T20:52:49.215Z Compiling bit-vec v0.6.3
14992025-01-22T20:52:49.484Z Compiling unicode-width v0.2.0
15002025-01-22T20:52:49.515Z Compiling similar v2.6.0
15012025-01-22T20:52:49.645Z Compiling bit-set v0.5.3
15022025-01-22T20:52:49.938Z Compiling predicates v3.1.2
15032025-01-22T20:52:49.961Z Compiling tokio-postgres v0.7.12
15042025-01-22T20:52:50.075Z Compiling indicatif v0.17.9
15052025-01-22T20:52:50.691Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15062025-01-22T20:52:51.449Z Compiling string_cache v0.8.7
15072025-01-22T20:52:51.675Z Compiling petgraph v0.6.5
15082025-01-22T20:52:51.759Z Compiling clap v4.5.21
15092025-01-22T20:52:51.891Z Compiling ecdsa v0.16.9
15102025-01-22T20:52:51.912Z Compiling rsa v0.9.6
15112025-01-22T20:52:52.113Z Compiling ed25519-dalek v2.1.1
15122025-01-22T20:52:52.719Z Compiling toml v0.7.8
15132025-01-22T20:52:53.386Z Compiling zip v0.6.6
15142025-01-22T20:52:54.295Z Compiling crossterm v0.28.1
15152025-01-22T20:52:55.712Z Compiling hex v0.4.3
15162025-01-22T20:52:55.840Z Compiling x509-cert v0.2.5
15172025-01-22T20:52:55.882Z Compiling itertools v0.10.5
15182025-01-22T20:52:56.306Z Compiling unicode-xid v0.2.6
15192025-01-22T20:52:56.511Z Compiling peg-runtime v0.8.3
15202025-01-22T20:52:56.704Z Compiling lalrpop-util v0.19.12
15212025-01-22T20:52:56.927Z Compiling strum_macros v0.26.4
15222025-01-22T20:52:57.069Z Compiling xattr v1.3.1
15232025-01-22T20:52:57.107Z Compiling filetime v0.2.25
15242025-01-22T20:52:57.345Z Compiling tar v0.4.42
15252025-01-22T20:53:01.660Z Compiling strum v0.26.3
15262025-01-22T20:53:04.681Z Compiling aws-lc-sys v0.22.0
15272025-01-22T20:53:32.755Z Compiling rustls-webpki v0.102.8
15282025-01-22T20:53:35.973Z Compiling tokio-rustls v0.25.0
15292025-01-22T20:53:37.560Z Compiling tokio-rustls v0.26.0
15302025-01-22T20:53:37.849Z Compiling hyper-rustls v0.27.3
15312025-01-22T20:53:38.218Z Compiling reqwest v0.12.9
15322025-01-22T20:53:39.637Z Compiling qorb v0.2.1
15332025-01-22T20:53:42.694Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15342025-01-22T20:53:42.943Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15352025-01-22T20:53:47.436Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15362025-01-22T20:53:47.600Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15372025-01-22T20:53:47.654ZJan 22 20:53:46.242 INFO Starting download, target: Cockroach
15382025-01-22T20:53:47.654ZJan 22 20:53:46.242 INFO Starting download, target: Console
15392025-01-22T20:53:47.654ZJan 22 20:53:46.242 INFO Starting download, target: Clickhouse
15402025-01-22T20:53:47.654ZJan 22 20:53:46.242 INFO Starting download, target: DendriteOpenapi
15412025-01-22T20:53:47.654ZJan 22 20:53:46.243 INFO Starting download, target: DendriteStub
15422025-01-22T20:53:47.657ZJan 22 20:53:46.243 INFO Starting download, target: MaghemiteMgd
15432025-01-22T20:53:47.657ZJan 22 20:53:46.243 INFO Starting download, target: TransceiverControl
15442025-01-22T20:53:47.657ZJan 22 20:53:46.243 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15452025-01-22T20:53:47.657ZJan 22 20:53:46.243 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15462025-01-22T20:53:47.657ZJan 22 20:53:46.243 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15472025-01-22T20:53:47.657ZJan 22 20:53:46.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15482025-01-22T20:53:47.657ZJan 22 20:53:46.244 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15492025-01-22T20:53:47.657ZJan 22 20:53:46.244 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15502025-01-22T20:53:47.657ZJan 22 20:53:46.244 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15512025-01-22T20:53:47.845ZJan 22 20:53:46.426 INFO Download complete, target: DendriteOpenapi
15522025-01-22T20:53:47.943ZJan 22 20:53:46.530 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15532025-01-22T20:53:48.354ZJan 22 20:53:46.940 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15542025-01-22T20:53:48.431ZJan 22 20:53:47.020 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15552025-01-22T20:53:48.465ZJan 22 20:53:47.052 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15562025-01-22T20:53:48.615ZJan 22 20:53:47.201 INFO Download complete, target: TransceiverControl
15572025-01-22T20:53:48.770ZJan 22 20:53:47.356 INFO Download complete, target: Console
15582025-01-22T20:53:49.591ZJan 22 20:53:48.166 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15592025-01-22T20:53:49.591ZJan 22 20:53:48.166 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15602025-01-22T20:53:49.626ZJan 22 20:53:48.211 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15612025-01-22T20:53:51.389ZJan 22 20:53:49.976 INFO Download complete, target: MaghemiteMgd
15622025-01-22T20:53:51.457ZJan 22 20:53:50.045 INFO Download complete, target: DendriteStub
15632025-01-22T20:53:57.004ZJan 22 20:53:55.591 INFO Checking that binary works, target: Cockroach
15642025-01-22T20:53:57.170ZJan 22 20:53:55.758 INFO Download complete, target: Cockroach
15652025-01-22T20:54:02.101ZJan 22 20:54:00.687 INFO Checking that binary works, target: Clickhouse
15662025-01-22T20:54:02.605ZJan 22 20:54:01.191 INFO Download complete, target: Clickhouse
15672025-01-22T20:54:02.612ZAll prerequisites installed successfully
15682025-01-22T20:54:02.620Z
15692025-01-22T20:54:02.620Zreal 4:42.538234345
15702025-01-22T20:54:02.620Zuser 15:51.909104389
15712025-01-22T20:54:02.620Zsys 2:05.414566094
15722025-01-22T20:54:02.620Ztrap 0.545450779
15732025-01-22T20:54:02.620Ztflt 1.729531126
15742025-01-22T20:54:02.620Zdflt 2.324687091
15752025-01-22T20:54:02.620Zkflt 0.127129165
15762025-01-22T20:54:02.620Zlock 24:54.209763420
15772025-01-22T20:54:02.620Zslp 55:21.049122121
15782025-01-22T20:54:02.620Zlat 59.149811443
15792025-01-22T20:54:02.620Zstop 2:29.981743239
15802025-01-22T20:54:02.625Z+ ptime -m cargo xtask download softnpu
15812025-01-22T20:54:03.138Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
15822025-01-22T20:54:03.156Z Running `target/debug/xtask download softnpu`
15832025-01-22T20:54:03.983Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
15842025-01-22T20:54:04.039Z Running `target/debug/xtask-downloader softnpu`
15852025-01-22T20:54:04.076ZJan 22 20:54:02.664 INFO Starting download, target: Softnpu
15862025-01-22T20:54:04.079ZJan 22 20:54:02.665 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
15872025-01-22T20:54:05.078ZJan 22 20:54:03.666 INFO Download complete, target: Softnpu
15882025-01-22T20:54:05.082Z
15892025-01-22T20:54:05.085Zreal 2.463844600
15902025-01-22T20:54:05.085Zuser 1.248234155
15912025-01-22T20:54:05.085Zsys 0.544550703
15922025-01-22T20:54:05.085Ztrap 0.000505483
15932025-01-22T20:54:05.085Ztflt 0.000082609
15942025-01-22T20:54:05.085Zdflt 0.000129900
15952025-01-22T20:54:05.085Zkflt 0.000000000
15962025-01-22T20:54:05.085Zlock 10.455370783
15972025-01-22T20:54:05.085Zslp 0.856139801
15982025-01-22T20:54:05.085Zlat 0.068175319
15992025-01-22T20:54:05.085Zstop 0.000165489
16002025-01-22T20:54:05.085Z+ export CARGO_INCREMENTAL=0
16012025-01-22T20:54:05.085Z+ CARGO_INCREMENTAL=0
16022025-01-22T20:54:05.085Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16032025-01-22T20:54:06.051Z Compiling proc-macro2 v1.0.92
16042025-01-22T20:54:06.053Z Compiling unicode-ident v1.0.14
16052025-01-22T20:54:06.053Z Compiling libc v0.2.169
16062025-01-22T20:54:06.053Z Compiling serde v1.0.217
16072025-01-22T20:54:06.053Z Compiling autocfg v1.4.0
16082025-01-22T20:54:06.053Z Compiling version_check v0.9.5
16092025-01-22T20:54:06.053Z Compiling cfg-if v1.0.0
16102025-01-22T20:54:06.320Z Compiling memchr v2.7.4
16112025-01-22T20:54:06.340Z Compiling typenum v1.17.0
16122025-01-22T20:54:06.356Z Compiling shlex v1.3.0
16132025-01-22T20:54:06.717Z Compiling value-bag v1.9.0
16142025-01-22T20:54:06.803Z Compiling generic-array v0.14.7
16152025-01-22T20:54:07.031Z Compiling lock_api v0.4.12
16162025-01-22T20:54:07.083Z Compiling log v0.4.22
16172025-01-22T20:54:07.188Z Compiling scopeguard v1.2.0
16182025-01-22T20:54:07.347Z Compiling parking_lot_core v0.9.10
16192025-01-22T20:54:07.622Z Compiling serde_json v1.0.135
16202025-01-22T20:54:07.744Z Compiling once_cell v1.20.2
16212025-01-22T20:54:07.807Z Compiling libm v0.2.8
16222025-01-22T20:54:07.937Z Compiling quote v1.0.38
16232025-01-22T20:54:07.955Z Compiling jobserver v0.1.32
16242025-01-22T20:54:08.046Z Compiling getrandom v0.2.15
16252025-01-22T20:54:08.127Z Compiling rustix v0.38.37
16262025-01-22T20:54:08.400Z Compiling syn v2.0.96
16272025-01-22T20:54:08.418Z Compiling cc v1.1.30
16282025-01-22T20:54:08.438Z Compiling aho-corasick v1.1.3
16292025-01-22T20:54:08.473Z Compiling num-traits v0.2.19
16302025-01-22T20:54:08.553Z Compiling thiserror v1.0.69
16312025-01-22T20:54:08.653Z Compiling regex-syntax v0.8.5
16322025-01-22T20:54:08.715Z Compiling either v1.13.0
16332025-01-22T20:54:08.762Z Compiling itoa v1.0.11
16342025-01-22T20:54:08.999Z Compiling spin v0.9.8
16352025-01-22T20:54:09.234Z Compiling slab v0.4.9
16362025-01-22T20:54:09.538Z Compiling errno v0.3.9
16372025-01-22T20:54:09.577Z Compiling byteorder v1.5.0
16382025-01-22T20:54:09.793Z Compiling lazy_static v1.5.0
16392025-01-22T20:54:09.929Z Compiling rand_core v0.6.4
16402025-01-22T20:54:10.042Z Compiling glob v0.3.1
16412025-01-22T20:54:10.483Z Compiling prettyplease v0.2.25
16422025-01-22T20:54:10.763Z Compiling clang-sys v1.8.1
16432025-01-22T20:54:10.823Z Compiling minimal-lexical v0.2.1
16442025-01-22T20:54:11.263Z Compiling nom v7.1.3
16452025-01-22T20:54:11.374Z Compiling libloading v0.8.5
16462025-01-22T20:54:11.433Z Compiling home v0.5.9
16472025-01-22T20:54:11.545Z Compiling bindgen v0.69.5
16482025-01-22T20:54:11.657Z Compiling subtle v2.6.1
16492025-01-22T20:54:12.004Z Compiling itertools v0.12.1
16502025-01-22T20:54:12.283Z Compiling smallvec v1.13.2
16512025-01-22T20:54:12.318Z Compiling regex-automata v0.4.8
16522025-01-22T20:54:12.384Z Compiling lazycell v1.3.0
16532025-01-22T20:54:12.568Z Compiling allocator-api2 v0.2.18
16542025-01-22T20:54:12.767Z Compiling rustc-hash v1.1.0
16552025-01-22T20:54:12.927Z Compiling cmake v0.1.51
16562025-01-22T20:54:13.477Z Compiling fs_extra v1.3.0
16572025-01-22T20:54:13.719Z Compiling dunce v1.0.5
16582025-01-22T20:54:13.866Z Compiling semver v1.0.24
16592025-01-22T20:54:14.259Z Compiling cexpr v0.6.0
16602025-01-22T20:54:14.405Z Compiling pkg-config v0.3.31
16612025-01-22T20:54:14.773Z Compiling ring v0.17.8
16622025-01-22T20:54:15.192Z Compiling pin-project-lite v0.2.14
16632025-01-22T20:54:15.305Z Compiling ryu v1.0.18
16642025-01-22T20:54:15.344Z Compiling paste v1.0.15
16652025-01-22T20:54:15.494Z Compiling synstructure v0.13.1
16662025-01-22T20:54:15.744Z Compiling aws-lc-rs v1.10.0
16672025-01-22T20:54:15.770Z Compiling schemars v0.8.21
16682025-01-22T20:54:16.092Z Compiling const-oid v0.9.6
16692025-01-22T20:54:16.137Z Compiling fnv v1.0.7
16702025-01-22T20:54:16.209Z Compiling httparse v1.9.5
16712025-01-22T20:54:16.809Z Compiling serde_derive_internals v0.29.1
16722025-01-22T20:54:17.019Z Compiling foldhash v0.1.3
16732025-01-22T20:54:17.533Z Compiling equivalent v1.0.1
16742025-01-22T20:54:17.538Z Compiling hashbrown v0.15.1
16752025-01-22T20:54:17.693Z Compiling regex v1.11.1
16762025-01-22T20:54:18.135Z Compiling signal-hook-registry v1.4.2
16772025-01-22T20:54:18.609Z Compiling heck v0.5.0
16782025-01-22T20:54:18.680Z Compiling parking_lot v0.12.3
16792025-01-22T20:54:18.738Z Compiling mio v1.0.2
16802025-01-22T20:54:19.796Z Compiling serde_derive v1.0.217
16812025-01-22T20:54:19.858Z Compiling zeroize_derive v1.4.2
16822025-01-22T20:54:20.350Z Compiling zerocopy-derive v0.7.35
16832025-01-22T20:54:20.736Z Compiling thiserror-impl v1.0.69
16842025-01-22T20:54:20.833Z Compiling tokio-macros v2.5.0
16852025-01-22T20:54:21.163Z Compiling zeroize v1.8.1
16862025-01-22T20:54:21.631Z Compiling zerofrom-derive v0.1.4
16872025-01-22T20:54:21.727Z Compiling yoke-derive v0.7.4
16882025-01-22T20:54:21.832Z Compiling futures-macro v0.3.31
16892025-01-22T20:54:21.871Z Compiling zerovec-derive v0.10.3
16902025-01-22T20:54:22.191Z Compiling zerocopy v0.7.35
16912025-01-22T20:54:23.383Z Compiling displaydoc v0.2.5
16922025-01-22T20:54:23.519Z Compiling crypto-common v0.1.6
16932025-01-22T20:54:23.603Z Compiling tracing-attributes v0.1.27
16942025-01-22T20:54:23.725Z Compiling icu_provider_macros v1.5.0
16952025-01-22T20:54:24.081Z Compiling schemars_derive v0.8.21
16962025-01-22T20:54:24.111Z Compiling block-buffer v0.10.4
16972025-01-22T20:54:24.374Z Compiling digest v0.10.7
16982025-01-22T20:54:24.698Z Compiling stable_deref_trait v1.2.0
16992025-01-22T20:54:24.812Z Compiling socket2 v0.5.7
17002025-01-22T20:54:24.911Z Compiling time-core v0.1.2
17012025-01-22T20:54:24.914Z Compiling num-conv v0.1.0
17022025-01-22T20:54:25.106Z Compiling futures-core v0.3.31
17032025-01-22T20:54:25.208Z Compiling crossbeam-utils v0.8.20
17042025-01-22T20:54:25.373Z Compiling time-macros v0.2.18
17052025-01-22T20:54:25.986Z Compiling der_derive v0.7.3
17062025-01-22T20:54:26.256Z Compiling vcpkg v0.2.15
17072025-01-22T20:54:27.641Z Compiling openssl-sys v0.9.103
17082025-01-22T20:54:28.102Z Compiling syn v1.0.109
17092025-01-22T20:54:28.512Z Compiling futures-sink v0.3.31
17102025-01-22T20:54:28.673Z Compiling cpufeatures v0.2.14
17112025-01-22T20:54:28.782Z Compiling slog v2.7.0
17122025-01-22T20:54:29.061Z Compiling ahash v0.8.11
17132025-01-22T20:54:29.223Z Compiling iana-time-zone v0.1.61
17142025-01-22T20:54:29.573Z Compiling futures-channel v0.3.31
17152025-01-22T20:54:29.811Z Compiling zerofrom v0.1.4
17162025-01-22T20:54:29.946Z Compiling scroll_derive v0.12.0
17172025-01-22T20:54:30.032Z Compiling futures-io v0.3.31
17182025-01-22T20:54:30.056Z Compiling openssl v0.10.66
17192025-01-22T20:54:30.059Z Compiling futures-task v0.3.31
17202025-01-22T20:54:30.371Z Compiling ucd-trie v0.1.7
17212025-01-22T20:54:30.374Z Compiling pin-utils v0.1.0
17222025-01-22T20:54:30.453Z Compiling yoke v0.7.4
17232025-01-22T20:54:30.487Z Compiling futures-util v0.3.31
17242025-01-22T20:54:30.848Z Compiling pest v2.7.14
17252025-01-22T20:54:31.218Z Compiling hmac v0.12.1
17262025-01-22T20:54:31.715Z Compiling zerovec v0.10.4
17272025-01-22T20:54:31.851Z Compiling bitflags v2.6.0
17282025-01-22T20:54:31.869Z Compiling bytes v1.9.0
17292025-01-22T20:54:33.822Z Compiling indexmap v2.7.0
17302025-01-22T20:54:34.071Z Compiling tokio v1.43.0
17312025-01-22T20:54:34.637Z Compiling serde_tokenstream v0.2.2
17322025-01-22T20:54:35.191Z Compiling uuid v1.12.0
17332025-01-22T20:54:35.193Z Compiling http v1.2.0
17342025-01-22T20:54:36.474Z Compiling which v4.4.2
17352025-01-22T20:54:36.527Z Compiling chrono v0.4.38
17362025-01-22T20:54:37.230Z Compiling rustc_version v0.4.1
17372025-01-22T20:54:38.572Z Compiling pest_meta v2.7.14
17382025-01-22T20:54:42.971Z Compiling block-padding v0.3.3
17392025-01-22T20:54:43.215Z Compiling openssl-macros v0.1.1
17402025-01-22T20:54:43.310Z Compiling native-tls v0.2.12
17412025-01-22T20:54:43.677Z Compiling tinyvec_macros v0.1.1
17422025-01-22T20:54:43.798Z Compiling rustls v0.23.19
17432025-01-22T20:54:44.051Z Compiling tinyvec v1.8.0
17442025-01-22T20:54:44.807Z Compiling inout v0.1.3
17452025-01-22T20:54:44.878Z Compiling pest_generator v2.7.14
17462025-01-22T20:54:45.074Z Compiling serde_spanned v0.6.8
17472025-01-22T20:54:45.188Z Compiling toml_datetime v0.6.8
17482025-01-22T20:54:45.348Z Compiling tracing-core v0.1.32
17492025-01-22T20:54:45.574Z Compiling dyn-clone v1.0.17
17502025-01-22T20:54:45.625Z Compiling strsim v0.11.1
17512025-01-22T20:54:45.826Z Compiling unicode-normalization v0.1.24
17522025-01-22T20:54:46.213Z Compiling tracing v0.1.40
17532025-01-22T20:54:46.517Z Compiling pest_derive v2.7.14
17542025-01-22T20:54:47.195Z Compiling cipher v0.4.4
17552025-01-22T20:54:47.271Z Compiling tinystr v0.7.6
17562025-01-22T20:54:47.439Z Compiling sha2 v0.10.8
17572025-01-22T20:54:47.694Z Compiling cookie v0.18.1
17582025-01-22T20:54:47.757Z Compiling usdt-impl v0.5.0
17592025-01-22T20:54:48.006Z Compiling litemap v0.7.3
17602025-01-22T20:54:48.145Z Compiling unicode-bidi v0.3.17
17612025-01-22T20:54:48.223Z Compiling base64ct v1.6.0
17622025-01-22T20:54:48.443Z Compiling writeable v0.5.5
17632025-01-22T20:54:48.925Z Compiling icu_locid v1.5.0
17642025-01-22T20:54:49.046Z Compiling aws-lc-sys v0.22.0
17652025-01-22T20:54:49.911Z Compiling pem-rfc7468 v0.7.0
17662025-01-22T20:54:50.765Z Compiling scroll v0.12.0
17672025-01-22T20:54:50.924Z Compiling ppv-lite86 v0.2.20
17682025-01-22T20:54:51.330Z Compiling async-trait v0.1.83
17692025-01-22T20:54:53.483Z Compiling percent-encoding v2.3.1
17702025-01-22T20:54:53.956Z Compiling flagset v0.4.6
17712025-01-22T20:54:54.122Z Compiling anyhow v1.0.93
17722025-01-22T20:54:54.651Z Compiling camino v1.1.9
17732025-01-22T20:54:55.124Z Compiling rustls-pki-types v1.10.0
17742025-01-22T20:54:56.114Z Compiling plain v0.2.3
17752025-01-22T20:54:56.285Z Compiling goblin v0.8.2
17762025-01-22T20:54:56.694Z Compiling der v0.7.9
17772025-01-22T20:54:57.775Z Compiling rand_chacha v0.3.1
17782025-01-22T20:54:58.467Z Compiling icu_provider v1.5.0
17792025-01-22T20:54:59.690Z Compiling tokio-util v0.7.12
17802025-01-22T20:55:00.450Z Compiling untrusted v0.7.1
17812025-01-22T20:55:00.510Z Compiling rustls v0.22.4
17822025-01-22T20:55:00.642Z Compiling icu_locid_transform_data v1.5.0
17832025-01-22T20:55:00.795Z Compiling powerfmt v0.2.0
17842025-01-22T20:55:00.858Z Compiling mirai-annotations v1.12.0
17852025-01-22T20:55:00.877Z Compiling untrusted v0.9.0
17862025-01-22T20:55:01.057Z Compiling pretty-hex v0.4.1
17872025-01-22T20:55:01.260Z Compiling rayon-core v1.12.1
17882025-01-22T20:55:01.464Z Compiling deranged v0.3.11
17892025-01-22T20:55:01.575Z Compiling icu_locid_transform v1.5.0
17902025-01-22T20:55:01.761Z Compiling dof v0.3.0
17912025-01-22T20:55:03.292Z Compiling spki v0.7.3
17922025-01-22T20:55:03.662Z Compiling rand v0.8.5
17932025-01-22T20:55:03.741Z Compiling salsa20 v0.10.2
17942025-01-22T20:55:03.840Z Compiling dtrace-parser v0.2.0
17952025-01-22T20:55:03.957Z Compiling icu_collections v1.5.0
17962025-01-22T20:55:05.469Z Compiling pbkdf2 v0.12.2
17972025-01-22T20:55:05.997Z Compiling thread-id v4.2.2
17982025-01-22T20:55:06.330Z Compiling atomic-waker v1.1.2
17992025-01-22T20:55:06.473Z Compiling icu_properties_data v1.5.0
18002025-01-22T20:55:06.496Z Compiling winnow v0.5.40
18012025-01-22T20:55:06.806Z Compiling num_threads v0.1.7
18022025-01-22T20:55:07.124Z Compiling icu_properties v1.5.1
18032025-01-22T20:55:07.203Z Compiling time v0.3.36
18042025-01-22T20:55:09.788Z Compiling toml_edit v0.19.15
18052025-01-22T20:55:11.668Z Compiling scrypt v0.11.0
18062025-01-22T20:55:12.032Z Compiling form_urlencoded v1.2.1
18072025-01-22T20:55:12.125Z Compiling cbc v0.1.2
18082025-01-22T20:55:12.342Z Compiling aes v0.8.4
18092025-01-22T20:55:12.569Z Compiling http-body v1.0.1
18102025-01-22T20:55:12.842Z Compiling multer v3.1.0
18112025-01-22T20:55:13.160Z Compiling write16 v1.0.0
18122025-01-22T20:55:13.237Z Compiling slog-async v2.8.0
18132025-01-22T20:55:13.446Z Compiling utf16_iter v1.0.5
18142025-01-22T20:55:13.474Z Compiling rustversion v1.0.17
18152025-01-22T20:55:13.664Z Compiling utf8_iter v1.0.4
18162025-01-22T20:55:13.838Z Compiling icu_normalizer_data v1.5.0
18172025-01-22T20:55:14.075Z Compiling try-lock v0.2.5
18182025-01-22T20:55:14.255Z Compiling want v0.3.1
18192025-01-22T20:55:14.326Z Compiling icu_normalizer v1.5.0
18202025-01-22T20:55:15.846Z Compiling pkcs5 v0.7.1
18212025-01-22T20:55:16.504Z Compiling h2 v0.4.6
18222025-01-22T20:55:17.182Z Compiling heapless v0.7.17
18232025-01-22T20:55:17.907Z Compiling bzip2-sys v0.1.11+1.0.8
18242025-01-22T20:55:18.306Z Compiling signal-hook v0.3.17
18252025-01-22T20:55:18.365Z Compiling httpdate v1.0.3
18262025-01-22T20:55:19.381Z Compiling pkcs8 v0.10.2
18272025-01-22T20:55:19.671Z Compiling idna_adapter v1.2.0
18282025-01-22T20:55:20.725Z Compiling usdt-attr-macro v0.5.0
18292025-01-22T20:55:20.935Z Compiling usdt-macro v0.5.0
18302025-01-22T20:55:21.174Z Compiling async-stream-impl v0.3.6
18312025-01-22T20:55:22.161Z Compiling adler2 v2.0.0
18322025-01-22T20:55:22.342Z Compiling base64 v0.22.1
18332025-01-22T20:55:22.502Z Compiling tower-service v0.3.3
18342025-01-22T20:55:22.829Z Compiling miniz_oxide v0.8.0
18352025-01-22T20:55:23.688Z Compiling idna v1.0.3
18362025-01-22T20:55:25.022Z Compiling hyper v1.5.2
18372025-01-22T20:55:28.407Z Compiling hyper-util v0.1.10
18382025-01-22T20:55:29.707Z Compiling curve25519-dalek v4.1.3
18392025-01-22T20:55:29.787Z Compiling openapiv3 v2.0.0
18402025-01-22T20:55:30.211Z Compiling enum-as-inner v0.6.1
18412025-01-22T20:55:31.633Z Compiling dropshot v0.12.0
18422025-01-22T20:55:32.102Z Compiling smoltcp v0.9.1
18432025-01-22T20:55:32.700Z Compiling foreign-types-shared v0.1.1
18442025-01-22T20:55:32.833Z Compiling match_cfg v0.1.0
18452025-01-22T20:55:32.944Z Compiling portable-atomic v1.9.0
18462025-01-22T20:55:33.469Z Compiling newtype-uuid v1.2.1
18472025-01-22T20:55:33.772Z Compiling num-bigint-dig v0.8.4
18482025-01-22T20:55:33.811Z Compiling foreign-types v0.3.2
18492025-01-22T20:55:33.964Z Compiling hostname v0.3.1
18502025-01-22T20:55:35.448Z Compiling url v2.5.3
18512025-01-22T20:55:37.505Z Compiling http-body-util v0.1.2
18522025-01-22T20:55:37.766Z Compiling dirs-sys-next v0.1.2
18532025-01-22T20:55:38.043Z Compiling encoding_rs v0.8.34
18542025-01-22T20:55:38.232Z Compiling data-encoding v2.6.0
18552025-01-22T20:55:38.253Z Compiling ident_case v1.0.1
18562025-01-22T20:55:38.434Z Compiling gimli v0.31.1
18572025-01-22T20:55:39.612Z Compiling heck v0.4.1
18582025-01-22T20:55:40.003Z Compiling mime v0.3.17
18592025-01-22T20:55:41.012Z Compiling siphasher v0.3.11
18602025-01-22T20:55:41.105Z Compiling darling_core v0.20.10
18612025-01-22T20:55:41.679Z Compiling dirs-next v2.0.0
18622025-01-22T20:55:45.126Z Compiling addr2line v0.24.2
18632025-01-22T20:55:46.804Z Compiling crossbeam-epoch v0.9.18
18642025-01-22T20:55:47.474Z Compiling serde_urlencoded v0.7.1
18652025-01-22T20:55:48.078Z Compiling rustls-pemfile v2.2.0
18662025-01-22T20:55:48.553Z Compiling hubpack_derive v0.1.1
18672025-01-22T20:55:48.978Z Compiling dropshot_endpoint v0.12.0
18682025-01-22T20:55:49.413Z Compiling sha1 v0.10.6
18692025-01-22T20:55:49.456Z Compiling signature v2.2.0
18702025-01-22T20:55:49.698Z Compiling curve25519-dalek-derive v0.1.1
18712025-01-22T20:55:49.835Z Compiling zerocopy-derive v0.6.6
18722025-01-22T20:55:50.975Z Compiling object v0.36.5
18732025-01-22T20:55:51.623Z Compiling thread_local v1.1.8
18742025-01-22T20:55:52.058Z Compiling fs-err v2.11.0
18752025-01-22T20:55:52.804Z Compiling utf8parse v0.2.2
18762025-01-22T20:55:52.985Z Compiling ipnet v2.10.1
18772025-01-22T20:55:56.315Z Compiling anstyle v1.0.10
18782025-01-22T20:55:56.716Z Compiling rustc-demangle v0.1.24
18792025-01-22T20:55:57.315Z Compiling winnow v0.6.20
18802025-01-22T20:55:59.609Z Compiling openssl-probe v0.1.5
18812025-01-22T20:56:00.114Z Compiling unicode-properties v0.1.3
18822025-01-22T20:56:00.723Z Compiling stringprep v0.1.5
18832025-01-22T20:56:00.742Z Compiling toml_edit v0.22.22
18842025-01-22T20:56:01.406Z Compiling rustls-webpki v0.102.8
18852025-01-22T20:56:03.839Z Compiling backtrace v0.3.74
18862025-01-22T20:56:07.402Z Compiling anstyle-parse v0.2.5
18872025-01-22T20:56:10.123Z Compiling crossbeam-deque v0.8.5
18882025-01-22T20:56:10.500Z Compiling darling_macro v0.20.10
18892025-01-22T20:56:11.374Z Compiling term v0.7.0
18902025-01-22T20:56:12.527Z Compiling slog-json v2.6.1
18912025-01-22T20:56:13.747Z Compiling crossbeam-channel v0.5.13
18922025-01-22T20:56:14.641Z Compiling hashbrown v0.14.5
18932025-01-22T20:56:14.751Z Compiling idna v0.4.0
18942025-01-22T20:56:15.136Z Compiling idna v0.3.0
18952025-01-22T20:56:15.802Z Compiling futures-executor v0.3.31
18962025-01-22T20:56:16.227Z Compiling num-integer v0.1.46
18972025-01-22T20:56:16.390Z Compiling md-5 v0.10.6
18982025-01-22T20:56:16.538Z Compiling ff v0.13.0
18992025-01-22T20:56:16.540Z Compiling hash32 v0.2.1
19002025-01-22T20:56:16.629Z Compiling memmap v0.7.0
19012025-01-22T20:56:16.775Z Compiling is-terminal v0.4.13
19022025-01-22T20:56:16.934Z Compiling quick-error v1.2.3
19032025-01-22T20:56:16.954Z Compiling psl-types v2.0.11
19042025-01-22T20:56:17.128Z Compiling utf-8 v0.7.6
19052025-01-22T20:56:17.174Z Compiling base16ct v0.2.0
19062025-01-22T20:56:17.417Z Compiling fallible-iterator v0.2.0
19072025-01-22T20:56:17.473Z Compiling take_mut v0.2.2
19082025-01-22T20:56:17.745Z Compiling linked-hash-map v0.5.6
19092025-01-22T20:56:18.062Z Compiling anstyle-query v1.1.1
19102025-01-22T20:56:18.092Z Compiling is_terminal_polyfill v1.70.1
19112025-01-22T20:56:18.238Z Compiling colorchoice v1.0.2
19122025-01-22T20:56:18.241Z Compiling lru-cache v0.1.2
19132025-01-22T20:56:18.293Z Compiling publicsuffix v2.2.3
19142025-01-22T20:56:18.400Z Compiling anstream v0.6.15
19152025-01-22T20:56:18.439Z Compiling postgres-protocol v0.6.7
19162025-01-22T20:56:19.016Z Compiling sec1 v0.7.3
19172025-01-22T20:56:19.241Z Compiling tungstenite v0.24.0
19182025-01-22T20:56:19.564Z Compiling resolv-conf v0.7.0
19192025-01-22T20:56:19.593Z Compiling slog-term v2.9.1
19202025-01-22T20:56:19.814Z Compiling usdt v0.5.0
19212025-01-22T20:56:20.271Z Compiling group v0.13.0
19222025-01-22T20:56:20.601Z Compiling num-iter v0.1.45
19232025-01-22T20:56:20.637Z Compiling futures v0.3.31
19242025-01-22T20:56:21.022Z Compiling hickory-proto v0.24.1
19252025-01-22T20:56:21.210Z Compiling regress v0.10.1
19262025-01-22T20:56:24.923Z Compiling slog-bunyan v2.5.0
19272025-01-22T20:56:25.136Z Compiling darling v0.20.10
19282025-01-22T20:56:25.505Z Compiling tokio-rustls v0.26.0
19292025-01-22T20:56:25.730Z Compiling tokio-rustls v0.25.0
19302025-01-22T20:56:25.939Z Compiling toml v0.8.19
19312025-01-22T20:56:26.152Z Compiling tokio-native-tls v0.3.1
19322025-01-22T20:56:26.470Z Compiling phf_shared v0.11.2
19332025-01-22T20:56:26.546Z Compiling strum_macros v0.25.3
19342025-01-22T20:56:27.160Z Compiling async-stream v0.3.6
19352025-01-22T20:56:27.330Z Compiling waitgroup v0.1.2
19362025-01-22T20:56:27.441Z Compiling webpki-roots v0.26.6
19372025-01-22T20:56:27.693Z Compiling idna v0.5.0
19382025-01-22T20:56:28.080Z Compiling terminal_size v0.4.0
19392025-01-22T20:56:28.310Z Compiling serde_path_to_error v0.1.16
19402025-01-22T20:56:28.506Z Compiling hkdf v0.12.4
19412025-01-22T20:56:29.110Z Compiling crypto-bigint v0.5.5
19422025-01-22T20:56:29.235Z Compiling derive-where v1.2.7
19432025-01-22T20:56:29.274Z Compiling clap_derive v4.5.18
19442025-01-22T20:56:29.334Z Compiling serde_repr v0.1.19
19452025-01-22T20:56:29.868Z Compiling hostname v0.4.0
19462025-01-22T20:56:30.103Z Compiling crc32fast v1.4.2
19472025-01-22T20:56:30.433Z Compiling bitflags v1.3.2
19482025-01-22T20:56:31.556Z Compiling managed v0.8.0
19492025-01-22T20:56:32.164Z Compiling clap_lex v0.7.2
19502025-01-22T20:56:32.187Z Compiling unicode-width v0.1.14
19512025-01-22T20:56:32.331Z Compiling debug-ignore v1.0.5
19522025-01-22T20:56:32.511Z Compiling clap_builder v4.5.21
19532025-01-22T20:56:32.719Z Compiling console v0.15.8
19542025-01-22T20:56:33.449Z Compiling elliptic-curve v0.13.8
19552025-01-22T20:56:34.918Z Compiling flate2 v1.0.34
19562025-01-22T20:56:35.687Z Compiling cookie_store v0.21.0
19572025-01-22T20:56:38.448Z Compiling hyper-rustls v0.27.3
19582025-01-22T20:56:40.067Z Compiling phf v0.11.2
19592025-01-22T20:56:40.230Z Compiling hyper-tls v0.6.0
19602025-01-22T20:56:40.813Z Compiling hickory-resolver v0.24.1
19612025-01-22T20:56:41.297Z Compiling signal-hook-mio v0.2.4
19622025-01-22T20:56:41.484Z Compiling typify-impl v0.2.0
19632025-01-22T20:56:41.828Z Compiling rayon v1.10.0
19642025-01-22T20:56:42.367Z Compiling bzip2 v0.4.4
19652025-01-22T20:56:42.762Z Compiling tokio-tungstenite v0.24.0
19662025-01-22T20:56:43.306Z Compiling postgres-types v0.2.8
19672025-01-22T20:56:44.346Z Compiling zerocopy v0.6.6
19682025-01-22T20:56:44.520Z Compiling ed25519 v2.2.3
19692025-01-22T20:56:44.684Z Compiling hubpack v0.1.2
19702025-01-22T20:56:44.965Z Compiling phf_shared v0.10.0
19712025-01-22T20:56:45.141Z Compiling pkcs1 v0.7.5
19722025-01-22T20:56:45.329Z Compiling tokio-stream v0.1.16
19732025-01-22T20:56:45.947Z Compiling ipnetwork v0.20.0
19742025-01-22T20:56:46.054Z Compiling serde-big-array v0.5.1
19752025-01-22T20:56:46.186Z Compiling rfc6979 v0.4.0
19762025-01-22T20:56:46.301Z Compiling float-cmp v0.9.0
19772025-01-22T20:56:46.320Z Compiling sync_wrapper v1.0.1
19782025-01-22T20:56:46.490Z Compiling bstr v1.10.0
19792025-01-22T20:56:46.575Z Compiling number_prefix v0.4.0
19802025-01-22T20:56:46.810Z Compiling predicates-core v1.0.8
19812025-01-22T20:56:47.126Z Compiling difflib v0.4.0
19822025-01-22T20:56:47.574Z Compiling precomputed-hash v0.1.1
19832025-01-22T20:56:48.265Z Compiling normalize-line-endings v0.3.0
19842025-01-22T20:56:48.414Z Compiling static_assertions v1.1.0
19852025-01-22T20:56:48.526Z Compiling unicode-width v0.2.0
19862025-01-22T20:56:48.862Z Compiling unicode-segmentation v1.12.0
19872025-01-22T20:56:49.102Z Compiling bit-vec v0.6.3
19882025-01-22T20:56:49.491Z Compiling new_debug_unreachable v1.0.6
19892025-01-22T20:56:49.518Z Compiling fixedbitset v0.4.2
19902025-01-22T20:56:49.601Z Compiling whoami v1.5.2
19912025-01-22T20:56:49.745Z Compiling similar v2.6.0
19922025-01-22T20:56:49.860Z Compiling petgraph v0.6.5
19932025-01-22T20:56:49.940Z Compiling string_cache v0.8.7
19942025-01-22T20:56:50.128Z Compiling tokio-postgres v0.7.12
19952025-01-22T20:56:50.336Z Compiling bit-set v0.5.3
19962025-01-22T20:56:50.645Z Compiling indicatif v0.17.9
19972025-01-22T20:56:51.566Z Compiling reqwest v0.12.9
19982025-01-22T20:56:51.651Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19992025-01-22T20:56:51.823Z Compiling typify-macro v0.2.0
20002025-01-22T20:56:52.394Z Compiling predicates v3.1.2
20012025-01-22T20:56:55.187Z Compiling ecdsa v0.16.9
20022025-01-22T20:56:55.454Z Compiling qorb v0.2.1
20032025-01-22T20:56:55.998Z Compiling rsa v0.9.6
20042025-01-22T20:56:56.915Z Compiling ed25519-dalek v2.1.1
20052025-01-22T20:56:57.458Z Compiling zip v0.6.6
20062025-01-22T20:56:57.738Z Compiling crossterm v0.28.1
20072025-01-22T20:56:58.647Z Compiling clap v4.5.21
20082025-01-22T20:57:00.299Z Compiling toml v0.7.8
20092025-01-22T20:57:00.678Z Compiling x509-cert v0.2.5
20102025-01-22T20:57:01.674Z Compiling hex v0.4.3
20112025-01-22T20:57:02.272Z Compiling itertools v0.10.5
20122025-01-22T20:57:02.684Z Compiling peg-runtime v0.8.3
20132025-01-22T20:57:03.162Z Compiling zerocopy v0.8.10
20142025-01-22T20:57:03.282Z Compiling lalrpop-util v0.19.12
20152025-01-22T20:57:03.641Z Compiling unicode-xid v0.2.6
20162025-01-22T20:57:04.883Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20172025-01-22T20:57:09.131Z Compiling proc-macro-crate v1.3.1
20182025-01-22T20:57:09.522Z Compiling macaddr v1.0.1
20192025-01-22T20:57:09.930Z Compiling zerocopy-derive v0.8.10
20202025-01-22T20:57:10.077Z Compiling itertools v0.13.0
20212025-01-22T20:57:11.542Z Compiling heapless v0.8.0
20222025-01-22T20:57:13.042Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20232025-01-22T20:57:17.252Z Compiling num_enum_derive v0.5.11
20242025-01-22T20:57:26.441Z Compiling hash32 v0.3.1
20252025-01-22T20:57:27.065Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20262025-01-22T20:57:27.779Z Compiling smoltcp v0.11.0
20272025-01-22T20:57:32.779Z Compiling num_enum v0.5.11
20282025-01-22T20:57:32.993Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20292025-01-22T20:57:33.626Z Compiling typify v0.2.0
20302025-01-22T20:57:33.773Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
20312025-01-22T20:57:34.488Z Compiling proc-macro-error-attr v1.0.4
20322025-01-22T20:57:34.809Z Compiling cobs v0.2.3
20332025-01-22T20:57:34.920Z Compiling unsafe-libyaml v0.2.11
20342025-01-22T20:57:35.162Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20352025-01-22T20:57:36.009Z Compiling thiserror v2.0.11
20362025-01-22T20:57:36.611Z Compiling serde_yaml v0.9.34+deprecated
20372025-01-22T20:57:38.184Z Compiling postcard v1.0.10
20382025-01-22T20:57:51.744Z Compiling progenitor-impl v0.8.0
20392025-01-22T20:57:52.782Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20402025-01-22T20:58:03.092Z Compiling strum_macros v0.26.4
20412025-01-22T20:58:03.648Z Compiling thiserror-impl v2.0.11
20422025-01-22T20:58:03.784Z Compiling structmeta-derive v0.3.0
20432025-01-22T20:58:03.802Z Compiling foreign-types-macros v0.2.3
20442025-01-22T20:58:04.292Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20452025-01-22T20:58:04.444Z Compiling proc-macro-error v1.0.4
20462025-01-22T20:58:05.462Z Compiling foreign-types-shared v0.3.1
20472025-01-22T20:58:05.712Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20482025-01-22T20:58:07.159Z Compiling structmeta v0.3.0
20492025-01-22T20:58:07.215Z Compiling strum v0.26.3
20502025-01-22T20:58:10.115Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20512025-01-22T20:58:11.440Z Compiling foreign-types v0.5.0
20522025-01-22T20:58:14.177Z Compiling progenitor-macro v0.8.0
20532025-01-22T20:58:20.461Z Compiling progenitor-client v0.8.0
20542025-01-22T20:58:20.481Z Compiling tabwriter v1.4.0
20552025-01-22T20:58:21.327Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562025-01-22T20:58:22.127Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20572025-01-22T20:58:23.338Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20582025-01-22T20:58:24.177Z Compiling cstr-argument v0.1.2
20592025-01-22T20:58:24.300Z Compiling dropshot v0.15.1
20602025-01-22T20:58:24.473Z Compiling crucible-workspace-hack v0.1.0
20612025-01-22T20:58:24.635Z Compiling fastrand v2.1.1
20622025-01-22T20:58:25.243Z Compiling pretty-hex v0.2.1
20632025-01-22T20:58:25.293Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20642025-01-22T20:58:25.639Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20652025-01-22T20:58:26.042Z Compiling progenitor v0.8.0
20662025-01-22T20:58:26.061Z Compiling tempfile v3.13.0
20672025-01-22T20:58:26.186Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20682025-01-22T20:58:26.263Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
20692025-01-22T20:58:26.490Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20702025-01-22T20:58:27.055Z Compiling parse-display-derive v0.10.0
20712025-01-22T20:58:27.401Z Compiling colored v2.1.0
20722025-01-22T20:58:27.686Z Compiling serde_with_macros v3.11.0
20732025-01-22T20:58:27.944Z Compiling dropshot_endpoint v0.15.1
20742025-01-22T20:58:28.623Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20752025-01-22T20:58:29.362Z Compiling instant v0.1.13
20762025-01-22T20:58:29.575Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
20772025-01-22T20:58:30.002Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20782025-01-22T20:58:30.100Z Compiling serde_with v3.11.0
20792025-01-22T20:58:30.600Z Compiling parse-display v0.10.0
20802025-01-22T20:58:32.258Z Compiling backoff v0.4.0
20812025-01-22T20:58:32.479Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20822025-01-22T20:58:32.731Z Compiling zone_cfg_derive v0.3.0
20832025-01-22T20:58:32.937Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20842025-01-22T20:58:33.616Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20852025-01-22T20:58:33.670Z Compiling camino-tempfile v1.1.1
20862025-01-22T20:58:34.096Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
20872025-01-22T20:58:34.254Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
20882025-01-22T20:58:34.399Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20892025-01-22T20:58:34.431Z Compiling regress v0.9.1
20902025-01-22T20:58:34.611Z Compiling progenitor-client v0.9.1
20912025-01-22T20:58:34.785Z Compiling num-derive v0.4.2
20922025-01-22T20:58:35.562Z Compiling sigpipe v0.1.3
20932025-01-22T20:58:35.713Z Compiling libefi-sys v0.1.0
20942025-01-22T20:58:36.031Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
20952025-01-22T20:58:36.416Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20962025-01-22T20:58:37.005Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
20972025-01-22T20:58:38.543Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
20982025-01-22T20:58:39.629Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20992025-01-22T20:58:42.118Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
21002025-01-22T20:58:42.648Z Compiling zone v0.3.0
21012025-01-22T20:58:42.925Z Compiling smf v0.2.3
21022025-01-22T20:58:45.516Z Compiling bitfield-struct v0.6.2
21032025-01-22T20:58:46.026Z Compiling blake3 v1.5.4
21042025-01-22T20:58:46.217Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21052025-01-22T20:58:46.773Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21062025-01-22T20:58:46.796Z Compiling xattr v1.3.1
21072025-01-22T20:58:46.832Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21082025-01-22T20:58:47.116Z Compiling filetime v0.2.25
21092025-01-22T20:58:47.291Z Compiling memmap2 v0.9.5
21102025-01-22T20:58:47.477Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21112025-01-22T20:58:47.601Z Compiling arrayref v0.3.9
21122025-01-22T20:58:47.622Z Compiling same-file v1.0.6
21132025-01-22T20:58:47.730Z Compiling constant_time_eq v0.3.1
21142025-01-22T20:58:47.871Z Compiling arrayvec v0.7.6
21152025-01-22T20:58:47.892Z Compiling walkdir v2.5.0
21162025-01-22T20:58:47.924Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21172025-01-22T20:58:47.944Z Compiling tar v0.4.42
21182025-01-22T20:58:49.541Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21192025-01-22T20:58:49.976Z Compiling gethostname v0.5.0
21202025-01-22T20:58:50.205Z Compiling cargo-platform v0.1.8
21212025-01-22T20:58:50.590Z Compiling topological-sort v0.2.2
21222025-01-22T20:58:50.894Z Compiling omicron-zone-package v0.12.0
21232025-01-22T20:58:51.024Z Compiling cargo_metadata v0.18.1
21242025-01-22T20:58:51.255Z Compiling indent_write v2.2.0
21252025-01-22T20:58:51.510Z Compiling shell-words v1.1.0
21262025-01-22T20:58:55.740Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21272025-01-22T20:58:58.293Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21282025-01-22T20:59:00.981Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21292025-01-22T20:59:20.265Z Finished `release` profile [optimized] target(s) in 5m 15s
21302025-01-22T20:59:20.434Z Running `target/release/omicron-package -t test target create -p dev`
21312025-01-22T20:59:20.484ZLogging to: /work/oxidecomputer/omicron/out/LOG
21322025-01-22T20:59:20.486ZCreated new build target 'test' and set it as active
21332025-01-22T20:59:20.486Z
21342025-01-22T20:59:20.488Zreal 5:15.395075919
21352025-01-22T20:59:20.488Zuser 36:52.635227124
21362025-01-22T20:59:20.488Zsys 3:23.346055712
21372025-01-22T20:59:20.488Ztrap 1.138572256
21382025-01-22T20:59:20.488Ztflt 2.877026620
21392025-01-22T20:59:20.488Zdflt 0.601833699
21402025-01-22T20:59:20.488Zkflt 0.043797906
21412025-01-22T20:59:20.488Zlock 1:14:29.376566009
21422025-01-22T20:59:20.488Zslp 2:29:18.450587800
21432025-01-22T20:59:20.488Zlat 2:46.271204574
21442025-01-22T20:59:20.488Zstop 4:47.468760677
21452025-01-22T20:59:20.489Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21462025-01-22T20:59:21.467Z Finished `release` profile [optimized] target(s) in 0.92s
21472025-01-22T20:59:21.525Z Running `target/release/omicron-package -t test package`
21482025-01-22T20:59:21.568ZLogging to: /work/oxidecomputer/omicron/out/LOG
21492025-01-22T20:59:22.721Z Compiling thiserror v2.0.11
21502025-01-22T20:59:22.858Z Compiling typify-impl v0.3.0
21512025-01-22T20:59:22.873Z Compiling convert_case v0.4.0
21522025-01-22T20:59:22.876Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21532025-01-22T20:59:22.876Z Compiling newline-converter v0.3.0
21542025-01-22T20:59:22.876Z Compiling password-hash v0.5.0
21552025-01-22T20:59:22.876Z Compiling blake2 v0.10.6
21562025-01-22T20:59:22.877Z Compiling base64 v0.21.7
21572025-01-22T20:59:23.180Z Compiling expectorate v1.1.0
21582025-01-22T20:59:23.196Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
21592025-01-22T20:59:23.431Z Compiling atomicwrites v0.4.4
21602025-01-22T20:59:23.581Z Compiling derive_more v0.99.18
21612025-01-22T20:59:23.889Z Compiling argon2 v0.5.3
21622025-01-22T20:59:23.964Z Compiling cancel-safe-futures v0.1.5
21632025-01-22T20:59:24.023Z Compiling owo-colors v4.1.0
21642025-01-22T20:59:24.042Z Compiling num-rational v0.4.2
21652025-01-22T20:59:24.335Z Compiling progenitor-client v0.9.1
21662025-01-22T20:59:24.361Z Compiling num-complex v0.4.6
21672025-01-22T20:59:24.857Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21682025-01-22T20:59:25.407Z Compiling num v0.4.3
21692025-01-22T20:59:25.574Z Compiling libsw v3.3.1
21702025-01-22T20:59:25.922Z Compiling swrite v0.1.0
21712025-01-22T20:59:26.089Z Compiling float-ord v0.3.2
21722025-01-22T20:59:26.228Z Compiling linear-map v1.2.0
21732025-01-22T20:59:26.265Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21742025-01-22T20:59:26.296Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21752025-01-22T20:59:26.539Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21762025-01-22T20:59:26.641Z Compiling highway v1.2.0
21772025-01-22T20:59:27.628Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21782025-01-22T20:59:28.107Z Compiling semver v0.1.20
21792025-01-22T20:59:28.657Z Compiling rustc_version v0.1.7
21802025-01-22T20:59:29.064Z Compiling newtype_derive v0.1.6
21812025-01-22T20:59:29.424Z Compiling tungstenite v0.21.0
21822025-01-22T20:59:29.540Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21832025-01-22T20:59:33.972Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
21842025-01-22T20:59:34.000Z Compiling typify-macro v0.3.0
21852025-01-22T20:59:34.470Z Compiling ipnetwork v0.20.0
21862025-01-22T20:59:35.213Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
21872025-01-22T20:59:35.561Z Compiling tokio-tungstenite v0.21.0
21882025-01-22T20:59:35.715Z Compiling progenitor-client v0.8.0
21892025-01-22T20:59:35.859Z Compiling humantime v2.1.0
21902025-01-22T20:59:36.175Z Compiling progenitor v0.8.0
21912025-01-22T20:59:36.338Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
21922025-01-22T20:59:36.396Z Compiling dropshot v0.15.1
21932025-01-22T20:59:36.477Z Compiling instant v0.1.13
21942025-01-22T20:59:36.635Z Compiling backoff v0.4.0
21952025-01-22T20:59:37.023Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21962025-01-22T20:59:37.227Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21972025-01-22T20:59:37.382Z Compiling typify v0.3.0
21982025-01-22T20:59:37.529Z Compiling progenitor-impl v0.9.1
21992025-01-22T20:59:43.533Z Compiling progenitor-macro v0.9.1
22002025-01-22T20:59:44.509Z Compiling steno v0.4.1
22012025-01-22T20:59:44.640Z Compiling parse-display v0.10.0
22022025-01-22T20:59:45.093Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22032025-01-22T20:59:45.175Z Compiling serde_with v3.11.0
22042025-01-22T20:59:45.295Z Compiling strum v0.26.3
22052025-01-22T20:59:45.494Z Compiling regress v0.9.1
22062025-01-22T20:59:48.760Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22072025-01-22T20:59:49.967Z Compiling macaddr v1.0.1
22082025-01-22T20:59:50.308Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22092025-01-22T20:59:50.393Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22102025-01-22T20:59:50.586Z Compiling slog-dtrace v0.3.0
22112025-01-22T20:59:50.998Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
22122025-01-22T20:59:51.018Z Compiling prettyplease v0.2.25
22132025-01-22T20:59:53.071Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22142025-01-22T20:59:54.560Z Compiling progenitor v0.9.1
22152025-01-22T20:59:54.825Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22162025-01-22T20:59:56.705Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
22172025-01-22T21:00:06.215Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22182025-01-22T21:00:07.776Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22192025-01-22T21:00:08.581Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22202025-01-22T21:00:09.601Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22212025-01-22T21:00:10.447Z Compiling half v2.4.1
22222025-01-22T21:00:11.132Z Compiling ciborium-io v0.2.2
22232025-01-22T21:00:12.503Z Compiling ciborium-ll v0.2.2
22242025-01-22T21:00:13.045Z Compiling ciborium v0.2.2
22252025-01-22T21:00:14.052Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22262025-01-22T21:00:14.544Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22272025-01-22T21:00:15.011Z Compiling display-error-chain v0.2.2
22282025-01-22T21:00:15.255Z Compiling same-file v1.0.6
22292025-01-22T21:00:15.524Z Compiling fastrand v2.1.1
22302025-01-22T21:00:15.942Z Compiling tempfile v3.13.0
22312025-01-22T21:00:16.009Z Compiling walkdir v2.5.0
22322025-01-22T21:00:16.567Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
22332025-01-22T21:00:16.674Z Compiling blake3 v1.5.4
22342025-01-22T21:00:17.263Z Compiling const_format_proc_macros v0.2.33
22352025-01-22T21:00:19.063Z Compiling xattr v1.3.1
22362025-01-22T21:00:19.354Z Compiling memmap2 v0.9.5
22372025-01-22T21:00:19.427Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22382025-01-22T21:00:19.816Z Compiling filetime v0.2.25
22392025-01-22T21:00:19.865Z Compiling keccak v0.1.5
22402025-01-22T21:00:20.095Z Compiling arrayref v0.3.9
22412025-01-22T21:00:20.126Z Compiling maplit v1.0.2
22422025-01-22T21:00:20.226Z Compiling crunchy v0.2.2
22432025-01-22T21:00:20.268Z Compiling arrayvec v0.7.6
22442025-01-22T21:00:20.665Z Compiling constant_time_eq v0.3.1
22452025-01-22T21:00:20.717Z Compiling sha3 v0.10.8
22462025-01-22T21:00:20.967Z Compiling tar v0.4.42
22472025-01-22T21:00:21.578Z Compiling const_format v0.2.33
22482025-01-22T21:00:21.836Z Compiling camino-tempfile v1.1.1
22492025-01-22T21:00:21.971Z Compiling toolchain_find v0.4.0
22502025-01-22T21:00:22.271Z Compiling tiny-keccak v2.0.2
22512025-01-22T21:00:22.517Z Compiling topological-sort v0.2.2
22522025-01-22T21:00:22.594Z Compiling radium v0.7.0
22532025-01-22T21:00:22.752Z Compiling omicron-zone-package v0.12.0
22542025-01-22T21:00:22.846Z Compiling rustfmt-wrapper v0.2.1
22552025-01-22T21:00:23.064Z Compiling dsl_auto_type v0.1.2
22562025-01-22T21:00:23.227Z Compiling scheduled-thread-pool v0.2.7
22572025-01-22T21:00:23.389Z Compiling diesel_table_macro_syntax v0.2.0
22582025-01-22T21:00:23.793Z Compiling maybe-uninit v2.0.0
22592025-01-22T21:00:24.272Z Compiling tap v1.0.1
22602025-01-22T21:00:24.321Z Compiling diesel_derives v2.2.3
22612025-01-22T21:00:24.501Z Compiling wyz v0.5.1
22622025-01-22T21:00:24.670Z Compiling r2d2 v0.8.10
22632025-01-22T21:00:25.497Z Compiling phf_generator v0.11.2
22642025-01-22T21:00:25.582Z Compiling ascii-canvas v3.0.0
22652025-01-22T21:00:25.708Z Compiling secrecy v0.8.0
22662025-01-22T21:00:25.993Z Compiling async-recursion v1.1.1
22672025-01-22T21:00:26.032Z Compiling ena v0.14.3
22682025-01-22T21:00:26.439Z Compiling diff v0.1.13
22692025-01-22T21:00:26.931Z Compiling packed_struct v0.10.1
22702025-01-22T21:00:26.984Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
22712025-01-22T21:00:27.298Z Compiling funty v2.0.0
22722025-01-22T21:00:27.327Z Compiling crc-catalog v2.4.0
22732025-01-22T21:00:27.346Z Compiling regex-syntax v0.6.29
22742025-01-22T21:00:27.518Z Compiling arc-swap v1.7.1
22752025-01-22T21:00:27.856Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
22762025-01-22T21:00:28.137Z Compiling slog-scope v4.4.0
22772025-01-22T21:00:28.648Z Compiling bitvec v1.0.1
22782025-01-22T21:00:28.924Z Compiling crc v3.2.1
22792025-01-22T21:00:30.124Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
22802025-01-22T21:00:31.070Z Compiling lalrpop v0.19.12
22812025-01-22T21:00:32.306Z Compiling phf_codegen v0.11.2
22822025-01-22T21:00:32.674Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
22832025-01-22T21:00:33.107Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
22842025-01-22T21:00:33.371Z Compiling universal-hash v0.5.1
22852025-01-22T21:00:33.641Z Compiling packed_struct_codegen v0.10.1
22862025-01-22T21:00:33.675Z Compiling thiserror-impl-no-std v2.0.2
22872025-01-22T21:00:35.073Z Compiling diesel v2.2.6
22882025-01-22T21:00:35.915Z Compiling parse-zoneinfo v0.3.1
22892025-01-22T21:00:36.075Z Compiling unicase v2.7.0
22902025-01-22T21:00:36.438Z Compiling indexmap v1.9.3
22912025-01-22T21:00:36.762Z Compiling opaque-debug v0.3.1
22922025-01-22T21:00:36.889Z Compiling nodrop v0.1.14
22932025-01-22T21:00:37.050Z Compiling ref-cast v1.0.23
22942025-01-22T21:00:37.361Z Compiling array-init v0.0.4
22952025-01-22T21:00:37.625Z Compiling poly1305 v0.8.0
22962025-01-22T21:00:38.440Z Compiling chrono-tz-build v0.4.0
22972025-01-22T21:00:39.123Z Compiling thiserror-no-std v2.0.2
22982025-01-22T21:00:39.473Z Compiling smallvec v0.6.14
22992025-01-22T21:00:40.557Z Compiling slog-stdlog v4.1.1
23002025-01-22T21:00:41.404Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23012025-01-22T21:00:41.724Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23022025-01-22T21:00:42.030Z Compiling derive_builder_core v0.20.2
23032025-01-22T21:00:43.339Z Compiling chacha20 v0.9.1
23042025-01-22T21:00:43.830Z Compiling headers-core v0.3.0
23052025-01-22T21:00:44.033Z Compiling aead v0.5.2
23062025-01-22T21:00:44.094Z Compiling libxml v0.3.3
23072025-01-22T21:00:44.442Z Compiling ref-cast-impl v1.0.23
23082025-01-22T21:00:44.492Z Compiling vte_generate_state_changes v0.1.2
23092025-01-22T21:00:45.117Z Compiling hashbrown v0.12.3
23102025-01-22T21:00:45.557Z Compiling termcolor v1.4.1
23112025-01-22T21:00:46.341Z Compiling bitfield v0.14.0
23122025-01-22T21:00:46.662Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23132025-01-22T21:00:47.634Z Compiling env_logger v0.10.2
23142025-01-22T21:00:50.926Z Compiling vte v0.11.1
23152025-01-22T21:00:52.436Z Compiling chacha20poly1305 v0.10.1
23162025-01-22T21:00:52.688Z Compiling derive_builder_macro v0.20.2
23172025-01-22T21:00:53.549Z Compiling headers v0.4.0
23182025-01-22T21:00:53.805Z Compiling polar-core v0.27.3
23192025-01-22T21:00:57.151Z Compiling slog-envlogger v2.2.0
23202025-01-22T21:00:57.155Z Compiling serde-hex v0.1.0
23212025-01-22T21:00:59.749Z Compiling chrono-tz v0.10.0
23222025-01-22T21:01:00.417Z Compiling vsss-rs v3.3.4
23232025-01-22T21:01:02.012Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23242025-01-22T21:01:04.246Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23252025-01-22T21:01:04.596Z Compiling ron v0.8.1
23262025-01-22T21:01:04.894Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
23272025-01-22T21:01:05.225Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
23282025-01-22T21:01:06.528Z Compiling hashbrown v0.13.2
23292025-01-22T21:01:07.874Z Compiling strum_macros v0.24.3
23302025-01-22T21:01:09.508Z Compiling fxhash v0.2.1
23312025-01-22T21:01:09.772Z Compiling samael v0.0.17
23322025-01-22T21:01:10.195Z Compiling bytecount v0.6.8
23332025-01-22T21:01:10.519Z Compiling zip v2.1.3
23342025-01-22T21:01:10.848Z Compiling bumpalo v3.16.0
23352025-01-22T21:01:10.918Z Compiling indoc v1.0.9
23362025-01-22T21:01:11.389Z Compiling simd-adler32 v0.3.7
23372025-01-22T21:01:11.424Z Compiling lockfree-object-pool v0.1.6
23382025-01-22T21:01:11.724Z Compiling crc-any v2.5.0
23392025-01-22T21:01:12.644Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23402025-01-22T21:01:12.706Z Compiling zopfli v0.8.1
23412025-01-22T21:01:18.777Z Compiling papergrid v0.11.0
23422025-01-22T21:01:20.453Z Compiling object v0.30.4
23432025-01-22T21:01:20.548Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23442025-01-22T21:01:25.569Z Compiling derive_builder v0.20.2
23452025-01-22T21:01:27.463Z Compiling strip-ansi-escapes v0.2.0
23462025-01-22T21:01:28.470Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
23472025-01-22T21:01:28.798Z Compiling tabled_derive v0.7.0
23482025-01-22T21:01:30.371Z Compiling fd-lock v4.0.2
23492025-01-22T21:01:30.625Z Compiling peg-macros v0.8.4
23502025-01-22T21:01:30.844Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
23512025-01-22T21:01:31.854Z Compiling kstat-rs v0.2.4
23522025-01-22T21:01:32.365Z Compiling oso-derive v0.27.3
23532025-01-22T21:01:32.626Z Compiling impl-trait-for-tuples v0.2.2
23542025-01-22T21:01:32.732Z Compiling quick-xml v0.33.0
23552025-01-22T21:01:33.302Z Compiling diesel-dtrace v0.4.2
23562025-01-22T21:01:33.647Z Compiling nu-ansi-term v0.50.1
23572025-01-22T21:01:33.755Z Compiling path-slash v0.1.5
23582025-01-22T21:01:34.052Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23592025-01-22T21:01:34.932Z Compiling reedline v0.35.0
23602025-01-22T21:01:37.284Z Compiling peg v0.8.4
23612025-01-22T21:01:37.504Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23622025-01-22T21:01:38.594Z Compiling oso v0.27.3
23632025-01-22T21:01:44.359Z Compiling tabled v0.15.0
23642025-01-22T21:01:55.984Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23652025-01-22T21:01:58.914Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23662025-01-22T21:02:01.481Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
23672025-01-22T21:02:02.994Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
23682025-01-22T21:02:03.489Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
23692025-01-22T21:02:03.821Z Compiling pem v3.0.4
23702025-01-22T21:02:04.506Z Compiling bb8 v0.8.5
23712025-01-22T21:02:05.123Z Compiling bcs v0.1.6
23722025-01-22T21:02:05.308Z Compiling libz-sys v1.1.20
23732025-01-22T21:02:05.989Z Compiling parking_lot_core v0.8.6
23742025-01-22T21:02:06.459Z Compiling async-bb8-diesel v0.2.1
23752025-01-22T21:02:07.283Z Compiling mime_guess v2.0.5
23762025-01-22T21:02:09.082Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
23772025-01-22T21:02:12.358Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
23782025-01-22T21:02:13.700Z Compiling buf-list v1.0.3
23792025-01-22T21:02:15.855Z Compiling nibble_vec v0.1.0
23802025-01-22T21:02:16.133Z Compiling libgit2-sys v0.17.0+1.8.1
23812025-01-22T21:02:16.897Z Compiling pin-project-internal v1.1.6
23822025-01-22T21:02:17.338Z Compiling atty v0.2.14
23832025-01-22T21:02:17.547Z Compiling endian-type v0.1.2
23842025-01-22T21:02:17.853Z Compiling salty v0.3.0
23852025-01-22T21:02:18.249Z Compiling http-range v0.1.5
23862025-01-22T21:02:18.895Z Compiling radix_trie v0.2.1
23872025-01-22T21:02:19.503Z Compiling pin-project v1.1.6
23882025-01-22T21:02:19.829Z Compiling parking_lot v0.11.2
23892025-01-22T21:02:24.769Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
23902025-01-22T21:02:27.420Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
23912025-01-22T21:02:27.489Z Compiling snafu-derive v0.8.5
23922025-01-22T21:02:31.058Z Compiling hyper-staticfile v0.10.1
23932025-01-22T21:02:31.848Z Compiling snafu v0.8.5
23942025-01-22T21:02:31.943Z Compiling sled v0.34.7
23952025-01-22T21:02:34.508Z Compiling hickory-client v0.24.1
23962025-01-22T21:02:57.237Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
23972025-01-22T21:02:58.323Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23982025-01-22T21:03:00.436Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
23992025-01-22T21:03:00.457Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24002025-01-22T21:03:02.140Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24012025-01-22T21:03:06.128Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
24022025-01-22T21:03:07.619Z Compiling globset v0.4.15
24032025-01-22T21:03:08.005Z Compiling hickory-server v0.24.1
24042025-01-22T21:03:09.184Z Compiling primeorder v0.13.6
24052025-01-22T21:03:09.760Z Compiling olpc-cjson v0.1.4
24062025-01-22T21:03:10.146Z Compiling vergen v8.3.2
24072025-01-22T21:03:10.477Z Compiling castaway v0.2.3
24082025-01-22T21:03:10.685Z Compiling env_filter v0.1.2
24092025-01-22T21:03:10.688Z Compiling serde_plain v1.0.2
24102025-01-22T21:03:11.272Z Compiling cargo-platform v0.1.8
24112025-01-22T21:03:11.783Z Compiling nanorand v0.7.0
24122025-01-22T21:03:12.201Z Compiling memoffset v0.9.1
24132025-01-22T21:03:12.449Z Compiling typed-path v0.9.3
24142025-01-22T21:03:12.733Z Compiling flume v0.11.1
24152025-01-22T21:03:13.478Z Compiling cargo_metadata v0.18.1
24162025-01-22T21:03:14.935Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
24172025-01-22T21:03:15.138Z Compiling tough v0.19.0
24182025-01-22T21:03:16.439Z Compiling env_logger v0.11.5
24192025-01-22T21:03:17.748Z Compiling compact_str v0.8.0
24202025-01-22T21:03:17.827Z Compiling git2 v0.19.0
24212025-01-22T21:03:19.492Z Compiling p384 v0.13.0
24222025-01-22T21:03:19.797Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
24232025-01-22T21:03:20.228Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
24242025-01-22T21:03:20.632Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24252025-01-22T21:03:21.840Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
24262025-01-22T21:03:26.154Z Compiling unicode-truncate v1.1.0
24272025-01-22T21:03:26.470Z Compiling lru v0.12.5
24282025-01-22T21:03:26.568Z Compiling rand_seeder v0.3.0
24292025-01-22T21:03:26.842Z Compiling libsqlite3-sys v0.30.1
24302025-01-22T21:03:26.990Z Compiling lzma-sys v0.1.20
24312025-01-22T21:03:27.371Z Compiling instability v0.3.2
24322025-01-22T21:03:27.710Z Compiling parse-size v1.1.0
24332025-01-22T21:03:28.048Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
24342025-01-22T21:03:28.393Z Compiling rustls v0.21.12
24352025-01-22T21:03:28.395Z Compiling cfg_aliases v0.2.1
24362025-01-22T21:03:28.541Z Compiling cassowary v0.3.0
24372025-01-22T21:03:28.614Z Compiling nix v0.29.0
24382025-01-22T21:03:28.777Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
24392025-01-22T21:03:29.474Z Compiling ratatui v0.28.1
24402025-01-22T21:03:30.293Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
24412025-01-22T21:03:31.431Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
24422025-01-22T21:03:32.140Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
24432025-01-22T21:03:32.211Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
24442025-01-22T21:03:32.930Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
24452025-01-22T21:03:33.248Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
24462025-01-22T21:03:36.948Z Compiling rustls-webpki v0.101.7
24472025-01-22T21:03:37.963Z Compiling sct v0.7.1
24482025-01-22T21:03:38.345Z Compiling heck v0.3.3
24492025-01-22T21:03:38.449Z Compiling csv-core v0.1.11
24502025-01-22T21:03:38.695Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
24512025-01-22T21:03:39.039Z Compiling glob v0.3.1
24522025-01-22T21:03:39.362Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
24532025-01-22T21:03:39.738Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
24542025-01-22T21:03:40.908Z Compiling csv v1.3.0
24552025-01-22T21:03:41.050Z Compiling zone_cfg_derive v0.1.2
24562025-01-22T21:03:43.109Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
24572025-01-22T21:03:46.595Z Compiling nix v0.27.1
24582025-01-22T21:03:48.515Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
24592025-01-22T21:03:49.314Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
24602025-01-22T21:03:49.800Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
24612025-01-22T21:03:51.085Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
24622025-01-22T21:03:56.057Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
24632025-01-22T21:03:59.791Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
24642025-01-22T21:04:00.160Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24652025-01-22T21:04:01.268Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
24662025-01-22T21:04:01.593Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
24672025-01-22T21:04:01.903Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
24682025-01-22T21:04:02.230Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
24692025-01-22T21:04:02.464Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24702025-01-22T21:04:03.000Z Compiling tungstenite v0.23.0
24712025-01-22T21:04:03.158Z Compiling hashlink v0.9.1
24722025-01-22T21:04:03.540Z Compiling fallible-streaming-iterator v0.1.9
24732025-01-22T21:04:03.845Z Compiling fallible-iterator v0.3.0
24742025-01-22T21:04:03.894Z Compiling base64 v0.13.1
24752025-01-22T21:04:04.637Z Compiling rusqlite v0.32.1
24762025-01-22T21:04:04.682Z Compiling ron v0.7.1
24772025-01-22T21:04:06.272Z Compiling tokio-tungstenite v0.23.1
24782025-01-22T21:04:06.915Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24792025-01-22T21:04:07.617Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
24802025-01-22T21:04:09.433Z Compiling xz2 v0.1.7
24812025-01-22T21:04:09.972Z Compiling tokio-rustls v0.24.1
24822025-01-22T21:04:09.990Z Compiling zone v0.1.8
24832025-01-22T21:04:13.350Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
24842025-01-22T21:04:15.293Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
24852025-01-22T21:04:16.899Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
24862025-01-22T21:04:19.666Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
24872025-01-22T21:04:20.737Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
24882025-01-22T21:04:26.512Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
24892025-01-22T21:04:27.134Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
24902025-01-22T21:04:27.761Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
24912025-01-22T21:04:29.760Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
24922025-01-22T21:04:32.081Z Compiling rustls-pemfile v1.0.4
24932025-01-22T21:04:32.890Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
24942025-01-22T21:04:32.893Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24952025-01-22T21:04:33.100Z Compiling signal-hook-tokio v0.3.1
24962025-01-22T21:04:33.213Z Compiling twox-hash v1.6.3
24972025-01-22T21:04:33.341Z Compiling yasna v0.5.2
24982025-01-22T21:04:34.233Z Compiling unicode-linebreak v0.1.5
24992025-01-22T21:04:34.503Z Compiling is_ci v1.2.0
25002025-01-22T21:04:34.825Z Compiling smawk v0.3.2
25012025-01-22T21:04:34.845Z Compiling supports-color v3.0.1
25022025-01-22T21:04:35.120Z Compiling textwrap v0.16.1
25032025-01-22T21:04:35.294Z Compiling rcgen v0.12.1
25042025-01-22T21:04:38.605Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25052025-01-22T21:04:38.663Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
25062025-01-22T21:04:45.485Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25072025-01-22T21:04:45.895Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25082025-01-22T21:04:47.482Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25092025-01-22T21:05:01.075Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25102025-01-22T21:05:05.992Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25112025-01-22T21:05:06.914Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25122025-01-22T21:05:07.480Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25132025-01-22T21:05:19.129Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
25142025-01-22T21:05:21.587Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25152025-01-22T21:05:21.903Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25162025-01-22T21:05:25.491Z Compiling fatfs v0.3.6
25172025-01-22T21:05:26.608Z Compiling rtoolbox v0.0.2
25182025-01-22T21:05:27.063Z Compiling subprocess v0.2.9
25192025-01-22T21:05:28.287Z Compiling assert_matches v1.5.0
25202025-01-22T21:05:29.365Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
25212025-01-22T21:05:31.765Z Compiling rpassword v7.3.1
25222025-01-22T21:05:31.785Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
25232025-01-22T21:05:32.269Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
25242025-01-22T21:05:36.804Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
25252025-01-22T21:05:39.249Z Compiling tui-tree-widget v0.22.0
25262025-01-22T21:05:39.755Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
25272025-01-22T21:05:46.601Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
25282025-01-22T21:05:46.942Z Compiling uzers v0.12.1
25292025-01-22T21:05:50.101Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
25302025-01-22T21:05:53.113Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
25312025-01-22T21:05:55.045Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
25322025-01-22T21:06:23.670Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
25332025-01-22T21:06:25.450Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
25342025-01-22T21:06:30.205Z Compiling multimap v0.10.0
25352025-01-22T21:08:58.087Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
25362025-01-22T21:09:06.552Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
25372025-01-22T21:15:57.302Z Finished `release` profile [optimized] target(s) in 16m 35s
25382025-01-22T21:17:01.507Z
25392025-01-22T21:17:01.510Zreal 17:40.991988167
25402025-01-22T21:17:01.510Zuser 2:04:23.757233176
25412025-01-22T21:17:01.510Zsys 3:16.388881414
25422025-01-22T21:17:01.510Ztrap 3.155972488
25432025-01-22T21:17:01.510Ztflt 3.108983338
25442025-01-22T21:17:01.510Zdflt 4.162450773
25452025-01-22T21:17:01.510Zkflt 0.003610709
25462025-01-22T21:17:01.510Zlock 7:28:14.263450410
25472025-01-22T21:17:01.510Zslp 6:22:09.302845737
25482025-01-22T21:17:01.510Zlat 3:20.640739659
25492025-01-22T21:17:01.510Zstop 2:44.443417907
25502025-01-22T21:17:01.510Z+ mapfile -t packages
25512025-01-22T21:17:01.510Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
25522025-01-22T21:17:02.540Z Finished `release` profile [optimized] target(s) in 0.97s
25532025-01-22T21:17:02.608Z Running `target/release/omicron-package -t test list-outputs`
25542025-01-22T21:17:02.656ZLogging to: /work/oxidecomputer/omicron/out/LOG
25552025-01-22T21:17:02.663Z+ ptime -m cargo build --locked --release -p xtask
25562025-01-22T21:17:03.220Z Compiling serde v1.0.217
25572025-01-22T21:17:03.223Z Compiling rustix v0.38.37
25582025-01-22T21:17:03.223Z Compiling serde_json v1.0.135
25592025-01-22T21:17:03.223Z Compiling libc v0.2.169
25602025-01-22T21:17:03.314Z Compiling syn v2.0.96
25612025-01-22T21:17:03.332Z Compiling bitflags v2.6.0
25622025-01-22T21:17:03.648Z Compiling usdt-impl v0.5.0
25632025-01-22T21:17:03.710Z Compiling syn v1.0.109
25642025-01-22T21:17:03.827Z Compiling hashbrown v0.15.1
25652025-01-22T21:17:03.841Z Compiling log v0.4.22
25662025-01-22T21:17:04.122Z Compiling fs-err v2.11.0
25672025-01-22T21:17:04.313Z Compiling once_cell v1.20.2
25682025-01-22T21:17:04.428Z Compiling anyhow v1.0.93
25692025-01-22T21:17:04.623Z Compiling thread-id v4.2.2
25702025-01-22T21:17:05.060Z Compiling indexmap v2.7.0
25712025-01-22T21:17:06.127Z Compiling terminal_size v0.4.0
25722025-01-22T21:17:06.177Z Compiling tempfile v3.13.0
25732025-01-22T21:17:06.351Z Compiling clap_builder v4.5.21
25742025-01-22T21:17:06.886Z Compiling proc-macro-error v1.0.4
25752025-01-22T21:17:07.864Z Compiling tabled_derive v0.7.0
25762025-01-22T21:17:08.997Z Compiling tabled v0.15.0
25772025-01-22T21:17:09.713Z Compiling serde_derive v1.0.217
25782025-01-22T21:17:09.713Z Compiling thiserror-impl v1.0.69
25792025-01-22T21:17:09.717Z Compiling zerocopy-derive v0.7.35
25802025-01-22T21:17:09.717Z Compiling scroll_derive v0.12.0
25812025-01-22T21:17:09.717Z Compiling clap_derive v4.5.18
25822025-01-22T21:17:11.101Z Compiling scroll v0.12.0
25832025-01-22T21:17:11.596Z Compiling zerocopy v0.7.35
25842025-01-22T21:17:11.747Z Compiling goblin v0.8.2
25852025-01-22T21:17:12.393Z Compiling thiserror v1.0.69
25862025-01-22T21:17:12.566Z Compiling pest v2.7.14
25872025-01-22T21:17:15.593Z Compiling pest_meta v2.7.14
25882025-01-22T21:17:15.638Z Compiling clap v4.5.21
25892025-01-22T21:17:17.205Z Compiling pest_generator v2.7.14
25902025-01-22T21:17:19.339Z Compiling pest_derive v2.7.14
25912025-01-22T21:17:20.165Z Compiling dtrace-parser v0.2.0
25922025-01-22T21:17:24.749Z Compiling serde_tokenstream v0.2.2
25932025-01-22T21:17:25.344Z Compiling serde_spanned v0.6.8
25942025-01-22T21:17:25.627Z Compiling toml_datetime v0.6.8
25952025-01-22T21:17:26.356Z Compiling dof v0.3.0
25962025-01-22T21:17:27.192Z Compiling toml_edit v0.22.22
25972025-01-22T21:17:27.917Z Compiling camino v1.1.9
25982025-01-22T21:17:28.258Z Compiling usdt-attr-macro v0.5.0
25992025-01-22T21:17:29.184Z Compiling usdt-macro v0.5.0
26002025-01-22T21:17:29.567Z Compiling cargo-platform v0.1.8
26012025-01-22T21:17:30.315Z Compiling semver v1.0.24
26022025-01-22T21:17:30.681Z Compiling usdt v0.5.0
26032025-01-22T21:17:31.755Z Compiling toml v0.8.19
26042025-01-22T21:17:32.128Z Compiling cargo_metadata v0.18.1
26052025-01-22T21:17:33.501Z Compiling cargo_toml v0.20.5
26062025-01-22T21:17:35.189Z Compiling camino-tempfile v1.1.1
26072025-01-22T21:17:35.985Z Compiling macaddr v1.0.1
26082025-01-22T21:17:46.288Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
26092025-01-22T21:17:57.052Z Finished `release` profile [optimized] target(s) in 54.34s
26102025-01-22T21:17:57.180Z
26112025-01-22T21:17:57.183Zreal 54.494018951
26122025-01-22T21:17:57.183Zuser 5:42.328019813
26132025-01-22T21:17:57.183Zsys 18.266086236
26142025-01-22T21:17:57.183Ztrap 0.158224833
26152025-01-22T21:17:57.183Ztflt 0.309856956
26162025-01-22T21:17:57.183Zdflt 0.501547433
26172025-01-22T21:17:57.183Zkflt 0.000009809
26182025-01-22T21:17:57.183Zlock 10:26.555517434
26192025-01-22T21:17:57.183Zslp 16:06.998372478
26202025-01-22T21:17:57.183Zlat 16.047565144
26212025-01-22T21:17:57.183Zstop 16.468373872
26222025-01-22T21:17:57.183Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
26232025-01-22T21:17:57.183Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
26242025-01-22T21:17:57.183Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
26252025-01-22T21:17:57.183Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
26262025-01-22T21:17:57.183Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
26272025-01-22T21:17:58.071Z Compiling hashbrown v0.14.5
26282025-01-22T21:17:58.203Z Compiling thiserror v2.0.11
26292025-01-22T21:17:58.219Z Compiling thiserror-impl v2.0.11
26302025-01-22T21:17:58.221Z Compiling ident_case v1.0.1
26312025-01-22T21:17:58.244Z Compiling unsafe-libyaml v0.2.11
26322025-01-22T21:17:58.260Z Compiling ipnetwork v0.20.0
26332025-01-22T21:17:58.263Z Compiling progenitor-client v0.9.1
26342025-01-22T21:17:58.263Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26352025-01-22T21:17:58.406Z Compiling darling_core v0.20.10
26362025-01-22T21:17:58.758Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
26372025-01-22T21:17:58.839Z Compiling macaddr v1.0.1
26382025-01-22T21:17:59.131Z Compiling progenitor-client v0.8.0
26392025-01-22T21:17:59.150Z Compiling instant v0.1.13
26402025-01-22T21:17:59.225Z Compiling regress v0.10.1
26412025-01-22T21:17:59.313Z Compiling structmeta-derive v0.3.0
26422025-01-22T21:17:59.333Z Compiling dropshot v0.15.1
26432025-01-22T21:17:59.478Z Compiling serde_yaml v0.9.34+deprecated
26442025-01-22T21:17:59.590Z Compiling regress v0.9.1
26452025-01-22T21:17:59.723Z Compiling dropshot_endpoint v0.15.1
26462025-01-22T21:18:00.085Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26472025-01-22T21:18:01.403Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
26482025-01-22T21:18:01.625Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26492025-01-22T21:18:02.038Z Compiling structmeta v0.3.0
26502025-01-22T21:18:02.357Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26512025-01-22T21:18:02.412Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26522025-01-22T21:18:02.471Z Compiling parse-display-derive v0.10.0
26532025-01-22T21:18:02.615Z Compiling backoff v0.4.0
26542025-01-22T21:18:02.814Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26552025-01-22T21:18:02.982Z Compiling typify-impl v0.2.0
26562025-01-22T21:18:03.088Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26572025-01-22T21:18:03.275Z Compiling tempfile v3.13.0
26582025-01-22T21:18:03.567Z Compiling proc-macro-crate v1.3.1
26592025-01-22T21:18:03.954Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26602025-01-22T21:18:04.095Z Compiling typify-impl v0.3.0
26612025-01-22T21:18:04.336Z Compiling itertools v0.13.0
26622025-01-22T21:18:04.552Z Compiling num_enum_derive v0.5.11
26632025-01-22T21:18:04.571Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26642025-01-22T21:18:04.680Z Compiling darling_macro v0.20.10
26652025-01-22T21:18:04.862Z Compiling zerocopy v0.8.10
26662025-01-22T21:18:05.705Z Compiling darling v0.20.10
26672025-01-22T21:18:05.842Z Compiling serde_with_macros v3.11.0
26682025-01-22T21:18:05.901Z Compiling foreign-types-macros v0.2.3
26692025-01-22T21:18:06.509Z Compiling parse-display v0.10.0
26702025-01-22T21:18:06.930Z Compiling num_enum v0.5.11
26712025-01-22T21:18:07.108Z Compiling zerocopy-derive v0.8.10
26722025-01-22T21:18:07.125Z Compiling heapless v0.8.0
26732025-01-22T21:18:07.147Z Compiling crucible-workspace-hack v0.1.0
26742025-01-22T21:18:07.304Z Compiling foreign-types-shared v0.3.1
26752025-01-22T21:18:07.464Z Compiling foreign-types v0.5.0
26762025-01-22T21:18:07.484Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
26772025-01-22T21:18:07.582Z Compiling proc-macro-error v1.0.4
26782025-01-22T21:18:08.211Z Compiling camino-tempfile v1.1.1
26792025-01-22T21:18:08.388Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26802025-01-22T21:18:08.407Z Compiling serde_with v3.11.0
26812025-01-22T21:18:08.679Z Compiling hash32 v0.3.1
26822025-01-22T21:18:08.959Z Compiling cstr-argument v0.1.2
26832025-01-22T21:18:09.225Z Compiling smoltcp v0.11.0
26842025-01-22T21:18:09.244Z Compiling pretty-hex v0.2.1
26852025-01-22T21:18:09.442Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26862025-01-22T21:18:09.824Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
26872025-01-22T21:18:09.928Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26882025-01-22T21:18:10.644Z Compiling tabwriter v1.4.0
26892025-01-22T21:18:11.084Z Compiling colored v2.1.0
26902025-01-22T21:18:11.123Z Compiling cobs v0.2.3
26912025-01-22T21:18:11.445Z Compiling postcard v1.0.10
26922025-01-22T21:18:11.965Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26932025-01-22T21:18:12.096Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26942025-01-22T21:18:12.287Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
26952025-01-22T21:18:12.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
26962025-01-22T21:18:12.703Z Compiling smf v0.2.3
26972025-01-22T21:18:12.884Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
26982025-01-22T21:18:13.238Z Compiling zone_cfg_derive v0.3.0
26992025-01-22T21:18:13.256Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27002025-01-22T21:18:13.674Z Compiling num-derive v0.4.2
27012025-01-22T21:18:13.879Z Compiling sigpipe v0.1.3
27022025-01-22T21:18:14.035Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27032025-01-22T21:18:14.202Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27042025-01-22T21:18:14.362Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27052025-01-22T21:18:14.601Z Compiling zone v0.3.0
27062025-01-22T21:18:14.968Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27072025-01-22T21:18:15.334Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27082025-01-22T21:18:15.801Z Compiling universal-hash v0.5.1
27092025-01-22T21:18:15.989Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27102025-01-22T21:18:16.037Z Compiling opaque-debug v0.3.1
27112025-01-22T21:18:16.119Z Compiling tungstenite v0.21.0
27122025-01-22T21:18:16.155Z Compiling num-rational v0.4.2
27132025-01-22T21:18:16.176Z Compiling password-hash v0.5.0
27142025-01-22T21:18:16.880Z Compiling blake2 v0.10.6
27152025-01-22T21:18:17.062Z Compiling num-complex v0.4.6
27162025-01-22T21:18:17.121Z Compiling aead v0.5.2
27172025-01-22T21:18:17.456Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27182025-01-22T21:18:17.523Z Compiling convert_case v0.4.0
27192025-01-22T21:18:17.786Z Compiling base64 v0.21.7
27202025-01-22T21:18:18.036Z Compiling keccak v0.1.5
27212025-01-22T21:18:18.055Z Compiling num v0.4.3
27222025-01-22T21:18:18.175Z Compiling argon2 v0.5.3
27232025-01-22T21:18:18.235Z Compiling tokio-tungstenite v0.21.0
27242025-01-22T21:18:18.393Z Compiling derive_more v0.99.18
27252025-01-22T21:18:18.415Z Compiling typify-macro v0.2.0
27262025-01-22T21:18:18.474Z Compiling sha3 v0.10.8
27272025-01-22T21:18:19.089Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27282025-01-22T21:18:19.235Z Compiling poly1305 v0.8.0
27292025-01-22T21:18:19.300Z Compiling chacha20 v0.9.1
27302025-01-22T21:18:19.519Z Compiling float-ord v0.3.2
27312025-01-22T21:18:19.538Z Compiling typify-macro v0.3.0
27322025-01-22T21:18:19.714Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
27332025-01-22T21:18:19.767Z Compiling same-file v1.0.6
27342025-01-22T21:18:20.070Z Compiling semver v0.1.20
27352025-01-22T21:18:20.164Z Compiling walkdir v2.5.0
27362025-01-22T21:18:20.731Z Compiling rustc_version v0.1.7
27372025-01-22T21:18:20.900Z Compiling newline-converter v0.3.0
27382025-01-22T21:18:20.986Z Compiling primeorder v0.13.6
27392025-01-22T21:18:21.076Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
27402025-01-22T21:18:21.097Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27412025-01-22T21:18:21.206Z Compiling secrecy v0.8.0
27422025-01-22T21:18:21.265Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
27432025-01-22T21:18:21.445Z Compiling cancel-safe-futures v0.1.5
27442025-01-22T21:18:21.514Z Compiling owo-colors v4.1.0
27452025-01-22T21:18:21.674Z Compiling newtype_derive v0.1.6
27462025-01-22T21:18:21.850Z Compiling expectorate v1.1.0
27472025-01-22T21:18:21.869Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
27482025-01-22T21:18:21.978Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
27492025-01-22T21:18:22.040Z Compiling thiserror-impl-no-std v2.0.2
27502025-01-22T21:18:22.059Z Compiling blake3 v1.5.4
27512025-01-22T21:18:22.274Z Compiling typify v0.2.0
27522025-01-22T21:18:22.293Z Compiling unicase v2.7.0
27532025-01-22T21:18:22.311Z Compiling half v2.4.1
27542025-01-22T21:18:22.421Z Compiling progenitor-impl v0.8.0
27552025-01-22T21:18:22.625Z Compiling arc-swap v1.7.1
27562025-01-22T21:18:22.699Z Compiling ciborium-io v0.2.2
27572025-01-22T21:18:22.842Z Compiling ciborium-ll v0.2.2
27582025-01-22T21:18:23.133Z Compiling slog-scope v4.4.0
27592025-01-22T21:18:23.179Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
27602025-01-22T21:18:23.220Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
27612025-01-22T21:18:23.408Z Compiling typify v0.3.0
27622025-01-22T21:18:23.554Z Compiling progenitor-impl v0.9.1
27632025-01-22T21:18:23.595Z Compiling polyval v0.6.2
27642025-01-22T21:18:24.036Z Compiling atomicwrites v0.4.4
27652025-01-22T21:18:24.155Z Compiling libsw v3.3.1
27662025-01-22T21:18:24.413Z Compiling memmap2 v0.9.5
27672025-01-22T21:18:24.495Z Compiling arrayvec v0.7.6
27682025-01-22T21:18:24.840Z Compiling thiserror-no-std v2.0.2
27692025-01-22T21:18:24.888Z Compiling parking_lot_core v0.8.6
27702025-01-22T21:18:24.913Z Compiling libefi-sys v0.1.0
27712025-01-22T21:18:24.987Z Compiling indent_write v2.2.0
27722025-01-22T21:18:25.253Z Compiling constant_time_eq v0.3.1
27732025-01-22T21:18:25.274Z Compiling arrayref v0.3.9
27742025-01-22T21:18:25.276Z Compiling salty v0.3.0
27752025-01-22T21:18:25.393Z Compiling linear-map v1.2.0
27762025-01-22T21:18:25.490Z Compiling vsss-rs v3.3.4
27772025-01-22T21:18:25.510Z Compiling ghash v0.5.1
27782025-01-22T21:18:25.730Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
27792025-01-22T21:18:25.801Z Compiling slog-stdlog v4.1.1
27802025-01-22T21:18:26.194Z Compiling ciborium v0.2.2
27812025-01-22T21:18:26.591Z Compiling p384 v0.13.0
27822025-01-22T21:18:26.594Z Compiling toolchain_find v0.4.0
27832025-01-22T21:18:27.236Z Compiling chacha20poly1305 v0.10.1
27842025-01-22T21:18:27.503Z Compiling ctr v0.9.2
27852025-01-22T21:18:27.524Z Compiling lzma-sys v0.1.20
27862025-01-22T21:18:27.560Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
27872025-01-22T21:18:27.887Z Compiling bitfield-struct v0.6.2
27882025-01-22T21:18:28.008Z Compiling slog-dtrace v0.3.0
27892025-01-22T21:18:28.110Z Compiling topological-sort v0.2.2
27902025-01-22T21:18:28.291Z Compiling highway v1.2.0
27912025-01-22T21:18:28.362Z Compiling omicron-zone-package v0.12.0
27922025-01-22T21:18:28.597Z Compiling aes-gcm v0.10.3
27932025-01-22T21:18:28.933Z Compiling rustfmt-wrapper v0.2.1
27942025-01-22T21:18:29.089Z Compiling mime_guess v2.0.5
27952025-01-22T21:18:29.259Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
27962025-01-22T21:18:29.414Z Compiling slog-envlogger v2.2.0
27972025-01-22T21:18:29.498Z Compiling steno v0.4.1
27982025-01-22T21:18:29.518Z Compiling progenitor-macro v0.8.0
27992025-01-22T21:18:30.267Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
28002025-01-22T21:18:30.426Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
28012025-01-22T21:18:30.514Z Compiling heck v0.3.3
28022025-01-22T21:18:30.772Z Compiling ssh-encoding v0.2.0
28032025-01-22T21:18:30.791Z Compiling progenitor-macro v0.9.1
28042025-01-22T21:18:30.920Z Compiling blowfish v0.9.1
28052025-01-22T21:18:30.939Z Compiling nibble_vec v0.1.0
28062025-01-22T21:18:31.177Z Compiling env_filter v0.1.2
28072025-01-22T21:18:31.271Z Compiling endian-type v0.1.2
28082025-01-22T21:18:31.403Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
28092025-01-22T21:18:31.494Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
28102025-01-22T21:18:31.497Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28112025-01-22T21:18:31.639Z Compiling humantime v2.1.0
28122025-01-22T21:18:31.746Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
28132025-01-22T21:18:31.817Z Compiling env_logger v0.11.5
28142025-01-22T21:18:31.843Z Compiling radix_trie v0.2.1
28152025-01-22T21:18:32.153Z Compiling bcrypt-pbkdf v0.10.0
28162025-01-22T21:18:32.496Z Compiling ssh-cipher v0.2.0
28172025-01-22T21:18:32.515Z Compiling zone_cfg_derive v0.1.2
28182025-01-22T21:18:32.779Z Compiling parking_lot v0.11.2
28192025-01-22T21:18:33.068Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
28202025-01-22T21:18:33.518Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28212025-01-22T21:18:33.910Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28222025-01-22T21:18:33.948Z Compiling password-hash v0.4.2
28232025-01-22T21:18:34.304Z Compiling gethostname v0.5.0
28242025-01-22T21:18:34.325Z Compiling fxhash v0.2.1
28252025-01-22T21:18:34.371Z Compiling http-range v0.1.5
28262025-01-22T21:18:34.426Z Compiling lockfree-object-pool v0.1.6
28272025-01-22T21:18:34.510Z Compiling simd-adler32 v0.3.7
28282025-01-22T21:18:34.562Z Compiling base64 v0.13.1
28292025-01-22T21:18:34.692Z Compiling bumpalo v3.16.0
28302025-01-22T21:18:34.713Z Compiling zip v2.1.3
28312025-01-22T21:18:34.777Z Compiling matches v0.1.10
28322025-01-22T21:18:34.896Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
28332025-01-22T21:18:35.068Z Compiling zopfli v0.8.1
28342025-01-22T21:18:35.087Z Compiling ron v0.7.1
28352025-01-22T21:18:35.183Z Compiling idna v0.2.3
28362025-01-22T21:18:35.202Z Compiling sled v0.34.7
28372025-01-22T21:18:35.276Z Compiling pbkdf2 v0.11.0
28382025-01-22T21:18:35.678Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28392025-01-22T21:18:36.044Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
28402025-01-22T21:18:36.375Z Compiling zone v0.1.8
28412025-01-22T21:18:36.745Z Compiling xz2 v0.1.7
28422025-01-22T21:18:37.102Z Compiling ssh-key v0.6.6
28432025-01-22T21:18:37.207Z Compiling hickory-client v0.24.1
28442025-01-22T21:18:37.834Z Compiling p256 v0.13.2
28452025-01-22T21:18:38.179Z Compiling p521 v0.13.3
28462025-01-22T21:18:38.555Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
28472025-01-22T21:18:38.664Z Compiling hickory-server v0.24.1
28482025-01-22T21:18:39.591Z Compiling enum-as-inner v0.5.1
28492025-01-22T21:18:40.533Z Compiling pem v3.0.4
28502025-01-22T21:18:40.647Z Compiling yasna v0.5.2
28512025-01-22T21:18:41.108Z Compiling headers-core v0.3.0
28522025-01-22T21:18:41.250Z Compiling kstat-rs v0.2.4
28532025-01-22T21:18:41.270Z Compiling nanorand v0.7.0
28542025-01-22T21:18:41.346Z Compiling atty v0.2.14
28552025-01-22T21:18:41.529Z Compiling russh-cryptovec v0.7.3
28562025-01-22T21:18:41.816Z Compiling md5 v0.7.0
28572025-01-22T21:18:41.840Z Compiling flume v0.11.1
28582025-01-22T21:18:41.843Z Compiling rcgen v0.12.1
28592025-01-22T21:18:42.160Z Compiling russh-keys v0.45.0
28602025-01-22T21:18:42.258Z Compiling progenitor v0.8.0
28612025-01-22T21:18:42.325Z Compiling headers v0.4.0
28622025-01-22T21:18:42.482Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28632025-01-22T21:18:42.503Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
28642025-01-22T21:18:43.012Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
28652025-01-22T21:18:43.468Z Compiling progenitor v0.9.1
28662025-01-22T21:18:43.712Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28672025-01-22T21:18:44.052Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
28682025-01-22T21:18:44.055Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
28692025-01-22T21:18:44.474Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
28702025-01-22T21:18:45.133Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f)
28712025-01-22T21:18:45.385Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8)
28722025-01-22T21:18:46.018Z Compiling trust-dns-proto v0.22.0
28732025-01-22T21:18:48.994Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
28742025-01-22T21:18:49.256Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
28752025-01-22T21:18:49.466Z Compiling hyper-staticfile v0.10.1
28762025-01-22T21:18:50.358Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
28772025-01-22T21:18:50.533Z Compiling num-bigint v0.4.6
28782025-01-22T21:18:50.950Z Compiling des v0.8.1
28792025-01-22T21:18:51.315Z Compiling subprocess v0.2.9
28802025-01-22T21:18:51.945Z Compiling hex-literal v0.4.1
28812025-01-22T21:18:52.139Z Compiling display-error-chain v0.2.2
28822025-01-22T21:18:52.389Z Compiling dhcproto-macros v0.1.0
28832025-01-22T21:18:53.034Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
28842025-01-22T21:18:53.302Z Compiling dhcproto v0.12.0
28852025-01-22T21:18:53.378Z Compiling russh v0.45.0
28862025-01-22T21:18:54.984Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
28872025-01-22T21:18:55.546Z Compiling internet-checksum v0.2.1
28882025-01-22T21:19:00.381Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
28892025-01-22T21:19:00.384Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
28902025-01-22T21:19:00.384Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
28912025-01-22T21:19:00.384Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
28922025-01-22T21:19:03.191Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28932025-01-22T21:19:03.644Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28942025-01-22T21:19:04.278Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
28952025-01-22T21:19:05.056Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
28962025-01-22T21:19:05.124Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
28972025-01-22T21:19:05.377Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
28982025-01-22T21:19:07.793Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
28992025-01-22T21:19:08.192Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29002025-01-22T21:19:08.651Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
29012025-01-22T21:19:09.089Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
29022025-01-22T21:19:09.169Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29032025-01-22T21:19:10.049Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29042025-01-22T21:19:10.219Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29052025-01-22T21:19:11.627Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
29062025-01-22T21:19:13.436Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
29072025-01-22T21:19:13.605Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
29082025-01-22T21:19:14.198Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
29092025-01-22T21:19:14.640Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29102025-01-22T21:19:16.151Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29112025-01-22T21:19:18.658Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29122025-01-22T21:19:20.552Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
29132025-01-22T21:19:20.555Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29142025-01-22T21:19:20.597Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
29152025-01-22T21:19:22.143Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
29162025-01-22T21:19:26.673Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
29172025-01-22T21:19:34.812Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29182025-01-22T21:19:36.371Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29192025-01-22T21:19:58.610Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
29202025-01-22T21:20:21.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s
29212025-01-22T21:20:21.484Z
29222025-01-22T21:20:21.484Zreal 2:24.259098753
29232025-01-22T21:20:21.484Zuser 12:28.017992774
29242025-01-22T21:20:21.485Zsys 1:36.076606801
29252025-01-22T21:20:21.485Ztrap 0.376914325
29262025-01-22T21:20:21.485Ztflt 0.795627861
29272025-01-22T21:20:21.485Zdflt 1.305418858
29282025-01-22T21:20:21.485Zkflt 0.000006869
29292025-01-22T21:20:21.488Zlock 22:54.165522146
29302025-01-22T21:20:21.488Zslp 42:58.513446642
29312025-01-22T21:20:21.488Zlat 37.853201395
29322025-01-22T21:20:21.488Zstop 1:37.167361548
29332025-01-22T21:20:21.488Z+ mkdir tests
29342025-01-22T21:20:21.491Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
29352025-01-22T21:20:21.491Z+ xargs -I '{}' -t cp '{}' tests/
29362025-01-22T21:20:21.532Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f6c1a6af4980e51d tests/
29372025-01-22T21:20:21.558Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3c1647a15d602154 tests/
29382025-01-22T21:20:21.585Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-fed48c1b04d74c13 tests/
29392025-01-22T21:20:21.612Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b20ef11e9b650c18 tests/
29402025-01-22T21:20:21.902Z+ files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*)
29412025-01-22T21:20:21.904Z+ ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f6c1a6af4980e51d tests/commtest-fed48c1b04d74c13 tests/dhcp_server-3c1647a15d602154 tests/end_to_end_tests-b20ef11e9b650c18 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz
29422025-01-22T21:21:36.472ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
29432025-01-22T21:21:36.472Za .github/buildomat/ci-env.sh 1K
29442025-01-22T21:21:36.472Za out/target/test 1K
29452025-01-22T21:21:36.472Za out/npuzone/npuzone 23144K
29462025-01-22T21:21:36.472Za package-manifest.toml 34K
29472025-01-22T21:21:36.472Za smf/sled-agent/non-gimlet/config.toml 4K
29482025-01-22T21:21:36.472Za target/release/omicron-package 36379K
29492025-01-22T21:21:36.472Za target/release/xtask 11911K
29502025-01-22T21:21:36.472Za target/debug/bootstrap 221460K
29512025-01-22T21:21:36.472Za tests/bootstrap-f6c1a6af4980e51d 24276K
29522025-01-22T21:21:36.472Za tests/commtest-fed48c1b04d74c13 24769K
29532025-01-22T21:21:36.472Za tests/dhcp_server-3c1647a15d602154 24276K
29542025-01-22T21:21:36.472Za tests/end_to_end_tests-b20ef11e9b650c18 283618K
29552025-01-22T21:21:36.472Za out/clickhouse.tar.gz 294838K
29562025-01-22T21:21:36.472Za out/clickhouse_keeper.tar.gz 281787K
29572025-01-22T21:21:36.472Za out/clickhouse_server.tar.gz 294820K
29582025-01-22T21:21:36.472Za out/cockroachdb.tar.gz 135128K
29592025-01-22T21:21:36.472Za out/crucible-dtrace.tar 96K
29602025-01-22T21:21:36.472Za out/crucible-pantry-zone.tar.gz 28547K
29612025-01-22T21:21:36.472Za out/crucible-zone.tar.gz 36827K
29622025-01-22T21:21:36.472Za out/external-dns.tar.gz 35770K
29632025-01-22T21:21:36.472Za out/internal-dns.tar.gz 35767K
29642025-01-22T21:21:36.472Za out/mg-ddm-gz.tar 63075K
29652025-01-22T21:21:36.472Za out/nexus.tar.gz 99964K
29662025-01-22T21:21:36.473Za out/ntp.tar.gz 10510K
29672025-01-22T21:21:36.473Za out/omicron-gateway-softnpu.tar.gz 24333K
29682025-01-22T21:21:36.473Za out/omicron-sled-agent.tar 114901K
29692025-01-22T21:21:36.473Za out/overlay.tar.gz 3K
29702025-01-22T21:21:36.473Za out/oximeter.tar.gz 48563K
29712025-01-22T21:21:36.473Za out/oxlog.tar 3154K
29722025-01-22T21:21:36.473Za out/probe.tar.gz 2764K
29732025-01-22T21:21:36.473Za out/propolis-server.tar.gz 66467K
29742025-01-22T21:21:36.473Za out/pumpkind-gz.tar 26665K
29752025-01-22T21:21:36.473Za out/switch-softnpu.tar.gz 236728K
29762025-01-22T21:21:36.476Z
29772025-01-22T21:21:36.476Zreal 1:14.567221358
29782025-01-22T21:21:36.476Zuser 1:11.271198748
29792025-01-22T21:21:36.476Zsys 4.644307795
29802025-01-22T21:21:36.476Ztrap 0.017541298
29812025-01-22T21:21:36.476Ztflt 0.000000000
29822025-01-22T21:21:36.476Zdflt 0.000000000
29832025-01-22T21:21:36.476Zkflt 0.000000000
29842025-01-22T21:21:36.476Zlock 0.000000000
29852025-01-22T21:21:36.476Zslp 1:11.106608422
29862025-01-22T21:21:36.476Zlat 2.090528176
29872025-01-22T21:21:36.476Zstop 0.000201541
29882025-01-22T21:21:36.477Zprocess exited: duration 1936522 ms, exit code 0
 
29892025-01-22T21:21:36.491Zfound 1 output files
29902025-01-22T21:21:36.491Zuploading: /work/package.tar.gz (1907240105 bytes)
29912025-01-22T21:22:15.993Zuploaded: /work/package.tar.gz