01JPKEZGF6R7KT90MHNNQM5TTG: 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: 01JPKF04T34W10D34HST2PYD38

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-18T01:49:22.179Zjob assigned to worker 01JPKF072VXY2JD20SA2KBGKEZ [factory aws, i-0f2e62906281b9bfd] (queued for 55 s)
 
22025-03-18T01:49:30.404Zstarting task 0: "setup"
32025-03-18T01:49:30.408Z++ uname -s
42025-03-18T01:49:30.412Z+ kern=SunOS
52025-03-18T01:49:30.412Z+ build_user=build
62025-03-18T01:49:30.412Z+ build_uid=12345
72025-03-18T01:49:30.412Z+ work_dir=/work
82025-03-18T01:49:30.412Z+ input_dir=/input
92025-03-18T01:49:30.412Z+ [[ 0 == 12345 ]]
102025-03-18T01:49:30.412Z+ case "$kern" in
112025-03-18T01:49:30.412Z+ groupadd -g 12345 build
122025-03-18T01:49:30.415Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-18T01:49:32.420Z+ zfs create -o mountpoint=/work rpool/work
142025-03-18T01:49:32.543Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-18T01:49:32.546Z+ home_fs=zfs
162025-03-18T01:49:32.546Z+ [[ zfs == autofs ]]
172025-03-18T01:49:32.546Z+ mkdir -p /home/build
182025-03-18T01:49:32.549Z+ chown build:build /home/build /work
192025-03-18T01:49:34.550Z+ chmod 0700 /home/build /work
202025-03-18T01:49:34.553Zprocess exited: duration 4150 ms, exit code 0
 
212025-03-18T01:49:34.559Zstarting task 1: "rust-toolchain"
222025-03-18T01:49:34.564Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-18T01:49:34.564Z * rust toolchain channel = "1.85.0"
242025-03-18T01:49:34.564Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-18T01:49:34.564Z * rust toolchain profile = "default"
262025-03-18T01:49:34.567Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-18T01:49:34.567Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-18T01:49:34.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-18T01:49:34.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-18T01:49:34.681Zinfo: downloading installer
312025-03-18T01:49:36.293Zwarn: It looks like you have an existing installation of Rust at:
322025-03-18T01:49:36.293Zwarn: /opt/ooce/bin
332025-03-18T01:49:36.293Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-18T01:49:36.293Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-18T01:49:36.293Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-18T01:49:36.293Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-18T01:49:36.294Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-18T01:49:36.294Zerror: cannot install while Rust is installed
392025-03-18T01:49:36.294Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-18T01:49:36.297Zinfo: profile set to 'default'
412025-03-18T01:49:36.297Zinfo: default host triple is x86_64-unknown-illumos
422025-03-18T01:49:36.297Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-18T01:49:36.322Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-18T01:49:36.322Zinfo: downloading component 'cargo'
452025-03-18T01:49:37.366Zinfo: downloading component 'clippy'
462025-03-18T01:49:37.733Zinfo: downloading component 'rust-docs'
472025-03-18T01:49:39.108Zinfo: downloading component 'rust-std'
482025-03-18T01:49:41.418Zinfo: downloading component 'rustc'
492025-03-18T01:49:47.147Zinfo: downloading component 'rustfmt'
502025-03-18T01:49:47.434Zinfo: installing component 'cargo'
512025-03-18T01:49:48.257Zinfo: installing component 'clippy'
522025-03-18T01:49:48.640Zinfo: installing component 'rust-docs'
532025-03-18T01:49:50.400Zinfo: installing component 'rust-std'
542025-03-18T01:49:52.232Zinfo: installing component 'rustc'
552025-03-18T01:49:58.109Zinfo: installing component 'rustfmt'
562025-03-18T01:49:58.441Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-18T01:49:58.441Z
582025-03-18T01:49:58.805Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-18T01:49:58.805Z
602025-03-18T01:49:58.808Z
612025-03-18T01:49:58.808ZRust is installed now. Great!
622025-03-18T01:49:58.808Z
632025-03-18T01:49:58.808ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-18T01:49:58.808Zenvironment variable. This has not been done automatically.
652025-03-18T01:49:58.809Z
662025-03-18T01:49:58.809ZTo configure your current shell, you need to source
672025-03-18T01:49:58.809Zthe corresponding env file under $HOME/.cargo.
682025-03-18T01:49:58.809Z
692025-03-18T01:49:58.809ZThis is usually done by running one of the following (note the leading DOT):
702025-03-18T01:49:58.809Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-18T01:49:58.809Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-18T01:49:58.809Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-18T01:49:58.881Z+ rustup --version
742025-03-18T01:49:58.888Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-18T01:49:58.888Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-18T01:49:58.915Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-18T01:49:58.919Z+ cargo --version
782025-03-18T01:49:58.936Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-18T01:49:58.939Z+ rustc --version
802025-03-18T01:49:58.963Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-18T01:49:58.966Zprocess exited: duration 24405 ms, exit code 0
 
822025-03-18T01:49:58.973Zstarting task 2: "authentication"
832025-03-18T01:49:58.994Zprocess exited: duration 21 ms, exit code 0
 
842025-03-18T01:49:59.003Zstarting task 3: "clone repository"
852025-03-18T01:49:59.006Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-18T01:49:59.011Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-18T01:49:59.040ZCloning into '/work/oxidecomputer/omicron'...
882025-03-18T01:50:05.957Z+ cd /work/oxidecomputer/omicron
892025-03-18T01:50:05.957Z+ git fetch origin 882a22e0f33104a3b5cc6632933d3c433d54b0cc
902025-03-18T01:50:06.274ZFrom https://github.com/oxidecomputer/omicron
912025-03-18T01:50:06.275Z * branch 882a22e0f33104a3b5cc6632933d3c433d54b0cc -> FETCH_HEAD
922025-03-18T01:50:06.285Z+ [[ -n sunshowers/spr/reconfigurator-execution-switch-to-async-closures ]]
932025-03-18T01:50:06.288Z++ git branch --show-current
942025-03-18T01:50:06.291Z+ current=main
952025-03-18T01:50:06.291Z+ [[ main != sunshowers/spr/reconfigurator-execution-switch-to-async-closures ]]
962025-03-18T01:50:06.291Z+ git branch -f sunshowers/spr/reconfigurator-execution-switch-to-async-closures 882a22e0f33104a3b5cc6632933d3c433d54b0cc
972025-03-18T01:50:06.294Z+ git checkout -f sunshowers/spr/reconfigurator-execution-switch-to-async-closures
982025-03-18T01:50:06.484ZSwitched to branch 'sunshowers/spr/reconfigurator-execution-switch-to-async-closures'
992025-03-18T01:50:06.487Z+ git reset --hard 882a22e0f33104a3b5cc6632933d3c433d54b0cc
1002025-03-18T01:50:06.672ZHEAD is now at 882a22e0f more
1012025-03-18T01:50:06.675Zprocess exited: duration 7672 ms, exit code 0
 
1022025-03-18T01:50:06.681Zstarting task 4: "build"
1032025-03-18T01:50:06.686Z+ source .github/buildomat/ci-env.sh
1042025-03-18T01:50:06.690Z++ export CARGO_TERM_COLOR=always
1052025-03-18T01:50:06.690Z++ CARGO_TERM_COLOR=always
1062025-03-18T01:50:06.690Z+ cargo --version
1072025-03-18T01:50:06.742Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-18T01:50:06.745Z+ rustc --version
1092025-03-18T01:50:06.810Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-18T01:50:06.814Z+ WORK=/work
1112025-03-18T01:50:06.814Z+ pfexec mkdir -p /work
1122025-03-18T01:50:06.817Z+ pfexec chown build /work
1132025-03-18T01:50:06.820Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-18T01:50:08.220Zpkg list: illegal option -- F
1152025-03-18T01:50:08.220ZUsage:
1162025-03-18T01:50:08.220Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-18T01:50:08.220Z [pkg_fmri_pattern ...]
1182025-03-18T01:50:09.050Zpkg list: illegal option -- F
1192025-03-18T01:50:09.050ZUsage:
1202025-03-18T01:50:09.050Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-18T01:50:09.050Z [pkg_fmri_pattern ...]
1222025-03-18T01:50:16.808Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-18T01:50:21.202Z Startup: Caching catalogs ... Done
1242025-03-18T01:50:35.437ZPlanning: Solver setup ... Done (13.204s)
1252025-03-18T01:50:35.595ZPlanning: Running solver ... Done (0.160s)
1262025-03-18T01:50:35.761ZPlanning: Finding local manifests ... Done (0.007s)
1272025-03-18T01:50:35.790ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-18T01:50:36.357ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-18T01:50:36.464ZPlanning: Package planning ... Done (0.108s)
1302025-03-18T01:50:36.519ZPlanning: Merging actions ... Done (0.055s)
1312025-03-18T01:50:36.716ZPlanning: Checking for conflicting actions ... Done (0.190s)
1322025-03-18T01:50:38.634ZPlanning: Consolidating action changes ... Done (1.925s)
1332025-03-18T01:50:39.041ZPlanning: Evaluating mediators ... Done (0.408s)
1342025-03-18T01:50:39.119ZPlanning: Planning completed in 17.82 seconds
1352025-03-18T01:50:39.134Z Packages to install: 4
1362025-03-18T01:50:39.134Z Packages to update: 3
1372025-03-18T01:50:39.134Z Mediators to change: 2
1382025-03-18T01:50:39.134Z Services to change: 1
1392025-03-18T01:50:39.138Z Estimated space available: 155.60 GB
1402025-03-18T01:50:39.138ZEstimated space to be consumed: 1.67 GB
1412025-03-18T01:50:39.138Z Create boot environment: No
1422025-03-18T01:50:39.138ZCreate backup boot environment: Yes
1432025-03-18T01:50:39.138Z Rebuild boot archive: No
1442025-03-18T01:50:39.138Z
1452025-03-18T01:50:39.138ZChanged mediators:
1462025-03-18T01:50:39.138Z mediator clang:
1472025-03-18T01:50:39.138Z version: None -> 15 (system default)
1482025-03-18T01:50:39.138Z
1492025-03-18T01:50:39.138Z mediator llvm:
1502025-03-18T01:50:39.138Z version: 14 (system default) -> 15 (system default)
1512025-03-18T01:50:39.138Z
1522025-03-18T01:50:39.138ZChanged packages:
1532025-03-18T01:50:39.138Zhelios-dev
1542025-03-18T01:50:39.138Z developer/build-essential
1552025-03-18T01:50:39.138Z None -> 11-2.0
1562025-03-18T01:50:39.138Z library/libxmlsec1
1572025-03-18T01:50:39.138Z None -> 1.2.35-2.0
1582025-03-18T01:50:39.138Z ooce/developer/clang-15
1592025-03-18T01:50:39.138Z None -> 15.0.7-2.0
1602025-03-18T01:50:39.138Z ooce/developer/llvm-15
1612025-03-18T01:50:39.138Z None -> 15.0.7-2.0
1622025-03-18T01:50:39.139Z package/pkg
1632025-03-18T01:50:39.139Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-18T01:50:39.139Z system/library/g++-runtime
1652025-03-18T01:50:39.139Z 13-2.0 -> 14-2.0
1662025-03-18T01:50:39.139Z system/library/gcc-runtime
1672025-03-18T01:50:39.139Z 13-2.0 -> 14-2.0
1682025-03-18T01:50:39.139Z
1692025-03-18T01:50:39.139ZServices:
1702025-03-18T01:50:39.139Z restart_fmri:
1712025-03-18T01:50:39.139Z svc:/system/update-man-index:default
1722025-03-18T01:50:39.139Z
1732025-03-18T01:50:39.139ZEditable files to change:
1742025-03-18T01:50:39.139Z Update:
1752025-03-18T01:50:39.139Z usr/share/lib/pkg/web/config.shtml
1762025-03-18T01:50:39.213Z
1772025-03-18T01:50:39.213ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-18T01:50:44.214ZDownload: 1190/4301 items 49.0/225.4MB 21% complete (10.0M/s)
1792025-03-18T01:50:49.218ZDownload: 2383/4301 items 120.0/225.4MB 53% complete (12.5M/s)
1802025-03-18T01:50:54.230ZDownload: 3231/4301 items 173.9/225.4MB 77% complete (12.7M/s)
1812025-03-18T01:50:59.486ZDownload: 3278/4301 items 209.6/225.4MB 92% complete (8.9M/s)
1822025-03-18T01:51:04.489ZDownload: 3859/4301 items 217.3/225.4MB 96% complete (4.5M/s)
1832025-03-18T01:51:09.904ZDownload: 4298/4301 items 225.3/225.4MB 99% complete (1.6M/s)
1842025-03-18T01:51:11.534ZDownload: Completed 225.42 MB in 32.32 seconds (7.0M/s)
1852025-03-18T01:51:13.487Z Actions: 1/5122 actions (Removing old actions)
1862025-03-18T01:51:13.506Z Actions: 194/5122 actions (Installing new actions)
1872025-03-18T01:51:18.151Z Actions: 4267/5122 actions (Updating modified actions)
1882025-03-18T01:51:18.497Z Actions: Completed 5122 actions in 5.01 seconds.
1892025-03-18T01:51:18.734Z Done (0.231s)
1902025-03-18T01:51:18.737Z Done (0.001s)
1912025-03-18T01:51:19.370Z Done (0.634s)
1922025-03-18T01:51:23.571Z Done (3.976s)
1932025-03-18T01:51:23.662Z Done (0.017s)
1942025-03-18T01:51:23.666Z Done (0.000s)
1952025-03-18T01:51:23.832Z Done (0.000s)
1962025-03-18T01:51:24.543ZPlanning: Evaluating mediator changes ... Done
1972025-03-18T01:51:24.701ZPlanning: Checking for conflicting actions ... Done
1982025-03-18T01:51:24.704ZPlanning: Consolidating action changes ... Done
1992025-03-18T01:51:24.969ZPlanning: Evaluating mediators ... Done
2002025-03-18T01:51:24.974ZPlanning: Planning completed in 0.43 seconds
2012025-03-18T01:51:25.007Z Mediators to change: 2
2022025-03-18T01:51:25.007Z Create boot environment: No
2032025-03-18T01:51:25.011ZCreate backup boot environment: No
2042025-03-18T01:51:25.087Z Done
2052025-03-18T01:51:25.087Z Done
2062025-03-18T01:51:25.504Z Done
2072025-03-18T01:51:29.069Z Done
2082025-03-18T01:51:29.157Z Done
2092025-03-18T01:51:29.157Z Done
2102025-03-18T01:51:29.284Z Done
2112025-03-18T01:51:29.880ZPlanning: Evaluating mediator changes ... Done
2122025-03-18T01:51:29.884ZPlanning: Merging actions ... Done
2132025-03-18T01:51:30.067ZPlanning: Checking for conflicting actions ... Done
2142025-03-18T01:51:30.070ZPlanning: Consolidating action changes ... Done
2152025-03-18T01:51:30.327ZPlanning: Evaluating mediators ... Done
2162025-03-18T01:51:30.380ZPlanning: Planning completed in 0.74 seconds
2172025-03-18T01:51:30.420Z Packages to change: 1
2182025-03-18T01:51:30.423Z Mediators to change: 1
2192025-03-18T01:51:30.423Z Services to change: 1
2202025-03-18T01:51:30.423Z Create boot environment: No
2212025-03-18T01:51:30.423ZCreate backup boot environment: Yes
2222025-03-18T01:51:32.665Z Actions: 1/6 actions (Updating modified actions)
2232025-03-18T01:51:32.668Z Actions: Completed 6 actions in 0.00 seconds.
2242025-03-18T01:51:32.668Z Done
2252025-03-18T01:51:32.668Z Done
2262025-03-18T01:51:32.796Z Done
2272025-03-18T01:51:36.349Z Done
2282025-03-18T01:51:36.444Z Done
2292025-03-18T01:51:36.447Z Done
2302025-03-18T01:51:36.580Z Done
2312025-03-18T01:51:37.004ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322025-03-18T01:51:37.004Zclang system 15 system
2332025-03-18T01:51:37.004Zcsh system system illumos
2342025-03-18T01:51:37.004Zctags system system illumos
2352025-03-18T01:51:37.004Zgcc vendor 12 vendor
2362025-03-18T01:51:37.004Zgcc system 10 system
2372025-03-18T01:51:37.004Zgcc system 7 system
2382025-03-18T01:51:37.004Zgo system 1.20 system
2392025-03-18T01:51:37.004Zgo system 1.19 system
2402025-03-18T01:51:37.004Zllvm system 15 system
2412025-03-18T01:51:37.004Zllvm system 14 system
2422025-03-18T01:51:37.004Zmariadb system 10.6 system
2432025-03-18T01:51:37.004Zmta vendor vendor dma
2442025-03-18T01:51:37.004Zopenjdk system 17 system
2452025-03-18T01:51:37.004Zopenjdk system 11 system
2462025-03-18T01:51:37.004Zopenjdk system 1.8 system
2472025-03-18T01:51:37.004Zopenssl vendor 3 vendor
2482025-03-18T01:51:37.004Zperl system 5.36 system
2492025-03-18T01:51:37.004Zpostgresql system 15 system
2502025-03-18T01:51:37.004Zpostgresql system 13 system
2512025-03-18T01:51:37.004Zpython vendor 3 vendor
2522025-03-18T01:51:37.004Zpython system 2 system
2532025-03-18T01:51:37.004Zpython3 system 3.11 system
2542025-03-18T01:51:37.004Zruby system 3.0 system
2552025-03-18T01:51:37.004Zwords vendor vendor american-english
2562025-03-18T01:51:37.005Zwords system system australian-english
2572025-03-18T01:51:37.005Zwords system system british-english
2582025-03-18T01:51:37.005Zwords system system canadian-english
2592025-03-18T01:51:37.005Zwords system system french
2602025-03-18T01:51:37.005Zwords system system italian
2612025-03-18T01:51:37.005Zwords system system ngerman
2622025-03-18T01:51:37.005Zwords system system ogerman
2632025-03-18T01:51:37.005Zwords system system spanish
2642025-03-18T01:51:37.331ZPUBLISHER TYPE STATUS P LOCATION
2652025-03-18T01:51:37.331Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2662025-03-18T01:51:40.398ZFMRI IFO
2672025-03-18T01:51:40.398Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2682025-03-18T01:51:40.398Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2692025-03-18T01:51:40.398Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2702025-03-18T01:51:40.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2712025-03-18T01:51:40.398Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2722025-03-18T01:51:40.398Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2732025-03-18T01:51:40.398Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2742025-03-18T01:51:40.398Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2752025-03-18T01:51:40.398Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2762025-03-18T01:51:40.398Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2772025-03-18T01:51:40.399Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2782025-03-18T01:51:40.399Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2792025-03-18T01:51:40.399Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2802025-03-18T01:51:40.399Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2812025-03-18T01:51:40.399Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2822025-03-18T01:51:41.201Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2832025-03-18T01:51:41.490Z Updating crates.io index
2842025-03-18T01:51:41.494Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2852025-03-18T01:51:42.135Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2862025-03-18T01:51:42.357Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2872025-03-18T01:51:42.613Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882025-03-18T01:51:42.902Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892025-03-18T01:51:43.856Z Updating git repository `https://github.com/oxidecomputer/crucible`
2902025-03-18T01:51:45.544Z Updating git repository `https://github.com/oxidecomputer/opte`
2912025-03-18T01:51:46.132Z Updating git repository `https://github.com/oxidecomputer/falcon`
2922025-03-18T01:51:46.942Z Updating git repository `https://github.com/oxidecomputer/clickward`
2932025-03-18T01:51:47.238Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2942025-03-18T01:51:47.595Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2952025-03-18T01:51:48.131Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2962025-03-18T01:51:48.669Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2972025-03-18T01:51:49.023Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2982025-03-18T01:51:49.340Z Updating git repository `https://github.com/oxidecomputer/tofino`
2992025-03-18T01:51:49.622Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3002025-03-18T01:51:49.870Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3012025-03-18T01:51:50.098Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3022025-03-18T01:51:50.429Z Updating git repository `https://github.com/oxidecomputer/lldp`
3032025-03-18T01:51:50.718Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042025-03-18T01:51:51.049Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3052025-03-18T01:51:51.341Z Updating git repository `https://github.com/oxidecomputer/ispf`
3062025-03-18T01:51:51.786Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3072025-03-18T01:51:52.051Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3082025-03-18T01:51:52.582Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3092025-03-18T01:51:52.864Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102025-03-18T01:51:53.285Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3112025-03-18T01:51:53.856Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3122025-03-18T01:51:54.162Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3132025-03-18T01:51:54.444Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3142025-03-18T01:51:54.708Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3152025-03-18T01:51:56.322Z Downloading crates ...
3162025-03-18T01:51:56.378Z Downloaded anstream v0.6.15
3172025-03-18T01:51:56.384Z Downloaded anyhow v1.0.97
3182025-03-18T01:51:56.388Z Downloaded block-buffer v0.10.4
3192025-03-18T01:51:56.401Z Downloaded swrite v0.1.0
3202025-03-18T01:51:56.404Z Downloaded equivalent v1.0.1
3212025-03-18T01:51:56.411Z Downloaded clap_derive v4.5.28
3222025-03-18T01:51:56.415Z Downloaded anstyle-parse v0.2.5
3232025-03-18T01:51:56.419Z Downloaded winnow v0.7.3
3242025-03-18T01:51:56.426Z Downloaded zerocopy-derive v0.7.35
3252025-03-18T01:51:56.430Z Downloaded usdt-macro v0.5.0
3262025-03-18T01:51:56.434Z Downloaded pretty-hex v0.4.1
3272025-03-18T01:51:56.434Z Downloaded scroll_derive v0.12.0
3282025-03-18T01:51:56.434Z Downloaded usdt-attr-macro v0.5.0
3292025-03-18T01:51:56.437Z Downloaded dtrace-parser v0.2.0
3302025-03-18T01:51:56.443Z Downloaded clap_lex v0.7.4
3312025-03-18T01:51:56.446Z Downloaded bytecount v0.6.8
3322025-03-18T01:51:56.446Z Downloaded macaddr v1.0.1
3332025-03-18T01:51:56.449Z Downloaded anstyle v1.0.10
3342025-03-18T01:51:56.449Z Downloaded itoa v1.0.11
3352025-03-18T01:51:56.452Z Downloaded byteorder v1.5.0
3362025-03-18T01:51:56.452Z Downloaded anstyle-query v1.1.1
3372025-03-18T01:51:56.452Z Downloaded fnv v1.0.7
3382025-03-18T01:51:56.456Z Downloaded fastrand v2.1.1
3392025-03-18T01:51:56.456Z Downloaded thread-id v4.2.2
3402025-03-18T01:51:56.456Z Downloaded scroll v0.12.0
3412025-03-18T01:51:56.460Z Downloaded heck v0.5.0
3422025-03-18T01:51:56.460Z Downloaded generic-array v0.14.7
3432025-03-18T01:51:56.460Z Downloaded crypto-common v0.1.6
3442025-03-18T01:51:56.466Z Downloaded utf8parse v0.2.2
3452025-03-18T01:51:56.466Z Downloaded serde_tokenstream v0.2.2
3462025-03-18T01:51:56.466Z Downloaded heck v0.4.1
3472025-03-18T01:51:56.466Z Downloaded proc-macro-error-attr v1.0.4
3482025-03-18T01:51:56.470Z Downloaded autocfg v1.4.0
3492025-03-18T01:51:56.470Z Downloaded dof v0.3.0
3502025-03-18T01:51:56.470Z Downloaded bitflags v1.3.2
3512025-03-18T01:51:56.470Z Downloaded terminal_size v0.2.6
3522025-03-18T01:51:56.473Z Downloaded errno v0.3.9
3532025-03-18T01:51:56.473Z Downloaded pest_generator v2.7.14
3542025-03-18T01:51:56.473Z Downloaded memmap v0.7.0
3552025-03-18T01:51:56.473Z Downloaded usdt-impl v0.5.0
3562025-03-18T01:51:56.476Z Downloaded cpufeatures v0.2.14
3572025-03-18T01:51:56.476Z Downloaded cfg-if v1.0.0
3582025-03-18T01:51:56.484Z Downloaded strsim v0.11.1
3592025-03-18T01:51:56.487Z Downloaded unicode-linebreak v0.1.5
3602025-03-18T01:51:56.487Z Downloaded toml_datetime v0.6.8
3612025-03-18T01:51:56.487Z Downloaded plain v0.2.3
3622025-03-18T01:51:56.492Z Downloaded usdt v0.5.0
3632025-03-18T01:51:56.492Z Downloaded tabled_derive v0.7.0
3642025-03-18T01:51:56.492Z Downloaded is_terminal_polyfill v1.70.1
3652025-03-18T01:51:56.492Z Downloaded camino-tempfile v1.1.1
3662025-03-18T01:51:56.497Z Downloaded terminal_size v0.4.0
3672025-03-18T01:51:56.497Z Downloaded cargo-platform v0.1.8
3682025-03-18T01:51:56.497Z Downloaded fs-err v2.11.0
3692025-03-18T01:51:56.503Z Downloaded smawk v0.3.2
3702025-03-18T01:51:56.509Z Downloaded camino v1.1.9
3712025-03-18T01:51:56.512Z Downloaded colorchoice v1.0.2
3722025-03-18T01:51:56.512Z Downloaded serde_spanned v0.6.8
3732025-03-18T01:51:56.515Z Downloaded proc-macro-error v1.0.4
3742025-03-18T01:51:56.515Z Downloaded quote v1.0.39
3752025-03-18T01:51:56.519Z Downloaded digest v0.10.7
3762025-03-18T01:51:56.523Z Downloaded version_check v0.9.5
3772025-03-18T01:51:56.523Z Downloaded cargo_toml v0.21.0
3782025-03-18T01:51:56.523Z Downloaded io-lifetimes v1.0.11
3792025-03-18T01:51:56.527Z Downloaded thiserror v1.0.69
3802025-03-18T01:51:56.530Z Downloaded thiserror v2.0.11
3812025-03-18T01:51:56.534Z Downloaded tempfile v3.13.0
3822025-03-18T01:51:56.537Z Downloaded bitflags v2.6.0
3832025-03-18T01:51:56.540Z Downloaded proc-macro2 v1.0.94
3842025-03-18T01:51:56.543Z Downloaded once_cell v1.20.3
3852025-03-18T01:51:56.547Z Downloaded sha2 v0.10.8
3862025-03-18T01:51:56.550Z Downloaded thiserror-impl v2.0.11
3872025-03-18T01:51:56.550Z Downloaded unicode-ident v1.0.14
3882025-03-18T01:51:56.553Z Downloaded log v0.4.22
3892025-03-18T01:51:56.556Z Downloaded thiserror-impl v1.0.69
3902025-03-18T01:51:56.556Z Downloaded ucd-trie v0.1.7
3912025-03-18T01:51:56.559Z Downloaded pest_meta v2.7.14
3922025-03-18T01:51:56.559Z Downloaded pest_derive v2.7.14
3932025-03-18T01:51:56.562Z Downloaded cargo_metadata v0.19.2
3942025-03-18T01:51:56.562Z Downloaded toml v0.8.20
3952025-03-18T01:51:56.571Z Downloaded semver v1.0.25
3962025-03-18T01:51:56.580Z Downloaded serde_derive v1.0.218
3972025-03-18T01:51:56.590Z Downloaded typenum v1.17.0
3982025-03-18T01:51:56.593Z Downloaded ryu v1.0.18
3992025-03-18T01:51:56.596Z Downloaded clap v4.5.31
4002025-03-18T01:51:56.603Z Downloaded textwrap v0.16.1
4012025-03-18T01:51:56.607Z Downloaded indexmap v2.7.1
4022025-03-18T01:51:56.611Z Downloaded papergrid v0.11.0
4032025-03-18T01:51:56.616Z Downloaded serde v1.0.218
4042025-03-18T01:51:56.619Z Downloaded memchr v2.7.4
4052025-03-18T01:51:56.625Z Downloaded toml_edit v0.22.24
4062025-03-18T01:51:56.656Z Downloaded pest v2.7.14
4072025-03-18T01:51:56.680Z Downloaded serde_json v1.0.139
4082025-03-18T01:51:56.686Z Downloaded zerocopy v0.7.35
4092025-03-18T01:51:56.701Z Downloaded goblin v0.8.2
4102025-03-18T01:51:56.707Z Downloaded hashbrown v0.15.1
4112025-03-18T01:51:56.712Z Downloaded clap_builder v4.5.31
4122025-03-18T01:51:56.718Z Downloaded tabled v0.15.0
4132025-03-18T01:51:56.734Z Downloaded syn v1.0.109
4142025-03-18T01:51:56.743Z Downloaded unicode-width v0.1.14
4152025-03-18T01:51:56.756Z Downloaded syn v2.0.98
4162025-03-18T01:51:56.761Z Downloaded rustix v0.37.28
4172025-03-18T01:51:56.778Z Downloaded rustix v0.38.37
4182025-03-18T01:51:56.823Z Downloaded libc v0.2.170
4192025-03-18T01:51:56.955Z Compiling proc-macro2 v1.0.94
4202025-03-18T01:51:56.955Z Compiling unicode-ident v1.0.14
4212025-03-18T01:51:56.959Z Compiling version_check v0.9.5
4222025-03-18T01:51:56.959Z Compiling serde v1.0.218
4232025-03-18T01:51:56.959Z Compiling libc v0.2.170
4242025-03-18T01:51:56.959Z Compiling memchr v2.7.4
4252025-03-18T01:51:56.991Z Compiling thiserror v1.0.69
4262025-03-18T01:51:56.994Z Compiling itoa v1.0.11
4272025-03-18T01:51:57.214Z Compiling ucd-trie v0.1.7
4282025-03-18T01:51:57.236Z Compiling ryu v1.0.18
4292025-03-18T01:51:57.689Z Compiling once_cell v1.20.3
4302025-03-18T01:51:57.712Z Compiling byteorder v1.5.0
4312025-03-18T01:51:57.760Z Compiling serde_json v1.0.139
4322025-03-18T01:51:57.931Z Compiling rustix v0.38.37
4332025-03-18T01:51:58.328Z Compiling bitflags v2.6.0
4342025-03-18T01:51:58.347Z Compiling usdt-impl v0.5.0
4352025-03-18T01:51:58.433Z Compiling proc-macro-error-attr v1.0.4
4362025-03-18T01:51:58.488Z Compiling syn v1.0.109
4372025-03-18T01:51:58.512Z Compiling io-lifetimes v1.0.11
4382025-03-18T01:51:58.693Z Compiling proc-macro-error v1.0.4
4392025-03-18T01:51:58.747Z Compiling quote v1.0.39
4402025-03-18T01:51:58.846Z Compiling equivalent v1.0.1
4412025-03-18T01:51:58.970Z Compiling errno v0.3.9
4422025-03-18T01:51:59.003Z Compiling rustix v0.37.28
4432025-03-18T01:51:59.099Z Compiling log v0.4.22
4442025-03-18T01:51:59.123Z Compiling syn v2.0.98
4452025-03-18T01:51:59.366Z Compiling plain v0.2.3
4462025-03-18T01:51:59.402Z Compiling thread-id v4.2.2
4472025-03-18T01:51:59.427Z Compiling utf8parse v0.2.2
4482025-03-18T01:51:59.446Z Compiling hashbrown v0.15.1
4492025-03-18T01:51:59.515Z Compiling camino v1.1.9
4502025-03-18T01:51:59.585Z Compiling anstyle-parse v0.2.5
4512025-03-18T01:52:00.046Z Compiling winnow v0.7.3
4522025-03-18T01:52:00.169Z Compiling pretty-hex v0.4.1
4532025-03-18T01:52:00.285Z Compiling autocfg v1.4.0
4542025-03-18T01:52:00.315Z Compiling anstyle v1.0.10
4552025-03-18T01:52:00.392Z Compiling indexmap v2.7.1
4562025-03-18T01:52:00.462Z Compiling semver v1.0.25
4572025-03-18T01:52:00.740Z Compiling is_terminal_polyfill v1.70.1
4582025-03-18T01:52:00.875Z Compiling thiserror v2.0.11
4592025-03-18T01:52:00.934Z Compiling unicode-width v0.1.14
4602025-03-18T01:52:01.205Z Compiling bitflags v1.3.2
4612025-03-18T01:52:01.318Z Compiling colorchoice v1.0.2
4622025-03-18T01:52:01.463Z Compiling anstyle-query v1.1.1
4632025-03-18T01:52:01.639Z Compiling anstream v0.6.15
4642025-03-18T01:52:01.643Z Compiling fs-err v2.11.0
4652025-03-18T01:52:01.688Z Compiling terminal_size v0.4.0
4662025-03-18T01:52:01.977Z Compiling anyhow v1.0.97
4672025-03-18T01:52:02.070Z Compiling heck v0.5.0
4682025-03-18T01:52:02.092Z Compiling cfg-if v1.0.0
4692025-03-18T01:52:02.200Z Compiling fastrand v2.1.1
4702025-03-18T01:52:02.572Z Compiling bytecount v0.6.8
4712025-03-18T01:52:02.617Z Compiling heck v0.4.1
4722025-03-18T01:52:02.717Z Compiling strsim v0.11.1
4732025-03-18T01:52:02.789Z Compiling fnv v1.0.7
4742025-03-18T01:52:02.825Z Compiling clap_lex v0.7.4
4752025-03-18T01:52:02.943Z Compiling papergrid v0.11.0
4762025-03-18T01:52:03.022Z Compiling terminal_size v0.2.6
4772025-03-18T01:52:03.165Z Compiling clap_builder v4.5.31
4782025-03-18T01:52:03.244Z Compiling tempfile v3.13.0
4792025-03-18T01:52:03.535Z Compiling memmap v0.7.0
4802025-03-18T01:52:03.579Z Compiling unicode-linebreak v0.1.5
4812025-03-18T01:52:03.601Z Compiling smawk v0.3.2
4822025-03-18T01:52:03.955Z Compiling swrite v0.1.0
4832025-03-18T01:52:04.057Z Compiling textwrap v0.16.1
4842025-03-18T01:52:04.604Z Compiling tabled_derive v0.7.0
4852025-03-18T01:52:06.059Z Compiling tabled v0.15.0
4862025-03-18T01:52:06.129Z Compiling serde_derive v1.0.218
4872025-03-18T01:52:06.129Z Compiling thiserror-impl v1.0.69
4882025-03-18T01:52:06.132Z Compiling zerocopy-derive v0.7.35
4892025-03-18T01:52:06.132Z Compiling scroll_derive v0.12.0
4902025-03-18T01:52:06.132Z Compiling thiserror-impl v2.0.11
4912025-03-18T01:52:06.132Z Compiling clap_derive v4.5.28
4922025-03-18T01:52:07.542Z Compiling scroll v0.12.0
4932025-03-18T01:52:08.066Z Compiling goblin v0.8.2
4942025-03-18T01:52:08.204Z Compiling zerocopy v0.7.35
4952025-03-18T01:52:09.258Z Compiling pest v2.7.14
4962025-03-18T01:52:10.498Z Compiling clap v4.5.31
4972025-03-18T01:52:11.429Z Compiling pest_meta v2.7.14
4982025-03-18T01:52:12.390Z Compiling pest_generator v2.7.14
4992025-03-18T01:52:13.766Z Compiling pest_derive v2.7.14
5002025-03-18T01:52:14.338Z Compiling dtrace-parser v0.2.0
5012025-03-18T01:52:15.137Z Compiling serde_tokenstream v0.2.2
5022025-03-18T01:52:15.326Z Compiling serde_spanned v0.6.8
5032025-03-18T01:52:15.329Z Compiling toml_datetime v0.6.8
5042025-03-18T01:52:15.329Z Compiling cargo-platform v0.1.8
5052025-03-18T01:52:15.624Z Compiling macaddr v1.0.1
5062025-03-18T01:52:15.709Z Compiling toml_edit v0.22.24
5072025-03-18T01:52:15.960Z Compiling camino-tempfile v1.1.1
5082025-03-18T01:52:16.471Z Compiling dof v0.3.0
5092025-03-18T01:52:16.721Z Compiling cargo_metadata v0.19.2
5102025-03-18T01:52:17.834Z Compiling usdt-macro v0.5.0
5112025-03-18T01:52:17.834Z Compiling usdt-attr-macro v0.5.0
5122025-03-18T01:52:18.334Z Compiling toml v0.8.20
5132025-03-18T01:52:18.906Z Compiling usdt v0.5.0
5142025-03-18T01:52:19.170Z Compiling cargo_toml v0.21.0
5152025-03-18T01:52:21.620Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5162025-03-18T01:52:24.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.72s
5172025-03-18T01:52:24.917Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5182025-03-18T01:52:25.466Z Downloading crates ...
5192025-03-18T01:52:25.583Z Downloaded adler2 v2.0.0
5202025-03-18T01:52:25.589Z Downloaded assert_matches v1.5.0
5212025-03-18T01:52:25.598Z Downloaded atomicwrites v0.4.4
5222025-03-18T01:52:25.615Z Downloaded ciborium-io v0.2.2
5232025-03-18T01:52:25.619Z Downloaded async-recursion v1.1.1
5242025-03-18T01:52:25.623Z Downloaded base16ct v0.2.0
5252025-03-18T01:52:25.626Z Downloaded crucible-workspace-hack v0.1.0
5262025-03-18T01:52:25.626Z Downloaded async-stream-impl v0.3.6
5272025-03-18T01:52:25.629Z Downloaded arc-swap v1.7.1
5282025-03-18T01:52:25.632Z Downloaded cstr-argument v0.1.2
5292025-03-18T01:52:25.632Z Downloaded ctr v0.9.2
5302025-03-18T01:52:25.635Z Downloaded atty v0.2.14
5312025-03-18T01:52:25.635Z Downloaded highway v1.3.0
5322025-03-18T01:52:25.639Z Downloaded crunchy v0.2.2
5332025-03-18T01:52:25.642Z Downloaded cfg_aliases v0.2.1
5342025-03-18T01:52:25.642Z Downloaded cfg_aliases v0.1.1
5352025-03-18T01:52:25.646Z Downloaded is_ci v1.2.0
5362025-03-18T01:52:25.646Z Downloaded hubpack_derive v0.1.1
5372025-03-18T01:52:25.649Z Downloaded atomic-waker v1.1.2
5382025-03-18T01:52:25.649Z Downloaded async-stream v0.3.6
5392025-03-18T01:52:25.652Z Downloaded aead v0.5.2
5402025-03-18T01:52:25.655Z Downloaded http-body v1.0.1
5412025-03-18T01:52:25.658Z Downloaded newline-converter v0.3.0
5422025-03-18T01:52:25.658Z Downloaded crc v3.2.1
5432025-03-18T01:52:25.661Z Downloaded ascii-canvas v3.0.0
5442025-03-18T01:52:25.661Z Downloaded array-init v0.0.4
5452025-03-18T01:52:25.661Z Downloaded arrayref v0.3.9
5462025-03-18T01:52:25.664Z Downloaded new_debug_unreachable v1.0.6
5472025-03-18T01:52:25.667Z Downloaded bb8 v0.8.5
5482025-03-18T01:52:25.668Z Downloaded ciborium-ll v0.2.2
5492025-03-18T01:52:25.673Z Downloaded cipher v0.4.4
5502025-03-18T01:52:25.676Z Downloaded cassowary v0.3.0
5512025-03-18T01:52:25.676Z Downloaded buf-list v1.0.3
5522025-03-18T01:52:25.679Z Downloaded md5 v0.7.0
5532025-03-18T01:52:25.682Z Downloaded bcrypt-pbkdf v0.10.0
5542025-03-18T01:52:25.682Z Downloaded constant_time_eq v0.3.1
5552025-03-18T01:52:25.686Z Downloaded cobs v0.2.3
5562025-03-18T01:52:25.686Z Downloaded hostname v0.4.0
5572025-03-18T01:52:25.689Z Downloaded blowfish v0.9.1
5582025-03-18T01:52:25.689Z Downloaded hmac v0.12.1
5592025-03-18T01:52:25.692Z Downloaded cbc v0.1.2
5602025-03-18T01:52:25.692Z Downloaded ident_case v1.0.1
5612025-03-18T01:52:25.695Z Downloaded http-range v0.1.5
5622025-03-18T01:52:25.695Z Downloaded castaway v0.2.3
5632025-03-18T01:52:25.698Z Downloaded match_cfg v0.1.0
5642025-03-18T01:52:25.698Z Downloaded crossbeam-deque v0.8.5
5652025-03-18T01:52:25.701Z Downloaded keccak v0.1.5
5662025-03-18T01:52:25.701Z Downloaded indoc v1.0.9
5672025-03-18T01:52:25.704Z Downloaded is-terminal v0.4.13
5682025-03-18T01:52:25.704Z Downloaded kstat-rs v0.2.4
5692025-03-18T01:52:25.707Z Downloaded libefi-sys v0.1.0
5702025-03-18T01:52:25.707Z Downloaded humantime v2.1.0
5712025-03-18T01:52:25.711Z Downloaded progenitor-client v0.9.1
5722025-03-18T01:52:25.711Z Downloaded memoffset v0.9.1
5732025-03-18T01:52:25.714Z Downloaded md-5 v0.10.6
5742025-03-18T01:52:25.714Z Downloaded crc-catalog v2.4.0
5752025-03-18T01:52:25.717Z Downloaded mime v0.3.17
5762025-03-18T01:52:25.717Z Downloaded lazycell v1.3.0
5772025-03-18T01:52:25.721Z Downloaded lalrpop-util v0.19.12
5782025-03-18T01:52:25.721Z Downloaded libsw v3.4.0
5792025-03-18T01:52:25.721Z Downloaded instant v0.1.13
5802025-03-18T01:52:25.724Z Downloaded bzip2 v0.4.4
5812025-03-18T01:52:25.727Z Downloaded backoff v0.4.0
5822025-03-18T01:52:25.727Z Downloaded maybe-uninit v2.0.0
5832025-03-18T01:52:25.730Z Downloaded indoc v2.0.6
5842025-03-18T01:52:25.736Z Downloaded base64ct v1.6.0
5852025-03-18T01:52:25.736Z Downloaded const_format_proc_macros v0.2.34
5862025-03-18T01:52:25.740Z Downloaded radium v0.7.0
5872025-03-18T01:52:25.740Z Downloaded instability v0.3.2
5882025-03-18T01:52:25.740Z Downloaded libsw-core v0.3.1
5892025-03-18T01:52:25.744Z Downloaded httpdate v1.0.3
5902025-03-18T01:52:25.744Z Downloaded hubpack v0.1.2
5912025-03-18T01:52:25.747Z Downloaded lockfree-object-pool v0.1.6
5922025-03-18T01:52:25.747Z Downloaded ipnetwork v0.21.1
5932025-03-18T01:52:25.750Z Downloaded linear-map v1.2.0
5942025-03-18T01:52:25.754Z Downloaded chacha20 v0.9.1
5952025-03-18T01:52:25.754Z Downloaded ciborium v0.2.2
5962025-03-18T01:52:25.758Z Downloaded impl-trait-for-tuples v0.2.2
5972025-03-18T01:52:25.761Z Downloaded csv-core v0.1.11
5982025-03-18T01:52:25.761Z Downloaded russh-cryptovec v0.7.3
5992025-03-18T01:52:25.764Z Downloaded maplit v1.0.2
6002025-03-18T01:52:25.764Z Downloaded indent_write v2.2.0
6012025-03-18T01:52:25.764Z Downloaded cookie_store v0.21.1
6022025-03-18T01:52:25.767Z Downloaded ssh-cipher v0.2.0
6032025-03-18T01:52:25.770Z Downloaded colored v2.2.0
6042025-03-18T01:52:25.773Z Downloaded bcs v0.1.6
6052025-03-18T01:52:25.773Z Downloaded sqlparser_derive v0.2.2
6062025-03-18T01:52:25.776Z Downloaded serde-big-array v0.5.1
6072025-03-18T01:52:25.776Z Downloaded ahash v0.8.11
6082025-03-18T01:52:25.779Z Downloaded nanorand v0.7.0
6092025-03-18T01:52:25.784Z Downloaded libloading v0.8.5
6102025-03-18T01:52:25.787Z Downloaded icu_locid_transform v1.5.0
6112025-03-18T01:52:25.790Z Downloaded lru v0.12.5
6122025-03-18T01:52:25.790Z Downloaded crc32fast v1.4.2
6132025-03-18T01:52:25.793Z Downloaded native-tls v0.2.12
6142025-03-18T01:52:25.797Z Downloaded clang-sys v1.8.1
6152025-03-18T01:52:25.800Z Downloaded console v0.15.10
6162025-03-18T01:52:25.800Z Downloaded toolchain_find v0.4.0
6172025-03-18T01:52:25.804Z Downloaded lazy_static v1.5.0
6182025-03-18T01:52:25.804Z Downloaded jobserver v0.1.32
6192025-03-18T01:52:25.807Z Downloaded r2d2 v0.8.10
6202025-03-18T01:52:25.810Z Downloaded ipnet v2.11.0
6212025-03-18T01:52:25.811Z Downloaded rustc_version v0.1.7
6222025-03-18T01:52:25.814Z Downloaded httparse v1.9.5
6232025-03-18T01:52:25.814Z Downloaded yoke-derive v0.7.4
6242025-03-18T01:52:25.817Z Downloaded litemap v0.7.3
6252025-03-18T01:52:25.820Z Downloaded multer v3.1.0
6262025-03-18T01:52:25.820Z Downloaded typify-macro v0.2.0
6272025-03-18T01:52:25.824Z Downloaded serde-hex v0.1.0
6282025-03-18T01:52:25.824Z Downloaded cookie v0.18.1
6292025-03-18T01:52:25.827Z Downloaded addr2line v0.24.2
6302025-03-18T01:52:25.830Z Downloaded cargo_metadata v0.18.1
6312025-03-18T01:52:25.834Z Downloaded stringprep v0.1.5
6322025-03-18T01:52:25.834Z Downloaded const-oid v0.9.6
6332025-03-18T01:52:25.837Z Downloaded hyper-staticfile v0.10.1
6342025-03-18T01:52:25.837Z Downloaded crc-any v2.5.0
6352025-03-18T01:52:25.841Z Downloaded siphasher v0.3.11
6362025-03-18T01:52:25.844Z Downloaded icu_normalizer_data v1.5.0
6372025-03-18T01:52:25.844Z Downloaded simd-adler32 v0.3.7
6382025-03-18T01:52:25.847Z Downloaded subtle v2.6.1
6392025-03-18T01:52:25.847Z Downloaded async-bb8-diesel v0.2.1
6402025-03-18T01:52:25.851Z Downloaded thread_local v1.1.8
6412025-03-18T01:52:25.854Z Downloaded memmap2 v0.9.5
6422025-03-18T01:52:25.854Z Downloaded blake2 v0.10.6
6432025-03-18T01:52:25.857Z Downloaded slab v0.4.9
6442025-03-18T01:52:25.860Z Downloaded signal-hook-registry v1.4.2
6452025-03-18T01:52:25.860Z Downloaded scheduled-thread-pool v0.2.7
6462025-03-18T01:52:25.863Z Downloaded lock_api v0.4.12
6472025-03-18T01:52:25.863Z Downloaded oso-derive v0.27.3
6482025-03-18T01:52:25.866Z Downloaded icu_locid_transform_data v1.5.0
6492025-03-18T01:52:25.866Z Downloaded icu_locid v1.5.0
6502025-03-18T01:52:25.870Z Downloaded topological-sort v0.2.2
6512025-03-18T01:52:25.874Z Downloaded thiserror-impl-no-std v2.0.2
6522025-03-18T01:52:25.874Z Downloaded hyper-rustls v0.27.3
6532025-03-18T01:52:25.878Z Downloaded tokio-tungstenite v0.21.0
6542025-03-18T01:52:25.881Z Downloaded icu_provider v1.5.0
6552025-03-18T01:52:25.884Z Downloaded crossbeam-utils v0.8.20
6562025-03-18T01:52:25.887Z Downloaded unicode-truncate v1.1.0
6572025-03-18T01:52:25.887Z Downloaded debug-ignore v1.0.5
6582025-03-18T01:52:25.890Z Downloaded argon2 v0.5.3
6592025-03-18T01:52:25.893Z Downloaded litrs v0.4.1
6602025-03-18T01:52:25.896Z Downloaded serde_derive_internals v0.29.1
6612025-03-18T01:52:25.896Z Downloaded crossbeam-epoch v0.9.18
6622025-03-18T01:52:25.900Z Downloaded base64 v0.13.1
6632025-03-18T01:52:25.904Z Downloaded rustc-hash v2.1.1
6642025-03-18T01:52:25.908Z Downloaded either v1.14.0
6652025-03-18T01:52:25.908Z Downloaded deranged v0.3.11
6662025-03-18T01:52:25.908Z Downloaded der_derive v0.7.3
6672025-03-18T01:52:25.911Z Downloaded defmt-macros v0.3.9
6682025-03-18T01:52:25.915Z Downloaded num v0.4.3
6692025-03-18T01:52:25.915Z Downloaded hex-literal v0.4.1
6702025-03-18T01:52:25.918Z Downloaded term v0.7.0
6712025-03-18T01:52:25.921Z Downloaded allocator-api2 v0.2.18
6722025-03-18T01:52:25.924Z Downloaded heck v0.3.3
6732025-03-18T01:52:25.924Z Downloaded compact_str v0.8.0
6742025-03-18T01:52:25.929Z Downloaded thiserror-no-std v2.0.2
6752025-03-18T01:52:25.933Z Downloaded futures-core v0.3.31
6762025-03-18T01:52:25.937Z Downloaded tabled_derive v0.10.0
6772025-03-18T01:52:25.937Z Downloaded oxnet v0.1.1
6782025-03-18T01:52:25.941Z Downloaded phf_shared v0.11.2
6792025-03-18T01:52:25.941Z Downloaded pem v3.0.5
6802025-03-18T01:52:25.941Z Downloaded const_format v0.2.34
6812025-03-18T01:52:25.945Z Downloaded indicatif v0.17.11
6822025-03-18T01:52:25.949Z Downloaded miniz_oxide v0.8.5
6832025-03-18T01:52:25.952Z Downloaded waitgroup v0.1.2
6842025-03-18T01:52:25.956Z Downloaded indexmap v1.9.3
6852025-03-18T01:52:25.959Z Downloaded icu_normalizer v1.5.0
6862025-03-18T01:52:25.962Z Downloaded unarray v0.1.4
6872025-03-18T01:52:25.965Z Downloaded rand_core v0.6.4
6882025-03-18T01:52:25.965Z Downloaded rusty-fork v0.3.0
6892025-03-18T01:52:25.968Z Downloaded rustversion v1.0.17
6902025-03-18T01:52:25.971Z Downloaded chacha20poly1305 v0.10.1
6912025-03-18T01:52:25.981Z Downloaded fxhash v0.2.1
6922025-03-18T01:52:25.984Z Downloaded backtrace v0.3.74
6932025-03-18T01:52:25.988Z Downloaded supports-color v3.0.2
6942025-03-18T01:52:25.991Z Downloaded headers v0.4.0
6952025-03-18T01:52:25.996Z Downloaded tls_codec v0.4.1
6962025-03-18T01:52:26.000Z Downloaded number_prefix v0.4.0
6972025-03-18T01:52:26.000Z Downloaded serde_urlencoded v0.7.1
6982025-03-18T01:52:26.003Z Downloaded salsa20 v0.10.2
6992025-03-18T01:52:26.003Z Downloaded rayon-core v1.12.1
7002025-03-18T01:52:26.007Z Downloaded smallvec v0.6.14
7012025-03-18T01:52:26.010Z Downloaded headers-core v0.3.0
7022025-03-18T01:52:26.010Z Downloaded utf-8 v0.7.6
7032025-03-18T01:52:26.010Z Downloaded slog-scope v4.4.0
7042025-03-18T01:52:26.013Z Downloaded slog-stdlog v4.1.1
7052025-03-18T01:52:26.013Z Downloaded parse-size v1.1.0
7062025-03-18T01:52:26.016Z Downloaded postgres-types v0.2.9
7072025-03-18T01:52:26.020Z Downloaded tabwriter v1.4.0
7082025-03-18T01:52:26.020Z Downloaded signature v2.2.0
7092025-03-18T01:52:26.023Z Downloaded rand_core v0.9.2
7102025-03-18T01:52:26.023Z Downloaded vergen v8.3.2
7112025-03-18T01:52:26.028Z Downloaded curve25519-dalek-derive v0.1.1
7122025-03-18T01:52:26.032Z Downloaded foreign-types v0.5.0
7132025-03-18T01:52:26.032Z Downloaded icu_properties v1.5.1
7142025-03-18T01:52:26.035Z Downloaded display-error-chain v0.2.2
7152025-03-18T01:52:26.035Z Downloaded zeroize v1.8.1
7162025-03-18T01:52:26.035Z Downloaded typify-macro v0.3.0
7172025-03-18T01:52:26.035Z Downloaded strum_macros v0.26.4
7182025-03-18T01:52:26.038Z Downloaded owo-colors v4.2.0
7192025-03-18T01:52:26.042Z Downloaded unicase v2.7.0
7202025-03-18T01:52:26.046Z Downloaded sigpipe v0.1.3
7212025-03-18T01:52:26.046Z Downloaded similar v2.7.0
7222025-03-18T01:52:26.050Z Downloaded phf_shared v0.10.0
7232025-03-18T01:52:26.054Z Downloaded hash32 v0.3.1
7242025-03-18T01:52:26.054Z Downloaded utf16_iter v1.0.5
7252025-03-18T01:52:26.057Z Downloaded password-hash v0.5.0
7262025-03-18T01:52:26.057Z Downloaded tokio-tungstenite v0.23.1
7272025-03-18T01:52:26.062Z Downloaded password-hash v0.4.2
7282025-03-18T01:52:26.062Z Downloaded crypto-bigint v0.5.5
7292025-03-18T01:52:26.067Z Downloaded percent-encoding v2.3.1
7302025-03-18T01:52:26.071Z Downloaded parse-display-derive v0.10.0
7312025-03-18T01:52:26.071Z Downloaded zerocopy v0.6.6
7322025-03-18T01:52:26.074Z Downloaded derive-where v1.2.7
7332025-03-18T01:52:26.077Z Downloaded take_mut v0.2.2
7342025-03-18T01:52:26.080Z Downloaded darling_macro v0.20.10
7352025-03-18T01:52:26.080Z Downloaded slog-term v2.9.1
7362025-03-18T01:52:26.083Z Downloaded pin-project v1.1.6
7372025-03-18T01:52:26.094Z Downloaded semver v0.1.20
7382025-03-18T01:52:26.097Z Downloaded ref-cast-impl v1.0.23
7392025-03-18T01:52:26.097Z Downloaded tracing-attributes v0.1.27
7402025-03-18T01:52:26.101Z Downloaded tokio-tungstenite v0.24.0
7412025-03-18T01:52:26.104Z Downloaded icu_collections v1.5.0
7422025-03-18T01:52:26.108Z Downloaded endian-type v0.1.2
7432025-03-18T01:52:26.111Z Downloaded tap v1.0.1
7442025-03-18T01:52:26.111Z Downloaded signal-hook-mio v0.2.4
7452025-03-18T01:52:26.114Z Downloaded crossbeam-channel v0.5.13
7462025-03-18T01:52:26.117Z Downloaded opaque-debug v0.3.1
7472025-03-18T01:52:26.120Z Downloaded derive_builder_macro v0.20.2
7482025-03-18T01:52:26.120Z Downloaded string_cache v0.8.7
7492025-03-18T01:52:26.120Z Downloaded openssl-probe v0.1.5
7502025-03-18T01:52:26.123Z Downloaded packed_struct v0.10.1
7512025-03-18T01:52:26.126Z Downloaded mio v1.0.2
7522025-03-18T01:52:26.130Z Downloaded pin-utils v0.1.0
7532025-03-18T01:52:26.134Z Downloaded universal-hash v0.5.1
7542025-03-18T01:52:26.134Z Downloaded derive_builder_core v0.20.2
7552025-03-18T01:52:26.138Z Downloaded aes v0.8.4
7562025-03-18T01:52:26.141Z Downloaded openssl-macros v0.1.1
7572025-03-18T01:52:26.141Z Downloaded sync-ptr v0.1.1
7582025-03-18T01:52:26.141Z Downloaded dropshot_endpoint v0.12.0
7592025-03-18T01:52:26.144Z Downloaded resolv-conf v0.7.0
7602025-03-18T01:52:26.149Z Downloaded prettyplease v0.2.30
7612025-03-18T01:52:26.152Z Downloaded ena v0.14.3
7622025-03-18T01:52:26.152Z Downloaded data-encoding v2.6.0
7632025-03-18T01:52:26.155Z Downloaded xz2 v0.1.7
7642025-03-18T01:52:26.155Z Downloaded which v4.4.2
7652025-03-18T01:52:26.158Z Downloaded zone_cfg_derive v0.1.2
7662025-03-18T01:52:26.158Z Downloaded ron v0.7.1
7672025-03-18T01:52:26.163Z Downloaded tokio-native-tls v0.3.1
7682025-03-18T01:52:26.166Z Downloaded enum-as-inner v0.6.1
7692025-03-18T01:52:26.169Z Downloaded olpc-cjson v0.1.4
7702025-03-18T01:52:26.169Z Downloaded env_filter v0.1.2
7712025-03-18T01:52:26.172Z Downloaded embedded-io v0.6.1
7722025-03-18T01:52:26.172Z Downloaded progenitor-macro v0.9.1
7732025-03-18T01:52:26.177Z Downloaded time-core v0.1.2
7742025-03-18T01:52:26.177Z Downloaded minimal-lexical v0.2.1
7752025-03-18T01:52:26.180Z Downloaded p256 v0.13.2
7762025-03-18T01:52:26.183Z Downloaded snafu v0.8.5
7772025-03-18T01:52:26.188Z Downloaded shlex v1.3.0
7782025-03-18T01:52:26.191Z Downloaded hickory-server v0.24.4
7792025-03-18T01:52:26.195Z Downloaded strum_macros v0.25.3
7802025-03-18T01:52:26.199Z Downloaded tungstenite v0.23.0
7812025-03-18T01:52:26.202Z Downloaded normalize-line-endings v0.3.0
7822025-03-18T01:52:26.206Z Downloaded fixedbitset v0.4.2
7832025-03-18T01:52:26.206Z Downloaded filetime v0.2.25
7842025-03-18T01:52:26.209Z Downloaded ff v0.13.0
7852025-03-18T01:52:26.209Z Downloaded fd-lock v4.0.2
7862025-03-18T01:52:26.213Z Downloaded utf8_iter v1.0.4
7872025-03-18T01:52:26.213Z Downloaded foreign-types-shared v0.3.1
7882025-03-18T01:52:26.213Z Downloaded pin-project-lite v0.2.14
7892025-03-18T01:52:26.219Z Downloaded num-conv v0.1.0
7902025-03-18T01:52:26.222Z Downloaded precomputed-hash v0.1.1
7912025-03-18T01:52:26.222Z Downloaded env_logger v0.11.5
7922025-03-18T01:52:26.225Z Downloaded diesel_derives v2.2.3
7932025-03-18T01:52:26.230Z Downloaded progenitor-macro v0.8.0
7942025-03-18T01:52:26.230Z Downloaded pretty_assertions v1.4.1
7952025-03-18T01:52:26.234Z Downloaded serde_plain v1.0.2
7962025-03-18T01:52:26.234Z Downloaded rfc6979 v0.4.0
7972025-03-18T01:52:26.234Z Downloaded xattr v1.3.1
7982025-03-18T01:52:26.238Z Downloaded num-rational v0.4.2
7992025-03-18T01:52:26.238Z Downloaded ecdsa v0.16.9
8002025-03-18T01:52:26.241Z Downloaded der v0.7.9
8012025-03-18T01:52:26.244Z Downloaded typify v0.2.0
8022025-03-18T01:52:26.248Z Downloaded termtree v0.4.1
8032025-03-18T01:52:26.251Z Downloaded tinyvec v1.8.0
8042025-03-18T01:52:26.254Z Downloaded diesel_table_macro_syntax v0.2.0
8052025-03-18T01:52:26.254Z Downloaded want v0.3.1
8062025-03-18T01:52:26.259Z Downloaded futures v0.3.31
8072025-03-18T01:52:26.262Z Downloaded derive_builder v0.20.2
8082025-03-18T01:52:26.265Z Downloaded snafu-derive v0.8.5
8092025-03-18T01:52:26.268Z Downloaded uzers v0.12.1
8102025-03-18T01:52:26.272Z Downloaded pkcs1 v0.7.5
8112025-03-18T01:52:26.272Z Downloaded http v1.2.0
8122025-03-18T01:52:26.277Z Downloaded foreign-types v0.3.2
8132025-03-18T01:52:26.280Z Downloaded write16 v1.0.0
8142025-03-18T01:52:26.280Z Downloaded gethostname v0.5.0
8152025-03-18T01:52:26.280Z Downloaded pin-project-internal v1.1.6
8162025-03-18T01:52:26.283Z Downloaded num-integer v0.1.46
8172025-03-18T01:52:26.283Z Downloaded num-derive v0.4.2
8182025-03-18T01:52:26.286Z Downloaded pkcs5 v0.7.1
8192025-03-18T01:52:26.290Z Downloaded progenitor-client v0.8.0
8202025-03-18T01:52:26.293Z Downloaded foreign-types-macros v0.2.3
8212025-03-18T01:52:26.293Z Downloaded crossterm v0.28.1
8222025-03-18T01:52:26.299Z Downloaded peg-runtime v0.8.5
8232025-03-18T01:52:26.309Z Downloaded path-slash v0.1.5
8242025-03-18T01:52:26.309Z Downloaded scopeguard v1.2.0
8252025-03-18T01:52:26.309Z Downloaded rtoolbox v0.0.2
8262025-03-18T01:52:26.314Z Downloaded rand_chacha v0.3.1
8272025-03-18T01:52:26.314Z Downloaded twox-hash v2.1.0
8282025-03-18T01:52:26.314Z Downloaded pkcs8 v0.10.2
8292025-03-18T01:52:26.314Z Downloaded omicron-zone-package v0.12.0
8302025-03-18T01:52:26.314Z Downloaded env_logger v0.10.2
8312025-03-18T01:52:26.318Z Downloaded hashbrown v0.12.3
8322025-03-18T01:52:26.321Z Downloaded aho-corasick v1.1.3
8332025-03-18T01:52:26.328Z Downloaded sync_wrapper v1.0.1
8342025-03-18T01:52:26.331Z Downloaded rustfmt-wrapper v0.2.1
8352025-03-18T01:52:26.331Z Downloaded foreign-types-shared v0.1.1
8362025-03-18T01:52:26.331Z Downloaded wait-timeout v0.2.0
8372025-03-18T01:52:26.334Z Downloaded progenitor-impl v0.8.0
8382025-03-18T01:52:26.338Z Downloaded termtree v0.5.1
8392025-03-18T01:52:26.338Z Downloaded tokio-stream v0.1.17
8402025-03-18T01:52:26.342Z Downloaded des v0.8.1
8412025-03-18T01:52:26.345Z Downloaded signal-hook v0.3.17
8422025-03-18T01:52:26.348Z Downloaded vte_generate_state_changes v0.1.2
8432025-03-18T01:52:26.351Z Downloaded itertools v0.12.1
8442025-03-18T01:52:26.356Z Downloaded itertools v0.10.5
8452025-03-18T01:52:26.364Z Downloaded quick-error v1.2.3
8462025-03-18T01:52:26.368Z Downloaded fatfs v0.3.6
8472025-03-18T01:52:26.371Z Downloaded aes-gcm v0.10.3
8482025-03-18T01:52:26.374Z Downloaded progenitor v0.9.1
8492025-03-18T01:52:26.374Z Downloaded foldhash v0.1.3
8502025-03-18T01:52:26.374Z Downloaded newtype_derive v0.1.6
8512025-03-18T01:52:26.377Z Downloaded packed_struct_codegen v0.10.1
8522025-03-18T01:52:26.377Z Downloaded tower-service v0.3.3
8532025-03-18T01:52:26.381Z Downloaded steno v0.4.1
8542025-03-18T01:52:26.384Z Downloaded fragile v2.0.0
8552025-03-18T01:52:26.388Z Downloaded sec1 v0.7.3
8562025-03-18T01:52:26.391Z Downloaded strum v0.26.3
8572025-03-18T01:52:26.391Z Downloaded predicates v3.1.3
8582025-03-18T01:52:26.391Z Downloaded getrandom v0.2.15
8592025-03-18T01:52:26.394Z Downloaded tokio-macros v2.5.0
8602025-03-18T01:52:26.398Z Downloaded zip v2.1.3
8612025-03-18T01:52:26.401Z Downloaded dirs-next v2.0.0
8622025-03-18T01:52:26.404Z Downloaded synstructure v0.13.1
8632025-03-18T01:52:26.404Z Downloaded serde_with_macros v3.12.0
8642025-03-18T01:52:26.407Z Downloaded zone_cfg_derive v0.3.0
8652025-03-18T01:52:26.407Z Downloaded dunce v1.0.5
8662025-03-18T01:52:26.407Z Downloaded toml v0.7.8
8672025-03-18T01:52:26.411Z Downloaded writeable v0.5.5
8682025-03-18T01:52:26.414Z Downloaded stable_deref_trait v1.2.0
8692025-03-18T01:52:26.417Z Downloaded x509-cert v0.2.5
8702025-03-18T01:52:26.420Z Downloaded num-bigint v0.4.6
8712025-03-18T01:52:26.426Z Downloaded zerofrom v0.1.4
8722025-03-18T01:52:26.430Z Downloaded wyz v0.5.1
8732025-03-18T01:52:26.430Z Downloaded newtype-uuid v1.2.1
8742025-03-18T01:52:26.433Z Downloaded time-macros v0.2.18
8752025-03-18T01:52:26.433Z Downloaded tokio-rustls v0.26.0
8762025-03-18T01:52:26.437Z Downloaded tungstenite v0.21.0
8772025-03-18T01:52:26.440Z Downloaded pbkdf2 v0.12.2
8782025-03-18T01:52:26.443Z Downloaded paste v1.0.15
8792025-03-18T01:52:26.446Z Downloaded itertools v0.14.0
8802025-03-18T01:52:26.452Z Downloaded smf v0.2.3
8812025-03-18T01:52:26.455Z Downloaded russh-keys v0.45.0
8822025-03-18T01:52:26.458Z Downloaded blake3 v1.5.4
8832025-03-18T01:52:26.468Z Downloaded strum_macros v0.24.3
8842025-03-18T01:52:26.471Z Downloaded psl-types v2.0.11
8852025-03-18T01:52:26.471Z Downloaded same-file v1.0.6
8862025-03-18T01:52:26.471Z Downloaded num-traits v0.2.19
8872025-03-18T01:52:26.474Z Downloaded try-lock v0.2.5
8882025-03-18T01:52:26.474Z Downloaded rand v0.8.5
8892025-03-18T01:52:26.478Z Downloaded ghash v0.5.1
8902025-03-18T01:52:26.487Z Downloaded ron v0.8.1
8912025-03-18T01:52:26.500Z Downloaded rustc_version v0.4.1
8922025-03-18T01:52:26.504Z Downloaded hyper v1.6.0
8932025-03-18T01:52:26.512Z Downloaded rustls-pemfile v1.0.4
8942025-03-18T01:52:26.515Z Downloaded rpassword v7.3.1
8952025-03-18T01:52:26.518Z Downloaded ppv-lite86 v0.2.20
8962025-03-18T01:52:26.521Z Downloaded powerfmt v0.2.0
8972025-03-18T01:52:26.521Z Downloaded polyval v0.6.2
8982025-03-18T01:52:26.525Z Downloaded secrecy v0.8.0
8992025-03-18T01:52:26.528Z Downloaded tokio-rustls v0.25.0
9002025-03-18T01:52:26.531Z Downloaded nibble_vec v0.1.0
9012025-03-18T01:52:26.531Z Downloaded tls_codec_derive v0.4.1
9022025-03-18T01:52:26.534Z Downloaded termcolor v1.4.1
9032025-03-18T01:52:26.534Z Downloaded tui-tree-widget v0.23.0
9042025-03-18T01:52:26.538Z Downloaded postcard v1.0.10
9052025-03-18T01:52:26.541Z Downloaded num_enum v0.5.11
9062025-03-18T01:52:26.544Z Downloaded predicates-core v1.0.8
9072025-03-18T01:52:26.547Z Downloaded tinyvec_macros v0.1.1
9082025-03-18T01:52:26.547Z Downloaded zeroize_derive v1.4.2
9092025-03-18T01:52:26.547Z Downloaded structmeta-derive v0.3.0
9102025-03-18T01:52:26.550Z Downloaded num_threads v0.1.7
9112025-03-18T01:52:26.550Z Downloaded zerocopy-derive v0.8.10
9122025-03-18T01:52:26.555Z Downloaded pretty-hex v0.2.1
9132025-03-18T01:52:26.558Z Downloaded float-ord v0.3.2
9142025-03-18T01:52:26.558Z Downloaded hash32 v0.2.1
9152025-03-18T01:52:26.561Z Downloaded poly1305 v0.8.0
9162025-03-18T01:52:26.561Z Downloaded peg v0.8.5
9172025-03-18T01:52:26.565Z Downloaded progenitor v0.8.0
9182025-03-18T01:52:26.568Z Downloaded rustyline v14.0.0
9192025-03-18T01:52:26.572Z Downloaded heapless v0.8.0
9202025-03-18T01:52:26.576Z Downloaded tower-layer v0.3.3
9212025-03-18T01:52:26.579Z Downloaded group v0.13.0
9222025-03-18T01:52:26.579Z Downloaded value-bag v1.9.0
9232025-03-18T01:52:26.582Z Downloaded rustc-demangle v0.1.24
9242025-03-18T01:52:26.585Z Downloaded ed25519-dalek v2.1.1
9252025-03-18T01:52:26.588Z Downloaded futures-sink v0.3.31
9262025-03-18T01:52:26.588Z Downloaded futures-macro v0.3.31
9272025-03-18T01:52:26.592Z Downloaded structmeta v0.3.0
9282025-03-18T01:52:26.592Z Downloaded darling v0.20.10
9292025-03-18T01:52:26.595Z Downloaded vte v0.11.1
9302025-03-18T01:52:26.598Z Downloaded sct v0.7.1
9312025-03-18T01:52:26.601Z Downloaded embedded-io v0.4.0
9322025-03-18T01:52:26.605Z Downloaded rustls-pemfile v2.2.0
9332025-03-18T01:52:26.605Z Downloaded unicode-bidi v0.3.17
9342025-03-18T01:52:26.608Z Downloaded num_enum_derive v0.5.11
9352025-03-18T01:52:26.608Z Downloaded unicode-xid v0.2.6
9362025-03-18T01:52:26.612Z Downloaded papergrid v0.14.0
9372025-03-18T01:52:26.615Z Downloaded flume v0.11.1
9382025-03-18T01:52:26.619Z Downloaded ed25519 v2.2.3
9392025-03-18T01:52:26.623Z Downloaded expectorate v1.1.0
9402025-03-18T01:52:26.623Z Downloaded rand v0.9.0
9412025-03-18T01:52:26.626Z Downloaded serde_path_to_error v0.1.16
9422025-03-18T01:52:26.629Z Downloaded peg-macros v0.8.5
9432025-03-18T01:52:26.633Z Downloaded rustls-pki-types v1.10.0
9442025-03-18T01:52:26.636Z Downloaded publicsuffix v2.3.0
9452025-03-18T01:52:26.636Z Downloaded tiny-keccak v2.0.2
9462025-03-18T01:52:26.640Z Downloaded rand_xorshift v0.3.0
9472025-03-18T01:52:26.640Z Downloaded tinystr v0.7.6
9482025-03-18T01:52:26.643Z Downloaded spki v0.7.3
9492025-03-18T01:52:26.643Z Downloaded quick-xml v0.37.2
9502025-03-18T01:52:26.652Z Downloaded shell-words v1.1.0
9512025-03-18T01:52:26.655Z Downloaded rand_chacha v0.9.0
9522025-03-18T01:52:26.655Z Downloaded hickory-client v0.24.4
9532025-03-18T01:52:26.655Z Downloaded globset v0.4.15
9542025-03-18T01:52:26.658Z Downloaded proptest v1.6.0
9552025-03-18T01:52:26.665Z Downloaded dyn-clone v1.0.19
9562025-03-18T01:52:26.668Z Downloaded termios v0.3.3
9572025-03-18T01:52:26.671Z Downloaded difflib v0.4.0
9582025-03-18T01:52:26.671Z Downloaded daft-derive v0.1.2
9592025-03-18T01:52:26.674Z Downloaded slog-dtrace v0.3.0
9602025-03-18T01:52:26.678Z Downloaded predicates-tree v1.0.11
9612025-03-18T01:52:26.678Z Downloaded diff v0.1.13
9622025-03-18T01:52:26.681Z Downloaded slog-envlogger v2.2.0
9632025-03-18T01:52:26.684Z Downloaded parking_lot_core v0.9.10
9642025-03-18T01:52:26.684Z Downloaded dropshot_endpoint v0.16.0
9652025-03-18T01:52:26.687Z Downloaded glob v0.3.2
9662025-03-18T01:52:26.690Z Downloaded unicode-properties v0.1.3
9672025-03-18T01:52:26.690Z Downloaded futures-io v0.3.31
9682025-03-18T01:52:26.693Z Downloaded parking_lot_core v0.8.6
9692025-03-18T01:52:26.694Z Downloaded zerofrom-derive v0.1.4
9702025-03-18T01:52:26.694Z Downloaded smallvec v1.14.0
9712025-03-18T01:52:26.697Z Downloaded half v2.4.1
9722025-03-18T01:52:26.700Z Downloaded serde_with v3.12.0
9732025-03-18T01:52:26.706Z Downloaded zip v0.6.6
9742025-03-18T01:52:26.710Z Downloaded yasna v0.5.2
9752025-03-18T01:52:26.713Z Downloaded samael v0.0.18
9762025-03-18T01:52:26.718Z Downloaded daft v0.1.2
9772025-03-18T01:52:26.721Z Downloaded tokio-util v0.7.13
9782025-03-18T01:52:26.726Z Downloaded parking_lot v0.11.2
9792025-03-18T01:52:26.729Z Downloaded derive_more v0.99.19
9802025-03-18T01:52:26.733Z Downloaded chrono v0.4.40
9812025-03-18T01:52:26.741Z Downloaded quinn v0.11.5
9822025-03-18T01:52:26.745Z Downloaded bitvec v1.0.1
9832025-03-18T01:52:26.760Z Downloaded parking_lot v0.12.3
9842025-03-18T01:52:26.764Z Downloaded lalrpop v0.19.12
9852025-03-18T01:52:26.775Z Downloaded darling_core v0.20.10
9862025-03-18T01:52:26.778Z Downloaded icu_properties_data v1.5.0
9872025-03-18T01:52:26.789Z Downloaded parse-zoneinfo v0.3.1
9882025-03-18T01:52:26.792Z Downloaded russh v0.45.0
9892025-03-18T01:52:26.799Z Downloaded nom v7.1.3
9902025-03-18T01:52:26.802Z Downloaded tower v0.5.2
9912025-03-18T01:52:26.811Z Downloaded futures-util v0.3.31
9922025-03-18T01:52:26.823Z Downloaded tar v0.4.44
9932025-03-18T01:52:26.826Z Downloaded tracing-core v0.1.32
9942025-03-18T01:52:26.830Z Downloaded rsa v0.9.6
9952025-03-18T01:52:26.833Z Downloaded oso v0.27.3
9962025-03-18T01:52:26.837Z Downloaded ssh-key v0.6.6
9972025-03-18T01:52:26.844Z Downloaded serde_yaml v0.9.34+deprecated
9982025-03-18T01:52:26.847Z Downloaded qorb v0.2.1
9992025-03-18T01:52:26.852Z Downloaded rustls-webpki v0.102.8
10002025-03-18T01:52:26.869Z Downloaded openssl-sys v0.9.106
10012025-03-18T01:52:26.873Z Downloaded typed-path v0.9.3
10022025-03-18T01:52:26.880Z Downloaded unicode-segmentation v1.12.0
10032025-03-18T01:52:26.883Z Downloaded reqwest v0.12.12
10042025-03-18T01:52:26.892Z Downloaded winnow v0.6.20
10052025-03-18T01:52:26.900Z Downloaded zerocopy v0.8.10
10062025-03-18T01:52:26.925Z Downloaded unicode-normalization v0.1.24
10072025-03-18T01:52:26.929Z Downloaded sqlparser v0.45.0
10082025-03-18T01:52:26.933Z Downloaded rustls-webpki v0.101.7
10092025-03-18T01:52:26.948Z Downloaded h2 v0.4.6
10102025-03-18T01:52:26.954Z Downloaded salty v0.3.0
10112025-03-18T01:52:26.961Z Downloaded object v0.30.4
10122025-03-18T01:52:26.971Z Downloaded zerovec v0.10.4
10132025-03-18T01:52:26.977Z Downloaded portable-atomic v1.9.0
10142025-03-18T01:52:26.984Z Downloaded tabled v0.18.0
10152025-03-18T01:52:27.001Z Downloaded polar-core v0.27.3
10162025-03-18T01:52:27.009Z Downloaded regex v1.11.1
10172025-03-18T01:52:27.022Z Downloaded petname v2.0.2
10182025-03-18T01:52:27.027Z Downloaded regex-syntax v0.6.29
10192025-03-18T01:52:27.035Z Downloaded radix_trie v0.2.1
10202025-03-18T01:52:27.040Z Downloaded bindgen v0.71.1
10212025-03-18T01:52:27.047Z Downloaded proc-macro-error2 v2.0.1
10222025-03-18T01:52:27.051Z Downloaded rayon v1.10.0
10232025-03-18T01:52:27.060Z Downloaded openssl v0.10.71
10242025-03-18T01:52:27.069Z Downloaded dropshot v0.12.0
10252025-03-18T01:52:27.090Z Downloaded quinn-proto v0.11.8
10262025-03-18T01:52:27.096Z Downloaded p384 v0.13.0
10272025-03-18T01:52:27.102Z Downloaded webpki-roots v0.26.6
10282025-03-18T01:52:27.106Z Downloaded nix v0.29.0
10292025-03-18T01:52:27.116Z Downloaded git2 v0.19.0
10302025-03-18T01:52:27.124Z Downloaded bstr v1.10.0
10312025-03-18T01:52:27.134Z Downloaded dropshot v0.16.0
10322025-03-18T01:52:27.155Z Downloaded vcpkg v0.2.15
10332025-03-18T01:52:27.195Z Downloaded unicode-width v0.2.0
10342025-03-18T01:52:27.200Z Downloaded gimli v0.31.1
10352025-03-18T01:52:27.209Z Downloaded smoltcp v0.9.1
10362025-03-18T01:52:27.227Z Downloaded nix v0.28.0
10372025-03-18T01:52:27.246Z Downloaded openapiv3 v2.0.0
10382025-03-18T01:52:27.258Z Downloaded diesel v2.2.8
10392025-03-18T01:52:27.278Z Downloaded typify-impl v0.3.0
10402025-03-18T01:52:27.296Z Downloaded rustls v0.22.4
10412025-03-18T01:52:27.310Z Downloaded smoltcp v0.11.0
10422025-03-18T01:52:27.323Z Downloaded hickory-proto v0.24.4
10432025-03-18T01:52:27.340Z Downloaded sled v0.34.7
10442025-03-18T01:52:27.350Z Downloaded typify-impl v0.2.0
10452025-03-18T01:52:27.366Z Downloaded nix v0.27.1
10462025-03-18T01:52:27.378Z Downloaded rustls v0.21.12
10472025-03-18T01:52:27.389Z Downloaded bzip2-sys v0.1.11+1.0.8
10482025-03-18T01:52:27.402Z Downloaded chrono-tz v0.10.1
10492025-03-18T01:52:27.410Z Downloaded curve25519-dalek v4.1.3
10502025-03-18T01:52:27.421Z Downloaded regex-syntax v0.8.5
10512025-03-18T01:52:27.428Z Downloaded object v0.36.5
10522025-03-18T01:52:27.440Z Downloaded rustls v0.23.19
10532025-03-18T01:52:27.452Z Downloaded zerocopy-derive v0.6.6
10542025-03-18T01:52:27.463Z Downloaded ratatui v0.29.0
10552025-03-18T01:52:27.484Z Downloaded regex-automata v0.4.8
10562025-03-18T01:52:27.502Z Downloaded regress v0.10.3
10572025-03-18T01:52:27.511Z Downloaded heapless v0.7.17
10582025-03-18T01:52:27.514Z Downloaded lzma-sys v0.1.20
10592025-03-18T01:52:27.544Z Downloaded reedline v0.38.0
10602025-03-18T01:52:27.552Z Downloaded petgraph v0.7.1
10612025-03-18T01:52:27.570Z Downloaded tough v0.19.0
10622025-03-18T01:52:27.578Z Downloaded p521 v0.13.3
10632025-03-18T01:52:27.583Z Downloaded bindgen v0.69.5
10642025-03-18T01:52:27.588Z Downloaded schemars v0.8.22
10652025-03-18T01:52:27.600Z Downloaded petgraph v0.6.5
10662025-03-18T01:52:27.619Z Downloaded libz-sys v1.1.20
10672025-03-18T01:52:27.639Z Downloaded csv v1.3.1
10682025-03-18T01:52:27.660Z Downloaded spin v0.9.8
10692025-03-18T01:52:27.663Z Downloaded tracing v0.1.40
10702025-03-18T01:52:27.668Z Downloaded winnow v0.5.40
10712025-03-18T01:52:27.674Z Downloaded rcgen v0.12.1
10722025-03-18T01:52:27.677Z Downloaded unicode_categories v0.1.1
10732025-03-18T01:52:27.680Z Downloaded parse-display v0.10.0
10742025-03-18T01:52:27.680Z Downloaded uuid v1.15.1
10752025-03-18T01:52:27.683Z Downloaded pbkdf2 v0.11.0
10762025-03-18T01:52:27.686Z Downloaded zerovec-derive v0.10.3
10772025-03-18T01:52:27.689Z Downloaded yansi v1.0.1
10782025-03-18T01:52:27.689Z Downloaded num-bigint-dig v0.8.4
10792025-03-18T01:52:27.694Z Downloaded progenitor-impl v0.9.1
10802025-03-18T01:52:27.697Z Downloaded url v2.5.3
10812025-03-18T01:52:27.700Z Downloaded dirs-sys-next v0.1.2
10822025-03-18T01:52:27.700Z Downloaded tokio-rustls v0.24.1
10832025-03-18T01:52:27.704Z Downloaded aws-lc-rs v1.12.4
10842025-03-18T01:52:27.711Z Downloaded sha3 v0.10.8
10852025-03-18T01:52:27.716Z Downloaded tokio v1.43.0
10862025-03-18T01:52:27.751Z Downloaded pkg-config v0.3.31
10872025-03-18T01:52:27.754Z Downloaded getrandom v0.3.1
10882025-03-18T01:52:27.757Z Downloaded hashbrown v0.13.2
10892025-03-18T01:52:27.760Z Downloaded elliptic-curve v0.13.8
10902025-03-18T01:52:27.764Z Downloaded hkdf v0.12.4
10912025-03-18T01:52:27.767Z Downloaded socket2 v0.5.8
10922025-03-18T01:52:27.767Z Downloaded itertools v0.13.0
10932025-03-18T01:52:27.773Z Downloaded tokio-postgres v0.7.13
10942025-03-18T01:52:27.777Z Downloaded idna v1.0.3
10952025-03-18T01:52:27.781Z Downloaded time v0.3.36
10962025-03-18T01:52:27.787Z Downloaded slog-bunyan v2.5.0
10972025-03-18T01:52:27.790Z Downloaded slog-async v2.8.0
10982025-03-18T01:52:27.790Z Downloaded form_urlencoded v1.2.1
10992025-03-18T01:52:27.790Z Downloaded dsl_auto_type v0.1.2
11002025-03-18T01:52:27.793Z Downloaded num-complex v0.4.6
11012025-03-18T01:52:27.794Z Downloaded libm v0.2.8
11022025-03-18T01:52:27.800Z Downloaded ssh-encoding v0.2.0
11032025-03-18T01:52:27.803Z Downloaded slog-json v2.6.1
11042025-03-18T01:52:27.803Z Downloaded ring v0.17.11
11052025-03-18T01:52:27.843Z Downloaded serde_repr v0.1.19
11062025-03-18T01:52:27.846Z Downloaded typify v0.3.0
11072025-03-18T01:52:27.849Z Downloaded slog v2.7.0
11082025-03-18T01:52:27.854Z Downloaded quinn-udp v0.5.5
11092025-03-18T01:52:27.854Z Downloaded encoding_rs v0.8.34
11102025-03-18T01:52:27.872Z Downloaded diesel-dtrace v0.4.2
11112025-03-18T01:52:27.877Z Downloaded phf v0.11.2
11122025-03-18T01:52:27.877Z Downloaded flate2 v1.1.0
11132025-03-18T01:52:27.882Z Downloaded nodrop v0.1.14
11142025-03-18T01:52:27.882Z Downloaded zopfli v0.8.1
11152025-03-18T01:52:27.885Z Downloaded libxml v0.3.3
11162025-03-18T01:52:27.889Z Downloaded untrusted v0.9.0
11172025-03-18T01:52:27.889Z Downloaded strip-ansi-escapes v0.2.0
11182025-03-18T01:52:27.889Z Downloaded sqlformat v0.2.6
11192025-03-18T01:52:27.892Z Downloaded schemars_derive v0.8.22
11202025-03-18T01:52:27.892Z Downloaded postgres-protocol v0.6.8
11212025-03-18T01:52:27.895Z Downloaded toml_edit v0.19.15
11222025-03-18T01:52:27.908Z Downloaded unsafe-libyaml v0.2.11
11232025-03-18T01:52:27.911Z Downloaded tungstenite v0.24.0
11242025-03-18T01:52:27.914Z Downloaded sha1 v0.10.6
11252025-03-18T01:52:27.914Z Downloaded nu-ansi-term v0.50.1
11262025-03-18T01:52:27.919Z Downloaded ref-cast v1.0.23
11272025-03-18T01:52:27.922Z Downloaded phf_generator v0.11.2
11282025-03-18T01:52:27.922Z Downloaded phf_codegen v0.11.2
11292025-03-18T01:52:27.922Z Downloaded num-iter v0.1.45
11302025-03-18T01:52:27.922Z Downloaded displaydoc v0.2.5
11312025-03-18T01:52:27.925Z Downloaded walkdir v2.5.0
11322025-03-18T01:52:27.925Z Downloaded cc v1.2.15
11332025-03-18T01:52:27.928Z Downloaded float-cmp v0.10.0
11342025-03-18T01:52:27.931Z Downloaded document-features v0.2.10
11352025-03-18T01:52:27.931Z Downloaded futures-channel v0.3.31
11362025-03-18T01:52:27.935Z Downloaded fallible-iterator v0.2.0
11372025-03-18T01:52:27.935Z Downloaded bytes v1.10.1
11382025-03-18T01:52:27.938Z Downloaded base64 v0.22.1
11392025-03-18T01:52:27.941Z Downloaded signal-hook-tokio v0.3.1
11402025-03-18T01:52:27.941Z Downloaded rand_seeder v0.3.0
11412025-03-18T01:52:27.944Z Downloaded proc-macro-error-attr2 v2.0.0
11422025-03-18T01:52:27.944Z Downloaded proc-macro-crate v1.3.1
11432025-03-18T01:52:27.944Z Downloaded primeorder v0.13.6
11442025-03-18T01:52:27.948Z Downloaded fs_extra v1.3.0
11452025-03-18T01:52:27.948Z Downloaded libgit2-sys v0.17.0+1.8.1
11462025-03-18T01:52:28.001Z Downloaded fixedbitset v0.5.7
11472025-03-18T01:52:28.004Z Downloaded defmt v0.3.8
11482025-03-18T01:52:28.009Z Downloaded whoami v1.5.2
11492025-03-18T01:52:28.009Z Downloaded vsss-rs v3.3.4
11502025-03-18T01:52:28.012Z Downloaded test-strategy v0.4.0
11512025-03-18T01:52:28.015Z Downloaded subprocess v0.2.9
11522025-03-18T01:52:28.015Z Downloaded futures-task v0.3.31
11532025-03-18T01:52:28.015Z Downloaded downcast v0.11.0
11542025-03-18T01:52:28.018Z Downloaded static_assertions v1.1.0
11552025-03-18T01:52:28.018Z Downloaded rustc-hash v1.1.0
11562025-03-18T01:52:28.018Z Downloaded pem-rfc7468 v0.7.0
11572025-03-18T01:52:28.022Z Downloaded yoke v0.7.4
11582025-03-18T01:52:28.022Z Downloaded mockall_derive v0.13.1
11592025-03-18T01:52:28.025Z Downloaded hyper-util v0.1.10
11602025-03-18T01:52:28.030Z Downloaded bumpalo v3.16.0
11612025-03-18T01:52:28.033Z Downloaded base64 v0.21.7
11622025-03-18T01:52:28.033Z Downloaded futures-executor v0.3.31
11632025-03-18T01:52:28.036Z Downloaded funty v2.0.0
11642025-03-18T01:52:28.036Z Downloaded flagset v0.4.6
11652025-03-18T01:52:28.036Z Downloaded zone v0.3.0
11662025-03-18T01:52:28.036Z Downloaded defmt-parser v0.3.4
11672025-03-18T01:52:28.039Z Downloaded zone v0.1.8
11682025-03-18T01:52:28.039Z Downloaded untrusted v0.7.1
11692025-03-18T01:52:28.039Z Downloaded scrypt v0.11.0
11702025-03-18T01:52:28.039Z Downloaded hickory-resolver v0.24.4
11712025-03-18T01:52:28.043Z Downloaded mockall v0.13.1
11722025-03-18T01:52:28.046Z Downloaded mime_guess v2.0.5
11732025-03-18T01:52:28.046Z Downloaded iana-time-zone v0.1.61
11742025-03-18T01:52:28.049Z Downloaded multimap v0.10.0
11752025-03-18T01:52:28.049Z Downloaded hex v0.4.3
11762025-03-18T01:52:28.052Z Downloaded bit-set v0.5.3
11772025-03-18T01:52:28.053Z Downloaded hyper-tls v0.6.0
11782025-03-18T01:52:28.053Z Downloaded bit-vec v0.6.3
11792025-03-18T01:52:28.056Z Downloaded cexpr v0.6.0
11802025-03-18T01:52:28.056Z Downloaded cancel-safe-futures v0.1.5
11812025-03-18T01:52:28.059Z Downloaded home v0.5.9
11822025-03-18T01:52:28.059Z Downloaded http-body-util v0.1.2
11832025-03-18T01:52:28.059Z Downloaded block-padding v0.3.3
11842025-03-18T01:52:28.060Z Downloaded bitfield v0.14.0
11852025-03-18T01:52:28.063Z Downloaded arrayvec v0.7.6
11862025-03-18T01:52:28.063Z Downloaded managed v0.8.0
11872025-03-18T01:52:28.066Z Downloaded lru-cache v0.1.2
11882025-03-18T01:52:28.066Z Downloaded linked-hash-map v0.5.6
11892025-03-18T01:52:28.066Z Downloaded internet-checksum v0.2.1
11902025-03-18T01:52:28.066Z Downloaded bit-vec v0.8.0
11912025-03-18T01:52:28.069Z Downloaded async-trait v0.1.87
11922025-03-18T01:52:28.073Z Downloaded inout v0.1.3
11932025-03-18T01:52:28.073Z Downloaded idna_adapter v1.2.0
11942025-03-18T01:52:28.073Z Downloaded hostname v0.3.1
11952025-03-18T01:52:28.073Z Downloaded cmake v0.1.51
11962025-03-18T01:52:28.076Z Downloaded chrono-tz-build v0.4.0
11972025-03-18T01:52:28.076Z Downloaded icu_provider_macros v1.5.0
11982025-03-18T01:52:28.076Z Downloaded convert_case v0.4.0
11992025-03-18T01:52:28.076Z Downloaded bitfield-struct v0.6.2
12002025-03-18T01:52:28.079Z Downloaded bit-set v0.8.0
12012025-03-18T01:52:28.452Z Downloaded aws-lc-sys v0.26.0
12022025-03-18T01:52:28.755Z Compiling serde v1.0.218
12032025-03-18T01:52:28.758Z Compiling value-bag v1.9.0
12042025-03-18T01:52:28.758Z Compiling lock_api v0.4.12
12052025-03-18T01:52:28.758Z Compiling scopeguard v1.2.0
12062025-03-18T01:52:28.758Z Compiling typenum v1.17.0
12072025-03-18T01:52:28.758Z Compiling generic-array v0.14.7
12082025-03-18T01:52:28.919Z Compiling syn v2.0.98
12092025-03-18T01:52:28.923Z Compiling getrandom v0.2.15
12102025-03-18T01:52:29.052Z Compiling shlex v1.3.0
12112025-03-18T01:52:29.275Z Compiling log v0.4.22
12122025-03-18T01:52:29.391Z Compiling rand_core v0.6.4
12132025-03-18T01:52:29.426Z Compiling jobserver v0.1.32
12142025-03-18T01:52:29.446Z Compiling subtle v2.6.1
12152025-03-18T01:52:29.476Z Compiling smallvec v1.14.0
12162025-03-18T01:52:29.766Z Compiling const-oid v0.9.6
12172025-03-18T01:52:29.784Z Compiling cc v1.2.15
12182025-03-18T01:52:29.838Z Compiling pin-project-lite v0.2.14
12192025-03-18T01:52:29.868Z Compiling parking_lot_core v0.9.10
12202025-03-18T01:52:29.970Z Compiling rustix v0.38.37
12212025-03-18T01:52:29.973Z Compiling signal-hook-registry v1.4.2
12222025-03-18T01:52:30.189Z Compiling futures-core v0.3.31
12232025-03-18T01:52:30.445Z Compiling mio v1.0.2
12242025-03-18T01:52:30.630Z Compiling spin v0.9.8
12252025-03-18T01:52:30.817Z Compiling parking_lot v0.12.3
12262025-03-18T01:52:30.896Z Compiling socket2 v0.5.8
12272025-03-18T01:52:31.008Z Compiling aho-corasick v1.1.3
12282025-03-18T01:52:31.178Z Compiling stable_deref_trait v1.2.0
12292025-03-18T01:52:31.295Z Compiling either v1.14.0
12302025-03-18T01:52:31.428Z Compiling regex-syntax v0.8.5
12312025-03-18T01:52:31.732Z Compiling futures-sink v0.3.31
12322025-03-18T01:52:31.834Z Compiling cpufeatures v0.2.14
12332025-03-18T01:52:31.858Z Compiling slab v0.4.9
12342025-03-18T01:52:31.877Z Compiling glob v0.3.2
12352025-03-18T01:52:31.896Z Compiling serde_json v1.0.139
12362025-03-18T01:52:31.947Z Compiling prettyplease v0.2.30
12372025-03-18T01:52:32.262Z Compiling lazy_static v1.5.0
12382025-03-18T01:52:32.336Z Compiling minimal-lexical v0.2.1
12392025-03-18T01:52:32.394Z Compiling futures-channel v0.3.31
12402025-03-18T01:52:32.616Z Compiling libloading v0.8.5
12412025-03-18T01:52:32.733Z Compiling clang-sys v1.8.1
12422025-03-18T01:52:32.791Z Compiling nom v7.1.3
12432025-03-18T01:52:32.834Z Compiling home v0.5.9
12442025-03-18T01:52:32.997Z Compiling pin-utils v0.1.0
12452025-03-18T01:52:33.064Z Compiling futures-task v0.3.31
12462025-03-18T01:52:33.103Z Compiling libm v0.2.8
12472025-03-18T01:52:33.361Z Compiling bindgen v0.69.5
12482025-03-18T01:52:33.459Z Compiling allocator-api2 v0.2.18
12492025-03-18T01:52:33.482Z Compiling foldhash v0.1.3
12502025-03-18T01:52:33.711Z Compiling futures-io v0.3.31
12512025-03-18T01:52:34.017Z Compiling itertools v0.12.1
12522025-03-18T01:52:34.207Z Compiling hashbrown v0.15.1
12532025-03-18T01:52:34.255Z Compiling num-traits v0.2.19
12542025-03-18T01:52:34.587Z Compiling lazycell v1.3.0
12552025-03-18T01:52:34.772Z Compiling pkg-config v0.3.31
12562025-03-18T01:52:35.410Z Compiling regex-automata v0.4.8
12572025-03-18T01:52:35.614Z Compiling rustc-hash v1.1.0
12582025-03-18T01:52:36.021Z Compiling cexpr v0.6.0
12592025-03-18T01:52:36.124Z Compiling synstructure v0.13.1
12602025-03-18T01:52:37.420Z Compiling cmake v0.1.51
12612025-03-18T01:52:37.535Z Compiling fs_extra v1.3.0
12622025-03-18T01:52:37.538Z Compiling getrandom v0.3.1
12632025-03-18T01:52:37.583Z Compiling dunce v1.0.5
12642025-03-18T01:52:38.056Z Compiling writeable v0.5.5
12652025-03-18T01:52:38.246Z Compiling litemap v0.7.3
12662025-03-18T01:52:38.550Z Compiling ring v0.17.11
12672025-03-18T01:52:38.630Z Compiling base64ct v1.6.0
12682025-03-18T01:52:38.671Z Compiling paste v1.0.15
12692025-03-18T01:52:39.210Z Compiling pem-rfc7468 v0.7.0
12702025-03-18T01:52:39.257Z Compiling icu_locid_transform_data v1.5.0
12712025-03-18T01:52:39.374Z Compiling aws-lc-rs v1.12.4
12722025-03-18T01:52:39.511Z Compiling flagset v0.4.6
12732025-03-18T01:52:39.662Z Compiling httparse v1.9.5
12742025-03-18T01:52:39.784Z Compiling tracing-core v0.1.32
12752025-03-18T01:52:39.802Z Compiling icu_properties_data v1.5.0
12762025-03-18T01:52:40.053Z Compiling rustls-pki-types v1.10.0
12772025-03-18T01:52:40.304Z Compiling regex v1.11.1
12782025-03-18T01:52:40.857Z Compiling percent-encoding v2.3.1
12792025-03-18T01:52:40.897Z Compiling crossbeam-utils v0.8.20
12802025-03-18T01:52:41.130Z Compiling write16 v1.0.0
12812025-03-18T01:52:41.156Z Compiling serde_derive v1.0.218
12822025-03-18T01:52:41.177Z Compiling zeroize_derive v1.4.2
12832025-03-18T01:52:41.266Z Compiling zerocopy-derive v0.7.35
12842025-03-18T01:52:41.389Z Compiling tokio-macros v2.5.0
12852025-03-18T01:52:41.675Z Compiling zerofrom-derive v0.1.4
12862025-03-18T01:52:42.562Z Compiling zeroize v1.8.1
12872025-03-18T01:52:42.919Z Compiling yoke-derive v0.7.4
12882025-03-18T01:52:43.269Z Compiling zerocopy v0.7.35
12892025-03-18T01:52:43.885Z Compiling thiserror-impl v1.0.69
12902025-03-18T01:52:44.051Z Compiling crypto-common v0.1.6
12912025-03-18T01:52:44.180Z Compiling block-buffer v0.10.4
12922025-03-18T01:52:44.281Z Compiling displaydoc v0.2.5
12932025-03-18T01:52:44.424Z Compiling digest v0.10.7
12942025-03-18T01:52:44.562Z Compiling zerovec-derive v0.10.3
12952025-03-18T01:52:44.873Z Compiling futures-macro v0.3.31
12962025-03-18T01:52:45.000Z Compiling zerofrom v0.1.4
12972025-03-18T01:52:45.028Z Compiling hmac v0.12.1
12982025-03-18T01:52:45.224Z Compiling block-padding v0.3.3
12992025-03-18T01:52:45.282Z Compiling ppv-lite86 v0.2.20
13002025-03-18T01:52:45.749Z Compiling yoke v0.7.4
13012025-03-18T01:52:45.781Z Compiling inout v0.1.3
13022025-03-18T01:52:45.781Z Compiling cipher v0.4.4
13032025-03-18T01:52:45.781Z Compiling sha2 v0.10.8
13042025-03-18T01:52:45.796Z Compiling icu_provider_macros v1.5.0
13052025-03-18T01:52:46.065Z Compiling der_derive v0.7.3
13062025-03-18T01:52:46.247Z Compiling tracing-attributes v0.1.27
13072025-03-18T01:52:46.731Z Compiling thiserror v1.0.69
13082025-03-18T01:52:46.768Z Compiling futures-util v0.3.31
13092025-03-18T01:52:46.838Z Compiling salsa20 v0.10.2
13102025-03-18T01:52:46.877Z Compiling pest v2.7.14
13112025-03-18T01:52:47.033Z Compiling zerovec v0.10.4
13122025-03-18T01:52:47.070Z Compiling pbkdf2 v0.12.2
13132025-03-18T01:52:47.281Z Compiling vcpkg v0.2.15
13142025-03-18T01:52:48.260Z Compiling der v0.7.9
13152025-03-18T01:52:48.983Z Compiling tinystr v0.7.6
13162025-03-18T01:52:48.983Z Compiling icu_collections v1.5.0
13172025-03-18T01:52:49.367Z Compiling icu_locid v1.5.0
13182025-03-18T01:52:49.384Z Compiling tracing v0.1.40
13192025-03-18T01:52:49.406Z Compiling time-core v0.1.2
13202025-03-18T01:52:49.591Z Compiling utf16_iter v1.0.5
13212025-03-18T01:52:49.802Z Compiling powerfmt v0.2.0
13222025-03-18T01:52:49.856Z Compiling untrusted v0.7.1
13232025-03-18T01:52:49.895Z Compiling icu_normalizer_data v1.5.0
13242025-03-18T01:52:50.009Z Compiling untrusted v0.9.0
13252025-03-18T01:52:50.052Z Compiling num-conv v0.1.0
13262025-03-18T01:52:50.178Z Compiling spki v0.7.3
13272025-03-18T01:52:50.204Z Compiling utf8_iter v1.0.4
13282025-03-18T01:52:50.346Z Compiling time-macros v0.2.18
13292025-03-18T01:52:50.446Z Compiling deranged v0.3.11
13302025-03-18T01:52:50.542Z Compiling icu_provider v1.5.0
13312025-03-18T01:52:51.086Z Compiling pest_meta v2.7.14
13322025-03-18T01:52:51.378Z Compiling icu_locid_transform v1.5.0
13332025-03-18T01:52:51.453Z Compiling openssl-sys v0.9.106
13342025-03-18T01:52:52.096Z Compiling scrypt v0.11.0
13352025-03-18T01:52:52.573Z Compiling aes v0.8.4
13362025-03-18T01:52:52.608Z Compiling cbc v0.1.2
13372025-03-18T01:52:52.854Z Compiling icu_properties v1.5.1
13382025-03-18T01:52:53.080Z Compiling scroll_derive v0.12.0
13392025-03-18T01:52:53.301Z Compiling atomic-waker v1.1.2
13402025-03-18T01:52:53.496Z Compiling bytes v1.10.1
13412025-03-18T01:52:53.645Z Compiling bitflags v2.6.0
13422025-03-18T01:52:54.464Z Compiling indexmap v2.7.1
13432025-03-18T01:52:54.486Z Compiling semver v1.0.25
13442025-03-18T01:52:54.904Z Compiling tokio v1.43.0
13452025-03-18T01:52:55.175Z Compiling http v1.2.0
13462025-03-18T01:52:55.272Z Compiling rustc_version v0.4.1
13472025-03-18T01:52:55.362Z Compiling tinyvec_macros v0.1.1
13482025-03-18T01:52:55.500Z Compiling num_threads v0.1.7
13492025-03-18T01:52:55.607Z Compiling time v0.3.36
13502025-03-18T01:52:55.762Z Compiling tinyvec v1.8.0
13512025-03-18T01:52:55.947Z Compiling scroll v0.12.0
13522025-03-18T01:52:56.457Z Compiling icu_normalizer v1.5.0
13532025-03-18T01:52:56.474Z Compiling pkcs5 v0.7.1
13542025-03-18T01:52:57.225Z Compiling http-body v1.0.1
13552025-03-18T01:52:57.327Z Compiling uuid v1.15.1
13562025-03-18T01:52:57.473Z Compiling idna_adapter v1.2.0
13572025-03-18T01:52:57.523Z Compiling which v4.4.2
13582025-03-18T01:52:57.577Z Compiling pest_generator v2.7.14
13592025-03-18T01:52:57.697Z Compiling rand_chacha v0.3.1
13602025-03-18T01:52:58.271Z Compiling form_urlencoded v1.2.1
13612025-03-18T01:52:58.585Z Compiling try-lock v0.2.5
13622025-03-18T01:52:58.604Z Compiling iana-time-zone v0.1.61
13632025-03-18T01:52:58.749Z Compiling zerocopy v0.8.10
13642025-03-18T01:52:58.866Z Compiling slog v2.7.0
13652025-03-18T01:52:58.979Z Compiling goblin v0.8.2
13662025-03-18T01:52:59.345Z Compiling pest_derive v2.7.14
13672025-03-18T01:52:59.453Z Compiling chrono v0.4.40
13682025-03-18T01:52:59.585Z Compiling want v0.3.1
13692025-03-18T01:52:59.854Z Compiling rand v0.8.5
13702025-03-18T01:52:59.979Z Compiling idna v1.0.3
13712025-03-18T01:53:00.064Z Compiling pkcs8 v0.10.2
13722025-03-18T01:53:00.129Z Compiling zerocopy-derive v0.8.10
13732025-03-18T01:53:00.684Z Compiling adler2 v2.0.0
13742025-03-18T01:53:00.903Z Compiling httpdate v1.0.3
13752025-03-18T01:53:01.330Z Compiling tower-service v0.3.3
13762025-03-18T01:53:01.473Z Compiling miniz_oxide v0.8.5
13772025-03-18T01:53:01.526Z Compiling dtrace-parser v0.2.0
13782025-03-18T01:53:02.564Z Compiling serde_tokenstream v0.2.2
13792025-03-18T01:53:02.745Z Compiling toml_datetime v0.6.8
13802025-03-18T01:53:02.797Z Compiling tokio-util v0.7.13
13812025-03-18T01:53:03.113Z Compiling serde_spanned v0.6.8
13822025-03-18T01:53:03.207Z Compiling serde_derive_internals v0.29.1
13832025-03-18T01:53:03.344Z Compiling rustversion v1.0.17
13842025-03-18T01:53:03.362Z Compiling match_cfg v0.1.0
13852025-03-18T01:53:03.460Z Compiling openssl v0.10.71
13862025-03-18T01:53:03.885Z Compiling h2 v0.4.6
13872025-03-18T01:53:03.989Z Compiling foreign-types-shared v0.1.1
13882025-03-18T01:53:04.031Z Compiling base64 v0.22.1
13892025-03-18T01:53:04.111Z Compiling schemars v0.8.22
13902025-03-18T01:53:04.488Z Compiling foreign-types v0.3.2
13912025-03-18T01:53:04.657Z Compiling dof v0.3.0
13922025-03-18T01:53:04.755Z Compiling hostname v0.3.1
13932025-03-18T01:53:04.986Z Compiling url v2.5.3
13942025-03-18T01:53:05.482Z Compiling schemars_derive v0.8.22
13952025-03-18T01:53:06.095Z Compiling rand_core v0.9.2
13962025-03-18T01:53:06.442Z Compiling usdt-impl v0.5.0
13972025-03-18T01:53:06.755Z Compiling async-trait v0.1.87
13982025-03-18T01:53:07.764Z Compiling openssl-macros v0.1.1
13992025-03-18T01:53:07.812Z Compiling bzip2-sys v0.1.11+1.0.8
14002025-03-18T01:53:07.930Z Compiling dirs-sys-next v0.1.2
14012025-03-18T01:53:08.077Z Compiling siphasher v0.3.11
14022025-03-18T01:53:08.286Z Compiling syn v1.0.109
14032025-03-18T01:53:08.425Z Compiling rustls v0.22.4
14042025-03-18T01:53:08.453Z Compiling rustls v0.23.19
14052025-03-18T01:53:08.472Z Compiling dyn-clone v1.0.19
14062025-03-18T01:53:08.491Z Compiling data-encoding v2.6.0
14072025-03-18T01:53:08.687Z Compiling native-tls v0.2.12
14082025-03-18T01:53:09.055Z Compiling dirs-next v2.0.0
14092025-03-18T01:53:09.120Z Compiling rand_chacha v0.9.0
14102025-03-18T01:53:10.323Z Compiling http-body-util v0.1.2
14112025-03-18T01:53:10.493Z Compiling hyper v1.6.0
14122025-03-18T01:53:10.556Z Compiling unicode-normalization v0.1.24
14132025-03-18T01:53:10.779Z Compiling heapless v0.7.17
14142025-03-18T01:53:11.071Z Compiling crossbeam-epoch v0.9.18
14152025-03-18T01:53:11.224Z Compiling signature v2.2.0
14162025-03-18T01:53:11.532Z Compiling sha1 v0.10.6
14172025-03-18T01:53:11.684Z Compiling thread_local v1.1.8
14182025-03-18T01:53:11.797Z Compiling encoding_rs v0.8.34
14192025-03-18T01:53:11.965Z Compiling cookie v0.18.1
14202025-03-18T01:53:11.989Z Compiling crc32fast v1.4.2
14212025-03-18T01:53:12.186Z Compiling multer v3.1.0
14222025-03-18T01:53:12.260Z Compiling ipnet v2.11.0
14232025-03-18T01:53:12.349Z Compiling mime v0.3.17
14242025-03-18T01:53:12.515Z Compiling gimli v0.31.1
14252025-03-18T01:53:12.848Z Compiling hyper-util v0.1.10
14262025-03-18T01:53:13.307Z Compiling slog-async v2.8.0
14272025-03-18T01:53:13.352Z Compiling signal-hook v0.3.17
14282025-03-18T01:53:13.646Z Compiling unicode-properties v0.1.3
14292025-03-18T01:53:13.793Z Compiling rayon-core v1.12.1
14302025-03-18T01:53:14.050Z Compiling unicode-bidi v0.3.17
14312025-03-18T01:53:14.085Z Compiling openssl-probe v0.1.5
14322025-03-18T01:53:14.306Z Compiling toml_edit v0.22.24
14332025-03-18T01:53:14.939Z Compiling stringprep v0.1.5
14342025-03-18T01:53:15.321Z Compiling crossbeam-deque v0.8.5
14352025-03-18T01:53:15.714Z Compiling rand v0.9.0
14362025-03-18T01:53:15.740Z Compiling term v0.7.0
14372025-03-18T01:53:15.951Z Compiling usdt-attr-macro v0.5.0
14382025-03-18T01:53:16.330Z Compiling usdt-macro v0.5.0
14392025-03-18T01:53:16.999Z Compiling addr2line v0.24.2
14402025-03-18T01:53:17.238Z Compiling slog-json v2.6.1
14412025-03-18T01:53:17.452Z Compiling serde_urlencoded v0.7.1
14422025-03-18T01:53:17.455Z Compiling curve25519-dalek v4.1.3
14432025-03-18T01:53:17.600Z Compiling crossbeam-channel v0.5.13
14442025-03-18T01:53:17.640Z Compiling futures-executor v0.3.31
14452025-03-18T01:53:17.734Z Compiling enum-as-inner v0.6.1
14462025-03-18T01:53:17.923Z Compiling md-5 v0.10.6
14472025-03-18T01:53:18.123Z Compiling async-stream-impl v0.3.6
14482025-03-18T01:53:18.165Z Compiling rustls-pemfile v2.2.0
14492025-03-18T01:53:18.205Z Compiling num-integer v0.1.46
14502025-03-18T01:53:18.501Z Compiling hash32 v0.2.1
14512025-03-18T01:53:18.552Z Compiling ff v0.13.0
14522025-03-18T01:53:18.758Z Compiling is-terminal v0.4.13
14532025-03-18T01:53:18.787Z Compiling object v0.36.5
14542025-03-18T01:53:18.863Z Compiling dropshot v0.12.0
14552025-03-18T01:53:18.900Z Compiling memoffset v0.9.1
14562025-03-18T01:53:18.921Z Compiling base16ct v0.2.0
14572025-03-18T01:53:19.161Z Compiling fallible-iterator v0.2.0
14582025-03-18T01:53:19.214Z Compiling litrs v0.4.1
14592025-03-18T01:53:19.243Z Compiling linked-hash-map v0.5.6
14602025-03-18T01:53:19.352Z Compiling utf-8 v0.7.6
14612025-03-18T01:53:19.579Z Compiling smoltcp v0.9.1
14622025-03-18T01:53:19.656Z Compiling quick-error v1.2.3
14632025-03-18T01:53:19.810Z Compiling portable-atomic v1.9.0
14642025-03-18T01:53:19.814Z Compiling anyhow v1.0.97
14652025-03-18T01:53:20.210Z Compiling num-bigint-dig v0.8.4
14662025-03-18T01:53:20.261Z Compiling psl-types v2.0.11
14672025-03-18T01:53:20.413Z Compiling take_mut v0.2.2
14682025-03-18T01:53:20.474Z Compiling rustc-demangle v0.1.24
14692025-03-18T01:53:20.544Z Compiling cfg_aliases v0.2.1
14702025-03-18T01:53:20.646Z Compiling nix v0.29.0
14712025-03-18T01:53:20.885Z Compiling publicsuffix v2.3.0
14722025-03-18T01:53:21.370Z Compiling document-features v0.2.10
14732025-03-18T01:53:21.511Z Compiling resolv-conf v0.7.0
14742025-03-18T01:53:21.553Z Compiling postgres-protocol v0.6.8
14752025-03-18T01:53:21.584Z Compiling tungstenite v0.24.0
14762025-03-18T01:53:21.619Z Compiling lru-cache v0.1.2
14772025-03-18T01:53:21.816Z Compiling async-stream v0.3.6
14782025-03-18T01:53:22.268Z Compiling sec1 v0.7.3
14792025-03-18T01:53:22.319Z Compiling slog-term v2.9.1
14802025-03-18T01:53:22.805Z Compiling group v0.13.0
14812025-03-18T01:53:22.824Z Compiling usdt v0.5.0
14822025-03-18T01:53:23.113Z Compiling hickory-proto v0.24.4
14832025-03-18T01:53:23.290Z Compiling num-iter v0.1.45
14842025-03-18T01:53:23.488Z Compiling futures v0.3.31
14852025-03-18T01:53:23.525Z Compiling toml v0.8.20
14862025-03-18T01:53:23.556Z Compiling slog-bunyan v2.5.0
14872025-03-18T01:53:23.576Z Compiling bzip2 v0.4.4
14882025-03-18T01:53:23.940Z Compiling tokio-native-tls v0.3.1
14892025-03-18T01:53:24.716Z Compiling camino v1.1.9
14902025-03-18T01:53:25.067Z Compiling flate2 v1.1.0
14912025-03-18T01:53:25.170Z Compiling phf_shared v0.11.2
14922025-03-18T01:53:25.519Z Compiling backtrace v0.3.74
14932025-03-18T01:53:25.539Z Compiling dropshot_endpoint v0.12.0
14942025-03-18T01:53:25.764Z Compiling terminal_size v0.4.0
14952025-03-18T01:53:25.851Z Compiling openapiv3 v2.0.0
14962025-03-18T01:53:25.908Z Compiling waitgroup v0.1.2
14972025-03-18T01:53:25.980Z Compiling serde_path_to_error v0.1.16
14982025-03-18T01:53:26.134Z Compiling hkdf v0.12.4
14992025-03-18T01:53:26.395Z Compiling crypto-bigint v0.5.5
15002025-03-18T01:53:26.787Z Compiling curve25519-dalek-derive v0.1.1
15012025-03-18T01:53:27.707Z Compiling hubpack_derive v0.1.1
15022025-03-18T01:53:28.198Z Compiling zerocopy-derive v0.6.6
15032025-03-18T01:53:28.393Z Compiling webpki-roots v0.26.6
15042025-03-18T01:53:28.579Z Compiling sync_wrapper v1.0.1
15052025-03-18T01:53:28.618Z Compiling hostname v0.4.0
15062025-03-18T01:53:28.747Z Compiling ahash v0.8.11
15072025-03-18T01:53:28.845Z Compiling fs-err v2.11.0
15082025-03-18T01:53:29.099Z Compiling simd-adler32 v0.3.7
15092025-03-18T01:53:29.164Z Compiling newtype-uuid v1.2.1
15102025-03-18T01:53:29.476Z Compiling unicode-width v0.2.0
15112025-03-18T01:53:29.585Z Compiling debug-ignore v1.0.5
15122025-03-18T01:53:29.616Z Compiling lockfree-object-pool v0.1.6
15132025-03-18T01:53:29.737Z Compiling managed v0.8.0
15142025-03-18T01:53:29.757Z Compiling buf-list v1.0.3
15152025-03-18T01:53:29.884Z Compiling winnow v0.5.40
15162025-03-18T01:53:29.996Z Compiling tower-layer v0.3.3
15172025-03-18T01:53:30.030Z Compiling zip v2.1.3
15182025-03-18T01:53:30.193Z Compiling bumpalo v3.16.0
15192025-03-18T01:53:30.269Z Compiling tower v0.5.2
15202025-03-18T01:53:30.430Z Compiling zerocopy v0.6.6
15212025-03-18T01:53:30.659Z Compiling zopfli v0.8.1
15222025-03-18T01:53:31.016Z Compiling clap_builder v4.5.31
15232025-03-18T01:53:31.173Z Compiling console v0.15.10
15242025-03-18T01:53:31.979Z Compiling strum_macros v0.25.3
15252025-03-18T01:53:32.216Z Compiling elliptic-curve v0.13.8
15262025-03-18T01:53:32.402Z Compiling hubpack v0.1.2
15272025-03-18T01:53:32.422Z Compiling hickory-resolver v0.24.4
15282025-03-18T01:53:33.215Z Compiling phf v0.11.2
15292025-03-18T01:53:33.313Z Compiling toml_edit v0.19.15
15302025-03-18T01:53:33.423Z Compiling signal-hook-mio v0.2.4
15312025-03-18T01:53:33.585Z Compiling rayon v1.10.0
15322025-03-18T01:53:33.603Z Compiling cookie_store v0.21.1
15332025-03-18T01:53:35.044Z Compiling hyper-tls v0.6.0
15342025-03-18T01:53:35.588Z Compiling tokio-tungstenite v0.24.0
15352025-03-18T01:53:36.122Z Compiling postgres-types v0.2.9
15362025-03-18T01:53:37.854Z Compiling ed25519 v2.2.3
15372025-03-18T01:53:37.969Z Compiling phf_shared v0.10.0
15382025-03-18T01:53:38.354Z Compiling tokio-stream v0.1.17
15392025-03-18T01:53:38.845Z Compiling pkcs1 v0.7.5
15402025-03-18T01:53:38.889Z Compiling serde-big-array v0.5.1
15412025-03-18T01:53:39.133Z Compiling clap_derive v4.5.28
15422025-03-18T01:53:39.263Z Compiling rfc6979 v0.4.0
15432025-03-18T01:53:39.461Z Compiling derive-where v1.2.7
15442025-03-18T01:53:39.659Z Compiling serde_repr v0.1.19
15452025-03-18T01:53:39.774Z Compiling bstr v1.10.0
15462025-03-18T01:53:40.236Z Compiling float-cmp v0.10.0
15472025-03-18T01:53:40.299Z Compiling static_assertions v1.1.0
15482025-03-18T01:53:40.414Z Compiling number_prefix v0.4.0
15492025-03-18T01:53:40.465Z Compiling normalize-line-endings v0.3.0
15502025-03-18T01:53:40.599Z Compiling whoami v1.5.2
15512025-03-18T01:53:40.646Z Compiling new_debug_unreachable v1.0.6
15522025-03-18T01:53:40.743Z Compiling fixedbitset v0.4.2
15532025-03-18T01:53:40.765Z Compiling precomputed-hash v0.1.1
15542025-03-18T01:53:40.894Z Compiling predicates-core v1.0.8
15552025-03-18T01:53:41.134Z Compiling unicode-segmentation v1.12.0
15562025-03-18T01:53:41.174Z Compiling difflib v0.4.0
15572025-03-18T01:53:41.207Z Compiling petgraph v0.6.5
15582025-03-18T01:53:41.311Z Compiling tokio-postgres v0.7.13
15592025-03-18T01:53:42.007Z Compiling similar v2.7.0
15602025-03-18T01:53:42.524Z Compiling predicates v3.1.3
15612025-03-18T01:53:42.605Z Compiling string_cache v0.8.7
15622025-03-18T01:53:43.037Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15632025-03-18T01:53:43.589Z Compiling clap v4.5.31
15642025-03-18T01:53:43.715Z Compiling indicatif v0.17.11
15652025-03-18T01:53:44.001Z Compiling ecdsa v0.16.9
15662025-03-18T01:53:44.030Z Compiling rsa v0.9.6
15672025-03-18T01:53:44.782Z Compiling ed25519-dalek v2.1.1
15682025-03-18T01:53:45.692Z Compiling toml v0.7.8
15692025-03-18T01:53:46.057Z Compiling crossterm v0.28.1
15702025-03-18T01:53:47.832Z Compiling zip v0.6.6
15712025-03-18T01:53:47.954Z Compiling ipnetwork v0.21.1
15722025-03-18T01:53:48.764Z Compiling hex v0.4.3
15732025-03-18T01:53:49.081Z Compiling x509-cert v0.2.5
15742025-03-18T01:53:49.108Z Compiling itertools v0.10.5
15752025-03-18T01:53:49.141Z Compiling peg-runtime v0.8.5
15762025-03-18T01:53:49.221Z Compiling unicode-xid v0.2.6
15772025-03-18T01:53:49.322Z Compiling lalrpop-util v0.19.12
15782025-03-18T01:53:49.418Z Compiling strum_macros v0.26.4
15792025-03-18T01:53:49.421Z Compiling xattr v1.3.1
15802025-03-18T01:53:49.664Z Compiling filetime v0.2.25
15812025-03-18T01:53:49.972Z Compiling tar v0.4.44
15822025-03-18T01:53:53.874Z Compiling strum v0.26.3
15832025-03-18T01:53:56.719Z Compiling aws-lc-sys v0.26.0
15842025-03-18T01:54:26.208Z Compiling rustls-webpki v0.102.8
15852025-03-18T01:54:29.272Z Compiling tokio-rustls v0.25.0
15862025-03-18T01:54:30.906Z Compiling tokio-rustls v0.26.0
15872025-03-18T01:54:31.202Z Compiling hyper-rustls v0.27.3
15882025-03-18T01:54:31.474Z Compiling reqwest v0.12.12
15892025-03-18T01:54:32.813Z Compiling qorb v0.2.1
15902025-03-18T01:54:35.717Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15912025-03-18T01:54:35.983Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15922025-03-18T01:54:40.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
15932025-03-18T01:54:40.503Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15942025-03-18T01:54:40.551ZMar 18 01:54:39.869 INFO Starting download, target: Console
15952025-03-18T01:54:40.551ZMar 18 01:54:39.869 INFO Starting download, target: Clickhouse
15962025-03-18T01:54:40.551ZMar 18 01:54:39.869 INFO Starting download, target: Cockroach
15972025-03-18T01:54:40.551ZMar 18 01:54:39.869 INFO Starting download, target: DendriteOpenapi
15982025-03-18T01:54:40.556ZMar 18 01:54:39.869 INFO Starting download, target: DendriteStub
15992025-03-18T01:54:40.556ZMar 18 01:54:39.869 INFO Starting download, target: MaghemiteMgd
16002025-03-18T01:54:40.556ZMar 18 01:54:39.869 INFO Starting download, target: TransceiverControl
16012025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16022025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16032025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
16042025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16052025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16062025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16072025-03-18T01:54:40.556ZMar 18 01:54:39.870 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16082025-03-18T01:54:40.771ZMar 18 01:54:40.064 INFO Download complete, target: DendriteOpenapi
16092025-03-18T01:54:40.885ZMar 18 01:54:40.130 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16102025-03-18T01:54:41.158ZMar 18 01:54:40.442 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16112025-03-18T01:54:41.243ZMar 18 01:54:40.542 INFO Download complete, target: TransceiverControl
16122025-03-18T01:54:41.413ZMar 18 01:54:40.726 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16132025-03-18T01:54:41.540ZMar 18 01:54:40.853 INFO Download complete, target: Console
16142025-03-18T01:54:41.917ZMar 18 01:54:41.227 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16152025-03-18T01:54:42.405ZMar 18 01:54:41.682 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16162025-03-18T01:54:42.405ZMar 18 01:54:41.682 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16172025-03-18T01:54:42.812ZMar 18 01:54:42.126 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16182025-03-18T01:54:43.934ZMar 18 01:54:43.252 INFO Download complete, target: DendriteStub
16192025-03-18T01:54:44.429ZMar 18 01:54:43.747 INFO Download complete, target: MaghemiteMgd
16202025-03-18T01:54:48.808ZMar 18 01:54:48.126 INFO Checking that binary works, target: Cockroach
16212025-03-18T01:54:48.961ZMar 18 01:54:48.280 INFO Download complete, target: Cockroach
16222025-03-18T01:54:53.343ZMar 18 01:54:52.661 INFO Checking that binary works, target: Clickhouse
16232025-03-18T01:54:53.451ZMar 18 01:54:52.767 INFO Download complete, target: Clickhouse
16242025-03-18T01:54:53.457ZAll prerequisites installed successfully
16252025-03-18T01:54:53.461Z
16262025-03-18T01:54:53.461Zreal 4:46.614176528
16272025-03-18T01:54:53.461Zuser 15:42.691947722
16282025-03-18T01:54:53.461Zsys 2:06.967809465
16292025-03-18T01:54:53.461Ztrap 0.585872711
16302025-03-18T01:54:53.461Ztflt 1.016945495
16312025-03-18T01:54:53.461Zdflt 1.321138273
16322025-03-18T01:54:53.461Zkflt 0.020484492
16332025-03-18T01:54:53.461Zlock 24:30.496871016
16342025-03-18T01:54:53.462Zslp 56:03.164229043
16352025-03-18T01:54:53.462Zlat 1:01.893246915
16362025-03-18T01:54:53.462Zstop 2:26.054941955
16372025-03-18T01:54:53.462Z+ ptime -m cargo xtask download softnpu
16382025-03-18T01:54:54.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
16392025-03-18T01:54:54.037Z Running `target/debug/xtask download softnpu`
16402025-03-18T01:54:54.881Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s
16412025-03-18T01:54:54.937Z Running `target/debug/xtask-downloader softnpu`
16422025-03-18T01:54:54.973ZMar 18 01:54:54.290 INFO Starting download, target: Softnpu
16432025-03-18T01:54:54.976ZMar 18 01:54:54.291 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16442025-03-18T01:54:55.640ZMar 18 01:54:54.957 INFO Download complete, target: Softnpu
16452025-03-18T01:54:55.644Z
16462025-03-18T01:54:55.644Zreal 2.179314774
16472025-03-18T01:54:55.644Zuser 1.299812993
16482025-03-18T01:54:55.644Zsys 0.534158563
16492025-03-18T01:54:55.644Ztrap 0.001204818
16502025-03-18T01:54:55.644Ztflt 0.000054404
16512025-03-18T01:54:55.644Zdflt 0.000131659
16522025-03-18T01:54:55.644Zkflt 0.000004569
16532025-03-18T01:54:55.644Zlock 7.153195931
16542025-03-18T01:54:55.644Zslp 0.560615909
16552025-03-18T01:54:55.644Zlat 0.077094907
16562025-03-18T01:54:55.644Zstop 0.000187073
16572025-03-18T01:54:55.647Z+ export CARGO_INCREMENTAL=0
16582025-03-18T01:54:55.647Z+ CARGO_INCREMENTAL=0
16592025-03-18T01:54:55.647Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16602025-03-18T01:54:56.635Z Compiling proc-macro2 v1.0.94
16612025-03-18T01:54:56.635Z Compiling unicode-ident v1.0.14
16622025-03-18T01:54:56.635Z Compiling libc v0.2.170
16632025-03-18T01:54:56.635Z Compiling serde v1.0.218
16642025-03-18T01:54:56.642Z Compiling autocfg v1.4.0
16652025-03-18T01:54:56.642Z Compiling cfg-if v1.0.0
16662025-03-18T01:54:56.642Z Compiling version_check v0.9.5
16672025-03-18T01:54:56.870Z Compiling memchr v2.7.4
16682025-03-18T01:54:56.887Z Compiling typenum v1.17.0
16692025-03-18T01:54:56.956Z Compiling shlex v1.3.0
16702025-03-18T01:54:57.297Z Compiling value-bag v1.9.0
16712025-03-18T01:54:57.391Z Compiling generic-array v0.14.7
16722025-03-18T01:54:57.701Z Compiling lock_api v0.4.12
16732025-03-18T01:54:57.751Z Compiling log v0.4.22
16742025-03-18T01:54:57.826Z Compiling parking_lot_core v0.9.10
16752025-03-18T01:54:58.085Z Compiling scopeguard v1.2.0
16762025-03-18T01:54:58.153Z Compiling serde_json v1.0.139
16772025-03-18T01:54:58.233Z Compiling libm v0.2.8
16782025-03-18T01:54:58.476Z Compiling quote v1.0.39
16792025-03-18T01:54:58.496Z Compiling rustix v0.38.37
16802025-03-18T01:54:58.601Z Compiling jobserver v0.1.32
16812025-03-18T01:54:58.668Z Compiling num-traits v0.2.19
16822025-03-18T01:54:58.759Z Compiling getrandom v0.2.15
16832025-03-18T01:54:58.971Z Compiling syn v2.0.98
16842025-03-18T01:54:58.999Z Compiling cc v1.2.15
16852025-03-18T01:54:59.055Z Compiling semver v1.0.25
16862025-03-18T01:54:59.115Z Compiling aho-corasick v1.1.3
16872025-03-18T01:54:59.147Z Compiling thiserror v1.0.69
16882025-03-18T01:54:59.288Z Compiling regex-syntax v0.8.5
16892025-03-18T01:54:59.293Z Compiling getrandom v0.3.1
16902025-03-18T01:54:59.656Z Compiling either v1.14.0
16912025-03-18T01:54:59.659Z Compiling once_cell v1.20.3
16922025-03-18T01:54:59.820Z Compiling itoa v1.0.11
16932025-03-18T01:54:59.914Z Compiling slab v0.4.9
16942025-03-18T01:55:00.058Z Compiling rand_core v0.6.4
16952025-03-18T01:55:00.271Z Compiling spin v0.9.8
16962025-03-18T01:55:00.467Z Compiling errno v0.3.9
16972025-03-18T01:55:00.860Z Compiling glob v0.3.2
16982025-03-18T01:55:01.478Z Compiling prettyplease v0.2.30
16992025-03-18T01:55:01.536Z Compiling smallvec v1.14.0
17002025-03-18T01:55:01.582Z Compiling lazy_static v1.5.0
17012025-03-18T01:55:01.704Z Compiling clang-sys v1.8.1
17022025-03-18T01:55:02.018Z Compiling minimal-lexical v0.2.1
17032025-03-18T01:55:02.107Z Compiling libloading v0.8.5
17042025-03-18T01:55:02.151Z Compiling nom v7.1.3
17052025-03-18T01:55:02.249Z Compiling subtle v2.6.1
17062025-03-18T01:55:02.287Z Compiling home v0.5.9
17072025-03-18T01:55:02.305Z Compiling bindgen v0.69.5
17082025-03-18T01:55:02.576Z Compiling itertools v0.12.1
17092025-03-18T01:55:02.703Z Compiling regex-automata v0.4.8
17102025-03-18T01:55:02.796Z Compiling allocator-api2 v0.2.18
17112025-03-18T01:55:03.311Z Compiling foldhash v0.1.3
17122025-03-18T01:55:03.766Z Compiling rustc-hash v1.1.0
17132025-03-18T01:55:09.013Z Compiling equivalent v1.0.1
17142025-03-18T01:55:09.013Z Compiling lazycell v1.3.0
17152025-03-18T01:55:09.013Z Compiling hashbrown v0.15.1
17162025-03-18T01:55:09.358Z Compiling cmake v0.1.51
17172025-03-18T01:55:09.358Z Compiling fs_extra v1.3.0
17182025-03-18T01:55:09.358Z Compiling pkg-config v0.3.31
17192025-03-18T01:55:09.358Z Compiling dunce v1.0.5
17202025-03-18T01:55:09.358Z Compiling cexpr v0.6.0
17212025-03-18T01:55:09.358Z Compiling byteorder v1.5.0
17222025-03-18T01:55:09.446Z Compiling pin-project-lite v0.2.14
17232025-03-18T01:55:09.446Z Compiling synstructure v0.13.1
17242025-03-18T01:55:09.446Z Compiling ryu v1.0.18
17252025-03-18T01:55:09.446Z Compiling ring v0.17.11
17262025-03-18T01:55:09.446Z Compiling schemars v0.8.22
17272025-03-18T01:55:09.446Z Compiling paste v1.0.15
17282025-03-18T01:55:09.446Z Compiling serde_derive_internals v0.29.1
17292025-03-18T01:55:09.446Z Compiling regex v1.11.1
17302025-03-18T01:55:09.446Z Compiling signal-hook-registry v1.4.2
17312025-03-18T01:55:09.446Z Compiling fnv v1.0.7
17322025-03-18T01:55:09.447Z Compiling httparse v1.9.5
17332025-03-18T01:55:09.447Z Compiling aws-lc-rs v1.12.4
17342025-03-18T01:55:09.447Z Compiling const-oid v0.9.6
17352025-03-18T01:55:09.447Z Compiling parking_lot v0.12.3
17362025-03-18T01:55:09.447Z Compiling mio v1.0.2
17372025-03-18T01:55:09.447Z Compiling heck v0.5.0
17382025-03-18T01:55:09.812Z Compiling serde_derive v1.0.218
17392025-03-18T01:55:09.888Z Compiling zeroize_derive v1.4.2
17402025-03-18T01:55:10.387Z Compiling tokio-macros v2.5.0
17412025-03-18T01:55:10.454Z Compiling thiserror-impl v1.0.69
17422025-03-18T01:55:10.522Z Compiling zerocopy-derive v0.7.35
17432025-03-18T01:55:10.750Z Compiling zerofrom-derive v0.1.4
17442025-03-18T01:55:11.188Z Compiling zeroize v1.8.1
17452025-03-18T01:55:11.620Z Compiling yoke-derive v0.7.4
17462025-03-18T01:55:11.636Z Compiling futures-macro v0.3.31
17472025-03-18T01:55:11.728Z Compiling zerovec-derive v0.10.3
17482025-03-18T01:55:12.240Z Compiling displaydoc v0.2.5
17492025-03-18T01:55:13.492Z Compiling crypto-common v0.1.6
17502025-03-18T01:55:13.521Z Compiling icu_provider_macros v1.5.0
17512025-03-18T01:55:13.610Z Compiling tracing-attributes v0.1.27
17522025-03-18T01:55:13.661Z Compiling schemars_derive v0.8.22
17532025-03-18T01:55:13.817Z Compiling block-buffer v0.10.4
17542025-03-18T01:55:13.956Z Compiling socket2 v0.5.8
17552025-03-18T01:55:14.113Z Compiling stable_deref_trait v1.2.0
17562025-03-18T01:55:14.294Z Compiling digest v0.10.7
17572025-03-18T01:55:14.460Z Compiling zerocopy v0.7.35
17582025-03-18T01:55:14.682Z Compiling futures-core v0.3.31
17592025-03-18T01:55:15.052Z Compiling time-core v0.1.2
17602025-03-18T01:55:15.291Z Compiling num-conv v0.1.0
17612025-03-18T01:55:15.590Z Compiling crossbeam-utils v0.8.20
17622025-03-18T01:55:15.706Z Compiling time-macros v0.2.18
17632025-03-18T01:55:16.374Z Compiling der_derive v0.7.3
17642025-03-18T01:55:16.644Z Compiling vcpkg v0.2.15
17652025-03-18T01:55:18.008Z Compiling openssl-sys v0.9.106
17662025-03-18T01:55:18.628Z Compiling zerocopy v0.8.10
17672025-03-18T01:55:18.717Z Compiling futures-sink v0.3.31
17682025-03-18T01:55:18.880Z Compiling cpufeatures v0.2.14
17692025-03-18T01:55:19.113Z Compiling zerocopy-derive v0.8.10
17702025-03-18T01:55:19.287Z Compiling slog v2.7.0
17712025-03-18T01:55:19.666Z Compiling iana-time-zone v0.1.61
17722025-03-18T01:55:19.766Z Compiling syn v1.0.109
17732025-03-18T01:55:19.946Z Compiling futures-channel v0.3.31
17742025-03-18T01:55:20.090Z Compiling zerofrom v0.1.4
17752025-03-18T01:55:20.396Z Compiling pin-utils v0.1.0
17762025-03-18T01:55:20.412Z Compiling futures-task v0.3.31
17772025-03-18T01:55:20.432Z Compiling futures-io v0.3.31
17782025-03-18T01:55:20.479Z Compiling yoke v0.7.4
17792025-03-18T01:55:20.702Z Compiling futures-util v0.3.31
17802025-03-18T01:55:20.867Z Compiling scroll_derive v0.12.0
17812025-03-18T01:55:21.229Z Compiling openssl v0.10.71
17822025-03-18T01:55:21.440Z Compiling ucd-trie v0.1.7
17832025-03-18T01:55:21.465Z Compiling bitflags v2.6.0
17842025-03-18T01:55:21.646Z Compiling bytes v1.10.1
17852025-03-18T01:55:22.315Z Compiling indexmap v2.7.1
17862025-03-18T01:55:23.583Z Compiling tokio v1.43.0
17872025-03-18T01:55:24.229Z Compiling uuid v1.15.1
17882025-03-18T01:55:24.350Z Compiling serde_tokenstream v0.2.2
17892025-03-18T01:55:24.890Z Compiling chrono v0.4.40
17902025-03-18T01:55:25.541Z Compiling which v4.4.2
17912025-03-18T01:55:26.583Z Compiling http v1.2.0
17922025-03-18T01:55:29.358Z Compiling rustc_version v0.4.1
17932025-03-18T01:55:29.422Z Compiling pest v2.7.14
17942025-03-18T01:55:31.206Z Compiling zerovec v0.10.4
17952025-03-18T01:55:32.919Z Compiling hmac v0.12.1
17962025-03-18T01:55:33.161Z Compiling pest_meta v2.7.14
17972025-03-18T01:55:34.248Z Compiling block-padding v0.3.3
17982025-03-18T01:55:34.268Z Compiling openssl-macros v0.1.1
17992025-03-18T01:55:34.491Z Compiling native-tls v0.2.12
18002025-03-18T01:55:34.515Z Compiling rustls v0.23.19
18012025-03-18T01:55:34.844Z Compiling dyn-clone v1.0.19
18022025-03-18T01:55:34.861Z Compiling pest_generator v2.7.14
18032025-03-18T01:55:34.976Z Compiling inout v0.1.3
18042025-03-18T01:55:35.273Z Compiling tinystr v0.7.6
18052025-03-18T01:55:35.672Z Compiling serde_spanned v0.6.8
18062025-03-18T01:55:35.859Z Compiling toml_datetime v0.6.8
18072025-03-18T01:55:35.913Z Compiling ppv-lite86 v0.2.20
18082025-03-18T01:55:36.514Z Compiling tracing-core v0.1.32
18092025-03-18T01:55:36.624Z Compiling litemap v0.7.3
18102025-03-18T01:55:36.714Z Compiling strsim v0.11.1
18112025-03-18T01:55:37.077Z Compiling writeable v0.5.5
18122025-03-18T01:55:37.519Z Compiling icu_locid v1.5.0
18132025-03-18T01:55:37.766Z Compiling aws-lc-sys v0.26.0
18142025-03-18T01:55:38.134Z Compiling tracing v0.1.40
18152025-03-18T01:55:38.644Z Compiling pest_derive v2.7.14
18162025-03-18T01:55:38.962Z Compiling cipher v0.4.4
18172025-03-18T01:55:39.387Z Compiling sha2 v0.10.8
18182025-03-18T01:55:39.761Z Compiling cookie v0.18.1
18192025-03-18T01:55:40.090Z Compiling usdt-impl v0.5.0
18202025-03-18T01:55:40.137Z Compiling base64ct v1.6.0
18212025-03-18T01:55:40.632Z Compiling icu_provider v1.5.0
18222025-03-18T01:55:40.749Z Compiling pem-rfc7468 v0.7.0
18232025-03-18T01:55:41.528Z Compiling scroll v0.12.0
18242025-03-18T01:55:42.077Z Compiling async-trait v0.1.87
18252025-03-18T01:55:44.063Z Compiling rustls-pki-types v1.10.0
18262025-03-18T01:55:44.504Z Compiling anyhow v1.0.97
18272025-03-18T01:55:44.978Z Compiling camino v1.1.9
18282025-03-18T01:55:45.256Z Compiling percent-encoding v2.3.1
18292025-03-18T01:55:45.498Z Compiling icu_locid_transform_data v1.5.0
18302025-03-18T01:55:45.640Z Compiling flagset v0.4.6
18312025-03-18T01:55:45.691Z Compiling plain v0.2.3
18322025-03-18T01:55:45.712Z Compiling icu_locid_transform v1.5.0
18332025-03-18T01:55:45.847Z Compiling goblin v0.8.2
18342025-03-18T01:55:45.865Z Compiling der v0.7.9
18352025-03-18T01:55:49.786Z Compiling icu_collections v1.5.0
18362025-03-18T01:55:50.195Z Compiling tokio-util v0.7.13
18372025-03-18T01:55:51.027Z Compiling untrusted v0.7.1
18382025-03-18T01:55:51.221Z Compiling powerfmt v0.2.0
18392025-03-18T01:55:51.718Z Compiling icu_properties_data v1.5.0
18402025-03-18T01:55:51.940Z Compiling untrusted v0.9.0
18412025-03-18T01:55:52.059Z Compiling pretty-hex v0.4.1
18422025-03-18T01:55:52.138Z Compiling rayon-core v1.12.1
18432025-03-18T01:55:52.283Z Compiling rustls v0.22.4
18442025-03-18T01:55:52.314Z Compiling dof v0.3.0
18452025-03-18T01:55:52.332Z Compiling icu_properties v1.5.1
18462025-03-18T01:55:53.071Z Compiling deranged v0.3.11
18472025-03-18T01:55:53.772Z Compiling spki v0.7.3
18482025-03-18T01:55:54.151Z Compiling dtrace-parser v0.2.0
18492025-03-18T01:55:54.298Z Compiling salsa20 v0.10.2
18502025-03-18T01:55:54.522Z Compiling pbkdf2 v0.12.2
18512025-03-18T01:55:55.017Z Compiling bzip2-sys v0.1.11+1.0.8
18522025-03-18T01:55:55.678Z Compiling thread-id v4.2.2
18532025-03-18T01:55:55.904Z Compiling write16 v1.0.0
18542025-03-18T01:55:55.974Z Compiling num_threads v0.1.7
18552025-03-18T01:55:55.996Z Compiling litrs v0.4.1
18562025-03-18T01:55:56.193Z Compiling icu_normalizer_data v1.5.0
18572025-03-18T01:55:56.445Z Compiling utf8_iter v1.0.4
18582025-03-18T01:55:56.632Z Compiling atomic-waker v1.1.2
18592025-03-18T01:55:56.738Z Compiling utf16_iter v1.0.5
18602025-03-18T01:55:56.738Z Compiling winnow v0.5.40
18612025-03-18T01:55:57.013Z Compiling rustversion v1.0.17
18622025-03-18T01:55:57.261Z Compiling icu_normalizer v1.5.0
18632025-03-18T01:55:57.372Z Compiling time v0.3.36
18642025-03-18T01:55:59.173Z Compiling document-features v0.2.10
18652025-03-18T01:55:59.886Z Compiling toml_edit v0.19.15
18662025-03-18T01:56:02.047Z Compiling scrypt v0.11.0
18672025-03-18T01:56:02.503Z Compiling form_urlencoded v1.2.1
18682025-03-18T01:56:02.553Z Compiling aes v0.8.4
18692025-03-18T01:56:02.727Z Compiling cbc v0.1.2
18702025-03-18T01:56:02.954Z Compiling http-body v1.0.1
18712025-03-18T01:56:03.672Z Compiling multer v3.1.0
18722025-03-18T01:56:03.967Z Compiling try-lock v0.2.5
18732025-03-18T01:56:04.005Z Compiling tinyvec_macros v0.1.1
18742025-03-18T01:56:04.033Z Compiling slog-async v2.8.0
18752025-03-18T01:56:04.115Z Compiling want v0.3.1
18762025-03-18T01:56:04.145Z Compiling tinyvec v1.8.0
18772025-03-18T01:56:05.630Z Compiling pkcs5 v0.7.1
18782025-03-18T01:56:06.223Z Compiling idna_adapter v1.2.0
18792025-03-18T01:56:06.594Z Compiling h2 v0.4.6
18802025-03-18T01:56:06.901Z Compiling rand_chacha v0.3.1
18812025-03-18T01:56:07.719Z Compiling heapless v0.7.17
18822025-03-18T01:56:09.070Z Compiling tower-service v0.3.3
18832025-03-18T01:56:09.220Z Compiling signal-hook v0.3.17
18842025-03-18T01:56:09.241Z Compiling adler2 v2.0.0
18852025-03-18T01:56:09.278Z Compiling httpdate v1.0.3
18862025-03-18T01:56:09.470Z Compiling miniz_oxide v0.8.5
18872025-03-18T01:56:11.812Z Compiling rand v0.8.5
18882025-03-18T01:56:12.894Z Compiling idna v1.0.3
18892025-03-18T01:56:13.643Z Compiling pkcs8 v0.10.2
18902025-03-18T01:56:14.244Z Compiling usdt-attr-macro v0.5.0
18912025-03-18T01:56:14.585Z Compiling usdt-macro v0.5.0
18922025-03-18T01:56:14.880Z Compiling hyper v1.6.0
18932025-03-18T01:56:15.674Z Compiling async-stream-impl v0.3.6
18942025-03-18T01:56:15.901Z Compiling base64 v0.22.1
18952025-03-18T01:56:18.168Z Compiling hyper-util v0.1.10
18962025-03-18T01:56:23.648Z Compiling curve25519-dalek v4.1.3
18972025-03-18T01:56:24.095Z Compiling openapiv3 v2.0.0
18982025-03-18T01:56:24.570Z Compiling enum-as-inner v0.6.1
18992025-03-18T01:56:24.618Z Compiling memoffset v0.9.1
19002025-03-18T01:56:24.961Z Compiling dropshot v0.12.0
19012025-03-18T01:56:25.074Z Compiling match_cfg v0.1.0
19022025-03-18T01:56:25.178Z Compiling portable-atomic v1.9.0
19032025-03-18T01:56:25.510Z Compiling foreign-types-shared v0.1.1
19042025-03-18T01:56:25.643Z Compiling newtype-uuid v1.2.1
19052025-03-18T01:56:25.961Z Compiling num-bigint-dig v0.8.4
19062025-03-18T01:56:26.063Z Compiling smoltcp v0.9.1
19072025-03-18T01:56:26.066Z Compiling foreign-types v0.3.2
19082025-03-18T01:56:26.266Z Compiling hostname v0.3.1
19092025-03-18T01:56:26.640Z Compiling rand_core v0.9.2
19102025-03-18T01:56:27.273Z Compiling url v2.5.3
19112025-03-18T01:56:29.140Z Compiling http-body-util v0.1.2
19122025-03-18T01:56:29.452Z Compiling dirs-sys-next v0.1.2
19132025-03-18T01:56:29.879Z Compiling encoding_rs v0.8.34
19142025-03-18T01:56:30.080Z Compiling mime v0.3.17
19152025-03-18T01:56:31.154Z Compiling cfg_aliases v0.2.1
19162025-03-18T01:56:31.267Z Compiling heck v0.4.1
19172025-03-18T01:56:31.656Z Compiling siphasher v0.3.11
19182025-03-18T01:56:32.047Z Compiling data-encoding v2.6.0
19192025-03-18T01:56:33.182Z Compiling ident_case v1.0.1
19202025-03-18T01:56:33.375Z Compiling gimli v0.31.1
19212025-03-18T01:56:33.390Z Compiling darling_core v0.20.10
19222025-03-18T01:56:38.725Z Compiling addr2line v0.24.2
19232025-03-18T01:56:40.086Z Compiling nix v0.29.0
19242025-03-18T01:56:41.040Z Compiling dirs-next v2.0.0
19252025-03-18T01:56:42.058Z Compiling rand_chacha v0.9.0
19262025-03-18T01:56:43.711Z Compiling unicode-normalization v0.1.24
19272025-03-18T01:56:44.762Z Compiling serde_urlencoded v0.7.1
19282025-03-18T01:56:45.326Z Compiling crossbeam-epoch v0.9.18
19292025-03-18T01:56:46.006Z Compiling rustls-pemfile v2.2.0
19302025-03-18T01:56:46.426Z Compiling hubpack_derive v0.1.1
19312025-03-18T01:56:47.221Z Compiling dropshot_endpoint v0.12.0
19322025-03-18T01:56:47.339Z Compiling sha1 v0.10.6
19332025-03-18T01:56:47.767Z Compiling signature v2.2.0
19342025-03-18T01:56:48.006Z Compiling zerocopy-derive v0.6.6
19352025-03-18T01:56:49.100Z Compiling curve25519-dalek-derive v0.1.1
19362025-03-18T01:56:49.718Z Compiling thread_local v1.1.8
19372025-03-18T01:56:50.116Z Compiling object v0.36.5
19382025-03-18T01:56:50.333Z Compiling fs-err v2.11.0
19392025-03-18T01:56:50.707Z Compiling ahash v0.8.11
19402025-03-18T01:56:50.885Z Compiling crc32fast v1.4.2
19412025-03-18T01:56:51.209Z Compiling winnow v0.7.3
19422025-03-18T01:56:53.425Z Compiling rustls-webpki v0.102.8
19432025-03-18T01:56:54.325Z Compiling unicode-properties v0.1.3
19442025-03-18T01:56:54.619Z Compiling ipnet v2.11.0
19452025-03-18T01:56:55.061Z Compiling zip v2.1.3
19462025-03-18T01:56:55.171Z Compiling unicode-bidi v0.3.17
19472025-03-18T01:56:55.398Z Compiling buf-list v1.0.3
19482025-03-18T01:56:55.953Z Compiling openssl-probe v0.1.5
19492025-03-18T01:56:56.302Z Compiling rustc-demangle v0.1.24
19502025-03-18T01:56:57.127Z Compiling anstyle v1.0.10
19512025-03-18T01:56:57.665Z Compiling utf8parse v0.2.2
19522025-03-18T01:56:57.844Z Compiling anstyle-parse v0.2.5
19532025-03-18T01:56:58.576Z Compiling backtrace v0.3.74
19542025-03-18T01:56:59.123Z Compiling stringprep v0.1.5
19552025-03-18T01:56:59.141Z Compiling toml_edit v0.22.24
19562025-03-18T01:57:00.775Z Compiling crossbeam-deque v0.8.5
19572025-03-18T01:57:04.302Z Compiling rand v0.9.0
19582025-03-18T01:57:05.397Z Compiling term v0.7.0
19592025-03-18T01:57:05.538Z Compiling darling_macro v0.20.10
19602025-03-18T01:57:06.397Z Compiling slog-json v2.6.1
19612025-03-18T01:57:06.899Z Compiling crossbeam-channel v0.5.13
19622025-03-18T01:57:07.855Z Compiling ipnetwork v0.21.1
19632025-03-18T01:57:07.881Z Compiling futures-executor v0.3.31
19642025-03-18T01:57:08.571Z Compiling num-integer v0.1.46
19652025-03-18T01:57:08.591Z Compiling md-5 v0.10.6
19662025-03-18T01:57:08.837Z Compiling hash32 v0.2.1
19672025-03-18T01:57:08.976Z Compiling ff v0.13.0
19682025-03-18T01:57:09.201Z Compiling is-terminal v0.4.13
19692025-03-18T01:57:09.222Z Compiling memmap v0.7.0
19702025-03-18T01:57:09.516Z Compiling fallible-iterator v0.2.0
19712025-03-18T01:57:10.136Z Compiling take_mut v0.2.2
19722025-03-18T01:57:10.208Z Compiling quick-error v1.2.3
19732025-03-18T01:57:10.335Z Compiling psl-types v2.0.11
19742025-03-18T01:57:10.390Z Compiling linked-hash-map v0.5.6
19752025-03-18T01:57:10.563Z Compiling anstyle-query v1.1.1
19762025-03-18T01:57:10.658Z Compiling is_terminal_polyfill v1.70.1
19772025-03-18T01:57:10.729Z Compiling colorchoice v1.0.2
19782025-03-18T01:57:10.748Z Compiling utf-8 v0.7.6
19792025-03-18T01:57:10.796Z Compiling base16ct v0.2.0
19802025-03-18T01:57:10.908Z Compiling anstream v0.6.15
19812025-03-18T01:57:11.040Z Compiling sec1 v0.7.3
19822025-03-18T01:57:11.080Z Compiling tungstenite v0.24.0
19832025-03-18T01:57:11.196Z Compiling lru-cache v0.1.2
19842025-03-18T01:57:11.408Z Compiling publicsuffix v2.3.0
19852025-03-18T01:57:11.462Z Compiling resolv-conf v0.7.0
19862025-03-18T01:57:11.706Z Compiling postgres-protocol v0.6.8
19872025-03-18T01:57:11.762Z Compiling usdt v0.5.0
19882025-03-18T01:57:12.061Z Compiling slog-term v2.9.1
19892025-03-18T01:57:12.182Z Compiling group v0.13.0
19902025-03-18T01:57:12.494Z Compiling num-iter v0.1.45
19912025-03-18T01:57:12.687Z Compiling futures v0.3.31
19922025-03-18T01:57:13.815Z Compiling slog-bunyan v2.5.0
19932025-03-18T01:57:14.297Z Compiling darling v0.20.10
19942025-03-18T01:57:14.425Z Compiling tokio-rustls v0.26.0
19952025-03-18T01:57:14.497Z Compiling tokio-rustls v0.25.0
19962025-03-18T01:57:14.722Z Compiling toml v0.8.20
19972025-03-18T01:57:14.853Z Compiling bzip2 v0.4.4
19982025-03-18T01:57:14.921Z Compiling tokio-native-tls v0.3.1
19992025-03-18T01:57:15.217Z Compiling hickory-proto v0.24.4
20002025-03-18T01:57:15.294Z Compiling flate2 v1.1.0
20012025-03-18T01:57:15.497Z Compiling phf_shared v0.11.2
20022025-03-18T01:57:16.019Z Compiling strum_macros v0.25.3
20032025-03-18T01:57:16.393Z Compiling async-stream v0.3.6
20042025-03-18T01:57:16.413Z Compiling waitgroup v0.1.2
20052025-03-18T01:57:16.674Z Compiling webpki-roots v0.26.6
20062025-03-18T01:57:17.132Z Compiling hkdf v0.12.4
20072025-03-18T01:57:17.143Z Compiling terminal_size v0.4.0
20082025-03-18T01:57:17.350Z Compiling serde_path_to_error v0.1.16
20092025-03-18T01:57:17.369Z Compiling sync_wrapper v1.0.1
20102025-03-18T01:57:17.714Z Compiling crypto-bigint v0.5.5
20112025-03-18T01:57:17.860Z Compiling serde_repr v0.1.19
20122025-03-18T01:57:18.104Z Compiling derive-where v1.2.7
20132025-03-18T01:57:18.135Z Compiling clap_derive v4.5.28
20142025-03-18T01:57:18.841Z Compiling regress v0.10.3
20152025-03-18T01:57:18.895Z Compiling hostname v0.4.0
20162025-03-18T01:57:19.086Z Compiling tower-layer v0.3.3
20172025-03-18T01:57:19.455Z Compiling simd-adler32 v0.3.7
20182025-03-18T01:57:19.660Z Compiling clap_lex v0.7.4
20192025-03-18T01:57:19.926Z Compiling managed v0.8.0
20202025-03-18T01:57:20.056Z Compiling debug-ignore v1.0.5
20212025-03-18T01:57:20.249Z Compiling unicode-width v0.2.0
20222025-03-18T01:57:20.884Z Compiling bitflags v1.3.2
20232025-03-18T01:57:20.940Z Compiling bumpalo v3.16.0
20242025-03-18T01:57:21.015Z Compiling lockfree-object-pool v0.1.6
20252025-03-18T01:57:21.283Z Compiling zopfli v0.8.1
20262025-03-18T01:57:22.150Z Compiling console v0.15.10
20272025-03-18T01:57:22.398Z Compiling elliptic-curve v0.13.8
20282025-03-18T01:57:22.555Z Compiling typify-impl v0.2.0
20292025-03-18T01:57:22.791Z Compiling hickory-resolver v0.24.4
20302025-03-18T01:57:23.069Z Compiling clap_builder v4.5.31
20312025-03-18T01:57:23.244Z Compiling tower v0.5.2
20322025-03-18T01:57:25.697Z Compiling hyper-rustls v0.27.3
20332025-03-18T01:57:27.666Z Compiling phf v0.11.2
20342025-03-18T01:57:27.964Z Compiling hyper-tls v0.6.0
20352025-03-18T01:57:28.736Z Compiling signal-hook-mio v0.2.4
20362025-03-18T01:57:28.774Z Compiling rayon v1.10.0
20372025-03-18T01:57:28.913Z Compiling cookie_store v0.21.1
20382025-03-18T01:57:30.160Z Compiling postgres-types v0.2.9
20392025-03-18T01:57:30.263Z Compiling tokio-tungstenite v0.24.0
20402025-03-18T01:57:30.665Z Compiling zerocopy v0.6.6
20412025-03-18T01:57:30.960Z Compiling ed25519 v2.2.3
20422025-03-18T01:57:31.489Z Compiling hubpack v0.1.2
20432025-03-18T01:57:31.504Z Compiling phf_shared v0.10.0
20442025-03-18T01:57:31.792Z Compiling pkcs1 v0.7.5
20452025-03-18T01:57:32.288Z Compiling tokio-stream v0.1.17
20462025-03-18T01:57:32.632Z Compiling rfc6979 v0.4.0
20472025-03-18T01:57:33.938Z Compiling serde-big-array v0.5.1
20482025-03-18T01:57:33.942Z Compiling float-cmp v0.10.0
20492025-03-18T01:57:33.942Z Compiling bstr v1.10.0
20502025-03-18T01:57:33.942Z Compiling difflib v0.4.0
20512025-03-18T01:57:33.942Z Compiling precomputed-hash v0.1.1
20522025-03-18T01:57:34.214Z Compiling normalize-line-endings v0.3.0
20532025-03-18T01:57:34.359Z Compiling static_assertions v1.1.0
20542025-03-18T01:57:34.475Z Compiling unicode-segmentation v1.12.0
20552025-03-18T01:57:34.494Z Compiling fixedbitset v0.4.2
20562025-03-18T01:57:34.857Z Compiling whoami v1.5.2
20572025-03-18T01:57:35.214Z Compiling predicates-core v1.0.8
20582025-03-18T01:57:35.328Z Compiling number_prefix v0.4.0
20592025-03-18T01:57:35.383Z Compiling new_debug_unreachable v1.0.6
20602025-03-18T01:57:35.535Z Compiling indicatif v0.17.11
20612025-03-18T01:57:35.579Z Compiling string_cache v0.8.7
20622025-03-18T01:57:35.992Z Compiling predicates v3.1.3
20632025-03-18T01:57:36.373Z Compiling tokio-postgres v0.7.13
20642025-03-18T01:57:37.224Z Compiling similar v2.7.0
20652025-03-18T01:57:37.297Z Compiling petgraph v0.6.5
20662025-03-18T01:57:37.458Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20672025-03-18T01:57:38.766Z Compiling qorb v0.2.1
20682025-03-18T01:57:38.995Z Compiling ecdsa v0.16.9
20692025-03-18T01:57:40.175Z Compiling typify-macro v0.2.0
20702025-03-18T01:57:40.780Z Compiling rsa v0.9.6
20712025-03-18T01:57:42.234Z Compiling ed25519-dalek v2.1.1
20722025-03-18T01:57:42.728Z Compiling reqwest v0.12.12
20732025-03-18T01:57:43.973Z Compiling crossterm v0.28.1
20742025-03-18T01:57:44.114Z Compiling clap v4.5.31
20752025-03-18T01:57:44.244Z Compiling zip v0.6.6
20762025-03-18T01:57:45.421Z Compiling toml v0.7.8
20772025-03-18T01:57:45.636Z Compiling x509-cert v0.2.5
20782025-03-18T01:57:46.945Z Compiling hex v0.4.3
20792025-03-18T01:57:47.799Z Compiling itertools v0.10.5
20802025-03-18T01:57:48.384Z Compiling unicode-xid v0.2.6
20812025-03-18T01:57:49.004Z Compiling peg-runtime v0.8.5
20822025-03-18T01:57:49.553Z Compiling lalrpop-util v0.19.12
20832025-03-18T01:57:52.542Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20842025-03-18T01:57:56.835Z Compiling proc-macro-crate v1.3.1
20852025-03-18T01:57:57.575Z Compiling macaddr v1.0.1
20862025-03-18T01:57:57.910Z Compiling itertools v0.13.0
20872025-03-18T01:58:00.267Z Compiling heapless v0.8.0
20882025-03-18T01:58:00.789Z Compiling fastrand v2.1.1
20892025-03-18T01:58:00.792Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20902025-03-18T01:58:01.443Z Compiling tempfile v3.13.0
20912025-03-18T01:58:06.520Z Compiling num_enum_derive v0.5.11
20922025-03-18T01:58:10.994Z Compiling structmeta-derive v0.3.0
20932025-03-18T01:58:12.021Z Compiling hash32 v0.3.1
20942025-03-18T01:58:12.942Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20952025-03-18T01:58:13.317Z Compiling thiserror v2.0.11
20962025-03-18T01:58:14.152Z Compiling smoltcp v0.11.0
20972025-03-18T01:58:18.832Z Compiling structmeta v0.3.0
20982025-03-18T01:58:20.241Z Compiling num_enum v0.5.11
20992025-03-18T01:58:20.294Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21002025-03-18T01:58:20.756Z Compiling typify v0.2.0
21012025-03-18T01:58:20.966Z Compiling oxnet v0.1.1
21022025-03-18T01:58:21.647Z Compiling strum_macros v0.26.4
21032025-03-18T01:58:22.475Z Compiling thiserror-impl v2.0.11
21042025-03-18T01:58:24.740Z Compiling proc-macro-error-attr v1.0.4
21052025-03-18T01:58:25.073Z Compiling unsafe-libyaml v0.2.11
21062025-03-18T01:58:25.092Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21072025-03-18T01:58:25.744Z Compiling cobs v0.2.3
21082025-03-18T01:58:27.744Z Compiling serde_yaml v0.9.34+deprecated
21092025-03-18T01:58:27.923Z Compiling postcard v1.0.10
21102025-03-18T01:58:30.963Z Compiling strum v0.26.3
21112025-03-18T01:58:39.959Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
21122025-03-18T01:58:41.214Z Compiling progenitor-impl v0.8.0
21132025-03-18T01:58:52.760Z Compiling foreign-types-macros v0.2.3
21142025-03-18T01:58:52.798Z Compiling wait-timeout v0.2.0
21152025-03-18T01:58:52.863Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-03-18T01:58:52.883Z Compiling proc-macro-error v1.0.4
21172025-03-18T01:58:53.261Z Compiling unicode-width v0.1.14
21182025-03-18T01:58:53.875Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21192025-03-18T01:58:54.048Z Compiling bit-vec v0.8.0
21202025-03-18T01:58:54.529Z Compiling foreign-types-shared v0.3.1
21212025-03-18T01:58:54.689Z Compiling foreign-types v0.5.0
21222025-03-18T01:58:55.189Z Compiling bit-set v0.8.0
21232025-03-18T01:58:59.105Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21242025-03-18T01:59:00.655Z Compiling tabwriter v1.4.0
21252025-03-18T01:59:01.687Z Compiling rusty-fork v0.3.0
21262025-03-18T01:59:05.199Z Compiling progenitor-macro v0.8.0
21272025-03-18T01:59:08.991Z Compiling parse-display-derive v0.10.0
21282025-03-18T01:59:11.879Z Compiling progenitor-client v0.8.0
21292025-03-18T01:59:13.479Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21302025-03-18T01:59:14.270Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21312025-03-18T01:59:14.990Z Compiling daft-derive v0.1.2
21322025-03-18T01:59:15.123Z Compiling rand_xorshift v0.3.0
21332025-03-18T01:59:15.457Z Compiling cstr-argument v0.1.2
21342025-03-18T01:59:15.477Z Compiling dropshot v0.16.0
21352025-03-18T01:59:15.842Z Compiling unarray v0.1.4
21362025-03-18T01:59:16.052Z Compiling crucible-workspace-hack v0.1.0
21372025-03-18T01:59:16.195Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21382025-03-18T01:59:16.363Z Compiling pretty-hex v0.2.1
21392025-03-18T01:59:16.428Z Compiling daft v0.1.2
21402025-03-18T01:59:16.554Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21412025-03-18T01:59:16.761Z Compiling proptest v1.6.0
21422025-03-18T01:59:16.952Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21432025-03-18T01:59:16.973Z Compiling progenitor v0.8.0
21442025-03-18T01:59:17.205Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21452025-03-18T01:59:17.327Z Compiling parse-display v0.10.0
21462025-03-18T01:59:17.780Z Compiling test-strategy v0.4.0
21472025-03-18T01:59:18.063Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482025-03-18T01:59:18.269Z Compiling colored v2.2.0
21492025-03-18T01:59:19.209Z Compiling serde_with_macros v3.12.0
21502025-03-18T01:59:19.680Z Compiling dropshot_endpoint v0.16.0
21512025-03-18T01:59:19.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21522025-03-18T01:59:20.570Z Compiling instant v0.1.13
21532025-03-18T01:59:20.769Z Compiling winnow v0.6.20
21542025-03-18T01:59:20.812Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21552025-03-18T01:59:21.216Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21562025-03-18T01:59:21.538Z Compiling serde_with v3.12.0
21572025-03-18T01:59:23.861Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
21582025-03-18T01:59:24.102Z Compiling backoff v0.4.0
21592025-03-18T01:59:25.004Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21602025-03-18T01:59:25.030Z Compiling zone_cfg_derive v0.3.0
21612025-03-18T01:59:25.232Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21622025-03-18T01:59:25.869Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21632025-03-18T01:59:26.006Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21642025-03-18T01:59:26.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21652025-03-18T01:59:26.726Z Compiling camino-tempfile v1.1.1
21662025-03-18T01:59:26.876Z Compiling progenitor-client v0.9.1
21672025-03-18T01:59:27.495Z Compiling num-derive v0.4.2
21682025-03-18T01:59:27.811Z Compiling sigpipe v0.1.3
21692025-03-18T01:59:27.954Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21702025-03-18T01:59:28.291Z Compiling libefi-sys v0.1.0
21712025-03-18T01:59:28.690Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21722025-03-18T01:59:29.631Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21732025-03-18T01:59:31.176Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21742025-03-18T01:59:31.845Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21752025-03-18T01:59:32.899Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21762025-03-18T01:59:33.456Z Compiling zone v0.3.0
21772025-03-18T01:59:33.865Z Compiling itertools v0.14.0
21782025-03-18T01:59:35.144Z Compiling smf v0.2.3
21792025-03-18T01:59:36.540Z Compiling bitfield-struct v0.6.2
21802025-03-18T01:59:36.797Z Compiling blake3 v1.5.4
21812025-03-18T01:59:37.369Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21822025-03-18T01:59:37.820Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21832025-03-18T01:59:37.891Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21842025-03-18T01:59:37.973Z Compiling xattr v1.3.1
21852025-03-18T01:59:38.165Z Compiling memmap2 v0.9.5
21862025-03-18T01:59:38.310Z Compiling filetime v0.2.25
21872025-03-18T01:59:38.556Z Compiling same-file v1.0.6
21882025-03-18T01:59:38.663Z Compiling arrayvec v0.7.6
21892025-03-18T01:59:38.746Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21902025-03-18T01:59:38.856Z Compiling constant_time_eq v0.3.1
21912025-03-18T01:59:38.889Z Compiling arrayref v0.3.9
21922025-03-18T01:59:39.004Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21932025-03-18T01:59:39.023Z Compiling walkdir v2.5.0
21942025-03-18T01:59:39.107Z Compiling tar v0.4.44
21952025-03-18T01:59:40.677Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21962025-03-18T01:59:41.106Z Compiling gethostname v0.5.0
21972025-03-18T01:59:41.330Z Compiling cargo-platform v0.1.8
21982025-03-18T01:59:41.486Z Compiling topological-sort v0.2.2
21992025-03-18T01:59:41.707Z Compiling fixedbitset v0.5.7
22002025-03-18T01:59:41.778Z Compiling omicron-zone-package v0.12.0
22012025-03-18T01:59:42.386Z Compiling petgraph v0.7.1
22022025-03-18T01:59:42.853Z Compiling cargo_metadata v0.19.2
22032025-03-18T01:59:43.685Z Compiling indent_write v2.2.0
22042025-03-18T01:59:43.949Z Compiling shell-words v1.1.0
22052025-03-18T01:59:48.157Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22062025-03-18T01:59:50.521Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22072025-03-18T01:59:55.287Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22082025-03-18T02:00:11.261Z Finished `release` profile [optimized] target(s) in 5m 15s
22092025-03-18T02:00:11.433Z Running `target/release/omicron-package -t test target create -p dev`
22102025-03-18T02:00:11.481ZLogging to: /work/oxidecomputer/omicron/out/LOG
22112025-03-18T02:00:11.484ZCreated new build target 'test' and set it as active
22122025-03-18T02:00:11.485Z
22132025-03-18T02:00:11.485Zreal 5:15.813106381
22142025-03-18T02:00:11.485Zuser 36:50.457187137
22152025-03-18T02:00:11.485Zsys 3:27.480432323
22162025-03-18T02:00:11.485Ztrap 1.162151556
22172025-03-18T02:00:11.485Ztflt 1.823003039
22182025-03-18T02:00:11.485Zdflt 0.850378715
22192025-03-18T02:00:11.485Zkflt 0.000161279
22202025-03-18T02:00:11.485Zlock 1:13:03.392096125
22212025-03-18T02:00:11.485Zslp 2:29:04.936922704
22222025-03-18T02:00:11.485Zlat 2:47.996367778
22232025-03-18T02:00:11.485Zstop 4:55.063927178
22242025-03-18T02:00:11.485Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22252025-03-18T02:00:12.485Z Finished `release` profile [optimized] target(s) in 0.94s
22262025-03-18T02:00:12.546Z Running `target/release/omicron-package -t test package`
22272025-03-18T02:00:12.593ZLogging to: /work/oxidecomputer/omicron/out/LOG
22282025-03-18T02:00:13.732Z Compiling ring v0.17.11
22292025-03-18T02:00:13.901Z Compiling thiserror v2.0.11
22302025-03-18T02:00:13.913Z Compiling typify-impl v0.3.0
22312025-03-18T02:00:13.916Z Compiling convert_case v0.4.0
22322025-03-18T02:00:13.916Z Compiling fastrand v2.1.1
22332025-03-18T02:00:13.916Z Compiling newline-converter v0.3.0
22342025-03-18T02:00:13.916Z Compiling password-hash v0.5.0
22352025-03-18T02:00:14.128Z Compiling expectorate v1.1.0
22362025-03-18T02:00:14.381Z Compiling tempfile v3.13.0
22372025-03-18T02:00:14.398Z Compiling blake2 v0.10.6
22382025-03-18T02:00:14.552Z Compiling derive_more v0.99.19
22392025-03-18T02:00:15.016Z Compiling base64 v0.21.7
22402025-03-18T02:00:15.574Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22412025-03-18T02:00:16.049Z Compiling argon2 v0.5.3
22422025-03-18T02:00:16.103Z Compiling atomicwrites v0.4.4
22432025-03-18T02:00:16.319Z Compiling owo-colors v4.2.0
22442025-03-18T02:00:16.662Z Compiling cancel-safe-futures v0.1.5
22452025-03-18T02:00:16.932Z Compiling num-rational v0.4.2
22462025-03-18T02:00:17.042Z Compiling libsw-core v0.3.1
22472025-03-18T02:00:17.302Z Compiling num-complex v0.4.6
22482025-03-18T02:00:18.261Z Compiling num v0.4.3
22492025-03-18T02:00:18.389Z Compiling libsw v3.4.0
22502025-03-18T02:00:19.053Z Compiling swrite v0.1.0
22512025-03-18T02:00:19.072Z Compiling linear-map v1.2.0
22522025-03-18T02:00:19.190Z Compiling rustls v0.23.19
22532025-03-18T02:00:19.222Z Compiling rustls v0.22.4
22542025-03-18T02:00:19.252Z Compiling float-ord v0.3.2
22552025-03-18T02:00:19.438Z Compiling highway v1.3.0
22562025-03-18T02:00:19.464Z Compiling tungstenite v0.21.0
22572025-03-18T02:00:19.999Z Compiling semver v0.1.20
22582025-03-18T02:00:20.556Z Compiling rustc_version v0.1.7
22592025-03-18T02:00:20.899Z Compiling tokio-tungstenite v0.21.0
22602025-03-18T02:00:21.050Z Compiling newtype_derive v0.1.6
22612025-03-18T02:00:21.073Z Compiling wait-timeout v0.2.0
22622025-03-18T02:00:21.373Z Compiling bit-vec v0.8.0
22632025-03-18T02:00:21.473Z Compiling rustls-webpki v0.102.8
22642025-03-18T02:00:21.592Z Compiling rusty-fork v0.3.0
22652025-03-18T02:00:21.816Z Compiling bit-set v0.8.0
22662025-03-18T02:00:22.120Z Compiling oxnet v0.1.1
22672025-03-18T02:00:22.197Z Compiling rand_xorshift v0.3.0
22682025-03-18T02:00:22.763Z Compiling unarray v0.1.4
22692025-03-18T02:00:22.948Z Compiling humantime v2.1.0
22702025-03-18T02:00:23.081Z Compiling proptest v1.6.0
22712025-03-18T02:00:23.796Z Compiling daft v0.1.2
22722025-03-18T02:00:23.975Z Compiling typify-macro v0.3.0
22732025-03-18T02:00:24.339Z Compiling parse-display v0.10.0
22742025-03-18T02:00:24.543Z Compiling dropshot v0.16.0
22752025-03-18T02:00:24.620Z Compiling strum v0.26.3
22762025-03-18T02:00:24.814Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22772025-03-18T02:00:24.840Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22782025-03-18T02:00:25.000Z Compiling instant v0.1.13
22792025-03-18T02:00:25.167Z Compiling backoff v0.4.0
22802025-03-18T02:00:25.546Z Compiling steno v0.4.1
22812025-03-18T02:00:26.841Z Compiling tokio-rustls v0.25.0
22822025-03-18T02:00:27.293Z Compiling dropshot v0.12.0
22832025-03-18T02:00:27.435Z Compiling typify v0.3.0
22842025-03-18T02:00:27.583Z Compiling progenitor-impl v0.9.1
22852025-03-18T02:00:29.925Z Compiling tokio-rustls v0.26.0
22862025-03-18T02:00:30.457Z Compiling hyper-rustls v0.27.3
22872025-03-18T02:00:31.042Z Compiling reqwest v0.12.12
22882025-03-18T02:00:33.252Z Compiling qorb v0.2.1
22892025-03-18T02:00:35.107Z Compiling progenitor-macro v0.9.1
22902025-03-18T02:00:38.304Z Compiling progenitor-client v0.9.1
22912025-03-18T02:00:38.871Z Compiling progenitor-client v0.8.0
22922025-03-18T02:00:39.366Z Compiling progenitor v0.8.0
22932025-03-18T02:00:39.822Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22942025-03-18T02:00:40.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22952025-03-18T02:01:06.117Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22962025-03-18T02:01:09.612Z Compiling progenitor v0.9.1
22972025-03-18T02:01:09.857Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22982025-03-18T02:01:11.350Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22992025-03-18T02:01:11.598Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23002025-03-18T02:01:12.222Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23012025-03-18T02:01:13.010Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23022025-03-18T02:01:13.885Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23032025-03-18T02:01:18.458Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
23042025-03-18T02:01:18.795Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
23052025-03-18T02:01:19.360Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23062025-03-18T02:01:19.836Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23072025-03-18T02:01:20.315Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23082025-03-18T02:01:20.521Z Compiling serde_with v3.12.0
23092025-03-18T02:01:24.239Z Compiling macaddr v1.0.1
23102025-03-18T02:01:24.861Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
23112025-03-18T02:01:25.048Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23122025-03-18T02:01:25.578Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23132025-03-18T02:01:26.924Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23142025-03-18T02:01:27.394Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23152025-03-18T02:01:29.208Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23162025-03-18T02:01:31.551Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23172025-03-18T02:01:34.789Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23182025-03-18T02:01:39.979Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23192025-03-18T02:01:40.077Z Compiling slog-dtrace v0.3.0
23202025-03-18T02:01:40.512Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23212025-03-18T02:01:42.209Z Compiling prettyplease v0.2.30
23222025-03-18T02:01:46.795Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23232025-03-18T02:01:49.813Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23242025-03-18T02:01:50.461Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23252025-03-18T02:01:50.871Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23262025-03-18T02:01:51.515Z Compiling half v2.4.1
23272025-03-18T02:01:52.133Z Compiling ciborium-io v0.2.2
23282025-03-18T02:01:52.213Z Compiling bytecount v0.6.8
23292025-03-18T02:01:52.297Z Compiling ciborium-ll v0.2.2
23302025-03-18T02:01:52.552Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23312025-03-18T02:01:52.816Z Compiling ciborium v0.2.2
23322025-03-18T02:01:54.517Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23332025-03-18T02:01:54.904Z Compiling display-error-chain v0.2.2
23342025-03-18T02:01:54.926Z Compiling const_format_proc_macros v0.2.34
23352025-03-18T02:01:55.151Z Compiling maplit v1.0.2
23362025-03-18T02:01:55.321Z Compiling same-file v1.0.6
23372025-03-18T02:01:55.592Z Compiling keccak v0.1.5
23382025-03-18T02:01:56.756Z Compiling crunchy v0.2.2
23392025-03-18T02:01:56.780Z Compiling const_format v0.2.34
23402025-03-18T02:01:57.241Z Compiling sha3 v0.10.8
23412025-03-18T02:01:57.968Z Compiling walkdir v2.5.0
23422025-03-18T02:01:58.099Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23432025-03-18T02:01:58.187Z Compiling tiny-keccak v2.0.2
23442025-03-18T02:01:58.511Z Compiling radium v0.7.0
23452025-03-18T02:01:58.612Z Compiling blake3 v1.5.4
23462025-03-18T02:01:59.151Z Compiling dsl_auto_type v0.1.2
23472025-03-18T02:01:59.206Z Compiling scheduled-thread-pool v0.2.7
23482025-03-18T02:02:00.379Z Compiling xattr v1.3.1
23492025-03-18T02:02:00.556Z Compiling diesel_table_macro_syntax v0.2.0
23502025-03-18T02:02:00.655Z Compiling filetime v0.2.25
23512025-03-18T02:02:00.922Z Compiling memmap2 v0.9.5
23522025-03-18T02:02:00.965Z Compiling arrayref v0.3.9
23532025-03-18T02:02:01.083Z Compiling bit-vec v0.6.3
23542025-03-18T02:02:01.113Z Compiling arrayvec v0.7.6
23552025-03-18T02:02:01.318Z Compiling maybe-uninit v2.0.0
23562025-03-18T02:02:01.508Z Compiling tap v1.0.1
23572025-03-18T02:02:01.522Z Compiling constant_time_eq v0.3.1
23582025-03-18T02:02:01.722Z Compiling wyz v0.5.1
23592025-03-18T02:02:01.878Z Compiling bit-set v0.5.3
23602025-03-18T02:02:02.156Z Compiling diesel_derives v2.2.3
23612025-03-18T02:02:02.169Z Compiling tar v0.4.44
23622025-03-18T02:02:02.667Z Compiling r2d2 v0.8.10
23632025-03-18T02:02:03.962Z Compiling toolchain_find v0.4.0
23642025-03-18T02:02:03.989Z Compiling camino-tempfile v1.1.1
23652025-03-18T02:02:04.106Z Compiling phf_generator v0.11.2
23662025-03-18T02:02:04.310Z Compiling ascii-canvas v3.0.0
23672025-03-18T02:02:04.368Z Compiling secrecy v0.8.0
23682025-03-18T02:02:04.408Z Compiling async-recursion v1.1.1
23692025-03-18T02:02:04.475Z Compiling ena v0.14.3
23702025-03-18T02:02:04.645Z Compiling crc-catalog v2.4.0
23712025-03-18T02:02:04.729Z Compiling funty v2.0.0
23722025-03-18T02:02:04.826Z Compiling regex-syntax v0.6.29
23732025-03-18T02:02:04.872Z Compiling bindgen v0.71.1
23742025-03-18T02:02:05.347Z Compiling packed_struct v0.10.1
23752025-03-18T02:02:05.722Z Compiling topological-sort v0.2.2
23762025-03-18T02:02:05.787Z Compiling diff v0.1.13
23772025-03-18T02:02:05.969Z Compiling omicron-zone-package v0.12.0
23782025-03-18T02:02:06.281Z Compiling bitvec v1.0.1
23792025-03-18T02:02:06.706Z Compiling crc v3.2.1
23802025-03-18T02:02:07.556Z Compiling phf_codegen v0.11.2
23812025-03-18T02:02:07.790Z Compiling rustfmt-wrapper v0.2.1
23822025-03-18T02:02:08.355Z Compiling lalrpop v0.19.12
23832025-03-18T02:02:08.940Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23842025-03-18T02:02:09.859Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23852025-03-18T02:02:10.001Z Compiling universal-hash v0.5.1
23862025-03-18T02:02:10.100Z Compiling thiserror-impl-no-std v2.0.2
23872025-03-18T02:02:10.253Z Compiling packed_struct_codegen v0.10.1
23882025-03-18T02:02:10.634Z Compiling parse-zoneinfo v0.3.1
23892025-03-18T02:02:10.848Z Compiling indexmap v1.9.3
23902025-03-18T02:02:11.207Z Compiling rustc-hash v2.1.1
23912025-03-18T02:02:11.421Z Compiling ref-cast v1.0.23
23922025-03-18T02:02:11.856Z Compiling opaque-debug v0.3.1
23932025-03-18T02:02:11.977Z Compiling nodrop v0.1.14
23942025-03-18T02:02:11.997Z Compiling poly1305 v0.8.0
23952025-03-18T02:02:12.126Z Compiling array-init v0.0.4
23962025-03-18T02:02:12.389Z Compiling diesel v2.2.8
23972025-03-18T02:02:12.484Z Compiling thiserror-no-std v2.0.2
23982025-03-18T02:02:13.134Z Compiling chrono-tz-build v0.4.0
23992025-03-18T02:02:13.556Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24002025-03-18T02:02:14.096Z Compiling smallvec v0.6.14
24012025-03-18T02:02:14.582Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24022025-03-18T02:02:14.927Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24032025-03-18T02:02:15.267Z Compiling itertools v0.13.0
24042025-03-18T02:02:16.683Z Compiling derive_builder_core v0.20.2
24052025-03-18T02:02:18.595Z Compiling chacha20 v0.9.1
24062025-03-18T02:02:18.777Z Compiling headers-core v0.3.0
24072025-03-18T02:02:18.975Z Compiling aead v0.5.2
24082025-03-18T02:02:19.079Z Compiling libxml v0.3.3
24092025-03-18T02:02:19.302Z Compiling ref-cast-impl v1.0.23
24102025-03-18T02:02:19.458Z Compiling vte_generate_state_changes v0.1.2
24112025-03-18T02:02:20.061Z Compiling hashbrown v0.12.3
24122025-03-18T02:02:20.369Z Compiling arc-swap v1.7.1
24132025-03-18T02:02:21.015Z Compiling bitfield v0.14.0
24142025-03-18T02:02:21.267Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24152025-03-18T02:02:21.312Z Compiling termcolor v1.4.1
24162025-03-18T02:02:21.620Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24172025-03-18T02:02:22.337Z Compiling env_logger v0.10.2
24182025-03-18T02:02:25.021Z Compiling samael v0.0.18
24192025-03-18T02:02:25.360Z Compiling slog-scope v4.4.0
24202025-03-18T02:02:25.612Z Compiling vte v0.11.1
24212025-03-18T02:02:26.239Z Compiling chacha20poly1305 v0.10.1
24222025-03-18T02:02:26.497Z Compiling headers v0.4.0
24232025-03-18T02:02:26.613Z Compiling derive_builder_macro v0.20.2
24242025-03-18T02:02:27.264Z Compiling serde-hex v0.1.0
24252025-03-18T02:02:27.426Z Compiling chrono-tz v0.10.1
24262025-03-18T02:02:28.056Z Compiling vsss-rs v3.3.4
24272025-03-18T02:02:29.793Z Compiling polar-core v0.27.3
24282025-03-18T02:02:29.984Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24292025-03-18T02:02:32.022Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24302025-03-18T02:02:32.095Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24312025-03-18T02:02:32.359Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24322025-03-18T02:02:32.821Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24332025-03-18T02:02:33.163Z Compiling ron v0.8.1
24342025-03-18T02:02:34.567Z Compiling hashbrown v0.13.2
24352025-03-18T02:02:35.927Z Compiling strum_macros v0.24.3
24362025-03-18T02:02:36.811Z Compiling unicase v2.7.0
24372025-03-18T02:02:37.161Z Compiling indoc v1.0.9
24382025-03-18T02:02:37.936Z Compiling crc-any v2.5.0
24392025-03-18T02:02:38.858Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24402025-03-18T02:02:38.863Z Compiling object v0.30.4
24412025-03-18T02:02:38.896Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24422025-03-18T02:02:53.592Z Compiling derive_builder v0.20.2
24432025-03-18T02:02:53.846Z Compiling strip-ansi-escapes v0.2.0
24442025-03-18T02:02:55.546Z Compiling slog-stdlog v4.1.1
24452025-03-18T02:02:57.849Z Compiling papergrid v0.11.0
24462025-03-18T02:02:58.245Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24472025-03-18T02:02:58.600Z Compiling tabled_derive v0.7.0
24482025-03-18T02:02:59.109Z Compiling fd-lock v4.0.2
24492025-03-18T02:02:59.356Z Compiling peg-macros v0.8.5
24502025-03-18T02:03:00.549Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24512025-03-18T02:03:01.499Z Compiling impl-trait-for-tuples v0.2.2
24522025-03-18T02:03:02.461Z Compiling oso-derive v0.27.3
24532025-03-18T02:03:03.394Z Compiling quick-xml v0.37.2
24542025-03-18T02:03:07.174Z Compiling diesel-dtrace v0.4.2
24552025-03-18T02:03:07.578Z Compiling path-slash v0.1.5
24562025-03-18T02:03:07.855Z Compiling nu-ansi-term v0.50.1
24572025-03-18T02:03:09.093Z Compiling reedline v0.38.0
24582025-03-18T02:03:11.447Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24592025-03-18T02:03:11.943Z Compiling oso v0.27.3
24602025-03-18T02:03:23.154Z Compiling peg v0.8.5
24612025-03-18T02:03:23.322Z Compiling tabled v0.15.0
24622025-03-18T02:03:26.711Z Compiling slog-envlogger v2.2.0
24632025-03-18T02:03:29.207Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24642025-03-18T02:03:29.251Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24652025-03-18T02:03:30.651Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24662025-03-18T02:03:30.995Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24672025-03-18T02:03:33.036Z Compiling pem v3.0.5
24682025-03-18T02:03:34.512Z Compiling bb8 v0.8.5
24692025-03-18T02:03:35.117Z Compiling bcs v0.1.6
24702025-03-18T02:03:35.975Z Compiling fxhash v0.2.1
24712025-03-18T02:03:36.232Z Compiling libz-sys v1.1.20
24722025-03-18T02:03:36.927Z Compiling termtree v0.5.1
24732025-03-18T02:03:37.336Z Compiling async-bb8-diesel v0.2.1
24742025-03-18T02:03:38.764Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24752025-03-18T02:03:39.740Z Compiling kstat-rs v0.2.4
24762025-03-18T02:03:41.422Z Compiling proc-macro-error-attr2 v2.0.0
24772025-03-18T02:03:41.543Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24782025-03-18T02:03:42.137Z Compiling proc-macro-error2 v2.0.1
24792025-03-18T02:03:43.027Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24802025-03-18T02:03:43.089Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
24812025-03-18T02:03:43.516Z Compiling nanorand v0.7.0
24822025-03-18T02:03:44.168Z Compiling libgit2-sys v0.17.0+1.8.1
24832025-03-18T02:03:44.932Z Compiling pin-project-internal v1.1.6
24842025-03-18T02:03:47.439Z Compiling parking_lot_core v0.8.6
24852025-03-18T02:03:47.915Z Compiling pin-project v1.1.6
24862025-03-18T02:03:56.668Z Compiling flume v0.11.1
24872025-03-18T02:03:57.420Z Compiling mime_guess v2.0.5
24882025-03-18T02:03:57.785Z Compiling tabled_derive v0.10.0
24892025-03-18T02:03:58.864Z Compiling papergrid v0.14.0
24902025-03-18T02:04:00.058Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24912025-03-18T02:04:00.945Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24922025-03-18T02:04:04.620Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24932025-03-18T02:04:07.504Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24942025-03-18T02:04:08.145Z Compiling snafu-derive v0.8.5
24952025-03-18T02:04:12.988Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24962025-03-18T02:04:12.988Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24972025-03-18T02:04:12.988Z Compiling tabled v0.18.0
24982025-03-18T02:04:12.988Z Compiling snafu v0.8.5
24992025-03-18T02:04:27.003Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
25002025-03-18T02:04:29.137Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
25012025-03-18T02:04:31.447Z Compiling globset v0.4.15
25022025-03-18T02:04:34.993Z Compiling olpc-cjson v0.1.4
25032025-03-18T02:04:35.296Z Compiling vergen v8.3.2
25042025-03-18T02:04:35.650Z Compiling castaway v0.2.3
25052025-03-18T02:04:35.925Z Compiling nibble_vec v0.1.0
25062025-03-18T02:04:36.123Z Compiling cargo-platform v0.1.8
25072025-03-18T02:04:36.595Z Compiling serde_plain v1.0.2
25082025-03-18T02:04:37.134Z Compiling atty v0.2.14
25092025-03-18T02:04:37.316Z Compiling io-lifetimes v1.0.11
25102025-03-18T02:04:37.404Z Compiling http-range v0.1.5
25112025-03-18T02:04:37.905Z Compiling typed-path v0.9.3
25122025-03-18T02:04:42.155Z Compiling salty v0.3.0
25132025-03-18T02:04:42.954Z Compiling endian-type v0.1.2
25142025-03-18T02:04:42.954Z Compiling radix_trie v0.2.1
25152025-03-18T02:04:42.954Z Compiling cargo_metadata v0.18.1
25162025-03-18T02:04:42.954Z Compiling git2 v0.19.0
25172025-03-18T02:04:42.955Z Compiling compact_str v0.8.0
25182025-03-18T02:04:43.035Z Compiling tough v0.19.0
25192025-03-18T02:04:43.035Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25202025-03-18T02:04:44.684Z Compiling parking_lot v0.11.2
25212025-03-18T02:04:47.334Z Compiling unicode-truncate v1.1.0
25222025-03-18T02:04:47.627Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25232025-03-18T02:04:48.012Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25242025-03-18T02:04:48.434Z Compiling lru v0.12.5
25252025-03-18T02:04:48.791Z Compiling rand_seeder v0.3.0
25262025-03-18T02:04:49.202Z Compiling lzma-sys v0.1.20
25272025-03-18T02:04:49.902Z Compiling instability v0.3.2
25282025-03-18T02:04:50.937Z Compiling indoc v2.0.6
25292025-03-18T02:04:51.791Z Compiling parse-size v1.1.0
25302025-03-18T02:04:52.114Z Compiling cassowary v0.3.0
25312025-03-18T02:04:52.393Z Compiling rustix v0.37.28
25322025-03-18T02:04:52.895Z Compiling rustls v0.21.12
25332025-03-18T02:04:53.264Z Compiling ratatui v0.29.0
25342025-03-18T02:04:53.290Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
25352025-03-18T02:04:55.608Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25362025-03-18T02:04:55.625Z Compiling hyper-staticfile v0.10.1
25372025-03-18T02:04:55.851Z Compiling sled v0.34.7
25382025-03-18T02:04:58.505Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25392025-03-18T02:04:58.859Z Compiling hickory-client v0.24.4
25402025-03-18T02:05:02.019Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25412025-03-18T02:05:03.237Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25422025-03-18T02:05:03.522Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25432025-03-18T02:05:08.625Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25442025-03-18T02:05:08.967Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25452025-03-18T02:05:10.513Z Compiling rustls-webpki v0.101.7
25462025-03-18T02:05:12.971Z Compiling sct v0.7.1
25472025-03-18T02:05:13.431Z Compiling hickory-server v0.24.4
25482025-03-18T02:05:13.963Z Compiling primeorder v0.13.6
25492025-03-18T02:05:14.362Z Compiling heck v0.3.3
25502025-03-18T02:05:14.537Z Compiling env_filter v0.1.2
25512025-03-18T02:05:14.693Z Compiling csv-core v0.1.11
25522025-03-18T02:05:15.598Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25532025-03-18T02:05:16.035Z Compiling csv v1.3.1
25542025-03-18T02:05:16.092Z Compiling env_logger v0.11.5
25552025-03-18T02:05:16.384Z Compiling zone_cfg_derive v0.1.2
25562025-03-18T02:05:17.494Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25572025-03-18T02:05:17.706Z Compiling p384 v0.13.0
25582025-03-18T02:05:22.947Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25592025-03-18T02:05:23.830Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25602025-03-18T02:05:24.620Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25612025-03-18T02:05:24.690Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25622025-03-18T02:05:25.018Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25632025-03-18T02:05:25.998Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25642025-03-18T02:05:26.064Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25652025-03-18T02:05:26.349Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25662025-03-18T02:05:26.410Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25672025-03-18T02:05:26.702Z Compiling nix v0.27.1
25682025-03-18T02:05:26.754Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25692025-03-18T02:05:27.461Z Compiling tungstenite v0.23.0
25702025-03-18T02:05:29.377Z Compiling base64 v0.13.1
25712025-03-18T02:05:30.337Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25722025-03-18T02:05:30.565Z Compiling ron v0.7.1
25732025-03-18T02:05:30.961Z Compiling tokio-tungstenite v0.23.1
25742025-03-18T02:05:31.577Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25752025-03-18T02:05:32.368Z Compiling xz2 v0.1.7
25762025-03-18T02:05:33.040Z Compiling terminal_size v0.2.6
25772025-03-18T02:05:33.260Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25782025-03-18T02:05:35.819Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25792025-03-18T02:05:39.695Z Compiling tokio-rustls v0.24.1
25802025-03-18T02:05:40.150Z Compiling zone v0.1.8
25812025-03-18T02:05:41.996Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25822025-03-18T02:05:43.113Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25832025-03-18T02:05:43.494Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25842025-03-18T02:05:44.361Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25852025-03-18T02:05:44.582Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25862025-03-18T02:05:44.807Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25872025-03-18T02:05:45.005Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25882025-03-18T02:05:45.270Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25892025-03-18T02:05:48.067Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25902025-03-18T02:05:48.426Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25912025-03-18T02:05:48.888Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25922025-03-18T02:05:52.266Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25932025-03-18T02:05:53.269Z Compiling rustls-pemfile v1.0.4
25942025-03-18T02:05:54.028Z Compiling signal-hook-tokio v0.3.1
25952025-03-18T02:05:54.263Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25962025-03-18T02:05:54.608Z Compiling twox-hash v2.1.0
25972025-03-18T02:05:55.629Z Compiling yasna v0.5.2
25982025-03-18T02:05:55.819Z Compiling unicode-linebreak v0.1.5
25992025-03-18T02:05:56.430Z Compiling glob v0.3.2
26002025-03-18T02:05:57.514Z Compiling smawk v0.3.2
26012025-03-18T02:05:57.820Z Compiling is_ci v1.2.0
26022025-03-18T02:05:57.842Z Compiling textwrap v0.16.1
26032025-03-18T02:05:58.131Z Compiling supports-color v3.0.2
26042025-03-18T02:05:58.555Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26052025-03-18T02:05:58.580Z Compiling rcgen v0.12.1
26062025-03-18T02:06:01.346Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
26072025-03-18T02:06:03.315Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26082025-03-18T02:06:04.194Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26092025-03-18T02:06:06.031Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26102025-03-18T02:06:09.359Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26112025-03-18T02:06:09.879Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26122025-03-18T02:06:22.922Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26132025-03-18T02:06:23.656Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26142025-03-18T02:06:24.985Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26152025-03-18T02:06:25.224Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26162025-03-18T02:06:27.545Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26172025-03-18T02:06:33.727Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26182025-03-18T02:06:34.287Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26192025-03-18T02:06:34.810Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26202025-03-18T02:06:42.186Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26212025-03-18T02:06:47.626Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26222025-03-18T02:06:47.972Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26232025-03-18T02:06:50.372Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26242025-03-18T02:06:50.604Z Compiling fatfs v0.3.6
26252025-03-18T02:06:52.232Z Compiling subprocess v0.2.9
26262025-03-18T02:06:52.945Z Compiling rtoolbox v0.0.2
26272025-03-18T02:06:53.301Z Compiling assert_matches v1.5.0
26282025-03-18T02:06:53.363Z Compiling rpassword v7.3.1
26292025-03-18T02:06:53.825Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26302025-03-18T02:06:56.441Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26312025-03-18T02:06:56.904Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26322025-03-18T02:07:01.632Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26332025-03-18T02:07:08.429Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26342025-03-18T02:07:28.404Z Compiling tui-tree-widget v0.23.0
26352025-03-18T02:07:28.851Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26362025-03-18T02:07:29.785Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26372025-03-18T02:07:30.137Z Compiling uzers v0.12.1
26382025-03-18T02:07:33.231Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26392025-03-18T02:07:41.771Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26402025-03-18T02:07:42.768Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26412025-03-18T02:07:47.688Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26422025-03-18T02:07:58.213Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26432025-03-18T02:08:02.803Z Compiling multimap v0.10.0
26442025-03-18T02:10:23.491Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26452025-03-18T02:17:39.955Z Finished `release` profile [optimized] target(s) in 17m 27s
26462025-03-18T02:18:46.705Z
26472025-03-18T02:18:46.709Zreal 18:35.125597535
26482025-03-18T02:18:46.709Zuser 2:10:57.406721738
26492025-03-18T02:18:46.709Zsys 3:30.786357595
26502025-03-18T02:18:46.709Ztrap 3.342945741
26512025-03-18T02:18:46.709Ztflt 1.668928528
26522025-03-18T02:18:46.709Zdflt 5.323811013
26532025-03-18T02:18:46.709Zkflt 0.161272577
26542025-03-18T02:18:46.709Zlock 7:52:43.828726768
26552025-03-18T02:18:46.709Zslp 6:54:50.444823493
26562025-03-18T02:18:46.709Zlat 3:35.676877585
26572025-03-18T02:18:46.709Zstop 2:58.195836477
26582025-03-18T02:18:46.709Z+ mapfile -t packages
26592025-03-18T02:18:46.709Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26602025-03-18T02:18:47.800Z Compiling ring v0.17.11
26612025-03-18T02:18:49.724Z Compiling rustls v0.23.19
26622025-03-18T02:18:49.746Z Compiling rustls v0.22.4
26632025-03-18T02:18:51.225Z Compiling rustls-webpki v0.102.8
26642025-03-18T02:18:55.503Z Compiling tokio-rustls v0.25.0
26652025-03-18T02:18:55.880Z Compiling dropshot v0.12.0
26662025-03-18T02:18:56.968Z Compiling tokio-rustls v0.26.0
26672025-03-18T02:18:57.428Z Compiling hyper-rustls v0.27.3
26682025-03-18T02:18:57.998Z Compiling reqwest v0.12.12
26692025-03-18T02:19:00.118Z Compiling qorb v0.2.1
26702025-03-18T02:19:00.795Z Compiling dropshot v0.16.0
26712025-03-18T02:19:06.440Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26722025-03-18T02:19:07.017Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26732025-03-18T02:19:08.901Z Compiling progenitor-client v0.8.0
26742025-03-18T02:19:09.570Z Compiling progenitor v0.8.0
26752025-03-18T02:19:09.849Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26762025-03-18T02:19:09.960Z Compiling progenitor-client v0.9.1
26772025-03-18T02:19:10.958Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26782025-03-18T02:19:14.167Z Compiling omicron-zone-package v0.12.0
26792025-03-18T02:19:19.362Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26802025-03-18T02:19:32.989Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26812025-03-18T02:19:37.215Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26822025-03-18T02:19:39.166Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26832025-03-18T02:19:41.325Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26842025-03-18T02:19:55.806Z Finished `release` profile [optimized] target(s) in 1m 09s
26852025-03-18T02:19:55.979Z Running `target/release/omicron-package -t test list-outputs`
26862025-03-18T02:19:56.029ZLogging to: /work/oxidecomputer/omicron/out/LOG
26872025-03-18T02:19:56.032Z+ ptime -m cargo build --locked --release -p xtask
26882025-03-18T02:19:56.630Z Compiling serde v1.0.218
26892025-03-18T02:19:56.630Z Compiling serde_json v1.0.139
26902025-03-18T02:19:56.634Z Compiling rustix v0.38.37
26912025-03-18T02:19:56.634Z Compiling libc v0.2.170
26922025-03-18T02:19:56.634Z Compiling syn v2.0.98
26932025-03-18T02:19:56.727Z Compiling bitflags v2.6.0
26942025-03-18T02:19:57.069Z Compiling usdt-impl v0.5.0
26952025-03-18T02:19:57.153Z Compiling syn v1.0.109
26962025-03-18T02:19:57.245Z Compiling hashbrown v0.15.1
26972025-03-18T02:19:57.280Z Compiling log v0.4.22
26982025-03-18T02:19:57.518Z Compiling fs-err v2.11.0
26992025-03-18T02:19:57.730Z Compiling once_cell v1.20.3
27002025-03-18T02:19:57.855Z Compiling anyhow v1.0.97
27012025-03-18T02:19:58.085Z Compiling thread-id v4.2.2
27022025-03-18T02:19:58.518Z Compiling indexmap v2.7.1
27032025-03-18T02:19:59.402Z Compiling terminal_size v0.4.0
27042025-03-18T02:19:59.464Z Compiling tempfile v3.13.0
27052025-03-18T02:19:59.649Z Compiling clap_builder v4.5.31
27062025-03-18T02:20:00.369Z Compiling proc-macro-error v1.0.4
27072025-03-18T02:20:01.189Z Compiling tabled_derive v0.7.0
27082025-03-18T02:20:02.199Z Compiling tabled v0.15.0
27092025-03-18T02:20:03.008Z Compiling serde_derive v1.0.218
27102025-03-18T02:20:03.008Z Compiling thiserror-impl v1.0.69
27112025-03-18T02:20:03.008Z Compiling zerocopy-derive v0.7.35
27122025-03-18T02:20:03.012Z Compiling scroll_derive v0.12.0
27132025-03-18T02:20:03.012Z Compiling thiserror-impl v2.0.11
27142025-03-18T02:20:04.368Z Compiling scroll v0.12.0
27152025-03-18T02:20:04.781Z Compiling zerocopy v0.7.35
27162025-03-18T02:20:05.018Z Compiling goblin v0.8.2
27172025-03-18T02:20:05.670Z Compiling thiserror v1.0.69
27182025-03-18T02:20:05.829Z Compiling pest v2.7.14
27192025-03-18T02:20:07.697Z Compiling thiserror v2.0.11
27202025-03-18T02:20:07.881Z Compiling clap_derive v4.5.28
27212025-03-18T02:20:08.774Z Compiling pest_meta v2.7.14
27222025-03-18T02:20:12.195Z Compiling pest_generator v2.7.14
27232025-03-18T02:20:12.283Z Compiling clap v4.5.31
27242025-03-18T02:20:13.901Z Compiling pest_derive v2.7.14
27252025-03-18T02:20:14.732Z Compiling dtrace-parser v0.2.0
27262025-03-18T02:20:16.271Z Compiling serde_spanned v0.6.8
27272025-03-18T02:20:16.551Z Compiling toml_datetime v0.6.8
27282025-03-18T02:20:17.268Z Compiling dof v0.3.0
27292025-03-18T02:20:17.753Z Compiling serde_tokenstream v0.2.2
27302025-03-18T02:20:18.358Z Compiling toml_edit v0.22.24
27312025-03-18T02:20:19.427Z Compiling camino v1.1.9
27322025-03-18T02:20:24.198Z Compiling toml v0.8.20
27332025-03-18T02:20:24.335Z Compiling usdt-attr-macro v0.5.0
27342025-03-18T02:20:25.645Z Compiling usdt-macro v0.5.0
27352025-03-18T02:20:26.736Z Compiling semver v1.0.25
27362025-03-18T02:20:26.809Z Compiling cargo-platform v0.1.8
27372025-03-18T02:20:27.878Z Compiling cargo_metadata v0.19.2
27382025-03-18T02:20:28.166Z Compiling usdt v0.5.0
27392025-03-18T02:20:28.621Z Compiling cargo_toml v0.21.0
27402025-03-18T02:20:29.565Z Compiling camino-tempfile v1.1.1
27412025-03-18T02:20:29.966Z Compiling macaddr v1.0.1
27422025-03-18T02:20:39.588Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27432025-03-18T02:20:45.238Z Finished `release` profile [optimized] target(s) in 49.14s
27442025-03-18T02:20:45.376Z
27452025-03-18T02:20:45.381Zreal 49.311157306
27462025-03-18T02:20:45.381Zuser 5:18.273849205
27472025-03-18T02:20:45.381Zsys 18.833752854
27482025-03-18T02:20:45.381Ztrap 0.148421062
27492025-03-18T02:20:45.381Ztflt 0.167752696
27502025-03-18T02:20:45.381Zdflt 0.462267571
27512025-03-18T02:20:45.381Zkflt 0.000017698
27522025-03-18T02:20:45.381Zlock 10:09.420260450
27532025-03-18T02:20:45.381Zslp 15:48.581899792
27542025-03-18T02:20:45.381Zlat 14.652414526
27552025-03-18T02:20:45.381Zstop 16.438529933
27562025-03-18T02:20:45.381Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27572025-03-18T02:20:45.381Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27582025-03-18T02:20:45.381Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27592025-03-18T02:20:45.381Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27602025-03-18T02:20:45.381Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27612025-03-18T02:20:46.293Z Compiling regress v0.10.3
27622025-03-18T02:20:46.433Z Compiling thiserror-impl v2.0.11
27632025-03-18T02:20:46.433Z Compiling ident_case v1.0.1
27642025-03-18T02:20:46.437Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27652025-03-18T02:20:46.437Z Compiling unsafe-libyaml v0.2.11
27662025-03-18T02:20:46.453Z Compiling progenitor-client v0.9.1
27672025-03-18T02:20:46.457Z Compiling oxnet v0.1.1
27682025-03-18T02:20:46.462Z Compiling tempfile v3.13.0
27692025-03-18T02:20:46.606Z Compiling darling_core v0.20.10
27702025-03-18T02:20:46.953Z Compiling macaddr v1.0.1
27712025-03-18T02:20:47.039Z Compiling progenitor-client v0.8.0
27722025-03-18T02:20:47.190Z Compiling structmeta-derive v0.3.0
27732025-03-18T02:20:47.303Z Compiling instant v0.1.13
27742025-03-18T02:20:47.406Z Compiling daft-derive v0.1.2
27752025-03-18T02:20:47.475Z Compiling wait-timeout v0.2.0
27762025-03-18T02:20:47.504Z Compiling dropshot v0.16.0
27772025-03-18T02:20:47.837Z Compiling serde_yaml v0.9.34+deprecated
27782025-03-18T02:20:48.005Z Compiling bit-vec v0.8.0
27792025-03-18T02:20:48.384Z Compiling rusty-fork v0.3.0
27802025-03-18T02:20:48.484Z Compiling bit-set v0.8.0
27812025-03-18T02:20:48.779Z Compiling dropshot_endpoint v0.16.0
27822025-03-18T02:20:49.012Z Compiling daft v0.1.2
27832025-03-18T02:20:49.046Z Compiling rand_xorshift v0.3.0
27842025-03-18T02:20:49.362Z Compiling unarray v0.1.4
27852025-03-18T02:20:49.499Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27862025-03-18T02:20:49.528Z Compiling thiserror v2.0.11
27872025-03-18T02:20:49.549Z Compiling proptest v1.6.0
27882025-03-18T02:20:49.676Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27892025-03-18T02:20:49.695Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27902025-03-18T02:20:49.792Z Compiling structmeta v0.3.0
27912025-03-18T02:20:50.229Z Compiling typify-impl v0.2.0
27922025-03-18T02:20:50.248Z Compiling parse-display-derive v0.10.0
27932025-03-18T02:20:50.428Z Compiling test-strategy v0.4.0
27942025-03-18T02:20:51.066Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27952025-03-18T02:20:51.273Z Compiling backoff v0.4.0
27962025-03-18T02:20:51.390Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27972025-03-18T02:20:51.648Z Compiling proc-macro-crate v1.3.1
27982025-03-18T02:20:52.148Z Compiling typify-impl v0.3.0
27992025-03-18T02:20:52.524Z Compiling darling_macro v0.20.10
28002025-03-18T02:20:52.570Z Compiling num_enum_derive v0.5.11
28012025-03-18T02:20:53.451Z Compiling darling v0.20.10
28022025-03-18T02:20:53.580Z Compiling serde_with_macros v3.12.0
28032025-03-18T02:20:53.910Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28042025-03-18T02:20:54.166Z Compiling parse-display v0.10.0
28052025-03-18T02:20:54.335Z Compiling itertools v0.13.0
28062025-03-18T02:20:54.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28072025-03-18T02:20:54.858Z Compiling num_enum v0.5.11
28082025-03-18T02:20:55.051Z Compiling crucible-workspace-hack v0.1.0
28092025-03-18T02:20:55.070Z Compiling heapless v0.8.0
28102025-03-18T02:20:55.417Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
28112025-03-18T02:20:56.076Z Compiling proc-macro-error v1.0.4
28122025-03-18T02:20:56.096Z Compiling camino-tempfile v1.1.1
28132025-03-18T02:20:56.116Z Compiling serde_with v3.12.0
28142025-03-18T02:20:56.541Z Compiling hash32 v0.3.1
28152025-03-18T02:20:56.674Z Compiling foreign-types-macros v0.2.3
28162025-03-18T02:20:56.816Z Compiling foreign-types-shared v0.3.1
28172025-03-18T02:20:56.972Z Compiling smoltcp v0.11.0
28182025-03-18T02:20:57.317Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28192025-03-18T02:20:58.009Z Compiling foreign-types v0.5.0
28202025-03-18T02:20:58.454Z Compiling tabwriter v1.4.0
28212025-03-18T02:20:58.883Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28222025-03-18T02:20:58.912Z Compiling cstr-argument v0.1.2
28232025-03-18T02:20:59.179Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28242025-03-18T02:20:59.499Z Compiling pretty-hex v0.2.1
28252025-03-18T02:20:59.727Z Compiling cobs v0.2.3
28262025-03-18T02:20:59.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28272025-03-18T02:20:59.768Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28282025-03-18T02:20:59.939Z Compiling postcard v1.0.10
28292025-03-18T02:21:00.058Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28302025-03-18T02:21:00.639Z Compiling colored v2.2.0
28312025-03-18T02:21:00.679Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28322025-03-18T02:21:01.034Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28332025-03-18T02:21:01.234Z Compiling winnow v0.6.20
28342025-03-18T02:21:01.536Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28352025-03-18T02:21:01.925Z Compiling smf v0.2.3
28362025-03-18T02:21:02.424Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28372025-03-18T02:21:02.786Z Compiling zone_cfg_derive v0.3.0
28382025-03-18T02:21:03.096Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28392025-03-18T02:21:03.516Z Compiling itertools v0.14.0
28402025-03-18T02:21:03.757Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28412025-03-18T02:21:04.203Z Compiling num-derive v0.4.2
28422025-03-18T02:21:04.567Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28432025-03-18T02:21:04.702Z Compiling sigpipe v0.1.3
28442025-03-18T02:21:04.731Z Compiling typify-macro v0.2.0
28452025-03-18T02:21:04.846Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28462025-03-18T02:21:05.234Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28472025-03-18T02:21:06.189Z Compiling zone v0.3.0
28482025-03-18T02:21:06.546Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28492025-03-18T02:21:06.585Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28502025-03-18T02:21:06.784Z Compiling typify-macro v0.3.0
28512025-03-18T02:21:06.987Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28522025-03-18T02:21:07.020Z Compiling universal-hash v0.5.1
28532025-03-18T02:21:07.238Z Compiling opaque-debug v0.3.1
28542025-03-18T02:21:07.360Z Compiling tungstenite v0.21.0
28552025-03-18T02:21:07.414Z Compiling num-rational v0.4.2
28562025-03-18T02:21:07.620Z Compiling password-hash v0.5.0
28572025-03-18T02:21:08.225Z Compiling blake2 v0.10.6
28582025-03-18T02:21:08.425Z Compiling typify v0.2.0
28592025-03-18T02:21:08.580Z Compiling progenitor-impl v0.8.0
28602025-03-18T02:21:08.752Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28612025-03-18T02:21:08.797Z Compiling aead v0.5.2
28622025-03-18T02:21:08.937Z Compiling num-complex v0.4.6
28632025-03-18T02:21:09.208Z Compiling keccak v0.1.5
28642025-03-18T02:21:09.268Z Compiling base64 v0.21.7
28652025-03-18T02:21:09.574Z Compiling convert_case v0.4.0
28662025-03-18T02:21:09.882Z Compiling num v0.4.3
28672025-03-18T02:21:09.930Z Compiling sha3 v0.10.8
28682025-03-18T02:21:10.011Z Compiling argon2 v0.5.3
28692025-03-18T02:21:10.385Z Compiling derive_more v0.99.19
28702025-03-18T02:21:10.411Z Compiling tokio-tungstenite v0.21.0
28712025-03-18T02:21:10.532Z Compiling typify v0.3.0
28722025-03-18T02:21:10.685Z Compiling progenitor-impl v0.9.1
28732025-03-18T02:21:10.740Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28742025-03-18T02:21:11.001Z Compiling poly1305 v0.8.0
28752025-03-18T02:21:11.020Z Compiling chacha20 v0.9.1
28762025-03-18T02:21:11.524Z Compiling float-ord v0.3.2
28772025-03-18T02:21:11.723Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28782025-03-18T02:21:11.991Z Compiling semver v0.1.20
28792025-03-18T02:21:12.161Z Compiling same-file v1.0.6
28802025-03-18T02:21:12.455Z Compiling rustc_version v0.1.7
28812025-03-18T02:21:12.607Z Compiling walkdir v2.5.0
28822025-03-18T02:21:12.742Z Compiling newline-converter v0.3.0
28832025-03-18T02:21:12.796Z Compiling primeorder v0.13.6
28842025-03-18T02:21:12.913Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28852025-03-18T02:21:12.938Z Compiling secrecy v0.8.0
28862025-03-18T02:21:13.194Z Compiling cancel-safe-futures v0.1.5
28872025-03-18T02:21:13.257Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28882025-03-18T02:21:13.310Z Compiling owo-colors v4.2.0
28892025-03-18T02:21:13.531Z Compiling newtype_derive v0.1.6
28902025-03-18T02:21:13.592Z Compiling expectorate v1.1.0
28912025-03-18T02:21:13.776Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28922025-03-18T02:21:13.846Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28932025-03-18T02:21:14.010Z Compiling thiserror-impl-no-std v2.0.2
28942025-03-18T02:21:14.037Z Compiling libsw-core v0.3.1
28952025-03-18T02:21:14.118Z Compiling blake3 v1.5.4
28962025-03-18T02:21:14.335Z Compiling half v2.4.1
28972025-03-18T02:21:14.786Z Compiling unicase v2.7.0
28982025-03-18T02:21:14.806Z Compiling fixedbitset v0.5.7
28992025-03-18T02:21:14.917Z Compiling ciborium-io v0.2.2
29002025-03-18T02:21:15.079Z Compiling arc-swap v1.7.1
29012025-03-18T02:21:15.177Z Compiling progenitor-macro v0.8.0
29022025-03-18T02:21:15.394Z Compiling petgraph v0.7.1
29032025-03-18T02:21:15.494Z Compiling ciborium-ll v0.2.2
29042025-03-18T02:21:15.568Z Compiling slog-scope v4.4.0
29052025-03-18T02:21:15.913Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29062025-03-18T02:21:16.042Z Compiling libsw v3.4.0
29072025-03-18T02:21:16.351Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29082025-03-18T02:21:16.764Z Compiling thiserror-no-std v2.0.2
29092025-03-18T02:21:16.912Z Compiling polyval v0.6.2
29102025-03-18T02:21:17.011Z Compiling atomicwrites v0.4.4
29112025-03-18T02:21:17.338Z Compiling memmap2 v0.9.5
29122025-03-18T02:21:17.360Z Compiling linear-map v1.2.0
29132025-03-18T02:21:17.381Z Compiling constant_time_eq v0.3.1
29142025-03-18T02:21:17.404Z Compiling progenitor-macro v0.9.1
29152025-03-18T02:21:17.584Z Compiling arrayvec v0.7.6
29162025-03-18T02:21:17.699Z Compiling indent_write v2.2.0
29172025-03-18T02:21:17.755Z Compiling parking_lot_core v0.8.6
29182025-03-18T02:21:17.930Z Compiling salty v0.3.0
29192025-03-18T02:21:18.003Z Compiling arrayref v0.3.9
29202025-03-18T02:21:18.131Z Compiling libefi-sys v0.1.0
29212025-03-18T02:21:18.412Z Compiling ghash v0.5.1
29222025-03-18T02:21:18.432Z Compiling vsss-rs v3.3.4
29232025-03-18T02:21:18.610Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29242025-03-18T02:21:18.663Z Compiling slog-stdlog v4.1.1
29252025-03-18T02:21:18.991Z Compiling ciborium v0.2.2
29262025-03-18T02:21:19.439Z Compiling p384 v0.13.0
29272025-03-18T02:21:19.607Z Compiling toolchain_find v0.4.0
29282025-03-18T02:21:20.245Z Compiling chacha20poly1305 v0.10.1
29292025-03-18T02:21:20.309Z Compiling ctr v0.9.2
29302025-03-18T02:21:20.330Z Compiling lzma-sys v0.1.20
29312025-03-18T02:21:20.501Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29322025-03-18T02:21:21.091Z Compiling bitfield-struct v0.6.2
29332025-03-18T02:21:21.108Z Compiling slog-dtrace v0.3.0
29342025-03-18T02:21:21.108Z Compiling highway v1.3.0
29352025-03-18T02:21:21.108Z Compiling topological-sort v0.2.2
29362025-03-18T02:21:21.333Z Compiling omicron-zone-package v0.12.0
29372025-03-18T02:21:21.528Z Compiling aes-gcm v0.10.3
29382025-03-18T02:21:21.748Z Compiling rustfmt-wrapper v0.2.1
29392025-03-18T02:21:21.868Z Compiling mime_guess v2.0.5
29402025-03-18T02:21:22.032Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29412025-03-18T02:21:22.255Z Compiling slog-envlogger v2.2.0
29422025-03-18T02:21:22.325Z Compiling steno v0.4.1
29432025-03-18T02:21:23.041Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29442025-03-18T02:21:23.086Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29452025-03-18T02:21:23.400Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29462025-03-18T02:21:23.539Z Compiling heck v0.3.3
29472025-03-18T02:21:23.659Z Compiling ssh-encoding v0.2.0
29482025-03-18T02:21:23.684Z Compiling blowfish v0.9.1
29492025-03-18T02:21:23.913Z Compiling nibble_vec v0.1.0
29502025-03-18T02:21:24.138Z Compiling env_filter v0.1.2
29512025-03-18T02:21:24.156Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29522025-03-18T02:21:24.174Z Compiling endian-type v0.1.2
29532025-03-18T02:21:24.290Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29542025-03-18T02:21:24.428Z Compiling humantime v2.1.0
29552025-03-18T02:21:24.512Z Compiling env_logger v0.11.5
29562025-03-18T02:21:24.676Z Compiling radix_trie v0.2.1
29572025-03-18T02:21:24.739Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29582025-03-18T02:21:24.917Z Compiling ssh-cipher v0.2.0
29592025-03-18T02:21:25.160Z Compiling zone_cfg_derive v0.1.2
29602025-03-18T02:21:25.354Z Compiling bcrypt-pbkdf v0.10.0
29612025-03-18T02:21:25.991Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29622025-03-18T02:21:26.126Z Compiling parking_lot v0.11.2
29632025-03-18T02:21:26.366Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29642025-03-18T02:21:26.758Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29652025-03-18T02:21:26.798Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29662025-03-18T02:21:26.930Z Compiling password-hash v0.4.2
29672025-03-18T02:21:26.962Z Compiling gethostname v0.5.0
29682025-03-18T02:21:27.119Z Compiling progenitor v0.8.0
29692025-03-18T02:21:27.167Z Compiling fxhash v0.2.1
29702025-03-18T02:21:27.186Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29712025-03-18T02:21:27.273Z Compiling base64 v0.13.1
29722025-03-18T02:21:27.340Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29732025-03-18T02:21:27.360Z Compiling http-range v0.1.5
29742025-03-18T02:21:27.391Z Compiling pbkdf2 v0.11.0
29752025-03-18T02:21:27.532Z Compiling sled v0.34.7
29762025-03-18T02:21:27.684Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29772025-03-18T02:21:27.735Z Compiling ron v0.7.1
29782025-03-18T02:21:27.764Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29792025-03-18T02:21:27.825Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29802025-03-18T02:21:28.499Z Compiling xz2 v0.1.7
29812025-03-18T02:21:28.502Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29822025-03-18T02:21:28.928Z Compiling zone v0.1.8
29832025-03-18T02:21:29.371Z Compiling progenitor v0.9.1
29842025-03-18T02:21:29.618Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29852025-03-18T02:21:29.642Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29862025-03-18T02:21:29.766Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29872025-03-18T02:21:30.092Z Compiling ssh-key v0.6.6
29882025-03-18T02:21:30.370Z Compiling hickory-client v0.24.4
29892025-03-18T02:21:32.142Z Compiling p256 v0.13.2
29902025-03-18T02:21:32.919Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29912025-03-18T02:21:34.249Z Compiling p521 v0.13.3
29922025-03-18T02:21:34.457Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29932025-03-18T02:21:34.614Z Compiling hickory-server v0.24.4
29942025-03-18T02:21:35.144Z Compiling pem v3.0.5
29952025-03-18T02:21:35.457Z Compiling yasna v0.5.2
29962025-03-18T02:21:35.849Z Compiling headers-core v0.3.0
29972025-03-18T02:21:35.986Z Compiling kstat-rs v0.2.4
29982025-03-18T02:21:36.037Z Compiling nanorand v0.7.0
29992025-03-18T02:21:36.569Z Compiling russh-cryptovec v0.7.3
30002025-03-18T02:21:36.587Z Compiling atty v0.2.14
30012025-03-18T02:21:36.590Z Compiling md5 v0.7.0
30022025-03-18T02:21:36.766Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
30032025-03-18T02:21:36.887Z Compiling russh-keys v0.45.0
30042025-03-18T02:21:36.945Z Compiling flume v0.11.1
30052025-03-18T02:21:36.971Z Compiling rcgen v0.12.1
30062025-03-18T02:21:37.113Z Compiling headers v0.4.0
30072025-03-18T02:21:37.583Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30082025-03-18T02:21:38.880Z Compiling hyper-staticfile v0.10.1
30092025-03-18T02:21:38.966Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30102025-03-18T02:21:39.918Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30112025-03-18T02:21:40.450Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30122025-03-18T02:21:40.660Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032)
30132025-03-18T02:21:40.754Z Compiling num-bigint v0.4.6
30142025-03-18T02:21:40.846Z Compiling des v0.8.1
30152025-03-18T02:21:41.010Z Compiling subprocess v0.2.9
30162025-03-18T02:21:41.032Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30172025-03-18T02:21:41.177Z Compiling display-error-chain v0.2.2
30182025-03-18T02:21:41.412Z Compiling hex-literal v0.4.1
30192025-03-18T02:21:41.568Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30202025-03-18T02:21:41.896Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30212025-03-18T02:21:42.654Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30222025-03-18T02:21:43.098Z Compiling internet-checksum v0.2.1
30232025-03-18T02:21:43.640Z Compiling russh v0.45.0
30242025-03-18T02:21:45.582Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30252025-03-18T02:21:49.567Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30262025-03-18T02:21:50.525Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30272025-03-18T02:21:50.662Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30282025-03-18T02:21:50.939Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30292025-03-18T02:21:52.404Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30302025-03-18T02:21:52.668Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30312025-03-18T02:21:53.054Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30322025-03-18T02:21:53.247Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30332025-03-18T02:21:54.300Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30342025-03-18T02:21:54.356Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30352025-03-18T02:21:54.405Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30362025-03-18T02:21:55.772Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30372025-03-18T02:21:56.262Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30382025-03-18T02:21:57.291Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30392025-03-18T02:21:57.704Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30402025-03-18T02:21:58.532Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30412025-03-18T02:21:59.316Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30422025-03-18T02:21:59.724Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30432025-03-18T02:21:59.760Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30442025-03-18T02:22:00.575Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30452025-03-18T02:22:02.026Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30462025-03-18T02:22:04.570Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30472025-03-18T02:22:05.245Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30482025-03-18T02:22:06.182Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30492025-03-18T02:22:06.200Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30502025-03-18T02:22:06.377Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30512025-03-18T02:22:07.948Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30522025-03-18T02:22:14.083Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30532025-03-18T02:22:21.906Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30542025-03-18T02:22:23.561Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30552025-03-18T02:22:44.965Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30562025-03-18T02:23:08.062Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
30572025-03-18T02:23:08.282Z
30582025-03-18T02:23:08.282Zreal 2:22.854084359
30592025-03-18T02:23:08.282Zuser 12:02.298105356
30602025-03-18T02:23:08.282Zsys 1:32.964600327
30612025-03-18T02:23:08.282Ztrap 0.369177551
30622025-03-18T02:23:08.282Ztflt 0.211648858
30632025-03-18T02:23:08.282Zdflt 1.002539237
30642025-03-18T02:23:08.282Zkflt 0.000357047
30652025-03-18T02:23:08.282Zlock 22:37.903871024
30662025-03-18T02:23:08.282Zslp 42:21.798013793
30672025-03-18T02:23:08.282Zlat 40.340031599
30682025-03-18T02:23:08.282Zstop 1:35.928775430
30692025-03-18T02:23:08.285Z+ mkdir tests
30702025-03-18T02:23:08.288Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30712025-03-18T02:23:08.288Z+ xargs -I '{}' -t cp '{}' tests/
30722025-03-18T02:23:08.325Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-37a05efc2737bff5 tests/
30732025-03-18T02:23:08.351Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-92517693106a010e tests/
30742025-03-18T02:23:08.375Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-229dc5f569d7139b tests/
30752025-03-18T02:23:08.400Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e2a2737784d2f529 tests/
30762025-03-18T02:23:08.668Z+ 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/*)
30772025-03-18T02:23:08.671Z+ 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-92517693106a010e tests/commtest-229dc5f569d7139b tests/dhcp_server-37a05efc2737bff5 tests/end_to_end_tests-e2a2737784d2f529 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
30782025-03-18T02:24:25.100ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30792025-03-18T02:24:25.100Za .github/buildomat/ci-env.sh 1K
30802025-03-18T02:24:25.100Za out/target/test 1K
30812025-03-18T02:24:25.100Za out/npuzone/npuzone 23144K
30822025-03-18T02:24:25.100Za package-manifest.toml 33K
30832025-03-18T02:24:25.100Za smf/sled-agent/non-gimlet/config.toml 4K
30842025-03-18T02:24:25.100Za target/release/omicron-package 38846K
30852025-03-18T02:24:25.100Za target/release/xtask 10810K
30862025-03-18T02:24:25.100Za target/debug/bootstrap 214944K
30872025-03-18T02:24:25.100Za tests/bootstrap-92517693106a010e 24084K
30882025-03-18T02:24:25.100Za tests/commtest-229dc5f569d7139b 24339K
30892025-03-18T02:24:25.100Za tests/dhcp_server-37a05efc2737bff5 24084K
30902025-03-18T02:24:25.100Za tests/end_to_end_tests-e2a2737784d2f529 274595K
30912025-03-18T02:24:25.100Za out/clickhouse.tar.gz 304619K
30922025-03-18T02:24:25.100Za out/clickhouse_keeper.tar.gz 290470K
30932025-03-18T02:24:25.100Za out/clickhouse_server.tar.gz 304609K
30942025-03-18T02:24:25.100Za out/cockroachdb.tar.gz 143835K
30952025-03-18T02:24:25.100Za out/crucible-dtrace.tar 98K
30962025-03-18T02:24:25.100Za out/crucible-pantry-zone.tar.gz 32474K
30972025-03-18T02:24:25.100Za out/crucible-zone.tar.gz 40858K
30982025-03-18T02:24:25.100Za out/external-dns.tar.gz 44314K
30992025-03-18T02:24:25.100Za out/internal-dns.tar.gz 44314K
31002025-03-18T02:24:25.100Za out/mg-ddm-gz.tar 65544K
31012025-03-18T02:24:25.100Za out/nexus.tar.gz 111014K
31022025-03-18T02:24:25.100Za out/ntp.tar.gz 14426K
31032025-03-18T02:24:25.100Za out/omicron-gateway-softnpu.tar.gz 25049K
31042025-03-18T02:24:25.100Za out/omicron-sled-agent.tar 126326K
31052025-03-18T02:24:25.101Za out/overlay.tar.gz 3K
31062025-03-18T02:24:25.101Za out/oximeter.tar.gz 54505K
31072025-03-18T02:24:25.101Za out/oxlog.tar 3144K
31082025-03-18T02:24:25.101Za out/probe.tar.gz 2764K
31092025-03-18T02:24:25.101Za out/propolis-server.tar.gz 67599K
31102025-03-18T02:24:25.101Za out/pumpkind-gz.tar 26665K
31112025-03-18T02:24:25.101Za out/switch-softnpu.tar.gz 261937K
31122025-03-18T02:24:25.104Z
31132025-03-18T02:24:25.104Zreal 1:16.424644674
31142025-03-18T02:24:25.104Zuser 1:13.093388581
31152025-03-18T02:24:25.104Zsys 4.610079005
31162025-03-18T02:24:25.104Ztrap 0.017788878
31172025-03-18T02:24:25.104Ztflt 0.000000000
31182025-03-18T02:24:25.104Zdflt 0.000000000
31192025-03-18T02:24:25.104Zkflt 0.000000000
31202025-03-18T02:24:25.104Zlock 0.000000000
31212025-03-18T02:24:25.104Zslp 1:13.020214485
31222025-03-18T02:24:25.104Zlat 2.103366112
31232025-03-18T02:24:25.104Zstop 0.000264093
31242025-03-18T02:24:25.104Zprocess exited: duration 2058270 ms, exit code 0
 
31252025-03-18T02:24:25.119Zfound 1 output files
31262025-03-18T02:24:25.119Zuploading: /work/package.tar.gz (2020574048 bytes)
31272025-03-18T02:25:04.425Zuploaded: /work/package.tar.gz