01JMWVY565FZ1Y0AHX7G547THM: 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: 01JMWVYKVB43RYB53B943G0Z7X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-24T20:57:39.284Zjob assigned to worker 01JMWVYVSJRPCJQPA4HZWE8TD2 [factory aws, i-047a62a440cc4cf2c] (queued for 1 m 5 s)
 
22025-02-24T20:57:47.241Zstarting task 0: "setup"
32025-02-24T20:57:47.250Z++ uname -s
42025-02-24T20:57:47.253Z+ kern=SunOS
52025-02-24T20:57:47.253Z+ build_user=build
62025-02-24T20:57:47.253Z+ build_uid=12345
72025-02-24T20:57:47.253Z+ work_dir=/work
82025-02-24T20:57:47.253Z+ input_dir=/input
92025-02-24T20:57:47.253Z+ [[ 0 == 12345 ]]
102025-02-24T20:57:47.253Z+ case "$kern" in
112025-02-24T20:57:47.253Z+ groupadd -g 12345 build
122025-02-24T20:57:47.253Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-24T20:57:49.260Z+ zfs create -o mountpoint=/work rpool/work
142025-02-24T20:57:49.392Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-24T20:57:49.395Z+ home_fs=zfs
162025-02-24T20:57:49.395Z+ [[ zfs == autofs ]]
172025-02-24T20:57:49.395Z+ mkdir -p /home/build
182025-02-24T20:57:49.398Z+ chown build:build /home/build /work
192025-02-24T20:57:51.398Z+ chmod 0700 /home/build /work
202025-02-24T20:57:51.401Zprocess exited: duration 4160 ms, exit code 0
 
212025-02-24T20:57:51.406Zstarting task 1: "rust-toolchain"
222025-02-24T20:57:51.412Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-02-24T20:57:51.412Z * rust toolchain channel = "1.85.0"
242025-02-24T20:57:51.412Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-02-24T20:57:51.412Z * rust toolchain profile = "default"
262025-02-24T20:57:51.412Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-24T20:57:51.412Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-24T20:57:51.414Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-24T20:57:51.415Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-02-24T20:57:51.532Zinfo: downloading installer
312025-02-24T20:57:52.760Zwarning: it looks like you have an existing installation of Rust at:
322025-02-24T20:57:52.760Zwarning: /opt/ooce/bin
332025-02-24T20:57:52.760Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-24T20:57:52.760Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-24T20:57:52.760Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-24T20:57:52.760Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-24T20:57:52.760Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-24T20:57:52.760Zerror: cannot install while Rust is installed
392025-02-24T20:57:52.760Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-24T20:57:52.784Zinfo: profile set to 'default'
412025-02-24T20:57:52.784Zinfo: default host triple is x86_64-unknown-illumos
422025-02-24T20:57:52.787Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-02-24T20:57:52.948Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-02-24T20:57:52.948Zinfo: downloading component 'cargo'
452025-02-24T20:57:53.827Zinfo: downloading component 'clippy'
462025-02-24T20:57:54.169Zinfo: downloading component 'rust-docs'
472025-02-24T20:57:55.507Zinfo: downloading component 'rust-std'
482025-02-24T20:57:57.474Zinfo: downloading component 'rustc'
492025-02-24T20:58:04.352Zinfo: downloading component 'rustfmt'
502025-02-24T20:58:04.615Zinfo: installing component 'cargo'
512025-02-24T20:58:05.446Zinfo: installing component 'clippy'
522025-02-24T20:58:05.828Zinfo: installing component 'rust-docs'
532025-02-24T20:58:07.581Zinfo: installing component 'rust-std'
542025-02-24T20:58:09.400Zinfo: installing component 'rustc'
552025-02-24T20:58:15.340Zinfo: installing component 'rustfmt'
562025-02-24T20:58:15.679Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-02-24T20:58:15.679Z
582025-02-24T20:58:16.049Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-02-24T20:58:16.049Z
602025-02-24T20:58:16.051Z
612025-02-24T20:58:16.051ZRust is installed now. Great!
622025-02-24T20:58:16.051Z
632025-02-24T20:58:16.051ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-24T20:58:16.051Zenvironment variable. This has not been done automatically.
652025-02-24T20:58:16.051Z
662025-02-24T20:58:16.051ZTo configure your current shell, you need to source
672025-02-24T20:58:16.051Zthe corresponding env file under $HOME/.cargo.
682025-02-24T20:58:16.051Z
692025-02-24T20:58:16.051ZThis is usually done by running one of the following (note the leading DOT):
702025-02-24T20:58:16.051Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-24T20:58:16.051Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-24T20:58:16.124Z+ rustup --version
732025-02-24T20:58:16.131Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-24T20:58:16.131Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-24T20:58:16.214Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
762025-02-24T20:58:16.217Z+ cargo --version
772025-02-24T20:58:16.276Zcargo 1.85.0 (d73d2caf9 2024-12-31)
782025-02-24T20:58:16.279Z+ rustc --version
792025-02-24T20:58:16.346Zrustc 1.85.0 (4d91de4e4 2025-02-17)
802025-02-24T20:58:16.349Zprocess exited: duration 24949 ms, exit code 0
 
812025-02-24T20:58:16.354Zstarting task 2: "authentication"
822025-02-24T20:58:16.376Zprocess exited: duration 21 ms, exit code 0
 
832025-02-24T20:58:16.381Zstarting task 3: "clone repository"
842025-02-24T20:58:16.385Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-24T20:58:16.388Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-24T20:58:16.423ZCloning into '/work/oxidecomputer/omicron'...
872025-02-24T20:58:23.658Z+ cd /work/oxidecomputer/omicron
882025-02-24T20:58:23.658Z+ git fetch origin afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
892025-02-24T20:58:24.002ZFrom https://github.com/oxidecomputer/omicron
902025-02-24T20:58:24.002Z * branch afbc4ad73c6226dec0ad74fcfea9a71f5123d65d -> FETCH_HEAD
912025-02-24T20:58:24.013Z+ [[ -n affinity-instance-integration ]]
922025-02-24T20:58:24.015Z++ git branch --show-current
932025-02-24T20:58:24.017Z+ current=main
942025-02-24T20:58:24.017Z+ [[ main != affinity-instance-integration ]]
952025-02-24T20:58:24.017Z+ git branch -f affinity-instance-integration afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
962025-02-24T20:58:24.020Z+ git checkout -f affinity-instance-integration
972025-02-24T20:58:24.210ZSwitched to branch 'affinity-instance-integration'
982025-02-24T20:58:24.212Z+ git reset --hard afbc4ad73c6226dec0ad74fcfea9a71f5123d65d
992025-02-24T20:58:24.226ZHEAD is now at afbc4ad73 Merge branch 'affinity-db-crud' into affinity-instance-integration
1002025-02-24T20:58:24.228Zprocess exited: duration 7848 ms, exit code 0
 
1012025-02-24T20:58:24.233Zstarting task 4: "build"
1022025-02-24T20:58:24.238Z+ source .github/buildomat/ci-env.sh
1032025-02-24T20:58:24.239Z++ export CARGO_TERM_COLOR=always
1042025-02-24T20:58:24.239Z++ CARGO_TERM_COLOR=always
1052025-02-24T20:58:24.241Z+ cargo --version
1062025-02-24T20:58:24.291Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1072025-02-24T20:58:24.294Z+ rustc --version
1082025-02-24T20:58:24.359Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1092025-02-24T20:58:24.362Z+ WORK=/work
1102025-02-24T20:58:24.364Z+ pfexec mkdir -p /work
1112025-02-24T20:58:24.367Z+ pfexec chown build /work
1122025-02-24T20:58:24.369Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1132025-02-24T20:58:26.512Zpkg list: illegal option -- F
1142025-02-24T20:58:26.512ZUsage:
1152025-02-24T20:58:26.514Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1162025-02-24T20:58:26.515Z [pkg_fmri_pattern ...]
1172025-02-24T20:58:27.376Zpkg list: illegal option -- F
1182025-02-24T20:58:27.376ZUsage:
1192025-02-24T20:58:27.380Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1202025-02-24T20:58:27.380Z [pkg_fmri_pattern ...]
1212025-02-24T20:58:33.353Z Startup: Refreshing catalog 'helios-dev' ... Done
1222025-02-24T20:58:37.670Z Startup: Caching catalogs ... Done
1232025-02-24T20:58:50.777ZPlanning: Solver setup ... Done (12.161s)
1242025-02-24T20:58:50.936ZPlanning: Running solver ... Done (0.158s)
1252025-02-24T20:58:51.053ZPlanning: Finding local manifests ... Done (0.005s)
1262025-02-24T20:58:51.075ZPlanning: Fetching manifests: 0/7 0% complete
1272025-02-24T20:58:51.333ZPlanning: Fetching manifests: 7/7 100% complete
1282025-02-24T20:58:51.442ZPlanning: Package planning ... Done (0.109s)
1292025-02-24T20:58:51.499ZPlanning: Merging actions ... Done (0.056s)
1302025-02-24T20:58:51.699ZPlanning: Checking for conflicting actions ... Done (0.200s)
1312025-02-24T20:58:53.366ZPlanning: Consolidating action changes ... Done (1.666s)
1322025-02-24T20:58:53.766ZPlanning: Evaluating mediators ... Done (0.401s)
1332025-02-24T20:58:53.845ZPlanning: Planning completed in 16.08 seconds
1342025-02-24T20:58:53.861Z Packages to install: 4
1352025-02-24T20:58:53.861Z Packages to update: 3
1362025-02-24T20:58:53.861Z Mediators to change: 2
1372025-02-24T20:58:53.861Z Services to change: 1
1382025-02-24T20:58:53.861Z Estimated space available: 155.61 GB
1392025-02-24T20:58:53.864ZEstimated space to be consumed: 1.66 GB
1402025-02-24T20:58:53.864Z Create boot environment: No
1412025-02-24T20:58:53.864ZCreate backup boot environment: Yes
1422025-02-24T20:58:53.864Z Rebuild boot archive: No
1432025-02-24T20:58:53.864Z
1442025-02-24T20:58:53.864ZChanged mediators:
1452025-02-24T20:58:53.864Z mediator clang:
1462025-02-24T20:58:53.864Z version: None -> 15 (system default)
1472025-02-24T20:58:53.864Z
1482025-02-24T20:58:53.864Z mediator llvm:
1492025-02-24T20:58:53.864Z version: 14 (system default) -> 15 (system default)
1502025-02-24T20:58:53.864Z
1512025-02-24T20:58:53.864ZChanged packages:
1522025-02-24T20:58:53.864Zhelios-dev
1532025-02-24T20:58:53.864Z developer/build-essential
1542025-02-24T20:58:53.864Z None -> 11-2.0
1552025-02-24T20:58:53.864Z library/libxmlsec1
1562025-02-24T20:58:53.864Z None -> 1.2.35-2.0
1572025-02-24T20:58:53.864Z ooce/developer/clang-15
1582025-02-24T20:58:53.864Z None -> 15.0.7-2.0
1592025-02-24T20:58:53.864Z ooce/developer/llvm-15
1602025-02-24T20:58:53.864Z None -> 15.0.7-2.0
1612025-02-24T20:58:53.864Z package/pkg
1622025-02-24T20:58:53.864Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1632025-02-24T20:58:53.864Z system/library/g++-runtime
1642025-02-24T20:58:53.864Z 13-2.0 -> 14-2.0
1652025-02-24T20:58:53.864Z system/library/gcc-runtime
1662025-02-24T20:58:53.864Z 13-2.0 -> 14-2.0
1672025-02-24T20:58:53.864Z
1682025-02-24T20:58:53.865ZServices:
1692025-02-24T20:58:53.865Z restart_fmri:
1702025-02-24T20:58:53.865Z svc:/system/update-man-index:default
1712025-02-24T20:58:53.865Z
1722025-02-24T20:58:53.865ZEditable files to change:
1732025-02-24T20:58:53.865Z Update:
1742025-02-24T20:58:53.865Z usr/share/lib/pkg/web/config.shtml
1752025-02-24T20:58:53.939Z
1762025-02-24T20:58:53.939ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1772025-02-24T20:59:00.095ZDownload: 211/4301 items 1.3/225.4MB 0% complete (546k/s)
1782025-02-24T20:59:06.507ZDownload: 212/4301 items 1.3/225.4MB 0% complete (529k/s)
1792025-02-24T20:59:11.506ZDownload: 1139/4301 items 53.2/225.4MB 23% complete (10.2M/s)
1802025-02-24T20:59:16.518ZDownload: 1431/4301 items 115.5/225.4MB 51% complete (11.7M/s)
1812025-02-24T20:59:21.517ZDownload: 2129/4301 items 117.4/225.4MB 52% complete (6.9M/s)
1822025-02-24T20:59:26.626ZDownload: 2219/4301 items 117.7/225.4MB 52% complete (5.6M/s)
1832025-02-24T20:59:44.152ZDownload: 2221/4301 items 118.4/225.4MB 52% complete
1842025-02-24T20:59:49.691ZDownload: 3278/4301 items 209.7/225.4MB 93% complete (18.9M/s)
1852025-02-24T20:59:53.212ZDownload: Completed 225.42 MB in 59.29 seconds (3.8M/s)
1862025-02-24T20:59:55.169Z Actions: 1/5122 actions (Removing old actions)
1872025-02-24T20:59:55.186Z Actions: 194/5122 actions (Installing new actions)
1882025-02-24T21:00:00.088Z Actions: 4267/5122 actions (Updating modified actions)
1892025-02-24T21:00:00.494Z Actions: Completed 5122 actions in 5.33 seconds.
1902025-02-24T21:00:00.923Z Done (0.420s)
1912025-02-24T21:00:00.926Z Done (0.002s)
1922025-02-24T21:00:01.535Z Done (0.609s)
1932025-02-24T21:00:06.011Z Done (4.226s)
1942025-02-24T21:00:06.088Z Done (0.017s)
1952025-02-24T21:00:06.091Z Done (0.000s)
1962025-02-24T21:00:06.264Z Done (0.000s)
1972025-02-24T21:00:06.991ZPlanning: Evaluating mediator changes ... Done
1982025-02-24T21:00:07.155ZPlanning: Checking for conflicting actions ... Done
1992025-02-24T21:00:07.157ZPlanning: Consolidating action changes ... Done
2002025-02-24T21:00:07.428ZPlanning: Evaluating mediators ... Done
2012025-02-24T21:00:07.431ZPlanning: Planning completed in 0.44 seconds
2022025-02-24T21:00:07.467Z Mediators to change: 2
2032025-02-24T21:00:07.467Z Create boot environment: No
2042025-02-24T21:00:07.470ZCreate backup boot environment: No
2052025-02-24T21:00:07.553Z Done
2062025-02-24T21:00:07.553Z Done
2072025-02-24T21:00:07.979Z Done
2082025-02-24T21:00:11.664Z Done
2092025-02-24T21:00:11.756Z Done
2102025-02-24T21:00:11.767Z Done
2112025-02-24T21:00:11.893Z Done
2122025-02-24T21:00:12.510ZPlanning: Evaluating mediator changes ... Done
2132025-02-24T21:00:12.513ZPlanning: Merging actions ... Done
2142025-02-24T21:00:12.699ZPlanning: Checking for conflicting actions ... Done
2152025-02-24T21:00:12.701ZPlanning: Consolidating action changes ... Done
2162025-02-24T21:00:12.971ZPlanning: Evaluating mediators ... Done
2172025-02-24T21:00:13.028ZPlanning: Planning completed in 0.77 seconds
2182025-02-24T21:00:13.069Z Packages to change: 1
2192025-02-24T21:00:13.069Z Mediators to change: 1
2202025-02-24T21:00:13.072Z Services to change: 1
2212025-02-24T21:00:13.072Z Create boot environment: No
2222025-02-24T21:00:13.072ZCreate backup boot environment: Yes
2232025-02-24T21:00:15.491Z Actions: 1/6 actions (Updating modified actions)
2242025-02-24T21:00:15.493Z Actions: Completed 6 actions in 0.00 seconds.
2252025-02-24T21:00:15.493Z Done
2262025-02-24T21:00:15.493Z Done
2272025-02-24T21:00:15.617Z Done
2282025-02-24T21:00:19.252Z Done
2292025-02-24T21:00:19.340Z Done
2302025-02-24T21:00:19.343Z Done
2312025-02-24T21:00:19.477Z Done
2322025-02-24T21:00:19.915ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-02-24T21:00:19.915Zclang system 15 system
2342025-02-24T21:00:19.915Zcsh system system illumos
2352025-02-24T21:00:19.915Zctags system system illumos
2362025-02-24T21:00:19.915Zgcc vendor 12 vendor
2372025-02-24T21:00:19.915Zgcc system 10 system
2382025-02-24T21:00:19.915Zgcc system 7 system
2392025-02-24T21:00:19.915Zgo system 1.20 system
2402025-02-24T21:00:19.915Zgo system 1.19 system
2412025-02-24T21:00:19.915Zllvm system 15 system
2422025-02-24T21:00:19.915Zllvm system 14 system
2432025-02-24T21:00:19.915Zmariadb system 10.6 system
2442025-02-24T21:00:19.915Zmta vendor vendor dma
2452025-02-24T21:00:19.915Zopenjdk system 17 system
2462025-02-24T21:00:19.915Zopenjdk system 11 system
2472025-02-24T21:00:19.915Zopenjdk system 1.8 system
2482025-02-24T21:00:19.915Zopenssl vendor 3 vendor
2492025-02-24T21:00:19.915Zperl system 5.36 system
2502025-02-24T21:00:19.915Zpostgresql system 15 system
2512025-02-24T21:00:19.915Zpostgresql system 13 system
2522025-02-24T21:00:19.915Zpython vendor 3 vendor
2532025-02-24T21:00:19.915Zpython system 2 system
2542025-02-24T21:00:19.915Zpython3 system 3.11 system
2552025-02-24T21:00:19.916Zruby system 3.0 system
2562025-02-24T21:00:19.916Zwords vendor vendor american-english
2572025-02-24T21:00:19.916Zwords system system australian-english
2582025-02-24T21:00:19.916Zwords system system british-english
2592025-02-24T21:00:19.916Zwords system system canadian-english
2602025-02-24T21:00:19.916Zwords system system french
2612025-02-24T21:00:19.916Zwords system system italian
2622025-02-24T21:00:19.916Zwords system system ngerman
2632025-02-24T21:00:19.916Zwords system system ogerman
2642025-02-24T21:00:19.916Zwords system system spanish
2652025-02-24T21:00:20.247ZPUBLISHER TYPE STATUS P LOCATION
2662025-02-24T21:00:20.247Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-02-24T21:00:23.319ZFMRI IFO
2682025-02-24T21:00:23.319Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-02-24T21:00:23.319Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-02-24T21:00:23.319Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-02-24T21:00:23.319Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-02-24T21:00:23.319Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-02-24T21:00:23.319Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-02-24T21:00:23.319Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-02-24T21:00:23.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-02-24T21:00:23.319Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-02-24T21:00:23.319Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-02-24T21:00:23.319Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-02-24T21:00:23.319Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-02-24T21:00:23.319Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-02-24T21:00:23.319Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-02-24T21:00:23.319Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-02-24T21:00:24.121Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-02-24T21:00:24.487Z Updating crates.io index
2852025-02-24T21:00:24.489Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-02-24T21:00:25.078Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-02-24T21:00:25.346Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-02-24T21:00:25.633Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892025-02-24T21:00:26.644Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902025-02-24T21:00:28.328Z Updating git repository `https://github.com/oxidecomputer/opte`
2912025-02-24T21:00:28.969Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922025-02-24T21:00:29.673Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932025-02-24T21:00:30.187Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942025-02-24T21:00:30.474Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952025-02-24T21:00:31.087Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962025-02-24T21:00:31.626Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2972025-02-24T21:00:31.923Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982025-02-24T21:00:32.386Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-02-24T21:00:32.727Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-02-24T21:00:32.957Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-02-24T21:00:33.248Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-02-24T21:00:33.488Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-02-24T21:00:33.784Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-02-24T21:00:34.179Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-02-24T21:00:34.517Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-02-24T21:00:34.857Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-02-24T21:00:35.174Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-02-24T21:00:35.522Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-02-24T21:00:35.951Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-02-24T21:00:36.251Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-02-24T21:00:36.613Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-02-24T21:00:36.998Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-02-24T21:00:37.332Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-02-24T21:00:37.598Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-02-24T21:00:37.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-02-24T21:00:39.126Z Downloading crates ...
3172025-02-24T21:00:39.192Z Downloaded anstream v0.6.15
3182025-02-24T21:00:39.200Z Downloaded anstyle-parse v0.2.5
3192025-02-24T21:00:39.203Z Downloaded bitflags v2.6.0
3202025-02-24T21:00:39.206Z Downloaded anyhow v1.0.96
3212025-02-24T21:00:39.209Z Downloaded dtrace-parser v0.2.0
3222025-02-24T21:00:39.215Z Downloaded scroll_derive v0.12.0
3232025-02-24T21:00:39.217Z Downloaded pretty-hex v0.4.1
3242025-02-24T21:00:39.220Z Downloaded equivalent v1.0.1
3252025-02-24T21:00:39.227Z Downloaded usdt-macro v0.5.0
3262025-02-24T21:00:39.236Z Downloaded usdt-attr-macro v0.5.0
3272025-02-24T21:00:39.246Z Downloaded swrite v0.1.0
3282025-02-24T21:00:39.249Z Downloaded cpufeatures v0.2.14
3292025-02-24T21:00:39.249Z Downloaded cfg-if v1.0.0
3302025-02-24T21:00:39.249Z Downloaded block-buffer v0.10.4
3312025-02-24T21:00:39.252Z Downloaded colorchoice v1.0.2
3322025-02-24T21:00:39.252Z Downloaded clap_lex v0.7.4
3332025-02-24T21:00:39.252Z Downloaded cargo_metadata v0.18.1
3342025-02-24T21:00:39.255Z Downloaded fastrand v2.1.1
3352025-02-24T21:00:39.255Z Downloaded bytecount v0.6.8
3362025-02-24T21:00:39.258Z Downloaded generic-array v0.14.7
3372025-02-24T21:00:39.258Z Downloaded heck v0.5.0
3382025-02-24T21:00:39.261Z Downloaded heck v0.4.1
3392025-02-24T21:00:39.261Z Downloaded errno v0.3.9
3402025-02-24T21:00:39.266Z Downloaded plain v0.2.3
3412025-02-24T21:00:39.266Z Downloaded dof v0.3.0
3422025-02-24T21:00:39.266Z Downloaded byteorder v1.5.0
3432025-02-24T21:00:39.269Z Downloaded serde_tokenstream v0.2.2
3442025-02-24T21:00:39.269Z Downloaded thread-id v4.2.2
3452025-02-24T21:00:39.269Z Downloaded is_terminal_polyfill v1.70.1
3462025-02-24T21:00:39.269Z Downloaded cargo-platform v0.1.8
3472025-02-24T21:00:39.272Z Downloaded unicode-linebreak v0.1.5
3482025-02-24T21:00:39.272Z Downloaded thiserror-impl v1.0.69
3492025-02-24T21:00:39.272Z Downloaded strsim v0.11.1
3502025-02-24T21:00:39.275Z Downloaded anstyle-query v1.1.1
3512025-02-24T21:00:39.275Z Downloaded tabled_derive v0.7.0
3522025-02-24T21:00:39.278Z Downloaded autocfg v1.4.0
3532025-02-24T21:00:39.278Z Downloaded macaddr v1.0.1
3542025-02-24T21:00:39.283Z Downloaded memmap v0.7.0
3552025-02-24T21:00:39.283Z Downloaded itoa v1.0.11
3562025-02-24T21:00:39.283Z Downloaded anstyle v1.0.10
3572025-02-24T21:00:39.286Z Downloaded thiserror v1.0.69
3582025-02-24T21:00:39.289Z Downloaded smawk v0.3.2
3592025-02-24T21:00:39.292Z Downloaded proc-macro-error-attr v1.0.4
3602025-02-24T21:00:39.292Z Downloaded pest_generator v2.7.14
3612025-02-24T21:00:39.292Z Downloaded terminal_size v0.4.0
3622025-02-24T21:00:39.295Z Downloaded serde_spanned v0.6.8
3632025-02-24T21:00:39.295Z Downloaded usdt v0.5.0
3642025-02-24T21:00:39.298Z Downloaded version_check v0.9.5
3652025-02-24T21:00:39.298Z Downloaded crypto-common v0.1.6
3662025-02-24T21:00:39.301Z Downloaded fs-err v2.11.0
3672025-02-24T21:00:39.303Z Downloaded fnv v1.0.7
3682025-02-24T21:00:39.303Z Downloaded digest v0.10.7
3692025-02-24T21:00:39.308Z Downloaded cargo_toml v0.20.5
3702025-02-24T21:00:39.311Z Downloaded pest_derive v2.7.14
3712025-02-24T21:00:39.314Z Downloaded toml_datetime v0.6.8
3722025-02-24T21:00:39.314Z Downloaded sha2 v0.10.8
3732025-02-24T21:00:39.316Z Downloaded quote v1.0.38
3742025-02-24T21:00:39.320Z Downloaded zerocopy-derive v0.7.35
3752025-02-24T21:00:39.324Z Downloaded scroll v0.12.0
3762025-02-24T21:00:39.327Z Downloaded once_cell v1.20.3
3772025-02-24T21:00:39.330Z Downloaded camino v1.1.9
3782025-02-24T21:00:39.333Z Downloaded semver v1.0.25
3792025-02-24T21:00:39.337Z Downloaded utf8parse v0.2.2
3802025-02-24T21:00:39.340Z Downloaded proc-macro-error v1.0.4
3812025-02-24T21:00:39.340Z Downloaded clap v4.5.30
3822025-02-24T21:00:39.347Z Downloaded typenum v1.17.0
3832025-02-24T21:00:39.350Z Downloaded clap_derive v4.5.28
3842025-02-24T21:00:39.352Z Downloaded camino-tempfile v1.1.1
3852025-02-24T21:00:39.355Z Downloaded ucd-trie v0.1.7
3862025-02-24T21:00:39.358Z Downloaded unicode-ident v1.0.14
3872025-02-24T21:00:39.370Z Downloaded ryu v1.0.18
3882025-02-24T21:00:39.370Z Downloaded usdt-impl v0.5.0
3892025-02-24T21:00:39.373Z Downloaded toml v0.8.19
3902025-02-24T21:00:39.377Z Downloaded serde_derive v1.0.218
3912025-02-24T21:00:39.380Z Downloaded papergrid v0.11.0
3922025-02-24T21:00:39.385Z Downloaded textwrap v0.16.1
3932025-02-24T21:00:39.387Z Downloaded log v0.4.22
3942025-02-24T21:00:39.389Z Downloaded tempfile v3.13.0
3952025-02-24T21:00:39.392Z Downloaded pest_meta v2.7.14
3962025-02-24T21:00:39.395Z Downloaded proc-macro2 v1.0.93
3972025-02-24T21:00:39.410Z Downloaded serde v1.0.218
3982025-02-24T21:00:39.413Z Downloaded indexmap v2.7.1
3992025-02-24T21:00:39.417Z Downloaded memchr v2.7.4
4002025-02-24T21:00:39.426Z Downloaded toml_edit v0.22.22
4012025-02-24T21:00:39.457Z Downloaded serde_json v1.0.139
4022025-02-24T21:00:39.464Z Downloaded clap_builder v4.5.30
4032025-02-24T21:00:39.473Z Downloaded pest v2.7.14
4042025-02-24T21:00:39.477Z Downloaded zerocopy v0.7.35
4052025-02-24T21:00:39.493Z Downloaded winnow v0.6.20
4062025-02-24T21:00:39.501Z Downloaded hashbrown v0.15.1
4072025-02-24T21:00:39.507Z Downloaded tabled v0.15.0
4082025-02-24T21:00:39.521Z Downloaded goblin v0.8.2
4092025-02-24T21:00:39.527Z Downloaded syn v1.0.109
4102025-02-24T21:00:39.538Z Downloaded unicode-width v0.1.14
4112025-02-24T21:00:39.543Z Downloaded syn v2.0.96
4122025-02-24T21:00:39.555Z Downloaded rustix v0.38.37
4132025-02-24T21:00:39.599Z Downloaded libc v0.2.170
4142025-02-24T21:00:39.886Z Compiling proc-macro2 v1.0.93
4152025-02-24T21:00:39.886Z Compiling unicode-ident v1.0.14
4162025-02-24T21:00:39.889Z Compiling serde v1.0.218
4172025-02-24T21:00:39.889Z Compiling version_check v0.9.5
4182025-02-24T21:00:39.889Z Compiling thiserror v1.0.69
4192025-02-24T21:00:39.889Z Compiling memchr v2.7.4
4202025-02-24T21:00:39.922Z Compiling libc v0.2.170
4212025-02-24T21:00:39.925Z Compiling ryu v1.0.18
4222025-02-24T21:00:40.160Z Compiling ucd-trie v0.1.7
4232025-02-24T21:00:40.299Z Compiling itoa v1.0.11
4242025-02-24T21:00:40.615Z Compiling once_cell v1.20.3
4252025-02-24T21:00:40.632Z Compiling byteorder v1.5.0
4262025-02-24T21:00:40.907Z Compiling serde_json v1.0.139
4272025-02-24T21:00:40.965Z Compiling rustix v0.38.37
4282025-02-24T21:00:41.193Z Compiling bitflags v2.6.0
4292025-02-24T21:00:41.293Z Compiling usdt-impl v0.5.0
4302025-02-24T21:00:41.404Z Compiling proc-macro-error-attr v1.0.4
4312025-02-24T21:00:41.576Z Compiling syn v1.0.109
4322025-02-24T21:00:41.674Z Compiling proc-macro-error v1.0.4
4332025-02-24T21:00:41.745Z Compiling log v0.4.22
4342025-02-24T21:00:41.789Z Compiling camino v1.1.9
4352025-02-24T21:00:41.813Z Compiling hashbrown v0.15.1
4362025-02-24T21:00:41.980Z Compiling utf8parse v0.2.2
4372025-02-24T21:00:42.078Z Compiling plain v0.2.3
4382025-02-24T21:00:42.172Z Compiling quote v1.0.38
4392025-02-24T21:00:42.228Z Compiling equivalent v1.0.1
4402025-02-24T21:00:42.250Z Compiling anstyle-parse v0.2.5
4412025-02-24T21:00:42.363Z Compiling errno v0.3.9
4422025-02-24T21:00:42.467Z Compiling thread-id v4.2.2
4432025-02-24T21:00:42.548Z Compiling syn v2.0.96
4442025-02-24T21:00:42.671Z Compiling is_terminal_polyfill v1.70.1
4452025-02-24T21:00:42.788Z Compiling anstyle v1.0.10
4462025-02-24T21:00:42.813Z Compiling autocfg v1.4.0
4472025-02-24T21:00:42.942Z Compiling indexmap v2.7.1
4482025-02-24T21:00:42.988Z Compiling pretty-hex v0.4.1
4492025-02-24T21:00:43.183Z Compiling anstyle-query v1.1.1
4502025-02-24T21:00:43.217Z Compiling colorchoice v1.0.2
4512025-02-24T21:00:43.349Z Compiling unicode-width v0.1.14
4522025-02-24T21:00:43.399Z Compiling semver v1.0.25
4532025-02-24T21:00:43.714Z Compiling winnow v0.6.20
4542025-02-24T21:00:43.816Z Compiling fs-err v2.11.0
4552025-02-24T21:00:43.896Z Compiling anstream v0.6.15
4562025-02-24T21:00:44.133Z Compiling anyhow v1.0.96
4572025-02-24T21:00:44.155Z Compiling fnv v1.0.7
4582025-02-24T21:00:44.234Z Compiling clap_lex v0.7.4
4592025-02-24T21:00:44.299Z Compiling heck v0.5.0
4602025-02-24T21:00:44.560Z Compiling terminal_size v0.4.0
4612025-02-24T21:00:44.701Z Compiling heck v0.4.1
4622025-02-24T21:00:44.815Z Compiling bytecount v0.6.8
4632025-02-24T21:00:44.818Z Compiling cfg-if v1.0.0
4642025-02-24T21:00:44.951Z Compiling fastrand v2.1.1
4652025-02-24T21:00:45.032Z Compiling strsim v0.11.1
4662025-02-24T21:00:45.067Z Compiling papergrid v0.11.0
4672025-02-24T21:00:45.496Z Compiling clap_builder v4.5.30
4682025-02-24T21:00:45.519Z Compiling tempfile v3.13.0
4692025-02-24T21:00:45.794Z Compiling memmap v0.7.0
4702025-02-24T21:00:45.951Z Compiling unicode-linebreak v0.1.5
4712025-02-24T21:00:46.123Z Compiling smawk v0.3.2
4722025-02-24T21:00:46.340Z Compiling textwrap v0.16.1
4732025-02-24T21:00:46.960Z Compiling swrite v0.1.0
4742025-02-24T21:00:47.474Z Compiling tabled_derive v0.7.0
4752025-02-24T21:00:48.640Z Compiling tabled v0.15.0
4762025-02-24T21:00:49.265Z Compiling serde_derive v1.0.218
4772025-02-24T21:00:49.267Z Compiling thiserror-impl v1.0.69
4782025-02-24T21:00:49.267Z Compiling zerocopy-derive v0.7.35
4792025-02-24T21:00:49.502Z Compiling scroll_derive v0.12.0
4802025-02-24T21:00:49.618Z Compiling clap_derive v4.5.28
4812025-02-24T21:00:50.841Z Compiling scroll v0.12.0
4822025-02-24T21:00:50.968Z Compiling zerocopy v0.7.35
4832025-02-24T21:00:51.306Z Compiling goblin v0.8.2
4842025-02-24T21:00:51.427Z Compiling pest v2.7.14
4852025-02-24T21:00:52.892Z Compiling clap v4.5.30
4862025-02-24T21:00:53.714Z Compiling pest_meta v2.7.14
4872025-02-24T21:00:54.612Z Compiling pest_generator v2.7.14
4882025-02-24T21:00:55.810Z Compiling pest_derive v2.7.14
4892025-02-24T21:00:56.449Z Compiling dtrace-parser v0.2.0
4902025-02-24T21:00:57.719Z Compiling serde_tokenstream v0.2.2
4912025-02-24T21:00:57.855Z Compiling toml_datetime v0.6.8
4922025-02-24T21:00:57.857Z Compiling serde_spanned v0.6.8
4932025-02-24T21:00:57.941Z Compiling cargo-platform v0.1.8
4942025-02-24T21:00:58.178Z Compiling toml_edit v0.22.22
4952025-02-24T21:00:58.244Z Compiling macaddr v1.0.1
4962025-02-24T21:00:58.403Z Compiling camino-tempfile v1.1.1
4972025-02-24T21:00:59.084Z Compiling dof v0.3.0
4982025-02-24T21:00:59.278Z Compiling cargo_metadata v0.18.1
4992025-02-24T21:01:00.445Z Compiling usdt-macro v0.5.0
5002025-02-24T21:01:00.445Z Compiling usdt-attr-macro v0.5.0
5012025-02-24T21:01:01.030Z Compiling toml v0.8.19
5022025-02-24T21:01:01.551Z Compiling usdt v0.5.0
5032025-02-24T21:01:01.839Z Compiling cargo_toml v0.20.5
5042025-02-24T21:01:04.446Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5052025-02-24T21:01:07.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.75s
5062025-02-24T21:01:07.868Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5072025-02-24T21:01:08.423Z Downloading crates ...
5082025-02-24T21:01:08.548Z Downloaded async-stream-impl v0.3.6
5092025-02-24T21:01:08.557Z Downloaded atty v0.2.14
5102025-02-24T21:01:08.559Z Downloaded atomic-waker v1.1.2
5112025-02-24T21:01:08.562Z Downloaded aead v0.5.2
5122025-02-24T21:01:08.564Z Downloaded adler2 v2.0.0
5132025-02-24T21:01:08.568Z Downloaded atomicwrites v0.4.4
5142025-02-24T21:01:08.570Z Downloaded headers-core v0.3.0
5152025-02-24T21:01:08.583Z Downloaded curve25519-dalek-derive v0.1.1
5162025-02-24T21:01:08.585Z Downloaded hashlink v0.9.1
5172025-02-24T21:01:08.587Z Downloaded crunchy v0.2.2
5182025-02-24T21:01:08.587Z Downloaded heapless v0.8.0
5192025-02-24T21:01:08.591Z Downloaded heapless v0.7.17
5202025-02-24T21:01:08.595Z Downloaded crucible-workspace-hack v0.1.0
5212025-02-24T21:01:08.597Z Downloaded ciborium-io v0.2.2
5222025-02-24T21:01:08.597Z Downloaded headers v0.4.0
5232025-02-24T21:01:08.601Z Downloaded cstr-argument v0.1.2
5242025-02-24T21:01:08.604Z Downloaded cfg_aliases v0.2.1
5252025-02-24T21:01:08.604Z Downloaded array-init v0.0.4
5262025-02-24T21:01:08.606Z Downloaded assert_matches v1.5.0
5272025-02-24T21:01:08.606Z Downloaded arrayref v0.3.9
5282025-02-24T21:01:08.609Z Downloaded cfg_aliases v0.1.1
5292025-02-24T21:01:08.609Z Downloaded ascii-canvas v3.0.0
5302025-02-24T21:01:08.618Z Downloaded blowfish v0.9.1
5312025-02-24T21:01:08.621Z Downloaded async-recursion v1.1.1
5322025-02-24T21:01:08.623Z Downloaded bitflags v1.3.2
5332025-02-24T21:01:08.626Z Downloaded bb8 v0.8.5
5342025-02-24T21:01:08.628Z Downloaded async-stream v0.3.6
5352025-02-24T21:01:08.636Z Downloaded ctr v0.9.2
5362025-02-24T21:01:08.638Z Downloaded bitfield v0.14.0
5372025-02-24T21:01:08.641Z Downloaded constant_time_eq v0.3.1
5382025-02-24T21:01:08.643Z Downloaded block-padding v0.3.3
5392025-02-24T21:01:08.653Z Downloaded crc v3.2.1
5402025-02-24T21:01:08.653Z Downloaded bcrypt-pbkdf v0.10.0
5412025-02-24T21:01:08.654Z Downloaded bit-set v0.5.3
5422025-02-24T21:01:08.657Z Downloaded colored v2.1.0
5432025-02-24T21:01:08.657Z Downloaded base16ct v0.2.0
5442025-02-24T21:01:08.663Z Downloaded ciborium-ll v0.2.2
5452025-02-24T21:01:08.665Z Downloaded chacha20 v0.9.1
5462025-02-24T21:01:08.669Z Downloaded addr2line v0.24.2
5472025-02-24T21:01:08.669Z Downloaded hmac v0.12.1
5482025-02-24T21:01:08.672Z Downloaded hex-literal v0.4.1
5492025-02-24T21:01:08.672Z Downloaded cassowary v0.3.0
5502025-02-24T21:01:08.675Z Downloaded heck v0.3.3
5512025-02-24T21:01:08.677Z Downloaded hostname v0.4.0
5522025-02-24T21:01:08.677Z Downloaded hickory-client v0.24.3
5532025-02-24T21:01:08.681Z Downloaded progenitor-client v0.8.0
5542025-02-24T21:01:08.683Z Downloaded highway v1.2.0
5552025-02-24T21:01:08.683Z Downloaded cbc v0.1.2
5562025-02-24T21:01:08.685Z Downloaded bitfield-struct v0.6.2
5572025-02-24T21:01:08.685Z Downloaded backoff v0.4.0
5582025-02-24T21:01:08.688Z Downloaded hickory-server v0.24.3
5592025-02-24T21:01:08.693Z Downloaded hyper-rustls v0.27.3
5602025-02-24T21:01:08.696Z Downloaded argon2 v0.5.3
5612025-02-24T21:01:08.698Z Downloaded async-bb8-diesel v0.2.1
5622025-02-24T21:01:08.701Z Downloaded const_format_proc_macros v0.2.34
5632025-02-24T21:01:08.703Z Downloaded cmake v0.1.51
5642025-02-24T21:01:08.705Z Downloaded convert_case v0.4.0
5652025-02-24T21:01:08.705Z Downloaded cobs v0.2.3
5662025-02-24T21:01:08.708Z Downloaded bzip2 v0.4.4
5672025-02-24T21:01:08.710Z Downloaded hickory-resolver v0.24.3
5682025-02-24T21:01:08.713Z Downloaded hubpack v0.1.2
5692025-02-24T21:01:08.716Z Downloaded http-body v1.0.1
5702025-02-24T21:01:08.716Z Downloaded chrono-tz-build v0.4.0
5712025-02-24T21:01:08.718Z Downloaded home v0.5.9
5722025-02-24T21:01:08.718Z Downloaded csv-core v0.1.11
5732025-02-24T21:01:08.721Z Downloaded hostname v0.3.1
5742025-02-24T21:01:08.723Z Downloaded hickory-proto v0.24.3
5752025-02-24T21:01:08.738Z Downloaded sigpipe v0.1.3
5762025-02-24T21:01:08.741Z Downloaded hubpack_derive v0.1.1
5772025-02-24T21:01:08.741Z Downloaded http-body-util v0.1.2
5782025-02-24T21:01:08.743Z Downloaded async-trait v0.1.86
5792025-02-24T21:01:08.745Z Downloaded arrayvec v0.7.6
5802025-02-24T21:01:08.750Z Downloaded tower-service v0.3.3
5812025-02-24T21:01:08.753Z Downloaded progenitor-macro v0.9.1
5822025-02-24T21:01:08.753Z Downloaded httpdate v1.0.3
5832025-02-24T21:01:08.754Z Downloaded hex v0.4.3
5842025-02-24T21:01:08.756Z Downloaded cipher v0.4.4
5852025-02-24T21:01:08.756Z Downloaded ahash v0.8.11
5862025-02-24T21:01:08.758Z Downloaded sec1 v0.7.3
5872025-02-24T21:01:08.761Z Downloaded scheduled-thread-pool v0.2.7
5882025-02-24T21:01:08.761Z Downloaded is_ci v1.2.0
5892025-02-24T21:01:08.763Z Downloaded indent_write v2.2.0
5902025-02-24T21:01:08.763Z Downloaded ident_case v1.0.1
5912025-02-24T21:01:08.763Z Downloaded httparse v1.9.5
5922025-02-24T21:01:08.766Z Downloaded serde_path_to_error v0.1.16
5932025-02-24T21:01:08.769Z Downloaded indoc v1.0.9
5942025-02-24T21:01:08.771Z Downloaded cookie_store v0.21.1
5952025-02-24T21:01:08.773Z Downloaded internet-checksum v0.2.1
5962025-02-24T21:01:08.776Z Downloaded indoc v2.0.5
5972025-02-24T21:01:08.778Z Downloaded impl-trait-for-tuples v0.2.2
5982025-02-24T21:01:08.780Z Downloaded crc-any v2.5.0
5992025-02-24T21:01:08.783Z Downloaded russh-cryptovec v0.7.3
6002025-02-24T21:01:08.785Z Downloaded crossbeam-epoch v0.9.18
6012025-02-24T21:01:08.788Z Downloaded md5 v0.7.0
6022025-02-24T21:01:08.788Z Downloaded match_cfg v0.1.0
6032025-02-24T21:01:08.788Z Downloaded cookie v0.18.1
6042025-02-24T21:01:08.791Z Downloaded is-terminal v0.4.13
6052025-02-24T21:01:08.794Z Downloaded cancel-safe-futures v0.1.5
6062025-02-24T21:01:08.796Z Downloaded buf-list v1.0.3
6072025-02-24T21:01:08.799Z Downloaded hyper-staticfile v0.10.1
6082025-02-24T21:01:08.801Z Downloaded arc-swap v1.7.1
6092025-02-24T21:01:08.804Z Downloaded write16 v1.0.0
6102025-02-24T21:01:08.806Z Downloaded supports-color v3.0.1
6112025-02-24T21:01:08.806Z Downloaded stringprep v0.1.5
6122025-02-24T21:01:08.808Z Downloaded string_cache v0.8.7
6132025-02-24T21:01:08.811Z Downloaded foreign-types-shared v0.3.1
6142025-02-24T21:01:08.811Z Downloaded keccak v0.1.5
6152025-02-24T21:01:08.813Z Downloaded managed v0.8.0
6162025-02-24T21:01:08.813Z Downloaded lru-cache v0.1.2
6172025-02-24T21:01:08.816Z Downloaded foreign-types-shared v0.1.1
6182025-02-24T21:01:08.816Z Downloaded foreign-types v0.3.2
6192025-02-24T21:01:08.818Z Downloaded linear-map v1.2.0
6202025-02-24T21:01:08.818Z Downloaded maplit v1.0.2
6212025-02-24T21:01:08.821Z Downloaded tinystr v0.7.6
6222025-02-24T21:01:08.824Z Downloaded thread_local v1.1.8
6232025-02-24T21:01:08.824Z Downloaded idna_adapter v1.2.0
6242025-02-24T21:01:08.824Z Downloaded castaway v0.2.3
6252025-02-24T21:01:08.827Z Downloaded md-5 v0.10.6
6262025-02-24T21:01:08.830Z Downloaded typify-macro v0.2.0
6272025-02-24T21:01:08.830Z Downloaded normalize-line-endings v0.3.0
6282025-02-24T21:01:08.830Z Downloaded serde_derive_internals v0.29.1
6292025-02-24T21:01:08.832Z Downloaded rustls-pemfile v2.2.0
6302025-02-24T21:01:08.835Z Downloaded rand_chacha v0.9.0
6312025-02-24T21:01:08.835Z Downloaded libsw v3.3.1
6322025-02-24T21:01:08.837Z Downloaded base64 v0.13.1
6332025-02-24T21:01:08.840Z Downloaded ipnet v2.10.1
6342025-02-24T21:01:08.843Z Downloaded chacha20poly1305 v0.10.1
6352025-02-24T21:01:08.845Z Downloaded icu_provider v1.5.0
6362025-02-24T21:01:08.848Z Downloaded openssl-probe v0.1.5
6372025-02-24T21:01:08.850Z Downloaded utf16_iter v1.0.5
6382025-02-24T21:01:08.850Z Downloaded walkdir v2.5.0
6392025-02-24T21:01:08.853Z Downloaded crossbeam-utils v0.8.20
6402025-02-24T21:01:08.855Z Downloaded display-error-chain v0.2.2
6412025-02-24T21:01:08.857Z Downloaded dirs-sys-next v0.1.2
6422025-02-24T21:01:08.857Z Downloaded universal-hash v0.5.1
6432025-02-24T21:01:08.860Z Downloaded typify-macro v0.3.0
6442025-02-24T21:01:08.860Z Downloaded memoffset v0.9.1
6452025-02-24T21:01:08.862Z Downloaded clang-sys v1.8.1
6462025-02-24T21:01:08.864Z Downloaded fixedbitset v0.4.2
6472025-02-24T21:01:08.867Z Downloaded fallible-streaming-iterator v0.1.9
6482025-02-24T21:01:08.867Z Downloaded derive_builder_macro v0.20.2
6492025-02-24T21:01:08.869Z Downloaded wyz v0.5.1
6502025-02-24T21:01:08.869Z Downloaded lock_api v0.4.12
6512025-02-24T21:01:08.871Z Downloaded writeable v0.5.5
6522025-02-24T21:01:08.874Z Downloaded data-encoding v2.6.0
6532025-02-24T21:01:08.877Z Downloaded simd-adler32 v0.3.7
6542025-02-24T21:01:08.877Z Downloaded mime v0.3.17
6552025-02-24T21:01:08.879Z Downloaded funty v2.0.0
6562025-02-24T21:01:08.879Z Downloaded icu_normalizer_data v1.5.0
6572025-02-24T21:01:08.881Z Downloaded fragile v2.0.0
6582025-02-24T21:01:08.884Z Downloaded slog-envlogger v2.2.0
6592025-02-24T21:01:08.887Z Downloaded icu_normalizer v1.5.0
6602025-02-24T21:01:08.890Z Downloaded litemap v0.7.3
6612025-02-24T21:01:08.892Z Downloaded form_urlencoded v1.2.1
6622025-02-24T21:01:08.892Z Downloaded foreign-types-macros v0.2.3
6632025-02-24T21:01:08.895Z Downloaded foreign-types v0.5.0
6642025-02-24T21:01:08.895Z Downloaded rustls-pki-types v1.10.0
6652025-02-24T21:01:08.897Z Downloaded sync_wrapper v1.0.1
6662025-02-24T21:01:08.899Z Downloaded pin-utils v0.1.0
6672025-02-24T21:01:08.902Z Downloaded twox-hash v2.1.0
6682025-02-24T21:01:08.904Z Downloaded tokio-tungstenite v0.24.0
6692025-02-24T21:01:08.906Z Downloaded sync-ptr v0.1.1
6702025-02-24T21:01:08.906Z Downloaded tokio-tungstenite v0.23.1
6712025-02-24T21:01:08.909Z Downloaded crypto-bigint v0.5.5
6722025-02-24T21:01:08.915Z Downloaded rand_seeder v0.3.0
6732025-02-24T21:01:08.917Z Downloaded base64 v0.21.7
6742025-02-24T21:01:08.921Z Downloaded xattr v1.3.1
6752025-02-24T21:01:08.923Z Downloaded libloading v0.8.5
6762025-02-24T21:01:08.926Z Downloaded tower-layer v0.3.3
6772025-02-24T21:01:08.936Z Downloaded zerofrom v0.1.4
6782025-02-24T21:01:08.939Z Downloaded rustc-hash v1.1.0
6792025-02-24T21:01:08.939Z Downloaded path-slash v0.1.5
6802025-02-24T21:01:08.942Z Downloaded nu-ansi-term v0.50.1
6812025-02-24T21:01:08.945Z Downloaded opaque-debug v0.3.1
6822025-02-24T21:01:08.945Z Downloaded newline-converter v0.3.0
6832025-02-24T21:01:08.947Z Downloaded oso-derive v0.27.3
6842025-02-24T21:01:08.947Z Downloaded num_threads v0.1.7
6852025-02-24T21:01:08.947Z Downloaded newtype_derive v0.1.6
6862025-02-24T21:01:08.950Z Downloaded semver v0.1.20
6872025-02-24T21:01:08.950Z Downloaded secrecy v0.8.0
6882025-02-24T21:01:08.953Z Downloaded ssh-cipher v0.2.0
6892025-02-24T21:01:08.953Z Downloaded tabled_derive v0.10.0
6902025-02-24T21:01:08.955Z Downloaded synstructure v0.13.1
6912025-02-24T21:01:08.955Z Downloaded pkcs1 v0.7.5
6922025-02-24T21:01:08.959Z Downloaded slog-async v2.8.0
6932025-02-24T21:01:08.962Z Downloaded wait-timeout v0.2.0
6942025-02-24T21:01:08.962Z Downloaded icu_properties v1.5.1
6952025-02-24T21:01:08.965Z Downloaded untrusted v0.9.0
6962025-02-24T21:01:08.968Z Downloaded zeroize v1.8.1
6972025-02-24T21:01:08.970Z Downloaded rand_core v0.9.2
6982025-02-24T21:01:08.970Z Downloaded bumpalo v3.16.0
6992025-02-24T21:01:08.974Z Downloaded serde-big-array v0.5.1
7002025-02-24T21:01:08.977Z Downloaded rustc-demangle v0.1.24
7012025-02-24T21:01:08.980Z Downloaded cc v1.2.15
7022025-02-24T21:01:08.982Z Downloaded filetime v0.2.25
7032025-02-24T21:01:08.986Z Downloaded ff v0.13.0
7042025-02-24T21:01:08.989Z Downloaded fd-lock v4.0.2
7052025-02-24T21:01:08.989Z Downloaded nibble_vec v0.1.0
7062025-02-24T21:01:08.992Z Downloaded group v0.13.0
7072025-02-24T21:01:08.992Z Downloaded subtle v2.6.1
7082025-02-24T21:01:08.995Z Downloaded strum_macros v0.25.3
7092025-02-24T21:01:08.998Z Downloaded topological-sort v0.2.2
7102025-02-24T21:01:08.998Z Downloaded strum_macros v0.24.3
7112025-02-24T21:01:09.001Z Downloaded pin-project-lite v0.2.14
7122025-02-24T21:01:09.006Z Downloaded yoke-derive v0.7.4
7132025-02-24T21:01:09.010Z Downloaded zerofrom-derive v0.1.4
7142025-02-24T21:01:09.011Z Downloaded oxnet v0.1.0
7152025-02-24T21:01:09.011Z Downloaded diesel_derives v2.2.3
7162025-02-24T21:01:09.014Z Downloaded polyval v0.6.2
7172025-02-24T21:01:09.017Z Downloaded unicode-xid v0.2.6
7182025-02-24T21:01:09.017Z Downloaded proc-macro-crate v1.3.1
7192025-02-24T21:01:09.017Z Downloaded zopfli v0.8.1
7202025-02-24T21:01:09.020Z Downloaded der_derive v0.7.3
7212025-02-24T21:01:09.023Z Downloaded newtype-uuid v1.2.1
7222025-02-24T21:01:09.023Z Downloaded futures v0.3.31
7232025-02-24T21:01:09.029Z Downloaded slog-scope v4.4.0
7242025-02-24T21:01:09.032Z Downloaded serde-hex v0.1.0
7252025-02-24T21:01:09.033Z Downloaded peg v0.8.4
7262025-02-24T21:01:09.036Z Downloaded sct v0.7.1
7272025-02-24T21:01:09.038Z Downloaded pbkdf2 v0.12.2
7282025-02-24T21:01:09.041Z Downloaded tinyvec_macros v0.1.1
7292025-02-24T21:01:09.044Z Downloaded thiserror-impl v2.0.11
7302025-02-24T21:01:09.044Z Downloaded openssl-macros v0.1.1
7312025-02-24T21:01:09.044Z Downloaded http v1.2.0
7322025-02-24T21:01:09.048Z Downloaded tls_codec_derive v0.4.1
7332025-02-24T21:01:09.051Z Downloaded tls_codec v0.4.1
7342025-02-24T21:01:09.054Z Downloaded tiny-keccak v2.0.2
7352025-02-24T21:01:09.056Z Downloaded rfc6979 v0.4.0
7362025-02-24T21:01:09.057Z Downloaded pkg-config v0.3.31
7372025-02-24T21:01:09.060Z Downloaded rustls-pemfile v1.0.4
7382025-02-24T21:01:09.063Z Downloaded socket2 v0.5.8
7392025-02-24T21:01:09.063Z Downloaded xz2 v0.1.7
7402025-02-24T21:01:09.066Z Downloaded which v4.4.2
7412025-02-24T21:01:09.068Z Downloaded progenitor-client v0.9.1
7422025-02-24T21:01:09.068Z Downloaded new_debug_unreachable v1.0.6
7432025-02-24T21:01:09.068Z Downloaded tracing-attributes v0.1.27
7442025-02-24T21:01:09.071Z Downloaded minimal-lexical v0.2.1
7452025-02-24T21:01:09.075Z Downloaded toolchain_find v0.4.0
7462025-02-24T21:01:09.079Z Downloaded time-core v0.1.2
7472025-02-24T21:01:09.079Z Downloaded signature v2.2.0
7482025-02-24T21:01:09.082Z Downloaded dyn-clone v1.0.18
7492025-02-24T21:01:09.082Z Downloaded postcard v1.0.10
7502025-02-24T21:01:09.085Z Downloaded termcolor v1.4.1
7512025-02-24T21:01:09.085Z Downloaded fatfs v0.3.6
7522025-02-24T21:01:09.089Z Downloaded poly1305 v0.8.0
7532025-02-24T21:01:09.094Z Downloaded ecdsa v0.16.9
7542025-02-24T21:01:09.097Z Downloaded futures-io v0.3.31
7552025-02-24T21:01:09.097Z Downloaded globset v0.4.15
7562025-02-24T21:01:09.097Z Downloaded futures-executor v0.3.31
7572025-02-24T21:01:09.099Z Downloaded futures-core v0.3.31
7582025-02-24T21:01:09.100Z Downloaded owo-colors v4.1.0
7592025-02-24T21:01:09.102Z Downloaded slog v2.7.0
7602025-02-24T21:01:09.105Z Downloaded packed_struct_codegen v0.10.1
7612025-02-24T21:01:09.108Z Downloaded pretty-hex v0.2.1
7622025-02-24T21:01:09.108Z Downloaded typify v0.2.0
7632025-02-24T21:01:09.112Z Downloaded pkcs8 v0.10.2
7642025-02-24T21:01:09.115Z Downloaded smf v0.2.3
7652025-02-24T21:01:09.115Z Downloaded serde_plain v1.0.2
7662025-02-24T21:01:09.117Z Downloaded same-file v1.0.6
7672025-02-24T21:01:09.118Z Downloaded resolv-conf v0.7.0
7682025-02-24T21:01:09.120Z Downloaded ron v0.7.1
7692025-02-24T21:01:09.124Z Downloaded pin-project-internal v1.1.6
7702025-02-24T21:01:09.126Z Downloaded static_assertions v1.1.0
7712025-02-24T21:01:09.131Z Downloaded num v0.4.3
7722025-02-24T21:01:09.131Z Downloaded flagset v0.4.6
7732025-02-24T21:01:09.133Z Downloaded derive-where v1.2.7
7742025-02-24T21:01:09.136Z Downloaded utf8_iter v1.0.4
7752025-02-24T21:01:09.136Z Downloaded diesel_table_macro_syntax v0.2.0
7762025-02-24T21:01:09.139Z Downloaded subprocess v0.2.9
7772025-02-24T21:01:09.142Z Downloaded openssl-sys v0.9.106
7782025-02-24T21:01:09.145Z Downloaded zone v0.1.8
7792025-02-24T21:01:09.147Z Downloaded idna v1.0.3
7802025-02-24T21:01:09.150Z Downloaded hash32 v0.3.1
7812025-02-24T21:01:09.153Z Downloaded hash32 v0.2.1
7822025-02-24T21:01:09.156Z Downloaded time-macros v0.2.18
7832025-02-24T21:01:09.159Z Downloaded downcast v0.11.0
7842025-02-24T21:01:09.159Z Downloaded try-lock v0.2.5
7852025-02-24T21:01:09.159Z Downloaded snafu-derive v0.8.5
7862025-02-24T21:01:09.162Z Downloaded env_filter v0.1.2
7872025-02-24T21:01:09.162Z Downloaded parking_lot_core v0.8.6
7882025-02-24T21:01:09.165Z Downloaded predicates-core v1.0.8
7892025-02-24T21:01:09.165Z Downloaded percent-encoding v2.3.1
7902025-02-24T21:01:09.168Z Downloaded num_enum v0.5.11
7912025-02-24T21:01:09.171Z Downloaded embedded-io v0.6.1
7922025-02-24T21:01:09.173Z Downloaded mockall_derive v0.13.1
7932025-02-24T21:01:09.176Z Downloaded des v0.8.1
7942025-02-24T21:01:09.176Z Downloaded derive_more v0.99.19
7952025-02-24T21:01:09.181Z Downloaded thiserror-no-std v2.0.2
7962025-02-24T21:01:09.184Z Downloaded number_prefix v0.4.0
7972025-02-24T21:01:09.188Z Downloaded hkdf v0.12.4
7982025-02-24T21:01:09.191Z Downloaded flume v0.11.1
7992025-02-24T21:01:09.193Z Downloaded ref-cast v1.0.23
8002025-02-24T21:01:09.196Z Downloaded p256 v0.13.2
8012025-02-24T21:01:09.199Z Downloaded ena v0.14.3
8022025-02-24T21:01:09.203Z Downloaded siphasher v0.3.11
8032025-02-24T21:01:09.204Z Downloaded enum-as-inner v0.6.1
8042025-02-24T21:01:09.209Z Downloaded signal-hook-tokio v0.3.1
8052025-02-24T21:01:09.209Z Downloaded glob v0.3.2
8062025-02-24T21:01:09.212Z Downloaded parse-display v0.10.0
8072025-02-24T21:01:09.212Z Downloaded take_mut v0.2.2
8082025-02-24T21:01:09.212Z Downloaded tui-tree-widget v0.23.0
8092025-02-24T21:01:09.212Z Downloaded signal-hook-registry v1.4.2
8102025-02-24T21:01:09.212Z Downloaded termtree v0.4.1
8112025-02-24T21:01:09.215Z Downloaded signal-hook-mio v0.2.4
8122025-02-24T21:01:09.215Z Downloaded vte_generate_state_changes v0.1.2
8132025-02-24T21:01:09.218Z Downloaded dunce v1.0.5
8142025-02-24T21:01:09.218Z Downloaded pem-rfc7468 v0.7.0
8152025-02-24T21:01:09.221Z Downloaded parking_lot v0.12.3
8162025-02-24T21:01:09.224Z Downloaded parking_lot v0.11.2
8172025-02-24T21:01:09.224Z Downloaded zerocopy-derive v0.8.10
8182025-02-24T21:01:09.230Z Downloaded unicode-properties v0.1.3
8192025-02-24T21:01:09.234Z Downloaded reedline v0.35.0
8202025-02-24T21:01:09.241Z Downloaded mirai-annotations v1.12.0
8212025-02-24T21:01:09.244Z Downloaded shlex v1.3.0
8222025-02-24T21:01:09.244Z Downloaded num-rational v0.4.2
8232025-02-24T21:01:09.248Z Downloaded shell-words v1.1.0
8242025-02-24T21:01:09.248Z Downloaded rand_xorshift v0.3.0
8252025-02-24T21:01:09.248Z Downloaded defmt v0.3.8
8262025-02-24T21:01:09.251Z Downloaded half v2.4.1
8272025-02-24T21:01:09.254Z Downloaded slog-stdlog v4.1.1
8282025-02-24T21:01:09.257Z Downloaded slog-bunyan v2.5.0
8292025-02-24T21:01:09.257Z Downloaded papergrid v0.14.0
8302025-02-24T21:01:09.262Z Downloaded omicron-zone-package v0.12.0
8312025-02-24T21:01:09.265Z Downloaded tap v1.0.1
8322025-02-24T21:01:09.268Z Downloaded derive_builder v0.20.2
8332025-02-24T21:01:09.272Z Downloaded fxhash v0.2.1
8342025-02-24T21:01:09.275Z Downloaded crossterm v0.28.1
8352025-02-24T21:01:09.280Z Downloaded num-conv v0.1.0
8362025-02-24T21:01:09.283Z Downloaded document-features v0.2.10
8372025-02-24T21:01:09.283Z Downloaded dirs-next v2.0.0
8382025-02-24T21:01:09.283Z Downloaded parking_lot_core v0.9.10
8392025-02-24T21:01:09.286Z Downloaded num-complex v0.4.6
8402025-02-24T21:01:09.288Z Downloaded phf_shared v0.11.2
8412025-02-24T21:01:09.289Z Downloaded diesel-dtrace v0.4.2
8422025-02-24T21:01:09.291Z Downloaded zip v0.6.6
8432025-02-24T21:01:09.294Z Downloaded sqlparser_derive v0.2.2
8442025-02-24T21:01:09.297Z Downloaded quick-error v1.2.3
8452025-02-24T21:01:09.297Z Downloaded progenitor v0.9.1
8462025-02-24T21:01:09.301Z Downloaded num-integer v0.1.46
8472025-02-24T21:01:09.301Z Downloaded itertools v0.13.0
8482025-02-24T21:01:09.307Z Downloaded spki v0.7.3
8492025-02-24T21:01:09.310Z Downloaded term v0.7.0
8502025-02-24T21:01:09.312Z Downloaded zone_cfg_derive v0.3.0
8512025-02-24T21:01:09.315Z Downloaded waitgroup v0.1.2
8522025-02-24T21:01:09.315Z Downloaded strip-ansi-escapes v0.2.0
8532025-02-24T21:01:09.317Z Downloaded parse-size v1.1.0
8542025-02-24T21:01:09.317Z Downloaded termtree v0.5.1
8552025-02-24T21:01:09.319Z Downloaded unsafe-libyaml v0.2.11
8562025-02-24T21:01:09.322Z Downloaded defmt-parser v0.3.4
8572025-02-24T21:01:09.325Z Downloaded thiserror v2.0.11
8582025-02-24T21:01:09.328Z Downloaded daft-derive v0.1.1
8592025-02-24T21:01:09.332Z Downloaded diff v0.1.13
8602025-02-24T21:01:09.336Z Downloaded want v0.3.1
8612025-02-24T21:01:09.344Z Downloaded num-traits v0.2.19
8622025-02-24T21:01:09.355Z Downloaded phf_generator v0.11.2
8632025-02-24T21:01:09.355Z Downloaded password-hash v0.5.0
8642025-02-24T21:01:09.355Z Downloaded password-hash v0.4.2
8652025-02-24T21:01:09.355Z Downloaded peg-runtime v0.8.3
8662025-02-24T21:01:09.355Z Downloaded proc-macro-error2 v2.0.1
8672025-02-24T21:01:09.355Z Downloaded similar v2.6.0
8682025-02-24T21:01:09.360Z Downloaded stable_deref_trait v1.2.0
8692025-02-24T21:01:09.360Z Downloaded zone v0.3.0
8702025-02-24T21:01:09.360Z Downloaded rpassword v7.3.1
8712025-02-24T21:01:09.360Z Downloaded getrandom v0.2.15
8722025-02-24T21:01:09.363Z Downloaded tungstenite v0.21.0
8732025-02-24T21:01:09.367Z Downloaded progenitor-impl v0.8.0
8742025-02-24T21:01:09.371Z Downloaded strum v0.26.3
8752025-02-24T21:01:09.371Z Downloaded rustc-hash v2.1.1
8762025-02-24T21:01:09.377Z Downloaded rtoolbox v0.0.2
8772025-02-24T21:01:09.379Z Downloaded nanorand v0.7.0
8782025-02-24T21:01:09.384Z Downloaded fallible-iterator v0.2.0
8792025-02-24T21:01:09.388Z Downloaded thiserror-impl-no-std v2.0.2
8802025-02-24T21:01:09.388Z Downloaded tabwriter v1.4.0
8812025-02-24T21:01:09.391Z Downloaded toml_edit v0.19.15
8822025-02-24T21:01:09.409Z Downloaded precomputed-hash v0.1.1
8832025-02-24T21:01:09.412Z Downloaded tokio-native-tls v0.3.1
8842025-02-24T21:01:09.416Z Downloaded tokio-macros v2.5.0
8852025-02-24T21:01:09.416Z Downloaded paste v1.0.15
8862025-02-24T21:01:09.421Z Downloaded fallible-iterator v0.3.0
8872025-02-24T21:01:09.421Z Downloaded zerocopy v0.6.6
8882025-02-24T21:01:09.424Z Downloaded smallvec v1.14.0
8892025-02-24T21:01:09.424Z Downloaded zeroize_derive v1.4.2
8902025-02-24T21:01:09.424Z Downloaded env_logger v0.11.5
8912025-02-24T21:01:09.427Z Downloaded rustc_version v0.4.1
8922025-02-24T21:01:09.431Z Downloaded r2d2 v0.8.10
8932025-02-24T21:01:09.431Z Downloaded quinn-udp v0.5.5
8942025-02-24T21:01:09.434Z Downloaded difflib v0.4.0
8952025-02-24T21:01:09.434Z Downloaded rustc_version v0.1.7
8962025-02-24T21:01:09.434Z Downloaded typify v0.3.0
8972025-02-24T21:01:09.437Z Downloaded nom v7.1.3
8982025-02-24T21:01:09.444Z Downloaded spin v0.9.8
8992025-02-24T21:01:09.447Z Downloaded pem v3.0.4
9002025-02-24T21:01:09.447Z Downloaded either v1.13.0
9012025-02-24T21:01:09.450Z Downloaded vsss-rs v3.3.4
9022025-02-24T21:01:09.450Z Downloaded ref-cast-impl v1.0.23
9032025-02-24T21:01:09.453Z Downloaded embedded-io v0.4.0
9042025-02-24T21:01:09.453Z Downloaded zone_cfg_derive v0.1.2
9052025-02-24T21:01:09.456Z Downloaded phf_shared v0.10.0
9062025-02-24T21:01:09.456Z Downloaded rusty-fork v0.3.0
9072025-02-24T21:01:09.456Z Downloaded rustfmt-wrapper v0.2.1
9082025-02-24T21:01:09.459Z Downloaded vergen v8.3.2
9092025-02-24T21:01:09.463Z Downloaded tower v0.5.2
9102025-02-24T21:01:09.470Z Downloaded num-derive v0.4.2
9112025-02-24T21:01:09.473Z Downloaded publicsuffix v2.3.0
9122025-02-24T21:01:09.476Z Downloaded structmeta v0.3.0
9132025-02-24T21:01:09.479Z Downloaded parse-display-derive v0.10.0
9142025-02-24T21:01:09.479Z Downloaded tungstenite v0.24.0
9152025-02-24T21:01:09.482Z Downloaded vte v0.11.1
9162025-02-24T21:01:09.485Z Downloaded unicode_categories v0.1.1
9172025-02-24T21:01:09.488Z Downloaded multer v3.1.0
9182025-02-24T21:01:09.492Z Downloaded gethostname v0.5.0
9192025-02-24T21:01:09.492Z Downloaded unicase v2.7.0
9202025-02-24T21:01:09.496Z Downloaded unarray v0.1.4
9212025-02-24T21:01:09.496Z Downloaded debug-ignore v1.0.5
9222025-02-24T21:01:09.496Z Downloaded miniz_oxide v0.8.0
9232025-02-24T21:01:09.499Z Downloaded slab v0.4.9
9242025-02-24T21:01:09.499Z Downloaded futures-task v0.3.31
9252025-02-24T21:01:09.502Z Downloaded value-bag v1.9.0
9262025-02-24T21:01:09.504Z Downloaded sha1 v0.10.6
9272025-02-24T21:01:09.507Z Downloaded env_logger v0.10.2
9282025-02-24T21:01:09.510Z Downloaded prettyplease v0.2.29
9292025-02-24T21:01:09.514Z Downloaded uzers v0.12.1
9302025-02-24T21:01:09.517Z Downloaded time v0.3.36
9312025-02-24T21:01:09.523Z Downloaded daft v0.1.1
9322025-02-24T21:01:09.526Z Downloaded serde_urlencoded v0.7.1
9332025-02-24T21:01:09.528Z Downloaded rsa v0.9.6
9342025-02-24T21:01:09.531Z Downloaded futures-sink v0.3.31
9352025-02-24T21:01:09.534Z Downloaded futures-macro v0.3.31
9362025-02-24T21:01:09.537Z Downloaded p521 v0.13.3
9372025-02-24T21:01:09.540Z Downloaded phf v0.11.2
9382025-02-24T21:01:09.543Z Downloaded lalrpop v0.19.12
9392025-02-24T21:01:09.552Z Downloaded structmeta-derive v0.3.0
9402025-02-24T21:01:09.555Z Downloaded peg-macros v0.8.4
9412025-02-24T21:01:09.558Z Downloaded darling_core v0.20.10
9422025-02-24T21:01:09.561Z Downloaded rand v0.8.5
9432025-02-24T21:01:09.564Z Downloaded darling v0.20.10
9442025-02-24T21:01:09.570Z Downloaded quinn v0.11.5
9452025-02-24T21:01:09.572Z Downloaded ssh-key v0.6.6
9462025-02-24T21:01:09.580Z Downloaded h2 v0.4.6
9472025-02-24T21:01:09.587Z Downloaded unicode-bidi v0.3.17
9482025-02-24T21:01:09.592Z Downloaded postgres-types v0.2.8
9492025-02-24T21:01:09.596Z Downloaded flate2 v1.0.35
9502025-02-24T21:01:09.599Z Downloaded num-bigint-dig v0.8.4
9512025-02-24T21:01:09.605Z Downloaded expectorate v1.1.0
9522025-02-24T21:01:09.608Z Downloaded reqwest v0.12.12
9532025-02-24T21:01:09.617Z Downloaded tough v0.19.0
9542025-02-24T21:01:09.625Z Downloaded rustls-webpki v0.101.7
9552025-02-24T21:01:09.641Z Downloaded rustyline v14.0.0
9562025-02-24T21:01:09.648Z Downloaded unicode-normalization v0.1.24
9572025-02-24T21:01:09.652Z Downloaded uuid v1.12.0
9582025-02-24T21:01:09.656Z Downloaded futures-util v0.3.31
9592025-02-24T21:01:09.666Z Downloaded quick-xml v0.37.2
9602025-02-24T21:01:09.672Z Downloaded sqlparser v0.45.0
9612025-02-24T21:01:09.678Z Downloaded parse-zoneinfo v0.3.1
9622025-02-24T21:01:09.681Z Downloaded p384 v0.13.0
9632025-02-24T21:01:09.688Z Downloaded regex v1.11.1
9642025-02-24T21:01:09.702Z Downloaded serde_yaml v0.9.34+deprecated
9652025-02-24T21:01:09.706Z Downloaded num-bigint v0.4.6
9662025-02-24T21:01:09.712Z Downloaded bindgen v0.69.5
9672025-02-24T21:01:09.719Z Downloaded rustls-webpki v0.102.8
9682025-02-24T21:01:09.738Z Downloaded mio v1.0.2
9692025-02-24T21:01:09.744Z Downloaded bitvec v1.0.1
9702025-02-24T21:01:09.759Z Downloaded vcpkg v0.2.15
9712025-02-24T21:01:09.799Z Downloaded zerovec v0.10.4
9722025-02-24T21:01:09.804Z Downloaded bindgen v0.71.1
9732025-02-24T21:01:09.812Z Downloaded hashbrown v0.13.2
9742025-02-24T21:01:09.816Z Downloaded petname v2.0.2
9752025-02-24T21:01:09.822Z Downloaded rustls v0.21.12
9762025-02-24T21:01:09.834Z Downloaded tokio-util v0.7.12
9772025-02-24T21:01:09.840Z Downloaded rustls v0.22.4
9782025-02-24T21:01:09.854Z Downloaded elliptic-curve v0.13.8
9792025-02-24T21:01:09.858Z Downloaded ratatui v0.29.0
9802025-02-24T21:01:09.879Z Downloaded serde_with v3.11.0
9812025-02-24T21:01:09.885Z Downloaded tabled v0.18.0
9822025-02-24T21:01:09.903Z Downloaded salty v0.3.0
9832025-02-24T21:01:09.909Z Downloaded curve25519-dalek v4.1.3
9842025-02-24T21:01:09.918Z Downloaded chrono v0.4.39
9852025-02-24T21:01:09.925Z Downloaded proptest v1.5.0
9862025-02-24T21:01:09.934Z Downloaded winnow v0.5.40
9872025-02-24T21:01:09.944Z Downloaded hashbrown v0.14.5
9882025-02-24T21:01:09.951Z Downloaded quinn-proto v0.11.8
9892025-02-24T21:01:09.955Z Downloaded tokio-postgres v0.7.12
9902025-02-24T21:01:09.960Z Downloaded portable-atomic v1.9.0
9912025-02-24T21:01:09.966Z Downloaded zerocopy-derive v0.6.6
9922025-02-24T21:01:09.976Z Downloaded regex-syntax v0.6.29
9932025-02-24T21:01:09.983Z Downloaded icu_properties_data v1.5.0
9942025-02-24T21:01:09.994Z Downloaded lzma-sys v0.1.20
9952025-02-24T21:01:10.025Z Downloaded rayon v1.10.0
9962025-02-24T21:01:10.034Z Downloaded ppv-lite86 v0.2.20
9972025-02-24T21:01:10.036Z Downloaded ghash v0.5.1
9982025-02-24T21:01:10.036Z Downloaded blake3 v1.5.4
9992025-02-24T21:01:10.044Z Downloaded tokio-rustls v0.24.1
10002025-02-24T21:01:10.046Z Downloaded libz-sys v1.1.20
10012025-02-24T21:01:10.069Z Downloaded hashbrown v0.12.3
10022025-02-24T21:01:10.074Z Downloaded unicode-segmentation v1.12.0
10032025-02-24T21:01:10.077Z Downloaded tungstenite v0.23.0
10042025-02-24T21:01:10.080Z Downloaded git2 v0.19.0
10052025-02-24T21:01:10.090Z Downloaded petgraph v0.6.5
10062025-02-24T21:01:10.109Z Downloaded unicode-width v0.2.0
10072025-02-24T21:01:10.117Z Downloaded smoltcp v0.9.1
10082025-02-24T21:01:10.127Z Downloaded sha3 v0.10.8
10092025-02-24T21:01:10.132Z Downloaded polar-core v0.27.3
10102025-02-24T21:01:10.142Z Downloaded nix v0.29.0
10112025-02-24T21:01:10.154Z Downloaded webpki-roots v0.26.6
10122025-02-24T21:01:10.158Z Downloaded nix v0.27.1
10132025-02-24T21:01:10.171Z Downloaded nix v0.28.0
10142025-02-24T21:01:10.185Z Downloaded bstr v1.10.0
10152025-02-24T21:01:10.197Z Downloaded object v0.30.4
10162025-02-24T21:01:10.206Z Downloaded radix_trie v0.2.1
10172025-02-24T21:01:10.212Z Downloaded smoltcp v0.11.0
10182025-02-24T21:01:10.227Z Downloaded rustls v0.23.19
10192025-02-24T21:01:10.240Z Downloaded gimli v0.31.1
10202025-02-24T21:01:10.250Z Downloaded regress v0.10.1
10212025-02-24T21:01:10.259Z Downloaded openapiv3 v2.0.0
10222025-02-24T21:01:10.272Z Downloaded object v0.36.5
10232025-02-24T21:01:10.285Z Downloaded typify-impl v0.3.0
10242025-02-24T21:01:10.302Z Downloaded diesel v2.2.7
10252025-02-24T21:01:10.322Z Downloaded sled v0.34.7
10262025-02-24T21:01:10.334Z Downloaded dropshot v0.15.1
10272025-02-24T21:01:10.355Z Downloaded dropshot v0.12.0
10282025-02-24T21:01:10.377Z Downloaded typify-impl v0.2.0
10292025-02-24T21:01:10.392Z Downloaded regex-syntax v0.8.5
10302025-02-24T21:01:10.401Z Downloaded chrono-tz v0.10.1
10312025-02-24T21:01:10.409Z Downloaded regress v0.9.1
10322025-02-24T21:01:10.418Z Downloaded zerocopy v0.8.10
10332025-02-24T21:01:10.447Z Downloaded openssl v0.10.71
10342025-02-24T21:01:10.454Z Downloaded bzip2-sys v0.1.11+1.0.8
10352025-02-24T21:01:10.467Z Downloaded multimap v0.10.0
10362025-02-24T21:01:10.469Z Downloaded tokio-tungstenite v0.21.0
10372025-02-24T21:01:10.472Z Downloaded tokio-stream v0.1.16
10382025-02-24T21:01:10.475Z Downloaded tokio-rustls v0.26.0
10392025-02-24T21:01:10.477Z Downloaded qorb v0.2.1
10402025-02-24T21:01:10.480Z Downloaded serde_with_macros v3.11.0
10412025-02-24T21:01:10.484Z Downloaded tracing-core v0.1.32
10422025-02-24T21:01:10.487Z Downloaded defmt-macros v0.3.9
10432025-02-24T21:01:10.490Z Downloaded regex-automata v0.4.8
10442025-02-24T21:01:10.506Z Downloaded smallvec v0.6.14
10452025-02-24T21:01:10.509Z Downloaded slog-term v2.9.1
10462025-02-24T21:01:10.511Z Downloaded ring v0.17.11
10472025-02-24T21:01:10.553Z Downloaded serde_repr v0.1.19
10482025-02-24T21:01:10.556Z Downloaded predicates v3.1.3
10492025-02-24T21:01:10.558Z Downloaded derive_builder_core v0.20.2
10502025-02-24T21:01:10.561Z Downloaded steno v0.4.1
10512025-02-24T21:01:10.563Z Downloaded phf_codegen v0.11.2
10522025-02-24T21:01:10.566Z Downloaded mockall v0.13.1
10532025-02-24T21:01:10.566Z Downloaded native-tls v0.2.12
10542025-02-24T21:01:10.569Z Downloaded typed-path v0.9.3
10552025-02-24T21:01:10.574Z Downloaded aws-lc-rs v1.10.0
10562025-02-24T21:01:10.584Z Downloaded csv v1.3.1
10572025-02-24T21:01:10.605Z Downloaded rcgen v0.12.1
10582025-02-24T21:01:10.609Z Downloaded rayon-core v1.12.1
10592025-02-24T21:01:10.612Z Downloaded aho-corasick v1.1.3
10602025-02-24T21:01:10.617Z Downloaded url v2.5.3
10612025-02-24T21:01:10.619Z Downloaded rand v0.9.0
10622025-02-24T21:01:10.623Z Downloaded rusqlite v0.32.1
10632025-02-24T21:01:10.630Z Downloaded snafu v0.8.5
10642025-02-24T21:01:10.636Z Downloaded tokio v1.43.0
10652025-02-24T21:01:10.675Z Downloaded toml v0.7.8
10662025-02-24T21:01:10.678Z Downloaded progenitor v0.8.0
10672025-02-24T21:01:10.680Z Downloaded postgres-protocol v0.6.8
10682025-02-24T21:01:10.683Z Downloaded progenitor-impl v0.9.1
10692025-02-24T21:01:10.686Z Downloaded libgit2-sys v0.17.0+1.8.1
10702025-02-24T21:01:10.740Z Downloaded schemars v0.8.21
10712025-02-24T21:01:10.751Z Downloaded samael v0.0.18
10722025-02-24T21:01:10.757Z Downloaded ron v0.8.1
10732025-02-24T21:01:10.764Z Downloaded aes-gcm v0.10.3
10742025-02-24T21:01:10.766Z Downloaded pin-project v1.1.6
10752025-02-24T21:01:10.780Z Downloaded dropshot_endpoint v0.15.1
10762025-02-24T21:01:10.783Z Downloaded dropshot_endpoint v0.12.0
10772025-02-24T21:01:10.783Z Downloaded oso v0.27.3
10782025-02-24T21:01:10.789Z Downloaded itertools v0.12.1
10792025-02-24T21:01:10.795Z Downloaded powerfmt v0.2.0
10802025-02-24T21:01:10.798Z Downloaded num_enum_derive v0.5.11
10812025-02-24T21:01:10.798Z Downloaded num-iter v0.1.45
10822025-02-24T21:01:10.798Z Downloaded russh v0.45.0
10832025-02-24T21:01:10.804Z Downloaded itertools v0.14.0
10842025-02-24T21:01:10.809Z Downloaded der v0.7.9
10852025-02-24T21:01:10.814Z Downloaded zip v2.1.3
10862025-02-24T21:01:10.818Z Downloaded libm v0.2.8
10872025-02-24T21:01:10.825Z Downloaded hyper v1.5.2
10882025-02-24T21:01:10.832Z Downloaded tracing v0.1.40
10892025-02-24T21:01:10.836Z Downloaded libxml v0.3.3
10902025-02-24T21:01:10.841Z Downloaded termios v0.3.3
10912025-02-24T21:01:10.848Z Downloaded salsa20 v0.10.2
10922025-02-24T21:01:10.848Z Downloaded getrandom v0.3.1
10932025-02-24T21:01:10.851Z Downloaded ed25519-dalek v2.1.1
10942025-02-24T21:01:10.851Z Downloaded x509-cert v0.2.5
10952025-02-24T21:01:10.857Z Downloaded zerovec-derive v0.10.3
10962025-02-24T21:01:10.859Z Downloaded encoding_rs v0.8.34
10972025-02-24T21:01:10.880Z Downloaded progenitor-macro v0.8.0
10982025-02-24T21:01:10.883Z Downloaded strum_macros v0.26.4
10992025-02-24T21:01:10.886Z Downloaded yoke v0.7.4
11002025-02-24T21:01:10.886Z Downloaded yasna v0.5.2
11012025-02-24T21:01:10.889Z Downloaded packed_struct v0.10.1
11022025-02-24T21:01:10.889Z Downloaded olpc-cjson v0.1.4
11032025-02-24T21:01:10.891Z Downloaded tar v0.4.42
11042025-02-24T21:01:10.894Z Downloaded itertools v0.10.5
11052025-02-24T21:01:10.898Z Downloaded float-ord v0.3.2
11062025-02-24T21:01:10.900Z Downloaded float-cmp v0.10.0
11072025-02-24T21:01:10.900Z Downloaded dsl_auto_type v0.1.2
11082025-02-24T21:01:10.903Z Downloaded whoami v1.5.2
11092025-02-24T21:01:10.903Z Downloaded pkcs5 v0.7.1
11102025-02-24T21:01:10.906Z Downloaded crossbeam-channel v0.5.13
11112025-02-24T21:01:10.911Z Downloaded aes v0.8.4
11122025-02-24T21:01:10.914Z Downloaded ed25519 v2.2.3
11132025-02-24T21:01:10.917Z Downloaded hyper-util v0.1.10
11142025-02-24T21:01:10.919Z Downloaded deranged v0.3.11
11152025-02-24T21:01:10.922Z Downloaded russh-keys v0.45.0
11162025-02-24T21:01:10.925Z Downloaded untrusted v0.7.1
11172025-02-24T21:01:10.925Z Downloaded unicode-truncate v1.1.0
11182025-02-24T21:01:10.928Z Downloaded tinyvec v1.8.0
11192025-02-24T21:01:10.931Z Downloaded test-strategy v0.4.0
11202025-02-24T21:01:10.935Z Downloaded rustversion v1.0.17
11212025-02-24T21:01:10.938Z Downloaded rand_core v0.6.4
11222025-02-24T21:01:10.938Z Downloaded rand_chacha v0.3.1
11232025-02-24T21:01:10.938Z Downloaded scrypt v0.11.0
11242025-02-24T21:01:10.941Z Downloaded scopeguard v1.2.0
11252025-02-24T21:01:10.941Z Downloaded schemars_derive v0.8.21
11262025-02-24T21:01:10.941Z Downloaded icu_collections v1.5.0
11272025-02-24T21:01:10.946Z Downloaded primeorder v0.13.6
11282025-02-24T21:01:10.949Z Downloaded slog-dtrace v0.3.0
11292025-02-24T21:01:10.949Z Downloaded futures-channel v0.3.31
11302025-02-24T21:01:10.952Z Downloaded fs_extra v1.3.0
11312025-02-24T21:01:10.955Z Downloaded indexmap v1.9.3
11322025-02-24T21:01:10.957Z Downloaded pbkdf2 v0.11.0
11332025-02-24T21:01:10.958Z Downloaded nodrop v0.1.14
11342025-02-24T21:01:10.958Z Downloaded foldhash v0.1.3
11352025-02-24T21:01:10.960Z Downloaded psl-types v2.0.11
11362025-02-24T21:01:10.960Z Downloaded displaydoc v0.2.5
11372025-02-24T21:01:10.962Z Downloaded litrs v0.4.1
11382025-02-24T21:01:10.965Z Downloaded indicatif v0.17.11
11392025-02-24T21:01:10.968Z Downloaded const_format v0.2.34
11402025-02-24T21:01:10.973Z Downloaded base64 v0.22.1
11412025-02-24T21:01:10.976Z Downloaded backtrace v0.3.74
11422025-02-24T21:01:10.982Z Downloaded signal-hook v0.3.17
11432025-02-24T21:01:10.985Z Downloaded memmap2 v0.9.5
11442025-02-24T21:01:10.988Z Downloaded tokio-rustls v0.25.0
11452025-02-24T21:01:10.991Z Downloaded utf-8 v0.7.6
11462025-02-24T21:01:10.991Z Downloaded sqlformat v0.2.6
11472025-02-24T21:01:10.991Z Downloaded slog-json v2.6.1
11482025-02-24T21:01:10.996Z Downloaded mime_guess v2.0.5
11492025-02-24T21:01:10.998Z Downloaded libefi-sys v0.1.0
11502025-02-24T21:01:10.998Z Downloaded bytes v1.9.0
11512025-02-24T21:01:11.001Z Downloaded compact_str v0.8.0
11522025-02-24T21:01:11.003Z Downloaded icu_locid_transform_data v1.5.0
11532025-02-24T21:01:11.003Z Downloaded kstat-rs v0.2.4
11542025-02-24T21:01:11.006Z Downloaded icu_locid v1.5.0
11552025-02-24T21:01:11.009Z Downloaded maybe-uninit v2.0.0
11562025-02-24T21:01:11.012Z Downloaded lockfree-object-pool v0.1.6
11572025-02-24T21:01:11.012Z Downloaded jobserver v0.1.32
11582025-02-24T21:01:11.017Z Downloaded linked-hash-map v0.5.6
11592025-02-24T21:01:11.017Z Downloaded endian-type v0.1.2
11602025-02-24T21:01:11.019Z Downloaded darling_macro v0.20.10
11612025-02-24T21:01:11.019Z Downloaded ssh-encoding v0.2.0
11622025-02-24T21:01:11.019Z Downloaded lru v0.12.5
11632025-02-24T21:01:11.019Z Downloaded lazycell v1.3.0
11642025-02-24T21:01:11.019Z Downloaded lazy_static v1.5.0
11652025-02-24T21:01:11.022Z Downloaded lalrpop-util v0.19.12
11662025-02-24T21:01:11.022Z Downloaded allocator-api2 v0.2.18
11672025-02-24T21:01:11.024Z Downloaded blake2 v0.10.6
11682025-02-24T21:01:11.027Z Downloaded ipnetwork v0.21.1
11692025-02-24T21:01:11.029Z Downloaded instability v0.3.2
11702025-02-24T21:01:11.032Z Downloaded inout v0.1.3
11712025-02-24T21:01:11.032Z Downloaded icu_locid_transform v1.5.0
11722025-02-24T21:01:11.034Z Downloaded iana-time-zone v0.1.61
11732025-02-24T21:01:11.036Z Downloaded const-oid v0.9.6
11742025-02-24T21:01:11.039Z Downloaded radium v0.7.0
11752025-02-24T21:01:11.039Z Downloaded crossbeam-deque v0.8.5
11762025-02-24T21:01:11.042Z Downloaded proc-macro-error-attr2 v2.0.0
11772025-02-24T21:01:11.042Z Downloaded predicates-tree v1.0.11
11782025-02-24T21:01:11.042Z Downloaded instant v0.1.13
11792025-02-24T21:01:11.045Z Downloaded icu_provider_macros v1.5.0
11802025-02-24T21:01:11.045Z Downloaded hyper-tls v0.6.0
11812025-02-24T21:01:11.045Z Downloaded humantime v2.1.0
11822025-02-24T21:01:11.048Z Downloaded http-range v0.1.5
11832025-02-24T21:01:11.048Z Downloaded crc32fast v1.4.2
11842025-02-24T21:01:11.051Z Downloaded crc-catalog v2.4.0
11852025-02-24T21:01:11.051Z Downloaded console v0.15.10
11862025-02-24T21:01:11.054Z Downloaded ciborium v0.2.2
11872025-02-24T21:01:11.056Z Downloaded base64ct v1.6.0
11882025-02-24T21:01:11.058Z Downloaded bcs v0.1.6
11892025-02-24T21:01:11.058Z Downloaded cexpr v0.6.0
11902025-02-24T21:01:11.061Z Downloaded bit-vec v0.6.3
11912025-02-24T21:01:11.146Z Downloaded libsqlite3-sys v0.30.1
11922025-02-24T21:01:11.475Z Downloaded aws-lc-sys v0.22.0
11932025-02-24T21:01:11.782Z Compiling serde v1.0.218
11942025-02-24T21:01:11.785Z Compiling value-bag v1.9.0
11952025-02-24T21:01:11.785Z Compiling lock_api v0.4.12
11962025-02-24T21:01:11.785Z Compiling scopeguard v1.2.0
11972025-02-24T21:01:11.785Z Compiling typenum v1.17.0
11982025-02-24T21:01:11.785Z Compiling generic-array v0.14.7
11992025-02-24T21:01:11.946Z Compiling syn v2.0.96
12002025-02-24T21:01:11.958Z Compiling getrandom v0.2.15
12012025-02-24T21:01:12.134Z Compiling shlex v1.3.0
12022025-02-24T21:01:12.288Z Compiling rand_core v0.6.4
12032025-02-24T21:01:12.377Z Compiling log v0.4.22
12042025-02-24T21:01:12.463Z Compiling subtle v2.6.1
12052025-02-24T21:01:12.501Z Compiling jobserver v0.1.32
12062025-02-24T21:01:12.535Z Compiling smallvec v1.14.0
12072025-02-24T21:01:12.795Z Compiling const-oid v0.9.6
12082025-02-24T21:01:12.816Z Compiling pin-project-lite v0.2.14
12092025-02-24T21:01:12.833Z Compiling rustix v0.38.37
12102025-02-24T21:01:12.892Z Compiling cc v1.2.15
12112025-02-24T21:01:12.945Z Compiling parking_lot_core v0.9.10
12122025-02-24T21:01:13.101Z Compiling futures-core v0.3.31
12132025-02-24T21:01:13.246Z Compiling spin v0.9.8
12142025-02-24T21:01:13.339Z Compiling signal-hook-registry v1.4.2
12152025-02-24T21:01:13.605Z Compiling mio v1.0.2
12162025-02-24T21:01:13.639Z Compiling either v1.13.0
12172025-02-24T21:01:13.946Z Compiling parking_lot v0.12.3
12182025-02-24T21:01:14.031Z Compiling aho-corasick v1.1.3
12192025-02-24T21:01:14.048Z Compiling stable_deref_trait v1.2.0
12202025-02-24T21:01:14.170Z Compiling cpufeatures v0.2.14
12212025-02-24T21:01:14.293Z Compiling futures-sink v0.3.31
12222025-02-24T21:01:14.306Z Compiling regex-syntax v0.8.5
12232025-02-24T21:01:14.574Z Compiling socket2 v0.5.8
12242025-02-24T21:01:14.681Z Compiling slab v0.4.9
12252025-02-24T21:01:14.931Z Compiling glob v0.3.2
12262025-02-24T21:01:14.952Z Compiling prettyplease v0.2.29
12272025-02-24T21:01:15.327Z Compiling lazy_static v1.5.0
12282025-02-24T21:01:15.456Z Compiling minimal-lexical v0.2.1
12292025-02-24T21:01:15.476Z Compiling serde_json v1.0.139
12302025-02-24T21:01:15.479Z Compiling futures-channel v0.3.31
12312025-02-24T21:01:15.753Z Compiling clang-sys v1.8.1
12322025-02-24T21:01:15.845Z Compiling libloading v0.8.5
12332025-02-24T21:01:15.912Z Compiling nom v7.1.3
12342025-02-24T21:01:15.996Z Compiling pin-utils v0.1.0
12352025-02-24T21:01:16.107Z Compiling home v0.5.9
12362025-02-24T21:01:16.220Z Compiling bindgen v0.69.5
12372025-02-24T21:01:16.321Z Compiling futures-task v0.3.31
12382025-02-24T21:01:16.497Z Compiling futures-io v0.3.31
12392025-02-24T21:01:16.784Z Compiling itertools v0.12.1
12402025-02-24T21:01:16.905Z Compiling lazycell v1.3.0
12412025-02-24T21:01:17.096Z Compiling foldhash v0.1.3
12422025-02-24T21:01:17.122Z Compiling rustc-hash v1.1.0
12432025-02-24T21:01:17.282Z Compiling libm v0.2.8
12442025-02-24T21:01:17.412Z Compiling allocator-api2 v0.2.18
12452025-02-24T21:01:17.680Z Compiling cmake v0.1.51
12462025-02-24T21:01:18.189Z Compiling regex-automata v0.4.8
12472025-02-24T21:01:18.511Z Compiling hashbrown v0.15.1
12482025-02-24T21:01:18.820Z Compiling num-traits v0.2.19
12492025-02-24T21:01:19.145Z Compiling cexpr v0.6.0
12502025-02-24T21:01:19.365Z Compiling synstructure v0.13.1
12512025-02-24T21:01:19.729Z Compiling dunce v1.0.5
12522025-02-24T21:01:19.865Z Compiling pkg-config v0.3.31
12532025-02-24T21:01:20.408Z Compiling fs_extra v1.3.0
12542025-02-24T21:01:20.956Z Compiling litemap v0.7.3
12552025-02-24T21:01:20.994Z Compiling writeable v0.5.5
12562025-02-24T21:01:21.129Z Compiling ring v0.17.11
12572025-02-24T21:01:21.341Z Compiling paste v1.0.15
12582025-02-24T21:01:21.533Z Compiling base64ct v1.6.0
12592025-02-24T21:01:22.040Z Compiling pem-rfc7468 v0.7.0
12602025-02-24T21:01:22.165Z Compiling icu_locid_transform_data v1.5.0
12612025-02-24T21:01:22.276Z Compiling aws-lc-rs v1.10.0
12622025-02-24T21:01:22.490Z Compiling httparse v1.9.5
12632025-02-24T21:01:22.611Z Compiling flagset v0.4.6
12642025-02-24T21:01:22.840Z Compiling tracing-core v0.1.32
12652025-02-24T21:01:23.234Z Compiling rustls-pki-types v1.10.0
12662025-02-24T21:01:23.484Z Compiling regex v1.11.1
12672025-02-24T21:01:23.674Z Compiling crossbeam-utils v0.8.20
12682025-02-24T21:01:23.968Z Compiling percent-encoding v2.3.1
12692025-02-24T21:01:24.041Z Compiling icu_properties_data v1.5.0
12702025-02-24T21:01:24.274Z Compiling time-core v0.1.2
12712025-02-24T21:01:24.302Z Compiling serde_derive v1.0.218
12722025-02-24T21:01:24.321Z Compiling zeroize_derive v1.4.2
12732025-02-24T21:01:24.356Z Compiling zerocopy-derive v0.7.35
12742025-02-24T21:01:24.473Z Compiling tokio-macros v2.5.0
12752025-02-24T21:01:24.860Z Compiling zerofrom-derive v0.1.4
12762025-02-24T21:01:25.731Z Compiling zeroize v1.8.1
12772025-02-24T21:01:25.905Z Compiling yoke-derive v0.7.4
12782025-02-24T21:01:26.310Z Compiling zerocopy v0.7.35
12792025-02-24T21:01:26.781Z Compiling thiserror-impl v1.0.69
12802025-02-24T21:01:27.341Z Compiling crypto-common v0.1.6
12812025-02-24T21:01:27.587Z Compiling block-buffer v0.10.4
12822025-02-24T21:01:27.624Z Compiling futures-macro v0.3.31
12832025-02-24T21:01:27.869Z Compiling digest v0.10.7
12842025-02-24T21:01:28.217Z Compiling zerofrom v0.1.4
12852025-02-24T21:01:28.285Z Compiling zerovec-derive v0.10.3
12862025-02-24T21:01:28.331Z Compiling hmac v0.12.1
12872025-02-24T21:01:28.438Z Compiling displaydoc v0.2.5
12882025-02-24T21:01:28.458Z Compiling yoke v0.7.4
12892025-02-24T21:01:28.565Z Compiling block-padding v0.3.3
12902025-02-24T21:01:28.788Z Compiling inout v0.1.3
12912025-02-24T21:01:28.820Z Compiling ppv-lite86 v0.2.20
12922025-02-24T21:01:29.049Z Compiling cipher v0.4.4
12932025-02-24T21:01:29.470Z Compiling futures-util v0.3.31
12942025-02-24T21:01:29.568Z Compiling sha2 v0.10.8
12952025-02-24T21:01:29.612Z Compiling icu_provider_macros v1.5.0
12962025-02-24T21:01:29.614Z Compiling thiserror v1.0.69
12972025-02-24T21:01:29.751Z Compiling der_derive v0.7.3
12982025-02-24T21:01:29.930Z Compiling tracing-attributes v0.1.27
12992025-02-24T21:01:30.577Z Compiling pest v2.7.14
13002025-02-24T21:01:30.667Z Compiling zerovec v0.10.4
13012025-02-24T21:01:30.782Z Compiling salsa20 v0.10.2
13022025-02-24T21:01:31.009Z Compiling pbkdf2 v0.12.2
13032025-02-24T21:01:31.192Z Compiling write16 v1.0.0
13042025-02-24T21:01:31.337Z Compiling utf16_iter v1.0.5
13052025-02-24T21:01:31.533Z Compiling mirai-annotations v1.12.0
13062025-02-24T21:01:31.719Z Compiling icu_normalizer_data v1.5.0
13072025-02-24T21:01:31.837Z Compiling untrusted v0.7.1
13082025-02-24T21:01:31.973Z Compiling der v0.7.9
13092025-02-24T21:01:32.030Z Compiling powerfmt v0.2.0
13102025-02-24T21:01:32.388Z Compiling tinystr v0.7.6
13112025-02-24T21:01:32.641Z Compiling icu_collections v1.5.0
13122025-02-24T21:01:32.748Z Compiling icu_locid v1.5.0
13132025-02-24T21:01:33.080Z Compiling tracing v0.1.40
13142025-02-24T21:01:33.230Z Compiling utf8_iter v1.0.4
13152025-02-24T21:01:33.482Z Compiling untrusted v0.9.0
13162025-02-24T21:01:33.523Z Compiling num-conv v0.1.0
13172025-02-24T21:01:33.577Z Compiling vcpkg v0.2.15
13182025-02-24T21:01:33.809Z Compiling time-macros v0.2.18
13192025-02-24T21:01:33.893Z Compiling icu_provider v1.5.0
13202025-02-24T21:01:34.728Z Compiling icu_locid_transform v1.5.0
13212025-02-24T21:01:34.784Z Compiling spki v0.7.3
13222025-02-24T21:01:34.893Z Compiling pest_meta v2.7.14
13232025-02-24T21:01:34.910Z Compiling deranged v0.3.11
13242025-02-24T21:01:35.168Z Compiling scrypt v0.11.0
13252025-02-24T21:01:35.351Z Compiling openssl-sys v0.9.106
13262025-02-24T21:01:35.673Z Compiling rand_chacha v0.3.1
13272025-02-24T21:01:36.355Z Compiling icu_properties v1.5.1
13282025-02-24T21:01:36.411Z Compiling cbc v0.1.2
13292025-02-24T21:01:36.671Z Compiling bitflags v2.6.0
13302025-02-24T21:01:36.861Z Compiling bytes v1.9.0
13312025-02-24T21:01:37.094Z Compiling indexmap v2.7.1
13322025-02-24T21:01:37.979Z Compiling tokio v1.43.0
13332025-02-24T21:01:38.004Z Compiling semver v1.0.25
13342025-02-24T21:01:38.032Z Compiling http v1.2.0
13352025-02-24T21:01:38.440Z Compiling rustc_version v0.4.1
13362025-02-24T21:01:38.664Z Compiling aes v0.8.4
13372025-02-24T21:01:39.080Z Compiling scroll_derive v0.12.0
13382025-02-24T21:01:39.698Z Compiling tinyvec_macros v0.1.1
13392025-02-24T21:01:39.805Z Compiling atomic-waker v1.1.2
13402025-02-24T21:01:40.006Z Compiling icu_normalizer v1.5.0
13412025-02-24T21:01:40.177Z Compiling num_threads v0.1.7
13422025-02-24T21:01:40.322Z Compiling time v0.3.36
13432025-02-24T21:01:40.352Z Compiling tinyvec v1.8.0
13442025-02-24T21:01:40.514Z Compiling scroll v0.12.0
13452025-02-24T21:01:40.861Z Compiling which v4.4.2
13462025-02-24T21:01:41.043Z Compiling idna_adapter v1.2.0
13472025-02-24T21:01:41.386Z Compiling pkcs5 v0.7.1
13482025-02-24T21:01:41.438Z Compiling http-body v1.0.1
13492025-02-24T21:01:41.668Z Compiling pest_generator v2.7.14
13502025-02-24T21:01:41.729Z Compiling rand v0.8.5
13512025-02-24T21:01:41.752Z Compiling form_urlencoded v1.2.1
13522025-02-24T21:01:41.863Z Compiling zerocopy v0.8.10
13532025-02-24T21:01:42.055Z Compiling try-lock v0.2.5
13542025-02-24T21:01:42.229Z Compiling slog v2.7.0
13552025-02-24T21:01:42.440Z Compiling getrandom v0.3.1
13562025-02-24T21:01:42.741Z Compiling want v0.3.1
13572025-02-24T21:01:42.814Z Compiling pkcs8 v0.10.2
13582025-02-24T21:01:43.032Z Compiling goblin v0.8.2
13592025-02-24T21:01:43.176Z Compiling idna v1.0.3
13602025-02-24T21:01:43.449Z Compiling uuid v1.12.0
13612025-02-24T21:01:43.472Z Compiling pest_derive v2.7.14
13622025-02-24T21:01:43.770Z Compiling zerocopy-derive v0.8.10
13632025-02-24T21:01:44.296Z Compiling httpdate v1.0.3
13642025-02-24T21:01:44.664Z Compiling tower-service v0.3.3
13652025-02-24T21:01:44.776Z Compiling iana-time-zone v0.1.61
13662025-02-24T21:01:44.806Z Compiling dtrace-parser v0.2.0
13672025-02-24T21:01:45.022Z Compiling chrono v0.4.39
13682025-02-24T21:01:45.266Z Compiling serde_tokenstream v0.2.2
13692025-02-24T21:01:45.882Z Compiling tokio-util v0.7.12
13702025-02-24T21:01:45.898Z Compiling serde_spanned v0.6.8
13712025-02-24T21:01:46.139Z Compiling toml_datetime v0.6.8
13722025-02-24T21:01:46.585Z Compiling match_cfg v0.1.0
13732025-02-24T21:01:46.616Z Compiling base64 v0.22.1
13742025-02-24T21:01:46.688Z Compiling openssl v0.10.71
13752025-02-24T21:01:47.124Z Compiling h2 v0.4.6
13762025-02-24T21:01:47.144Z Compiling adler2 v2.0.0
13772025-02-24T21:01:47.274Z Compiling foreign-types-shared v0.1.1
13782025-02-24T21:01:47.352Z Compiling rustversion v1.0.17
13792025-02-24T21:01:47.406Z Compiling foreign-types v0.3.2
13802025-02-24T21:01:47.517Z Compiling miniz_oxide v0.8.0
13812025-02-24T21:01:48.130Z Compiling hostname v0.3.1
13822025-02-24T21:01:48.248Z Compiling url v2.5.3
13832025-02-24T21:01:48.939Z Compiling dof v0.3.0
13842025-02-24T21:01:49.573Z Compiling rand_core v0.9.2
13852025-02-24T21:01:49.721Z Compiling async-trait v0.1.86
13862025-02-24T21:01:50.004Z Compiling usdt-impl v0.5.0
13872025-02-24T21:01:50.039Z Compiling openssl-macros v0.1.1
13882025-02-24T21:01:50.746Z Compiling serde_derive_internals v0.29.1
13892025-02-24T21:01:50.769Z Compiling dirs-sys-next v0.1.2
13902025-02-24T21:01:50.815Z Compiling rustls v0.23.19
13912025-02-24T21:01:51.127Z Compiling syn v1.0.109
13922025-02-24T21:01:51.323Z Compiling rustls v0.22.4
13932025-02-24T21:01:51.326Z Compiling siphasher v0.3.11
13942025-02-24T21:01:51.626Z Compiling data-encoding v2.6.0
13952025-02-24T21:01:51.696Z Compiling native-tls v0.2.12
13962025-02-24T21:01:51.699Z Compiling schemars v0.8.21
13972025-02-24T21:01:52.101Z Compiling dirs-next v2.0.0
13982025-02-24T21:01:52.118Z Compiling rand_chacha v0.9.0
13992025-02-24T21:01:52.297Z Compiling unicode-normalization v0.1.24
14002025-02-24T21:01:52.973Z Compiling schemars_derive v0.8.21
14012025-02-24T21:01:53.379Z Compiling http-body-util v0.1.2
14022025-02-24T21:01:53.379Z Compiling crossbeam-epoch v0.9.18
14032025-02-24T21:01:53.435Z Compiling heapless v0.7.17
14042025-02-24T21:01:53.850Z Compiling signature v2.2.0
14052025-02-24T21:01:53.891Z Compiling sha1 v0.10.6
14062025-02-24T21:01:54.058Z Compiling hyper v1.5.2
14072025-02-24T21:01:54.149Z Compiling bzip2-sys v0.1.11+1.0.8
14082025-02-24T21:01:54.169Z Compiling thread_local v1.1.8
14092025-02-24T21:01:54.314Z Compiling cookie v0.18.1
14102025-02-24T21:01:54.619Z Compiling multer v3.1.0
14112025-02-24T21:01:54.679Z Compiling encoding_rs v0.8.34
14122025-02-24T21:01:54.717Z Compiling ipnet v2.10.1
14132025-02-24T21:01:54.946Z Compiling gimli v0.31.1
14142025-02-24T21:01:55.795Z Compiling dyn-clone v1.0.18
14152025-02-24T21:01:56.002Z Compiling mime v0.3.17
14162025-02-24T21:01:56.036Z Compiling signal-hook v0.3.17
14172025-02-24T21:01:56.340Z Compiling unicode-properties v0.1.3
14182025-02-24T21:01:56.522Z Compiling hyper-util v0.1.10
14192025-02-24T21:01:56.723Z Compiling slog-async v2.8.0
14202025-02-24T21:01:56.745Z Compiling openssl-probe v0.1.5
14212025-02-24T21:01:57.047Z Compiling rayon-core v1.12.1
14222025-02-24T21:01:57.240Z Compiling unicode-bidi v0.3.17
14232025-02-24T21:01:57.471Z Compiling toml_edit v0.22.22
14242025-02-24T21:01:58.423Z Compiling stringprep v0.1.5
14252025-02-24T21:01:59.174Z Compiling addr2line v0.24.2
14262025-02-24T21:01:59.638Z Compiling crossbeam-deque v0.8.5
14272025-02-24T21:01:59.711Z Compiling rand v0.9.0
14282025-02-24T21:01:59.866Z Compiling term v0.7.0
14292025-02-24T21:01:59.958Z Compiling usdt-attr-macro v0.5.0
14302025-02-24T21:02:00.873Z Compiling usdt-macro v0.5.0
14312025-02-24T21:02:01.010Z Compiling slog-json v2.6.1
14322025-02-24T21:02:01.106Z Compiling serde_urlencoded v0.7.1
14332025-02-24T21:02:01.367Z Compiling crossbeam-channel v0.5.13
14342025-02-24T21:02:01.388Z Compiling curve25519-dalek v4.1.3
14352025-02-24T21:02:01.459Z Compiling futures-executor v0.3.31
14362025-02-24T21:02:01.610Z Compiling enum-as-inner v0.6.1
14372025-02-24T21:02:01.937Z Compiling md-5 v0.10.6
14382025-02-24T21:02:02.097Z Compiling async-stream-impl v0.3.6
14392025-02-24T21:02:02.212Z Compiling rustls-pemfile v2.2.0
14402025-02-24T21:02:02.288Z Compiling num-integer v0.1.46
14412025-02-24T21:02:02.342Z Compiling hash32 v0.2.1
14422025-02-24T21:02:02.538Z Compiling ff v0.13.0
14432025-02-24T21:02:02.687Z Compiling is-terminal v0.4.13
14442025-02-24T21:02:02.714Z Compiling dropshot v0.12.0
14452025-02-24T21:02:02.768Z Compiling memoffset v0.9.1
14462025-02-24T21:02:02.833Z Compiling object v0.36.5
14472025-02-24T21:02:02.948Z Compiling anyhow v1.0.96
14482025-02-24T21:02:03.036Z Compiling litrs v0.4.1
14492025-02-24T21:02:03.107Z Compiling linked-hash-map v0.5.6
14502025-02-24T21:02:03.354Z Compiling utf-8 v0.7.6
14512025-02-24T21:02:03.456Z Compiling cfg_aliases v0.2.1
14522025-02-24T21:02:03.546Z Compiling num-bigint-dig v0.8.4
14532025-02-24T21:02:03.566Z Compiling psl-types v2.0.11
14542025-02-24T21:02:03.673Z Compiling fallible-iterator v0.2.0
14552025-02-24T21:02:03.776Z Compiling quick-error v1.2.3
14562025-02-24T21:02:03.878Z Compiling rustc-demangle v0.1.24
14572025-02-24T21:02:03.948Z Compiling portable-atomic v1.9.0
14582025-02-24T21:02:04.125Z Compiling base16ct v0.2.0
14592025-02-24T21:02:04.340Z Compiling take_mut v0.2.2
14602025-02-24T21:02:04.465Z Compiling smoltcp v0.9.1
14612025-02-24T21:02:04.552Z Compiling sec1 v0.7.3
14622025-02-24T21:02:04.811Z Compiling postgres-protocol v0.6.8
14632025-02-24T21:02:05.056Z Compiling document-features v0.2.10
14642025-02-24T21:02:05.115Z Compiling resolv-conf v0.7.0
14652025-02-24T21:02:05.190Z Compiling publicsuffix v2.3.0
14662025-02-24T21:02:05.479Z Compiling tungstenite v0.24.0
14672025-02-24T21:02:05.562Z Compiling nix v0.29.0
14682025-02-24T21:02:06.036Z Compiling lru-cache v0.1.2
14692025-02-24T21:02:06.195Z Compiling async-stream v0.3.6
14702025-02-24T21:02:06.319Z Compiling slog-term v2.9.1
14712025-02-24T21:02:06.380Z Compiling group v0.13.0
14722025-02-24T21:02:06.409Z Compiling num-iter v0.1.45
14732025-02-24T21:02:06.480Z Compiling usdt v0.5.0
14742025-02-24T21:02:06.604Z Compiling hickory-proto v0.24.3
14752025-02-24T21:02:07.072Z Compiling futures v0.3.31
14762025-02-24T21:02:07.199Z Compiling slog-bunyan v2.5.0
14772025-02-24T21:02:07.430Z Compiling toml v0.8.19
14782025-02-24T21:02:08.541Z Compiling camino v1.1.9
14792025-02-24T21:02:08.672Z Compiling tokio-native-tls v0.3.1
14802025-02-24T21:02:08.913Z Compiling phf_shared v0.11.2
14812025-02-24T21:02:08.960Z Compiling dropshot_endpoint v0.12.0
14822025-02-24T21:02:09.279Z Compiling terminal_size v0.4.0
14832025-02-24T21:02:09.388Z Compiling backtrace v0.3.74
14842025-02-24T21:02:09.529Z Compiling waitgroup v0.1.2
14852025-02-24T21:02:09.722Z Compiling openapiv3 v2.0.0
14862025-02-24T21:02:09.761Z Compiling serde_path_to_error v0.1.16
14872025-02-24T21:02:09.980Z Compiling hkdf v0.12.4
14882025-02-24T21:02:10.251Z Compiling crypto-bigint v0.5.5
14892025-02-24T21:02:10.557Z Compiling zerocopy-derive v0.6.6
14902025-02-24T21:02:11.751Z Compiling hubpack_derive v0.1.1
14912025-02-24T21:02:12.222Z Compiling curve25519-dalek-derive v0.1.1
14922025-02-24T21:02:12.478Z Compiling webpki-roots v0.26.6
14932025-02-24T21:02:12.586Z Compiling sync_wrapper v1.0.1
14942025-02-24T21:02:12.707Z Compiling hostname v0.4.0
14952025-02-24T21:02:12.754Z Compiling ahash v0.8.11
14962025-02-24T21:02:12.929Z Compiling crc32fast v1.4.2
14972025-02-24T21:02:13.010Z Compiling fs-err v2.11.0
14982025-02-24T21:02:13.095Z Compiling debug-ignore v1.0.5
14992025-02-24T21:02:13.254Z Compiling newtype-uuid v1.2.1
15002025-02-24T21:02:13.273Z Compiling bitflags v1.3.2
15012025-02-24T21:02:13.338Z Compiling tower-layer v0.3.3
15022025-02-24T21:02:13.380Z Compiling managed v0.8.0
15032025-02-24T21:02:13.555Z Compiling winnow v0.5.40
15042025-02-24T21:02:13.635Z Compiling unicode-width v0.2.0
15052025-02-24T21:02:13.657Z Compiling strum_macros v0.25.3
15062025-02-24T21:02:14.147Z Compiling console v0.15.10
15072025-02-24T21:02:15.474Z Compiling tower v0.5.2
15082025-02-24T21:02:15.526Z Compiling clap_builder v4.5.30
15092025-02-24T21:02:15.861Z Compiling elliptic-curve v0.13.8
15102025-02-24T21:02:16.152Z Compiling flate2 v1.0.35
15112025-02-24T21:02:16.374Z Compiling hubpack v0.1.2
15122025-02-24T21:02:16.685Z Compiling zerocopy v0.6.6
15132025-02-24T21:02:16.804Z Compiling toml_edit v0.19.15
15142025-02-24T21:02:16.961Z Compiling hickory-resolver v0.24.3
15152025-02-24T21:02:17.341Z Compiling signal-hook-mio v0.2.4
15162025-02-24T21:02:17.377Z Compiling phf v0.11.2
15172025-02-24T21:02:17.521Z Compiling hyper-tls v0.6.0
15182025-02-24T21:02:17.674Z Compiling rayon v1.10.0
15192025-02-24T21:02:17.750Z Compiling cookie_store v0.21.1
15202025-02-24T21:02:17.950Z Compiling bzip2 v0.4.4
15212025-02-24T21:02:19.184Z Compiling tokio-tungstenite v0.24.0
15222025-02-24T21:02:19.915Z Compiling postgres-types v0.2.8
15232025-02-24T21:02:21.691Z Compiling ed25519 v2.2.3
15242025-02-24T21:02:22.052Z Compiling phf_shared v0.10.0
15252025-02-24T21:02:22.429Z Compiling tokio-stream v0.1.16
15262025-02-24T21:02:22.431Z Compiling pkcs1 v0.7.5
15272025-02-24T21:02:22.503Z Compiling serde-big-array v0.5.1
15282025-02-24T21:02:22.753Z Compiling clap_derive v4.5.28
15292025-02-24T21:02:23.212Z Compiling rfc6979 v0.4.0
15302025-02-24T21:02:23.332Z Compiling derive-where v1.2.7
15312025-02-24T21:02:23.409Z Compiling serde_repr v0.1.19
15322025-02-24T21:02:23.430Z Compiling bstr v1.10.0
15332025-02-24T21:02:23.541Z Compiling float-cmp v0.10.0
15342025-02-24T21:02:23.661Z Compiling unicode-segmentation v1.12.0
15352025-02-24T21:02:23.789Z Compiling precomputed-hash v0.1.1
15362025-02-24T21:02:23.938Z Compiling new_debug_unreachable v1.0.6
15372025-02-24T21:02:24.049Z Compiling whoami v1.5.2
15382025-02-24T21:02:24.493Z Compiling predicates-core v1.0.8
15392025-02-24T21:02:24.513Z Compiling number_prefix v0.4.0
15402025-02-24T21:02:24.612Z Compiling static_assertions v1.1.0
15412025-02-24T21:02:24.732Z Compiling difflib v0.4.0
15422025-02-24T21:02:24.758Z Compiling normalize-line-endings v0.3.0
15432025-02-24T21:02:24.827Z Compiling fixedbitset v0.4.2
15442025-02-24T21:02:24.900Z Compiling bit-vec v0.6.3
15452025-02-24T21:02:25.011Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15462025-02-24T21:02:25.262Z Compiling bit-set v0.5.3
15472025-02-24T21:02:25.329Z Compiling predicates v3.1.3
15482025-02-24T21:02:25.556Z Compiling petgraph v0.6.5
15492025-02-24T21:02:26.020Z Compiling indicatif v0.17.11
15502025-02-24T21:02:26.509Z Compiling similar v2.6.0
15512025-02-24T21:02:26.768Z Compiling tokio-postgres v0.7.12
15522025-02-24T21:02:27.259Z Compiling clap v4.5.30
15532025-02-24T21:02:27.388Z Compiling string_cache v0.8.7
15542025-02-24T21:02:27.810Z Compiling ecdsa v0.16.9
15552025-02-24T21:02:27.964Z Compiling rsa v0.9.6
15562025-02-24T21:02:28.541Z Compiling ed25519-dalek v2.1.1
15572025-02-24T21:02:28.626Z Compiling toml v0.7.8
15582025-02-24T21:02:29.871Z Compiling zip v0.6.6
15592025-02-24T21:02:30.072Z Compiling crossterm v0.28.1
15602025-02-24T21:02:31.631Z Compiling hex v0.4.3
15612025-02-24T21:02:31.669Z Compiling x509-cert v0.2.5
15622025-02-24T21:02:31.953Z Compiling itertools v0.10.5
15632025-02-24T21:02:32.221Z Compiling itertools v0.14.0
15642025-02-24T21:02:32.277Z Compiling unicode-xid v0.2.6
15652025-02-24T21:02:32.304Z Compiling peg-runtime v0.8.3
15662025-02-24T21:02:32.465Z Compiling lalrpop-util v0.19.12
15672025-02-24T21:02:32.831Z Compiling strum_macros v0.26.4
15682025-02-24T21:02:32.877Z Compiling xattr v1.3.1
15692025-02-24T21:02:33.151Z Compiling filetime v0.2.25
15702025-02-24T21:02:33.473Z Compiling tar v0.4.42
15712025-02-24T21:02:37.383Z Compiling strum v0.26.3
15722025-02-24T21:02:40.338Z Compiling aws-lc-sys v0.22.0
15732025-02-24T21:03:08.813Z Compiling rustls-webpki v0.102.8
15742025-02-24T21:03:12.052Z Compiling tokio-rustls v0.25.0
15752025-02-24T21:03:13.751Z Compiling tokio-rustls v0.26.0
15762025-02-24T21:03:14.038Z Compiling hyper-rustls v0.27.3
15772025-02-24T21:03:14.376Z Compiling reqwest v0.12.12
15782025-02-24T21:03:15.837Z Compiling qorb v0.2.1
15792025-02-24T21:03:18.786Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15802025-02-24T21:03:19.053Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15812025-02-24T21:03:23.492Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15822025-02-24T21:03:23.660Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15832025-02-24T21:03:23.710ZFeb 24 21:03:22.867 INFO Starting download, target: Clickhouse
15842025-02-24T21:03:23.710ZFeb 24 21:03:22.867 INFO Starting download, target: DendriteOpenapi
15852025-02-24T21:03:23.710ZFeb 24 21:03:22.867 INFO Starting download, target: Console
15862025-02-24T21:03:23.712ZFeb 24 21:03:22.867 INFO Starting download, target: Cockroach
15872025-02-24T21:03:23.712ZFeb 24 21:03:22.867 INFO Starting download, target: DendriteStub
15882025-02-24T21:03:23.712ZFeb 24 21:03:22.867 INFO Starting download, target: MaghemiteMgd
15892025-02-24T21:03:23.712ZFeb 24 21:03:22.867 INFO Starting download, target: TransceiverControl
15902025-02-24T21:03:23.712ZFeb 24 21:03:22.868 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15912025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15922025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi
15932025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15942025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15952025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15962025-02-24T21:03:23.713ZFeb 24 21:03:22.868 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972025-02-24T21:03:24.100ZFeb 24 21:03:23.245 INFO Download complete, target: DendriteOpenapi
15982025-02-24T21:03:24.258ZFeb 24 21:03:23.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15992025-02-24T21:03:24.276ZFeb 24 21:03:23.399 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16002025-02-24T21:03:24.625ZFeb 24 21:03:23.773 INFO Download complete, target: Console
16012025-02-24T21:03:24.772ZFeb 24 21:03:23.910 INFO Download complete, target: TransceiverControl
16022025-02-24T21:03:24.840ZFeb 24 21:03:23.996 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16032025-02-24T21:03:24.879ZFeb 24 21:03:24.034 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16042025-02-24T21:03:25.419ZFeb 24 21:03:24.577 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16052025-02-24T21:03:25.419ZFeb 24 21:03:24.577 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16062025-02-24T21:03:25.605ZFeb 24 21:03:24.763 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16072025-02-24T21:03:27.708ZFeb 24 21:03:26.864 INFO Download complete, target: DendriteStub
16082025-02-24T21:03:27.833ZFeb 24 21:03:26.973 INFO Download complete, target: MaghemiteMgd
16092025-02-24T21:03:32.723ZFeb 24 21:03:31.882 INFO Checking that binary works, target: Cockroach
16102025-02-24T21:03:32.883ZFeb 24 21:03:32.043 INFO Download complete, target: Cockroach
16112025-02-24T21:03:37.827ZFeb 24 21:03:36.988 INFO Checking that binary works, target: Clickhouse
16122025-02-24T21:03:38.092ZFeb 24 21:03:37.253 INFO Download complete, target: Clickhouse
16132025-02-24T21:03:38.100ZAll prerequisites installed successfully
16142025-02-24T21:03:38.103Z
16152025-02-24T21:03:38.103Zreal 5:13.809418372
16162025-02-24T21:03:38.103Zuser 15:35.938727603
16172025-02-24T21:03:38.103Zsys 2:06.596785528
16182025-02-24T21:03:38.103Ztrap 0.582056767
16192025-02-24T21:03:38.103Ztflt 2.198190761
16202025-02-24T21:03:38.103Zdflt 2.365430979
16212025-02-24T21:03:38.103Zkflt 0.035230916
16222025-02-24T21:03:38.103Zlock 24:11.109041268
16232025-02-24T21:03:38.103Zslp 56:22.303564856
16242025-02-24T21:03:38.103Zlat 58.534440626
16252025-02-24T21:03:38.103Zstop 2:24.024361294
16262025-02-24T21:03:38.103Z+ ptime -m cargo xtask download softnpu
16272025-02-24T21:03:38.666Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16282025-02-24T21:03:38.685Z Running `target/debug/xtask download softnpu`
16292025-02-24T21:03:39.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
16302025-02-24T21:03:39.618Z Running `target/debug/xtask-downloader softnpu`
16312025-02-24T21:03:39.659ZFeb 24 21:03:38.821 INFO Starting download, target: Softnpu
16322025-02-24T21:03:39.663ZFeb 24 21:03:38.821 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16332025-02-24T21:03:40.216ZFeb 24 21:03:39.378 INFO Download complete, target: Softnpu
16342025-02-24T21:03:40.226Z
16352025-02-24T21:03:40.227Zreal 2.113736484
16362025-02-24T21:03:40.227Zuser 1.348757059
16372025-02-24T21:03:40.227Zsys 0.561267645
16382025-02-24T21:03:40.227Ztrap 0.001992872
16392025-02-24T21:03:40.227Ztflt 0.000041309
16402025-02-24T21:03:40.227Zdflt 0.000022434
16412025-02-24T21:03:40.227Zkflt 0.000000000
16422025-02-24T21:03:40.227Zlock 5.663728348
16432025-02-24T21:03:40.227Zslp 0.384961109
16442025-02-24T21:03:40.227Zlat 0.071183287
16452025-02-24T21:03:40.227Zstop 0.000158777
16462025-02-24T21:03:40.227Z+ export CARGO_INCREMENTAL=0
16472025-02-24T21:03:40.227Z+ CARGO_INCREMENTAL=0
16482025-02-24T21:03:40.227Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16492025-02-24T21:03:41.231Z Compiling proc-macro2 v1.0.93
16502025-02-24T21:03:41.231Z Compiling unicode-ident v1.0.14
16512025-02-24T21:03:41.234Z Compiling libc v0.2.170
16522025-02-24T21:03:41.234Z Compiling serde v1.0.218
16532025-02-24T21:03:41.234Z Compiling autocfg v1.4.0
16542025-02-24T21:03:41.234Z Compiling version_check v0.9.5
16552025-02-24T21:03:41.234Z Compiling cfg-if v1.0.0
16562025-02-24T21:03:41.476Z Compiling memchr v2.7.4
16572025-02-24T21:03:41.520Z Compiling typenum v1.17.0
16582025-02-24T21:03:41.659Z Compiling shlex v1.3.0
16592025-02-24T21:03:41.996Z Compiling value-bag v1.9.0
16602025-02-24T21:03:42.017Z Compiling generic-array v0.14.7
16612025-02-24T21:03:42.119Z Compiling lock_api v0.4.12
16622025-02-24T21:03:42.429Z Compiling log v0.4.22
16632025-02-24T21:03:42.521Z Compiling scopeguard v1.2.0
16642025-02-24T21:03:42.598Z Compiling parking_lot_core v0.9.10
16652025-02-24T21:03:42.735Z Compiling serde_json v1.0.139
16662025-02-24T21:03:43.021Z Compiling once_cell v1.20.3
16672025-02-24T21:03:43.091Z Compiling quote v1.0.38
16682025-02-24T21:03:43.158Z Compiling jobserver v0.1.32
16692025-02-24T21:03:43.173Z Compiling getrandom v0.2.15
16702025-02-24T21:03:43.412Z Compiling rustix v0.38.37
16712025-02-24T21:03:43.474Z Compiling syn v2.0.96
16722025-02-24T21:03:43.524Z Compiling libm v0.2.8
16732025-02-24T21:03:43.621Z Compiling cc v1.2.15
16742025-02-24T21:03:43.651Z Compiling aho-corasick v1.1.3
16752025-02-24T21:03:43.666Z Compiling num-traits v0.2.19
16762025-02-24T21:03:43.833Z Compiling semver v1.0.25
16772025-02-24T21:03:43.869Z Compiling regex-syntax v0.8.5
16782025-02-24T21:03:43.996Z Compiling thiserror v1.0.69
16792025-02-24T21:03:43.999Z Compiling either v1.13.0
16802025-02-24T21:03:44.295Z Compiling itoa v1.0.11
16812025-02-24T21:03:44.428Z Compiling slab v0.4.9
16822025-02-24T21:03:44.560Z Compiling byteorder v1.5.0
16832025-02-24T21:03:44.774Z Compiling spin v0.9.8
16842025-02-24T21:03:44.994Z Compiling errno v0.3.9
16852025-02-24T21:03:45.072Z Compiling rand_core v0.6.4
16862025-02-24T21:03:45.237Z Compiling glob v0.3.2
16872025-02-24T21:03:45.780Z Compiling prettyplease v0.2.29
16882025-02-24T21:03:45.967Z Compiling clang-sys v1.8.1
16892025-02-24T21:03:46.153Z Compiling lazy_static v1.5.0
16902025-02-24T21:03:46.488Z Compiling minimal-lexical v0.2.1
16912025-02-24T21:03:46.513Z Compiling smallvec v1.14.0
16922025-02-24T21:03:46.764Z Compiling libloading v0.8.5
16932025-02-24T21:03:46.800Z Compiling bindgen v0.69.5
16942025-02-24T21:03:46.954Z Compiling nom v7.1.3
16952025-02-24T21:03:46.973Z Compiling home v0.5.9
16962025-02-24T21:03:47.098Z Compiling subtle v2.6.1
16972025-02-24T21:03:47.170Z Compiling itertools v0.12.1
16982025-02-24T21:03:47.441Z Compiling regex-automata v0.4.8
16992025-02-24T21:03:47.585Z Compiling rustc-hash v1.1.0
17002025-02-24T21:03:47.740Z Compiling allocator-api2 v0.2.18
17012025-02-24T21:03:47.789Z Compiling lazycell v1.3.0
17022025-02-24T21:03:47.982Z Compiling cmake v0.1.51
17032025-02-24T21:03:48.688Z Compiling dunce v1.0.5
17042025-02-24T21:03:48.740Z Compiling fs_extra v1.3.0
17052025-02-24T21:03:49.329Z Compiling pkg-config v0.3.31
17062025-02-24T21:03:49.349Z Compiling pin-project-lite v0.2.14
17072025-02-24T21:03:49.500Z Compiling ring v0.17.11
17082025-02-24T21:03:50.049Z Compiling cexpr v0.6.0
17092025-02-24T21:03:50.294Z Compiling ryu v1.0.18
17102025-02-24T21:03:50.317Z Compiling paste v1.0.15
17112025-02-24T21:03:50.509Z Compiling synstructure v0.13.1
17122025-02-24T21:03:51.061Z Compiling schemars v0.8.21
17132025-02-24T21:03:51.424Z Compiling httparse v1.9.5
17142025-02-24T21:03:51.451Z Compiling aws-lc-rs v1.10.0
17152025-02-24T21:03:51.664Z Compiling const-oid v0.9.6
17162025-02-24T21:03:51.825Z Compiling fnv v1.0.7
17172025-02-24T21:03:52.054Z Compiling serde_derive_internals v0.29.1
17182025-02-24T21:03:52.437Z Compiling signal-hook-registry v1.4.2
17192025-02-24T21:03:52.828Z Compiling regex v1.11.1
17202025-02-24T21:03:53.073Z Compiling foldhash v0.1.3
17212025-02-24T21:03:53.355Z Compiling equivalent v1.0.1
17222025-02-24T21:03:53.491Z Compiling hashbrown v0.15.1
17232025-02-24T21:03:53.745Z Compiling parking_lot v0.12.3
17242025-02-24T21:03:57.888Z Compiling mio v1.0.2
17252025-02-24T21:03:57.948Z Compiling heck v0.5.0
17262025-02-24T21:03:57.948Z Compiling stable_deref_trait v1.2.0
17272025-02-24T21:03:57.948Z Compiling serde_derive v1.0.218
17282025-02-24T21:03:57.948Z Compiling zeroize_derive v1.4.2
17292025-02-24T21:03:57.948Z Compiling zerocopy-derive v0.7.35
17302025-02-24T21:03:57.948Z Compiling tokio-macros v2.5.0
17312025-02-24T21:03:57.948Z Compiling thiserror-impl v1.0.69
17322025-02-24T21:03:57.949Z Compiling zeroize v1.8.1
17332025-02-24T21:03:57.949Z Compiling zerofrom-derive v0.1.4
17342025-02-24T21:03:57.949Z Compiling yoke-derive v0.7.4
17352025-02-24T21:03:57.949Z Compiling futures-macro v0.3.31
17362025-02-24T21:03:57.949Z Compiling zerovec-derive v0.10.3
17372025-02-24T21:03:57.949Z Compiling zerocopy v0.7.35
17382025-02-24T21:03:57.949Z Compiling displaydoc v0.2.5
17392025-02-24T21:03:58.147Z Compiling icu_provider_macros v1.5.0
17402025-02-24T21:03:58.548Z Compiling tracing-attributes v0.1.27
17412025-02-24T21:03:58.573Z Compiling schemars_derive v0.8.21
17422025-02-24T21:03:59.073Z Compiling crypto-common v0.1.6
17432025-02-24T21:03:59.127Z Compiling block-buffer v0.10.4
17442025-02-24T21:03:59.420Z Compiling digest v0.10.7
17452025-02-24T21:03:59.519Z Compiling socket2 v0.5.8
17462025-02-24T21:03:59.616Z Compiling futures-core v0.3.31
17472025-02-24T21:03:59.819Z Compiling time-core v0.1.2
17482025-02-24T21:03:59.886Z Compiling crossbeam-utils v0.8.20
17492025-02-24T21:04:00.009Z Compiling num-conv v0.1.0
17502025-02-24T21:04:00.292Z Compiling time-macros v0.2.18
17512025-02-24T21:04:00.695Z Compiling der_derive v0.7.3
17522025-02-24T21:04:01.296Z Compiling vcpkg v0.2.15
17532025-02-24T21:04:02.615Z Compiling openssl-sys v0.9.106
17542025-02-24T21:04:03.150Z Compiling zerocopy v0.8.10
17552025-02-24T21:04:03.568Z Compiling futures-sink v0.3.31
17562025-02-24T21:04:03.750Z Compiling cpufeatures v0.2.14
17572025-02-24T21:04:03.771Z Compiling zerocopy-derive v0.8.10
17582025-02-24T21:04:03.852Z Compiling slog v2.7.0
17592025-02-24T21:04:04.101Z Compiling ahash v0.8.11
17602025-02-24T21:04:04.304Z Compiling syn v1.0.109
17612025-02-24T21:04:04.467Z Compiling futures-channel v0.3.31
17622025-02-24T21:04:04.606Z Compiling zerofrom v0.1.4
17632025-02-24T21:04:04.640Z Compiling pin-utils v0.1.0
17642025-02-24T21:04:04.860Z Compiling futures-task v0.3.31
17652025-02-24T21:04:04.917Z Compiling iana-time-zone v0.1.61
17662025-02-24T21:04:04.920Z Compiling futures-io v0.3.31
17672025-02-24T21:04:05.161Z Compiling futures-util v0.3.31
17682025-02-24T21:04:05.276Z Compiling yoke v0.7.4
17692025-02-24T21:04:05.998Z Compiling scroll_derive v0.12.0
17702025-02-24T21:04:06.106Z Compiling bitflags v2.6.0
17712025-02-24T21:04:06.128Z Compiling bytes v1.9.0
17722025-02-24T21:04:07.201Z Compiling indexmap v2.7.1
17732025-02-24T21:04:08.204Z Compiling tokio v1.43.0
17742025-02-24T21:04:08.725Z Compiling serde_tokenstream v0.2.2
17752025-02-24T21:04:09.275Z Compiling uuid v1.12.0
17762025-02-24T21:04:09.503Z Compiling http v1.2.0
17772025-02-24T21:04:10.630Z Compiling which v4.4.2
17782025-02-24T21:04:11.036Z Compiling chrono v0.4.39
17792025-02-24T21:04:11.417Z Compiling ucd-trie v0.1.7
17802025-02-24T21:04:11.470Z Compiling openssl v0.10.71
17812025-02-24T21:04:11.979Z Compiling pest v2.7.14
17822025-02-24T21:04:13.699Z Compiling rustc_version v0.4.1
17832025-02-24T21:04:15.966Z Compiling zerovec v0.10.4
17842025-02-24T21:04:16.527Z Compiling hmac v0.12.1
17852025-02-24T21:04:17.091Z Compiling getrandom v0.3.1
17862025-02-24T21:04:17.990Z Compiling pest_meta v2.7.14
17872025-02-24T21:04:19.195Z Compiling block-padding v0.3.3
17882025-02-24T21:04:19.445Z Compiling openssl-macros v0.1.1
17892025-02-24T21:04:19.559Z Compiling native-tls v0.2.12
17902025-02-24T21:04:19.933Z Compiling rustls v0.23.19
17912025-02-24T21:04:20.185Z Compiling inout v0.1.3
17922025-02-24T21:04:20.258Z Compiling pest_generator v2.7.14
17932025-02-24T21:04:20.423Z Compiling tinystr v0.7.6
17942025-02-24T21:04:20.575Z Compiling serde_spanned v0.6.8
17952025-02-24T21:04:20.812Z Compiling toml_datetime v0.6.8
17962025-02-24T21:04:20.833Z Compiling ppv-lite86 v0.2.20
17972025-02-24T21:04:20.885Z Compiling tracing-core v0.1.32
17982025-02-24T21:04:21.236Z Compiling litemap v0.7.3
17992025-02-24T21:04:21.430Z Compiling dyn-clone v1.0.18
18002025-02-24T21:04:21.601Z Compiling strsim v0.11.1
18012025-02-24T21:04:21.706Z Compiling writeable v0.5.5
18022025-02-24T21:04:22.082Z Compiling icu_locid v1.5.0
18032025-02-24T21:04:22.149Z Compiling pest_derive v2.7.14
18042025-02-24T21:04:22.197Z Compiling tracing v0.1.40
18052025-02-24T21:04:22.616Z Compiling aws-lc-sys v0.22.0
18062025-02-24T21:04:22.983Z Compiling cipher v0.4.4
18072025-02-24T21:04:23.017Z Compiling sha2 v0.10.8
18082025-02-24T21:04:23.440Z Compiling cookie v0.18.1
18092025-02-24T21:04:23.768Z Compiling usdt-impl v0.5.0
18102025-02-24T21:04:23.800Z Compiling base64ct v1.6.0
18112025-02-24T21:04:24.153Z Compiling icu_provider v1.5.0
18122025-02-24T21:04:24.359Z Compiling pem-rfc7468 v0.7.0
18132025-02-24T21:04:26.978Z Compiling scroll v0.12.0
18142025-02-24T21:04:27.548Z Compiling async-trait v0.1.86
18152025-02-24T21:04:29.522Z Compiling camino v1.1.9
18162025-02-24T21:04:29.985Z Compiling plain v0.2.3
18172025-02-24T21:04:30.021Z Compiling icu_locid_transform_data v1.5.0
18182025-02-24T21:04:30.129Z Compiling flagset v0.4.6
18192025-02-24T21:04:30.132Z Compiling rustls-pki-types v1.10.0
18202025-02-24T21:04:30.342Z Compiling anyhow v1.0.96
18212025-02-24T21:04:30.961Z Compiling percent-encoding v2.3.1
18222025-02-24T21:04:31.374Z Compiling icu_locid_transform v1.5.0
18232025-02-24T21:04:31.773Z Compiling der v0.7.9
18242025-02-24T21:04:33.242Z Compiling goblin v0.8.2
18252025-02-24T21:04:34.338Z Compiling icu_collections v1.5.0
18262025-02-24T21:04:34.735Z Compiling tokio-util v0.7.12
18272025-02-24T21:04:36.012Z Compiling rustls v0.22.4
18282025-02-24T21:04:36.339Z Compiling icu_properties_data v1.5.0
18292025-02-24T21:04:36.619Z Compiling powerfmt v0.2.0
18302025-02-24T21:04:36.653Z Compiling pretty-hex v0.4.1
18312025-02-24T21:04:36.753Z Compiling untrusted v0.9.0
18322025-02-24T21:04:36.913Z Compiling rayon-core v1.12.1
18332025-02-24T21:04:37.111Z Compiling mirai-annotations v1.12.0
18342025-02-24T21:04:37.151Z Compiling untrusted v0.7.1
18352025-02-24T21:04:37.230Z Compiling icu_properties v1.5.1
18362025-02-24T21:04:37.340Z Compiling deranged v0.3.11
18372025-02-24T21:04:38.928Z Compiling dof v0.3.0
18382025-02-24T21:04:39.039Z Compiling spki v0.7.3
18392025-02-24T21:04:39.558Z Compiling salsa20 v0.10.2
18402025-02-24T21:04:39.807Z Compiling dtrace-parser v0.2.0
18412025-02-24T21:04:40.462Z Compiling pbkdf2 v0.12.2
18422025-02-24T21:04:41.325Z Compiling thread-id v4.2.2
18432025-02-24T21:04:41.560Z Compiling num_threads v0.1.7
18442025-02-24T21:04:41.657Z Compiling atomic-waker v1.1.2
18452025-02-24T21:04:41.693Z Compiling utf16_iter v1.0.5
18462025-02-24T21:04:41.766Z Compiling winnow v0.5.40
18472025-02-24T21:04:41.865Z Compiling litrs v0.4.1
18482025-02-24T21:04:41.900Z Compiling icu_normalizer_data v1.5.0
18492025-02-24T21:04:41.966Z Compiling utf8_iter v1.0.4
18502025-02-24T21:04:42.793Z Compiling write16 v1.0.0
18512025-02-24T21:04:42.964Z Compiling icu_normalizer v1.5.0
18522025-02-24T21:04:43.308Z Compiling document-features v0.2.10
18532025-02-24T21:04:44.424Z Compiling time v0.3.36
18542025-02-24T21:04:45.155Z Compiling toml_edit v0.19.15
18552025-02-24T21:04:47.033Z Compiling scrypt v0.11.0
18562025-02-24T21:04:47.202Z Compiling form_urlencoded v1.2.1
18572025-02-24T21:04:47.506Z Compiling aes v0.8.4
18582025-02-24T21:04:47.752Z Compiling cbc v0.1.2
18592025-02-24T21:04:47.975Z Compiling rand_chacha v0.3.1
18602025-02-24T21:04:48.071Z Compiling http-body v1.0.1
18612025-02-24T21:04:48.347Z Compiling multer v3.1.0
18622025-02-24T21:04:48.608Z Compiling slog-async v2.8.0
18632025-02-24T21:04:48.669Z Compiling rustversion v1.0.17
18642025-02-24T21:04:48.847Z Compiling try-lock v0.2.5
18652025-02-24T21:04:49.059Z Compiling tinyvec_macros v0.1.1
18662025-02-24T21:04:49.226Z Compiling tinyvec v1.8.0
18672025-02-24T21:04:49.333Z Compiling want v0.3.1
18682025-02-24T21:04:49.620Z Compiling rand v0.8.5
18692025-02-24T21:04:50.675Z Compiling pkcs5 v0.7.1
18702025-02-24T21:04:51.200Z Compiling idna_adapter v1.2.0
18712025-02-24T21:04:51.464Z Compiling h2 v0.4.6
18722025-02-24T21:04:51.640Z Compiling heapless v0.7.17
18732025-02-24T21:04:52.022Z Compiling bzip2-sys v0.1.11+1.0.8
18742025-02-24T21:04:52.458Z Compiling httpdate v1.0.3
18752025-02-24T21:04:52.478Z Compiling signal-hook v0.3.17
18762025-02-24T21:04:53.199Z Compiling tower-service v0.3.3
18772025-02-24T21:04:54.832Z Compiling idna v1.0.3
18782025-02-24T21:04:56.122Z Compiling pkcs8 v0.10.2
18792025-02-24T21:04:56.922Z Compiling usdt-macro v0.5.0
18802025-02-24T21:04:57.684Z Compiling usdt-attr-macro v0.5.0
18812025-02-24T21:04:58.570Z Compiling async-stream-impl v0.3.6
18822025-02-24T21:04:59.126Z Compiling base64 v0.22.1
18832025-02-24T21:04:59.596Z Compiling hyper v1.5.2
18842025-02-24T21:05:00.227Z Compiling adler2 v2.0.0
18852025-02-24T21:05:00.451Z Compiling miniz_oxide v0.8.0
18862025-02-24T21:05:05.661Z Compiling hyper-util v0.1.10
18872025-02-24T21:05:07.191Z Compiling curve25519-dalek v4.1.3
18882025-02-24T21:05:07.656Z Compiling openapiv3 v2.0.0
18892025-02-24T21:05:07.751Z Compiling enum-as-inner v0.6.1
18902025-02-24T21:05:09.104Z Compiling memoffset v0.9.1
18912025-02-24T21:05:09.161Z Compiling dropshot v0.12.0
18922025-02-24T21:05:09.191Z Compiling foreign-types-shared v0.1.1
18932025-02-24T21:05:09.445Z Compiling smoltcp v0.9.1
18942025-02-24T21:05:09.464Z Compiling match_cfg v0.1.0
18952025-02-24T21:05:09.699Z Compiling num-bigint-dig v0.8.4
18962025-02-24T21:05:10.023Z Compiling portable-atomic v1.9.0
18972025-02-24T21:05:10.040Z Compiling newtype-uuid v1.2.1
18982025-02-24T21:05:10.350Z Compiling hostname v0.3.1
18992025-02-24T21:05:10.566Z Compiling foreign-types v0.3.2
19002025-02-24T21:05:11.210Z Compiling rand_core v0.9.2
19012025-02-24T21:05:11.556Z Compiling url v2.5.3
19022025-02-24T21:05:13.653Z Compiling http-body-util v0.1.2
19032025-02-24T21:05:14.183Z Compiling dirs-sys-next v0.1.2
19042025-02-24T21:05:14.307Z Compiling encoding_rs v0.8.34
19052025-02-24T21:05:14.607Z Compiling data-encoding v2.6.0
19062025-02-24T21:05:14.632Z Compiling mime v0.3.17
19072025-02-24T21:05:15.673Z Compiling gimli v0.31.1
19082025-02-24T21:05:15.937Z Compiling heck v0.4.1
19092025-02-24T21:05:16.311Z Compiling ident_case v1.0.1
19102025-02-24T21:05:16.504Z Compiling cfg_aliases v0.2.1
19112025-02-24T21:05:16.629Z Compiling siphasher v0.3.11
19122025-02-24T21:05:16.996Z Compiling nix v0.29.0
19132025-02-24T21:05:17.207Z Compiling darling_core v0.20.10
19142025-02-24T21:05:18.253Z Compiling dirs-next v2.0.0
19152025-02-24T21:05:22.326Z Compiling addr2line v0.24.2
19162025-02-24T21:05:22.489Z Compiling rand_chacha v0.9.0
19172025-02-24T21:05:23.790Z Compiling unicode-normalization v0.1.24
19182025-02-24T21:05:24.847Z Compiling crossbeam-epoch v0.9.18
19192025-02-24T21:05:25.478Z Compiling serde_urlencoded v0.7.1
19202025-02-24T21:05:25.711Z Compiling rustls-pemfile v2.2.0
19212025-02-24T21:05:26.049Z Compiling hubpack_derive v0.1.1
19222025-02-24T21:05:26.061Z Compiling dropshot_endpoint v0.12.0
19232025-02-24T21:05:26.275Z Compiling sha1 v0.10.6
19242025-02-24T21:05:26.622Z Compiling signature v2.2.0
19252025-02-24T21:05:26.695Z Compiling curve25519-dalek-derive v0.1.1
19262025-02-24T21:05:26.871Z Compiling zerocopy-derive v0.6.6
19272025-02-24T21:05:28.031Z Compiling object v0.36.5
19282025-02-24T21:05:28.562Z Compiling thread_local v1.1.8
19292025-02-24T21:05:29.011Z Compiling fs-err v2.11.0
19302025-02-24T21:05:29.738Z Compiling unicode-properties v0.1.3
19312025-02-24T21:05:30.149Z Compiling ipnet v2.10.1
19322025-02-24T21:05:32.691Z Compiling utf8parse v0.2.2
19332025-02-24T21:05:32.778Z Compiling winnow v0.6.20
19342025-02-24T21:05:32.878Z Compiling anstyle v1.0.10
19352025-02-24T21:05:33.304Z Compiling openssl-probe v0.1.5
19362025-02-24T21:05:33.813Z Compiling rustls-webpki v0.102.8
19372025-02-24T21:05:35.389Z Compiling unicode-bidi v0.3.17
19382025-02-24T21:05:40.322Z Compiling rustc-demangle v0.1.24
19392025-02-24T21:05:40.361Z Compiling stringprep v0.1.5
19402025-02-24T21:05:40.376Z Compiling backtrace v0.3.74
19412025-02-24T21:05:40.376Z Compiling toml_edit v0.22.22
19422025-02-24T21:05:45.237Z Compiling anstyle-parse v0.2.5
19432025-02-24T21:05:46.202Z Compiling crossbeam-deque v0.8.5
19442025-02-24T21:05:48.025Z Compiling rand v0.9.0
19452025-02-24T21:05:48.229Z Compiling darling_macro v0.20.10
19462025-02-24T21:05:49.113Z Compiling term v0.7.0
19472025-02-24T21:05:49.307Z Compiling slog-json v2.6.1
19482025-02-24T21:05:50.269Z Compiling crossbeam-channel v0.5.13
19492025-02-24T21:05:50.341Z Compiling hashbrown v0.14.5
19502025-02-24T21:05:51.155Z Compiling futures-executor v0.3.31
19512025-02-24T21:05:51.456Z Compiling num-integer v0.1.46
19522025-02-24T21:05:51.476Z Compiling md-5 v0.10.6
19532025-02-24T21:05:51.582Z Compiling ff v0.13.0
19542025-02-24T21:05:51.728Z Compiling hash32 v0.2.1
19552025-02-24T21:05:51.834Z Compiling is-terminal v0.4.13
19562025-02-24T21:05:51.906Z Compiling memmap v0.7.0
19572025-02-24T21:05:52.071Z Compiling linked-hash-map v0.5.6
19582025-02-24T21:05:52.127Z Compiling utf-8 v0.7.6
19592025-02-24T21:05:52.225Z Compiling fallible-iterator v0.2.0
19602025-02-24T21:05:52.434Z Compiling take_mut v0.2.2
19612025-02-24T21:05:52.454Z Compiling quick-error v1.2.3
19622025-02-24T21:05:52.608Z Compiling anstyle-query v1.1.1
19632025-02-24T21:05:52.628Z Compiling psl-types v2.0.11
19642025-02-24T21:05:52.840Z Compiling base16ct v0.2.0
19652025-02-24T21:05:52.905Z Compiling colorchoice v1.0.2
19662025-02-24T21:05:52.995Z Compiling is_terminal_polyfill v1.70.1
19672025-02-24T21:05:52.998Z Compiling publicsuffix v2.3.0
19682025-02-24T21:05:53.082Z Compiling sec1 v0.7.3
19692025-02-24T21:05:53.138Z Compiling anstream v0.6.15
19702025-02-24T21:05:53.166Z Compiling postgres-protocol v0.6.8
19712025-02-24T21:05:53.580Z Compiling resolv-conf v0.7.0
19722025-02-24T21:05:53.735Z Compiling lru-cache v0.1.2
19732025-02-24T21:05:53.946Z Compiling tungstenite v0.24.0
19742025-02-24T21:05:54.201Z Compiling usdt v0.5.0
19752025-02-24T21:05:54.516Z Compiling slog-term v2.9.1
19762025-02-24T21:05:54.646Z Compiling num-iter v0.1.45
19772025-02-24T21:05:54.860Z Compiling group v0.13.0
19782025-02-24T21:05:55.182Z Compiling futures v0.3.31
19792025-02-24T21:05:55.311Z Compiling regress v0.10.1
19802025-02-24T21:05:58.056Z Compiling slog-bunyan v2.5.0
19812025-02-24T21:05:58.284Z Compiling darling v0.20.10
19822025-02-24T21:05:58.483Z Compiling tokio-rustls v0.26.0
19832025-02-24T21:05:58.936Z Compiling tokio-rustls v0.25.0
19842025-02-24T21:05:59.025Z Compiling tokio-native-tls v0.3.1
19852025-02-24T21:05:59.349Z Compiling toml v0.8.19
19862025-02-24T21:05:59.725Z Compiling hickory-proto v0.24.3
19872025-02-24T21:05:59.779Z Compiling phf_shared v0.11.2
19882025-02-24T21:06:00.130Z Compiling strum_macros v0.25.3
19892025-02-24T21:06:00.987Z Compiling async-stream v0.3.6
19902025-02-24T21:06:01.012Z Compiling waitgroup v0.1.2
19912025-02-24T21:06:01.032Z Compiling webpki-roots v0.26.6
19922025-02-24T21:06:01.391Z Compiling hkdf v0.12.4
19932025-02-24T21:06:01.477Z Compiling terminal_size v0.4.0
19942025-02-24T21:06:01.645Z Compiling serde_path_to_error v0.1.16
19952025-02-24T21:06:01.700Z Compiling sync_wrapper v1.0.1
19962025-02-24T21:06:02.062Z Compiling crypto-bigint v0.5.5
19972025-02-24T21:06:02.209Z Compiling derive-where v1.2.7
19982025-02-24T21:06:02.397Z Compiling serde_repr v0.1.19
19992025-02-24T21:06:03.338Z Compiling clap_derive v4.5.28
20002025-02-24T21:06:03.436Z Compiling hostname v0.4.0
20012025-02-24T21:06:03.658Z Compiling crc32fast v1.4.2
20022025-02-24T21:06:03.978Z Compiling managed v0.8.0
20032025-02-24T21:06:04.381Z Compiling bitflags v1.3.2
20042025-02-24T21:06:04.683Z Compiling tower-layer v0.3.3
20052025-02-24T21:06:05.013Z Compiling unicode-width v0.2.0
20062025-02-24T21:06:05.450Z Compiling clap_lex v0.7.4
20072025-02-24T21:06:05.652Z Compiling debug-ignore v1.0.5
20082025-02-24T21:06:05.853Z Compiling clap_builder v4.5.30
20092025-02-24T21:06:07.500Z Compiling console v0.15.10
20102025-02-24T21:06:08.066Z Compiling tower v0.5.2
20112025-02-24T21:06:08.635Z Compiling hickory-resolver v0.24.3
20122025-02-24T21:06:09.880Z Compiling elliptic-curve v0.13.8
20132025-02-24T21:06:10.571Z Compiling flate2 v1.0.35
20142025-02-24T21:06:12.393Z Compiling hyper-rustls v0.27.3
20152025-02-24T21:06:14.860Z Compiling phf v0.11.2
20162025-02-24T21:06:14.885Z Compiling hyper-tls v0.6.0
20172025-02-24T21:06:15.277Z Compiling typify-impl v0.2.0
20182025-02-24T21:06:15.615Z Compiling signal-hook-mio v0.2.4
20192025-02-24T21:06:15.700Z Compiling rayon v1.10.0
20202025-02-24T21:06:15.791Z Compiling cookie_store v0.21.1
20212025-02-24T21:06:16.255Z Compiling bzip2 v0.4.4
20222025-02-24T21:06:16.619Z Compiling tokio-tungstenite v0.24.0
20232025-02-24T21:06:17.168Z Compiling postgres-types v0.2.8
20242025-02-24T21:06:17.675Z Compiling zerocopy v0.6.6
20252025-02-24T21:06:18.330Z Compiling hubpack v0.1.2
20262025-02-24T21:06:18.438Z Compiling ed25519 v2.2.3
20272025-02-24T21:06:18.794Z Compiling phf_shared v0.10.0
20282025-02-24T21:06:18.914Z Compiling pkcs1 v0.7.5
20292025-02-24T21:06:19.749Z Compiling tokio-stream v0.1.16
20302025-02-24T21:06:19.914Z Compiling ipnetwork v0.21.1
20312025-02-24T21:06:19.935Z Compiling rfc6979 v0.4.0
20322025-02-24T21:06:20.128Z Compiling serde-big-array v0.5.1
20332025-02-24T21:06:20.270Z Compiling float-cmp v0.10.0
20342025-02-24T21:06:20.371Z Compiling bstr v1.10.0
20352025-02-24T21:06:21.538Z Compiling precomputed-hash v0.1.1
20362025-02-24T21:06:21.680Z Compiling static_assertions v1.1.0
20372025-02-24T21:06:21.789Z Compiling fixedbitset v0.4.2
20382025-02-24T21:06:21.808Z Compiling predicates-core v1.0.8
20392025-02-24T21:06:22.132Z Compiling difflib v0.4.0
20402025-02-24T21:06:22.196Z Compiling number_prefix v0.4.0
20412025-02-24T21:06:22.452Z Compiling unicode-segmentation v1.12.0
20422025-02-24T21:06:22.471Z Compiling new_debug_unreachable v1.0.6
20432025-02-24T21:06:22.587Z Compiling bit-vec v0.6.3
20442025-02-24T21:06:22.973Z Compiling normalize-line-endings v0.3.0
20452025-02-24T21:06:23.233Z Compiling whoami v1.5.2
20462025-02-24T21:06:23.256Z Compiling similar v2.6.0
20472025-02-24T21:06:23.517Z Compiling predicates v3.1.3
20482025-02-24T21:06:23.723Z Compiling tokio-postgres v0.7.12
20492025-02-24T21:06:24.832Z Compiling bit-set v0.5.3
20502025-02-24T21:06:24.992Z Compiling string_cache v0.8.7
20512025-02-24T21:06:25.141Z Compiling indicatif v0.17.11
20522025-02-24T21:06:25.202Z Compiling typify-macro v0.2.0
20532025-02-24T21:06:25.362Z Compiling petgraph v0.6.5
20542025-02-24T21:06:25.721Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20552025-02-24T21:06:26.865Z Compiling reqwest v0.12.12
20562025-02-24T21:06:28.757Z Compiling qorb v0.2.1
20572025-02-24T21:06:28.920Z Compiling ecdsa v0.16.9
20582025-02-24T21:06:29.360Z Compiling rsa v0.9.6
20592025-02-24T21:06:29.780Z Compiling ed25519-dalek v2.1.1
20602025-02-24T21:06:31.034Z Compiling zip v0.6.6
20612025-02-24T21:06:31.572Z Compiling crossterm v0.28.1
20622025-02-24T21:06:32.171Z Compiling clap v4.5.30
20632025-02-24T21:06:33.888Z Compiling toml v0.7.8
20642025-02-24T21:06:34.518Z Compiling x509-cert v0.2.5
20652025-02-24T21:06:35.227Z Compiling hex v0.4.3
20662025-02-24T21:06:36.115Z Compiling itertools v0.14.0
20672025-02-24T21:06:36.118Z Compiling itertools v0.10.5
20682025-02-24T21:06:38.498Z Compiling peg-runtime v0.8.3
20692025-02-24T21:06:38.580Z Compiling unicode-xid v0.2.6
20702025-02-24T21:06:38.689Z Compiling lalrpop-util v0.19.12
20712025-02-24T21:06:39.636Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20722025-02-24T21:06:44.134Z Compiling proc-macro-crate v1.3.1
20732025-02-24T21:06:44.154Z Compiling macaddr v1.0.1
20742025-02-24T21:06:44.870Z Compiling itertools v0.13.0
20752025-02-24T21:06:45.928Z Compiling heapless v0.8.0
20762025-02-24T21:06:47.758Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20772025-02-24T21:06:51.209Z Compiling num_enum_derive v0.5.11
20782025-02-24T21:06:58.143Z Compiling hash32 v0.3.1
20792025-02-24T21:06:58.844Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802025-02-24T21:06:58.951Z Compiling smoltcp v0.11.0
20812025-02-24T21:07:05.683Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20822025-02-24T21:07:05.783Z Compiling num_enum v0.5.11
20832025-02-24T21:07:06.565Z Compiling typify v0.2.0
20842025-02-24T21:07:06.718Z Compiling oxnet v0.1.0
20852025-02-24T21:07:08.194Z Compiling proc-macro-error-attr v1.0.4
20862025-02-24T21:07:08.572Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20872025-02-24T21:07:08.904Z Compiling cobs v0.2.3
20882025-02-24T21:07:09.373Z Compiling thiserror v2.0.11
20892025-02-24T21:07:09.904Z Compiling unsafe-libyaml v0.2.11
20902025-02-24T21:07:11.346Z Compiling serde_yaml v0.9.34+deprecated
20912025-02-24T21:07:12.354Z Compiling postcard v1.0.10
20922025-02-24T21:07:22.291Z Compiling progenitor-impl v0.8.0
20932025-02-24T21:07:24.678Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20942025-02-24T21:07:36.535Z Compiling strum_macros v0.26.4
20952025-02-24T21:07:37.605Z Compiling foreign-types-macros v0.2.3
20962025-02-24T21:07:37.665Z Compiling thiserror-impl v2.0.11
20972025-02-24T21:07:37.702Z Compiling structmeta-derive v0.3.0
20982025-02-24T21:07:37.721Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
20992025-02-24T21:07:38.064Z Compiling proc-macro-error v1.0.4
21002025-02-24T21:07:38.840Z Compiling foreign-types-shared v0.3.1
21012025-02-24T21:07:40.493Z Compiling unicode-width v0.1.14
21022025-02-24T21:07:40.569Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21032025-02-24T21:07:40.740Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21042025-02-24T21:07:41.095Z Compiling tabwriter v1.4.0
21052025-02-24T21:07:41.672Z Compiling strum v0.26.3
21062025-02-24T21:07:42.427Z Compiling structmeta v0.3.0
21072025-02-24T21:07:43.763Z Compiling foreign-types v0.5.0
21082025-02-24T21:07:50.622Z Compiling progenitor-macro v0.8.0
21092025-02-24T21:07:54.445Z Compiling progenitor-client v0.8.0
21102025-02-24T21:07:58.097Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21112025-02-24T21:07:58.604Z Compiling daft-derive v0.1.1
21122025-02-24T21:07:58.916Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21132025-02-24T21:07:59.096Z Compiling cstr-argument v0.1.2
21142025-02-24T21:07:59.396Z Compiling dropshot v0.15.1
21152025-02-24T21:07:59.744Z Compiling crucible-workspace-hack v0.1.0
21162025-02-24T21:07:59.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21172025-02-24T21:08:00.305Z Compiling fastrand v2.1.1
21182025-02-24T21:08:00.518Z Compiling pretty-hex v0.2.1
21192025-02-24T21:08:00.750Z Compiling tempfile v3.13.0
21202025-02-24T21:08:00.911Z Compiling progenitor v0.8.0
21212025-02-24T21:08:00.931Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21222025-02-24T21:08:01.150Z Compiling daft v0.1.1
21232025-02-24T21:08:01.414Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21242025-02-24T21:08:01.444Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21252025-02-24T21:08:01.768Z Compiling parse-display-derive v0.10.0
21262025-02-24T21:08:02.220Z Compiling colored v2.1.0
21272025-02-24T21:08:02.253Z Compiling serde_with_macros v3.11.0
21282025-02-24T21:08:02.412Z Compiling dropshot_endpoint v0.15.1
21292025-02-24T21:08:03.482Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21302025-02-24T21:08:04.237Z Compiling instant v0.1.13
21312025-02-24T21:08:04.440Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21322025-02-24T21:08:04.615Z Compiling serde_with v3.11.0
21332025-02-24T21:08:04.867Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21342025-02-24T21:08:05.271Z Compiling parse-display v0.10.0
21352025-02-24T21:08:06.535Z Compiling backoff v0.4.0
21362025-02-24T21:08:06.674Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21372025-02-24T21:08:06.917Z Compiling zone_cfg_derive v0.3.0
21382025-02-24T21:08:07.119Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21392025-02-24T21:08:07.726Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21402025-02-24T21:08:07.969Z Compiling camino-tempfile v1.1.1
21412025-02-24T21:08:08.418Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
21422025-02-24T21:08:08.452Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21432025-02-24T21:08:08.598Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21442025-02-24T21:08:08.712Z Compiling regress v0.9.1
21452025-02-24T21:08:08.799Z Compiling progenitor-client v0.9.1
21462025-02-24T21:08:08.898Z Compiling num-derive v0.4.2
21472025-02-24T21:08:09.779Z Compiling sigpipe v0.1.3
21482025-02-24T21:08:09.938Z Compiling libefi-sys v0.1.0
21492025-02-24T21:08:10.288Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21502025-02-24T21:08:10.689Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21512025-02-24T21:08:10.996Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
21522025-02-24T21:08:12.564Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21532025-02-24T21:08:13.862Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
21542025-02-24T21:08:14.402Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21552025-02-24T21:08:16.400Z Compiling zone v0.3.0
21562025-02-24T21:08:17.246Z Compiling smf v0.2.3
21572025-02-24T21:08:18.775Z Compiling bitfield-struct v0.6.2
21582025-02-24T21:08:19.717Z Compiling blake3 v1.5.4
21592025-02-24T21:08:19.887Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21602025-02-24T21:08:20.090Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21612025-02-24T21:08:20.439Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21622025-02-24T21:08:20.553Z Compiling xattr v1.3.1
21632025-02-24T21:08:20.847Z Compiling memmap2 v0.9.5
21642025-02-24T21:08:20.866Z Compiling filetime v0.2.25
21652025-02-24T21:08:21.016Z Compiling arrayref v0.3.9
21662025-02-24T21:08:21.140Z Compiling arrayvec v0.7.6
21672025-02-24T21:08:21.224Z Compiling same-file v1.0.6
21682025-02-24T21:08:21.389Z Compiling constant_time_eq v0.3.1
21692025-02-24T21:08:21.521Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21702025-02-24T21:08:21.586Z Compiling walkdir v2.5.0
21712025-02-24T21:08:21.606Z Compiling tar v0.4.42
21722025-02-24T21:08:21.649Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21732025-02-24T21:08:23.152Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21742025-02-24T21:08:23.622Z Compiling gethostname v0.5.0
21752025-02-24T21:08:23.845Z Compiling cargo-platform v0.1.8
21762025-02-24T21:08:23.959Z Compiling topological-sort v0.2.2
21772025-02-24T21:08:24.255Z Compiling omicron-zone-package v0.12.0
21782025-02-24T21:08:24.276Z Compiling cargo_metadata v0.18.1
21792025-02-24T21:08:24.913Z Compiling indent_write v2.2.0
21802025-02-24T21:08:25.157Z Compiling shell-words v1.1.0
21812025-02-24T21:08:31.724Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21822025-02-24T21:08:34.080Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21832025-02-24T21:08:39.713Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21842025-02-24T21:08:53.921Z Finished `release` profile [optimized] target(s) in 5m 13s
21852025-02-24T21:08:54.093Z Running `target/release/omicron-package -t test target create -p dev`
21862025-02-24T21:08:54.144ZLogging to: /work/oxidecomputer/omicron/out/LOG
21872025-02-24T21:08:54.146ZCreated new build target 'test' and set it as active
21882025-02-24T21:08:54.146Z
21892025-02-24T21:08:54.147Zreal 5:14.002207212
21902025-02-24T21:08:54.147Zuser 36:33.650814547
21912025-02-24T21:08:54.147Zsys 3:26.307886554
21922025-02-24T21:08:54.147Ztrap 1.160941779
21932025-02-24T21:08:54.147Ztflt 1.741204015
21942025-02-24T21:08:54.147Zdflt 0.855728893
21952025-02-24T21:08:54.147Zkflt 0.000210479
21962025-02-24T21:08:54.147Zlock 1:12:01.487581852
21972025-02-24T21:08:54.147Zslp 2:26:28.985449079
21982025-02-24T21:08:54.147Zlat 2:46.420250333
21992025-02-24T21:08:54.147Zstop 4:55.173301626
22002025-02-24T21:08:54.149Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22012025-02-24T21:08:55.158Z Finished `release` profile [optimized] target(s) in 0.95s
22022025-02-24T21:08:55.225Z Running `target/release/omicron-package -t test package`
22032025-02-24T21:08:55.272ZLogging to: /work/oxidecomputer/omicron/out/LOG
22042025-02-24T21:08:56.472Z Compiling ring v0.17.11
22052025-02-24T21:08:56.654Z Compiling thiserror v2.0.11
22062025-02-24T21:08:56.672Z Compiling typify-impl v0.3.0
22072025-02-24T21:08:56.688Z Compiling convert_case v0.4.0
22082025-02-24T21:08:56.691Z Compiling newline-converter v0.3.0
22092025-02-24T21:08:56.691Z Compiling password-hash v0.5.0
22102025-02-24T21:08:56.691Z Compiling blake2 v0.10.6
22112025-02-24T21:08:56.895Z Compiling expectorate v1.1.0
22122025-02-24T21:08:57.165Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22132025-02-24T21:08:57.290Z Compiling derive_more v0.99.19
22142025-02-24T21:08:57.843Z Compiling base64 v0.21.7
22152025-02-24T21:08:57.988Z Compiling argon2 v0.5.3
22162025-02-24T21:08:58.867Z Compiling atomicwrites v0.4.4
22172025-02-24T21:08:58.965Z Compiling owo-colors v4.1.0
22182025-02-24T21:08:59.289Z Compiling cancel-safe-futures v0.1.5
22192025-02-24T21:08:59.405Z Compiling num-rational v0.4.2
22202025-02-24T21:08:59.644Z Compiling num-complex v0.4.6
22212025-02-24T21:09:00.773Z Compiling num v0.4.3
22222025-02-24T21:09:00.945Z Compiling libsw v3.3.1
22232025-02-24T21:09:01.272Z Compiling swrite v0.1.0
22242025-02-24T21:09:01.417Z Compiling float-ord v0.3.2
22252025-02-24T21:09:01.604Z Compiling rustls v0.23.19
22262025-02-24T21:09:01.635Z Compiling rustls v0.22.4
22272025-02-24T21:09:01.666Z Compiling linear-map v1.2.0
22282025-02-24T21:09:01.734Z Compiling highway v1.2.0
22292025-02-24T21:09:02.092Z Compiling semver v0.1.20
22302025-02-24T21:09:02.627Z Compiling rustc_version v0.1.7
22312025-02-24T21:09:02.756Z Compiling tungstenite v0.21.0
22322025-02-24T21:09:02.993Z Compiling newtype_derive v0.1.6
22332025-02-24T21:09:03.144Z Compiling ipnetwork v0.21.1
22342025-02-24T21:09:03.183Z Compiling humantime v2.1.0
22352025-02-24T21:09:03.553Z Compiling oxnet v0.1.0
22362025-02-24T21:09:03.820Z Compiling dropshot v0.15.1
22372025-02-24T21:09:03.899Z Compiling rustls-webpki v0.102.8
22382025-02-24T21:09:03.940Z Compiling instant v0.1.13
22392025-02-24T21:09:04.117Z Compiling tokio-tungstenite v0.21.0
22402025-02-24T21:09:04.185Z Compiling daft v0.1.1
22412025-02-24T21:09:04.673Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22422025-02-24T21:09:04.727Z Compiling backoff v0.4.0
22432025-02-24T21:09:05.180Z Compiling steno v0.4.1
22442025-02-24T21:09:05.481Z Compiling parse-display v0.10.0
22452025-02-24T21:09:05.995Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22462025-02-24T21:09:06.188Z Compiling serde_with v3.11.0
22472025-02-24T21:09:06.755Z Compiling typify-macro v0.3.0
22482025-02-24T21:09:07.640Z Compiling strum v0.26.3
22492025-02-24T21:09:07.846Z Compiling regress v0.9.1
22502025-02-24T21:09:09.543Z Compiling tokio-rustls v0.25.0
22512025-02-24T21:09:09.934Z Compiling dropshot v0.12.0
22522025-02-24T21:09:10.049Z Compiling typify v0.3.0
22532025-02-24T21:09:10.195Z Compiling progenitor-impl v0.9.1
22542025-02-24T21:09:12.209Z Compiling tokio-rustls v0.26.0
22552025-02-24T21:09:12.687Z Compiling hyper-rustls v0.27.3
22562025-02-24T21:09:13.280Z Compiling reqwest v0.12.12
22572025-02-24T21:09:16.069Z Compiling qorb v0.2.1
22582025-02-24T21:09:17.507Z Compiling progenitor-macro v0.9.1
22592025-02-24T21:09:21.165Z Compiling progenitor-client v0.9.1
22602025-02-24T21:09:21.711Z Compiling progenitor-client v0.8.0
22612025-02-24T21:09:22.244Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22622025-02-24T21:09:22.793Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22632025-02-24T21:09:27.947Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22642025-02-24T21:09:48.260Z Compiling progenitor v0.8.0
22652025-02-24T21:09:48.509Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
22662025-02-24T21:09:52.249Z Compiling progenitor v0.9.1
22672025-02-24T21:09:52.500Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22682025-02-24T21:09:54.122Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22692025-02-24T21:09:54.757Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22702025-02-24T21:09:55.664Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22712025-02-24T21:09:56.563Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22722025-02-24T21:10:01.877Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22732025-02-24T21:10:03.464Z Compiling macaddr v1.0.1
22742025-02-24T21:10:04.024Z Compiling slog-dtrace v0.3.0
22752025-02-24T21:10:04.421Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
22762025-02-24T21:10:04.464Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22772025-02-24T21:10:06.475Z Compiling prettyplease v0.2.29
22782025-02-24T21:10:06.857Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22792025-02-24T21:10:08.374Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22802025-02-24T21:10:08.543Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22812025-02-24T21:10:09.960Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22822025-02-24T21:10:09.979Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22832025-02-24T21:10:19.277Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22842025-02-24T21:10:21.247Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22852025-02-24T21:10:21.693Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22862025-02-24T21:10:27.932Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22872025-02-24T21:10:28.387Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22882025-02-24T21:10:30.158Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
22892025-02-24T21:10:31.435Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
22902025-02-24T21:10:33.702Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22912025-02-24T21:10:33.816Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22922025-02-24T21:10:34.716Z Compiling half v2.4.1
22932025-02-24T21:10:35.439Z Compiling ciborium-io v0.2.2
22942025-02-24T21:10:35.614Z Compiling ciborium-ll v0.2.2
22952025-02-24T21:10:36.139Z Compiling bytecount v0.6.8
22962025-02-24T21:10:36.161Z Compiling ciborium v0.2.2
22972025-02-24T21:10:36.250Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
22982025-02-24T21:10:36.477Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
22992025-02-24T21:10:36.672Z Compiling display-error-chain v0.2.2
23002025-02-24T21:10:36.919Z Compiling fastrand v2.1.1
23012025-02-24T21:10:37.463Z Compiling same-file v1.0.6
23022025-02-24T21:10:37.720Z Compiling walkdir v2.5.0
23032025-02-24T21:10:38.316Z Compiling tempfile v3.13.0
23042025-02-24T21:10:38.320Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23052025-02-24T21:10:38.974Z Compiling blake3 v1.5.4
23062025-02-24T21:10:39.604Z Compiling const_format_proc_macros v0.2.34
23072025-02-24T21:10:41.378Z Compiling xattr v1.3.1
23082025-02-24T21:10:41.670Z Compiling memmap2 v0.9.5
23092025-02-24T21:10:41.723Z Compiling filetime v0.2.25
23102025-02-24T21:10:42.031Z Compiling crunchy v0.2.2
23112025-02-24T21:10:42.069Z Compiling maplit v1.0.2
23122025-02-24T21:10:42.227Z Compiling constant_time_eq v0.3.1
23132025-02-24T21:10:42.401Z Compiling keccak v0.1.5
23142025-02-24T21:10:42.434Z Compiling arrayvec v0.7.6
23152025-02-24T21:10:42.507Z Compiling arrayref v0.3.9
23162025-02-24T21:10:42.671Z Compiling tar v0.4.42
23172025-02-24T21:10:42.972Z Compiling sha3 v0.10.8
23182025-02-24T21:10:43.551Z Compiling const_format v0.2.34
23192025-02-24T21:10:43.793Z Compiling camino-tempfile v1.1.1
23202025-02-24T21:10:43.846Z Compiling toolchain_find v0.4.0
23212025-02-24T21:10:44.226Z Compiling radium v0.7.0
23222025-02-24T21:10:44.362Z Compiling topological-sort v0.2.2
23232025-02-24T21:10:44.394Z Compiling tiny-keccak v2.0.2
23242025-02-24T21:10:44.600Z Compiling omicron-zone-package v0.12.0
23252025-02-24T21:10:44.701Z Compiling rustfmt-wrapper v0.2.1
23262025-02-24T21:10:44.797Z Compiling dsl_auto_type v0.1.2
23272025-02-24T21:10:44.879Z Compiling scheduled-thread-pool v0.2.7
23282025-02-24T21:10:45.025Z Compiling diesel_table_macro_syntax v0.2.0
23292025-02-24T21:10:45.253Z Compiling tap v1.0.1
23302025-02-24T21:10:45.401Z Compiling maybe-uninit v2.0.0
23312025-02-24T21:10:45.459Z Compiling wyz v0.5.1
23322025-02-24T21:10:45.902Z Compiling r2d2 v0.8.10
23332025-02-24T21:10:45.988Z Compiling diesel_derives v2.2.3
23342025-02-24T21:10:46.350Z Compiling phf_generator v0.11.2
23352025-02-24T21:10:46.445Z Compiling ascii-canvas v3.0.0
23362025-02-24T21:10:46.560Z Compiling secrecy v0.8.0
23372025-02-24T21:10:46.725Z Compiling ena v0.14.3
23382025-02-24T21:10:46.853Z Compiling async-recursion v1.1.1
23392025-02-24T21:10:46.891Z Compiling regex-syntax v0.6.29
23402025-02-24T21:10:47.112Z Compiling packed_struct v0.10.1
23412025-02-24T21:10:47.586Z Compiling arc-swap v1.7.1
23422025-02-24T21:10:48.182Z Compiling diff v0.1.13
23432025-02-24T21:10:48.225Z Compiling crc-catalog v2.4.0
23442025-02-24T21:10:48.410Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23452025-02-24T21:10:48.655Z Compiling funty v2.0.0
23462025-02-24T21:10:48.763Z Compiling bindgen v0.71.1
23472025-02-24T21:10:49.315Z Compiling crc v3.2.1
23482025-02-24T21:10:49.424Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23492025-02-24T21:10:49.593Z Compiling slog-scope v4.4.0
23502025-02-24T21:10:50.342Z Compiling lalrpop v0.19.12
23512025-02-24T21:10:51.353Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23522025-02-24T21:10:51.379Z Compiling bitvec v1.0.1
23532025-02-24T21:10:51.819Z Compiling phf_codegen v0.11.2
23542025-02-24T21:10:52.174Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23552025-02-24T21:10:53.293Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23562025-02-24T21:10:53.538Z Compiling universal-hash v0.5.1
23572025-02-24T21:10:53.809Z Compiling packed_struct_codegen v0.10.1
23582025-02-24T21:10:55.795Z Compiling thiserror-impl-no-std v2.0.2
23592025-02-24T21:10:56.100Z Compiling parse-zoneinfo v0.3.1
23602025-02-24T21:10:56.413Z Compiling diesel v2.2.7
23612025-02-24T21:10:57.470Z Compiling indexmap v1.9.3
23622025-02-24T21:10:57.843Z Compiling unicase v2.7.0
23632025-02-24T21:10:58.105Z Compiling rustc-hash v2.1.1
23642025-02-24T21:10:58.176Z Compiling ref-cast v1.0.23
23652025-02-24T21:10:58.327Z Compiling nodrop v0.1.14
23662025-02-24T21:10:58.511Z Compiling opaque-debug v0.3.1
23672025-02-24T21:10:58.682Z Compiling poly1305 v0.8.0
23682025-02-24T21:10:58.773Z Compiling array-init v0.0.4
23692025-02-24T21:11:00.145Z Compiling thiserror-no-std v2.0.2
23702025-02-24T21:11:00.333Z Compiling chrono-tz-build v0.4.0
23712025-02-24T21:11:05.429Z Compiling smallvec v0.6.14
23722025-02-24T21:11:05.924Z Compiling slog-stdlog v4.1.1
23732025-02-24T21:11:07.285Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23742025-02-24T21:11:07.628Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23752025-02-24T21:11:07.970Z Compiling derive_builder_core v0.20.2
23762025-02-24T21:11:09.909Z Compiling chacha20 v0.9.1
23772025-02-24T21:11:10.378Z Compiling headers-core v0.3.0
23782025-02-24T21:11:10.582Z Compiling aead v0.5.2
23792025-02-24T21:11:10.948Z Compiling libxml v0.3.3
23802025-02-24T21:11:11.349Z Compiling ref-cast-impl v1.0.23
23812025-02-24T21:11:11.792Z Compiling polar-core v0.27.3
23822025-02-24T21:11:12.446Z Compiling vte_generate_state_changes v0.1.2
23832025-02-24T21:11:12.495Z Compiling bitfield v0.14.0
23842025-02-24T21:11:12.922Z Compiling hashbrown v0.12.3
23852025-02-24T21:11:13.082Z Compiling termcolor v1.4.1
23862025-02-24T21:11:14.093Z Compiling env_logger v0.10.2
23872025-02-24T21:11:15.249Z Compiling vte v0.11.1
23882025-02-24T21:11:15.758Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23892025-02-24T21:11:16.711Z Compiling samael v0.0.18
23902025-02-24T21:11:17.348Z Compiling chacha20poly1305 v0.10.1
23912025-02-24T21:11:17.598Z Compiling headers v0.4.0
23922025-02-24T21:11:18.312Z Compiling derive_builder_macro v0.20.2
23932025-02-24T21:11:19.269Z Compiling slog-envlogger v2.2.0
23942025-02-24T21:11:21.047Z Compiling serde-hex v0.1.0
23952025-02-24T21:11:21.777Z Compiling chrono-tz v0.10.1
23962025-02-24T21:11:22.466Z Compiling vsss-rs v3.3.4
23972025-02-24T21:11:24.654Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
23982025-02-24T21:11:26.019Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23992025-02-24T21:11:26.343Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24002025-02-24T21:11:26.621Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24012025-02-24T21:11:26.959Z Compiling ron v0.8.1
24022025-02-24T21:11:27.606Z Compiling hashbrown v0.13.2
24032025-02-24T21:11:28.789Z Compiling strum_macros v0.24.3
24042025-02-24T21:11:30.774Z Compiling fxhash v0.2.1
24052025-02-24T21:11:31.021Z Compiling zip v2.1.3
24062025-02-24T21:11:31.405Z Compiling indoc v1.0.9
24072025-02-24T21:11:31.671Z Compiling bumpalo v3.16.0
24082025-02-24T21:11:32.215Z Compiling simd-adler32 v0.3.7
24092025-02-24T21:11:32.235Z Compiling lockfree-object-pool v0.1.6
24102025-02-24T21:11:32.553Z Compiling crc-any v2.5.0
24112025-02-24T21:11:32.755Z Compiling zopfli v0.8.1
24122025-02-24T21:11:33.491Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24132025-02-24T21:11:33.797Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24142025-02-24T21:11:36.952Z Compiling object v0.30.4
24152025-02-24T21:11:43.939Z Compiling derive_builder v0.20.2
24162025-02-24T21:11:48.292Z Compiling strip-ansi-escapes v0.2.0
24172025-02-24T21:11:48.596Z Compiling papergrid v0.11.0
24182025-02-24T21:11:48.918Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24192025-02-24T21:11:49.048Z Compiling tabled_derive v0.7.0
24202025-02-24T21:11:49.293Z Compiling fd-lock v4.0.2
24212025-02-24T21:11:49.536Z Compiling peg-macros v0.8.4
24222025-02-24T21:11:51.076Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24232025-02-24T21:11:51.862Z Compiling kstat-rs v0.2.4
24242025-02-24T21:11:52.075Z Compiling oso-derive v0.27.3
24252025-02-24T21:11:52.711Z Compiling impl-trait-for-tuples v0.2.2
24262025-02-24T21:11:52.783Z Compiling quick-xml v0.37.2
24272025-02-24T21:11:53.047Z Compiling diesel-dtrace v0.4.2
24282025-02-24T21:11:53.397Z Compiling path-slash v0.1.5
24292025-02-24T21:11:53.667Z Compiling nu-ansi-term v0.50.1
24302025-02-24T21:11:54.925Z Compiling reedline v0.35.0
24312025-02-24T21:11:57.198Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24322025-02-24T21:11:58.387Z Compiling oso v0.27.3
24332025-02-24T21:12:02.155Z Compiling peg v0.8.4
24342025-02-24T21:12:02.299Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24352025-02-24T21:12:06.267Z Compiling tabled v0.15.0
24362025-02-24T21:12:12.982Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24372025-02-24T21:12:22.745Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24382025-02-24T21:12:22.875Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24392025-02-24T21:12:24.296Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
24402025-02-24T21:12:24.748Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24412025-02-24T21:12:25.088Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
24422025-02-24T21:12:25.999Z Compiling pem v3.0.4
24432025-02-24T21:12:27.469Z Compiling bb8 v0.8.5
24442025-02-24T21:12:28.105Z Compiling bcs v0.1.6
24452025-02-24T21:12:28.200Z Compiling libz-sys v1.1.20
24462025-02-24T21:12:28.900Z Compiling nanorand v0.7.0
24472025-02-24T21:12:28.919Z Compiling termtree v0.5.1
24482025-02-24T21:12:29.233Z Compiling parking_lot_core v0.8.6
24492025-02-24T21:12:29.569Z Compiling flume v0.11.1
24502025-02-24T21:12:30.472Z Compiling async-bb8-diesel v0.2.1
24512025-02-24T21:12:31.305Z Compiling mime_guess v2.0.5
24522025-02-24T21:12:33.085Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24532025-02-24T21:12:35.588Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24542025-02-24T21:12:37.767Z Compiling proc-macro-error-attr2 v2.0.0
24552025-02-24T21:12:38.556Z Compiling buf-list v1.0.3
24562025-02-24T21:12:38.817Z Compiling proc-macro-error2 v2.0.1
24572025-02-24T21:12:39.860Z Compiling nibble_vec v0.1.0
24582025-02-24T21:12:40.133Z Compiling libgit2-sys v0.17.0+1.8.1
24592025-02-24T21:12:40.304Z Compiling pin-project-internal v1.1.6
24602025-02-24T21:12:40.939Z Compiling atty v0.2.14
24612025-02-24T21:12:41.127Z Compiling http-range v0.1.5
24622025-02-24T21:12:41.735Z Compiling salty v0.3.0
24632025-02-24T21:12:42.199Z Compiling endian-type v0.1.2
24642025-02-24T21:12:42.487Z Compiling radix_trie v0.2.1
24652025-02-24T21:12:42.840Z Compiling pin-project v1.1.6
24662025-02-24T21:12:43.370Z Compiling parking_lot v0.11.2
24672025-02-24T21:12:46.594Z Compiling tabled_derive v0.10.0
24682025-02-24T21:12:48.149Z Compiling papergrid v0.14.0
24692025-02-24T21:12:48.914Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24702025-02-24T21:12:49.097Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
24712025-02-24T21:12:53.339Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24722025-02-24T21:12:55.976Z Compiling snafu-derive v0.8.5
24732025-02-24T21:12:56.467Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24742025-02-24T21:12:56.888Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4)
24752025-02-24T21:13:00.089Z Compiling snafu v0.8.5
24762025-02-24T21:13:00.745Z Compiling tabled v0.18.0
24772025-02-24T21:13:07.513Z Compiling hyper-staticfile v0.10.1
24782025-02-24T21:13:11.453Z Compiling sled v0.34.7
24792025-02-24T21:13:20.854Z Compiling hickory-client v0.24.3
24802025-02-24T21:13:21.481Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
24812025-02-24T21:13:22.667Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24822025-02-24T21:13:24.759Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
24832025-02-24T21:13:25.414Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
24842025-02-24T21:13:28.603Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24852025-02-24T21:13:30.604Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
24862025-02-24T21:13:32.045Z Compiling hickory-server v0.24.3
24872025-02-24T21:13:33.012Z Compiling globset v0.4.15
24882025-02-24T21:13:34.953Z Compiling olpc-cjson v0.1.4
24892025-02-24T21:13:35.278Z Compiling primeorder v0.13.6
24902025-02-24T21:13:35.861Z Compiling vergen v8.3.2
24912025-02-24T21:13:36.236Z Compiling castaway v0.2.3
24922025-02-24T21:13:36.449Z Compiling env_filter v0.1.2
24932025-02-24T21:13:38.000Z Compiling serde_plain v1.0.2
24942025-02-24T21:13:38.578Z Compiling cargo-platform v0.1.8
24952025-02-24T21:13:39.078Z Compiling typed-path v0.9.3
24962025-02-24T21:13:39.118Z Compiling cargo_metadata v0.18.1
24972025-02-24T21:13:41.988Z Compiling tough v0.19.0
24982025-02-24T21:13:43.258Z Compiling env_logger v0.11.5
24992025-02-24T21:13:44.380Z Compiling compact_str v0.8.0
25002025-02-24T21:13:44.731Z Compiling p384 v0.13.0
25012025-02-24T21:13:44.910Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25022025-02-24T21:13:45.650Z Compiling git2 v0.19.0
25032025-02-24T21:13:45.900Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25042025-02-24T21:13:46.872Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25052025-02-24T21:13:48.172Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25062025-02-24T21:13:51.781Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25072025-02-24T21:13:53.567Z Compiling unicode-truncate v1.1.0
25082025-02-24T21:13:53.887Z Compiling lru v0.12.5
25092025-02-24T21:13:54.235Z Compiling rand_seeder v0.3.0
25102025-02-24T21:13:54.279Z Compiling libsqlite3-sys v0.30.1
25112025-02-24T21:13:54.687Z Compiling lzma-sys v0.1.20
25122025-02-24T21:13:54.818Z Compiling instability v0.3.2
25132025-02-24T21:13:55.036Z Compiling cassowary v0.3.0
25142025-02-24T21:13:55.505Z Compiling rustls v0.21.12
25152025-02-24T21:13:55.840Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
25162025-02-24T21:13:55.952Z Compiling indoc v2.0.5
25172025-02-24T21:13:56.186Z Compiling parse-size v1.1.0
25182025-02-24T21:13:56.494Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
25192025-02-24T21:13:56.735Z Compiling ratatui v0.29.0
25202025-02-24T21:13:57.811Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25212025-02-24T21:13:58.057Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25222025-02-24T21:13:59.828Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25232025-02-24T21:13:59.994Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25242025-02-24T21:14:06.371Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25252025-02-24T21:14:07.143Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25262025-02-24T21:14:07.543Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25272025-02-24T21:14:07.875Z Compiling rustls-webpki v0.101.7
25282025-02-24T21:14:08.438Z Compiling sct v0.7.1
25292025-02-24T21:14:08.894Z Compiling heck v0.3.3
25302025-02-24T21:14:09.244Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25312025-02-24T21:14:10.577Z Compiling csv-core v0.1.11
25322025-02-24T21:14:11.529Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25332025-02-24T21:14:11.726Z Compiling glob v0.3.2
25342025-02-24T21:14:11.887Z Compiling csv v1.3.1
25352025-02-24T21:14:11.958Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
25362025-02-24T21:14:13.786Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25372025-02-24T21:14:14.025Z Compiling zone_cfg_derive v0.1.2
25382025-02-24T21:14:15.416Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25392025-02-24T21:14:16.242Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25402025-02-24T21:14:17.548Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25412025-02-24T21:14:20.880Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25422025-02-24T21:14:24.976Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
25432025-02-24T21:14:26.903Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25442025-02-24T21:14:27.246Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
25452025-02-24T21:14:27.882Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
25462025-02-24T21:14:30.531Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25472025-02-24T21:14:30.891Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25482025-02-24T21:14:31.285Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25492025-02-24T21:14:31.643Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25502025-02-24T21:14:32.344Z Compiling nix v0.27.1
25512025-02-24T21:14:32.363Z Compiling tungstenite v0.23.0
25522025-02-24T21:14:34.289Z Compiling hashlink v0.9.1
25532025-02-24T21:14:34.664Z Compiling base64 v0.13.1
25542025-02-24T21:14:35.049Z Compiling fallible-streaming-iterator v0.1.9
25552025-02-24T21:14:35.071Z Compiling fallible-iterator v0.3.0
25562025-02-24T21:14:35.344Z Compiling ron v0.7.1
25572025-02-24T21:14:35.839Z Compiling rusqlite v0.32.1
25582025-02-24T21:14:37.904Z Compiling tokio-tungstenite v0.23.1
25592025-02-24T21:14:38.080Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25602025-02-24T21:14:38.653Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
25612025-02-24T21:14:38.784Z Compiling xz2 v0.1.7
25622025-02-24T21:14:39.226Z Compiling tokio-rustls v0.24.1
25632025-02-24T21:14:40.493Z Compiling zone v0.1.8
25642025-02-24T21:14:40.813Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25652025-02-24T21:14:43.751Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25662025-02-24T21:14:45.238Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25672025-02-24T21:14:45.304Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25682025-02-24T21:14:48.159Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25692025-02-24T21:14:52.993Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25702025-02-24T21:14:57.326Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25712025-02-24T21:14:57.503Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25722025-02-24T21:14:58.522Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25732025-02-24T21:15:00.425Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
25742025-02-24T21:15:00.624Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25752025-02-24T21:15:00.966Z Compiling rustls-pemfile v1.0.4
25762025-02-24T21:15:01.756Z Compiling signal-hook-tokio v0.3.1
25772025-02-24T21:15:02.014Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25782025-02-24T21:15:02.137Z Compiling twox-hash v2.1.0
25792025-02-24T21:15:02.183Z Compiling yasna v0.5.2
25802025-02-24T21:15:02.790Z Compiling unicode-linebreak v0.1.5
25812025-02-24T21:15:03.165Z Compiling is_ci v1.2.0
25822025-02-24T21:15:03.388Z Compiling smawk v0.3.2
25832025-02-24T21:15:03.488Z Compiling supports-color v3.0.1
25842025-02-24T21:15:03.699Z Compiling textwrap v0.16.1
25852025-02-24T21:15:03.936Z Compiling rcgen v0.12.1
25862025-02-24T21:15:05.530Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25872025-02-24T21:15:10.861Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25882025-02-24T21:15:13.518Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25892025-02-24T21:15:14.763Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
25902025-02-24T21:15:20.503Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
25912025-02-24T21:15:22.732Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25922025-02-24T21:15:27.543Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
25932025-02-24T21:15:29.655Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25942025-02-24T21:15:32.261Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
25952025-02-24T21:15:39.669Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
25962025-02-24T21:15:40.237Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
25972025-02-24T21:15:50.327Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
25982025-02-24T21:15:50.988Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
25992025-02-24T21:15:51.346Z Compiling fatfs v0.3.6
26002025-02-24T21:15:54.142Z Compiling rtoolbox v0.0.2
26012025-02-24T21:15:54.588Z Compiling subprocess v0.2.9
26022025-02-24T21:15:56.399Z Compiling assert_matches v1.5.0
26032025-02-24T21:15:59.147Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26042025-02-24T21:16:00.889Z Compiling rpassword v7.3.1
26052025-02-24T21:16:01.393Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26062025-02-24T21:16:03.692Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26072025-02-24T21:16:06.985Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26082025-02-24T21:16:10.624Z Compiling tui-tree-widget v0.23.0
26092025-02-24T21:16:11.110Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26102025-02-24T21:16:19.462Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26112025-02-24T21:16:19.810Z Compiling uzers v0.12.1
26122025-02-24T21:16:22.918Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26132025-02-24T21:16:24.026Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26142025-02-24T21:16:25.980Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26152025-02-24T21:16:53.311Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26162025-02-24T21:16:56.881Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26172025-02-24T21:17:01.584Z Compiling multimap v0.10.0
26182025-02-24T21:19:25.230Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26192025-02-24T21:26:12.047Z Finished `release` profile [optimized] target(s) in 17m 16s
26202025-02-24T21:27:19.381Z
26212025-02-24T21:27:19.383Zreal 18:25.506058926
26222025-02-24T21:27:19.383Zuser 2:10:20.221583412
26232025-02-24T21:27:19.383Zsys 3:34.968928240
26242025-02-24T21:27:19.383Ztrap 3.343170803
26252025-02-24T21:27:19.383Ztflt 1.763923721
26262025-02-24T21:27:19.383Zdflt 4.883195533
26272025-02-24T21:27:19.383Zkflt 0.001712274
26282025-02-24T21:27:19.383Zlock 7:50:39.000494676
26292025-02-24T21:27:19.384Zslp 6:52:08.961983987
26302025-02-24T21:27:19.384Zlat 3:44.650694915
26312025-02-24T21:27:19.384Zstop 2:55.473361517
26322025-02-24T21:27:19.384Z+ mapfile -t packages
26332025-02-24T21:27:19.384Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26342025-02-24T21:27:20.430Z Compiling ring v0.17.11
26352025-02-24T21:27:22.318Z Compiling rustls v0.23.19
26362025-02-24T21:27:22.318Z Compiling rustls v0.22.4
26372025-02-24T21:27:23.999Z Compiling rustls-webpki v0.102.8
26382025-02-24T21:27:28.389Z Compiling tokio-rustls v0.25.0
26392025-02-24T21:27:28.831Z Compiling dropshot v0.12.0
26402025-02-24T21:27:30.006Z Compiling tokio-rustls v0.26.0
26412025-02-24T21:27:30.482Z Compiling hyper-rustls v0.27.3
26422025-02-24T21:27:30.901Z Compiling reqwest v0.12.12
26432025-02-24T21:27:32.662Z Compiling dropshot v0.15.1
26442025-02-24T21:27:33.972Z Compiling qorb v0.2.1
26452025-02-24T21:27:39.605Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26462025-02-24T21:27:40.201Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26472025-02-24T21:27:40.985Z Compiling progenitor-client v0.8.0
26482025-02-24T21:27:41.942Z Compiling progenitor v0.8.0
26492025-02-24T21:27:42.212Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
26502025-02-24T21:27:43.231Z Compiling progenitor-client v0.9.1
26512025-02-24T21:27:44.241Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26522025-02-24T21:27:46.335Z Compiling omicron-zone-package v0.12.0
26532025-02-24T21:27:53.940Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26542025-02-24T21:28:06.594Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26552025-02-24T21:28:10.855Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26562025-02-24T21:28:11.680Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26572025-02-24T21:28:15.027Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26582025-02-24T21:28:29.562Z Finished `release` profile [optimized] target(s) in 1m 10s
26592025-02-24T21:28:29.736Z Running `target/release/omicron-package -t test list-outputs`
26602025-02-24T21:28:29.788ZLogging to: /work/oxidecomputer/omicron/out/LOG
26612025-02-24T21:28:29.791Z+ ptime -m cargo build --locked --release -p xtask
26622025-02-24T21:28:30.385Z Compiling serde v1.0.218
26632025-02-24T21:28:30.387Z Compiling libc v0.2.170
26642025-02-24T21:28:30.387Z Compiling rustix v0.38.37
26652025-02-24T21:28:30.387Z Compiling serde_json v1.0.139
26662025-02-24T21:28:30.387Z Compiling syn v2.0.96
26672025-02-24T21:28:30.481Z Compiling bitflags v2.6.0
26682025-02-24T21:28:30.861Z Compiling usdt-impl v0.5.0
26692025-02-24T21:28:30.902Z Compiling syn v1.0.109
26702025-02-24T21:28:31.011Z Compiling hashbrown v0.15.1
26712025-02-24T21:28:31.038Z Compiling log v0.4.22
26722025-02-24T21:28:31.257Z Compiling fs-err v2.11.0
26732025-02-24T21:28:31.487Z Compiling anyhow v1.0.96
26742025-02-24T21:28:31.631Z Compiling once_cell v1.20.3
26752025-02-24T21:28:31.921Z Compiling thread-id v4.2.2
26762025-02-24T21:28:32.245Z Compiling indexmap v2.7.1
26772025-02-24T21:28:33.316Z Compiling terminal_size v0.4.0
26782025-02-24T21:28:33.332Z Compiling tempfile v3.13.0
26792025-02-24T21:28:33.591Z Compiling clap_builder v4.5.30
26802025-02-24T21:28:34.116Z Compiling proc-macro-error v1.0.4
26812025-02-24T21:28:34.994Z Compiling tabled_derive v0.7.0
26822025-02-24T21:28:36.072Z Compiling tabled v0.15.0
26832025-02-24T21:28:36.853Z Compiling serde_derive v1.0.218
26842025-02-24T21:28:36.856Z Compiling thiserror-impl v1.0.69
26852025-02-24T21:28:36.856Z Compiling zerocopy-derive v0.7.35
26862025-02-24T21:28:36.856Z Compiling scroll_derive v0.12.0
26872025-02-24T21:28:36.856Z Compiling clap_derive v4.5.28
26882025-02-24T21:28:38.205Z Compiling scroll v0.12.0
26892025-02-24T21:28:38.692Z Compiling zerocopy v0.7.35
26902025-02-24T21:28:38.873Z Compiling goblin v0.8.2
26912025-02-24T21:28:39.494Z Compiling thiserror v1.0.69
26922025-02-24T21:28:39.685Z Compiling pest v2.7.14
26932025-02-24T21:28:42.641Z Compiling pest_meta v2.7.14
26942025-02-24T21:28:42.675Z Compiling clap v4.5.30
26952025-02-24T21:28:44.267Z Compiling pest_generator v2.7.14
26962025-02-24T21:28:46.221Z Compiling pest_derive v2.7.14
26972025-02-24T21:28:47.008Z Compiling dtrace-parser v0.2.0
26982025-02-24T21:28:52.185Z Compiling serde_tokenstream v0.2.2
26992025-02-24T21:28:52.786Z Compiling toml_datetime v0.6.8
27002025-02-24T21:28:53.527Z Compiling dof v0.3.0
27012025-02-24T21:28:53.902Z Compiling serde_spanned v0.6.8
27022025-02-24T21:28:54.229Z Compiling toml_edit v0.22.22
27032025-02-24T21:28:54.354Z Compiling camino v1.1.9
27042025-02-24T21:28:55.475Z Compiling usdt-macro v0.5.0
27052025-02-24T21:28:55.669Z Compiling usdt-attr-macro v0.5.0
27062025-02-24T21:28:56.708Z Compiling semver v1.0.25
27072025-02-24T21:28:57.014Z Compiling cargo-platform v0.1.8
27082025-02-24T21:28:58.108Z Compiling toml v0.8.19
27092025-02-24T21:28:58.183Z Compiling cargo_metadata v0.18.1
27102025-02-24T21:28:59.821Z Compiling cargo_toml v0.20.5
27112025-02-24T21:29:02.467Z Compiling usdt v0.5.0
27122025-02-24T21:29:03.911Z Compiling camino-tempfile v1.1.1
27132025-02-24T21:29:04.242Z Compiling macaddr v1.0.1
27142025-02-24T21:29:12.431Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27152025-02-24T21:29:18.058Z Finished `release` profile [optimized] target(s) in 48.22s
27162025-02-24T21:29:18.178Z
27172025-02-24T21:29:18.180Zreal 48.367882490
27182025-02-24T21:29:18.180Zuser 5:17.208143907
27192025-02-24T21:29:18.180Zsys 19.092498582
27202025-02-24T21:29:18.180Ztrap 0.151818999
27212025-02-24T21:29:18.180Ztflt 0.267918745
27222025-02-24T21:29:18.180Zdflt 0.391912851
27232025-02-24T21:29:18.180Zkflt 0.000015424
27242025-02-24T21:29:18.180Zlock 10:08.039114672
27252025-02-24T21:29:18.180Zslp 15:39.052152189
27262025-02-24T21:29:18.180Zlat 14.758352159
27272025-02-24T21:29:18.180Zstop 18.875538260
27282025-02-24T21:29:18.180Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27292025-02-24T21:29:18.180Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27302025-02-24T21:29:18.180Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27312025-02-24T21:29:18.180Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27322025-02-24T21:29:18.180Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27332025-02-24T21:29:19.098Z Compiling ring v0.17.11
27342025-02-24T21:29:19.236Z Compiling hashbrown v0.14.5
27352025-02-24T21:29:19.257Z Compiling thiserror v2.0.11
27362025-02-24T21:29:19.260Z Compiling thiserror-impl v2.0.11
27372025-02-24T21:29:19.260Z Compiling ident_case v1.0.1
27382025-02-24T21:29:19.262Z Compiling unsafe-libyaml v0.2.11
27392025-02-24T21:29:19.262Z Compiling ipnetwork v0.21.1
27402025-02-24T21:29:19.262Z Compiling macaddr v1.0.1
27412025-02-24T21:29:19.551Z Compiling darling_core v0.20.10
27422025-02-24T21:29:19.725Z Compiling oxnet v0.1.0
27432025-02-24T21:29:20.067Z Compiling instant v0.1.13
27442025-02-24T21:29:20.244Z Compiling regress v0.10.1
27452025-02-24T21:29:20.267Z Compiling structmeta-derive v0.3.0
27462025-02-24T21:29:20.329Z Compiling dropshot v0.15.1
27472025-02-24T21:29:20.374Z Compiling regress v0.9.1
27482025-02-24T21:29:20.667Z Compiling serde_yaml v0.9.34+deprecated
27492025-02-24T21:29:21.244Z Compiling dropshot_endpoint v0.15.1
27502025-02-24T21:29:22.594Z Compiling daft-derive v0.1.1
27512025-02-24T21:29:22.781Z Compiling structmeta v0.3.0
27522025-02-24T21:29:23.196Z Compiling parse-display-derive v0.10.0
27532025-02-24T21:29:24.107Z Compiling typify-impl v0.2.0
27542025-02-24T21:29:24.110Z Compiling daft v0.1.1
27552025-02-24T21:29:24.647Z Compiling rustls v0.23.19
27562025-02-24T21:29:24.681Z Compiling rustls v0.22.4
27572025-02-24T21:29:24.716Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27582025-02-24T21:29:24.815Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27592025-02-24T21:29:25.045Z Compiling backoff v0.4.0
27602025-02-24T21:29:25.211Z Compiling darling_macro v0.20.10
27612025-02-24T21:29:25.323Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27622025-02-24T21:29:25.391Z Compiling tempfile v3.13.0
27632025-02-24T21:29:25.411Z Compiling proc-macro-crate v1.3.1
27642025-02-24T21:29:25.439Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27652025-02-24T21:29:25.510Z Compiling typify-impl v0.3.0
27662025-02-24T21:29:25.658Z Compiling itertools v0.13.0
27672025-02-24T21:29:26.152Z Compiling darling v0.20.10
27682025-02-24T21:29:26.155Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27692025-02-24T21:29:26.288Z Compiling num_enum_derive v0.5.11
27702025-02-24T21:29:26.311Z Compiling serde_with_macros v3.11.0
27712025-02-24T21:29:26.644Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27722025-02-24T21:29:26.989Z Compiling heapless v0.8.0
27732025-02-24T21:29:27.180Z Compiling rustls-webpki v0.102.8
27742025-02-24T21:29:27.582Z Compiling parse-display v0.10.0
27752025-02-24T21:29:28.715Z Compiling num_enum v0.5.11
27762025-02-24T21:29:28.734Z Compiling crucible-workspace-hack v0.1.0
27772025-02-24T21:29:28.895Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
27782025-02-24T21:29:28.939Z Compiling serde_with v3.11.0
27792025-02-24T21:29:29.124Z Compiling proc-macro-error v1.0.4
27802025-02-24T21:29:29.365Z Compiling camino-tempfile v1.1.1
27812025-02-24T21:29:29.764Z Compiling foreign-types-macros v0.2.3
27822025-02-24T21:29:29.844Z Compiling hash32 v0.3.1
27832025-02-24T21:29:30.123Z Compiling smoltcp v0.11.0
27842025-02-24T21:29:30.801Z Compiling foreign-types-shared v0.3.1
27852025-02-24T21:29:31.059Z Compiling foreign-types v0.5.0
27862025-02-24T21:29:31.557Z Compiling tabwriter v1.4.0
27872025-02-24T21:29:32.056Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27882025-02-24T21:29:32.245Z Compiling cstr-argument v0.1.2
27892025-02-24T21:29:32.419Z Compiling pretty-hex v0.2.1
27902025-02-24T21:29:32.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
27912025-02-24T21:29:32.657Z Compiling cobs v0.2.3
27922025-02-24T21:29:32.872Z Compiling tokio-rustls v0.25.0
27932025-02-24T21:29:32.934Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
27942025-02-24T21:29:32.970Z Compiling postcard v1.0.10
27952025-02-24T21:29:33.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27962025-02-24T21:29:33.307Z Compiling dropshot v0.12.0
27972025-02-24T21:29:33.611Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27982025-02-24T21:29:35.426Z Compiling tokio-rustls v0.26.0
27992025-02-24T21:29:35.919Z Compiling hyper-rustls v0.27.3
28002025-02-24T21:29:36.551Z Compiling reqwest v0.12.12
28012025-02-24T21:29:37.207Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28022025-02-24T21:29:38.008Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28032025-02-24T21:29:38.311Z Compiling qorb v0.2.1
28042025-02-24T21:29:38.516Z Compiling typify-macro v0.2.0
28052025-02-24T21:29:40.059Z Compiling progenitor-client v0.9.1
28062025-02-24T21:29:40.545Z Compiling progenitor-client v0.8.0
28072025-02-24T21:29:40.652Z Compiling typify-macro v0.3.0
28082025-02-24T21:29:41.066Z Compiling colored v2.1.0
28092025-02-24T21:29:41.234Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28102025-02-24T21:29:41.494Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28112025-02-24T21:29:41.702Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28122025-02-24T21:29:41.754Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28132025-02-24T21:29:42.312Z Compiling smf v0.2.3
28142025-02-24T21:29:42.334Z Compiling typify v0.2.0
28152025-02-24T21:29:42.486Z Compiling progenitor-impl v0.8.0
28162025-02-24T21:29:42.691Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28172025-02-24T21:29:43.332Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28182025-02-24T21:29:43.515Z Compiling zone_cfg_derive v0.3.0
28192025-02-24T21:29:43.536Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28202025-02-24T21:29:43.941Z Compiling num-derive v0.4.2
28212025-02-24T21:29:44.044Z Compiling sigpipe v0.1.3
28222025-02-24T21:29:44.203Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28232025-02-24T21:29:44.437Z Compiling typify v0.3.0
28242025-02-24T21:29:44.572Z Compiling progenitor-impl v0.9.1
28252025-02-24T21:29:44.601Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28262025-02-24T21:29:44.879Z Compiling zone v0.3.0
28272025-02-24T21:29:45.034Z Compiling universal-hash v0.5.1
28282025-02-24T21:29:45.269Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28292025-02-24T21:29:45.413Z Compiling opaque-debug v0.3.1
28302025-02-24T21:29:45.454Z Compiling num-rational v0.4.2
28312025-02-24T21:29:45.536Z Compiling tungstenite v0.21.0
28322025-02-24T21:29:46.207Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28332025-02-24T21:29:46.231Z Compiling password-hash v0.5.0
28342025-02-24T21:29:46.538Z Compiling blake2 v0.10.6
28352025-02-24T21:29:46.720Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
28362025-02-24T21:29:47.084Z Compiling num-complex v0.4.6
28372025-02-24T21:29:47.114Z Compiling aead v0.5.2
28382025-02-24T21:29:47.213Z Compiling base64 v0.21.7
28392025-02-24T21:29:47.248Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28402025-02-24T21:29:47.469Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28412025-02-24T21:29:47.543Z Compiling convert_case v0.4.0
28422025-02-24T21:29:47.890Z Compiling keccak v0.1.5
28432025-02-24T21:29:47.913Z Compiling argon2 v0.5.3
28442025-02-24T21:29:48.010Z Compiling num v0.4.3
28452025-02-24T21:29:48.031Z Compiling tokio-tungstenite v0.21.0
28462025-02-24T21:29:48.147Z Compiling poly1305 v0.8.0
28472025-02-24T21:29:48.358Z Compiling derive_more v0.99.19
28482025-02-24T21:29:48.358Z Compiling sha3 v0.10.8
28492025-02-24T21:29:48.652Z Compiling chacha20 v0.9.1
28502025-02-24T21:29:49.072Z Compiling float-ord v0.3.2
28512025-02-24T21:29:49.173Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28522025-02-24T21:29:49.283Z Compiling semver v0.1.20
28532025-02-24T21:29:49.341Z Compiling progenitor-macro v0.8.0
28542025-02-24T21:29:49.363Z Compiling same-file v1.0.6
28552025-02-24T21:29:49.619Z Compiling walkdir v2.5.0
28562025-02-24T21:29:49.666Z Compiling rustc_version v0.1.7
28572025-02-24T21:29:49.813Z Compiling newline-converter v0.3.0
28582025-02-24T21:29:49.889Z Compiling primeorder v0.13.6
28592025-02-24T21:29:50.005Z Compiling secrecy v0.8.0
28602025-02-24T21:29:50.120Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28612025-02-24T21:29:50.278Z Compiling owo-colors v4.1.0
28622025-02-24T21:29:50.301Z Compiling cancel-safe-futures v0.1.5
28632025-02-24T21:29:50.391Z Compiling newtype_derive v0.1.6
28642025-02-24T21:29:50.646Z Compiling expectorate v1.1.0
28652025-02-24T21:29:50.669Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28662025-02-24T21:29:50.723Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28672025-02-24T21:29:50.742Z Compiling thiserror-impl-no-std v2.0.2
28682025-02-24T21:29:50.862Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28692025-02-24T21:29:50.932Z Compiling blake3 v1.5.4
28702025-02-24T21:29:50.953Z Compiling unicase v2.7.0
28712025-02-24T21:29:51.311Z Compiling half v2.4.1
28722025-02-24T21:29:51.340Z Compiling progenitor-macro v0.9.1
28732025-02-24T21:29:51.502Z Compiling arc-swap v1.7.1
28742025-02-24T21:29:51.627Z Compiling ciborium-io v0.2.2
28752025-02-24T21:29:51.801Z Compiling ciborium-ll v0.2.2
28762025-02-24T21:29:51.885Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
28772025-02-24T21:29:52.141Z Compiling slog-scope v4.4.0
28782025-02-24T21:29:52.434Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28792025-02-24T21:29:52.787Z Compiling polyval v0.6.2
28802025-02-24T21:29:53.128Z Compiling atomicwrites v0.4.4
28812025-02-24T21:29:53.256Z Compiling libsw v3.3.1
28822025-02-24T21:29:53.513Z Compiling memmap2 v0.9.5
28832025-02-24T21:29:53.565Z Compiling thiserror-no-std v2.0.2
28842025-02-24T21:29:53.603Z Compiling arrayref v0.3.9
28852025-02-24T21:29:53.720Z Compiling arrayvec v0.7.6
28862025-02-24T21:29:53.740Z Compiling libefi-sys v0.1.0
28872025-02-24T21:29:53.919Z Compiling indent_write v2.2.0
28882025-02-24T21:29:54.072Z Compiling parking_lot_core v0.8.6
28892025-02-24T21:29:54.137Z Compiling linear-map v1.2.0
28902025-02-24T21:29:54.159Z Compiling constant_time_eq v0.3.1
28912025-02-24T21:29:54.378Z Compiling salty v0.3.0
28922025-02-24T21:29:54.494Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
28932025-02-24T21:29:54.608Z Compiling vsss-rs v3.3.4
28942025-02-24T21:29:54.827Z Compiling ghash v0.5.1
28952025-02-24T21:29:55.060Z Compiling slog-stdlog v4.1.1
28962025-02-24T21:29:55.439Z Compiling ciborium v0.2.2
28972025-02-24T21:29:55.651Z Compiling p384 v0.13.0
28982025-02-24T21:29:55.767Z Compiling toolchain_find v0.4.0
28992025-02-24T21:29:56.030Z Compiling chacha20poly1305 v0.10.1
29002025-02-24T21:29:56.308Z Compiling ctr v0.9.2
29012025-02-24T21:29:56.429Z Compiling lzma-sys v0.1.20
29022025-02-24T21:29:56.733Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29032025-02-24T21:29:56.833Z Compiling bitfield-struct v0.6.2
29042025-02-24T21:29:57.181Z Compiling slog-dtrace v0.3.0
29052025-02-24T21:29:57.203Z Compiling highway v1.2.0
29062025-02-24T21:29:57.223Z Compiling topological-sort v0.2.2
29072025-02-24T21:29:57.497Z Compiling omicron-zone-package v0.12.0
29082025-02-24T21:29:57.799Z Compiling aes-gcm v0.10.3
29092025-02-24T21:29:57.949Z Compiling rustfmt-wrapper v0.2.1
29102025-02-24T21:29:58.109Z Compiling mime_guess v2.0.5
29112025-02-24T21:29:58.155Z Compiling slog-envlogger v2.2.0
29122025-02-24T21:29:58.210Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29132025-02-24T21:29:58.522Z Compiling steno v0.4.1
29142025-02-24T21:29:59.295Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29152025-02-24T21:29:59.318Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29162025-02-24T21:29:59.498Z Compiling heck v0.3.3
29172025-02-24T21:29:59.786Z Compiling ssh-encoding v0.2.0
29182025-02-24T21:29:59.886Z Compiling blowfish v0.9.1
29192025-02-24T21:29:59.923Z Compiling nibble_vec v0.1.0
29202025-02-24T21:30:00.186Z Compiling env_filter v0.1.2
29212025-02-24T21:30:00.279Z Compiling humantime v2.1.0
29222025-02-24T21:30:00.388Z Compiling endian-type v0.1.2
29232025-02-24T21:30:00.409Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29242025-02-24T21:30:00.562Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
29252025-02-24T21:30:00.662Z Compiling radix_trie v0.2.1
29262025-02-24T21:30:00.802Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29272025-02-24T21:30:00.804Z Compiling env_logger v0.11.5
29282025-02-24T21:30:00.948Z Compiling ssh-cipher v0.2.0
29292025-02-24T21:30:01.177Z Compiling progenitor v0.8.0
29302025-02-24T21:30:01.297Z Compiling bcrypt-pbkdf v0.10.0
29312025-02-24T21:30:01.467Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29322025-02-24T21:30:01.547Z Compiling zone_cfg_derive v0.1.2
29332025-02-24T21:30:01.980Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29342025-02-24T21:30:02.210Z Compiling parking_lot v0.11.2
29352025-02-24T21:30:02.362Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29362025-02-24T21:30:02.930Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29372025-02-24T21:30:02.957Z Compiling password-hash v0.4.2
29382025-02-24T21:30:03.026Z Compiling gethostname v0.5.0
29392025-02-24T21:30:03.048Z Compiling fxhash v0.2.1
29402025-02-24T21:30:03.245Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29412025-02-24T21:30:03.284Z Compiling bumpalo v3.16.0
29422025-02-24T21:30:03.330Z Compiling progenitor v0.9.1
29432025-02-24T21:30:03.350Z Compiling simd-adler32 v0.3.7
29442025-02-24T21:30:03.431Z Compiling base64 v0.13.1
29452025-02-24T21:30:03.562Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559)
29462025-02-24T21:30:03.584Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29472025-02-24T21:30:03.767Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29482025-02-24T21:30:03.790Z Compiling zip v2.1.3
29492025-02-24T21:30:03.923Z Compiling lockfree-object-pool v0.1.6
29502025-02-24T21:30:03.986Z Compiling http-range v0.1.5
29512025-02-24T21:30:04.172Z Compiling zopfli v0.8.1
29522025-02-24T21:30:04.201Z Compiling ron v0.7.1
29532025-02-24T21:30:04.367Z Compiling pbkdf2 v0.11.0
29542025-02-24T21:30:04.607Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29552025-02-24T21:30:04.738Z Compiling sled v0.34.7
29562025-02-24T21:30:05.300Z Compiling zone v0.1.8
29572025-02-24T21:30:05.695Z Compiling xz2 v0.1.7
29582025-02-24T21:30:06.175Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29592025-02-24T21:30:06.767Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29602025-02-24T21:30:07.260Z Compiling ssh-key v0.6.6
29612025-02-24T21:30:07.419Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29622025-02-24T21:30:08.993Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e)
29632025-02-24T21:30:09.138Z Compiling hickory-client v0.24.3
29642025-02-24T21:30:10.046Z Compiling p256 v0.13.2
29652025-02-24T21:30:10.394Z Compiling p521 v0.13.3
29662025-02-24T21:30:10.467Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29672025-02-24T21:30:10.840Z Compiling hickory-server v0.24.3
29682025-02-24T21:30:11.322Z Compiling pem v3.0.4
29692025-02-24T21:30:11.506Z Compiling yasna v0.5.2
29702025-02-24T21:30:12.070Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29712025-02-24T21:30:12.664Z Compiling headers-core v0.3.0
29722025-02-24T21:30:12.720Z Compiling kstat-rs v0.2.4
29732025-02-24T21:30:12.865Z Compiling nanorand v0.7.0
29742025-02-24T21:30:12.909Z Compiling atty v0.2.14
29752025-02-24T21:30:13.099Z Compiling russh-cryptovec v0.7.3
29762025-02-24T21:30:13.290Z Compiling md5 v0.7.0
29772025-02-24T21:30:13.457Z Compiling flume v0.11.1
29782025-02-24T21:30:13.483Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c)
29792025-02-24T21:30:13.810Z Compiling russh-keys v0.45.0
29802025-02-24T21:30:14.062Z Compiling headers v0.4.0
29812025-02-24T21:30:14.109Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29822025-02-24T21:30:14.286Z Compiling rcgen v0.12.1
29832025-02-24T21:30:15.781Z Compiling hyper-staticfile v0.10.1
29842025-02-24T21:30:16.891Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
29852025-02-24T21:30:17.266Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
29862025-02-24T21:30:17.497Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
29872025-02-24T21:30:17.499Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
29882025-02-24T21:30:17.899Z Compiling num-bigint v0.4.6
29892025-02-24T21:30:18.112Z Compiling des v0.8.1
29902025-02-24T21:30:18.361Z Compiling subprocess v0.2.9
29912025-02-24T21:30:18.842Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
29922025-02-24T21:30:19.624Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
29932025-02-24T21:30:19.975Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
29942025-02-24T21:30:22.314Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
29952025-02-24T21:30:23.365Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
29962025-02-24T21:30:24.797Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
29972025-02-24T21:30:25.916Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
29982025-02-24T21:30:25.969Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
29992025-02-24T21:30:26.374Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30002025-02-24T21:30:27.872Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30012025-02-24T21:30:28.277Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30022025-02-24T21:30:28.533Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30032025-02-24T21:30:29.356Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30042025-02-24T21:30:29.652Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30052025-02-24T21:30:29.797Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30062025-02-24T21:30:30.995Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30072025-02-24T21:30:31.573Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30082025-02-24T21:30:31.844Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30092025-02-24T21:30:33.079Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30102025-02-24T21:30:33.471Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30112025-02-24T21:30:33.837Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30122025-02-24T21:30:33.924Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30132025-02-24T21:30:35.396Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30142025-02-24T21:30:36.263Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30152025-02-24T21:30:37.274Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30162025-02-24T21:30:39.051Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30172025-02-24T21:30:39.374Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30182025-02-24T21:30:39.670Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30192025-02-24T21:30:40.379Z Compiling hex-literal v0.4.1
30202025-02-24T21:30:40.584Z Compiling display-error-chain v0.2.2
30212025-02-24T21:30:40.587Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30222025-02-24T21:30:40.833Z Compiling russh v0.45.0
30232025-02-24T21:30:40.857Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30242025-02-24T21:30:40.946Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30252025-02-24T21:30:42.752Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30262025-02-24T21:30:43.243Z Compiling internet-checksum v0.2.1
30272025-02-24T21:30:47.162Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30282025-02-24T21:30:54.374Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30292025-02-24T21:30:56.041Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30302025-02-24T21:31:20.202Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30312025-02-24T21:31:43.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s
30322025-02-24T21:31:44.031Z
30332025-02-24T21:31:44.034Zreal 2:25.843946518
30342025-02-24T21:31:44.034Zuser 12:28.933823074
30352025-02-24T21:31:44.034Zsys 1:39.804338390
30362025-02-24T21:31:44.034Ztrap 0.379936331
30372025-02-24T21:31:44.034Ztflt 0.247663226
30382025-02-24T21:31:44.034Zdflt 0.611677507
30392025-02-24T21:31:44.034Zkflt 0.000078679
30402025-02-24T21:31:44.034Zlock 23:15.594469502
30412025-02-24T21:31:44.034Zslp 44:05.173927855
30422025-02-24T21:31:44.034Zlat 38.480194068
30432025-02-24T21:31:44.034Zstop 1:44.233226745
30442025-02-24T21:31:44.034Z+ mkdir tests
30452025-02-24T21:31:44.038Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30462025-02-24T21:31:44.038Z+ xargs -I '{}' -t cp '{}' tests/
30472025-02-24T21:31:44.078Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4573e23aab501ee3 tests/
30482025-02-24T21:31:44.105Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6b0cf8f49cb8a009 tests/
30492025-02-24T21:31:44.136Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-450a1177097cb382 tests/
30502025-02-24T21:31:44.161Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4c4e2ab650c19495 tests/
30512025-02-24T21:31:44.449Z+ 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/*)
30522025-02-24T21:31:44.451Z+ 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-6b0cf8f49cb8a009 tests/commtest-450a1177097cb382 tests/dhcp_server-4573e23aab501ee3 tests/end_to_end_tests-4c4e2ab650c19495 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
30532025-02-24T21:33:02.160ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30542025-02-24T21:33:02.160Za .github/buildomat/ci-env.sh 1K
30552025-02-24T21:33:02.160Za out/target/test 1K
30562025-02-24T21:33:02.160Za out/npuzone/npuzone 23144K
30572025-02-24T21:33:02.160Za package-manifest.toml 33K
30582025-02-24T21:33:02.160Za smf/sled-agent/non-gimlet/config.toml 4K
30592025-02-24T21:33:02.160Za target/release/omicron-package 39602K
30602025-02-24T21:33:02.161Za target/release/xtask 10730K
30612025-02-24T21:33:02.161Za target/debug/bootstrap 220651K
30622025-02-24T21:33:02.161Za tests/bootstrap-6b0cf8f49cb8a009 24083K
30632025-02-24T21:33:02.161Za tests/commtest-450a1177097cb382 26204K
30642025-02-24T21:33:02.161Za tests/dhcp_server-4573e23aab501ee3 24083K
30652025-02-24T21:33:02.161Za tests/end_to_end_tests-4c4e2ab650c19495 283144K
30662025-02-24T21:33:02.161Za out/clickhouse.tar.gz 306908K
30672025-02-24T21:33:02.162Za out/clickhouse_keeper.tar.gz 292575K
30682025-02-24T21:33:02.162Za out/clickhouse_server.tar.gz 306889K
30692025-02-24T21:33:02.162Za out/cockroachdb.tar.gz 144649K
30702025-02-24T21:33:02.162Za out/crucible-dtrace.tar 99K
30712025-02-24T21:33:02.162Za out/crucible-pantry-zone.tar.gz 32966K
30722025-02-24T21:33:02.162Za out/crucible-zone.tar.gz 41337K
30732025-02-24T21:33:02.162Za out/external-dns.tar.gz 46769K
30742025-02-24T21:33:02.162Za out/internal-dns.tar.gz 46767K
30752025-02-24T21:33:02.162Za out/mg-ddm-gz.tar 63075K
30762025-02-24T21:33:02.162Za out/nexus.tar.gz 110977K
30772025-02-24T21:33:02.163Za out/ntp.tar.gz 14909K
30782025-02-24T21:33:02.163Za out/omicron-gateway-softnpu.tar.gz 26039K
30792025-02-24T21:33:02.163Za out/omicron-sled-agent.tar 127395K
30802025-02-24T21:33:02.163Za out/overlay.tar.gz 3K
30812025-02-24T21:33:02.163Za out/oximeter.tar.gz 56822K
30822025-02-24T21:33:02.163Za out/oxlog.tar 3138K
30832025-02-24T21:33:02.163Za out/probe.tar.gz 2764K
30842025-02-24T21:33:02.163Za out/propolis-server.tar.gz 66425K
30852025-02-24T21:33:02.163Za out/pumpkind-gz.tar 26665K
30862025-02-24T21:33:02.163Za out/switch-softnpu.tar.gz 266471K
30872025-02-24T21:33:02.173Z
30882025-02-24T21:33:02.173Zreal 1:17.723893991
30892025-02-24T21:33:02.174Zuser 1:14.199645614
30902025-02-24T21:33:02.174Zsys 4.930837479
30912025-02-24T21:33:02.174Ztrap 0.020075042
30922025-02-24T21:33:02.174Ztflt 0.000000000
30932025-02-24T21:33:02.174Zdflt 0.000000000
30942025-02-24T21:33:02.174Zkflt 0.000000000
30952025-02-24T21:33:02.174Zlock 0.000000000
30962025-02-24T21:33:02.174Zslp 1:14.067709982
30972025-02-24T21:33:02.174Zlat 2.223812294
30982025-02-24T21:33:02.175Zstop 0.000199526
30992025-02-24T21:33:02.175Zprocess exited: duration 2078458 ms, exit code 0
 
31002025-02-24T21:33:02.213Zfound 1 output files
31012025-02-24T21:33:02.213Zuploading: /work/package.tar.gz (2044261146 bytes)
31022025-02-24T21:33:41.480Zuploaded: /work/package.tar.gz