01JPTNRSG27ZE38CWCNW8QH1AP: 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: 01JPTNS6VDS8ZNVTMHA4Z4BZVV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-20T21:02:17.376Zjob assigned to worker 01JPTNS8DH73KHMFAK2VVZQBCF [factory gimlet-EVT22200007-propolis, EVT22200007/22503] (queued for 37 s)
 
22025-03-20T21:02:25.484Zstarting task 0: "setup"
32025-03-20T21:02:25.522Z++ uname -s
42025-03-20T21:02:25.523Z+ kern=SunOS
52025-03-20T21:02:25.523Z+ build_user=build
62025-03-20T21:02:25.523Z+ build_uid=12345
72025-03-20T21:02:25.523Z+ work_dir=/work
82025-03-20T21:02:25.523Z+ input_dir=/input
92025-03-20T21:02:25.523Z+ [[ 0 == 12345 ]]
102025-03-20T21:02:25.523Z+ case "$kern" in
112025-03-20T21:02:25.523Z+ groupadd -g 12345 build
122025-03-20T21:02:25.523Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-20T21:02:27.503Z+ zfs create -o mountpoint=/work rpool/work
142025-03-20T21:02:27.541Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-20T21:02:27.566Z+ home_fs=zfs
162025-03-20T21:02:27.566Z+ [[ zfs == autofs ]]
172025-03-20T21:02:27.566Z+ mkdir -p /home/build
182025-03-20T21:02:27.566Z+ chown build:build /home/build /work
192025-03-20T21:02:29.551Z+ chmod 0700 /home/build /work
202025-03-20T21:02:29.575Zprocess exited: duration 4079 ms, exit code 0
 
212025-03-20T21:02:29.625Zstarting task 1: "rust-toolchain"
222025-03-20T21:02:29.650Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-20T21:02:29.650Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-20T21:02:29.650Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-03-20T21:02:29.650Z * rust toolchain channel = "1.85.0"
262025-03-20T21:02:29.650Z * rust toolchain profile = "default"
272025-03-20T21:02:29.650Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-20T21:02:29.650Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-20T21:02:29.650Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-20T21:02:29.784Zinfo: downloading installer
312025-03-20T21:02:30.188Zwarn: It looks like you have an existing installation of Rust at:
322025-03-20T21:02:30.188Zwarn: /opt/ooce/bin
332025-03-20T21:02:30.188Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-20T21:02:30.188Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-20T21:02:30.188Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-20T21:02:30.188Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-20T21:02:30.188Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-20T21:02:30.188Zerror: cannot install while Rust is installed
392025-03-20T21:02:30.188Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-20T21:02:30.213Zinfo: profile set to 'default'
412025-03-20T21:02:30.213Zinfo: default host triple is x86_64-unknown-illumos
422025-03-20T21:02:30.213Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-20T21:02:30.307Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-20T21:02:30.308Zinfo: downloading component 'cargo'
452025-03-20T21:02:30.442Zinfo: downloading component 'clippy'
462025-03-20T21:02:30.516Zinfo: downloading component 'rust-docs'
472025-03-20T21:02:30.718Zinfo: downloading component 'rust-std'
482025-03-20T21:02:31.028Zinfo: downloading component 'rustc'
492025-03-20T21:02:32.062Zinfo: downloading component 'rustfmt'
502025-03-20T21:02:32.122Zinfo: installing component 'cargo'
512025-03-20T21:02:33.245Zinfo: installing component 'clippy'
522025-03-20T21:02:33.704Zinfo: installing component 'rust-docs'
532025-03-20T21:02:36.745Zinfo: installing component 'rust-std'
542025-03-20T21:02:38.910Zinfo: installing component 'rustc'
552025-03-20T21:02:46.051Zinfo: installing component 'rustfmt'
562025-03-20T21:02:46.429Z
572025-03-20T21:02:46.429Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
582025-03-20T21:02:46.572Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-20T21:02:46.572Z
602025-03-20T21:02:46.597Z
612025-03-20T21:02:46.597ZRust is installed now. Great!
622025-03-20T21:02:46.597Z
632025-03-20T21:02:46.597ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-20T21:02:46.597Zenvironment variable. This has not been done automatically.
652025-03-20T21:02:46.597Z
662025-03-20T21:02:46.597ZTo configure your current shell, you need to source
672025-03-20T21:02:46.597Zthe corresponding env file under $HOME/.cargo.
682025-03-20T21:02:46.597Z
692025-03-20T21:02:46.597ZThis is usually done by running one of the following (note the leading DOT):
702025-03-20T21:02:46.597Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-20T21:02:46.597Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-20T21:02:46.597Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-20T21:02:46.668Z+ rustup --version
742025-03-20T21:02:46.692Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-20T21:02:46.692Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-20T21:02:46.720Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-20T21:02:46.744Z+ cargo --version
782025-03-20T21:02:46.769Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-20T21:02:46.769Z+ rustc --version
802025-03-20T21:02:46.793Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-20T21:02:46.818Zprocess exited: duration 17174 ms, exit code 0
 
822025-03-20T21:02:46.867Zstarting task 2: "authentication"
832025-03-20T21:02:46.923Zprocess exited: duration 56 ms, exit code 0
 
842025-03-20T21:02:46.973Zstarting task 3: "clone repository"
852025-03-20T21:02:46.997Z+ mkdir -p /work/oxidecomputer/omicron
862025-03-20T21:02:46.997Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-03-20T21:02:47.023ZCloning into '/work/oxidecomputer/omicron'...
882025-03-20T21:03:02.659Z+ cd /work/oxidecomputer/omicron
892025-03-20T21:03:02.659Z+ git fetch origin 07898f7afece8cf828a37702dd6d30533ec488d6
902025-03-20T21:03:03.408ZFrom https://github.com/oxidecomputer/omicron
912025-03-20T21:03:03.408Z * branch 07898f7afece8cf828a37702dd6d30533ec488d6 -> FETCH_HEAD
922025-03-20T21:03:03.433Z+ [[ -n sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions ]]
932025-03-20T21:03:03.433Z++ git branch --show-current
942025-03-20T21:03:03.433Z+ current=main
952025-03-20T21:03:03.433Z+ [[ main != sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions ]]
962025-03-20T21:03:03.433Z+ git branch -f sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions 07898f7afece8cf828a37702dd6d30533ec488d6
972025-03-20T21:03:03.458Z+ git checkout -f sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions
982025-03-20T21:03:03.657ZSwitched to branch 'sunshowers/spr/use-tufaceous-artifactversion-for-artifact-versions'
992025-03-20T21:03:03.681Z+ git reset --hard 07898f7afece8cf828a37702dd6d30533ec488d6
1002025-03-20T21:03:03.706ZHEAD is now at 07898f7af rebase
1012025-03-20T21:03:03.706Zprocess exited: duration 16716 ms, exit code 0
 
1022025-03-20T21:03:03.756Zstarting task 4: "build"
1032025-03-20T21:03:03.781Z+ source .github/buildomat/ci-env.sh
1042025-03-20T21:03:03.781Z++ export CARGO_TERM_COLOR=always
1052025-03-20T21:03:03.781Z++ CARGO_TERM_COLOR=always
1062025-03-20T21:03:03.781Z+ cargo --version
1072025-03-20T21:03:03.838Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1082025-03-20T21:03:03.863Z+ rustc --version
1092025-03-20T21:03:03.930Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1102025-03-20T21:03:03.954Z+ WORK=/work
1112025-03-20T21:03:03.954Z+ pfexec mkdir -p /work
1122025-03-20T21:03:03.954Z+ pfexec chown build /work
1132025-03-20T21:03:03.954Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-03-20T21:03:05.289Zpkg list: illegal option -- F
1152025-03-20T21:03:05.289ZUsage:
1162025-03-20T21:03:05.289Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1172025-03-20T21:03:05.289Z [pkg_fmri_pattern ...]
1182025-03-20T21:03:06.356Zpkg list: illegal option -- F
1192025-03-20T21:03:06.356ZUsage:
1202025-03-20T21:03:06.356Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1212025-03-20T21:03:06.356Z [pkg_fmri_pattern ...]
1222025-03-20T21:03:16.432Z Startup: Refreshing catalog 'helios-dev' ... Done
1232025-03-20T21:03:21.786Z Startup: Caching catalogs ... Done
1242025-03-20T21:03:40.109ZPlanning: Solver setup ... Done (16.729s)
1252025-03-20T21:03:40.136ZPlanning: Running solver ... Done (0.189s)
1262025-03-20T21:03:40.256ZPlanning: Finding local manifests ... Done (0.003s)
1272025-03-20T21:03:40.343ZPlanning: Fetching manifests: 0/7 0% complete
1282025-03-20T21:03:42.067ZPlanning: Fetching manifests: 7/7 100% complete
1292025-03-20T21:03:42.195ZPlanning: Package planning ... Done (0.128s)
1302025-03-20T21:03:42.263ZPlanning: Merging actions ... Done (0.067s)
1312025-03-20T21:03:42.482ZPlanning: Checking for conflicting actions ... Done (0.219s)
1322025-03-20T21:03:43.520ZPlanning: Consolidating action changes ... Done (1.037s)
1332025-03-20T21:03:43.918ZPlanning: Evaluating mediators ... Done (0.398s)
1342025-03-20T21:03:44.015ZPlanning: Planning completed in 22.14 seconds
1352025-03-20T21:03:44.039Z Packages to install: 4
1362025-03-20T21:03:44.039Z Packages to update: 3
1372025-03-20T21:03:44.039Z Mediators to change: 2
1382025-03-20T21:03:44.039Z Services to change: 1
1392025-03-20T21:03:44.040Z Estimated space available: 155.12 GB
1402025-03-20T21:03:44.040ZEstimated space to be consumed: 1.67 GB
1412025-03-20T21:03:44.040Z Create boot environment: No
1422025-03-20T21:03:44.040ZCreate backup boot environment: Yes
1432025-03-20T21:03:44.040Z Rebuild boot archive: No
1442025-03-20T21:03:44.040Z
1452025-03-20T21:03:44.040ZChanged mediators:
1462025-03-20T21:03:44.040Z mediator clang:
1472025-03-20T21:03:44.040Z version: None -> 15 (system default)
1482025-03-20T21:03:44.040Z
1492025-03-20T21:03:44.040Z mediator llvm:
1502025-03-20T21:03:44.040Z version: 14 (system default) -> 15 (system default)
1512025-03-20T21:03:44.040Z
1522025-03-20T21:03:44.040ZChanged packages:
1532025-03-20T21:03:44.040Zhelios-dev
1542025-03-20T21:03:44.040Z developer/build-essential
1552025-03-20T21:03:44.040Z None -> 11-2.0
1562025-03-20T21:03:44.040Z library/libxmlsec1
1572025-03-20T21:03:44.040Z None -> 1.2.35-2.0
1582025-03-20T21:03:44.040Z ooce/developer/clang-15
1592025-03-20T21:03:44.040Z None -> 15.0.7-2.0
1602025-03-20T21:03:44.040Z ooce/developer/llvm-15
1612025-03-20T21:03:44.040Z None -> 15.0.7-2.0
1622025-03-20T21:03:44.040Z package/pkg
1632025-03-20T21:03:44.040Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1642025-03-20T21:03:44.040Z system/library/g++-runtime
1652025-03-20T21:03:44.040Z 13-2.0 -> 14-2.0
1662025-03-20T21:03:44.040Z system/library/gcc-runtime
1672025-03-20T21:03:44.040Z 13-2.0 -> 14-2.0
1682025-03-20T21:03:44.040Z
1692025-03-20T21:03:44.040ZServices:
1702025-03-20T21:03:44.040Z restart_fmri:
1712025-03-20T21:03:44.040Z svc:/system/update-man-index:default
1722025-03-20T21:03:44.040Z
1732025-03-20T21:03:44.040ZEditable files to change:
1742025-03-20T21:03:44.040Z Update:
1752025-03-20T21:03:44.040Z usr/share/lib/pkg/web/config.shtml
1762025-03-20T21:03:44.100Z
1772025-03-20T21:03:44.100ZDownload: 0/4301 items 0.0/225.4MB 0% complete
1782025-03-20T21:03:50.271ZDownload: 213/4301 items 1.3/225.4MB 0% complete (374k/s)
1792025-03-20T21:03:55.271ZDownload: 1184/4301 items 51.0/225.4MB 22% complete (5.0M/s)
1802025-03-20T21:04:00.276ZDownload: 1796/4301 items 118.4/225.4MB 52% complete (11.8M/s)
1812025-03-20T21:04:05.287ZDownload: 2680/4301 items 120.7/225.4MB 53% complete (7.1M/s)
1822025-03-20T21:04:10.293ZDownload: 3248/4301 items 189.2/225.4MB 83% complete (7.0M/s)
1832025-03-20T21:04:15.294ZDownload: 3983/4301 items 218.3/225.4MB 96% complete (9.8M/s)
1842025-03-20T21:04:17.920ZDownload: Completed 225.42 MB in 33.82 seconds (6.7M/s)
1852025-03-20T21:04:19.393Z Actions: 1/5122 actions (Removing old actions)
1862025-03-20T21:04:19.418Z Actions: 194/5122 actions (Installing new actions)
1872025-03-20T21:04:24.425Z Actions: 3504/5122 actions (Installing new actions)
1882025-03-20T21:04:25.227Z Actions: 4267/5122 actions (Updating modified actions)
1892025-03-20T21:04:25.627Z Actions: Completed 5122 actions in 6.23 seconds.
1902025-03-20T21:04:25.992Z Done (0.356s)
1912025-03-20T21:04:26.017Z Done (0.001s)
1922025-03-20T21:04:26.750Z Done (0.756s)
1932025-03-20T21:04:31.494Z Done (4.562s)
1942025-03-20T21:04:31.593Z Done (0.020s)
1952025-03-20T21:04:31.619Z Done (0.000s)
1962025-03-20T21:04:31.753Z Done (0.000s)
1972025-03-20T21:04:32.521ZPlanning: Evaluating mediator changes ... Done
1982025-03-20T21:04:32.718ZPlanning: Checking for conflicting actions ... Done
1992025-03-20T21:04:32.746ZPlanning: Consolidating action changes ... Done
2002025-03-20T21:04:33.050ZPlanning: Evaluating mediators ... Done
2012025-03-20T21:04:33.074ZPlanning: Planning completed in 0.53 seconds
2022025-03-20T21:04:33.100Z Mediators to change: 2
2032025-03-20T21:04:33.100Z Create boot environment: No
2042025-03-20T21:04:33.100ZCreate backup boot environment: No
2052025-03-20T21:04:33.159Z Done
2062025-03-20T21:04:33.159Z Done
2072025-03-20T21:04:33.662Z Done
2082025-03-20T21:04:37.882Z Done
2092025-03-20T21:04:37.974Z Done
2102025-03-20T21:04:37.998Z Done
2112025-03-20T21:04:38.067Z Done
2122025-03-20T21:04:38.803ZPlanning: Evaluating mediator changes ... Done
2132025-03-20T21:04:38.827ZPlanning: Merging actions ... Done
2142025-03-20T21:04:39.033ZPlanning: Checking for conflicting actions ... Done
2152025-03-20T21:04:39.058ZPlanning: Consolidating action changes ... Done
2162025-03-20T21:04:39.346ZPlanning: Evaluating mediators ... Done
2172025-03-20T21:04:39.411ZPlanning: Planning completed in 0.91 seconds
2182025-03-20T21:04:39.457Z Packages to change: 1
2192025-03-20T21:04:39.457Z Mediators to change: 1
2202025-03-20T21:04:39.457Z Services to change: 1
2212025-03-20T21:04:39.457Z Create boot environment: No
2222025-03-20T21:04:39.457ZCreate backup boot environment: Yes
2232025-03-20T21:04:41.162Z Actions: 1/6 actions (Updating modified actions)
2242025-03-20T21:04:41.186Z Actions: Completed 6 actions in 0.00 seconds.
2252025-03-20T21:04:41.186Z Done
2262025-03-20T21:04:41.186Z Done
2272025-03-20T21:04:41.330Z Done
2282025-03-20T21:04:45.694Z Done
2292025-03-20T21:04:45.787Z Done
2302025-03-20T21:04:45.812Z Done
2312025-03-20T21:04:45.885Z Done
2322025-03-20T21:04:46.398ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2332025-03-20T21:04:46.398Zclang system 15 system
2342025-03-20T21:04:46.399Zcsh system system illumos
2352025-03-20T21:04:46.399Zctags system system illumos
2362025-03-20T21:04:46.399Zgcc vendor 12 vendor
2372025-03-20T21:04:46.399Zgcc system 10 system
2382025-03-20T21:04:46.399Zgcc system 7 system
2392025-03-20T21:04:46.399Zgo system 1.20 system
2402025-03-20T21:04:46.399Zgo system 1.19 system
2412025-03-20T21:04:46.399Zllvm system 15 system
2422025-03-20T21:04:46.399Zllvm system 14 system
2432025-03-20T21:04:46.399Zmariadb system 10.6 system
2442025-03-20T21:04:46.399Zmta vendor vendor dma
2452025-03-20T21:04:46.399Zopenjdk system 17 system
2462025-03-20T21:04:46.399Zopenjdk system 11 system
2472025-03-20T21:04:46.399Zopenjdk system 1.8 system
2482025-03-20T21:04:46.399Zopenssl vendor 3 vendor
2492025-03-20T21:04:46.399Zperl system 5.36 system
2502025-03-20T21:04:46.399Zpostgresql system 15 system
2512025-03-20T21:04:46.399Zpostgresql system 13 system
2522025-03-20T21:04:46.399Zpython vendor 3 vendor
2532025-03-20T21:04:46.399Zpython system 2 system
2542025-03-20T21:04:46.399Zpython3 system 3.11 system
2552025-03-20T21:04:46.399Zruby system 3.0 system
2562025-03-20T21:04:46.399Zwords vendor vendor american-english
2572025-03-20T21:04:46.399Zwords system system australian-english
2582025-03-20T21:04:46.399Zwords system system british-english
2592025-03-20T21:04:46.399Zwords system system canadian-english
2602025-03-20T21:04:46.399Zwords system system french
2612025-03-20T21:04:46.399Zwords system system italian
2622025-03-20T21:04:46.399Zwords system system ngerman
2632025-03-20T21:04:46.399Zwords system system ogerman
2642025-03-20T21:04:46.399Zwords system system spanish
2652025-03-20T21:04:46.794ZPUBLISHER TYPE STATUS P LOCATION
2662025-03-20T21:04:46.794Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2672025-03-20T21:04:50.557ZFMRI IFO
2682025-03-20T21:04:50.557Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2692025-03-20T21:04:50.557Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2702025-03-20T21:04:50.557Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2712025-03-20T21:04:50.557Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2722025-03-20T21:04:50.557Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2732025-03-20T21:04:50.557Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2742025-03-20T21:04:50.557Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2752025-03-20T21:04:50.557Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762025-03-20T21:04:50.557Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772025-03-20T21:04:50.557Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
2782025-03-20T21:04:50.557Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792025-03-20T21:04:50.557Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802025-03-20T21:04:50.557Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
2812025-03-20T21:04:50.557Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822025-03-20T21:04:50.557Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832025-03-20T21:04:51.474Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842025-03-20T21:04:51.920Z Updating crates.io index
2852025-03-20T21:04:51.945Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2862025-03-20T21:04:52.646Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872025-03-20T21:04:52.995Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2882025-03-20T21:04:53.360Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2892025-03-20T21:04:53.762Z Updating git repository `https://github.com/oxidecomputer/propolis`
2902025-03-20T21:04:54.858Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912025-03-20T21:04:56.944Z Updating git repository `https://github.com/oxidecomputer/opte`
2922025-03-20T21:04:57.743Z Updating git repository `https://github.com/oxidecomputer/falcon`
2932025-03-20T21:04:58.575Z Updating git repository `https://github.com/oxidecomputer/clickward`
2942025-03-20T21:04:59.004Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2952025-03-20T21:04:59.540Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2962025-03-20T21:05:00.321Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2972025-03-20T21:05:00.993Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2982025-03-20T21:05:01.454Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2992025-03-20T21:05:01.914Z Updating git repository `https://github.com/oxidecomputer/tofino`
3002025-03-20T21:05:02.344Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3012025-03-20T21:05:02.693Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3022025-03-20T21:05:03.179Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3032025-03-20T21:05:03.580Z Updating git repository `https://github.com/oxidecomputer/lldp`
3042025-03-20T21:05:04.793Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3052025-03-20T21:05:05.216Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3062025-03-20T21:05:05.689Z Updating git repository `https://github.com/oxidecomputer/ispf`
3072025-03-20T21:05:06.307Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3082025-03-20T21:05:06.654Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3092025-03-20T21:05:07.382Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3102025-03-20T21:05:07.814Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3112025-03-20T21:05:08.276Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3122025-03-20T21:05:09.124Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3132025-03-20T21:05:09.555Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3142025-03-20T21:05:09.904Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3152025-03-20T21:05:10.317Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3162025-03-20T21:05:11.925Z Downloading crates ...
3172025-03-20T21:05:11.983Z Downloaded fs-err v2.11.0
3182025-03-20T21:05:12.010Z Downloaded scroll v0.12.0
3192025-03-20T21:05:12.010Z Downloaded usdt-attr-macro v0.5.0
3202025-03-20T21:05:12.010Z Downloaded ucd-trie v0.1.7
3212025-03-20T21:05:12.010Z Downloaded thiserror-impl v1.0.69
3222025-03-20T21:05:12.010Z Downloaded proc-macro2 v1.0.94
3232025-03-20T21:05:12.010Z Downloaded unicode-width v0.1.14
3242025-03-20T21:05:12.035Z Downloaded zerocopy v0.7.35
3252025-03-20T21:05:12.060Z Downloaded usdt-impl v0.5.0
3262025-03-20T21:05:12.060Z Downloaded indexmap v2.7.1
3272025-03-20T21:05:12.060Z Downloaded thiserror v1.0.69
3282025-03-20T21:05:12.060Z Downloaded syn v1.0.109
3292025-03-20T21:05:12.085Z Downloaded zerocopy-derive v0.7.35
3302025-03-20T21:05:12.085Z Downloaded pest_meta v2.7.14
3312025-03-20T21:05:12.085Z Downloaded byteorder v1.5.0
3322025-03-20T21:05:12.085Z Downloaded winnow v0.7.3
3332025-03-20T21:05:12.110Z Downloaded itoa v1.0.11
3342025-03-20T21:05:12.110Z Downloaded colorchoice v1.0.2
3352025-03-20T21:05:12.110Z Downloaded usdt v0.5.0
3362025-03-20T21:05:12.110Z Downloaded terminal_size v0.2.6
3372025-03-20T21:05:12.110Z Downloaded cargo_toml v0.21.0
3382025-03-20T21:05:12.110Z Downloaded smawk v0.3.2
3392025-03-20T21:05:12.110Z Downloaded ryu v1.0.18
3402025-03-20T21:05:12.110Z Downloaded proc-macro-error v1.0.4
3412025-03-20T21:05:12.110Z Downloaded typenum v1.17.0
3422025-03-20T21:05:12.110Z Downloaded clap_builder v4.5.31
3432025-03-20T21:05:12.135Z Downloaded once_cell v1.20.3
3442025-03-20T21:05:12.135Z Downloaded papergrid v0.11.0
3452025-03-20T21:05:12.135Z Downloaded hashbrown v0.15.1
3462025-03-20T21:05:12.135Z Downloaded digest v0.10.7
3472025-03-20T21:05:12.135Z Downloaded cargo_metadata v0.19.2
3482025-03-20T21:05:12.135Z Downloaded anstream v0.6.15
3492025-03-20T21:05:12.160Z Downloaded strsim v0.11.1
3502025-03-20T21:05:12.160Z Downloaded sha2 v0.10.8
3512025-03-20T21:05:12.160Z Downloaded rustix v0.38.37
3522025-03-20T21:05:12.185Z Downloaded pretty-hex v0.4.1
3532025-03-20T21:05:12.185Z Downloaded plain v0.2.3
3542025-03-20T21:05:12.185Z Downloaded pest_generator v2.7.14
3552025-03-20T21:05:12.185Z Downloaded pest v2.7.14
3562025-03-20T21:05:12.185Z Downloaded libc v0.2.170
3572025-03-20T21:05:12.210Z Downloaded bytecount v0.6.8
3582025-03-20T21:05:12.210Z Downloaded crypto-common v0.1.6
3592025-03-20T21:05:12.210Z Downloaded cfg-if v1.0.0
3602025-03-20T21:05:12.210Z Downloaded unicode-linebreak v0.1.5
3612025-03-20T21:05:12.210Z Downloaded semver v1.0.25
3622025-03-20T21:05:12.210Z Downloaded proc-macro-error-attr v1.0.4
3632025-03-20T21:05:12.210Z Downloaded memmap v0.7.0
3642025-03-20T21:05:12.235Z Downloaded macaddr v1.0.1
3652025-03-20T21:05:12.235Z Downloaded fnv v1.0.7
3662025-03-20T21:05:12.235Z Downloaded fastrand v2.1.1
3672025-03-20T21:05:12.235Z Downloaded camino-tempfile v1.1.1
3682025-03-20T21:05:12.235Z Downloaded bitflags v2.6.0
3692025-03-20T21:05:12.235Z Downloaded version_check v0.9.5
3702025-03-20T21:05:12.235Z Downloaded utf8parse v0.2.2
3712025-03-20T21:05:12.235Z Downloaded usdt-macro v0.5.0
3722025-03-20T21:05:12.235Z Downloaded unicode-ident v1.0.14
3732025-03-20T21:05:12.235Z Downloaded toml_edit v0.22.24
3742025-03-20T21:05:12.260Z Downloaded toml v0.8.20
3752025-03-20T21:05:12.260Z Downloaded thread-id v4.2.2
3762025-03-20T21:05:12.260Z Downloaded textwrap v0.16.1
3772025-03-20T21:05:12.260Z Downloaded tempfile v3.13.0
3782025-03-20T21:05:12.285Z Downloaded tabled v0.15.0
3792025-03-20T21:05:12.285Z Downloaded rustix v0.37.28
3802025-03-20T21:05:12.310Z Downloaded equivalent v1.0.1
3812025-03-20T21:05:12.310Z Downloaded thiserror-impl v2.0.12
3822025-03-20T21:05:12.310Z Downloaded syn v2.0.98
3832025-03-20T21:05:12.334Z Downloaded serde v1.0.218
3842025-03-20T21:05:12.334Z Downloaded goblin v0.8.2
3852025-03-20T21:05:12.334Z Downloaded log v0.4.22
3862025-03-20T21:05:12.334Z Downloaded thiserror v2.0.12
3872025-03-20T21:05:12.334Z Downloaded serde_json v1.0.139
3882025-03-20T21:05:12.359Z Downloaded scroll_derive v0.12.0
3892025-03-20T21:05:12.359Z Downloaded pest_derive v2.7.14
3902025-03-20T21:05:12.359Z Downloaded memchr v2.7.4
3912025-03-20T21:05:12.359Z Downloaded anyhow v1.0.97
3922025-03-20T21:05:12.359Z Downloaded anstyle v1.0.10
3932025-03-20T21:05:12.359Z Downloaded toml_datetime v0.6.8
3942025-03-20T21:05:12.359Z Downloaded serde_tokenstream v0.2.2
3952025-03-20T21:05:12.359Z Downloaded serde_spanned v0.6.8
3962025-03-20T21:05:12.359Z Downloaded quote v1.0.39
3972025-03-20T21:05:12.384Z Downloaded is_terminal_polyfill v1.70.1
3982025-03-20T21:05:12.384Z Downloaded errno v0.3.9
3992025-03-20T21:05:12.384Z Downloaded autocfg v1.4.0
4002025-03-20T21:05:12.384Z Downloaded terminal_size v0.4.0
4012025-03-20T21:05:12.384Z Downloaded swrite v0.1.0
4022025-03-20T21:05:12.384Z Downloaded serde_derive v1.0.218
4032025-03-20T21:05:12.409Z Downloaded io-lifetimes v1.0.11
4042025-03-20T21:05:12.409Z Downloaded heck v0.5.0
4052025-03-20T21:05:12.409Z Downloaded heck v0.4.1
4062025-03-20T21:05:12.409Z Downloaded generic-array v0.14.7
4072025-03-20T21:05:12.409Z Downloaded dtrace-parser v0.2.0
4082025-03-20T21:05:12.409Z Downloaded dof v0.3.0
4092025-03-20T21:05:12.409Z Downloaded clap v4.5.31
4102025-03-20T21:05:12.434Z Downloaded camino v1.1.9
4112025-03-20T21:05:12.434Z Downloaded cpufeatures v0.2.14
4122025-03-20T21:05:12.434Z Downloaded clap_lex v0.7.4
4132025-03-20T21:05:12.434Z Downloaded clap_derive v4.5.28
4142025-03-20T21:05:12.434Z Downloaded block-buffer v0.10.4
4152025-03-20T21:05:12.434Z Downloaded anstyle-parse v0.2.5
4162025-03-20T21:05:12.434Z Downloaded cargo-platform v0.1.8
4172025-03-20T21:05:12.434Z Downloaded anstyle-query v1.1.1
4182025-03-20T21:05:12.765Z Downloaded tabled_derive v0.7.0
4192025-03-20T21:05:12.836Z Downloaded bitflags v1.3.2
4202025-03-20T21:05:12.952Z Compiling proc-macro2 v1.0.94
4212025-03-20T21:05:12.952Z Compiling unicode-ident v1.0.14
4222025-03-20T21:05:12.952Z Compiling libc v0.2.170
4232025-03-20T21:05:12.952Z Compiling serde v1.0.218
4242025-03-20T21:05:12.977Z Compiling version_check v0.9.5
4252025-03-20T21:05:12.977Z Compiling memchr v2.7.4
4262025-03-20T21:05:12.977Z Compiling thiserror v1.0.69
4272025-03-20T21:05:12.977Z Compiling itoa v1.0.11
4282025-03-20T21:05:13.251Z Compiling ryu v1.0.18
4292025-03-20T21:05:13.340Z Compiling ucd-trie v0.1.7
4302025-03-20T21:05:13.712Z Compiling once_cell v1.20.3
4312025-03-20T21:05:13.758Z Compiling byteorder v1.5.0
4322025-03-20T21:05:13.855Z Compiling serde_json v1.0.139
4332025-03-20T21:05:14.097Z Compiling rustix v0.38.37
4342025-03-20T21:05:14.232Z Compiling bitflags v2.6.0
4352025-03-20T21:05:14.257Z Compiling proc-macro-error-attr v1.0.4
4362025-03-20T21:05:14.370Z Compiling usdt-impl v0.5.0
4372025-03-20T21:05:14.605Z Compiling io-lifetimes v1.0.11
4382025-03-20T21:05:14.630Z Compiling syn v1.0.109
4392025-03-20T21:05:14.769Z Compiling proc-macro-error v1.0.4
4402025-03-20T21:05:14.898Z Compiling quote v1.0.39
4412025-03-20T21:05:14.942Z Compiling errno v0.3.9
4422025-03-20T21:05:14.999Z Compiling hashbrown v0.15.1
4432025-03-20T21:05:15.050Z Compiling log v0.4.22
4442025-03-20T21:05:15.255Z Compiling syn v2.0.98
4452025-03-20T21:05:15.394Z Compiling thread-id v4.2.2
4462025-03-20T21:05:15.422Z Compiling rustix v0.37.28
4472025-03-20T21:05:15.446Z Compiling plain v0.2.3
4482025-03-20T21:05:15.496Z Compiling utf8parse v0.2.2
4492025-03-20T21:05:15.528Z Compiling equivalent v1.0.1
4502025-03-20T21:05:15.552Z Compiling camino v1.1.9
4512025-03-20T21:05:15.666Z Compiling anstyle-parse v0.2.5
4522025-03-20T21:05:16.078Z Compiling indexmap v2.7.1
4532025-03-20T21:05:16.286Z Compiling anstyle v1.0.10
4542025-03-20T21:05:16.380Z Compiling anstyle-query v1.1.1
4552025-03-20T21:05:16.463Z Compiling autocfg v1.4.0
4562025-03-20T21:05:16.549Z Compiling unicode-width v0.1.14
4572025-03-20T21:05:16.574Z Compiling pretty-hex v0.4.1
4582025-03-20T21:05:16.665Z Compiling colorchoice v1.0.2
4592025-03-20T21:05:16.801Z Compiling thiserror v2.0.12
4602025-03-20T21:05:16.829Z Compiling is_terminal_polyfill v1.70.1
4612025-03-20T21:05:16.966Z Compiling semver v1.0.25
4622025-03-20T21:05:16.999Z Compiling winnow v0.7.3
4632025-03-20T21:05:17.149Z Compiling bitflags v1.3.2
4642025-03-20T21:05:17.298Z Compiling fs-err v2.11.0
4652025-03-20T21:05:17.414Z Compiling anstream v0.6.15
4662025-03-20T21:05:17.540Z Compiling terminal_size v0.4.0
4672025-03-20T21:05:17.802Z Compiling fnv v1.0.7
4682025-03-20T21:05:17.827Z Compiling anyhow v1.0.97
4692025-03-20T21:05:17.908Z Compiling fastrand v2.1.1
4702025-03-20T21:05:18.006Z Compiling cfg-if v1.0.0
4712025-03-20T21:05:18.116Z Compiling clap_lex v0.7.4
4722025-03-20T21:05:18.352Z Compiling heck v0.4.1
4732025-03-20T21:05:18.378Z Compiling bytecount v0.6.8
4742025-03-20T21:05:18.421Z Compiling strsim v0.11.1
4752025-03-20T21:05:18.513Z Compiling heck v0.5.0
4762025-03-20T21:05:18.594Z Compiling papergrid v0.11.0
4772025-03-20T21:05:18.739Z Compiling clap_builder v4.5.31
4782025-03-20T21:05:18.937Z Compiling tempfile v3.13.0
4792025-03-20T21:05:19.064Z Compiling terminal_size v0.2.6
4802025-03-20T21:05:19.245Z Compiling memmap v0.7.0
4812025-03-20T21:05:19.345Z Compiling unicode-linebreak v0.1.5
4822025-03-20T21:05:19.527Z Compiling smawk v0.3.2
4832025-03-20T21:05:19.734Z Compiling textwrap v0.16.1
4842025-03-20T21:05:19.952Z Compiling swrite v0.1.0
4852025-03-20T21:05:20.282Z Compiling tabled_derive v0.7.0
4862025-03-20T21:05:21.574Z Compiling tabled v0.15.0
4872025-03-20T21:05:21.599Z Compiling serde_derive v1.0.218
4882025-03-20T21:05:21.599Z Compiling thiserror-impl v1.0.69
4892025-03-20T21:05:21.599Z Compiling zerocopy-derive v0.7.35
4902025-03-20T21:05:21.599Z Compiling scroll_derive v0.12.0
4912025-03-20T21:05:21.599Z Compiling thiserror-impl v2.0.12
4922025-03-20T21:05:21.599Z Compiling clap_derive v4.5.28
4932025-03-20T21:05:22.727Z Compiling scroll v0.12.0
4942025-03-20T21:05:23.191Z Compiling goblin v0.8.2
4952025-03-20T21:05:23.216Z Compiling zerocopy v0.7.35
4962025-03-20T21:05:24.023Z Compiling pest v2.7.14
4972025-03-20T21:05:24.985Z Compiling clap v4.5.31
4982025-03-20T21:05:26.250Z Compiling pest_meta v2.7.14
4992025-03-20T21:05:27.368Z Compiling pest_generator v2.7.14
5002025-03-20T21:05:28.499Z Compiling pest_derive v2.7.14
5012025-03-20T21:05:29.088Z Compiling dtrace-parser v0.2.0
5022025-03-20T21:05:29.947Z Compiling serde_tokenstream v0.2.2
5032025-03-20T21:05:29.998Z Compiling serde_spanned v0.6.8
5042025-03-20T21:05:30.024Z Compiling toml_datetime v0.6.8
5052025-03-20T21:05:30.171Z Compiling cargo-platform v0.1.8
5062025-03-20T21:05:30.238Z Compiling macaddr v1.0.1
5072025-03-20T21:05:30.437Z Compiling toml_edit v0.22.24
5082025-03-20T21:05:30.566Z Compiling camino-tempfile v1.1.1
5092025-03-20T21:05:31.299Z Compiling dof v0.3.0
5102025-03-20T21:05:31.498Z Compiling cargo_metadata v0.19.2
5112025-03-20T21:05:32.664Z Compiling usdt-macro v0.5.0
5122025-03-20T21:05:32.664Z Compiling usdt-attr-macro v0.5.0
5132025-03-20T21:05:33.273Z Compiling toml v0.8.20
5142025-03-20T21:05:33.696Z Compiling usdt v0.5.0
5152025-03-20T21:05:34.024Z Compiling cargo_toml v0.21.0
5162025-03-20T21:05:37.397Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5172025-03-20T21:05:41.360Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.19s
5182025-03-20T21:05:41.613Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5192025-03-20T21:05:42.377Z Downloading crates ...
5202025-03-20T21:05:42.538Z Downloaded backoff v0.4.0
5212025-03-20T21:05:42.563Z Downloaded atomic-waker v1.1.2
5222025-03-20T21:05:42.563Z Downloaded argon2 v0.5.3
5232025-03-20T21:05:42.563Z Downloaded assert_matches v1.5.0
5242025-03-20T21:05:42.563Z Downloaded arrayref v0.3.9
5252025-03-20T21:05:42.563Z Downloaded allocator-api2 v0.2.18
5262025-03-20T21:05:42.563Z Downloaded cfg_aliases v0.2.1
5272025-03-20T21:05:42.563Z Downloaded cmake v0.1.51
5282025-03-20T21:05:42.564Z Downloaded icu_normalizer_data v1.5.0
5292025-03-20T21:05:42.589Z Downloaded mime_guess v2.0.5
5302025-03-20T21:05:42.589Z Downloaded crc32fast v1.4.2
5312025-03-20T21:05:42.589Z Downloaded hickory-server v0.24.4
5322025-03-20T21:05:42.589Z Downloaded hickory-proto v0.24.4
5332025-03-20T21:05:42.615Z Downloaded serde-big-array v0.5.1
5342025-03-20T21:05:42.644Z Downloaded stringprep v0.1.5
5352025-03-20T21:05:42.644Z Downloaded serde_derive_internals v0.29.1
5362025-03-20T21:05:42.644Z Downloaded inout v0.1.3
5372025-03-20T21:05:42.644Z Downloaded const_format v0.2.34
5382025-03-20T21:05:42.671Z Downloaded serde_plain v1.0.2
5392025-03-20T21:05:42.671Z Downloaded tinyvec_macros v0.1.1
5402025-03-20T21:05:42.671Z Downloaded md5 v0.7.0
5412025-03-20T21:05:42.671Z Downloaded zerovec-derive v0.10.3
5422025-03-20T21:05:42.697Z Downloaded peg-macros v0.8.5
5432025-03-20T21:05:42.697Z Downloaded paste v1.0.15
5442025-03-20T21:05:42.724Z Downloaded endian-type v0.1.2
5452025-03-20T21:05:42.724Z Downloaded embedded-io v0.6.1
5462025-03-20T21:05:42.724Z Downloaded enum-as-inner v0.6.1
5472025-03-20T21:05:42.724Z Downloaded slog-async v2.8.0
5482025-03-20T21:05:42.750Z Downloaded slog-stdlog v4.1.1
5492025-03-20T21:05:42.750Z Downloaded der_derive v0.7.3
5502025-03-20T21:05:42.750Z Downloaded rustls v0.23.19
5512025-03-20T21:05:42.776Z Downloaded des v0.8.1
5522025-03-20T21:05:42.776Z Downloaded foreign-types-shared v0.1.1
5532025-03-20T21:05:42.776Z Downloaded multimap v0.10.0
5542025-03-20T21:05:42.776Z Downloaded ssh-cipher v0.2.0
5552025-03-20T21:05:42.801Z Downloaded env_logger v0.10.2
5562025-03-20T21:05:42.801Z Downloaded oso-derive v0.27.3
5572025-03-20T21:05:42.801Z Downloaded uzers v0.12.1
5582025-03-20T21:05:42.801Z Downloaded num-bigint v0.4.6
5592025-03-20T21:05:42.826Z Downloaded tui-tree-widget v0.23.0
5602025-03-20T21:05:42.826Z Downloaded unicode-truncate v1.1.0
5612025-03-20T21:05:42.826Z Downloaded sha1 v0.10.6
5622025-03-20T21:05:42.827Z Downloaded nu-ansi-term v0.50.1
5632025-03-20T21:05:42.852Z Downloaded xz2 v0.1.7
5642025-03-20T21:05:42.852Z Downloaded downcast v0.11.0
5652025-03-20T21:05:42.852Z Downloaded rustls v0.22.4
5662025-03-20T21:05:42.877Z Downloaded diesel_table_macro_syntax v0.2.0
5672025-03-20T21:05:42.878Z Downloaded unicode-normalization v0.1.24
5682025-03-20T21:05:42.878Z Downloaded dirs-next v2.0.0
5692025-03-20T21:05:42.904Z Downloaded yoke-derive v0.7.4
5702025-03-20T21:05:42.904Z Downloaded progenitor-client v0.8.0
5712025-03-20T21:05:42.904Z Downloaded num-rational v0.4.2
5722025-03-20T21:05:42.904Z Downloaded prettyplease v0.2.30
5732025-03-20T21:05:42.929Z Downloaded ref-cast-impl v1.0.23
5742025-03-20T21:05:42.929Z Downloaded wyz v0.5.1
5752025-03-20T21:05:42.929Z Downloaded termios v0.3.3
5762025-03-20T21:05:42.929Z Downloaded zeroize v1.8.1
5772025-03-20T21:05:42.929Z Downloaded ref-cast v1.0.23
5782025-03-20T21:05:42.929Z Downloaded siphasher v0.3.11
5792025-03-20T21:05:42.956Z Downloaded futures-channel v0.3.31
5802025-03-20T21:05:42.956Z Downloaded foldhash v0.1.3
5812025-03-20T21:05:42.956Z Downloaded newtype-uuid v1.2.1
5822025-03-20T21:05:42.956Z Downloaded omicron-zone-package v0.12.0
5832025-03-20T21:05:42.956Z Downloaded getrandom v0.2.15
5842025-03-20T21:05:42.956Z Downloaded form_urlencoded v1.2.1
5852025-03-20T21:05:42.982Z Downloaded zerofrom v0.1.4
5862025-03-20T21:05:42.982Z Downloaded newline-converter v0.3.0
5872025-03-20T21:05:42.982Z Downloaded zerovec v0.10.4
5882025-03-20T21:05:42.982Z Downloaded derive_builder_core v0.20.2
5892025-03-20T21:05:42.982Z Downloaded futures v0.3.31
5902025-03-20T21:05:43.008Z Downloaded sled v0.34.7
5912025-03-20T21:05:43.008Z Downloaded futures-executor v0.3.31
5922025-03-20T21:05:43.008Z Downloaded ratatui v0.29.0
5932025-03-20T21:05:43.034Z Downloaded termcolor v1.4.1
5942025-03-20T21:05:43.059Z Downloaded nom v7.1.3
5952025-03-20T21:05:43.059Z Downloaded regex v1.11.1
5962025-03-20T21:05:43.084Z Downloaded primeorder v0.13.6
5972025-03-20T21:05:43.084Z Downloaded num_enum_derive v0.5.11
5982025-03-20T21:05:43.084Z Downloaded num-integer v0.1.46
5992025-03-20T21:05:43.084Z Downloaded rayon v1.10.0
6002025-03-20T21:05:43.084Z Downloaded which v4.4.2
6012025-03-20T21:05:43.084Z Downloaded walkdir v2.5.0
6022025-03-20T21:05:43.084Z Downloaded yansi v1.0.1
6032025-03-20T21:05:43.111Z Downloaded typify-impl v0.3.0
6042025-03-20T21:05:43.111Z Downloaded zerofrom-derive v0.1.4
6052025-03-20T21:05:43.111Z Downloaded progenitor v0.9.1
6062025-03-20T21:05:43.136Z Downloaded fxhash v0.2.1
6072025-03-20T21:05:43.136Z Downloaded futures-io v0.3.31
6082025-03-20T21:05:43.136Z Downloaded nix v0.27.1
6092025-03-20T21:05:43.137Z Downloaded progenitor-impl v0.9.1
6102025-03-20T21:05:43.137Z Downloaded opaque-debug v0.3.1
6112025-03-20T21:05:43.137Z Downloaded shell-words v1.1.0
6122025-03-20T21:05:43.137Z Downloaded papergrid v0.14.0
6132025-03-20T21:05:43.162Z Downloaded winnow v0.5.40
6142025-03-20T21:05:43.162Z Downloaded funty v2.0.0
6152025-03-20T21:05:43.162Z Downloaded similar v2.7.0
6162025-03-20T21:05:43.162Z Downloaded fs_extra v1.3.0
6172025-03-20T21:05:43.162Z Downloaded ron v0.8.1
6182025-03-20T21:05:43.188Z Downloaded signal-hook-tokio v0.3.1
6192025-03-20T21:05:43.188Z Downloaded zerocopy v0.6.6
6202025-03-20T21:05:43.188Z Downloaded num-derive v0.4.2
6212025-03-20T21:05:43.188Z Downloaded rayon-core v1.12.1
6222025-03-20T21:05:43.188Z Downloaded value-bag v1.9.0
6232025-03-20T21:05:43.188Z Downloaded xattr v1.3.1
6242025-03-20T21:05:43.188Z Downloaded difflib v0.4.0
6252025-03-20T21:05:43.188Z Downloaded dropshot v0.16.0
6262025-03-20T21:05:43.213Z Downloaded flume v0.11.1
6272025-03-20T21:05:43.238Z Downloaded want v0.3.1
6282025-03-20T21:05:43.238Z Downloaded zeroize_derive v1.4.2
6292025-03-20T21:05:43.238Z Downloaded signature v2.2.0
6302025-03-20T21:05:43.238Z Downloaded fixedbitset v0.5.7
6312025-03-20T21:05:43.238Z Downloaded progenitor-client v0.9.1
6322025-03-20T21:05:43.238Z Downloaded rpassword v7.3.1
6332025-03-20T21:05:43.238Z Downloaded futures-macro v0.3.31
6342025-03-20T21:05:43.239Z Downloaded signal-hook v0.3.17
6352025-03-20T21:05:43.239Z Downloaded futures-core v0.3.31
6362025-03-20T21:05:43.239Z Downloaded qorb v0.2.1
6372025-03-20T21:05:43.239Z Downloaded gethostname v0.5.0
6382025-03-20T21:05:43.239Z Downloaded progenitor-macro v0.9.1
6392025-03-20T21:05:43.264Z Downloaded typify-macro v0.3.0
6402025-03-20T21:05:43.264Z Downloaded dsl_auto_type v0.1.2
6412025-03-20T21:05:43.264Z Downloaded pkcs8 v0.10.2
6422025-03-20T21:05:43.264Z Downloaded num_threads v0.1.7
6432025-03-20T21:05:43.264Z Downloaded vsss-rs v3.3.4
6442025-03-20T21:05:43.264Z Downloaded serde_with_macros v3.12.0
6452025-03-20T21:05:43.264Z Downloaded p384 v0.13.0
6462025-03-20T21:05:43.264Z Downloaded tungstenite v0.23.0
6472025-03-20T21:05:43.264Z Downloaded predicates-tree v1.0.11
6482025-03-20T21:05:43.290Z Downloaded yoke v0.7.4
6492025-03-20T21:05:43.290Z Downloaded num_enum v0.5.11
6502025-03-20T21:05:43.290Z Downloaded r2d2 v0.8.10
6512025-03-20T21:05:43.290Z Downloaded try-lock v0.2.5
6522025-03-20T21:05:43.290Z Downloaded untrusted v0.7.1
6532025-03-20T21:05:43.290Z Downloaded webpki-roots v0.26.6
6542025-03-20T21:05:43.290Z Downloaded unicode-xid v0.2.6
6552025-03-20T21:05:43.290Z Downloaded flagset v0.4.6
6562025-03-20T21:05:43.290Z Downloaded smallvec v0.6.14
6572025-03-20T21:05:43.290Z Downloaded parking_lot_core v0.8.6
6582025-03-20T21:05:43.290Z Downloaded float-cmp v0.10.0
6592025-03-20T21:05:43.290Z Downloaded sha3 v0.10.8
6602025-03-20T21:05:43.315Z Downloaded typify v0.2.0
6612025-03-20T21:05:43.315Z Downloaded utf8_iter v1.0.4
6622025-03-20T21:05:43.315Z Downloaded scheduled-thread-pool v0.2.7
6632025-03-20T21:05:43.315Z Downloaded rustc-demangle v0.1.24
6642025-03-20T21:05:43.315Z Downloaded nix v0.28.0
6652025-03-20T21:05:43.340Z Downloaded env_logger v0.11.5
6662025-03-20T21:05:43.340Z Downloaded encoding_rs v0.8.34
6672025-03-20T21:05:43.365Z Downloaded take_mut v0.2.2
6682025-03-20T21:05:43.366Z Downloaded ron v0.7.1
6692025-03-20T21:05:43.366Z Downloaded pretty_assertions v1.4.1
6702025-03-20T21:05:43.366Z Downloaded unicode-bidi v0.3.17
6712025-03-20T21:05:43.366Z Downloaded diesel v2.2.8
6722025-03-20T21:05:43.391Z Downloaded snafu-derive v0.8.5
6732025-03-20T21:05:43.391Z Downloaded gimli v0.31.1
6742025-03-20T21:05:43.416Z Downloaded foreign-types-macros v0.2.3
6752025-03-20T21:05:43.416Z Downloaded phf v0.11.2
6762025-03-20T21:05:43.416Z Downloaded ecdsa v0.16.9
6772025-03-20T21:05:43.416Z Downloaded tabwriter v1.4.0
6782025-03-20T21:05:43.416Z Downloaded zerocopy v0.8.10
6792025-03-20T21:05:43.441Z Downloaded x509-cert v0.2.5
6802025-03-20T21:05:43.441Z Downloaded quinn-proto v0.11.8
6812025-03-20T21:05:43.466Z Downloaded quick-xml v0.37.2
6822025-03-20T21:05:43.466Z Downloaded newtype_derive v0.1.6
6832025-03-20T21:05:43.466Z Downloaded regex-syntax v0.6.29
6842025-03-20T21:05:43.466Z Downloaded slab v0.4.9
6852025-03-20T21:05:43.466Z Downloaded display-error-chain v0.2.2
6862025-03-20T21:05:43.492Z Downloaded foreign-types-shared v0.3.1
6872025-03-20T21:05:43.492Z Downloaded new_debug_unreachable v1.0.6
6882025-03-20T21:05:43.492Z Downloaded zerocopy-derive v0.8.10
6892025-03-20T21:05:43.492Z Downloaded signal-hook-registry v1.4.2
6902025-03-20T21:05:43.492Z Downloaded winnow v0.6.20
6912025-03-20T21:05:43.492Z Downloaded proptest v1.6.0
6922025-03-20T21:05:43.517Z Downloaded openapiv3 v2.0.0
6932025-03-20T21:05:43.517Z Downloaded num-traits v0.2.19
6942025-03-20T21:05:43.517Z Downloaded pem-rfc7468 v0.7.0
6952025-03-20T21:05:43.542Z Downloaded zip v0.6.6
6962025-03-20T21:05:43.542Z Downloaded highway v1.3.0
6972025-03-20T21:05:43.542Z Downloaded futures-task v0.3.31
6982025-03-20T21:05:43.542Z Downloaded publicsuffix v2.3.0
6992025-03-20T21:05:43.542Z Downloaded waitgroup v0.1.2
7002025-03-20T21:05:43.543Z Downloaded vergen v8.3.2
7012025-03-20T21:05:43.543Z Downloaded rcgen v0.12.1
7022025-03-20T21:05:43.543Z Downloaded displaydoc v0.2.5
7032025-03-20T21:05:43.543Z Downloaded unsafe-libyaml v0.2.11
7042025-03-20T21:05:43.568Z Downloaded tokio v1.43.0
7052025-03-20T21:05:43.593Z Downloaded dirs-sys-next v0.1.2
7062025-03-20T21:05:43.618Z Downloaded utf-8 v0.7.6
7072025-03-20T21:05:43.619Z Downloaded url v2.5.3
7082025-03-20T21:05:43.619Z Downloaded polar-core v0.27.3
7092025-03-20T21:05:43.619Z Downloaded tar v0.4.44
7102025-03-20T21:05:43.619Z Downloaded thiserror-no-std v2.0.2
7112025-03-20T21:05:43.619Z Downloaded openssl v0.10.71
7122025-03-20T21:05:43.644Z Downloaded reedline v0.38.0
7132025-03-20T21:05:43.644Z Downloaded rand v0.9.0
7142025-03-20T21:05:43.644Z Downloaded num-conv v0.1.0
7152025-03-20T21:05:43.644Z Downloaded termtree v0.5.1
7162025-03-20T21:05:43.670Z Downloaded number_prefix v0.4.0
7172025-03-20T21:05:43.670Z Downloaded dropshot_endpoint v0.16.0
7182025-03-20T21:05:43.670Z Downloaded strum_macros v0.24.3
7192025-03-20T21:05:43.670Z Downloaded fragile v2.0.0
7202025-03-20T21:05:43.670Z Downloaded float-ord v0.3.2
7212025-03-20T21:05:43.670Z Downloaded derive_builder v0.20.2
7222025-03-20T21:05:43.670Z Downloaded rustc-hash v1.1.0
7232025-03-20T21:05:43.670Z Downloaded pretty-hex v0.2.1
7242025-03-20T21:05:43.670Z Downloaded yasna v0.5.2
7252025-03-20T21:05:43.670Z Downloaded same-file v1.0.6
7262025-03-20T21:05:43.670Z Downloaded fallible-iterator v0.2.0
7272025-03-20T21:05:43.670Z Downloaded bcrypt-pbkdf v0.10.0
7282025-03-20T21:05:43.670Z Downloaded base64 v0.13.1
7292025-03-20T21:05:43.696Z Downloaded term v0.7.0
7302025-03-20T21:05:43.696Z Downloaded vte v0.11.1
7312025-03-20T21:05:43.696Z Downloaded radix_trie v0.2.1
7322025-03-20T21:05:43.696Z Downloaded radium v0.7.0
7332025-03-20T21:05:43.696Z Downloaded parking_lot v0.11.2
7342025-03-20T21:05:43.696Z Downloaded ciborium-ll v0.2.2
7352025-03-20T21:05:43.696Z Downloaded nodrop v0.1.14
7362025-03-20T21:05:43.696Z Downloaded writeable v0.5.5
7372025-03-20T21:05:43.696Z Downloaded write16 v1.0.0
7382025-03-20T21:05:43.696Z Downloaded serde_urlencoded v0.7.1
7392025-03-20T21:05:43.721Z Downloaded test-strategy v0.4.0
7402025-03-20T21:05:43.721Z Downloaded nanorand v0.7.0
7412025-03-20T21:05:43.721Z Downloaded unicode-properties v0.1.3
7422025-03-20T21:05:43.721Z Downloaded typify-macro v0.2.0
7432025-03-20T21:05:43.721Z Downloaded typify v0.3.0
7442025-03-20T21:05:43.721Z Downloaded lazy_static v1.5.0
7452025-03-20T21:05:43.721Z Downloaded futures-sink v0.3.31
7462025-03-20T21:05:43.721Z Downloaded typed-path v0.9.3
7472025-03-20T21:05:43.747Z Downloaded tracing v0.1.40
7482025-03-20T21:05:43.747Z Downloaded signal-hook-mio v0.2.4
7492025-03-20T21:05:43.747Z Downloaded russh-cryptovec v0.7.3
7502025-03-20T21:05:43.747Z Downloaded russh v0.45.0
7512025-03-20T21:05:43.747Z Downloaded psl-types v2.0.11
7522025-03-20T21:05:43.747Z Downloaded tower-layer v0.3.3
7532025-03-20T21:05:43.747Z Downloaded vte_generate_state_changes v0.1.2
7542025-03-20T21:05:43.747Z Downloaded unarray v0.1.4
7552025-03-20T21:05:43.747Z Downloaded precomputed-hash v0.1.1
7562025-03-20T21:05:43.747Z Downloaded ppv-lite86 v0.2.20
7572025-03-20T21:05:43.747Z Downloaded powerfmt v0.2.0
7582025-03-20T21:05:43.747Z Downloaded filetime v0.2.25
7592025-03-20T21:05:43.747Z Downloaded tap v1.0.1
7602025-03-20T21:05:43.773Z Downloaded tabled_derive v0.10.0
7612025-03-20T21:05:43.773Z Downloaded subprocess v0.2.9
7622025-03-20T21:05:43.773Z Downloaded petgraph v0.6.5
7632025-03-20T21:05:43.798Z Downloaded pbkdf2 v0.11.0
7642025-03-20T21:05:43.798Z Downloaded ghash v0.5.1
7652025-03-20T21:05:43.798Z Downloaded csv v1.3.1
7662025-03-20T21:05:43.824Z Downloaded whoami v1.5.2
7672025-03-20T21:05:43.824Z Downloaded thread_local v1.1.8
7682025-03-20T21:05:43.824Z Downloaded futures-util v0.3.31
7692025-03-20T21:05:43.824Z Downloaded cipher v0.4.4
7702025-03-20T21:05:43.824Z Downloaded quick-error v1.2.3
7712025-03-20T21:05:43.849Z Downloaded progenitor-impl v0.8.0
7722025-03-20T21:05:43.849Z Downloaded dropshot v0.12.0
7732025-03-20T21:05:43.876Z Downloaded phf_shared v0.10.0
7742025-03-20T21:05:43.876Z Downloaded normalize-line-endings v0.3.0
7752025-03-20T21:05:43.876Z Downloaded expectorate v1.1.0
7762025-03-20T21:05:43.876Z Downloaded sct v0.7.1
7772025-03-20T21:05:43.876Z Downloaded hashbrown v0.12.3
7782025-03-20T21:05:43.876Z Downloaded native-tls v0.2.12
7792025-03-20T21:05:43.876Z Downloaded vcpkg v0.2.15
7802025-03-20T21:05:43.914Z Downloaded tower v0.5.2
7812025-03-20T21:05:43.939Z Downloaded zerocopy-derive v0.6.6
7822025-03-20T21:05:43.939Z Downloaded termtree v0.4.1
7832025-03-20T21:05:43.939Z Downloaded tough v0.19.0
7842025-03-20T21:05:43.965Z Downloaded sigpipe v0.1.3
7852025-03-20T21:05:43.965Z Downloaded num-bigint-dig v0.8.4
7862025-03-20T21:05:43.965Z Downloaded rustyline v14.0.0
7872025-03-20T21:05:43.965Z Downloaded rustversion v1.0.17
7882025-03-20T21:05:43.965Z Downloaded strum_macros v0.25.3
7892025-03-20T21:05:43.990Z Downloaded slog-term v2.9.1
7902025-03-20T21:05:43.990Z Downloaded tokio-tungstenite v0.23.1
7912025-03-20T21:05:43.991Z Downloaded num-iter v0.1.45
7922025-03-20T21:05:43.991Z Downloaded simd-adler32 v0.3.7
7932025-03-20T21:05:43.991Z Downloaded slog-envlogger v2.2.0
7942025-03-20T21:05:43.991Z Downloaded object v0.36.5
7952025-03-20T21:05:43.991Z Downloaded multer v3.1.0
7962025-03-20T21:05:44.017Z Downloaded polyval v0.6.2
7972025-03-20T21:05:44.017Z Downloaded openssl-macros v0.1.1
7982025-03-20T21:05:44.018Z Downloaded reqwest v0.12.12
7992025-03-20T21:05:44.018Z Downloaded rand_seeder v0.3.0
8002025-03-20T21:05:44.018Z Downloaded tracing-core v0.1.32
8012025-03-20T21:05:44.018Z Downloaded typify-impl v0.2.0
8022025-03-20T21:05:44.044Z Downloaded oso v0.27.3
8032025-03-20T21:05:44.044Z Downloaded olpc-cjson v0.1.4
8042025-03-20T21:05:44.044Z Downloaded foreign-types v0.3.2
8052025-03-20T21:05:44.044Z Downloaded diesel_derives v2.2.3
8062025-03-20T21:05:44.044Z Downloaded utf16_iter v1.0.5
8072025-03-20T21:05:44.044Z Downloaded regex-syntax v0.8.5
8082025-03-20T21:05:44.069Z Downloaded pem v3.0.5
8092025-03-20T21:05:44.069Z Downloaded steno v0.4.1
8102025-03-20T21:05:44.069Z Downloaded memmap2 v0.9.5
8112025-03-20T21:05:44.069Z Downloaded crunchy v0.2.2
8122025-03-20T21:05:44.069Z Downloaded diff v0.1.13
8132025-03-20T21:05:44.069Z Downloaded wait-timeout v0.2.0
8142025-03-20T21:05:44.069Z Downloaded shlex v1.3.0
8152025-03-20T21:05:44.069Z Downloaded rand v0.8.5
8162025-03-20T21:05:44.095Z Downloaded nix v0.29.0
8172025-03-20T21:05:44.095Z Downloaded nibble_vec v0.1.0
8182025-03-20T21:05:44.095Z Downloaded packed_struct v0.10.1
8192025-03-20T21:05:44.095Z Downloaded owo-colors v4.2.0
8202025-03-20T21:05:44.095Z Downloaded mockall_derive v0.13.1
8212025-03-20T21:05:44.120Z Downloaded rustls-webpki v0.102.8
8222025-03-20T21:05:44.120Z Downloaded postcard v1.0.10
8232025-03-20T21:05:44.120Z Downloaded regress v0.10.3
8242025-03-20T21:05:44.146Z Downloaded daft-derive v0.1.2
8252025-03-20T21:05:44.146Z Downloaded unicase v2.7.0
8262025-03-20T21:05:44.146Z Downloaded predicates v3.1.3
8272025-03-20T21:05:44.146Z Downloaded untrusted v0.9.0
8282025-03-20T21:05:44.146Z Downloaded salty v0.3.0
8292025-03-20T21:05:44.171Z Downloaded sec1 v0.7.3
8302025-03-20T21:05:44.171Z Downloaded curve25519-dalek v4.1.3
8312025-03-20T21:05:44.171Z Downloaded slog-scope v4.4.0
8322025-03-20T21:05:44.171Z Downloaded async-trait v0.1.87
8332025-03-20T21:05:44.171Z Downloaded async-bb8-diesel v0.2.1
8342025-03-20T21:05:44.196Z Downloaded object v0.30.4
8352025-03-20T21:05:44.196Z Downloaded dunce v1.0.5
8362025-03-20T21:05:44.196Z Downloaded dropshot_endpoint v0.12.0
8372025-03-20T21:05:44.196Z Downloaded document-features v0.2.10
8382025-03-20T21:05:44.196Z Downloaded serde_yaml v0.9.34+deprecated
8392025-03-20T21:05:44.196Z Downloaded serde_with v3.12.0
8402025-03-20T21:05:44.221Z Downloaded num-complex v0.4.6
8412025-03-20T21:05:44.221Z Downloaded unicode-segmentation v1.12.0
8422025-03-20T21:05:44.222Z Downloaded twox-hash v2.1.0
8432025-03-20T21:05:44.222Z Downloaded tracing-attributes v0.1.27
8442025-03-20T21:05:44.222Z Downloaded postgres-types v0.2.9
8452025-03-20T21:05:44.222Z Downloaded p521 v0.13.3
8462025-03-20T21:05:44.247Z Downloaded num v0.4.3
8472025-03-20T21:05:44.247Z Downloaded universal-hash v0.5.1
8482025-03-20T21:05:44.247Z Downloaded unicode-width v0.2.0
8492025-03-20T21:05:44.247Z Downloaded pin-project-lite v0.2.14
8502025-03-20T21:05:44.247Z Downloaded smoltcp v0.9.1
8512025-03-20T21:05:44.273Z Downloaded blake2 v0.10.6
8522025-03-20T21:05:44.273Z Downloaded git2 v0.19.0
8532025-03-20T21:05:44.273Z Downloaded aws-lc-rs v1.12.4
8542025-03-20T21:05:44.298Z Downloaded bzip2-sys v0.1.11+1.0.8
8552025-03-20T21:05:44.298Z Downloaded parse-display v0.10.0
8562025-03-20T21:05:44.298Z Downloaded quinn-udp v0.5.5
8572025-03-20T21:05:44.298Z Downloaded diesel-dtrace v0.4.2
8582025-03-20T21:05:44.298Z Downloaded uuid v1.15.1
8592025-03-20T21:05:44.323Z Downloaded russh-keys v0.45.0
8602025-03-20T21:05:44.323Z Downloaded rustls-pki-types v1.10.0
8612025-03-20T21:05:44.323Z Downloaded structmeta v0.3.0
8622025-03-20T21:05:44.323Z Downloaded regex-automata v0.4.8
8632025-03-20T21:05:44.348Z Downloaded tungstenite v0.21.0
8642025-03-20T21:05:44.348Z Downloaded packed_struct_codegen v0.10.1
8652025-03-20T21:05:44.349Z Downloaded samael v0.0.18
8662025-03-20T21:05:44.349Z Downloaded ff v0.13.0
8672025-03-20T21:05:44.349Z Downloaded fatfs v0.3.6
8682025-03-20T21:05:44.349Z Downloaded ring v0.17.11
8692025-03-20T21:05:44.398Z Downloaded mockall v0.13.1
8702025-03-20T21:05:44.423Z Downloaded progenitor-macro v0.8.0
8712025-03-20T21:05:44.424Z Downloaded darling_macro v0.20.10
8722025-03-20T21:05:44.424Z Downloaded fixedbitset v0.4.2
8732025-03-20T21:05:44.424Z Downloaded spki v0.7.3
8742025-03-20T21:05:44.424Z Downloaded ssh-encoding v0.2.0
8752025-03-20T21:05:44.424Z Downloaded scopeguard v1.2.0
8762025-03-20T21:05:44.424Z Downloaded password-hash v0.5.0
8772025-03-20T21:05:44.424Z Downloaded foreign-types v0.5.0
8782025-03-20T21:05:44.424Z Downloaded rustls-webpki v0.101.7
8792025-03-20T21:05:44.449Z Downloaded supports-color v3.0.2
8802025-03-20T21:05:44.449Z Downloaded portable-atomic v1.9.0
8812025-03-20T21:05:44.449Z Downloaded smoltcp v0.11.0
8822025-03-20T21:05:44.474Z Downloaded humantime v2.1.0
8832025-03-20T21:05:44.474Z Downloaded httpdate v1.0.3
8842025-03-20T21:05:44.474Z Downloaded tower-service v0.3.3
8852025-03-20T21:05:44.474Z Downloaded postgres-protocol v0.6.8
8862025-03-20T21:05:44.474Z Downloaded parking_lot v0.12.3
8872025-03-20T21:05:44.474Z Downloaded openssl-sys v0.9.106
8882025-03-20T21:05:44.474Z Downloaded unicode_categories v0.1.1
8892025-03-20T21:05:44.474Z Downloaded petname v2.0.2
8902025-03-20T21:05:44.500Z Downloaded strum v0.26.3
8912025-03-20T21:05:44.500Z Downloaded sqlparser_derive v0.2.2
8922025-03-20T21:05:44.500Z Downloaded resolv-conf v0.7.0
8932025-03-20T21:05:44.500Z Downloaded thiserror-impl-no-std v2.0.2
8942025-03-20T21:05:44.500Z Downloaded sqlformat v0.2.6
8952025-03-20T21:05:44.500Z Downloaded pkg-config v0.3.31
8962025-03-20T21:05:44.500Z Downloaded flate2 v1.1.0
8972025-03-20T21:05:44.500Z Downloaded tokio-util v0.7.13
8982025-03-20T21:05:44.525Z Downloaded serde_path_to_error v0.1.16
8992025-03-20T21:05:44.525Z Downloaded predicates-core v1.0.8
9002025-03-20T21:05:44.525Z Downloaded derive_more v0.99.19
9012025-03-20T21:05:44.525Z Downloaded pkcs1 v0.7.5
9022025-03-20T21:05:44.525Z Downloaded rusty-fork v0.3.0
9032025-03-20T21:05:44.525Z Downloaded rustc-hash v2.1.1
9042025-03-20T21:05:44.525Z Downloaded pin-project v1.1.6
9052025-03-20T21:05:44.550Z Downloaded env_filter v0.1.2
9062025-03-20T21:05:44.550Z Downloaded scrypt v0.11.0
9072025-03-20T21:05:44.550Z Downloaded peg v0.8.5
9082025-03-20T21:05:44.550Z Downloaded parse-size v1.1.0
9092025-03-20T21:05:44.550Z Downloaded tabled v0.18.0
9102025-03-20T21:05:44.576Z Downloaded rfc6979 v0.4.0
9112025-03-20T21:05:44.576Z Downloaded crossterm v0.28.1
9122025-03-20T21:05:44.576Z Downloaded parking_lot_core v0.9.10
9132025-03-20T21:05:44.602Z Downloaded http-body v1.0.1
9142025-03-20T21:05:44.602Z Downloaded p256 v0.13.2
9152025-03-20T21:05:44.602Z Downloaded phf_shared v0.11.2
9162025-03-20T21:05:44.602Z Downloaded elliptic-curve v0.13.8
9172025-03-20T21:05:44.602Z Downloaded sync-ptr v0.1.1
9182025-03-20T21:05:44.602Z Downloaded strum_macros v0.26.4
9192025-03-20T21:05:44.602Z Downloaded pbkdf2 v0.12.2
9202025-03-20T21:05:44.602Z Downloaded password-hash v0.4.2
9212025-03-20T21:05:44.602Z Downloaded defmt-parser v0.3.4
9222025-03-20T21:05:44.602Z Downloaded pin-utils v0.1.0
9232025-03-20T21:05:44.602Z Downloaded fd-lock v4.0.2
9242025-03-20T21:05:44.627Z Downloaded embedded-io v0.4.0
9252025-03-20T21:05:44.627Z Downloaded ed25519-dalek v2.1.1
9262025-03-20T21:05:44.627Z Downloaded socket2 v0.5.8
9272025-03-20T21:05:44.627Z Downloaded schemars_derive v0.8.22
9282025-03-20T21:05:44.628Z Downloaded petgraph v0.7.1
9292025-03-20T21:05:44.653Z Downloaded percent-encoding v2.3.1
9302025-03-20T21:05:44.653Z Downloaded peg-runtime v0.8.5
9312025-03-20T21:05:44.653Z Downloaded path-slash v0.1.5
9322025-03-20T21:05:44.653Z Downloaded parse-zoneinfo v0.3.1
9332025-03-20T21:05:44.653Z Downloaded openssl-probe v0.1.5
9342025-03-20T21:05:44.653Z Downloaded hashbrown v0.13.2
9352025-03-20T21:05:44.653Z Downloaded hash32 v0.3.1
9362025-03-20T21:05:44.653Z Downloaded derive-where v1.2.7
9372025-03-20T21:05:44.678Z Downloaded deranged v0.3.11
9382025-03-20T21:05:44.678Z Downloaded defmt-macros v0.3.9
9392025-03-20T21:05:44.678Z Downloaded defmt v0.3.8
9402025-03-20T21:05:44.678Z Downloaded data-encoding v2.6.0
9412025-03-20T21:05:44.678Z Downloaded toml_edit v0.19.15
9422025-03-20T21:05:44.703Z Downloaded tokio-rustls v0.26.0
9432025-03-20T21:05:44.703Z Downloaded cobs v0.2.3
9442025-03-20T21:05:44.703Z Downloaded bit-set v0.8.0
9452025-03-20T21:05:44.703Z Downloaded bindgen v0.69.5
9462025-03-20T21:05:44.703Z Downloaded derive_builder_macro v0.20.2
9472025-03-20T21:05:44.704Z Downloaded schemars v0.8.22
9482025-03-20T21:05:44.729Z Downloaded salsa20 v0.10.2
9492025-03-20T21:05:44.729Z Downloaded rustls-pemfile v2.2.0
9502025-03-20T21:05:44.729Z Downloaded rustc_version v0.1.7
9512025-03-20T21:05:44.729Z Downloaded poly1305 v0.8.0
9522025-03-20T21:05:44.729Z Downloaded pkcs5 v0.7.1
9532025-03-20T21:05:44.729Z Downloaded pin-project-internal v1.1.6
9542025-03-20T21:05:44.729Z Downloaded phf_generator v0.11.2
9552025-03-20T21:05:44.729Z Downloaded phf_codegen v0.11.2
9562025-03-20T21:05:44.729Z Downloaded ena v0.14.3
9572025-03-20T21:05:44.754Z Downloaded synstructure v0.13.1
9582025-03-20T21:05:44.754Z Downloaded sync_wrapper v1.0.1
9592025-03-20T21:05:44.754Z Downloaded snafu v0.8.5
9602025-03-20T21:05:44.754Z Downloaded smf v0.2.3
9612025-03-20T21:05:44.754Z Downloaded slog-bunyan v2.5.0
9622025-03-20T21:05:44.754Z Downloaded tokio-native-tls v0.3.1
9632025-03-20T21:05:44.754Z Downloaded sqlparser v0.45.0
9642025-03-20T21:05:44.754Z Downloaded proc-macro-error-attr2 v2.0.0
9652025-03-20T21:05:44.754Z Downloaded libgit2-sys v0.17.0+1.8.1
9662025-03-20T21:05:44.824Z Downloaded ciborium-io v0.2.2
9672025-03-20T21:05:44.850Z Downloaded bstr v1.10.0
9682025-03-20T21:05:44.850Z Downloaded zone_cfg_derive v0.1.2
9692025-03-20T21:05:44.850Z Downloaded proc-macro-error2 v2.0.1
9702025-03-20T21:05:44.850Z Downloaded backtrace v0.3.74
9712025-03-20T21:05:44.850Z Downloaded half v2.4.1
9722025-03-20T21:05:44.875Z Downloaded der v0.7.9
9732025-03-20T21:05:44.876Z Downloaded slog-dtrace v0.3.0
9742025-03-20T21:05:44.876Z Downloaded secrecy v0.8.0
9752025-03-20T21:05:44.876Z Downloaded h2 v0.4.6
9762025-03-20T21:05:44.876Z Downloaded debug-ignore v1.0.5
9772025-03-20T21:05:44.876Z Downloaded toml v0.7.8
9782025-03-20T21:05:44.876Z Downloaded globset v0.4.15
9792025-03-20T21:05:44.901Z Downloaded topological-sort v0.2.2
9802025-03-20T21:05:44.901Z Downloaded tokio-postgres v0.7.13
9812025-03-20T21:05:44.901Z Downloaded structmeta-derive v0.3.0
9822025-03-20T21:05:44.901Z Downloaded chrono-tz v0.10.1
9832025-03-20T21:05:44.901Z Downloaded slog v2.7.0
9842025-03-20T21:05:44.901Z Downloaded toolchain_find v0.4.0
9852025-03-20T21:05:44.901Z Downloaded time v0.3.36
9862025-03-20T21:05:44.926Z Downloaded serde_repr v0.1.19
9872025-03-20T21:05:44.926Z Downloaded rustls v0.21.12
9882025-03-20T21:05:44.926Z Downloaded minimal-lexical v0.2.1
9892025-03-20T21:05:44.951Z Downloaded libz-sys v1.1.20
9902025-03-20T21:05:44.976Z Downloaded http-range v0.1.5
9912025-03-20T21:05:44.976Z Downloaded crossbeam-epoch v0.9.18
9922025-03-20T21:05:44.977Z Downloaded console v0.15.10
9932025-03-20T21:05:44.977Z Downloaded atomicwrites v0.4.4
9942025-03-20T21:05:44.977Z Downloaded either v1.14.0
9952025-03-20T21:05:44.977Z Downloaded ed25519 v2.2.3
9962025-03-20T21:05:44.977Z Downloaded dyn-clone v1.0.19
9972025-03-20T21:05:44.977Z Downloaded subtle v2.6.1
9982025-03-20T21:05:44.977Z Downloaded ssh-key v0.6.6
9992025-03-20T21:05:45.002Z Downloaded spin v0.9.8
10002025-03-20T21:05:45.002Z Downloaded smallvec v1.14.0
10012025-03-20T21:05:45.002Z Downloaded darling_core v0.20.10
10022025-03-20T21:05:45.002Z Downloaded zopfli v0.8.1
10032025-03-20T21:05:45.002Z Downloaded zip v2.1.3
10042025-03-20T21:05:45.002Z Downloaded tokio-rustls v0.24.1
10052025-03-20T21:05:45.002Z Downloaded time-macros v0.2.18
10062025-03-20T21:05:45.028Z Downloaded mime v0.3.17
10072025-03-20T21:05:45.028Z Downloaded itertools v0.14.0
10082025-03-20T21:05:45.028Z Downloaded http v1.2.0
10092025-03-20T21:05:45.028Z Downloaded colored v2.2.0
10102025-03-20T21:05:45.028Z Downloaded cexpr v0.6.0
10112025-03-20T21:05:45.028Z Downloaded parse-display-derive v0.10.0
10122025-03-20T21:05:45.028Z Downloaded getrandom v0.3.1
10132025-03-20T21:05:45.028Z Downloaded darling v0.20.10
10142025-03-20T21:05:45.053Z Downloaded daft v0.1.2
10152025-03-20T21:05:45.053Z Downloaded tokio-macros v2.5.0
10162025-03-20T21:05:45.053Z Downloaded strip-ansi-escapes v0.2.0
10172025-03-20T21:05:45.053Z Downloaded miniz_oxide v0.8.5
10182025-03-20T21:05:45.053Z Downloaded libsw v3.4.0
10192025-03-20T21:05:45.053Z Downloaded itertools v0.12.1
10202025-03-20T21:05:45.054Z Downloaded indoc v1.0.9
10212025-03-20T21:05:45.079Z Downloaded icu_provider_macros v1.5.0
10222025-03-20T21:05:45.079Z Downloaded icu_properties_data v1.5.0
10232025-03-20T21:05:45.079Z Downloaded icu_collections v1.5.0
10242025-03-20T21:05:45.079Z Downloaded bitvec v1.0.1
10252025-03-20T21:05:45.104Z Downloaded bindgen v0.71.1
10262025-03-20T21:05:45.129Z Downloaded oxnet v0.1.1
10272025-03-20T21:05:45.129Z Downloaded hash32 v0.2.1
10282025-03-20T21:05:45.129Z Downloaded group v0.13.0
10292025-03-20T21:05:45.129Z Downloaded glob v0.3.2
10302025-03-20T21:05:45.129Z Downloaded curve25519-dalek-derive v0.1.1
10312025-03-20T21:05:45.129Z Downloaded zone_cfg_derive v0.3.0
10322025-03-20T21:05:45.129Z Downloaded zone v0.3.0
10332025-03-20T21:05:45.129Z Downloaded zone v0.1.8
10342025-03-20T21:05:45.130Z Downloaded tokio-rustls v0.25.0
10352025-03-20T21:05:45.130Z Downloaded tinyvec v1.8.0
10362025-03-20T21:05:45.130Z Downloaded managed v0.8.0
10372025-03-20T21:05:45.130Z Downloaded litemap v0.7.3
10382025-03-20T21:05:45.130Z Downloaded linked-hash-map v0.5.6
10392025-03-20T21:05:45.130Z Downloaded linear-map v1.2.0
10402025-03-20T21:05:45.130Z Downloaded keccak v0.1.5
10412025-03-20T21:05:45.155Z Downloaded itertools v0.13.0
10422025-03-20T21:05:45.155Z Downloaded instability v0.3.2
10432025-03-20T21:05:45.155Z Downloaded ident_case v1.0.1
10442025-03-20T21:05:45.155Z Downloaded hyper v1.6.0
10452025-03-20T21:05:45.155Z Downloaded httparse v1.9.5
10462025-03-20T21:05:45.155Z Downloaded hostname v0.3.1
10472025-03-20T21:05:45.155Z Downloaded hex-literal v0.4.1
10482025-03-20T21:05:45.155Z Downloaded chrono v0.4.40
10492025-03-20T21:05:45.181Z Downloaded buf-list v1.0.3
10502025-03-20T21:05:45.181Z Downloaded tokio-tungstenite v0.21.0
10512025-03-20T21:05:45.181Z Downloaded tokio-stream v0.1.17
10522025-03-20T21:05:45.181Z Downloaded tls_codec_derive v0.4.1
10532025-03-20T21:05:45.181Z Downloaded tls_codec v0.4.1
10542025-03-20T21:05:45.181Z Downloaded tinystr v0.7.6
10552025-03-20T21:05:45.181Z Downloaded tiny-keccak v2.0.2
10562025-03-20T21:05:45.206Z Downloaded time-core v0.1.2
10572025-03-20T21:05:45.206Z Downloaded string_cache v0.8.7
10582025-03-20T21:05:45.206Z Downloaded stable_deref_trait v1.2.0
10592025-03-20T21:05:45.206Z Downloaded serde-hex v0.1.0
10602025-03-20T21:05:45.206Z Downloaded rustfmt-wrapper v0.2.1
10612025-03-20T21:05:45.206Z Downloaded progenitor v0.8.0
10622025-03-20T21:05:45.206Z Downloaded proc-macro-crate v1.3.1
10632025-03-20T21:05:45.206Z Downloaded mio v1.0.2
10642025-03-20T21:05:45.206Z Downloaded match_cfg v0.1.0
10652025-03-20T21:05:45.206Z Downloaded lru-cache v0.1.2
10662025-03-20T21:05:45.206Z Downloaded lru v0.12.5
10672025-03-20T21:05:45.206Z Downloaded litrs v0.4.1
10682025-03-20T21:05:45.206Z Downloaded libsw-core v0.3.1
10692025-03-20T21:05:45.231Z Downloaded libloading v0.8.5
10702025-03-20T21:05:45.232Z Downloaded is_ci v1.2.0
10712025-03-20T21:05:45.232Z Downloaded is-terminal v0.4.13
10722025-03-20T21:05:45.232Z Downloaded ipnetwork v0.21.1
10732025-03-20T21:05:45.232Z Downloaded indoc v2.0.6
10742025-03-20T21:05:45.232Z Downloaded indent_write v2.2.0
10752025-03-20T21:05:45.232Z Downloaded impl-trait-for-tuples v0.2.2
10762025-03-20T21:05:45.232Z Downloaded icu_locid v1.5.0
10772025-03-20T21:05:45.232Z Downloaded hyper-staticfile v0.10.1
10782025-03-20T21:05:45.232Z Downloaded hubpack_derive v0.1.1
10792025-03-20T21:05:45.232Z Downloaded hmac v0.12.1
10802025-03-20T21:05:45.232Z Downloaded heck v0.3.3
10812025-03-20T21:05:45.257Z Downloaded blake3 v1.5.4
10822025-03-20T21:05:45.257Z Downloaded bitfield v0.14.0
10832025-03-20T21:05:45.257Z Downloaded array-init v0.0.4
10842025-03-20T21:05:45.257Z Downloaded md-5 v0.10.6
10852025-03-20T21:05:45.257Z Downloaded lzma-sys v0.1.20
10862025-03-20T21:05:45.282Z Downloaded libxml v0.3.3
10872025-03-20T21:05:45.307Z Downloaded lazycell v1.3.0
10882025-03-20T21:05:45.307Z Downloaded hyper-util v0.1.10
10892025-03-20T21:05:45.307Z Downloaded rtoolbox v0.0.2
10902025-03-20T21:05:45.308Z Downloaded iana-time-zone v0.1.61
10912025-03-20T21:05:45.308Z Downloaded http-body-util v0.1.2
10922025-03-20T21:05:45.308Z Downloaded hex v0.4.3
10932025-03-20T21:05:45.308Z Downloaded headers-core v0.3.0
10942025-03-20T21:05:45.308Z Downloaded aho-corasick v1.1.3
10952025-03-20T21:05:45.333Z Downloaded memoffset v0.9.1
10962025-03-20T21:05:45.333Z Downloaded lockfree-object-pool v0.1.6
10972025-03-20T21:05:45.333Z Downloaded lock_api v0.4.12
10982025-03-20T21:05:45.333Z Downloaded libm v0.2.8
10992025-03-20T21:05:45.333Z Downloaded libefi-sys v0.1.0
11002025-03-20T21:05:45.333Z Downloaded itertools v0.10.5
11012025-03-20T21:05:45.359Z Downloaded ipnet v2.11.0
11022025-03-20T21:05:45.359Z Downloaded idna_adapter v1.2.0
11032025-03-20T21:05:45.359Z Downloaded idna v1.0.3
11042025-03-20T21:05:45.359Z Downloaded icu_provider v1.5.0
11052025-03-20T21:05:45.359Z Downloaded icu_properties v1.5.1
11062025-03-20T21:05:45.359Z Downloaded hyper-tls v0.6.0
11072025-03-20T21:05:45.359Z Downloaded hyper-rustls v0.27.3
11082025-03-20T21:05:45.359Z Downloaded heapless v0.7.17
11092025-03-20T21:05:45.359Z Downloaded crc-catalog v2.4.0
11102025-03-20T21:05:45.384Z Downloaded bcs v0.1.6
11112025-03-20T21:05:45.384Z Downloaded base64 v0.21.7
11122025-03-20T21:05:45.384Z Downloaded async-stream v0.3.6
11132025-03-20T21:05:45.384Z Downloaded aes-gcm v0.10.3
11142025-03-20T21:05:45.384Z Downloaded cbc v0.1.2
11152025-03-20T21:05:45.384Z Downloaded rsa v0.9.6
11162025-03-20T21:05:45.385Z Downloaded internet-checksum v0.2.1
11172025-03-20T21:05:45.385Z Downloaded instant v0.1.13
11182025-03-20T21:05:45.385Z Downloaded headers v0.4.0
11192025-03-20T21:05:45.410Z Downloaded ctr v0.9.2
11202025-03-20T21:05:45.410Z Downloaded csv-core v0.1.11
11212025-03-20T21:05:45.410Z Downloaded crossbeam-channel v0.5.13
11222025-03-20T21:05:45.410Z Downloaded cassowary v0.3.0
11232025-03-20T21:05:45.410Z Downloaded bumpalo v3.16.0
11242025-03-20T21:05:45.410Z Downloaded async-recursion v1.1.1
11252025-03-20T21:05:45.410Z Downloaded arrayvec v0.7.6
11262025-03-20T21:05:45.410Z Downloaded arc-swap v1.7.1
11272025-03-20T21:05:45.435Z Downloaded static_assertions v1.1.0
11282025-03-20T21:05:45.435Z Downloaded slog-json v2.6.1
11292025-03-20T21:05:45.435Z Downloaded rustls-pemfile v1.0.4
11302025-03-20T21:05:45.435Z Downloaded rand_chacha v0.9.0
11312025-03-20T21:05:45.435Z Downloaded maybe-uninit v2.0.0
11322025-03-20T21:05:45.436Z Downloaded kstat-rs v0.2.4
11332025-03-20T21:05:45.436Z Downloaded jobserver v0.1.32
11342025-03-20T21:05:45.436Z Downloaded icu_locid_transform v1.5.0
11352025-03-20T21:05:45.436Z Downloaded hubpack v0.1.2
11362025-03-20T21:05:45.436Z Downloaded home v0.5.9
11372025-03-20T21:05:45.436Z Downloaded hkdf v0.12.4
11382025-03-20T21:05:45.436Z Downloaded hickory-client v0.24.4
11392025-03-20T21:05:45.461Z Downloaded cstr-argument v0.1.2
11402025-03-20T21:05:45.461Z Downloaded crc v3.2.1
11412025-03-20T21:05:45.461Z Downloaded chrono-tz-build v0.4.0
11422025-03-20T21:05:45.461Z Downloaded chacha20 v0.9.1
11432025-03-20T21:05:45.461Z Downloaded bytes v1.10.1
11442025-03-20T21:05:45.461Z Downloaded bitfield-struct v0.6.2
11452025-03-20T21:05:45.461Z Downloaded bb8 v0.8.5
11462025-03-20T21:05:45.461Z Downloaded base16ct v0.2.0
11472025-03-20T21:05:45.461Z Downloaded async-stream-impl v0.3.6
11482025-03-20T21:05:45.461Z Downloaded adler2 v2.0.0
11492025-03-20T21:05:45.461Z Downloaded addr2line v0.24.2
11502025-03-20T21:05:45.461Z Downloaded semver v0.1.20
11512025-03-20T21:05:45.461Z Downloaded rustc_version v0.4.1
11522025-03-20T21:05:45.461Z Downloaded rand_xorshift v0.3.0
11532025-03-20T21:05:45.487Z Downloaded rand_core v0.9.2
11542025-03-20T21:05:45.487Z Downloaded rand_core v0.6.4
11552025-03-20T21:05:45.487Z Downloaded rand_chacha v0.3.1
11562025-03-20T21:05:45.487Z Downloaded quinn v0.11.5
11572025-03-20T21:05:45.512Z Downloaded lalrpop v0.19.12
11582025-03-20T21:05:45.513Z Downloaded indicatif v0.17.11
11592025-03-20T21:05:45.513Z Downloaded indexmap v1.9.3
11602025-03-20T21:05:45.513Z Downloaded hostname v0.4.0
11612025-03-20T21:05:45.513Z Downloaded heapless v0.8.0
11622025-03-20T21:05:45.513Z Downloaded crypto-bigint v0.5.5
11632025-03-20T21:05:45.513Z Downloaded crossbeam-utils v0.8.20
11642025-03-20T21:05:45.513Z Downloaded crc-any v2.5.0
11652025-03-20T21:05:45.513Z Downloaded cookie v0.18.1
11662025-03-20T21:05:45.538Z Downloaded convert_case v0.4.0
11672025-03-20T21:05:45.538Z Downloaded constant_time_eq v0.3.1
11682025-03-20T21:05:45.538Z Downloaded const-oid v0.9.6
11692025-03-20T21:05:45.538Z Downloaded compact_str v0.8.0
11702025-03-20T21:05:45.538Z Downloaded cc v1.2.15
11712025-03-20T21:05:45.538Z Downloaded bit-vec v0.6.3
11722025-03-20T21:05:45.538Z Downloaded base64 v0.22.1
11732025-03-20T21:05:45.538Z Downloaded clang-sys v1.8.1
11742025-03-20T21:05:45.564Z Downloaded chacha20poly1305 v0.10.1
11752025-03-20T21:05:45.564Z Downloaded cancel-safe-futures v0.1.5
11762025-03-20T21:05:45.564Z Downloaded bzip2 v0.4.4
11772025-03-20T21:05:45.564Z Downloaded base64ct v1.6.0
11782025-03-20T21:05:45.564Z Downloaded ascii-canvas v3.0.0
11792025-03-20T21:05:45.564Z Downloaded aead v0.5.2
11802025-03-20T21:05:45.564Z Downloaded cookie_store v0.21.1
11812025-03-20T21:05:45.564Z Downloaded ciborium v0.2.2
11822025-03-20T21:05:45.564Z Downloaded ahash v0.8.11
11832025-03-20T21:05:45.564Z Downloaded maplit v1.0.2
11842025-03-20T21:05:45.564Z Downloaded lalrpop-util v0.19.12
11852025-03-20T21:05:45.564Z Downloaded crossbeam-deque v0.8.5
11862025-03-20T21:05:45.564Z Downloaded const_format_proc_macros v0.2.34
11872025-03-20T21:05:45.590Z Downloaded castaway v0.2.3
11882025-03-20T21:05:45.590Z Downloaded bit-set v0.5.3
11892025-03-20T21:05:45.590Z Downloaded icu_normalizer v1.5.0
11902025-03-20T21:05:45.590Z Downloaded icu_locid_transform_data v1.5.0
11912025-03-20T21:05:45.590Z Downloaded hickory-resolver v0.24.4
11922025-03-20T21:05:45.590Z Downloaded crucible-workspace-hack v0.1.0
11932025-03-20T21:05:45.590Z Downloaded aes v0.8.4
11942025-03-20T21:05:45.590Z Downloaded bit-vec v0.8.0
11952025-03-20T21:05:45.590Z Downloaded cfg_aliases v0.1.1
11962025-03-20T21:05:45.590Z Downloaded cargo_metadata v0.18.1
11972025-03-20T21:05:45.590Z Downloaded blowfish v0.9.1
11982025-03-20T21:05:45.616Z Downloaded block-padding v0.3.3
11992025-03-20T21:05:45.616Z Downloaded atty v0.2.14
12002025-03-20T21:05:47.214Z Downloaded aws-lc-sys v0.26.0
12012025-03-20T21:05:47.599Z Compiling serde v1.0.218
12022025-03-20T21:05:47.624Z Compiling value-bag v1.9.0
12032025-03-20T21:05:47.624Z Compiling lock_api v0.4.12
12042025-03-20T21:05:47.624Z Compiling scopeguard v1.2.0
12052025-03-20T21:05:47.624Z Compiling typenum v1.17.0
12062025-03-20T21:05:47.624Z Compiling shlex v1.3.0
12072025-03-20T21:05:47.699Z Compiling syn v2.0.98
12082025-03-20T21:05:47.724Z Compiling getrandom v0.2.15
12092025-03-20T21:05:47.896Z Compiling jobserver v0.1.32
12102025-03-20T21:05:48.049Z Compiling log v0.4.22
12112025-03-20T21:05:48.137Z Compiling rand_core v0.6.4
12122025-03-20T21:05:48.162Z Compiling generic-array v0.14.7
12132025-03-20T21:05:48.188Z Compiling subtle v2.6.1
12142025-03-20T21:05:48.514Z Compiling cc v1.2.15
12152025-03-20T21:05:48.540Z Compiling smallvec v1.14.0
12162025-03-20T21:05:48.540Z Compiling const-oid v0.9.6
12172025-03-20T21:05:48.616Z Compiling pin-project-lite v0.2.14
12182025-03-20T21:05:48.641Z Compiling rustix v0.38.37
12192025-03-20T21:05:48.755Z Compiling parking_lot_core v0.9.10
12202025-03-20T21:05:48.781Z Compiling spin v0.9.8
12212025-03-20T21:05:48.901Z Compiling signal-hook-registry v1.4.2
12222025-03-20T21:05:49.116Z Compiling futures-core v0.3.31
12232025-03-20T21:05:49.343Z Compiling mio v1.0.2
12242025-03-20T21:05:49.368Z Compiling aho-corasick v1.1.3
12252025-03-20T21:05:49.529Z Compiling parking_lot v0.12.3
12262025-03-20T21:05:49.668Z Compiling regex-syntax v0.8.5
12272025-03-20T21:05:49.693Z Compiling serde_json v1.0.139
12282025-03-20T21:05:49.966Z Compiling either v1.14.0
12292025-03-20T21:05:50.172Z Compiling glob v0.3.2
12302025-03-20T21:05:50.247Z Compiling stable_deref_trait v1.2.0
12312025-03-20T21:05:50.273Z Compiling socket2 v0.5.8
12322025-03-20T21:05:50.316Z Compiling futures-sink v0.3.31
12332025-03-20T21:05:50.360Z Compiling libm v0.2.8
12342025-03-20T21:05:50.493Z Compiling cpufeatures v0.2.14
12352025-03-20T21:05:50.579Z Compiling prettyplease v0.2.30
12362025-03-20T21:05:50.683Z Compiling lazy_static v1.5.0
12372025-03-20T21:05:50.819Z Compiling num-traits v0.2.19
12382025-03-20T21:05:50.943Z Compiling slab v0.4.9
12392025-03-20T21:05:50.968Z Compiling clang-sys v1.8.1
12402025-03-20T21:05:51.095Z Compiling minimal-lexical v0.2.1
12412025-03-20T21:05:51.393Z Compiling libloading v0.8.5
12422025-03-20T21:05:51.527Z Compiling nom v7.1.3
12432025-03-20T21:05:51.593Z Compiling home v0.5.9
12442025-03-20T21:05:51.756Z Compiling bindgen v0.69.5
12452025-03-20T21:05:51.834Z Compiling foldhash v0.1.3
12462025-03-20T21:05:51.919Z Compiling allocator-api2 v0.2.18
12472025-03-20T21:05:52.108Z Compiling getrandom v0.3.1
12482025-03-20T21:05:52.510Z Compiling pkg-config v0.3.31
12492025-03-20T21:05:52.573Z Compiling hashbrown v0.15.1
12502025-03-20T21:05:53.337Z Compiling regex-automata v0.4.8
12512025-03-20T21:05:53.693Z Compiling itertools v0.12.1
12522025-03-20T21:05:53.949Z Compiling rustc-hash v1.1.0
12532025-03-20T21:05:54.110Z Compiling lazycell v1.3.0
12542025-03-20T21:05:54.293Z Compiling synstructure v0.13.1
12552025-03-20T21:05:54.564Z Compiling cexpr v0.6.0
12562025-03-20T21:05:54.968Z Compiling futures-channel v0.3.31
12572025-03-20T21:05:55.367Z Compiling cmake v0.1.51
12582025-03-20T21:05:55.550Z Compiling pin-utils v0.1.0
12592025-03-20T21:05:55.655Z Compiling futures-io v0.3.31
12602025-03-20T21:05:55.973Z Compiling dunce v1.0.5
12612025-03-20T21:05:56.113Z Compiling fs_extra v1.3.0
12622025-03-20T21:05:56.138Z Compiling futures-task v0.3.31
12632025-03-20T21:05:56.246Z Compiling paste v1.0.15
12642025-03-20T21:05:56.438Z Compiling base64ct v1.6.0
12652025-03-20T21:05:56.475Z Compiling ring v0.17.11
12662025-03-20T21:05:56.646Z Compiling writeable v0.5.5
12672025-03-20T21:05:56.784Z Compiling flagset v0.4.6
12682025-03-20T21:05:57.009Z Compiling pem-rfc7468 v0.7.0
12692025-03-20T21:05:57.034Z Compiling litemap v0.7.3
12702025-03-20T21:05:57.281Z Compiling aws-lc-rs v1.12.4
12712025-03-20T21:05:57.405Z Compiling vcpkg v0.2.15
12722025-03-20T21:05:57.644Z Compiling rustls-pki-types v1.10.0
12732025-03-20T21:05:57.676Z Compiling crossbeam-utils v0.8.20
12742025-03-20T21:05:58.223Z Compiling regex v1.11.1
12752025-03-20T21:05:58.248Z Compiling icu_locid_transform_data v1.5.0
12762025-03-20T21:05:58.413Z Compiling tracing-core v0.1.32
12772025-03-20T21:05:58.626Z Compiling untrusted v0.7.1
12782025-03-20T21:05:58.861Z Compiling time-core v0.1.2
12792025-03-20T21:05:59.002Z Compiling serde_derive v1.0.218
12802025-03-20T21:05:59.080Z Compiling zeroize_derive v1.4.2
12812025-03-20T21:05:59.106Z Compiling zerocopy-derive v0.7.35
12822025-03-20T21:05:59.240Z Compiling tokio-macros v2.5.0
12832025-03-20T21:05:59.612Z Compiling zerofrom-derive v0.1.4
12842025-03-20T21:06:00.494Z Compiling zeroize v1.8.1
12852025-03-20T21:06:00.614Z Compiling yoke-derive v0.7.4
12862025-03-20T21:06:00.892Z Compiling zerocopy v0.7.35
12872025-03-20T21:06:01.583Z Compiling displaydoc v0.2.5
12882025-03-20T21:06:02.034Z Compiling crypto-common v0.1.6
12892025-03-20T21:06:02.097Z Compiling block-buffer v0.10.4
12902025-03-20T21:06:02.283Z Compiling block-padding v0.3.3
12912025-03-20T21:06:02.363Z Compiling digest v0.10.7
12922025-03-20T21:06:02.413Z Compiling zerovec-derive v0.10.3
12932025-03-20T21:06:02.525Z Compiling inout v0.1.3
12942025-03-20T21:06:02.676Z Compiling zerofrom v0.1.4
12952025-03-20T21:06:02.779Z Compiling hmac v0.12.1
12962025-03-20T21:06:02.839Z Compiling thiserror-impl v1.0.69
12972025-03-20T21:06:02.864Z Compiling futures-macro v0.3.31
12982025-03-20T21:06:02.898Z Compiling sha2 v0.10.8
12992025-03-20T21:06:02.923Z Compiling cipher v0.4.4
13002025-03-20T21:06:02.923Z Compiling yoke v0.7.4
13012025-03-20T21:06:03.032Z Compiling der_derive v0.7.3
13022025-03-20T21:06:03.254Z Compiling icu_provider_macros v1.5.0
13032025-03-20T21:06:03.416Z Compiling salsa20 v0.10.2
13042025-03-20T21:06:03.641Z Compiling pbkdf2 v0.12.2
13052025-03-20T21:06:03.811Z Compiling ppv-lite86 v0.2.20
13062025-03-20T21:06:04.162Z Compiling scrypt v0.11.0
13072025-03-20T21:06:04.348Z Compiling futures-util v0.3.31
13082025-03-20T21:06:04.428Z Compiling zerovec v0.10.4
13092025-03-20T21:06:04.487Z Compiling aes v0.8.4
13102025-03-20T21:06:04.611Z Compiling cbc v0.1.2
13112025-03-20T21:06:04.843Z Compiling openssl-sys v0.9.106
13122025-03-20T21:06:04.944Z Compiling der v0.7.9
13132025-03-20T21:06:05.390Z Compiling thiserror v1.0.69
13142025-03-20T21:06:05.551Z Compiling pest v2.7.14
13152025-03-20T21:06:05.582Z Compiling tracing-attributes v0.1.27
13162025-03-20T21:06:05.759Z Compiling powerfmt v0.2.0
13172025-03-20T21:06:06.213Z Compiling tinystr v0.7.6
13182025-03-20T21:06:06.290Z Compiling icu_collections v1.5.0
13192025-03-20T21:06:06.579Z Compiling icu_locid v1.5.0
13202025-03-20T21:06:06.796Z Compiling spki v0.7.3
13212025-03-20T21:06:07.147Z Compiling percent-encoding v2.3.1
13222025-03-20T21:06:07.399Z Compiling httparse v1.9.5
13232025-03-20T21:06:07.445Z Compiling num-conv v0.1.0
13242025-03-20T21:06:07.598Z Compiling icu_provider v1.5.0
13252025-03-20T21:06:07.702Z Compiling iana-time-zone v0.1.61
13262025-03-20T21:06:07.993Z Compiling icu_properties_data v1.5.0
13272025-03-20T21:06:08.053Z Compiling untrusted v0.9.0
13282025-03-20T21:06:08.236Z Compiling icu_locid_transform v1.5.0
13292025-03-20T21:06:08.318Z Compiling tracing v0.1.40
13302025-03-20T21:06:08.359Z Compiling pest_meta v2.7.14
13312025-03-20T21:06:08.385Z Compiling time-macros v0.2.18
13322025-03-20T21:06:08.476Z Compiling pkcs5 v0.7.1
13332025-03-20T21:06:08.761Z Compiling deranged v0.3.11
13342025-03-20T21:06:09.189Z Compiling scroll_derive v0.12.0
13352025-03-20T21:06:09.393Z Compiling icu_properties v1.5.1
13362025-03-20T21:06:09.953Z Compiling bitflags v2.6.0
13372025-03-20T21:06:10.130Z Compiling bytes v1.10.1
13382025-03-20T21:06:10.356Z Compiling semver v1.0.25
13392025-03-20T21:06:10.698Z Compiling indexmap v2.7.1
13402025-03-20T21:06:11.005Z Compiling rustc_version v0.4.1
13412025-03-20T21:06:11.460Z Compiling tokio v1.43.0
13422025-03-20T21:06:11.669Z Compiling http v1.2.0
13432025-03-20T21:06:11.966Z Compiling uuid v1.15.1
13442025-03-20T21:06:12.112Z Compiling chrono v0.4.40
13452025-03-20T21:06:12.721Z Compiling utf16_iter v1.0.5
13462025-03-20T21:06:12.921Z Compiling icu_normalizer_data v1.5.0
13472025-03-20T21:06:13.027Z Compiling num_threads v0.1.7
13482025-03-20T21:06:13.064Z Compiling zerocopy v0.8.10
13492025-03-20T21:06:13.165Z Compiling write16 v1.0.0
13502025-03-20T21:06:13.227Z Compiling utf8_iter v1.0.4
13512025-03-20T21:06:13.304Z Compiling atomic-waker v1.1.2
13522025-03-20T21:06:13.330Z Compiling time v0.3.36
13532025-03-20T21:06:13.445Z Compiling which v4.4.2
13542025-03-20T21:06:13.493Z Compiling icu_normalizer v1.5.0
13552025-03-20T21:06:13.519Z Compiling http-body v1.0.1
13562025-03-20T21:06:13.802Z Compiling scroll v0.12.0
13572025-03-20T21:06:13.938Z Compiling pest_generator v2.7.14
13582025-03-20T21:06:14.284Z Compiling pkcs8 v0.10.2
13592025-03-20T21:06:14.837Z Compiling zerocopy-derive v0.8.10
13602025-03-20T21:06:14.862Z Compiling serde_derive_internals v0.29.1
13612025-03-20T21:06:14.887Z Compiling tinyvec_macros v0.1.1
13622025-03-20T21:06:14.940Z Compiling slog v2.7.0
13632025-03-20T21:06:14.984Z Compiling schemars v0.8.22
13642025-03-20T21:06:15.270Z Compiling try-lock v0.2.5
13652025-03-20T21:06:15.328Z Compiling pest_derive v2.7.14
13662025-03-20T21:06:15.423Z Compiling want v0.3.1
13672025-03-20T21:06:15.492Z Compiling tinyvec v1.8.0
13682025-03-20T21:06:15.669Z Compiling goblin v0.8.2
13692025-03-20T21:06:15.998Z Compiling idna_adapter v1.2.0
13702025-03-20T21:06:16.202Z Compiling form_urlencoded v1.2.1
13712025-03-20T21:06:16.487Z Compiling dyn-clone v1.0.19
13722025-03-20T21:06:16.696Z Compiling rustversion v1.0.17
13732025-03-20T21:06:16.774Z Compiling foreign-types-shared v0.1.1
13742025-03-20T21:06:16.815Z Compiling schemars_derive v0.8.22
13752025-03-20T21:06:16.908Z Compiling openssl v0.10.71
13762025-03-20T21:06:17.127Z Compiling tower-service v0.3.3
13772025-03-20T21:06:17.265Z Compiling adler2 v2.0.0
13782025-03-20T21:06:17.291Z Compiling httpdate v1.0.3
13792025-03-20T21:06:17.412Z Compiling miniz_oxide v0.8.5
13802025-03-20T21:06:17.458Z Compiling foreign-types v0.3.2
13812025-03-20T21:06:17.559Z Compiling idna v1.0.3
13822025-03-20T21:06:17.677Z Compiling dtrace-parser v0.2.0
13832025-03-20T21:06:18.631Z Compiling tokio-util v0.7.13
13842025-03-20T21:06:19.181Z Compiling serde_tokenstream v0.2.2
13852025-03-20T21:06:19.433Z Compiling h2 v0.4.6
13862025-03-20T21:06:19.541Z Compiling rand_core v0.9.2
13872025-03-20T21:06:19.692Z Compiling toml_datetime v0.6.8
13882025-03-20T21:06:19.718Z Compiling serde_spanned v0.6.8
13892025-03-20T21:06:19.963Z Compiling openssl-macros v0.1.1
13902025-03-20T21:06:20.107Z Compiling bzip2-sys v0.1.11+1.0.8
13912025-03-20T21:06:20.548Z Compiling rustls v0.23.19
13922025-03-20T21:06:20.645Z Compiling dof v0.3.0
13932025-03-20T21:06:20.882Z Compiling native-tls v0.2.12
13942025-03-20T21:06:21.047Z Compiling siphasher v0.3.11
13952025-03-20T21:06:21.246Z Compiling base64 v0.22.1
13962025-03-20T21:06:21.403Z Compiling syn v1.0.109
13972025-03-20T21:06:21.918Z Compiling usdt-impl v0.5.0
13982025-03-20T21:06:22.334Z Compiling rand_chacha v0.9.0
13992025-03-20T21:06:23.128Z Compiling unicode-normalization v0.1.24
14002025-03-20T21:06:23.276Z Compiling crossbeam-epoch v0.9.18
14012025-03-20T21:06:23.510Z Compiling heapless v0.7.17
14022025-03-20T21:06:23.875Z Compiling rand_chacha v0.3.1
14032025-03-20T21:06:23.902Z Compiling signature v2.2.0
14042025-03-20T21:06:23.927Z Compiling dirs-sys-next v0.1.2
14052025-03-20T21:06:24.011Z Compiling crc32fast v1.4.2
14062025-03-20T21:06:24.069Z Compiling cookie v0.18.1
14072025-03-20T21:06:24.176Z Compiling rustls v0.22.4
14082025-03-20T21:06:24.317Z Compiling rayon-core v1.12.1
14092025-03-20T21:06:24.341Z Compiling signal-hook v0.3.17
14102025-03-20T21:06:24.411Z Compiling unicode-properties v0.1.3
14112025-03-20T21:06:24.435Z Compiling unicode-bidi v0.3.17
14122025-03-20T21:06:24.569Z Compiling openssl-probe v0.1.5
14132025-03-20T21:06:24.742Z Compiling rand v0.8.5
14142025-03-20T21:06:24.766Z Compiling dirs-next v2.0.0
14152025-03-20T21:06:24.928Z Compiling crossbeam-deque v0.8.5
14162025-03-20T21:06:25.095Z Compiling stringprep v0.1.5
14172025-03-20T21:06:25.238Z Compiling rand v0.9.0
14182025-03-20T21:06:25.684Z Compiling hyper v1.6.0
14192025-03-20T21:06:26.011Z Compiling url v2.5.3
14202025-03-20T21:06:26.556Z Compiling http-body-util v0.1.2
14212025-03-20T21:06:26.809Z Compiling curve25519-dalek v4.1.3
14222025-03-20T21:06:26.987Z Compiling md-5 v0.10.6
14232025-03-20T21:06:27.392Z Compiling async-trait v0.1.87
14242025-03-20T21:06:27.554Z Compiling num-integer v0.1.46
14252025-03-20T21:06:27.756Z Compiling hash32 v0.2.1
14262025-03-20T21:06:27.920Z Compiling hyper-util v0.1.10
14272025-03-20T21:06:28.085Z Compiling thread_local v1.1.8
14282025-03-20T21:06:28.188Z Compiling ff v0.13.0
14292025-03-20T21:06:28.406Z Compiling memoffset v0.9.1
14302025-03-20T21:06:28.517Z Compiling multer v3.1.0
14312025-03-20T21:06:28.698Z Compiling encoding_rs v0.8.34
14322025-03-20T21:06:28.753Z Compiling mime v0.3.17
14332025-03-20T21:06:28.793Z Compiling smoltcp v0.9.1
14342025-03-20T21:06:28.979Z Compiling fallible-iterator v0.2.0
14352025-03-20T21:06:29.227Z Compiling base16ct v0.2.0
14362025-03-20T21:06:29.361Z Compiling slog-async v2.8.0
14372025-03-20T21:06:29.392Z Compiling cfg_aliases v0.2.1
14382025-03-20T21:06:29.502Z Compiling gimli v0.31.1
14392025-03-20T21:06:29.527Z Compiling psl-types v2.0.11
14402025-03-20T21:06:29.569Z Compiling match_cfg v0.1.0
14412025-03-20T21:06:29.673Z Compiling portable-atomic v1.9.0
14422025-03-20T21:06:29.729Z Compiling num-bigint-dig v0.8.4
14432025-03-20T21:06:29.781Z Compiling newtype-uuid v1.2.1
14442025-03-20T21:06:30.016Z Compiling litrs v0.4.1
14452025-03-20T21:06:30.175Z Compiling publicsuffix v2.3.0
14462025-03-20T21:06:30.396Z Compiling hostname v0.3.1
14472025-03-20T21:06:30.440Z Compiling toml_edit v0.22.24
14482025-03-20T21:06:30.554Z Compiling postgres-protocol v0.6.8
14492025-03-20T21:06:30.598Z Compiling nix v0.29.0
14502025-03-20T21:06:30.995Z Compiling document-features v0.2.10
14512025-03-20T21:06:31.378Z Compiling sec1 v0.7.3
14522025-03-20T21:06:31.882Z Compiling group v0.13.0
14532025-03-20T21:06:31.988Z Compiling num-iter v0.1.45
14542025-03-20T21:06:32.043Z Compiling tokio-native-tls v0.3.1
14552025-03-20T21:06:32.296Z Compiling bzip2 v0.4.4
14562025-03-20T21:06:32.321Z Compiling term v0.7.0
14572025-03-20T21:06:33.397Z Compiling addr2line v0.24.2
14582025-03-20T21:06:33.487Z Compiling flate2 v1.1.0
14592025-03-20T21:06:33.513Z Compiling usdt-attr-macro v0.5.0
14602025-03-20T21:06:33.538Z Compiling usdt-macro v0.5.0
14612025-03-20T21:06:33.594Z Compiling phf_shared v0.11.2
14622025-03-20T21:06:33.923Z Compiling ipnetwork v0.21.1
14632025-03-20T21:06:34.010Z Compiling slog-json v2.6.1
14642025-03-20T21:06:34.273Z Compiling serde_urlencoded v0.7.1
14652025-03-20T21:06:34.341Z Compiling terminal_size v0.4.0
14662025-03-20T21:06:34.562Z Compiling crossbeam-channel v0.5.13
14672025-03-20T21:06:34.611Z Compiling futures-executor v0.3.31
14682025-03-20T21:06:34.730Z Compiling hkdf v0.12.4
14692025-03-20T21:06:34.772Z Compiling crypto-bigint v0.5.5
14702025-03-20T21:06:34.859Z Compiling async-stream-impl v0.3.6
14712025-03-20T21:06:34.993Z Compiling zerocopy-derive v0.6.6
14722025-03-20T21:06:35.071Z Compiling curve25519-dalek-derive v0.1.1
14732025-03-20T21:06:35.459Z Compiling webpki-roots v0.26.6
14742025-03-20T21:06:35.658Z Compiling rustls-pemfile v2.2.0
14752025-03-20T21:06:35.683Z Compiling hubpack_derive v0.1.1
14762025-03-20T21:06:35.967Z Compiling sync_wrapper v1.0.1
14772025-03-20T21:06:36.049Z Compiling is-terminal v0.4.13
14782025-03-20T21:06:36.139Z Compiling fs-err v2.11.0
14792025-03-20T21:06:36.190Z Compiling ahash v0.8.11
14802025-03-20T21:06:36.341Z Compiling dropshot v0.12.0
14812025-03-20T21:06:36.455Z Compiling object v0.36.5
14822025-03-20T21:06:36.507Z Compiling bumpalo v3.16.0
14832025-03-20T21:06:36.537Z Compiling lockfree-object-pool v0.1.6
14842025-03-20T21:06:36.607Z Compiling ipnet v2.11.0
14852025-03-20T21:06:36.643Z Compiling winnow v0.5.40
14862025-03-20T21:06:36.684Z Compiling buf-list v1.0.3
14872025-03-20T21:06:36.778Z Compiling rustc-demangle v0.1.24
14882025-03-20T21:06:36.947Z Compiling zip v2.1.3
14892025-03-20T21:06:37.206Z Compiling take_mut v0.2.2
14902025-03-20T21:06:37.231Z Compiling simd-adler32 v0.3.7
14912025-03-20T21:06:37.375Z Compiling anyhow v1.0.97
14922025-03-20T21:06:37.539Z Compiling unicode-width v0.2.0
14932025-03-20T21:06:37.564Z Compiling tower-layer v0.3.3
14942025-03-20T21:06:37.708Z Compiling managed v0.8.0
14952025-03-20T21:06:37.825Z Compiling clap_builder v4.5.31
14962025-03-20T21:06:38.013Z Compiling console v0.15.10
14972025-03-20T21:06:38.240Z Compiling tower v0.5.2
14982025-03-20T21:06:38.926Z Compiling zopfli v0.8.1
14992025-03-20T21:06:39.536Z Compiling toml_edit v0.19.15
15002025-03-20T21:06:39.684Z Compiling elliptic-curve v0.13.8
15012025-03-20T21:06:39.899Z Compiling zerocopy v0.6.6
15022025-03-20T21:06:40.076Z Compiling strum_macros v0.25.3
15032025-03-20T21:06:40.251Z Compiling hubpack v0.1.2
15042025-03-20T21:06:40.637Z Compiling slog-term v2.9.1
15052025-03-20T21:06:40.662Z Compiling usdt v0.5.0
15062025-03-20T21:06:41.166Z Compiling async-stream v0.3.6
15072025-03-20T21:06:41.439Z Compiling futures v0.3.31
15082025-03-20T21:06:41.555Z Compiling oxnet v0.1.1
15092025-03-20T21:06:41.681Z Compiling slog-bunyan v2.5.0
15102025-03-20T21:06:41.885Z Compiling phf v0.11.2
15112025-03-20T21:06:42.144Z Compiling backtrace v0.3.74
15122025-03-20T21:06:42.195Z Compiling toml v0.8.20
15132025-03-20T21:06:42.573Z Compiling signal-hook-mio v0.2.4
15142025-03-20T21:06:42.740Z Compiling cookie_store v0.21.1
15152025-03-20T21:06:43.053Z Compiling rayon v1.10.0
15162025-03-20T21:06:43.466Z Compiling hyper-tls v0.6.0
15172025-03-20T21:06:44.580Z Compiling postgres-types v0.2.9
15182025-03-20T21:06:45.241Z Compiling camino v1.1.9
15192025-03-20T21:06:45.489Z Compiling ed25519 v2.2.3
15202025-03-20T21:06:45.649Z Compiling phf_shared v0.10.0
15212025-03-20T21:06:45.708Z Compiling dropshot_endpoint v0.12.0
15222025-03-20T21:06:45.974Z Compiling pkcs1 v0.7.5
15232025-03-20T21:06:46.034Z Compiling waitgroup v0.1.2
15242025-03-20T21:06:46.244Z Compiling clap_derive v4.5.28
15252025-03-20T21:06:46.669Z Compiling enum-as-inner v0.6.1
15262025-03-20T21:06:46.730Z Compiling openapiv3 v2.0.0
15272025-03-20T21:06:46.755Z Compiling serde_path_to_error v0.1.16
15282025-03-20T21:06:47.029Z Compiling serde-big-array v0.5.1
15292025-03-20T21:06:47.244Z Compiling rfc6979 v0.4.0
15302025-03-20T21:06:47.431Z Compiling sha1 v0.10.6
15312025-03-20T21:06:47.456Z Compiling serde_repr v0.1.19
15322025-03-20T21:06:47.516Z Compiling daft-derive v0.1.2
15332025-03-20T21:06:47.814Z Compiling bstr v1.10.0
15342025-03-20T21:06:48.347Z Compiling float-cmp v0.10.0
15352025-03-20T21:06:48.557Z Compiling hostname v0.4.0
15362025-03-20T21:06:48.738Z Compiling new_debug_unreachable v1.0.6
15372025-03-20T21:06:48.763Z Compiling precomputed-hash v0.1.1
15382025-03-20T21:06:48.848Z Compiling number_prefix v0.4.0
15392025-03-20T21:06:48.897Z Compiling data-encoding v2.6.0
15402025-03-20T21:06:49.019Z Compiling unicode-segmentation v1.12.0
15412025-03-20T21:06:49.059Z Compiling whoami v1.5.2
15422025-03-20T21:06:49.083Z Compiling fixedbitset v0.4.2
15432025-03-20T21:06:49.449Z Compiling predicates-core v1.0.8
15442025-03-20T21:06:49.536Z Compiling normalize-line-endings v0.3.0
15452025-03-20T21:06:49.658Z Compiling debug-ignore v1.0.5
15462025-03-20T21:06:49.682Z Compiling static_assertions v1.1.0
15472025-03-20T21:06:49.717Z Compiling difflib v0.4.0
15482025-03-20T21:06:49.744Z Compiling clap v4.5.31
15492025-03-20T21:06:49.789Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15502025-03-20T21:06:49.820Z Compiling similar v2.7.0
15512025-03-20T21:06:49.856Z Compiling hickory-proto v0.24.4
15522025-03-20T21:06:49.934Z Compiling tokio-postgres v0.7.13
15532025-03-20T21:06:50.417Z Compiling predicates v3.1.3
15542025-03-20T21:06:50.819Z Compiling petgraph v0.6.5
15552025-03-20T21:06:51.563Z Compiling indicatif v0.17.11
15562025-03-20T21:06:51.700Z Compiling string_cache v0.8.7
15572025-03-20T21:06:52.048Z Compiling daft v0.1.2
15582025-03-20T21:06:52.422Z Compiling ecdsa v0.16.9
15592025-03-20T21:06:53.058Z Compiling rsa v0.9.6
15602025-03-20T21:06:53.150Z Compiling ed25519-dalek v2.1.1
15612025-03-20T21:06:54.261Z Compiling crossterm v0.28.1
15622025-03-20T21:06:54.639Z Compiling toml v0.7.8
15632025-03-20T21:06:55.460Z Compiling zip v0.6.6
15642025-03-20T21:06:55.704Z Compiling tokio-stream v0.1.17
15652025-03-20T21:06:55.812Z Compiling hex v0.4.3
15662025-03-20T21:06:56.307Z Compiling x509-cert v0.2.5
15672025-03-20T21:06:56.519Z Compiling itertools v0.10.5
15682025-03-20T21:06:56.544Z Compiling peg-runtime v0.8.5
15692025-03-20T21:06:56.789Z Compiling lalrpop-util v0.19.12
15702025-03-20T21:06:56.853Z Compiling unicode-xid v0.2.6
15712025-03-20T21:06:56.947Z Compiling strum_macros v0.26.4
15722025-03-20T21:06:57.035Z Compiling xattr v1.3.1
15732025-03-20T21:06:57.060Z Compiling filetime v0.2.25
15742025-03-20T21:06:57.276Z Compiling tar v0.4.44
15752025-03-20T21:07:00.416Z Compiling strum v0.26.3
15762025-03-20T21:07:03.486Z Compiling aws-lc-sys v0.26.0
15772025-03-20T21:07:35.247Z Compiling rustls-webpki v0.102.8
15782025-03-20T21:07:39.351Z Compiling tokio-rustls v0.25.0
15792025-03-20T21:07:41.193Z Compiling tokio-rustls v0.26.0
15802025-03-20T21:07:41.491Z Compiling hyper-rustls v0.27.3
15812025-03-20T21:07:41.798Z Compiling reqwest v0.12.12
15822025-03-20T21:07:45.922Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15832025-03-20T21:07:46.284Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15842025-03-20T21:07:51.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
15852025-03-20T21:07:51.934Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15862025-03-20T21:07:52.002ZMar 20 21:07:51.876 INFO Starting download, target: Clickhouse
15872025-03-20T21:07:52.002ZMar 20 21:07:51.877 INFO Starting download, target: Cockroach
15882025-03-20T21:07:52.002ZMar 20 21:07:51.877 INFO Starting download, target: Console
15892025-03-20T21:07:52.002ZMar 20 21:07:51.877 INFO Starting download, target: DendriteOpenapi
15902025-03-20T21:07:52.027ZMar 20 21:07:51.877 INFO Starting download, target: MaghemiteMgd
15912025-03-20T21:07:52.028ZMar 20 21:07:51.877 INFO Starting download, target: DendriteStub
15922025-03-20T21:07:52.028ZMar 20 21:07:51.877 INFO Starting download, target: TransceiverControl
15932025-03-20T21:07:52.028ZMar 20 21:07:51.878 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15942025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi
15952025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15962025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15972025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15982025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15992025-03-20T21:07:52.028ZMar 20 21:07:51.879 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16002025-03-20T21:07:52.302ZMar 20 21:07:52.173 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012025-03-20T21:07:52.436ZMar 20 21:07:52.297 INFO Download complete, target: DendriteOpenapi
16022025-03-20T21:07:52.687ZMar 20 21:07:52.560 INFO Download complete, target: Console
16032025-03-20T21:07:52.858ZMar 20 21:07:52.720 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16042025-03-20T21:07:53.491ZMar 20 21:07:53.366 INFO Download complete, target: TransceiverControl
16052025-03-20T21:07:54.087ZMar 20 21:07:53.961 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16062025-03-20T21:07:54.975ZMar 20 21:07:54.848 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16072025-03-20T21:07:57.016ZMar 20 21:07:56.891 INFO Download complete, target: DendriteStub
16082025-03-20T21:07:57.177ZMar 20 21:07:57.052 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092025-03-20T21:07:57.177ZMar 20 21:07:57.052 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102025-03-20T21:07:57.934ZMar 20 21:07:57.808 INFO Download complete, target: MaghemiteMgd
16112025-03-20T21:08:05.088ZMar 20 21:08:04.963 INFO Checking that binary works, target: Cockroach
16122025-03-20T21:08:05.428ZMar 20 21:08:05.303 INFO Download complete, target: Cockroach
16132025-03-20T21:08:09.312ZMar 20 21:08:09.187 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16142025-03-20T21:08:21.137ZMar 20 21:08:21.013 INFO Checking that binary works, target: Clickhouse
16152025-03-20T21:08:21.330ZMar 20 21:08:21.205 INFO Download complete, target: Clickhouse
16162025-03-20T21:08:21.355ZAll prerequisites installed successfully
16172025-03-20T21:08:21.355Z
16182025-03-20T21:08:21.355Zreal 5:17.409958932
16192025-03-20T21:08:21.355Zuser 13:57.487995424
16202025-03-20T21:08:21.356Zsys 2:19.460899592
16212025-03-20T21:08:21.356Ztrap 0.468727699
16222025-03-20T21:08:21.356Ztflt 0.480683377
16232025-03-20T21:08:21.356Zdflt 1.254485524
16242025-03-20T21:08:21.356Zkflt 0.009137818
16252025-03-20T21:08:21.356Zlock 25:24.721666199
16262025-03-20T21:08:21.356Zslp 50:20.139662734
16272025-03-20T21:08:21.356Zlat 1:01.822420449
16282025-03-20T21:08:21.356Zstop 2:21.771631846
16292025-03-20T21:08:21.356Z+ ptime -m cargo xtask download softnpu
16302025-03-20T21:08:22.232Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s
16312025-03-20T21:08:22.257Z Running `target/debug/xtask download softnpu`
16322025-03-20T21:08:23.420Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
16332025-03-20T21:08:23.482Z Running `target/debug/xtask-downloader softnpu`
16342025-03-20T21:08:23.533ZMar 20 21:08:23.409 INFO Starting download, target: Softnpu
16352025-03-20T21:08:23.558ZMar 20 21:08:23.410 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16362025-03-20T21:08:25.124ZMar 20 21:08:25.000 INFO Download complete, target: Softnpu
16372025-03-20T21:08:25.150Z
16382025-03-20T21:08:25.150Zreal 3.778424194
16392025-03-20T21:08:25.150Zuser 1.712926501
16402025-03-20T21:08:25.150Zsys 1.020158926
16412025-03-20T21:08:25.150Ztrap 0.000652850
16422025-03-20T21:08:25.150Ztflt 0.000052223
16432025-03-20T21:08:25.150Zdflt 0.000059397
16442025-03-20T21:08:25.150Zkflt 0.000000000
16452025-03-20T21:08:25.150Zlock 17.163064168
16462025-03-20T21:08:25.150Zslp 1.341636367
16472025-03-20T21:08:25.150Zlat 0.147418073
16482025-03-20T21:08:25.150Zstop 0.000299994
16492025-03-20T21:08:25.150Z+ export CARGO_INCREMENTAL=0
16502025-03-20T21:08:25.150Z+ CARGO_INCREMENTAL=0
16512025-03-20T21:08:25.150Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16522025-03-20T21:08:26.443Z Compiling proc-macro2 v1.0.94
16532025-03-20T21:08:26.443Z Compiling unicode-ident v1.0.14
16542025-03-20T21:08:26.443Z Compiling libc v0.2.170
16552025-03-20T21:08:26.468Z Compiling serde v1.0.218
16562025-03-20T21:08:26.469Z Compiling autocfg v1.4.0
16572025-03-20T21:08:26.469Z Compiling cfg-if v1.0.0
16582025-03-20T21:08:26.469Z Compiling version_check v0.9.5
16592025-03-20T21:08:26.693Z Compiling memchr v2.7.4
16602025-03-20T21:08:26.718Z Compiling shlex v1.3.0
16612025-03-20T21:08:26.743Z Compiling typenum v1.17.0
16622025-03-20T21:08:27.101Z Compiling generic-array v0.14.7
16632025-03-20T21:08:27.165Z Compiling value-bag v1.9.0
16642025-03-20T21:08:27.225Z Compiling lock_api v0.4.12
16652025-03-20T21:08:27.483Z Compiling serde_json v1.0.139
16662025-03-20T21:08:27.638Z Compiling log v0.4.22
16672025-03-20T21:08:27.663Z Compiling scopeguard v1.2.0
16682025-03-20T21:08:27.768Z Compiling libm v0.2.8
16692025-03-20T21:08:27.812Z Compiling parking_lot_core v0.9.10
16702025-03-20T21:08:28.104Z Compiling quote v1.0.39
16712025-03-20T21:08:28.181Z Compiling jobserver v0.1.32
16722025-03-20T21:08:28.206Z Compiling num-traits v0.2.19
16732025-03-20T21:08:28.232Z Compiling rustix v0.38.37
16742025-03-20T21:08:28.299Z Compiling semver v1.0.25
16752025-03-20T21:08:28.443Z Compiling getrandom v0.2.15
16762025-03-20T21:08:28.530Z Compiling syn v2.0.98
16772025-03-20T21:08:28.555Z Compiling aho-corasick v1.1.3
16782025-03-20T21:08:28.647Z Compiling cc v1.2.15
16792025-03-20T21:08:28.744Z Compiling getrandom v0.3.1
16802025-03-20T21:08:28.803Z Compiling regex-syntax v0.8.5
16812025-03-20T21:08:28.828Z Compiling either v1.14.0
16822025-03-20T21:08:29.133Z Compiling itoa v1.0.11
16832025-03-20T21:08:29.158Z Compiling once_cell v1.20.3
16842025-03-20T21:08:29.232Z Compiling thiserror v1.0.69
16852025-03-20T21:08:29.541Z Compiling spin v0.9.8
16862025-03-20T21:08:29.694Z Compiling errno v0.3.9
16872025-03-20T21:08:29.752Z Compiling slab v0.4.9
16882025-03-20T21:08:29.874Z Compiling rand_core v0.6.4
16892025-03-20T21:08:30.249Z Compiling glob v0.3.2
16902025-03-20T21:08:30.326Z Compiling prettyplease v0.2.30
16912025-03-20T21:08:30.634Z Compiling lazy_static v1.5.0
16922025-03-20T21:08:30.771Z Compiling minimal-lexical v0.2.1
16932025-03-20T21:08:30.846Z Compiling clang-sys v1.8.1
16942025-03-20T21:08:30.846Z Compiling smallvec v1.14.0
16952025-03-20T21:08:31.156Z Compiling nom v7.1.3
16962025-03-20T21:08:31.217Z Compiling libloading v0.8.5
16972025-03-20T21:08:31.284Z Compiling foldhash v0.1.3
16982025-03-20T21:08:31.414Z Compiling allocator-api2 v0.2.18
16992025-03-20T21:08:31.462Z Compiling bindgen v0.69.5
17002025-03-20T21:08:31.524Z Compiling home v0.5.9
17012025-03-20T21:08:31.549Z Compiling pkg-config v0.3.31
17022025-03-20T21:08:31.616Z Compiling equivalent v1.0.1
17032025-03-20T21:08:31.719Z Compiling regex-automata v0.4.8
17042025-03-20T21:08:32.029Z Compiling hashbrown v0.15.1
17052025-03-20T21:08:32.399Z Compiling itertools v0.12.1
17062025-03-20T21:08:32.795Z Compiling rustc-hash v1.1.0
17072025-03-20T21:08:32.933Z Compiling subtle v2.6.1
17082025-03-20T21:08:33.015Z Compiling lazycell v1.3.0
17092025-03-20T21:08:33.072Z Compiling cmake v0.1.51
17102025-03-20T21:08:33.195Z Compiling fs_extra v1.3.0
17112025-03-20T21:08:33.220Z Compiling ryu v1.0.18
17122025-03-20T21:08:33.471Z Compiling cexpr v0.6.0
17132025-03-20T21:08:33.611Z Compiling dunce v1.0.5
17142025-03-20T21:08:33.746Z Compiling schemars v0.8.22
17152025-03-20T21:08:33.959Z Compiling paste v1.0.15
17162025-03-20T21:08:34.327Z Compiling synstructure v0.13.1
17172025-03-20T21:08:34.663Z Compiling serde_derive_internals v0.29.1
17182025-03-20T21:08:34.688Z Compiling pin-project-lite v0.2.14
17192025-03-20T21:08:34.926Z Compiling ring v0.17.11
17202025-03-20T21:08:35.310Z Compiling byteorder v1.5.0
17212025-03-20T21:08:35.630Z Compiling regex v1.11.1
17222025-03-20T21:08:36.299Z Compiling aws-lc-rs v1.12.4
17232025-03-20T21:08:36.668Z Compiling signal-hook-registry v1.4.2
17242025-03-20T21:08:36.693Z Compiling fnv v1.0.7
17252025-03-20T21:08:36.723Z Compiling const-oid v0.9.6
17262025-03-20T21:08:36.837Z Compiling parking_lot v0.12.3
17272025-03-20T21:08:37.088Z Compiling mio v1.0.2
17282025-03-20T21:08:37.516Z Compiling serde_derive v1.0.218
17292025-03-20T21:08:37.868Z Compiling zeroize_derive v1.4.2
17302025-03-20T21:08:37.977Z Compiling tokio-macros v2.5.0
17312025-03-20T21:08:38.185Z Compiling thiserror-impl v1.0.69
17322025-03-20T21:08:38.419Z Compiling zerocopy-derive v0.7.35
17332025-03-20T21:08:38.462Z Compiling zerofrom-derive v0.1.4
17342025-03-20T21:08:38.545Z Compiling yoke-derive v0.7.4
17352025-03-20T21:08:38.964Z Compiling zeroize v1.8.1
17362025-03-20T21:08:39.089Z Compiling zerovec-derive v0.10.3
17372025-03-20T21:08:39.338Z Compiling displaydoc v0.2.5
17382025-03-20T21:08:39.367Z Compiling futures-macro v0.3.31
17392025-03-20T21:08:40.384Z Compiling schemars_derive v0.8.22
17402025-03-20T21:08:40.593Z Compiling icu_provider_macros v1.5.0
17412025-03-20T21:08:40.726Z Compiling tracing-attributes v0.1.27
17422025-03-20T21:08:40.820Z Compiling crypto-common v0.1.6
17432025-03-20T21:08:41.264Z Compiling heck v0.5.0
17442025-03-20T21:08:41.449Z Compiling stable_deref_trait v1.2.0
17452025-03-20T21:08:41.599Z Compiling block-buffer v0.10.4
17462025-03-20T21:08:41.641Z Compiling der_derive v0.7.3
17472025-03-20T21:08:41.838Z Compiling socket2 v0.5.8
17482025-03-20T21:08:41.866Z Compiling vcpkg v0.2.15
17492025-03-20T21:08:42.473Z Compiling httparse v1.9.5
17502025-03-20T21:08:43.010Z Compiling openssl-sys v0.9.106
17512025-03-20T21:08:43.270Z Compiling digest v0.10.7
17522025-03-20T21:08:43.295Z Compiling time-core v0.1.2
17532025-03-20T21:08:43.295Z Compiling num-conv v0.1.0
17542025-03-20T21:08:43.413Z Compiling futures-core v0.3.31
17552025-03-20T21:08:43.459Z Compiling crossbeam-utils v0.8.20
17562025-03-20T21:08:43.559Z Compiling time-macros v0.2.18
17572025-03-20T21:08:43.776Z Compiling zerocopy v0.8.10
17582025-03-20T21:08:44.243Z Compiling zerocopy v0.7.35
17592025-03-20T21:08:44.753Z Compiling zerocopy-derive v0.8.10
17602025-03-20T21:08:45.404Z Compiling syn v1.0.109
17612025-03-20T21:08:45.437Z Compiling futures-sink v0.3.31
17622025-03-20T21:08:45.723Z Compiling slog v2.7.0
17632025-03-20T21:08:45.792Z Compiling iana-time-zone v0.1.61
17642025-03-20T21:08:46.103Z Compiling cpufeatures v0.2.14
17652025-03-20T21:08:46.401Z Compiling openssl v0.10.71
17662025-03-20T21:08:46.448Z Compiling hmac v0.12.1
17672025-03-20T21:08:46.662Z Compiling zerofrom v0.1.4
17682025-03-20T21:08:46.877Z Compiling bitflags v2.6.0
17692025-03-20T21:08:46.902Z Compiling bytes v1.10.1
17702025-03-20T21:08:47.051Z Compiling indexmap v2.7.1
17712025-03-20T21:08:48.001Z Compiling uuid v1.15.1
17722025-03-20T21:08:48.290Z Compiling tokio v1.43.0
17732025-03-20T21:08:48.979Z Compiling chrono v0.4.40
17742025-03-20T21:08:49.233Z Compiling serde_tokenstream v0.2.2
17752025-03-20T21:08:50.509Z Compiling which v4.4.2
17762025-03-20T21:08:52.074Z Compiling rustc_version v0.4.1
17772025-03-20T21:08:52.544Z Compiling yoke v0.7.4
17782025-03-20T21:08:52.761Z Compiling futures-channel v0.3.31
17792025-03-20T21:08:52.950Z Compiling block-padding v0.3.3
17802025-03-20T21:08:52.987Z Compiling scroll_derive v0.12.0
17812025-03-20T21:08:53.213Z Compiling openssl-macros v0.1.1
17822025-03-20T21:08:53.267Z Compiling dyn-clone v1.0.19
17832025-03-20T21:08:53.487Z Compiling pin-utils v0.1.0
17842025-03-20T21:08:53.607Z Compiling rustls v0.23.19
17852025-03-20T21:08:53.925Z Compiling futures-task v0.3.31
17862025-03-20T21:08:53.950Z Compiling futures-io v0.3.31
17872025-03-20T21:08:54.161Z Compiling ucd-trie v0.1.7
17882025-03-20T21:08:54.292Z Compiling native-tls v0.2.12
17892025-03-20T21:08:54.347Z Compiling futures-util v0.3.31
17902025-03-20T21:08:54.563Z Compiling pest v2.7.14
17912025-03-20T21:08:54.690Z Compiling inout v0.1.3
17922025-03-20T21:08:54.914Z Compiling zerovec v0.10.4
17932025-03-20T21:08:56.460Z Compiling http v1.2.0
17942025-03-20T21:08:57.279Z Compiling strsim v0.11.1
17952025-03-20T21:08:58.048Z Compiling pest_meta v2.7.14
17962025-03-20T21:08:58.073Z Compiling cipher v0.4.4
17972025-03-20T21:08:58.253Z Compiling serde_spanned v0.6.8
17982025-03-20T21:08:58.481Z Compiling toml_datetime v0.6.8
17992025-03-20T21:08:58.508Z Compiling sha2 v0.10.8
18002025-03-20T21:08:58.852Z Compiling cookie v0.18.1
18012025-03-20T21:08:59.121Z Compiling base64ct v1.6.0
18022025-03-20T21:08:59.147Z Compiling tinystr v0.7.6
18032025-03-20T21:08:59.452Z Compiling pest_generator v2.7.14
18042025-03-20T21:08:59.607Z Compiling pem-rfc7468 v0.7.0
18052025-03-20T21:09:00.240Z Compiling aws-lc-sys v0.26.0
18062025-03-20T21:09:00.739Z Compiling tracing-core v0.1.32
18072025-03-20T21:09:00.916Z Compiling writeable v0.5.5
18082025-03-20T21:09:01.341Z Compiling litemap v0.7.3
18092025-03-20T21:09:02.266Z Compiling flagset v0.4.6
18102025-03-20T21:09:02.638Z Compiling der v0.7.9
18112025-03-20T21:09:02.972Z Compiling icu_locid v1.5.0
18122025-03-20T21:09:04.974Z Compiling tracing v0.1.40
18132025-03-20T21:09:05.000Z Compiling pest_derive v2.7.14
18142025-03-20T21:09:05.937Z Compiling usdt-impl v0.5.0
18152025-03-20T21:09:06.268Z Compiling rustls-pki-types v1.10.0
18162025-03-20T21:09:06.293Z Compiling rayon-core v1.12.1
18172025-03-20T21:09:06.598Z Compiling icu_provider v1.5.0
18182025-03-20T21:09:07.400Z Compiling spki v0.7.3
18192025-03-20T21:09:07.815Z Compiling salsa20 v0.10.2
18202025-03-20T21:09:08.036Z Compiling tokio-util v0.7.13
18212025-03-20T21:09:09.127Z Compiling scroll v0.12.0
18222025-03-20T21:09:09.608Z Compiling ppv-lite86 v0.2.20
18232025-03-20T21:09:09.633Z Compiling pbkdf2 v0.12.2
18242025-03-20T21:09:10.115Z Compiling bzip2-sys v0.1.11+1.0.8
18252025-03-20T21:09:10.378Z Compiling camino v1.1.9
18262025-03-20T21:09:10.527Z Compiling icu_locid_transform_data v1.5.0
18272025-03-20T21:09:10.599Z Compiling litrs v0.4.1
18282025-03-20T21:09:10.658Z Compiling powerfmt v0.2.0
18292025-03-20T21:09:10.764Z Compiling untrusted v0.9.0
18302025-03-20T21:09:10.896Z Compiling untrusted v0.7.1
18312025-03-20T21:09:11.003Z Compiling percent-encoding v2.3.1
18322025-03-20T21:09:11.095Z Compiling plain v0.2.3
18332025-03-20T21:09:11.120Z Compiling rustversion v1.0.17
18342025-03-20T21:09:11.154Z Compiling winnow v0.5.40
18352025-03-20T21:09:11.285Z Compiling anyhow v1.0.97
18362025-03-20T21:09:11.520Z Compiling document-features v0.2.10
18372025-03-20T21:09:11.758Z Compiling goblin v0.8.2
18382025-03-20T21:09:11.797Z Compiling icu_locid_transform v1.5.0
18392025-03-20T21:09:12.330Z Compiling deranged v0.3.11
18402025-03-20T21:09:13.866Z Compiling scrypt v0.11.0
18412025-03-20T21:09:13.935Z Compiling cbc v0.1.2
18422025-03-20T21:09:14.166Z Compiling toml_edit v0.19.15
18432025-03-20T21:09:14.212Z Compiling aes v0.8.4
18442025-03-20T21:09:14.310Z Compiling icu_collections v1.5.0
18452025-03-20T21:09:18.068Z Compiling pretty-hex v0.4.1
18462025-03-20T21:09:18.272Z Compiling num_threads v0.1.7
18472025-03-20T21:09:18.410Z Compiling icu_properties_data v1.5.0
18482025-03-20T21:09:18.654Z Compiling rustls v0.22.4
18492025-03-20T21:09:18.941Z Compiling atomic-waker v1.1.2
18502025-03-20T21:09:19.166Z Compiling icu_properties v1.5.1
18512025-03-20T21:09:19.191Z Compiling time v0.3.36
18522025-03-20T21:09:20.533Z Compiling dof v0.3.0
18532025-03-20T21:09:22.776Z Compiling pkcs5 v0.7.1
18542025-03-20T21:09:23.725Z Compiling dtrace-parser v0.2.0
18552025-03-20T21:09:23.861Z Compiling http-body v1.0.1
18562025-03-20T21:09:24.117Z Compiling heapless v0.7.17
18572025-03-20T21:09:24.621Z Compiling async-trait v0.1.87
18582025-03-20T21:09:24.657Z Compiling thread-id v4.2.2
18592025-03-20T21:09:24.682Z Compiling icu_normalizer_data v1.5.0
18602025-03-20T21:09:24.785Z Compiling utf16_iter v1.0.5
18612025-03-20T21:09:24.995Z Compiling utf8_iter v1.0.4
18622025-03-20T21:09:24.995Z Compiling newtype-uuid v1.2.1
18632025-03-20T21:09:25.620Z Compiling signal-hook v0.3.17
18642025-03-20T21:09:25.788Z Compiling write16 v1.0.0
18652025-03-20T21:09:25.895Z Compiling try-lock v0.2.5
18662025-03-20T21:09:25.940Z Compiling icu_normalizer v1.5.0
18672025-03-20T21:09:26.033Z Compiling want v0.3.1
18682025-03-20T21:09:28.096Z Compiling pkcs8 v0.10.2
18692025-03-20T21:09:28.256Z Compiling h2 v0.4.6
18702025-03-20T21:09:28.620Z Compiling form_urlencoded v1.2.1
18712025-03-20T21:09:29.411Z Compiling multer v3.1.0
18722025-03-20T21:09:29.692Z Compiling tower-service v0.3.3
18732025-03-20T21:09:29.845Z Compiling tinyvec_macros v0.1.1
18742025-03-20T21:09:29.872Z Compiling slog-async v2.8.0
18752025-03-20T21:09:29.937Z Compiling adler2 v2.0.0
18762025-03-20T21:09:30.249Z Compiling httpdate v1.0.3
18772025-03-20T21:09:30.484Z Compiling miniz_oxide v0.8.5
18782025-03-20T21:09:30.552Z Compiling tinyvec v1.8.0
18792025-03-20T21:09:33.348Z Compiling idna_adapter v1.2.0
18802025-03-20T21:09:33.885Z Compiling curve25519-dalek v4.1.3
18812025-03-20T21:09:34.100Z Compiling memoffset v0.9.1
18822025-03-20T21:09:34.397Z Compiling smoltcp v0.9.1
18832025-03-20T21:09:34.580Z Compiling base64 v0.22.1
18842025-03-20T21:09:34.616Z Compiling portable-atomic v1.9.0
18852025-03-20T21:09:35.524Z Compiling hyper v1.6.0
18862025-03-20T21:09:35.550Z Compiling num-bigint-dig v0.8.4
18872025-03-20T21:09:35.830Z Compiling foreign-types-shared v0.1.1
18882025-03-20T21:09:36.300Z Compiling foreign-types v0.3.2
18892025-03-20T21:09:37.121Z Compiling rand_core v0.9.2
18902025-03-20T21:09:37.445Z Compiling idna v1.0.3
18912025-03-20T21:09:38.528Z Compiling hyper-util v0.1.10
18922025-03-20T21:09:43.032Z Compiling usdt-macro v0.5.0
18932025-03-20T21:09:43.846Z Compiling usdt-attr-macro v0.5.0
18942025-03-20T21:09:45.091Z Compiling openapiv3 v2.0.0
18952025-03-20T21:09:45.273Z Compiling async-stream-impl v0.3.6
18962025-03-20T21:09:45.763Z Compiling siphasher v0.3.11
18972025-03-20T21:09:45.977Z Compiling ident_case v1.0.1
18982025-03-20T21:09:46.119Z Compiling heck v0.4.1
18992025-03-20T21:09:46.208Z Compiling cfg_aliases v0.2.1
19002025-03-20T21:09:46.329Z Compiling nix v0.29.0
19012025-03-20T21:09:46.363Z Compiling darling_core v0.20.10
19022025-03-20T21:09:52.191Z Compiling rand_chacha v0.9.0
19032025-03-20T21:09:52.912Z Compiling unicode-normalization v0.1.24
19042025-03-20T21:09:53.792Z Compiling http-body-util v0.1.2
19052025-03-20T21:09:54.273Z Compiling crossbeam-epoch v0.9.18
19062025-03-20T21:09:56.084Z Compiling rand_chacha v0.3.1
19072025-03-20T21:09:56.595Z Compiling ipnetwork v0.21.1
19082025-03-20T21:09:56.833Z Compiling hubpack_derive v0.1.1
19092025-03-20T21:09:57.508Z Compiling signature v2.2.0
19102025-03-20T21:09:57.724Z Compiling daft-derive v0.1.2
19112025-03-20T21:09:57.814Z Compiling zerocopy-derive v0.6.6
19122025-03-20T21:09:58.858Z Compiling curve25519-dalek-derive v0.1.1
19132025-03-20T21:09:59.093Z Compiling dirs-sys-next v0.1.2
19142025-03-20T21:09:59.183Z Compiling fs-err v2.11.0
19152025-03-20T21:09:59.473Z Compiling dropshot v0.12.0
19162025-03-20T21:09:59.499Z Compiling ahash v0.8.11
19172025-03-20T21:09:59.556Z Compiling crc32fast v1.4.2
19182025-03-20T21:09:59.780Z Compiling encoding_rs v0.8.34
19192025-03-20T21:09:59.818Z Compiling utf8parse v0.2.2
19202025-03-20T21:09:59.858Z Compiling openssl-probe v0.1.5
19212025-03-20T21:09:59.962Z Compiling buf-list v1.0.3
19222025-03-20T21:09:59.995Z Compiling anstyle v1.0.10
19232025-03-20T21:10:00.172Z Compiling zip v2.1.3
19242025-03-20T21:10:00.419Z Compiling unicode-bidi v0.3.17
19252025-03-20T21:10:00.484Z Compiling gimli v0.31.1
19262025-03-20T21:10:00.510Z Compiling unicode-properties v0.1.3
19272025-03-20T21:10:01.350Z Compiling mime v0.3.17
19282025-03-20T21:10:02.225Z Compiling stringprep v0.1.5
19292025-03-20T21:10:02.729Z Compiling anstyle-parse v0.2.5
19302025-03-20T21:10:02.941Z Compiling dirs-next v2.0.0
19312025-03-20T21:10:03.044Z Compiling rand v0.8.5
19322025-03-20T21:10:04.362Z Compiling addr2line v0.24.2
19332025-03-20T21:10:05.168Z Compiling crossbeam-deque v0.8.5
19342025-03-20T21:10:05.483Z Compiling rustls-webpki v0.102.8
19352025-03-20T21:10:05.814Z Compiling rand v0.9.0
19362025-03-20T21:10:05.997Z Compiling darling_macro v0.20.10
19372025-03-20T21:10:06.843Z Compiling url v2.5.3
19382025-03-20T21:10:07.671Z Compiling serde_urlencoded v0.7.1
19392025-03-20T21:10:08.252Z Compiling rustls-pemfile v2.2.0
19402025-03-20T21:10:08.455Z Compiling md-5 v0.10.6
19412025-03-20T21:10:08.608Z Compiling num-integer v0.1.46
19422025-03-20T21:10:08.684Z Compiling hash32 v0.2.1
19432025-03-20T21:10:08.710Z Compiling ff v0.13.0
19442025-03-20T21:10:08.929Z Compiling thread_local v1.1.8
19452025-03-20T21:10:09.002Z Compiling object v0.36.5
19462025-03-20T21:10:09.333Z Compiling winnow v0.7.3
19472025-03-20T21:10:11.853Z Compiling is_terminal_polyfill v1.70.1
19482025-03-20T21:10:12.009Z Compiling rustc-demangle v0.1.24
19492025-03-20T21:10:12.035Z Compiling colorchoice v1.0.2
19502025-03-20T21:10:12.237Z Compiling psl-types v2.0.11
19512025-03-20T21:10:12.263Z Compiling base16ct v0.2.0
19522025-03-20T21:10:12.465Z Compiling fallible-iterator v0.2.0
19532025-03-20T21:10:12.554Z Compiling anstyle-query v1.1.1
19542025-03-20T21:10:13.098Z Compiling match_cfg v0.1.0
19552025-03-20T21:10:13.227Z Compiling hostname v0.3.1
19562025-03-20T21:10:13.316Z Compiling publicsuffix v2.3.0
19572025-03-20T21:10:13.428Z Compiling postgres-protocol v0.6.8
19582025-03-20T21:10:13.629Z Compiling anstream v0.6.15
19592025-03-20T21:10:13.917Z Compiling sec1 v0.7.3
19602025-03-20T21:10:14.334Z Compiling tokio-rustls v0.26.0
19612025-03-20T21:10:14.372Z Compiling toml_edit v0.22.24
19622025-03-20T21:10:14.398Z Compiling num-iter v0.1.45
19632025-03-20T21:10:14.718Z Compiling group v0.13.0
19642025-03-20T21:10:15.482Z Compiling backtrace v0.3.74
19652025-03-20T21:10:17.342Z Compiling darling v0.20.10
19662025-03-20T21:10:17.474Z Compiling bzip2 v0.4.4
19672025-03-20T21:10:17.807Z Compiling term v0.7.0
19682025-03-20T21:10:17.832Z Compiling tokio-native-tls v0.3.1
19692025-03-20T21:10:18.364Z Compiling flate2 v1.1.0
19702025-03-20T21:10:18.718Z Compiling strum_macros v0.25.3
19712025-03-20T21:10:19.079Z Compiling phf_shared v0.11.2
19722025-03-20T21:10:19.370Z Compiling slog-json v2.6.1
19732025-03-20T21:10:19.812Z Compiling crossbeam-channel v0.5.13
19742025-03-20T21:10:19.976Z Compiling webpki-roots v0.26.6
19752025-03-20T21:10:20.557Z Compiling futures-executor v0.3.31
19762025-03-20T21:10:20.758Z Compiling terminal_size v0.4.0
19772025-03-20T21:10:20.970Z Compiling dropshot_endpoint v0.12.0
19782025-03-20T21:10:21.325Z Compiling hkdf v0.12.4
19792025-03-20T21:10:21.350Z Compiling sync_wrapper v1.0.1
19802025-03-20T21:10:21.539Z Compiling clap_derive v4.5.28
19812025-03-20T21:10:21.673Z Compiling enum-as-inner v0.6.1
19822025-03-20T21:10:21.838Z Compiling crypto-bigint v0.5.5
19832025-03-20T21:10:22.507Z Compiling serde_repr v0.1.19
19842025-03-20T21:10:22.724Z Compiling regress v0.10.3
19852025-03-20T21:10:23.395Z Compiling memmap v0.7.0
19862025-03-20T21:10:23.671Z Compiling is-terminal v0.4.13
19872025-03-20T21:10:24.003Z Compiling ipnet v2.11.0
19882025-03-20T21:10:24.028Z Compiling managed v0.8.0
19892025-03-20T21:10:24.489Z Compiling unicode-width v0.2.0
19902025-03-20T21:10:24.647Z Compiling bitflags v1.3.2
19912025-03-20T21:10:24.778Z Compiling tower-layer v0.3.3
19922025-03-20T21:10:24.841Z Compiling clap_lex v0.7.4
19932025-03-20T21:10:25.261Z Compiling lockfree-object-pool v0.1.6
19942025-03-20T21:10:25.304Z Compiling simd-adler32 v0.3.7
19952025-03-20T21:10:25.516Z Compiling bumpalo v3.16.0
19962025-03-20T21:10:25.939Z Compiling take_mut v0.2.2
19972025-03-20T21:10:26.409Z Compiling zopfli v0.8.1
19982025-03-20T21:10:26.892Z Compiling typify-impl v0.2.0
19992025-03-20T21:10:27.426Z Compiling tower v0.5.2
20002025-03-20T21:10:27.571Z Compiling clap_builder v4.5.31
20012025-03-20T21:10:27.830Z Compiling console v0.15.10
20022025-03-20T21:10:28.135Z Compiling elliptic-curve v0.13.8
20032025-03-20T21:10:28.372Z Compiling slog-term v2.9.1
20042025-03-20T21:10:28.749Z Compiling usdt v0.5.0
20052025-03-20T21:10:28.820Z Compiling oxnet v0.1.1
20062025-03-20T21:10:29.171Z Compiling futures v0.3.31
20072025-03-20T21:10:29.375Z Compiling hyper-rustls v0.27.3
20082025-03-20T21:10:29.903Z Compiling tokio-rustls v0.25.0
20092025-03-20T21:10:30.676Z Compiling slog-bunyan v2.5.0
20102025-03-20T21:10:31.841Z Compiling phf v0.11.2
20112025-03-20T21:10:31.953Z Compiling hyper-tls v0.6.0
20122025-03-20T21:10:32.403Z Compiling toml v0.8.20
20132025-03-20T21:10:32.480Z Compiling signal-hook-mio v0.2.4
20142025-03-20T21:10:32.643Z Compiling rayon v1.10.0
20152025-03-20T21:10:32.694Z Compiling cookie_store v0.21.1
20162025-03-20T21:10:33.266Z Compiling postgres-types v0.2.9
20172025-03-20T21:10:33.995Z Compiling zerocopy v0.6.6
20182025-03-20T21:10:34.021Z Compiling ed25519 v2.2.3
20192025-03-20T21:10:34.106Z Compiling hubpack v0.1.2
20202025-03-20T21:10:34.454Z Compiling async-stream v0.3.6
20212025-03-20T21:10:34.481Z Compiling phf_shared v0.10.0
20222025-03-20T21:10:34.716Z Compiling pkcs1 v0.7.5
20232025-03-20T21:10:34.817Z Compiling waitgroup v0.1.2
20242025-03-20T21:10:35.356Z Compiling serde_path_to_error v0.1.16
20252025-03-20T21:10:35.494Z Compiling serde-big-array v0.5.1
20262025-03-20T21:10:35.663Z Compiling rfc6979 v0.4.0
20272025-03-20T21:10:35.734Z Compiling sha1 v0.10.6
20282025-03-20T21:10:35.781Z Compiling float-cmp v0.10.0
20292025-03-20T21:10:35.864Z Compiling bstr v1.10.0
20302025-03-20T21:10:36.038Z Compiling hostname v0.4.0
20312025-03-20T21:10:36.159Z Compiling precomputed-hash v0.1.1
20322025-03-20T21:10:36.257Z Compiling debug-ignore v1.0.5
20332025-03-20T21:10:36.393Z Compiling data-encoding v2.6.0
20342025-03-20T21:10:36.420Z Compiling unicode-segmentation v1.12.0
20352025-03-20T21:10:36.589Z Compiling number_prefix v0.4.0
20362025-03-20T21:10:36.690Z Compiling whoami v1.5.2
20372025-03-20T21:10:36.807Z Compiling normalize-line-endings v0.3.0
20382025-03-20T21:10:36.947Z Compiling static_assertions v1.1.0
20392025-03-20T21:10:37.061Z Compiling difflib v0.4.0
20402025-03-20T21:10:37.147Z Compiling predicates-core v1.0.8
20412025-03-20T21:10:37.173Z Compiling new_debug_unreachable v1.0.6
20422025-03-20T21:10:37.302Z Compiling fixedbitset v0.4.2
20432025-03-20T21:10:37.440Z Compiling string_cache v0.8.7
20442025-03-20T21:10:37.578Z Compiling petgraph v0.6.5
20452025-03-20T21:10:37.686Z Compiling predicates v3.1.3
20462025-03-20T21:10:37.794Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20472025-03-20T21:10:38.010Z Compiling tokio-postgres v0.7.13
20482025-03-20T21:10:38.827Z Compiling similar v2.7.0
20492025-03-20T21:10:39.204Z Compiling hickory-proto v0.24.4
20502025-03-20T21:10:40.195Z Compiling indicatif v0.17.11
20512025-03-20T21:10:41.598Z Compiling ecdsa v0.16.9
20522025-03-20T21:10:42.291Z Compiling rsa v0.9.6
20532025-03-20T21:10:43.065Z Compiling typify-macro v0.2.0
20542025-03-20T21:10:43.514Z Compiling ed25519-dalek v2.1.1
20552025-03-20T21:10:44.925Z Compiling reqwest v0.12.12
20562025-03-20T21:10:45.692Z Compiling crossterm v0.28.1
20572025-03-20T21:10:46.129Z Compiling clap v4.5.31
20582025-03-20T21:10:46.251Z Compiling daft v0.1.2
20592025-03-20T21:10:46.646Z Compiling zip v0.6.6
20602025-03-20T21:10:47.315Z Compiling tokio-stream v0.1.17
20612025-03-20T21:10:47.621Z Compiling toml v0.7.8
20622025-03-20T21:10:48.089Z Compiling x509-cert v0.2.5
20632025-03-20T21:10:48.770Z Compiling hex v0.4.3
20642025-03-20T21:10:49.276Z Compiling itertools v0.10.5
20652025-03-20T21:10:51.338Z Compiling lalrpop-util v0.19.12
20662025-03-20T21:10:51.452Z Compiling unicode-xid v0.2.6
20672025-03-20T21:10:51.635Z Compiling peg-runtime v0.8.5
20682025-03-20T21:10:52.830Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20692025-03-20T21:10:53.264Z Compiling proc-macro-crate v1.3.1
20702025-03-20T21:10:55.061Z Compiling macaddr v1.0.1
20712025-03-20T21:10:55.604Z Compiling itertools v0.13.0
20722025-03-20T21:10:56.466Z Compiling thiserror v2.0.12
20732025-03-20T21:10:57.308Z Compiling fastrand v2.1.1
20742025-03-20T21:10:57.902Z Compiling heapless v0.8.0
20752025-03-20T21:10:58.129Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20762025-03-20T21:10:58.596Z Compiling tempfile v3.13.0
20772025-03-20T21:11:00.062Z Compiling num_enum_derive v0.5.11
20782025-03-20T21:11:05.574Z Compiling thiserror-impl v2.0.12
20792025-03-20T21:11:06.342Z Compiling structmeta-derive v0.3.0
20802025-03-20T21:11:07.546Z Compiling hash32 v0.3.1
20812025-03-20T21:11:08.021Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20822025-03-20T21:11:08.743Z Compiling smoltcp v0.11.0
20832025-03-20T21:11:13.901Z Compiling structmeta v0.3.0
20842025-03-20T21:11:16.972Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20852025-03-20T21:11:17.979Z Compiling num_enum v0.5.11
20862025-03-20T21:11:18.528Z Compiling typify v0.2.0
20872025-03-20T21:11:18.902Z Compiling strum_macros v0.26.4
20882025-03-20T21:11:20.504Z Compiling proc-macro-error-attr v1.0.4
20892025-03-20T21:11:20.793Z Compiling cobs v0.2.3
20902025-03-20T21:11:22.168Z Compiling unsafe-libyaml v0.2.11
20912025-03-20T21:11:22.195Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20922025-03-20T21:11:23.450Z Compiling serde_yaml v0.9.34+deprecated
20932025-03-20T21:11:24.196Z Compiling strum v0.26.3
20942025-03-20T21:11:24.416Z Compiling postcard v1.0.10
20952025-03-20T21:11:26.452Z Compiling progenitor-impl v0.8.0
20962025-03-20T21:11:26.908Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
20972025-03-20T21:11:35.237Z Compiling foreign-types-macros v0.2.3
20982025-03-20T21:11:35.300Z Compiling wait-timeout v0.2.0
20992025-03-20T21:11:35.587Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21002025-03-20T21:11:35.655Z Compiling proc-macro-error v1.0.4
21012025-03-20T21:11:35.966Z Compiling bit-vec v0.8.0
21022025-03-20T21:11:36.133Z Compiling unicode-width v0.1.14
21032025-03-20T21:11:36.269Z Compiling quick-error v1.2.3
21042025-03-20T21:11:36.424Z Compiling foreign-types-shared v0.3.1
21052025-03-20T21:11:36.568Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21062025-03-20T21:11:41.431Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21072025-03-20T21:11:41.866Z Compiling tabwriter v1.4.0
21082025-03-20T21:11:42.517Z Compiling foreign-types v0.5.0
21092025-03-20T21:11:43.161Z Compiling rusty-fork v0.3.0
21102025-03-20T21:11:43.994Z Compiling bit-set v0.8.0
21112025-03-20T21:11:47.704Z Compiling progenitor-macro v0.8.0
21122025-03-20T21:11:51.615Z Compiling parse-display-derive v0.10.0
21132025-03-20T21:11:53.895Z Compiling progenitor-client v0.8.0
21142025-03-20T21:11:57.039Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21152025-03-20T21:11:57.452Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21162025-03-20T21:11:57.820Z Compiling rand_xorshift v0.3.0
21172025-03-20T21:11:57.846Z Compiling cstr-argument v0.1.2
21182025-03-20T21:11:58.142Z Compiling dropshot v0.16.0
21192025-03-20T21:11:58.167Z Compiling pretty-hex v0.2.1
21202025-03-20T21:11:58.284Z Compiling crucible-workspace-hack v0.1.0
21212025-03-20T21:11:58.433Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
21222025-03-20T21:11:58.778Z Compiling unarray v0.1.4
21232025-03-20T21:11:59.084Z Compiling proptest v1.6.0
21242025-03-20T21:11:59.279Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21252025-03-20T21:11:59.653Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21262025-03-20T21:11:59.874Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21272025-03-20T21:12:00.064Z Compiling progenitor v0.8.0
21282025-03-20T21:12:00.275Z Compiling parse-display v0.10.0
21292025-03-20T21:12:01.051Z Compiling test-strategy v0.4.0
21302025-03-20T21:12:01.851Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21312025-03-20T21:12:02.041Z Compiling colored v2.2.0
21322025-03-20T21:12:02.616Z Compiling serde_with_macros v3.12.0
21332025-03-20T21:12:03.205Z Compiling dropshot_endpoint v0.16.0
21342025-03-20T21:12:03.476Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21352025-03-20T21:12:03.714Z Compiling instant v0.1.13
21362025-03-20T21:12:03.905Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21372025-03-20T21:12:03.931Z Compiling winnow v0.6.20
21382025-03-20T21:12:04.091Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21392025-03-20T21:12:04.299Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21402025-03-20T21:12:04.331Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
21412025-03-20T21:12:04.536Z Compiling serde_with v3.12.0
21422025-03-20T21:12:06.464Z Compiling backoff v0.4.0
21432025-03-20T21:12:06.720Z Compiling zone_cfg_derive v0.3.0
21442025-03-20T21:12:07.397Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21452025-03-20T21:12:07.746Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
21462025-03-20T21:12:08.013Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21472025-03-20T21:12:08.101Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21482025-03-20T21:12:08.378Z Compiling camino-tempfile v1.1.1
21492025-03-20T21:12:08.715Z Compiling progenitor-client v0.9.1
21502025-03-20T21:12:09.026Z Compiling num-derive v0.4.2
21512025-03-20T21:12:09.520Z Compiling sigpipe v0.1.3
21522025-03-20T21:12:09.660Z Compiling libefi-sys v0.1.0
21532025-03-20T21:12:09.938Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21542025-03-20T21:12:10.257Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21552025-03-20T21:12:10.316Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
21562025-03-20T21:12:10.657Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
21572025-03-20T21:12:11.981Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
21582025-03-20T21:12:12.454Z Compiling zone v0.3.0
21592025-03-20T21:12:12.855Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21602025-03-20T21:12:13.627Z Compiling itertools v0.14.0
21612025-03-20T21:12:14.451Z Compiling smf v0.2.3
21622025-03-20T21:12:15.180Z Compiling bitfield-struct v0.6.2
21632025-03-20T21:12:15.617Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21642025-03-20T21:12:15.992Z Compiling blake3 v1.5.4
21652025-03-20T21:12:16.240Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21662025-03-20T21:12:16.764Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21672025-03-20T21:12:16.859Z Compiling xattr v1.3.1
21682025-03-20T21:12:17.031Z Compiling memmap2 v0.9.5
21692025-03-20T21:12:17.125Z Compiling filetime v0.2.25
21702025-03-20T21:12:17.174Z Compiling arrayref v0.3.9
21712025-03-20T21:12:17.291Z Compiling constant_time_eq v0.3.1
21722025-03-20T21:12:17.462Z Compiling same-file v1.0.6
21732025-03-20T21:12:17.487Z Compiling arrayvec v0.7.6
21742025-03-20T21:12:17.552Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21752025-03-20T21:12:17.695Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21762025-03-20T21:12:17.749Z Compiling walkdir v2.5.0
21772025-03-20T21:12:17.775Z Compiling tar v0.4.44
21782025-03-20T21:12:19.054Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21792025-03-20T21:12:19.458Z Compiling gethostname v0.5.0
21802025-03-20T21:12:19.665Z Compiling cargo-platform v0.1.8
21812025-03-20T21:12:19.932Z Compiling topological-sort v0.2.2
21822025-03-20T21:12:19.968Z Compiling fixedbitset v0.5.7
21832025-03-20T21:12:20.218Z Compiling omicron-zone-package v0.12.0
21842025-03-20T21:12:20.643Z Compiling petgraph v0.7.1
21852025-03-20T21:12:21.036Z Compiling cargo_metadata v0.19.2
21862025-03-20T21:12:21.597Z Compiling indent_write v2.2.0
21872025-03-20T21:12:21.823Z Compiling shell-words v1.1.0
21882025-03-20T21:12:28.192Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21892025-03-20T21:12:30.134Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21902025-03-20T21:12:32.508Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21912025-03-20T21:12:47.795Z Finished `release` profile [optimized] target(s) in 4m 22s
21922025-03-20T21:12:47.941Z Running `target/release/omicron-package -t test target create -p dev`
21932025-03-20T21:12:48.014ZLogging to: /work/oxidecomputer/omicron/out/LOG
21942025-03-20T21:12:48.040ZCreated new build target 'test' and set it as active
21952025-03-20T21:12:48.040Z
21962025-03-20T21:12:48.040Zreal 4:22.893259239
21972025-03-20T21:12:48.040Zuser 29:24.928887746
21982025-03-20T21:12:48.040Zsys 3:31.233040175
21992025-03-20T21:12:48.040Ztrap 1.112052485
22002025-03-20T21:12:48.040Ztflt 0.865374421
22012025-03-20T21:12:48.040Zdflt 0.625329414
22022025-03-20T21:12:48.040Zkflt 0.004526898
22032025-03-20T21:12:48.040Zlock 56:35.457926961
22042025-03-20T21:12:48.040Zslp 2:00:04.503929671
22052025-03-20T21:12:48.040Zlat 2:22.855777795
22062025-03-20T21:12:48.040Zstop 4:27.224176432
22072025-03-20T21:12:48.040Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
22082025-03-20T21:12:49.430Z Finished `release` profile [optimized] target(s) in 1.33s
22092025-03-20T21:12:49.506Z Running `target/release/omicron-package -t test package`
22102025-03-20T21:12:49.568ZLogging to: /work/oxidecomputer/omicron/out/LOG
22112025-03-20T21:12:51.258Z Compiling ring v0.17.11
22122025-03-20T21:12:51.342Z Compiling thiserror v2.0.12
22132025-03-20T21:12:51.368Z Compiling typify-impl v0.3.0
22142025-03-20T21:12:51.394Z Compiling convert_case v0.4.0
22152025-03-20T21:12:51.394Z Compiling derive-where v1.2.7
22162025-03-20T21:12:51.394Z Compiling fastrand v2.1.1
22172025-03-20T21:12:51.394Z Compiling newline-converter v0.3.0
22182025-03-20T21:12:51.622Z Compiling expectorate v1.1.0
22192025-03-20T21:12:51.885Z Compiling tempfile v3.13.0
22202025-03-20T21:12:51.911Z Compiling password-hash v0.5.0
22212025-03-20T21:12:51.992Z Compiling derive_more v0.99.19
22222025-03-20T21:12:52.514Z Compiling blake2 v0.10.6
22232025-03-20T21:12:53.467Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22242025-03-20T21:12:53.720Z Compiling base64 v0.21.7
22252025-03-20T21:12:53.745Z Compiling argon2 v0.5.3
22262025-03-20T21:12:54.077Z Compiling atomicwrites v0.4.4
22272025-03-20T21:12:54.536Z Compiling owo-colors v4.2.0
22282025-03-20T21:12:54.665Z Compiling cancel-safe-futures v0.1.5
22292025-03-20T21:12:55.037Z Compiling num-rational v0.4.2
22302025-03-20T21:12:55.107Z Compiling libsw-core v0.3.1
22312025-03-20T21:12:55.395Z Compiling num-complex v0.4.6
22322025-03-20T21:12:55.652Z Compiling libsw v3.4.0
22332025-03-20T21:12:55.955Z Compiling rustls v0.23.19
22342025-03-20T21:12:55.984Z Compiling rustls v0.22.4
22352025-03-20T21:12:56.354Z Compiling num v0.4.3
22362025-03-20T21:12:56.576Z Compiling linear-map v1.2.0
22372025-03-20T21:12:56.951Z Compiling float-ord v0.3.2
22382025-03-20T21:12:57.078Z Compiling swrite v0.1.0
22392025-03-20T21:12:57.103Z Compiling utf-8 v0.7.6
22402025-03-20T21:12:57.141Z Compiling linked-hash-map v0.5.6
22412025-03-20T21:12:57.244Z Compiling highway v1.3.0
22422025-03-20T21:12:57.438Z Compiling tungstenite v0.21.0
22432025-03-20T21:12:57.504Z Compiling lru-cache v0.1.2
22442025-03-20T21:12:57.744Z Compiling semver v0.1.20
22452025-03-20T21:12:58.033Z Compiling rustls-webpki v0.102.8
22462025-03-20T21:12:58.210Z Compiling rustc_version v0.1.7
22472025-03-20T21:12:58.548Z Compiling tokio-tungstenite v0.21.0
22482025-03-20T21:12:58.573Z Compiling resolv-conf v0.7.0
22492025-03-20T21:12:59.404Z Compiling hickory-resolver v0.24.4
22502025-03-20T21:12:59.879Z Compiling typify-macro v0.3.0
22512025-03-20T21:12:59.905Z Compiling newtype_derive v0.1.6
22522025-03-20T21:13:00.222Z Compiling wait-timeout v0.2.0
22532025-03-20T21:13:00.617Z Compiling bit-vec v0.8.0
22542025-03-20T21:13:01.019Z Compiling quick-error v1.2.3
22552025-03-20T21:13:01.184Z Compiling rusty-fork v0.3.0
22562025-03-20T21:13:01.610Z Compiling bit-set v0.8.0
22572025-03-20T21:13:01.794Z Compiling rand_xorshift v0.3.0
22582025-03-20T21:13:01.884Z Compiling unarray v0.1.4
22592025-03-20T21:13:02.044Z Compiling humantime v2.1.0
22602025-03-20T21:13:02.079Z Compiling proptest v1.6.0
22612025-03-20T21:13:02.663Z Compiling typify v0.3.0
22622025-03-20T21:13:02.756Z Compiling tokio-rustls v0.25.0
22632025-03-20T21:13:02.799Z Compiling progenitor-impl v0.9.1
22642025-03-20T21:13:03.123Z Compiling dropshot v0.12.0
22652025-03-20T21:13:05.271Z Compiling tokio-rustls v0.26.0
22662025-03-20T21:13:05.666Z Compiling hyper-rustls v0.27.3
22672025-03-20T21:13:06.157Z Compiling reqwest v0.12.12
22682025-03-20T21:13:09.135Z Compiling progenitor-macro v0.9.1
22692025-03-20T21:13:11.074Z Compiling progenitor-client v0.9.1
22702025-03-20T21:13:11.514Z Compiling progenitor-client v0.8.0
22712025-03-20T21:13:11.919Z Compiling progenitor v0.8.0
22722025-03-20T21:13:12.490Z Compiling parse-display v0.10.0
22732025-03-20T21:13:13.537Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
22742025-03-20T21:13:13.992Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
22752025-03-20T21:13:14.581Z Compiling dropshot v0.16.0
22762025-03-20T21:13:17.301Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22772025-03-20T21:13:18.094Z Compiling strum v0.26.3
22782025-03-20T21:13:18.270Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22792025-03-20T21:13:18.446Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
22802025-03-20T21:13:22.492Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
22812025-03-20T21:13:32.457Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22822025-03-20T21:13:36.559Z Compiling progenitor v0.9.1
22832025-03-20T21:13:36.760Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22842025-03-20T21:13:37.976Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22852025-03-20T21:13:38.473Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22862025-03-20T21:13:39.364Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22872025-03-20T21:13:39.769Z Compiling instant v0.1.13
22882025-03-20T21:13:39.917Z Compiling backoff v0.4.0
22892025-03-20T21:13:40.231Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22902025-03-20T21:13:40.541Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
22912025-03-20T21:13:41.254Z Compiling steno v0.4.1
22922025-03-20T21:13:43.961Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22932025-03-20T21:13:44.290Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22942025-03-20T21:13:44.763Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22952025-03-20T21:13:47.137Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22962025-03-20T21:13:49.786Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22972025-03-20T21:13:51.788Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22982025-03-20T21:13:52.303Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22992025-03-20T21:13:56.345Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
23002025-03-20T21:13:58.114Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23012025-03-20T21:13:58.191Z Compiling serde_with v3.12.0
23022025-03-20T21:13:58.312Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23032025-03-20T21:13:59.419Z Compiling macaddr v1.0.1
23042025-03-20T21:13:59.653Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23052025-03-20T21:13:59.804Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23062025-03-20T21:13:59.843Z Compiling qorb v0.2.1
23072025-03-20T21:14:03.903Z Compiling slog-dtrace v0.3.0
23082025-03-20T21:14:04.435Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
23092025-03-20T21:14:05.170Z Compiling prettyplease v0.2.30
23102025-03-20T21:14:06.848Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23112025-03-20T21:14:07.667Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23122025-03-20T21:14:12.434Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23132025-03-20T21:14:13.838Z Compiling half v2.4.1
23142025-03-20T21:14:13.892Z Compiling ciborium-io v0.2.2
23152025-03-20T21:14:14.064Z Compiling bytecount v0.6.8
23162025-03-20T21:14:14.375Z Compiling ciborium-ll v0.2.2
23172025-03-20T21:14:14.475Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23182025-03-20T21:14:16.681Z Compiling ciborium v0.2.2
23192025-03-20T21:14:17.284Z Compiling display-error-chain v0.2.2
23202025-03-20T21:14:17.407Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23212025-03-20T21:14:17.528Z Compiling const_format_proc_macros v0.2.34
23222025-03-20T21:14:18.372Z Compiling crunchy v0.2.2
23232025-03-20T21:14:18.539Z Compiling maplit v1.0.2
23242025-03-20T21:14:18.683Z Compiling same-file v1.0.6
23252025-03-20T21:14:18.768Z Compiling keccak v0.1.5
23262025-03-20T21:14:18.918Z Compiling walkdir v2.5.0
23272025-03-20T21:14:18.975Z Compiling const_format v0.2.34
23282025-03-20T21:14:19.372Z Compiling sha3 v0.10.8
23292025-03-20T21:14:19.477Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23302025-03-20T21:14:19.589Z Compiling radium v0.7.0
23312025-03-20T21:14:19.993Z Compiling tiny-keccak v2.0.2
23322025-03-20T21:14:20.113Z Compiling blake3 v1.5.4
23332025-03-20T21:14:20.266Z Compiling dsl_auto_type v0.1.2
23342025-03-20T21:14:20.362Z Compiling scheduled-thread-pool v0.2.7
23352025-03-20T21:14:20.792Z Compiling xattr v1.3.1
23362025-03-20T21:14:21.057Z Compiling diesel_table_macro_syntax v0.2.0
23372025-03-20T21:14:21.298Z Compiling memmap2 v0.9.5
23382025-03-20T21:14:21.419Z Compiling filetime v0.2.25
23392025-03-20T21:14:21.490Z Compiling constant_time_eq v0.3.1
23402025-03-20T21:14:21.660Z Compiling maybe-uninit v2.0.0
23412025-03-20T21:14:21.685Z Compiling arrayref v0.3.9
23422025-03-20T21:14:21.711Z Compiling tap v1.0.1
23432025-03-20T21:14:21.801Z Compiling arrayvec v0.7.6
23442025-03-20T21:14:21.831Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23452025-03-20T21:14:21.912Z Compiling bit-vec v0.6.3
23462025-03-20T21:14:22.191Z Compiling wyz v0.5.1
23472025-03-20T21:14:22.217Z Compiling tar v0.4.44
23482025-03-20T21:14:22.276Z Compiling bit-set v0.5.3
23492025-03-20T21:14:22.540Z Compiling diesel_derives v2.2.3
23502025-03-20T21:14:22.608Z Compiling r2d2 v0.8.10
23512025-03-20T21:14:23.046Z Compiling toolchain_find v0.4.0
23522025-03-20T21:14:23.381Z Compiling camino-tempfile v1.1.1
23532025-03-20T21:14:23.488Z Compiling phf_generator v0.11.2
23542025-03-20T21:14:23.514Z Compiling ascii-canvas v3.0.0
23552025-03-20T21:14:23.682Z Compiling secrecy v0.8.0
23562025-03-20T21:14:23.721Z Compiling async-recursion v1.1.1
23572025-03-20T21:14:23.766Z Compiling ena v0.14.3
23582025-03-20T21:14:23.912Z Compiling packed_struct v0.10.1
23592025-03-20T21:14:23.942Z Compiling crc-catalog v2.4.0
23602025-03-20T21:14:24.110Z Compiling topological-sort v0.2.2
23612025-03-20T21:14:24.136Z Compiling funty v2.0.0
23622025-03-20T21:14:24.291Z Compiling bindgen v0.71.1
23632025-03-20T21:14:24.339Z Compiling regex-syntax v0.6.29
23642025-03-20T21:14:24.692Z Compiling diff v0.1.13
23652025-03-20T21:14:24.858Z Compiling omicron-zone-package v0.12.0
23662025-03-20T21:14:24.921Z Compiling bitvec v1.0.1
23672025-03-20T21:14:25.176Z Compiling crc v3.2.1
23682025-03-20T21:14:26.503Z Compiling phf_codegen v0.11.2
23692025-03-20T21:14:26.719Z Compiling rustfmt-wrapper v0.2.1
23702025-03-20T21:14:26.903Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23712025-03-20T21:14:27.193Z Compiling lalrpop v0.19.12
23722025-03-20T21:14:28.029Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23732025-03-20T21:14:28.245Z Compiling universal-hash v0.5.1
23742025-03-20T21:14:28.286Z Compiling packed_struct_codegen v0.10.1
23752025-03-20T21:14:28.480Z Compiling thiserror-impl-no-std v2.0.2
23762025-03-20T21:14:28.546Z Compiling parse-zoneinfo v0.3.1
23772025-03-20T21:14:28.936Z Compiling indexmap v1.9.3
23782025-03-20T21:14:29.224Z Compiling ref-cast v1.0.23
23792025-03-20T21:14:29.633Z Compiling rustc-hash v2.1.1
23802025-03-20T21:14:29.692Z Compiling opaque-debug v0.3.1
23812025-03-20T21:14:29.819Z Compiling nodrop v0.1.14
23822025-03-20T21:14:29.991Z Compiling array-init v0.0.4
23832025-03-20T21:14:30.322Z Compiling diesel v2.2.8
23842025-03-20T21:14:30.471Z Compiling thiserror-no-std v2.0.2
23852025-03-20T21:14:30.605Z Compiling poly1305 v0.8.0
23862025-03-20T21:14:31.087Z Compiling chrono-tz-build v0.4.0
23872025-03-20T21:14:31.786Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23882025-03-20T21:14:31.888Z Compiling smallvec v0.6.14
23892025-03-20T21:14:32.309Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23902025-03-20T21:14:32.593Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23912025-03-20T21:14:32.856Z Compiling itertools v0.13.0
23922025-03-20T21:14:33.379Z Compiling derive_builder_core v0.20.2
23932025-03-20T21:14:34.908Z Compiling chacha20 v0.9.1
23942025-03-20T21:14:35.398Z Compiling headers-core v0.3.0
23952025-03-20T21:14:35.611Z Compiling aead v0.5.2
23962025-03-20T21:14:35.921Z Compiling libxml v0.3.3
23972025-03-20T21:14:36.018Z Compiling ref-cast-impl v1.0.23
23982025-03-20T21:14:36.315Z Compiling vte_generate_state_changes v0.1.2
23992025-03-20T21:14:36.913Z Compiling termcolor v1.4.1
24002025-03-20T21:14:37.016Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
24012025-03-20T21:14:37.344Z Compiling bitfield v0.14.0
24022025-03-20T21:14:37.667Z Compiling hashbrown v0.12.3
24032025-03-20T21:14:37.825Z Compiling arc-swap v1.7.1
24042025-03-20T21:14:38.393Z Compiling slog-scope v4.4.0
24052025-03-20T21:14:39.033Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24062025-03-20T21:14:39.705Z Compiling env_logger v0.10.2
24072025-03-20T21:14:40.058Z Compiling samael v0.0.18
24082025-03-20T21:14:40.862Z Compiling vte v0.11.1
24092025-03-20T21:14:41.398Z Compiling chacha20poly1305 v0.10.1
24102025-03-20T21:14:41.626Z Compiling headers v0.4.0
24112025-03-20T21:14:41.993Z Compiling derive_builder_macro v0.20.2
24122025-03-20T21:14:42.368Z Compiling serde-hex v0.1.0
24132025-03-20T21:14:42.676Z Compiling chrono-tz v0.10.1
24142025-03-20T21:14:43.202Z Compiling vsss-rs v3.3.4
24152025-03-20T21:14:44.544Z Compiling polar-core v0.27.3
24162025-03-20T21:14:44.596Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24172025-03-20T21:14:46.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24182025-03-20T21:14:46.527Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24192025-03-20T21:14:46.778Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24202025-03-20T21:14:46.858Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24212025-03-20T21:14:47.135Z Compiling ron v0.8.1
24222025-03-20T21:14:49.120Z Compiling hashbrown v0.13.2
24232025-03-20T21:14:50.229Z Compiling strum_macros v0.24.3
24242025-03-20T21:14:50.329Z Compiling unicase v2.7.0
24252025-03-20T21:14:50.635Z Compiling crc-any v2.5.0
24262025-03-20T21:14:51.381Z Compiling indoc v1.0.9
24272025-03-20T21:14:51.750Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
24282025-03-20T21:14:52.099Z Compiling object v0.30.4
24292025-03-20T21:14:52.445Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24302025-03-20T21:15:02.981Z Compiling derive_builder v0.20.2
24312025-03-20T21:15:03.219Z Compiling strip-ansi-escapes v0.2.0
24322025-03-20T21:15:06.828Z Compiling slog-stdlog v4.1.1
24332025-03-20T21:15:07.309Z Compiling papergrid v0.11.0
24342025-03-20T21:15:07.409Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24352025-03-20T21:15:07.486Z Compiling tabled_derive v0.7.0
24362025-03-20T21:15:07.701Z Compiling fd-lock v4.0.2
24372025-03-20T21:15:07.921Z Compiling peg-macros v0.8.5
24382025-03-20T21:15:09.080Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24392025-03-20T21:15:09.844Z Compiling impl-trait-for-tuples v0.2.2
24402025-03-20T21:15:10.359Z Compiling oso-derive v0.27.3
24412025-03-20T21:15:11.155Z Compiling quick-xml v0.37.2
24422025-03-20T21:15:14.331Z Compiling diesel-dtrace v0.4.2
24432025-03-20T21:15:14.664Z Compiling path-slash v0.1.5
24442025-03-20T21:15:14.828Z Compiling nu-ansi-term v0.50.1
24452025-03-20T21:15:14.933Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
24462025-03-20T21:15:15.955Z Compiling reedline v0.38.0
24472025-03-20T21:15:18.152Z Compiling oso v0.27.3
24482025-03-20T21:15:27.052Z Compiling peg v0.8.5
24492025-03-20T21:15:27.216Z Compiling tabled v0.15.0
24502025-03-20T21:15:28.184Z Compiling slog-envlogger v2.2.0
24512025-03-20T21:15:31.675Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
24522025-03-20T21:15:33.803Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24532025-03-20T21:15:35.039Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24542025-03-20T21:15:35.284Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24552025-03-20T21:15:35.357Z Compiling pem v3.0.5
24562025-03-20T21:15:36.650Z Compiling bb8 v0.8.5
24572025-03-20T21:15:37.170Z Compiling bcs v0.1.6
24582025-03-20T21:15:37.871Z Compiling fxhash v0.2.1
24592025-03-20T21:15:38.089Z Compiling libz-sys v1.1.20
24602025-03-20T21:15:38.630Z Compiling termtree v0.5.1
24612025-03-20T21:15:39.566Z Compiling async-bb8-diesel v0.2.1
24622025-03-20T21:15:40.891Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24632025-03-20T21:15:41.710Z Compiling kstat-rs v0.2.4
24642025-03-20T21:15:42.461Z Compiling proc-macro-error-attr2 v2.0.0
24652025-03-20T21:15:42.874Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24662025-03-20T21:15:43.072Z Compiling proc-macro-error2 v2.0.1
24672025-03-20T21:15:43.820Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24682025-03-20T21:15:43.910Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
24692025-03-20T21:15:44.333Z Compiling nanorand v0.7.0
24702025-03-20T21:15:44.922Z Compiling libgit2-sys v0.17.0+1.8.1
24712025-03-20T21:15:45.644Z Compiling pin-project-internal v1.1.6
24722025-03-20T21:15:47.592Z Compiling parking_lot_core v0.8.6
24732025-03-20T21:15:47.996Z Compiling pin-project v1.1.6
24742025-03-20T21:15:54.709Z Compiling flume v0.11.1
24752025-03-20T21:15:55.339Z Compiling mime_guess v2.0.5
24762025-03-20T21:15:55.391Z Compiling tabled_derive v0.10.0
24772025-03-20T21:15:56.615Z Compiling papergrid v0.14.0
24782025-03-20T21:15:57.391Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24792025-03-20T21:15:59.280Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24802025-03-20T21:16:01.346Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24812025-03-20T21:16:03.998Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24822025-03-20T21:16:05.282Z Compiling snafu-derive v0.8.5
24832025-03-20T21:16:06.686Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24842025-03-20T21:16:07.124Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24852025-03-20T21:16:07.436Z Compiling tabled v0.18.0
24862025-03-20T21:16:08.703Z Compiling snafu v0.8.5
24872025-03-20T21:16:11.075Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
24882025-03-20T21:16:15.979Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24892025-03-20T21:16:21.281Z Compiling globset v0.4.15
24902025-03-20T21:16:24.115Z Compiling olpc-cjson v0.1.4
24912025-03-20T21:16:24.419Z Compiling vergen v8.3.2
24922025-03-20T21:16:24.748Z Compiling castaway v0.2.3
24932025-03-20T21:16:24.955Z Compiling nibble_vec v0.1.0
24942025-03-20T21:16:25.228Z Compiling serde_plain v1.0.2
24952025-03-20T21:16:25.730Z Compiling cargo-platform v0.1.8
24962025-03-20T21:16:26.188Z Compiling atty v0.2.14
24972025-03-20T21:16:26.341Z Compiling typed-path v0.9.3
24982025-03-20T21:16:26.380Z Compiling io-lifetimes v1.0.11
24992025-03-20T21:16:26.875Z Compiling endian-type v0.1.2
25002025-03-20T21:16:27.127Z Compiling salty v0.3.0
25012025-03-20T21:16:27.516Z Compiling http-range v0.1.5
25022025-03-20T21:16:28.081Z Compiling radix_trie v0.2.1
25032025-03-20T21:16:28.881Z Compiling tough v0.19.0
25042025-03-20T21:16:29.290Z Compiling git2 v0.19.0
25052025-03-20T21:16:31.402Z Compiling cargo_metadata v0.18.1
25062025-03-20T21:16:32.093Z Compiling compact_str v0.8.0
25072025-03-20T21:16:33.815Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
25082025-03-20T21:16:36.013Z Compiling parking_lot v0.11.2
25092025-03-20T21:16:37.587Z Compiling unicode-truncate v1.1.0
25102025-03-20T21:16:37.794Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25112025-03-20T21:16:37.874Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25122025-03-20T21:16:39.065Z Compiling lru v0.12.5
25132025-03-20T21:16:39.378Z Compiling rand_seeder v0.3.0
25142025-03-20T21:16:39.734Z Compiling lzma-sys v0.1.20
25152025-03-20T21:16:40.343Z Compiling instability v0.3.2
25162025-03-20T21:16:41.132Z Compiling parse-size v1.1.0
25172025-03-20T21:16:41.444Z Compiling rustix v0.37.28
25182025-03-20T21:16:41.676Z Compiling rustls v0.21.12
25192025-03-20T21:16:41.964Z Compiling indoc v2.0.6
25202025-03-20T21:16:41.991Z Compiling cassowary v0.3.0
25212025-03-20T21:16:42.692Z Compiling ratatui v0.29.0
25222025-03-20T21:16:43.072Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
25232025-03-20T21:16:44.391Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25242025-03-20T21:16:44.628Z Compiling hyper-staticfile v0.10.1
25252025-03-20T21:16:44.915Z Compiling sled v0.34.7
25262025-03-20T21:16:45.373Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25272025-03-20T21:16:48.169Z Compiling hickory-client v0.24.4
25282025-03-20T21:16:51.394Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25292025-03-20T21:16:51.844Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25302025-03-20T21:16:52.456Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25312025-03-20T21:16:55.266Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
25322025-03-20T21:16:56.375Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25332025-03-20T21:16:56.519Z Compiling sct v0.7.1
25342025-03-20T21:16:56.684Z Compiling rustls-webpki v0.101.7
25352025-03-20T21:16:56.946Z Compiling hickory-server v0.24.4
25362025-03-20T21:16:58.514Z Compiling primeorder v0.13.6
25372025-03-20T21:16:59.021Z Compiling heck v0.3.3
25382025-03-20T21:16:59.319Z Compiling env_filter v0.1.2
25392025-03-20T21:16:59.809Z Compiling csv-core v0.1.11
25402025-03-20T21:16:59.853Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
25412025-03-20T21:17:00.254Z Compiling csv v1.3.1
25422025-03-20T21:17:00.576Z Compiling env_logger v0.11.5
25432025-03-20T21:17:00.666Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25442025-03-20T21:17:01.760Z Compiling zone_cfg_derive v0.1.2
25452025-03-20T21:17:02.099Z Compiling p384 v0.13.0
25462025-03-20T21:17:06.059Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25472025-03-20T21:17:06.706Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25482025-03-20T21:17:07.738Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
25492025-03-20T21:17:07.816Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25502025-03-20T21:17:08.184Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25512025-03-20T21:17:09.007Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25522025-03-20T21:17:09.283Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25532025-03-20T21:17:09.402Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25542025-03-20T21:17:09.577Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25552025-03-20T21:17:09.708Z Compiling tungstenite v0.23.0
25562025-03-20T21:17:09.877Z Compiling nix v0.27.1
25572025-03-20T21:17:12.100Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25582025-03-20T21:17:12.693Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25592025-03-20T21:17:12.979Z Compiling base64 v0.13.1
25602025-03-20T21:17:13.372Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25612025-03-20T21:17:13.440Z Compiling ron v0.7.1
25622025-03-20T21:17:13.944Z Compiling tokio-tungstenite v0.23.1
25632025-03-20T21:17:14.330Z Compiling xz2 v0.1.7
25642025-03-20T21:17:14.869Z Compiling terminal_size v0.2.6
25652025-03-20T21:17:15.103Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25662025-03-20T21:17:17.655Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
25672025-03-20T21:17:19.088Z Compiling tokio-rustls v0.24.1
25682025-03-20T21:17:19.645Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25692025-03-20T21:17:20.968Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25702025-03-20T21:17:22.145Z Compiling zone v0.1.8
25712025-03-20T21:17:23.441Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25722025-03-20T21:17:23.937Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25732025-03-20T21:17:24.246Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25742025-03-20T21:17:24.949Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25752025-03-20T21:17:24.980Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25762025-03-20T21:17:25.113Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25772025-03-20T21:17:27.904Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25782025-03-20T21:17:29.030Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25792025-03-20T21:17:29.347Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25802025-03-20T21:17:32.099Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
25812025-03-20T21:17:32.397Z Compiling rustls-pemfile v1.0.4
25822025-03-20T21:17:32.433Z Compiling signal-hook-tokio v0.3.1
25832025-03-20T21:17:32.675Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25842025-03-20T21:17:32.886Z Compiling twox-hash v2.1.0
25852025-03-20T21:17:33.094Z Compiling yasna v0.5.2
25862025-03-20T21:17:33.780Z Compiling smawk v0.3.2
25872025-03-20T21:17:34.081Z Compiling glob v0.3.2
25882025-03-20T21:17:35.210Z Compiling unicode-linebreak v0.1.5
25892025-03-20T21:17:35.712Z Compiling is_ci v1.2.0
25902025-03-20T21:17:35.737Z Compiling textwrap v0.16.1
25912025-03-20T21:17:35.908Z Compiling supports-color v3.0.2
25922025-03-20T21:17:36.012Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25932025-03-20T21:17:36.043Z Compiling rcgen v0.12.1
25942025-03-20T21:17:38.794Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
25952025-03-20T21:17:40.255Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
25962025-03-20T21:17:41.286Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
25972025-03-20T21:17:42.214Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25982025-03-20T21:17:45.431Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
25992025-03-20T21:17:48.417Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26002025-03-20T21:17:56.381Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26012025-03-20T21:17:57.503Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26022025-03-20T21:17:57.915Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
26032025-03-20T21:17:59.012Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26042025-03-20T21:18:00.129Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26052025-03-20T21:18:05.901Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26062025-03-20T21:18:06.129Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26072025-03-20T21:18:06.422Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26082025-03-20T21:18:14.604Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26092025-03-20T21:18:16.181Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26102025-03-20T21:18:18.423Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
26112025-03-20T21:18:20.673Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26122025-03-20T21:18:20.975Z Compiling fatfs v0.3.6
26132025-03-20T21:18:21.298Z Compiling rtoolbox v0.0.2
26142025-03-20T21:18:21.689Z Compiling subprocess v0.2.9
26152025-03-20T21:18:22.449Z Compiling assert_matches v1.5.0
26162025-03-20T21:18:23.274Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26172025-03-20T21:18:23.533Z Compiling rpassword v7.3.1
26182025-03-20T21:18:24.020Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26192025-03-20T21:18:25.562Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26202025-03-20T21:18:29.869Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26212025-03-20T21:18:35.767Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26222025-03-20T21:18:50.487Z Compiling tui-tree-widget v0.23.0
26232025-03-20T21:18:50.910Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26242025-03-20T21:18:52.748Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26252025-03-20T21:18:53.037Z Compiling uzers v0.12.1
26262025-03-20T21:18:55.601Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26272025-03-20T21:19:00.931Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26282025-03-20T21:19:01.630Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26292025-03-20T21:19:07.727Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26302025-03-20T21:19:16.152Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26312025-03-20T21:19:19.991Z Compiling multimap v0.10.0
26322025-03-20T21:21:10.800Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26332025-03-20T21:27:39.972Z Finished `release` profile [optimized] target(s) in 14m 50s
26342025-03-20T21:29:11.529Z
26352025-03-20T21:29:11.529Zreal 16:23.527823395
26362025-03-20T21:29:11.529Zuser 1:50:19.860700661
26372025-03-20T21:29:11.529Zsys 3:40.464398739
26382025-03-20T21:29:11.529Ztrap 3.233867609
26392025-03-20T21:29:11.529Ztflt 1.017095573
26402025-03-20T21:29:11.554Zdflt 3.963767132
26412025-03-20T21:29:11.554Zkflt 0.008907093
26422025-03-20T21:29:11.554Zlock 6:49:16.543453762
26432025-03-20T21:29:11.554Zslp 5:37:49.942941889
26442025-03-20T21:29:11.554Zlat 3:19.420478266
26452025-03-20T21:29:11.554Zstop 2:33.137553663
26462025-03-20T21:29:11.554Z+ mapfile -t packages
26472025-03-20T21:29:11.554Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26482025-03-20T21:29:12.993Z Compiling ring v0.17.11
26492025-03-20T21:29:14.740Z Compiling rustls v0.23.19
26502025-03-20T21:29:14.792Z Compiling rustls v0.22.4
26512025-03-20T21:29:16.812Z Compiling rustls-webpki v0.102.8
26522025-03-20T21:29:20.970Z Compiling tokio-rustls v0.25.0
26532025-03-20T21:29:21.355Z Compiling dropshot v0.12.0
26542025-03-20T21:29:22.776Z Compiling tokio-rustls v0.26.0
26552025-03-20T21:29:23.184Z Compiling hyper-rustls v0.27.3
26562025-03-20T21:29:23.591Z Compiling reqwest v0.12.12
26572025-03-20T21:29:25.336Z Compiling dropshot v0.16.0
26582025-03-20T21:29:28.422Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
26592025-03-20T21:29:28.911Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26602025-03-20T21:29:32.986Z Compiling progenitor-client v0.8.0
26612025-03-20T21:29:33.510Z Compiling progenitor v0.8.0
26622025-03-20T21:29:33.877Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
26632025-03-20T21:29:33.902Z Compiling progenitor-client v0.9.1
26642025-03-20T21:29:34.848Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26652025-03-20T21:29:37.466Z Compiling omicron-zone-package v0.12.0
26662025-03-20T21:29:39.928Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
26672025-03-20T21:29:49.962Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
26682025-03-20T21:29:53.840Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
26692025-03-20T21:29:54.483Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26702025-03-20T21:29:55.977Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
26712025-03-20T21:30:11.538Z Finished `release` profile [optimized] target(s) in 59.93s
26722025-03-20T21:30:11.685Z Running `target/release/omicron-package -t test list-outputs`
26732025-03-20T21:30:11.756ZLogging to: /work/oxidecomputer/omicron/out/LOG
26742025-03-20T21:30:11.781Z+ ptime -m cargo build --locked --release -p xtask
26752025-03-20T21:30:12.596Z Compiling serde v1.0.218
26762025-03-20T21:30:12.621Z Compiling serde_json v1.0.139
26772025-03-20T21:30:12.621Z Compiling libc v0.2.170
26782025-03-20T21:30:12.621Z Compiling rustix v0.38.37
26792025-03-20T21:30:12.622Z Compiling syn v2.0.98
26802025-03-20T21:30:12.622Z Compiling bitflags v2.6.0
26812025-03-20T21:30:12.983Z Compiling usdt-impl v0.5.0
26822025-03-20T21:30:13.076Z Compiling syn v1.0.109
26832025-03-20T21:30:13.180Z Compiling hashbrown v0.15.1
26842025-03-20T21:30:13.212Z Compiling log v0.4.22
26852025-03-20T21:30:13.368Z Compiling fs-err v2.11.0
26862025-03-20T21:30:13.643Z Compiling once_cell v1.20.3
26872025-03-20T21:30:13.696Z Compiling anyhow v1.0.97
26882025-03-20T21:30:13.975Z Compiling thread-id v4.2.2
26892025-03-20T21:30:14.262Z Compiling indexmap v2.7.1
26902025-03-20T21:30:15.035Z Compiling terminal_size v0.4.0
26912025-03-20T21:30:15.068Z Compiling tempfile v3.13.0
26922025-03-20T21:30:15.267Z Compiling clap_builder v4.5.31
26932025-03-20T21:30:15.961Z Compiling proc-macro-error v1.0.4
26942025-03-20T21:30:16.619Z Compiling tabled_derive v0.7.0
26952025-03-20T21:30:17.740Z Compiling tabled v0.15.0
26962025-03-20T21:30:18.304Z Compiling serde_derive v1.0.218
26972025-03-20T21:30:18.304Z Compiling thiserror-impl v1.0.69
26982025-03-20T21:30:18.304Z Compiling zerocopy-derive v0.7.35
26992025-03-20T21:30:18.329Z Compiling scroll_derive v0.12.0
27002025-03-20T21:30:18.330Z Compiling thiserror-impl v2.0.12
27012025-03-20T21:30:19.332Z Compiling scroll v0.12.0
27022025-03-20T21:30:19.741Z Compiling zerocopy v0.7.35
27032025-03-20T21:30:19.856Z Compiling goblin v0.8.2
27042025-03-20T21:30:20.321Z Compiling thiserror v1.0.69
27052025-03-20T21:30:20.483Z Compiling pest v2.7.14
27062025-03-20T21:30:22.065Z Compiling thiserror v2.0.12
27072025-03-20T21:30:22.250Z Compiling clap_derive v4.5.28
27082025-03-20T21:30:22.885Z Compiling pest_meta v2.7.14
27092025-03-20T21:30:25.403Z Compiling pest_generator v2.7.14
27102025-03-20T21:30:25.752Z Compiling clap v4.5.31
27112025-03-20T21:30:26.660Z Compiling pest_derive v2.7.14
27122025-03-20T21:30:27.276Z Compiling dtrace-parser v0.2.0
27132025-03-20T21:30:28.539Z Compiling serde_tokenstream v0.2.2
27142025-03-20T21:30:29.014Z Compiling toml_datetime v0.6.8
27152025-03-20T21:30:29.594Z Compiling dof v0.3.0
27162025-03-20T21:30:30.264Z Compiling serde_spanned v0.6.8
27172025-03-20T21:30:30.523Z Compiling toml_edit v0.22.24
27182025-03-20T21:30:31.119Z Compiling camino v1.1.9
27192025-03-20T21:30:33.282Z Compiling usdt-attr-macro v0.5.0
27202025-03-20T21:30:34.296Z Compiling toml v0.8.20
27212025-03-20T21:30:34.501Z Compiling usdt-macro v0.5.0
27222025-03-20T21:30:35.028Z Compiling cargo-platform v0.1.8
27232025-03-20T21:30:35.447Z Compiling semver v1.0.25
27242025-03-20T21:30:35.925Z Compiling cargo_metadata v0.19.2
27252025-03-20T21:30:36.626Z Compiling usdt v0.5.0
27262025-03-20T21:30:36.923Z Compiling cargo_toml v0.21.0
27272025-03-20T21:30:37.768Z Compiling camino-tempfile v1.1.1
27282025-03-20T21:30:38.382Z Compiling macaddr v1.0.1
27292025-03-20T21:30:48.677Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27302025-03-20T21:30:54.580Z Finished `release` profile [optimized] target(s) in 42.74s
27312025-03-20T21:30:54.694Z
27322025-03-20T21:30:54.694Zreal 42.894706448
27332025-03-20T21:30:54.695Zuser 4:17.363396999
27342025-03-20T21:30:54.695Zsys 18.735922431
27352025-03-20T21:30:54.695Ztrap 0.127618329
27362025-03-20T21:30:54.695Ztflt 0.129274232
27372025-03-20T21:30:54.695Zdflt 0.440028478
27382025-03-20T21:30:54.720Zkflt 0.000153848
27392025-03-20T21:30:54.720Zlock 8:09.057931378
27402025-03-20T21:30:54.720Zslp 12:42.569536161
27412025-03-20T21:30:54.720Zlat 12.951433393
27422025-03-20T21:30:54.720Zstop 17.863667052
27432025-03-20T21:30:54.720Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27442025-03-20T21:30:54.720Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27452025-03-20T21:30:54.720Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27462025-03-20T21:30:54.720Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27472025-03-20T21:30:54.721Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27482025-03-20T21:30:55.932Z Compiling regress v0.10.3
27492025-03-20T21:30:55.976Z Compiling thiserror-impl v2.0.12
27502025-03-20T21:30:56.001Z Compiling ident_case v1.0.1
27512025-03-20T21:30:56.027Z Compiling unsafe-libyaml v0.2.11
27522025-03-20T21:30:56.052Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27532025-03-20T21:30:56.052Z Compiling tempfile v3.13.0
27542025-03-20T21:30:56.052Z Compiling progenitor-client v0.9.1
27552025-03-20T21:30:56.052Z Compiling quick-error v1.2.3
27562025-03-20T21:30:56.185Z Compiling darling_core v0.20.10
27572025-03-20T21:30:56.228Z Compiling macaddr v1.0.1
27582025-03-20T21:30:56.484Z Compiling progenitor-client v0.8.0
27592025-03-20T21:30:56.570Z Compiling structmeta-derive v0.3.0
27602025-03-20T21:30:56.631Z Compiling instant v0.1.13
27612025-03-20T21:30:56.713Z Compiling wait-timeout v0.2.0
27622025-03-20T21:30:56.789Z Compiling dropshot v0.16.0
27632025-03-20T21:30:56.909Z Compiling bit-vec v0.8.0
27642025-03-20T21:30:57.083Z Compiling serde_yaml v0.9.34+deprecated
27652025-03-20T21:30:57.259Z Compiling bit-set v0.8.0
27662025-03-20T21:30:57.340Z Compiling rusty-fork v0.3.0
27672025-03-20T21:30:57.471Z Compiling dropshot_endpoint v0.16.0
27682025-03-20T21:30:57.537Z Compiling rand_xorshift v0.3.0
27692025-03-20T21:30:57.851Z Compiling unarray v0.1.4
27702025-03-20T21:30:57.934Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27712025-03-20T21:30:58.077Z Compiling proptest v1.6.0
27722025-03-20T21:30:58.109Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27732025-03-20T21:30:58.482Z Compiling thiserror v2.0.12
27742025-03-20T21:30:58.653Z Compiling backoff v0.4.0
27752025-03-20T21:30:58.686Z Compiling structmeta v0.3.0
27762025-03-20T21:30:58.752Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27772025-03-20T21:30:58.956Z Compiling typify-impl v0.2.0
27782025-03-20T21:30:58.985Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
27792025-03-20T21:30:59.058Z Compiling parse-display-derive v0.10.0
27802025-03-20T21:30:59.619Z Compiling test-strategy v0.4.0
27812025-03-20T21:30:59.663Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27822025-03-20T21:31:00.063Z Compiling proc-macro-crate v1.3.1
27832025-03-20T21:31:00.108Z Compiling typify-impl v0.3.0
27842025-03-20T21:31:00.865Z Compiling num_enum_derive v0.5.11
27852025-03-20T21:31:00.912Z Compiling darling_macro v0.20.10
27862025-03-20T21:31:01.690Z Compiling darling v0.20.10
27872025-03-20T21:31:01.827Z Compiling serde_with_macros v3.12.0
27882025-03-20T21:31:02.218Z Compiling parse-display v0.10.0
27892025-03-20T21:31:02.418Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27902025-03-20T21:31:02.747Z Compiling itertools v0.13.0
27912025-03-20T21:31:02.772Z Compiling num_enum v0.5.11
27922025-03-20T21:31:02.825Z Compiling heapless v0.8.0
27932025-03-20T21:31:03.037Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
27942025-03-20T21:31:03.402Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27952025-03-20T21:31:03.699Z Compiling crucible-workspace-hack v0.1.0
27962025-03-20T21:31:04.034Z Compiling proc-macro-error v1.0.4
27972025-03-20T21:31:04.060Z Compiling serde_with v3.12.0
27982025-03-20T21:31:04.092Z Compiling camino-tempfile v1.1.1
27992025-03-20T21:31:04.482Z Compiling hash32 v0.3.1
28002025-03-20T21:31:04.560Z Compiling foreign-types-macros v0.2.3
28012025-03-20T21:31:04.711Z Compiling smoltcp v0.11.0
28022025-03-20T21:31:05.218Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28032025-03-20T21:31:05.286Z Compiling foreign-types-shared v0.3.1
28042025-03-20T21:31:05.567Z Compiling foreign-types v0.5.0
28052025-03-20T21:31:05.978Z Compiling tabwriter v1.4.0
28062025-03-20T21:31:06.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28072025-03-20T21:31:06.470Z Compiling cstr-argument v0.1.2
28082025-03-20T21:31:06.728Z Compiling pretty-hex v0.2.1
28092025-03-20T21:31:07.001Z Compiling cobs v0.2.3
28102025-03-20T21:31:07.026Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28112025-03-20T21:31:07.201Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28122025-03-20T21:31:07.323Z Compiling postcard v1.0.10
28132025-03-20T21:31:07.415Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28142025-03-20T21:31:07.440Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28152025-03-20T21:31:07.921Z Compiling colored v2.2.0
28162025-03-20T21:31:08.018Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28172025-03-20T21:31:08.125Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28182025-03-20T21:31:08.328Z Compiling winnow v0.6.20
28192025-03-20T21:31:08.442Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28202025-03-20T21:31:08.670Z Compiling smf v0.2.3
28212025-03-20T21:31:09.285Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28222025-03-20T21:31:09.629Z Compiling zone_cfg_derive v0.3.0
28232025-03-20T21:31:09.720Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28242025-03-20T21:31:10.126Z Compiling itertools v0.14.0
28252025-03-20T21:31:10.344Z Compiling typify-macro v0.2.0
28262025-03-20T21:31:10.429Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28272025-03-20T21:31:11.141Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
28282025-03-20T21:31:11.179Z Compiling num-derive v0.4.2
28292025-03-20T21:31:11.609Z Compiling sigpipe v0.1.3
28302025-03-20T21:31:11.644Z Compiling typify-macro v0.3.0
28312025-03-20T21:31:11.756Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28322025-03-20T21:31:12.067Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28332025-03-20T21:31:12.613Z Compiling zone v0.3.0
28342025-03-20T21:31:12.843Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28352025-03-20T21:31:12.878Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
28362025-03-20T21:31:13.290Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28372025-03-20T21:31:13.354Z Compiling universal-hash v0.5.1
28382025-03-20T21:31:13.438Z Compiling typify v0.2.0
28392025-03-20T21:31:13.568Z Compiling progenitor-impl v0.8.0
28402025-03-20T21:31:13.593Z Compiling opaque-debug v0.3.1
28412025-03-20T21:31:13.684Z Compiling utf-8 v0.7.6
28422025-03-20T21:31:13.710Z Compiling num-rational v0.4.2
28432025-03-20T21:31:13.911Z Compiling tungstenite v0.21.0
28442025-03-20T21:31:13.989Z Compiling password-hash v0.5.0
28452025-03-20T21:31:14.025Z Compiling blake2 v0.10.6
28462025-03-20T21:31:14.610Z Compiling typify v0.3.0
28472025-03-20T21:31:14.746Z Compiling progenitor-impl v0.9.1
28482025-03-20T21:31:14.792Z Compiling aead v0.5.2
28492025-03-20T21:31:14.959Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28502025-03-20T21:31:15.019Z Compiling num-complex v0.4.6
28512025-03-20T21:31:15.044Z Compiling convert_case v0.4.0
28522025-03-20T21:31:15.146Z Compiling keccak v0.1.5
28532025-03-20T21:31:15.473Z Compiling base64 v0.21.7
28542025-03-20T21:31:15.756Z Compiling derive_more v0.99.19
28552025-03-20T21:31:15.782Z Compiling num v0.4.3
28562025-03-20T21:31:15.901Z Compiling sha3 v0.10.8
28572025-03-20T21:31:15.985Z Compiling tokio-tungstenite v0.21.0
28582025-03-20T21:31:16.059Z Compiling argon2 v0.5.3
28592025-03-20T21:31:16.489Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646)
28602025-03-20T21:31:16.809Z Compiling poly1305 v0.8.0
28612025-03-20T21:31:16.834Z Compiling chacha20 v0.9.1
28622025-03-20T21:31:17.138Z Compiling float-ord v0.3.2
28632025-03-20T21:31:17.324Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28642025-03-20T21:31:17.548Z Compiling derive-where v1.2.7
28652025-03-20T21:31:17.710Z Compiling semver v0.1.20
28662025-03-20T21:31:17.968Z Compiling same-file v1.0.6
28672025-03-20T21:31:18.209Z Compiling walkdir v2.5.0
28682025-03-20T21:31:18.245Z Compiling rustc_version v0.1.7
28692025-03-20T21:31:18.294Z Compiling newline-converter v0.3.0
28702025-03-20T21:31:18.470Z Compiling primeorder v0.13.6
28712025-03-20T21:31:18.635Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28722025-03-20T21:31:18.763Z Compiling secrecy v0.8.0
28732025-03-20T21:31:18.890Z Compiling progenitor-macro v0.8.0
28742025-03-20T21:31:18.915Z Compiling cancel-safe-futures v0.1.5
28752025-03-20T21:31:19.003Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28762025-03-20T21:31:19.162Z Compiling linked-hash-map v0.5.6
28772025-03-20T21:31:19.253Z Compiling owo-colors v4.2.0
28782025-03-20T21:31:19.384Z Compiling newtype_derive v0.1.6
28792025-03-20T21:31:19.486Z Compiling lru-cache v0.1.2
28802025-03-20T21:31:19.673Z Compiling expectorate v1.1.0
28812025-03-20T21:31:19.698Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad)
28822025-03-20T21:31:19.729Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28832025-03-20T21:31:19.858Z Compiling resolv-conf v0.7.0
28842025-03-20T21:31:19.886Z Compiling thiserror-impl-no-std v2.0.2
28852025-03-20T21:31:19.994Z Compiling libsw-core v0.3.1
28862025-03-20T21:31:20.118Z Compiling blake3 v1.5.4
28872025-03-20T21:31:20.164Z Compiling progenitor-macro v0.9.1
28882025-03-20T21:31:20.266Z Compiling half v2.4.1
28892025-03-20T21:31:20.473Z Compiling unicase v2.7.0
28902025-03-20T21:31:20.571Z Compiling fixedbitset v0.5.7
28912025-03-20T21:31:20.674Z Compiling ciborium-io v0.2.2
28922025-03-20T21:31:20.752Z Compiling arc-swap v1.7.1
28932025-03-20T21:31:20.833Z Compiling ciborium-ll v0.2.2
28942025-03-20T21:31:21.009Z Compiling petgraph v0.7.1
28952025-03-20T21:31:21.155Z Compiling slog-scope v4.4.0
28962025-03-20T21:31:21.205Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
28972025-03-20T21:31:21.283Z Compiling hickory-resolver v0.24.4
28982025-03-20T21:31:21.581Z Compiling libsw v3.4.0
28992025-03-20T21:31:21.698Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
29002025-03-20T21:31:22.098Z Compiling thiserror-no-std v2.0.2
29012025-03-20T21:31:22.257Z Compiling polyval v0.6.2
29022025-03-20T21:31:22.561Z Compiling atomicwrites v0.4.4
29032025-03-20T21:31:22.653Z Compiling memmap2 v0.9.5
29042025-03-20T21:31:22.887Z Compiling parking_lot_core v0.8.6
29052025-03-20T21:31:23.049Z Compiling linear-map v1.2.0
29062025-03-20T21:31:23.349Z Compiling constant_time_eq v0.3.1
29072025-03-20T21:31:23.374Z Compiling arrayref v0.3.9
29082025-03-20T21:31:23.495Z Compiling libefi-sys v0.1.0
29092025-03-20T21:31:23.532Z Compiling salty v0.3.0
29102025-03-20T21:31:23.558Z Compiling indent_write v2.2.0
29112025-03-20T21:31:23.767Z Compiling arrayvec v0.7.6
29122025-03-20T21:31:23.792Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29132025-03-20T21:31:24.008Z Compiling ghash v0.5.1
29142025-03-20T21:31:24.170Z Compiling vsss-rs v3.3.4
29152025-03-20T21:31:24.372Z Compiling slog-stdlog v4.1.1
29162025-03-20T21:31:24.713Z Compiling ciborium v0.2.2
29172025-03-20T21:31:25.164Z Compiling p384 v0.13.0
29182025-03-20T21:31:25.328Z Compiling toolchain_find v0.4.0
29192025-03-20T21:31:25.821Z Compiling chacha20poly1305 v0.10.1
29202025-03-20T21:31:25.887Z Compiling ctr v0.9.2
29212025-03-20T21:31:25.913Z Compiling lzma-sys v0.1.20
29222025-03-20T21:31:26.072Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29232025-03-20T21:31:26.226Z Compiling bitfield-struct v0.6.2
29242025-03-20T21:31:26.330Z Compiling slog-dtrace v0.3.0
29252025-03-20T21:31:26.442Z Compiling topological-sort v0.2.2
29262025-03-20T21:31:26.534Z Compiling highway v1.3.0
29272025-03-20T21:31:26.672Z Compiling omicron-zone-package v0.12.0
29282025-03-20T21:31:26.754Z Compiling aes-gcm v0.10.3
29292025-03-20T21:31:26.839Z Compiling rustfmt-wrapper v0.2.1
29302025-03-20T21:31:27.047Z Compiling mime_guess v2.0.5
29312025-03-20T21:31:27.250Z Compiling slog-envlogger v2.2.0
29322025-03-20T21:31:27.351Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29332025-03-20T21:31:27.376Z Compiling steno v0.4.1
29342025-03-20T21:31:28.037Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
29352025-03-20T21:31:28.154Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29362025-03-20T21:31:28.251Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29372025-03-20T21:31:28.350Z Compiling heck v0.3.3
29382025-03-20T21:31:28.553Z Compiling progenitor v0.8.0
29392025-03-20T21:31:28.698Z Compiling ssh-encoding v0.2.0
29402025-03-20T21:31:28.728Z Compiling blowfish v0.9.1
29412025-03-20T21:31:28.791Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29422025-03-20T21:31:28.816Z Compiling nibble_vec v0.1.0
29432025-03-20T21:31:29.038Z Compiling env_filter v0.1.2
29442025-03-20T21:31:29.146Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29452025-03-20T21:31:29.171Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
29462025-03-20T21:31:29.197Z Compiling endian-type v0.1.2
29472025-03-20T21:31:29.288Z Compiling humantime v2.1.0
29482025-03-20T21:31:29.422Z Compiling radix_trie v0.2.1
29492025-03-20T21:31:29.521Z Compiling env_logger v0.11.5
29502025-03-20T21:31:29.615Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29512025-03-20T21:31:29.733Z Compiling ssh-cipher v0.2.0
29522025-03-20T21:31:29.759Z Compiling progenitor v0.9.1
29532025-03-20T21:31:29.971Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29542025-03-20T21:31:29.996Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29552025-03-20T21:31:30.101Z Compiling bcrypt-pbkdf v0.10.0
29562025-03-20T21:31:30.349Z Compiling zone_cfg_derive v0.1.2
29572025-03-20T21:31:30.642Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29582025-03-20T21:31:31.306Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29592025-03-20T21:31:31.378Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
29602025-03-20T21:31:31.438Z Compiling parking_lot v0.11.2
29612025-03-20T21:31:31.675Z Compiling qorb v0.2.1
29622025-03-20T21:31:32.152Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29632025-03-20T21:31:32.180Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29642025-03-20T21:31:32.436Z Compiling password-hash v0.4.2
29652025-03-20T21:31:32.569Z Compiling gethostname v0.5.0
29662025-03-20T21:31:32.620Z Compiling fxhash v0.2.1
29672025-03-20T21:31:32.778Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29682025-03-20T21:31:32.847Z Compiling http-range v0.1.5
29692025-03-20T21:31:33.161Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29702025-03-20T21:31:33.226Z Compiling base64 v0.13.1
29712025-03-20T21:31:33.275Z Compiling pbkdf2 v0.11.0
29722025-03-20T21:31:33.589Z Compiling ron v0.7.1
29732025-03-20T21:31:33.714Z Compiling sled v0.34.7
29742025-03-20T21:31:34.481Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29752025-03-20T21:31:34.590Z Compiling xz2 v0.1.7
29762025-03-20T21:31:34.886Z Compiling zone v0.1.8
29772025-03-20T21:31:35.058Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29782025-03-20T21:31:35.168Z Compiling ssh-key v0.6.6
29792025-03-20T21:31:35.246Z Compiling hickory-client v0.24.4
29802025-03-20T21:31:35.893Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29812025-03-20T21:31:35.992Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889)
29822025-03-20T21:31:36.088Z Compiling p256 v0.13.2
29832025-03-20T21:31:36.323Z Compiling p521 v0.13.3
29842025-03-20T21:31:36.732Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
29852025-03-20T21:31:37.151Z Compiling hickory-server v0.24.4
29862025-03-20T21:31:37.574Z Compiling pem v3.0.5
29872025-03-20T21:31:38.059Z Compiling yasna v0.5.2
29882025-03-20T21:31:38.231Z Compiling headers-core v0.3.0
29892025-03-20T21:31:38.420Z Compiling kstat-rs v0.2.4
29902025-03-20T21:31:38.445Z Compiling nanorand v0.7.0
29912025-03-20T21:31:38.900Z Compiling russh-cryptovec v0.7.3
29922025-03-20T21:31:38.925Z Compiling atty v0.2.14
29932025-03-20T21:31:39.112Z Compiling md5 v0.7.0
29942025-03-20T21:31:39.202Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7)
29952025-03-20T21:31:39.314Z Compiling rcgen v0.12.1
29962025-03-20T21:31:39.552Z Compiling russh-keys v0.45.0
29972025-03-20T21:31:40.536Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
29982025-03-20T21:31:41.041Z Compiling flume v0.11.1
29992025-03-20T21:31:41.283Z Compiling headers v0.4.0
30002025-03-20T21:31:41.595Z Compiling hyper-staticfile v0.10.1
30012025-03-20T21:31:42.595Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30022025-03-20T21:31:42.845Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30032025-03-20T21:31:42.984Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30042025-03-20T21:31:45.065Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30052025-03-20T21:31:45.098Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30062025-03-20T21:31:45.985Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30072025-03-20T21:31:46.154Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30082025-03-20T21:31:46.334Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30092025-03-20T21:31:46.687Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30102025-03-20T21:31:47.950Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30112025-03-20T21:31:48.771Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30122025-03-20T21:31:48.923Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30132025-03-20T21:31:48.969Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30142025-03-20T21:31:49.480Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30152025-03-20T21:31:50.093Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30162025-03-20T21:31:50.694Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30172025-03-20T21:31:51.394Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30182025-03-20T21:31:52.801Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30192025-03-20T21:31:53.372Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30202025-03-20T21:31:53.773Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30212025-03-20T21:31:53.804Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30222025-03-20T21:31:54.489Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30232025-03-20T21:31:54.880Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30242025-03-20T21:31:55.326Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30252025-03-20T21:31:56.105Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30262025-03-20T21:31:56.769Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30272025-03-20T21:31:57.784Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30282025-03-20T21:31:58.150Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30292025-03-20T21:31:58.300Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a)
30302025-03-20T21:31:58.685Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30312025-03-20T21:31:59.103Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b)
30322025-03-20T21:31:59.362Z Compiling num-bigint v0.4.6
30332025-03-20T21:31:59.448Z Compiling des v0.8.1
30342025-03-20T21:31:59.652Z Compiling subprocess v0.2.9
30352025-03-20T21:31:59.771Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30362025-03-20T21:31:59.940Z Compiling display-error-chain v0.2.2
30372025-03-20T21:32:00.000Z Compiling hex-literal v0.4.1
30382025-03-20T21:32:00.169Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30392025-03-20T21:32:00.194Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30402025-03-20T21:32:00.498Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30412025-03-20T21:32:00.600Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30422025-03-20T21:32:00.993Z Compiling internet-checksum v0.2.1
30432025-03-20T21:32:02.018Z Compiling russh v0.45.0
30442025-03-20T21:32:05.217Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30452025-03-20T21:32:13.080Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30462025-03-20T21:32:14.746Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30472025-03-20T21:32:43.855Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30482025-03-20T21:33:09.875Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s
30492025-03-20T21:33:10.088Z
30502025-03-20T21:33:10.114Zreal 2:15.333566688
30512025-03-20T21:33:10.114Zuser 10:19.581788532
30522025-03-20T21:33:10.114Zsys 1:38.145175105
30532025-03-20T21:33:10.114Ztrap 0.285415338
30542025-03-20T21:33:10.114Ztflt 0.123233285
30552025-03-20T21:33:10.114Zdflt 0.743225415
30562025-03-20T21:33:10.114Zkflt 0.000230891
30572025-03-20T21:33:10.114Zlock 19:22.541637395
30582025-03-20T21:33:10.114Zslp 36:14.748700686
30592025-03-20T21:33:10.114Zlat 38.810254945
30602025-03-20T21:33:10.115Zstop 1:29.765080359
30612025-03-20T21:33:10.115Z+ mkdir tests
30622025-03-20T21:33:10.115Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
30632025-03-20T21:33:10.115Z+ xargs -I '{}' -t cp '{}' tests/
30642025-03-20T21:33:10.140Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d011949d9d77adea tests/
30652025-03-20T21:33:10.167Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0644a1b3e87847f2 tests/
30662025-03-20T21:33:10.193Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-6428fc3f6328c4bd tests/
30672025-03-20T21:33:10.219Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-dc49ebfa5f47d19f tests/
30682025-03-20T21:33:10.500Z+ 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/*)
30692025-03-20T21:33:10.526Z+ 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-0644a1b3e87847f2 tests/commtest-6428fc3f6328c4bd tests/dhcp_server-d011949d9d77adea tests/end_to_end_tests-dc49ebfa5f47d19f 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
30702025-03-20T21:34:44.092ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
30712025-03-20T21:34:44.092Za .github/buildomat/ci-env.sh 1K
30722025-03-20T21:34:44.093Za out/target/test 1K
30732025-03-20T21:34:44.093Za out/npuzone/npuzone 23144K
30742025-03-20T21:34:44.093Za package-manifest.toml 33K
30752025-03-20T21:34:44.093Za smf/sled-agent/non-gimlet/config.toml 4K
30762025-03-20T21:34:44.093Za target/release/omicron-package 39603K
30772025-03-20T21:34:44.093Za target/release/xtask 10806K
30782025-03-20T21:34:44.093Za target/debug/bootstrap 219004K
30792025-03-20T21:34:44.093Za tests/bootstrap-0644a1b3e87847f2 24084K
30802025-03-20T21:34:44.093Za tests/commtest-6428fc3f6328c4bd 24339K
30812025-03-20T21:34:44.093Za tests/dhcp_server-d011949d9d77adea 24084K
30822025-03-20T21:34:44.093Za tests/end_to_end_tests-dc49ebfa5f47d19f 273961K
30832025-03-20T21:34:44.093Za out/clickhouse.tar.gz 304227K
30842025-03-20T21:34:44.093Za out/clickhouse_keeper.tar.gz 289747K
30852025-03-20T21:34:44.093Za out/clickhouse_server.tar.gz 304197K
30862025-03-20T21:34:44.093Za out/cockroachdb.tar.gz 144208K
30872025-03-20T21:34:44.093Za out/crucible-dtrace.tar 98K
30882025-03-20T21:34:44.093Za out/crucible-pantry-zone.tar.gz 32792K
30892025-03-20T21:34:44.093Za out/crucible-zone.tar.gz 41179K
30902025-03-20T21:34:44.093Za out/external-dns.tar.gz 45256K
30912025-03-20T21:34:44.093Za out/internal-dns.tar.gz 45257K
30922025-03-20T21:34:44.093Za out/mg-ddm-gz.tar 65544K
30932025-03-20T21:34:44.093Za out/nexus.tar.gz 110710K
30942025-03-20T21:34:44.093Za out/ntp.tar.gz 14744K
30952025-03-20T21:34:44.093Za out/omicron-gateway-softnpu.tar.gz 24796K
30962025-03-20T21:34:44.093Za out/omicron-sled-agent.tar 125197K
30972025-03-20T21:34:44.093Za out/overlay.tar.gz 3K
30982025-03-20T21:34:44.093Za out/oximeter.tar.gz 54296K
30992025-03-20T21:34:44.093Za out/oxlog.tar 3144K
31002025-03-20T21:34:44.093Za out/probe.tar.gz 2764K
31012025-03-20T21:34:44.093Za out/propolis-server.tar.gz 67599K
31022025-03-20T21:34:44.093Za out/pumpkind-gz.tar 26665K
31032025-03-20T21:34:44.093Za out/switch-softnpu.tar.gz 262260K
31042025-03-20T21:34:44.119Z
31052025-03-20T21:34:44.119Zreal 1:33.593749942
31062025-03-20T21:34:44.119Zuser 1:26.154672960
31072025-03-20T21:34:44.119Zsys 8.997637648
31082025-03-20T21:34:44.119Ztrap 0.035261590
31092025-03-20T21:34:44.119Ztflt 0.000000000
31102025-03-20T21:34:44.119Zdflt 0.000000000
31112025-03-20T21:34:44.119Zkflt 0.000000000
31122025-03-20T21:34:44.119Zlock 0.000000000
31132025-03-20T21:34:44.119Zslp 1:26.359698541
31142025-03-20T21:34:44.119Zlat 5.635560252
31152025-03-20T21:34:44.119Zstop 0.000269291
31162025-03-20T21:34:44.120Zprocess exited: duration 1900421 ms, exit code 0
 
31172025-03-20T21:34:44.209Zfound 1 output files
31182025-03-20T21:34:44.210Zuploading: /work/package.tar.gz (2022062535 bytes)
31192025-03-20T21:38:22.459Zuploaded: /work/package.tar.gz