01JV8Z2M8764PFHKXM2B70QM7V: 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: 01JV8Z34XJGV6ZY04B9SS3V5Z7

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-15T03:17:05.751Zjob assigned to worker 01JV8Z32ZRWFSQWFVQ5VAVP5QT [factory gimlet-EVT22200007-propolis, EVT22200007/27365] (queued for 33 s)
 
22025-05-15T03:17:13.639Zstarting task 0: "setup"
32025-05-15T03:17:13.665Z++ uname -s
42025-05-15T03:17:13.665Z+ kern=SunOS
52025-05-15T03:17:13.665Z+ build_user=build
62025-05-15T03:17:13.665Z+ build_uid=12345
72025-05-15T03:17:13.665Z+ work_dir=/work
82025-05-15T03:17:13.665Z+ input_dir=/input
92025-05-15T03:17:13.665Z+ [[ 0 == 12345 ]]
102025-05-15T03:17:13.665Z+ case "$kern" in
112025-05-15T03:17:13.665Z+ groupadd -g 12345 build
122025-05-15T03:17:13.665Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-15T03:17:15.671Z+ zfs create -o mountpoint=/work rpool/work
142025-05-15T03:17:15.713Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-15T03:17:15.738Z+ home_fs=zfs
162025-05-15T03:17:15.738Z+ [[ zfs == autofs ]]
172025-05-15T03:17:15.738Z+ mkdir -p /home/build
182025-05-15T03:17:15.738Z+ chown build:build /home/build /work
192025-05-15T03:17:17.725Z+ chmod 0700 /home/build /work
202025-05-15T03:17:17.750Zprocess exited: duration 4094 ms, exit code 0
 
212025-05-15T03:17:17.803Zstarting task 1: "rust-toolchain"
222025-05-15T03:17:17.829Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-15T03:17:17.829Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-15T03:17:17.829Z * rust toolchain channel = "1.86.0"
252025-05-15T03:17:17.829Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262025-05-15T03:17:17.829Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-15T03:17:17.829Z * rust toolchain profile = "default"
282025-05-15T03:17:17.829Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-15T03:17:17.829Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-15T03:17:17.952Zinfo: downloading installer
312025-05-15T03:17:18.456Zwarn: It looks like you have an existing installation of Rust at:
322025-05-15T03:17:18.456Zwarn: /opt/ooce/bin
332025-05-15T03:17:18.456Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-15T03:17:18.456Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-15T03:17:18.456Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-15T03:17:18.456Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-15T03:17:18.456Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-15T03:17:18.456Zerror: cannot install while Rust is installed
392025-05-15T03:17:18.456Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-15T03:17:18.482Zinfo: profile set to 'default'
412025-05-15T03:17:18.482Zinfo: default host triple is x86_64-unknown-illumos
422025-05-15T03:17:18.482Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-15T03:17:18.577Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-15T03:17:18.577Zinfo: downloading component 'cargo'
452025-05-15T03:17:18.752Zinfo: downloading component 'clippy'
462025-05-15T03:17:18.827Zinfo: downloading component 'rust-docs'
472025-05-15T03:17:19.151Zinfo: downloading component 'rust-std'
482025-05-15T03:17:19.469Zinfo: downloading component 'rustc'
492025-05-15T03:17:20.736Zinfo: downloading component 'rustfmt'
502025-05-15T03:17:20.811Zinfo: installing component 'cargo'
512025-05-15T03:17:21.947Zinfo: installing component 'clippy'
522025-05-15T03:17:22.439Zinfo: installing component 'rust-docs'
532025-05-15T03:17:25.584Zinfo: installing component 'rust-std'
542025-05-15T03:17:27.709Zinfo: installing component 'rustc'
552025-05-15T03:17:35.902Zinfo: installing component 'rustfmt'
562025-05-15T03:17:36.289Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-15T03:17:36.289Z
582025-05-15T03:17:36.456Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-15T03:17:36.456Z
602025-05-15T03:17:36.456Z
612025-05-15T03:17:36.456ZRust is installed now. Great!
622025-05-15T03:17:36.456Z
632025-05-15T03:17:36.456ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-15T03:17:36.482Zenvironment variable. This has not been done automatically.
652025-05-15T03:17:36.482Z
662025-05-15T03:17:36.482ZTo configure your current shell, you need to source
672025-05-15T03:17:36.482Zthe corresponding env file under $HOME/.cargo.
682025-05-15T03:17:36.482Z
692025-05-15T03:17:36.482ZThis is usually done by running one of the following (note the leading DOT):
702025-05-15T03:17:36.482Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-15T03:17:36.482Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-15T03:17:36.482Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-15T03:17:36.565Z+ rustup --version
742025-05-15T03:17:36.590Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-15T03:17:36.590Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-15T03:17:36.691Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-15T03:17:36.716Z+ cargo --version
782025-05-15T03:17:36.788Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-15T03:17:36.814Z+ rustc --version
802025-05-15T03:17:36.893Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-15T03:17:36.918Zprocess exited: duration 19098 ms, exit code 0
 
822025-05-15T03:17:36.972Zstarting task 2: "authentication"
832025-05-15T03:17:37.035Zprocess exited: duration 63 ms, exit code 0
 
842025-05-15T03:17:37.088Zstarting task 3: "clone repository"
852025-05-15T03:17:37.116Z+ mkdir -p /work/oxidecomputer/omicron
862025-05-15T03:17:37.116Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-05-15T03:17:37.141ZCloning into '/work/oxidecomputer/omicron'...
882025-05-15T03:17:45.724Z+ cd /work/oxidecomputer/omicron
892025-05-15T03:17:45.724Z+ git fetch origin c1c495b12d1ccee22eef82df349edce8eb394c5e
902025-05-15T03:17:46.213ZFrom https://github.com/oxidecomputer/omicron
912025-05-15T03:17:46.213Z * branch c1c495b12d1ccee22eef82df349edce8eb394c5e -> FETCH_HEAD
922025-05-15T03:17:46.238Z+ [[ -n renovate/chrono-0.x-lockfile ]]
932025-05-15T03:17:46.238Z++ git branch --show-current
942025-05-15T03:17:46.238Z+ current=main
952025-05-15T03:17:46.238Z+ [[ main != renovate/chrono-0.x-lockfile ]]
962025-05-15T03:17:46.239Z+ git branch -f renovate/chrono-0.x-lockfile c1c495b12d1ccee22eef82df349edce8eb394c5e
972025-05-15T03:17:46.239Z+ git checkout -f renovate/chrono-0.x-lockfile
982025-05-15T03:17:46.486ZSwitched to branch 'renovate/chrono-0.x-lockfile'
992025-05-15T03:17:46.511Z+ git reset --hard c1c495b12d1ccee22eef82df349edce8eb394c5e
1002025-05-15T03:17:46.511ZHEAD is now at c1c495b12 Update Rust crate chrono to v0.4.41
1012025-05-15T03:17:46.511Zprocess exited: duration 9424 ms, exit code 0
 
1022025-05-15T03:17:46.562Zstarting task 4: "build"
1032025-05-15T03:17:46.587Z+ source .github/buildomat/ci-env.sh
1042025-05-15T03:17:46.588Z++ export CARGO_TERM_COLOR=always
1052025-05-15T03:17:46.588Z++ CARGO_TERM_COLOR=always
1062025-05-15T03:17:46.588Z+ cargo --version
1072025-05-15T03:17:46.649Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1082025-05-15T03:17:46.674Z+ rustc --version
1092025-05-15T03:17:46.742Zrustc 1.86.0 (05f9846f8 2025-03-31)
1102025-05-15T03:17:46.767Z+ WORK=/work
1112025-05-15T03:17:46.767Z+ pfexec mkdir -p /work
1122025-05-15T03:17:46.767Z+ pfexec chown build /work
1132025-05-15T03:17:46.768Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1142025-05-15T03:17:58.966Z Startup: Refreshing catalog 'helios-dev' ... Done
1152025-05-15T03:18:05.809Z Startup: Caching catalogs ... Done
1162025-05-15T03:18:12.565ZPlanning: Solver setup ... Done (5.150s)
1172025-05-15T03:18:12.615ZPlanning: Running solver ... Done (0.049s)
1182025-05-15T03:18:12.695ZPlanning: Finding local manifests ... Done (0.002s)
1192025-05-15T03:18:12.782ZPlanning: Fetching manifests: 0/4 0% complete
1202025-05-15T03:18:13.192ZPlanning: Fetching manifests: 4/4 100% complete
1212025-05-15T03:18:13.259ZPlanning: Package planning ... Done (0.074s)
1222025-05-15T03:18:13.321ZPlanning: Merging actions ... Done (0.060s)
1232025-05-15T03:18:13.677ZPlanning: Checking for conflicting actions ... Done (0.358s)
1242025-05-15T03:18:13.704ZPlanning: Consolidating action changes ... Done (0.013s)
1252025-05-15T03:18:14.496ZPlanning: Evaluating mediators ... Done (0.801s)
1262025-05-15T03:18:14.522ZPlanning: Planning completed in 8.58 seconds
1272025-05-15T03:18:14.548Z Packages to install: 4
1282025-05-15T03:18:14.548Z Mediators to change: 2
1292025-05-15T03:18:14.548Z Services to change: 1
1302025-05-15T03:18:14.548Z Estimated space available: 155.07 GB
1312025-05-15T03:18:14.548ZEstimated space to be consumed: 1.65 GB
1322025-05-15T03:18:14.548Z Create boot environment: No
1332025-05-15T03:18:14.548ZCreate backup boot environment: No
1342025-05-15T03:18:14.548Z Rebuild boot archive: No
1352025-05-15T03:18:14.548Z
1362025-05-15T03:18:14.548ZChanged mediators:
1372025-05-15T03:18:14.548Z mediator clang:
1382025-05-15T03:18:14.548Z version: None -> 15 (system default)
1392025-05-15T03:18:14.548Z
1402025-05-15T03:18:14.548Z mediator llvm:
1412025-05-15T03:18:14.548Z version: 14 (system default) -> 15 (system default)
1422025-05-15T03:18:14.549Z
1432025-05-15T03:18:14.549ZChanged packages:
1442025-05-15T03:18:14.549Zhelios-dev
1452025-05-15T03:18:14.549Z developer/build-essential
1462025-05-15T03:18:14.549Z None -> 11-2.0
1472025-05-15T03:18:14.549Z library/libxmlsec1
1482025-05-15T03:18:14.549Z None -> 1.2.35-2.0
1492025-05-15T03:18:14.549Z ooce/developer/clang-15
1502025-05-15T03:18:14.549Z None -> 15.0.7-2.0
1512025-05-15T03:18:14.549Z ooce/developer/llvm-15
1522025-05-15T03:18:14.549Z None -> 15.0.7-2.0
1532025-05-15T03:18:14.549Z
1542025-05-15T03:18:14.549ZServices:
1552025-05-15T03:18:14.549Z restart_fmri:
1562025-05-15T03:18:14.549Z svc:/system/update-man-index:default
1572025-05-15T03:18:14.592Z
1582025-05-15T03:18:14.592ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1592025-05-15T03:18:19.608ZDownload: 917/3290 items 18.9/212.6MB 8% complete (4.0M/s)
1602025-05-15T03:18:24.606ZDownload: 1199/3290 items 83.5/212.6MB 39% complete (8.4M/s)
1612025-05-15T03:18:29.612ZDownload: 1948/3290 items 118.7/212.6MB 55% complete (10.0M/s)
1622025-05-15T03:18:34.627ZDownload: 2225/3290 items 119.2/212.6MB 56% complete (3.6M/s)
1632025-05-15T03:18:39.627ZDownload: 3247/3290 items 188.3/212.6MB 88% complete (6.9M/s)
1642025-05-15T03:18:43.992ZDownload: Completed 212.60 MB in 27.35 seconds (7.8M/s)
1652025-05-15T03:18:44.119Z Actions: 1/3689 actions (Installing new actions)
1662025-05-15T03:18:47.623Z Actions: 2857/3689 actions (Installing new actions)
1672025-05-15T03:18:48.228Z Actions: Completed 3689 actions in 6.04 seconds.
1682025-05-15T03:18:49.151Z Done (0.920s)
1692025-05-15T03:18:49.151Z Done (0.000s)
1702025-05-15T03:18:50.070Z Done (0.926s)
1712025-05-15T03:18:55.647Z Done (5.334s)
1722025-05-15T03:18:55.744Z Done (0.019s)
1732025-05-15T03:18:55.780Z Done (0.000s)
1742025-05-15T03:18:55.894Z Done (0.000s)
1752025-05-15T03:18:56.796ZPlanning: Evaluating mediator changes ... Done
1762025-05-15T03:18:57.005ZPlanning: Checking for conflicting actions ... Done
1772025-05-15T03:18:57.056ZPlanning: Consolidating action changes ... Done
1782025-05-15T03:18:57.360ZPlanning: Evaluating mediators ... Done
1792025-05-15T03:18:57.386ZPlanning: Planning completed in 0.57 seconds
1802025-05-15T03:18:57.412Z Mediators to change: 2
1812025-05-15T03:18:57.413Z Create boot environment: No
1822025-05-15T03:18:57.413ZCreate backup boot environment: No
1832025-05-15T03:18:57.472Z Done
1842025-05-15T03:18:57.472Z Done
1852025-05-15T03:18:58.111Z Done
1862025-05-15T03:19:03.976Z Done
1872025-05-15T03:19:04.058Z Done
1882025-05-15T03:19:04.058Z Done
1892025-05-15T03:19:04.058Z Done
1902025-05-15T03:19:04.086ZPlanning: Evaluating mediator changes ... Done
1912025-05-15T03:19:04.086ZPlanning: Merging actions ... Done
1922025-05-15T03:19:04.086ZPlanning: Checking for conflicting actions ... Done
1932025-05-15T03:19:04.086ZPlanning: Consolidating action changes ... Done
1942025-05-15T03:19:04.469ZPlanning: Evaluating mediators ... Done
1952025-05-15T03:19:04.496ZPlanning: Planning completed in 0.96 seconds
1962025-05-15T03:19:04.527Z Packages to change: 1
1972025-05-15T03:19:04.527Z Mediators to change: 1
1982025-05-15T03:19:04.527Z Services to change: 1
1992025-05-15T03:19:04.527Z Create boot environment: No
2002025-05-15T03:19:04.527ZCreate backup boot environment: Yes
2012025-05-15T03:19:06.362Z Actions: 1/6 actions (Updating modified actions)
2022025-05-15T03:19:06.389Z Actions: Completed 6 actions in 0.00 seconds.
2032025-05-15T03:19:06.389Z Done
2042025-05-15T03:19:06.389Z Done
2052025-05-15T03:19:06.560Z Done
2062025-05-15T03:19:11.551Z Done
2072025-05-15T03:19:11.655Z Done
2082025-05-15T03:19:11.655Z Done
2092025-05-15T03:19:11.706Z Done
2102025-05-15T03:19:12.323ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2112025-05-15T03:19:12.323Zclang system 15 system
2122025-05-15T03:19:12.323Zcsh system system illumos
2132025-05-15T03:19:12.323Zctags system system illumos
2142025-05-15T03:19:12.323Zfile system system illumos
2152025-05-15T03:19:12.324Zgcc vendor 12 vendor
2162025-05-15T03:19:12.324Zgcc system 10 system
2172025-05-15T03:19:12.324Zgcc system 7 system
2182025-05-15T03:19:12.324Zgo system 1.20 system
2192025-05-15T03:19:12.324Zgo system 1.19 system
2202025-05-15T03:19:12.324Zllvm system 15 system
2212025-05-15T03:19:12.324Zllvm system 14 system
2222025-05-15T03:19:12.324Zmariadb system 10.6 system
2232025-05-15T03:19:12.324Zmta vendor vendor dma
2242025-05-15T03:19:12.324Zopenjdk system 17 system
2252025-05-15T03:19:12.324Zopenjdk system 11 system
2262025-05-15T03:19:12.324Zopenjdk system 1.8 system
2272025-05-15T03:19:12.325Zopenssl vendor 3 vendor
2282025-05-15T03:19:12.325Zperl system 5.36 system
2292025-05-15T03:19:12.325Zpostgresql system 15 system
2302025-05-15T03:19:12.325Zpostgresql system 13 system
2312025-05-15T03:19:12.325Zpython vendor 3 vendor
2322025-05-15T03:19:12.325Zpython system 2 system
2332025-05-15T03:19:12.325Zpython3 system 3.11 system
2342025-05-15T03:19:12.325Zruby system 3.0 system
2352025-05-15T03:19:12.325Zwords vendor vendor american-english
2362025-05-15T03:19:12.325Zwords system system australian-english
2372025-05-15T03:19:12.325Zwords system system british-english
2382025-05-15T03:19:12.326Zwords system system canadian-english
2392025-05-15T03:19:12.326Zwords system system french
2402025-05-15T03:19:12.326Zwords system system italian
2412025-05-15T03:19:12.326Zwords system system ngerman
2422025-05-15T03:19:12.326Zwords system system ogerman
2432025-05-15T03:19:12.326Zwords system system spanish
2442025-05-15T03:19:12.746ZPUBLISHER TYPE STATUS P LOCATION
2452025-05-15T03:19:12.746Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2462025-05-15T03:19:17.468ZFMRI IFO
2472025-05-15T03:19:17.468Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2482025-05-15T03:19:17.468Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2492025-05-15T03:19:17.469Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2502025-05-15T03:19:17.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2512025-05-15T03:19:17.469Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2522025-05-15T03:19:17.469Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2532025-05-15T03:19:17.469Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2542025-05-15T03:19:17.469Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2552025-05-15T03:19:17.469Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2562025-05-15T03:19:17.469Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2572025-05-15T03:19:17.477Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2582025-05-15T03:19:17.477Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2592025-05-15T03:19:17.477Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2602025-05-15T03:19:17.477Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2612025-05-15T03:19:17.477Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2622025-05-15T03:19:18.526Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2632025-05-15T03:19:18.897Z Updating git repository `https://github.com/seanmonstar/reqwest`
2642025-05-15T03:19:19.774Z Updating crates.io index
2652025-05-15T03:19:19.800Z Updating git repository `https://github.com/oxidecomputer/lldp`
2662025-05-15T03:19:20.273Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2672025-05-15T03:19:20.941Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2682025-05-15T03:19:21.302Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2692025-05-15T03:19:21.670Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2702025-05-15T03:19:22.128Z Updating git repository `https://github.com/oxidecomputer/propolis`
2712025-05-15T03:19:23.396Z Updating git repository `https://github.com/oxidecomputer/crucible`
2722025-05-15T03:19:25.593Z Updating git repository `https://github.com/oxidecomputer/opte`
2732025-05-15T03:19:26.501Z Updating git repository `https://github.com/oxidecomputer/falcon`
2742025-05-15T03:19:28.412Z Updating git repository `https://github.com/oxidecomputer/clickward`
2752025-05-15T03:19:28.794Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2762025-05-15T03:19:29.135Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2772025-05-15T03:19:29.964Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782025-05-15T03:19:30.282Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2792025-05-15T03:19:30.762Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2802025-05-15T03:19:31.386Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2812025-05-15T03:19:31.854Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822025-05-15T03:19:32.307Z Updating git repository `https://github.com/oxidecomputer/tofino`
2832025-05-15T03:19:32.664Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2842025-05-15T03:19:33.045Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2852025-05-15T03:19:33.414Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2862025-05-15T03:19:33.798Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872025-05-15T03:19:34.264Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882025-05-15T03:19:34.668Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2892025-05-15T03:19:35.182Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902025-05-15T03:19:35.744Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2912025-05-15T03:19:36.245Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2922025-05-15T03:19:36.588Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2932025-05-15T03:19:37.070Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2942025-05-15T03:19:37.592Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2952025-05-15T03:19:37.986Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2962025-05-15T03:19:38.383Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2972025-05-15T03:19:38.766Z Updating git repository `https://github.com/oxidecomputer/omicron`
2982025-05-15T03:19:49.649Z Updating git repository `https://github.com/illumos/smf-rs`
2992025-05-15T03:19:51.392Z Downloading crates ...
3002025-05-15T03:19:51.581Z Downloaded equivalent v1.0.1
3012025-05-15T03:19:51.582Z Downloaded autocfg v1.4.0
3022025-05-15T03:19:51.582Z Downloaded usdt-attr-macro v0.5.0
3032025-05-15T03:19:51.582Z Downloaded usdt-macro v0.5.0
3042025-05-15T03:19:51.583Z Downloaded proc-macro-error-attr v1.0.4
3052025-05-15T03:19:51.583Z Downloaded zerocopy-derive v0.7.35
3062025-05-15T03:19:51.583Z Downloaded quote v1.0.40
3072025-05-15T03:19:51.763Z Downloaded thiserror v2.0.12
3082025-05-15T03:19:51.763Z Downloaded ucd-trie v0.1.7
3092025-05-15T03:19:51.763Z Downloaded thiserror-impl v2.0.12
3102025-05-15T03:19:51.763Z Downloaded papergrid v0.11.0
3112025-05-15T03:19:51.763Z Downloaded winnow v0.7.3
3122025-05-15T03:19:51.764Z Downloaded unicode-ident v1.0.18
3132025-05-15T03:19:51.764Z Downloaded pest v2.7.14
3142025-05-15T03:19:51.764Z Downloaded hashbrown v0.15.1
3152025-05-15T03:19:51.764Z Downloaded zerocopy v0.7.35
3162025-05-15T03:19:51.764Z Downloaded clap_builder v4.5.35
3172025-05-15T03:19:51.764Z Downloaded tabled v0.15.0
3182025-05-15T03:19:51.764Z Downloaded goblin v0.8.2
3192025-05-15T03:19:51.764Z Downloaded serde_json v1.0.140
3202025-05-15T03:19:51.764Z Downloaded indexmap v2.9.0
3212025-05-15T03:19:51.764Z Downloaded syn v1.0.109
3222025-05-15T03:19:51.764Z Downloaded unicode-width v0.1.14
3232025-05-15T03:19:51.764Z Downloaded syn v2.0.101
3242025-05-15T03:19:51.764Z Downloaded rustix v0.37.28
3252025-05-15T03:19:51.764Z Downloaded toml_edit v0.22.24
3262025-05-15T03:19:51.870Z Downloaded serde_derive v1.0.219
3272025-05-15T03:19:51.870Z Downloaded rustix v0.38.37
3282025-05-15T03:19:51.870Z Downloaded serde v1.0.219
3292025-05-15T03:19:51.870Z Downloaded memchr v2.7.4
3302025-05-15T03:19:51.870Z Downloaded bitflags v2.9.0
3312025-05-15T03:19:51.870Z Downloaded plain v0.2.3
3322025-05-15T03:19:51.870Z Downloaded pest_meta v2.7.14
3332025-05-15T03:19:51.870Z Downloaded anyhow v1.0.98
3342025-05-15T03:19:51.870Z Downloaded typenum v1.17.0
3352025-05-15T03:19:51.871Z Downloaded toml v0.8.20
3362025-05-15T03:19:51.872Z Downloaded textwrap v0.16.1
3372025-05-15T03:19:51.872Z Downloaded ryu v1.0.18
3382025-05-15T03:19:51.872Z Downloaded proc-macro2 v1.0.95
3392025-05-15T03:19:51.872Z Downloaded pest_derive v2.7.14
3402025-05-15T03:19:51.872Z Downloaded once_cell v1.21.3
3412025-05-15T03:19:51.872Z Downloaded log v0.4.27
3422025-05-15T03:19:51.872Z Downloaded clap v4.5.35
3432025-05-15T03:19:51.937Z Downloaded tempfile v3.13.0
3442025-05-15T03:19:51.937Z Downloaded sha2 v0.10.8
3452025-05-15T03:19:51.937Z Downloaded serde_tokenstream v0.2.2
3462025-05-15T03:19:51.937Z Downloaded semver v1.0.26
3472025-05-15T03:19:51.937Z Downloaded io-lifetimes v1.0.11
3482025-05-15T03:19:51.937Z Downloaded proc-macro-error v1.0.4
3492025-05-15T03:19:51.937Z Downloaded itoa v1.0.11
3502025-05-15T03:19:51.937Z Downloaded is_terminal_polyfill v1.70.1
3512025-05-15T03:19:51.937Z Downloaded libc v0.2.172
3522025-05-15T03:19:51.937Z Downloaded dtrace-parser v0.2.0
3532025-05-15T03:19:51.937Z Downloaded clap_derive v4.5.32
3542025-05-15T03:19:51.937Z Downloaded cargo_toml v0.21.0
3552025-05-15T03:19:51.937Z Downloaded cargo_metadata v0.19.2
3562025-05-15T03:19:51.937Z Downloaded camino-tempfile v1.3.0
3572025-05-15T03:19:52.020Z Downloaded camino v1.1.9
3582025-05-15T03:19:52.020Z Downloaded bitflags v1.3.2
3592025-05-15T03:19:52.021Z Downloaded anstream v0.6.18
3602025-05-15T03:19:52.021Z Downloaded version_check v0.9.5
3612025-05-15T03:19:52.021Z Downloaded utf8parse v0.2.2
3622025-05-15T03:19:52.021Z Downloaded usdt-impl v0.5.0
3632025-05-15T03:19:52.021Z Downloaded usdt v0.5.0
3642025-05-15T03:19:52.021Z Downloaded unicode-linebreak v0.1.5
3652025-05-15T03:19:52.021Z Downloaded toml_datetime v0.6.8
3662025-05-15T03:19:52.021Z Downloaded thread-id v4.2.2
3672025-05-15T03:19:52.021Z Downloaded thiserror-impl v1.0.69
3682025-05-15T03:19:52.021Z Downloaded thiserror v1.0.69
3692025-05-15T03:19:52.021Z Downloaded terminal_size v0.4.0
3702025-05-15T03:19:52.021Z Downloaded terminal_size v0.2.6
3712025-05-15T03:19:52.022Z Downloaded tabled_derive v0.7.0
3722025-05-15T03:19:52.022Z Downloaded strsim v0.11.1
3732025-05-15T03:19:52.022Z Downloaded smawk v0.3.2
3742025-05-15T03:19:52.022Z Downloaded serde_spanned v0.6.8
3752025-05-15T03:19:52.022Z Downloaded scroll v0.12.0
3762025-05-15T03:19:52.022Z Downloaded pest_generator v2.7.14
3772025-05-15T03:19:52.022Z Downloaded generic-array v0.14.7
3782025-05-15T03:19:52.022Z Downloaded fs-err v3.1.0
3792025-05-15T03:19:52.022Z Downloaded digest v0.10.7
3802025-05-15T03:19:52.023Z Downloaded memmap v0.7.0
3812025-05-15T03:19:52.023Z Downloaded heck v0.5.0
3822025-05-15T03:19:52.023Z Downloaded heck v0.4.1
3832025-05-15T03:19:52.023Z Downloaded fnv v1.0.7
3842025-05-15T03:19:52.023Z Downloaded errno v0.3.9
3852025-05-15T03:19:52.023Z Downloaded crypto-common v0.1.6
3862025-05-15T03:19:52.023Z Downloaded byteorder v1.5.0
3872025-05-15T03:19:52.023Z Downloaded bytecount v0.6.8
3882025-05-15T03:19:52.023Z Downloaded anstyle-parse v0.2.5
3892025-05-15T03:19:52.023Z Downloaded scroll_derive v0.12.0
3902025-05-15T03:19:52.024Z Downloaded block-buffer v0.10.4
3912025-05-15T03:19:52.024Z Downloaded anstyle-query v1.1.1
3922025-05-15T03:19:52.024Z Downloaded anstyle v1.0.10
3932025-05-15T03:19:52.024Z Downloaded swrite v0.1.0
3942025-05-15T03:19:52.024Z Downloaded pretty-hex v0.4.1
3952025-05-15T03:19:52.024Z Downloaded macaddr v1.0.1
3962025-05-15T03:19:52.024Z Downloaded fastrand v2.1.1
3972025-05-15T03:19:52.024Z Downloaded dof v0.3.0
3982025-05-15T03:19:52.024Z Downloaded cpufeatures v0.2.14
3992025-05-15T03:19:52.082Z Downloaded colorchoice v1.0.2
4002025-05-15T03:19:52.082Z Downloaded clap_lex v0.7.4
4012025-05-15T03:19:52.082Z Downloaded cfg-if v1.0.0
4022025-05-15T03:19:52.082Z Downloaded cargo-platform v0.1.8
4032025-05-15T03:19:52.206Z Compiling proc-macro2 v1.0.95
4042025-05-15T03:19:52.206Z Compiling unicode-ident v1.0.18
4052025-05-15T03:19:52.206Z Compiling version_check v0.9.5
4062025-05-15T03:19:52.256Z Compiling libc v0.2.172
4072025-05-15T03:19:52.256Z Compiling serde v1.0.219
4082025-05-15T03:19:52.256Z Compiling memchr v2.7.4
4092025-05-15T03:19:52.256Z Compiling thiserror v1.0.69
4102025-05-15T03:19:52.256Z Compiling ryu v1.0.18
4112025-05-15T03:19:52.506Z Compiling ucd-trie v0.1.7
4122025-05-15T03:19:52.633Z Compiling itoa v1.0.11
4132025-05-15T03:19:52.906Z Compiling once_cell v1.21.3
4142025-05-15T03:19:53.195Z Compiling byteorder v1.5.0
4152025-05-15T03:19:53.371Z Compiling serde_json v1.0.140
4162025-05-15T03:19:53.510Z Compiling rustix v0.38.37
4172025-05-15T03:19:53.715Z Compiling bitflags v2.9.0
4182025-05-15T03:19:53.863Z Compiling usdt-impl v0.5.0
4192025-05-15T03:19:54.008Z Compiling proc-macro-error-attr v1.0.4
4202025-05-15T03:19:54.064Z Compiling io-lifetimes v1.0.11
4212025-05-15T03:19:54.112Z Compiling syn v1.0.109
4222025-05-15T03:19:54.372Z Compiling proc-macro-error v1.0.4
4232025-05-15T03:19:54.544Z Compiling log v0.4.27
4242025-05-15T03:19:54.545Z Compiling hashbrown v0.15.1
4252025-05-15T03:19:54.655Z Compiling quote v1.0.40
4262025-05-15T03:19:54.782Z Compiling errno v0.3.9
4272025-05-15T03:19:54.833Z Compiling utf8parse v0.2.2
4282025-05-15T03:19:54.834Z Compiling thread-id v4.2.2
4292025-05-15T03:19:54.873Z Compiling rustix v0.37.28
4302025-05-15T03:19:54.967Z Compiling syn v2.0.101
4312025-05-15T03:19:55.026Z Compiling equivalent v1.0.1
4322025-05-15T03:19:55.135Z Compiling plain v0.2.3
4332025-05-15T03:19:55.166Z Compiling camino v1.1.9
4342025-05-15T03:19:55.330Z Compiling anstyle-parse v0.2.5
4352025-05-15T03:19:55.634Z Compiling indexmap v2.9.0
4362025-05-15T03:19:55.901Z Compiling winnow v0.7.3
4372025-05-15T03:19:55.934Z Compiling unicode-width v0.1.14
4382025-05-15T03:19:55.934Z Compiling anstyle-query v1.1.1
4392025-05-15T03:19:56.202Z Compiling is_terminal_polyfill v1.70.1
4402025-05-15T03:19:56.241Z Compiling thiserror v2.0.12
4412025-05-15T03:19:56.425Z Compiling anstyle v1.0.10
4422025-05-15T03:19:56.563Z Compiling semver v1.0.26
4432025-05-15T03:19:56.968Z Compiling bitflags v1.3.2
4442025-05-15T03:19:57.046Z Compiling pretty-hex v0.4.1
4452025-05-15T03:19:57.108Z Compiling autocfg v1.4.0
4462025-05-15T03:19:57.176Z Compiling colorchoice v1.0.2
4472025-05-15T03:19:57.326Z Compiling terminal_size v0.4.0
4482025-05-15T03:19:57.391Z Compiling anstream v0.6.18
4492025-05-15T03:19:57.973Z Compiling bytecount v0.6.8
4502025-05-15T03:19:58.042Z Compiling fnv v1.0.7
4512025-05-15T03:19:58.073Z Compiling fs-err v3.1.0
4522025-05-15T03:19:58.098Z Compiling fastrand v2.1.1
4532025-05-15T03:19:58.225Z Compiling anyhow v1.0.98
4542025-05-15T03:19:58.252Z Compiling heck v0.4.1
4552025-05-15T03:19:58.600Z Compiling cfg-if v1.0.0
4562025-05-15T03:19:58.670Z Compiling strsim v0.11.1
4572025-05-15T03:19:58.726Z Compiling clap_lex v0.7.4
4582025-05-15T03:19:58.822Z Compiling heck v0.5.0
4592025-05-15T03:19:59.116Z Compiling tempfile v3.13.0
4602025-05-15T03:19:59.204Z Compiling clap_builder v4.5.35
4612025-05-15T03:19:59.432Z Compiling terminal_size v0.2.6
4622025-05-15T03:19:59.582Z Compiling papergrid v0.11.0
4632025-05-15T03:19:59.645Z Compiling memmap v0.7.0
4642025-05-15T03:19:59.677Z Compiling unicode-linebreak v0.1.5
4652025-05-15T03:19:59.709Z Compiling smawk v0.3.2
4662025-05-15T03:20:00.038Z Compiling swrite v0.1.0
4672025-05-15T03:20:00.181Z Compiling textwrap v0.16.1
4682025-05-15T03:20:00.212Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
4692025-05-15T03:20:00.899Z Compiling tabled_derive v0.7.0
4702025-05-15T03:20:02.636Z Compiling tabled v0.15.0
4712025-05-15T03:20:02.885Z Compiling serde_derive v1.0.219
4722025-05-15T03:20:02.915Z Compiling thiserror-impl v1.0.69
4732025-05-15T03:20:02.915Z Compiling zerocopy-derive v0.7.35
4742025-05-15T03:20:02.915Z Compiling scroll_derive v0.12.0
4752025-05-15T03:20:02.915Z Compiling thiserror-impl v2.0.12
4762025-05-15T03:20:02.916Z Compiling clap_derive v4.5.32
4772025-05-15T03:20:04.263Z Compiling scroll v0.12.0
4782025-05-15T03:20:04.817Z Compiling goblin v0.8.2
4792025-05-15T03:20:04.934Z Compiling zerocopy v0.7.35
4802025-05-15T03:20:06.104Z Compiling pest v2.7.14
4812025-05-15T03:20:07.186Z Compiling clap v4.5.35
4822025-05-15T03:20:08.801Z Compiling pest_meta v2.7.14
4832025-05-15T03:20:10.061Z Compiling pest_generator v2.7.14
4842025-05-15T03:20:11.435Z Compiling pest_derive v2.7.14
4852025-05-15T03:20:12.116Z Compiling dtrace-parser v0.2.0
4862025-05-15T03:20:13.041Z Compiling serde_spanned v0.6.8
4872025-05-15T03:20:13.041Z Compiling toml_datetime v0.6.8
4882025-05-15T03:20:13.352Z Compiling serde_tokenstream v0.2.2
4892025-05-15T03:20:13.381Z Compiling cargo-platform v0.1.8
4902025-05-15T03:20:13.413Z Compiling macaddr v1.0.1
4912025-05-15T03:20:13.600Z Compiling toml_edit v0.22.24
4922025-05-15T03:20:13.845Z Compiling camino-tempfile v1.3.0
4932025-05-15T03:20:14.665Z Compiling dof v0.3.0
4942025-05-15T03:20:14.665Z Compiling cargo_metadata v0.19.2
4952025-05-15T03:20:16.319Z Compiling usdt-attr-macro v0.5.0
4962025-05-15T03:20:16.319Z Compiling usdt-macro v0.5.0
4972025-05-15T03:20:17.016Z Compiling toml v0.8.20
4982025-05-15T03:20:17.341Z Compiling usdt v0.5.0
4992025-05-15T03:20:17.788Z Compiling cargo_toml v0.21.0
5002025-05-15T03:20:21.462Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5012025-05-15T03:20:25.840Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
5022025-05-15T03:20:26.123Z Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
5032025-05-15T03:20:27.114Z Downloading crates ...
5042025-05-15T03:20:27.285Z Downloaded async-stream-impl v0.3.6
5052025-05-15T03:20:27.310Z Downloaded atty v0.2.14
5062025-05-15T03:20:27.310Z Downloaded ciborium-io v0.2.2
5072025-05-15T03:20:27.310Z Downloaded http-body v1.0.1
5082025-05-15T03:20:27.310Z Downloaded headers-core v0.3.0
5092025-05-15T03:20:27.310Z Downloaded adler2 v2.0.0
5102025-05-15T03:20:27.335Z Downloaded crc8 v0.1.1
5112025-05-15T03:20:27.335Z Downloaded ident_case v1.0.1
5122025-05-15T03:20:27.335Z Downloaded is_ci v1.2.0
5132025-05-15T03:20:27.335Z Downloaded match_cfg v0.1.0
5142025-05-15T03:20:27.335Z Downloaded http-range v0.1.5
5152025-05-15T03:20:27.335Z Downloaded pretty-hex v0.2.1
5162025-05-15T03:20:27.361Z Downloaded lalrpop-util v0.19.12
5172025-05-15T03:20:27.361Z Downloaded psl-types v2.0.11
5182025-05-15T03:20:27.361Z Downloaded md-5 v0.10.6
5192025-05-15T03:20:27.361Z Downloaded lru-cache v0.1.2
5202025-05-15T03:20:27.361Z Downloaded sigpipe v0.1.3
5212025-05-15T03:20:27.387Z Downloaded sqlparser_derive v0.2.2
5222025-05-15T03:20:27.387Z Downloaded sync_wrapper v1.0.1
5232025-05-15T03:20:27.387Z Downloaded utf16_iter v1.0.5
5242025-05-15T03:20:27.413Z Downloaded want v0.3.1
5252025-05-15T03:20:27.413Z Downloaded darling_macro v0.20.10
5262025-05-15T03:20:27.413Z Downloaded indicatif v0.17.11
5272025-05-15T03:20:27.413Z Downloaded md5 v0.7.0
5282025-05-15T03:20:27.439Z Downloaded rand_xorshift v0.3.0
5292025-05-15T03:20:27.464Z Downloaded rand_core v0.6.4
5302025-05-15T03:20:27.464Z Downloaded thread_local v1.1.8
5312025-05-15T03:20:27.491Z Downloaded try-lock v0.2.5
5322025-05-15T03:20:27.491Z Downloaded num-conv v0.1.0
5332025-05-15T03:20:27.491Z Downloaded path-slash v0.1.5
5342025-05-15T03:20:27.491Z Downloaded csv-core v0.1.11
5352025-05-15T03:20:27.491Z Downloaded scrypt v0.11.0
5362025-05-15T03:20:27.517Z Downloaded serde_path_to_error v0.1.16
5372025-05-15T03:20:27.517Z Downloaded foreign-types-shared v0.3.1
5382025-05-15T03:20:27.517Z Downloaded same-file v1.0.6
5392025-05-15T03:20:27.517Z Downloaded serde_derive_internals v0.29.1
5402025-05-15T03:20:27.543Z Downloaded phf_generator v0.11.2
5412025-05-15T03:20:27.543Z Downloaded diesel_table_macro_syntax v0.2.0
5422025-05-15T03:20:27.543Z Downloaded termios v0.3.3
5432025-05-15T03:20:27.543Z Downloaded futures-task v0.3.31
5442025-05-15T03:20:27.570Z Downloaded fxhash v0.2.1
5452025-05-15T03:20:27.570Z Downloaded ghash v0.5.1
5462025-05-15T03:20:27.570Z Downloaded take_mut v0.2.2
5472025-05-15T03:20:27.570Z Downloaded derive_builder_macro v0.20.2
5482025-05-15T03:20:27.570Z Downloaded tower-service v0.3.3
5492025-05-15T03:20:27.599Z Downloaded tap v1.0.1
5502025-05-15T03:20:27.599Z Downloaded snafu-derive v0.8.5
5512025-05-15T03:20:27.599Z Downloaded stringprep v0.1.5
5522025-05-15T03:20:27.599Z Downloaded endian-type v0.1.2
5532025-05-15T03:20:27.599Z Downloaded progenitor-client v0.8.0
5542025-05-15T03:20:27.599Z Downloaded precomputed-hash v0.1.1
5552025-05-15T03:20:27.625Z Downloaded snafu v0.8.5
5562025-05-15T03:20:27.625Z Downloaded unicase v2.7.0
5572025-05-15T03:20:27.625Z Downloaded embedded-io v0.6.1
5582025-05-15T03:20:27.625Z Downloaded unicode-truncate v1.1.0
5592025-05-15T03:20:27.625Z Downloaded time v0.3.36
5602025-05-15T03:20:27.652Z Downloaded unarray v0.1.4
5612025-05-15T03:20:27.652Z Downloaded progenitor-impl v0.10.0
5622025-05-15T03:20:27.652Z Downloaded rand v0.9.0
5632025-05-15T03:20:27.652Z Downloaded tough v0.20.0
5642025-05-15T03:20:27.678Z Downloaded ssh-key v0.6.6
5652025-05-15T03:20:27.678Z Downloaded unicode-xid v0.2.6
5662025-05-15T03:20:27.678Z Downloaded rfc6979 v0.4.0
5672025-05-15T03:20:27.703Z Downloaded unicode-segmentation v1.12.0
5682025-05-15T03:20:27.703Z Downloaded proc-macro-crate v1.3.1
5692025-05-15T03:20:27.703Z Downloaded portable-atomic v1.11.0
5702025-05-15T03:20:27.703Z Downloaded progenitor-macro v0.9.1
5712025-05-15T03:20:27.703Z Downloaded tabled v0.18.0
5722025-05-15T03:20:27.728Z Downloaded either v1.14.0
5732025-05-15T03:20:27.755Z Downloaded tar v0.4.44
5742025-05-15T03:20:27.755Z Downloaded der v0.7.9
5752025-05-15T03:20:27.755Z Downloaded polar-core v0.27.3
5762025-05-15T03:20:27.780Z Downloaded bitvec v1.0.1
5772025-05-15T03:20:27.805Z Downloaded unicode-width v0.2.0
5782025-05-15T03:20:27.805Z Downloaded unicode-bidi v0.3.17
5792025-05-15T03:20:27.805Z Downloaded expectorate v1.2.0
5802025-05-15T03:20:27.831Z Downloaded elliptic-curve v0.13.8
5812025-05-15T03:20:27.831Z Downloaded unicode_categories v0.1.1
5822025-05-15T03:20:27.831Z Downloaded num-bigint-dig v0.8.4
5832025-05-15T03:20:27.831Z Downloaded nom v7.1.3
5842025-05-15T03:20:27.831Z Downloaded regex-automata v0.4.8
5852025-05-15T03:20:27.857Z Downloaded winnow v0.6.26
5862025-05-15T03:20:27.882Z Downloaded rustls-webpki v0.101.7
5872025-05-15T03:20:27.908Z Downloaded unicode-normalization v0.1.24
5882025-05-15T03:20:27.908Z Downloaded typify-impl v0.4.1
5892025-05-15T03:20:27.934Z Downloaded typify-impl v0.3.0
5902025-05-15T03:20:27.959Z Downloaded zerocopy v0.8.25
5912025-05-15T03:20:27.993Z Downloaded dropshot v0.16.0
5922025-05-15T03:20:28.022Z Downloaded object v0.36.5
5932025-05-15T03:20:28.047Z Downloaded smoltcp v0.9.1
5942025-05-15T03:20:28.072Z Downloaded nix v0.27.1
5952025-05-15T03:20:28.072Z Downloaded openapiv3 v2.0.0
5962025-05-15T03:20:28.098Z Downloaded zstd-sys v2.0.14+zstd.1.5.7
5972025-05-15T03:20:28.123Z Downloaded smoltcp v0.11.0
5982025-05-15T03:20:28.123Z Downloaded libz-sys v1.1.20
5992025-05-15T03:20:28.148Z Downloaded tokio v1.43.1
6002025-05-15T03:20:28.187Z Downloaded csv v1.3.1
6012025-05-15T03:20:28.214Z Downloaded nix v0.29.0
6022025-05-15T03:20:28.239Z Downloaded sled v0.34.7
6032025-05-15T03:20:28.293Z Downloaded ratatui v0.29.0
6042025-05-15T03:20:28.321Z Downloaded zerocopy-derive v0.6.6
6052025-05-15T03:20:28.321Z Downloaded radix_trie v0.2.1
6062025-05-15T03:20:28.321Z Downloaded bzip2-sys v0.1.13+1.0.8
6072025-05-15T03:20:28.321Z Downloaded curve25519-dalek v4.1.3
6082025-05-15T03:20:28.347Z Downloaded nix v0.28.0
6092025-05-15T03:20:28.347Z Downloaded lzma-sys v0.1.20
6102025-05-15T03:20:28.373Z Downloaded chrono-tz v0.10.3
6112025-05-15T03:20:28.403Z Downloaded openssl v0.10.72
6122025-05-15T03:20:28.403Z Downloaded bstr v1.10.0
6132025-05-15T03:20:28.430Z Downloaded typify-impl v0.2.0
6142025-05-15T03:20:28.455Z Downloaded rustls-webpki v0.102.8
6152025-05-15T03:20:28.481Z Downloaded object v0.30.4
6162025-05-15T03:20:28.481Z Downloaded p384 v0.13.0
6172025-05-15T03:20:28.511Z Downloaded winnow v0.5.40
6182025-05-15T03:20:28.511Z Downloaded petgraph v0.7.1
6192025-05-15T03:20:28.539Z Downloaded petgraph v0.6.5
6202025-05-15T03:20:28.540Z Downloaded quinn-proto v0.11.8
6212025-05-15T03:20:28.565Z Downloaded proptest v1.6.0
6222025-05-15T03:20:28.565Z Downloaded sha3 v0.10.8
6232025-05-15T03:20:28.565Z Downloaded jiff v0.2.13
6242025-05-15T03:20:28.591Z Downloaded regex v1.11.1
6252025-05-15T03:20:28.616Z Downloaded rustyline v14.0.0
6262025-05-15T03:20:28.616Z Downloaded diesel v2.2.10
6272025-05-15T03:20:28.656Z Downloaded h2 v0.4.6
6282025-05-15T03:20:28.656Z Downloaded chrono v0.4.41
6292025-05-15T03:20:28.656Z Downloaded bindgen v0.71.1
6302025-05-15T03:20:28.682Z Downloaded unicode-properties v0.1.3
6312025-05-15T03:20:28.682Z Downloaded num-bigint v0.4.6
6322025-05-15T03:20:28.682Z Downloaded x509-cert v0.2.5
6332025-05-15T03:20:28.682Z Downloaded embedded-io v0.4.0
6342025-05-15T03:20:28.682Z Downloaded resolv-conf v0.7.0
6352025-05-15T03:20:28.682Z Downloaded pkcs1 v0.7.5
6362025-05-15T03:20:28.707Z Downloaded peg v0.8.5
6372025-05-15T03:20:28.707Z Downloaded encoding_rs v0.8.34
6382025-05-15T03:20:28.733Z Downloaded gimli v0.31.1
6392025-05-15T03:20:28.733Z Downloaded fatfs v0.3.6
6402025-05-15T03:20:28.733Z Downloaded unsafe-libyaml v0.2.11
6412025-05-15T03:20:28.733Z Downloaded git2 v0.19.0
6422025-05-15T03:20:28.758Z Downloaded petname v2.0.2
6432025-05-15T03:20:28.758Z Downloaded progenitor-macro v0.8.0
6442025-05-15T03:20:28.758Z Downloaded term v0.7.0
6452025-05-15T03:20:28.758Z Downloaded russh-keys v0.45.0
6462025-05-15T03:20:28.783Z Downloaded yansi v1.0.1
6472025-05-15T03:20:28.783Z Downloaded predicates-core v1.0.8
6482025-05-15T03:20:28.783Z Downloaded nibble_vec v0.1.0
6492025-05-15T03:20:28.783Z Downloaded pbkdf2 v0.12.2
6502025-05-15T03:20:28.783Z Downloaded libgit2-sys v0.17.0+1.8.1
6512025-05-15T03:20:28.836Z Downloaded fallible-iterator v0.2.0
6522025-05-15T03:20:28.861Z Downloaded pem-rfc7468 v0.7.0
6532025-05-15T03:20:28.861Z Downloaded rustls-pki-types v1.10.0
6542025-05-15T03:20:28.861Z Downloaded pin-utils v0.1.0
6552025-05-15T03:20:28.861Z Downloaded regress v0.10.3
6562025-05-15T03:20:28.861Z Downloaded zerocopy-derive v0.8.25
6572025-05-15T03:20:28.886Z Downloaded rustls v0.22.4
6582025-05-15T03:20:28.886Z Downloaded regex-syntax v0.8.5
6592025-05-15T03:20:28.911Z Downloaded quick-xml v0.37.2
6602025-05-15T03:20:28.911Z Downloaded hickory-proto v0.24.4
6612025-05-15T03:20:28.936Z Downloaded bindgen v0.69.5
6622025-05-15T03:20:28.937Z Downloaded strum_macros v0.24.3
6632025-05-15T03:20:28.937Z Downloaded structmeta-derive v0.3.0
6642025-05-15T03:20:28.937Z Downloaded structmeta v0.3.0
6652025-05-15T03:20:28.937Z Downloaded ring v0.17.14
6662025-05-15T03:20:28.991Z Downloaded futures-util v0.3.31
6672025-05-15T03:20:29.017Z Downloaded tracing v0.1.40
6682025-05-15T03:20:29.017Z Downloaded rustls v0.23.19
6692025-05-15T03:20:29.042Z Downloaded rand v0.8.5
6702025-05-15T03:20:29.042Z Downloaded aws-lc-rs v1.12.4
6712025-05-15T03:20:29.067Z Downloaded steno v0.4.1
6722025-05-15T03:20:29.067Z Downloaded russh v0.45.0
6732025-05-15T03:20:29.067Z Downloaded rustc-demangle v0.1.24
6742025-05-15T03:20:29.092Z Downloaded regex-syntax v0.6.29
6752025-05-15T03:20:29.092Z Downloaded typify v0.4.1
6762025-05-15T03:20:29.092Z Downloaded env_logger v0.10.2
6772025-05-15T03:20:29.092Z Downloaded newtype_derive v0.1.6
6782025-05-15T03:20:29.092Z Downloaded ed25519-dalek v2.1.1
6792025-05-15T03:20:29.092Z Downloaded futures-sink v0.3.31
6802025-05-15T03:20:29.092Z Downloaded futures-macro v0.3.31
6812025-05-15T03:20:29.118Z Downloaded peg-macros v0.8.5
6822025-05-15T03:20:29.118Z Downloaded salty v0.3.0
6832025-05-15T03:20:29.118Z Downloaded daft v0.1.3
6842025-05-15T03:20:29.118Z Downloaded serde_with v3.12.0
6852025-05-15T03:20:29.118Z Downloaded ena v0.14.3
6862025-05-15T03:20:29.118Z Downloaded predicates v3.1.3
6872025-05-15T03:20:29.143Z Downloaded native-tls v0.2.12
6882025-05-15T03:20:29.143Z Downloaded nanorand v0.7.0
6892025-05-15T03:20:29.143Z Downloaded env_logger v0.11.5
6902025-05-15T03:20:29.143Z Downloaded postcard v1.0.10
6912025-05-15T03:20:29.143Z Downloaded mio v1.0.2
6922025-05-15T03:20:29.143Z Downloaded tower v0.5.2
6932025-05-15T03:20:29.169Z Downloaded toml_edit v0.19.15
6942025-05-15T03:20:29.194Z Downloaded der_derive v0.7.3
6952025-05-15T03:20:29.194Z Downloaded hashbrown v0.12.3
6962025-05-15T03:20:29.194Z Downloaded rustls v0.21.12
6972025-05-15T03:20:29.194Z Downloaded progenitor-macro v0.10.0
6982025-05-15T03:20:29.219Z Downloaded progenitor-client v0.10.0
6992025-05-15T03:20:29.219Z Downloaded newtype-uuid v1.2.1
7002025-05-15T03:20:29.219Z Downloaded new_debug_unreachable v1.0.6
7012025-05-15T03:20:29.219Z Downloaded progenitor-client v0.9.1
7022025-05-15T03:20:29.219Z Downloaded progenitor v0.10.0
7032025-05-15T03:20:29.220Z Downloaded progenitor v0.9.1
7042025-05-15T03:20:29.220Z Downloaded proc-macro-error2 v2.0.1
7052025-05-15T03:20:29.220Z Downloaded proc-macro-error-attr2 v2.0.0
7062025-05-15T03:20:29.220Z Downloaded postgres-types v0.2.9
7072025-05-15T03:20:29.220Z Downloaded postgres-protocol v0.6.8
7082025-05-15T03:20:29.220Z Downloaded typify v0.3.0
7092025-05-15T03:20:29.245Z Downloaded pkcs5 v0.7.1
7102025-05-15T03:20:29.245Z Downloaded strum v0.26.3
7112025-05-15T03:20:29.245Z Downloaded termcolor v1.4.1
7122025-05-15T03:20:29.245Z Downloaded tungstenite v0.21.0
7132025-05-15T03:20:29.245Z Downloaded tracing-core v0.1.32
7142025-05-15T03:20:29.246Z Downloaded webpki-roots v0.26.6
7152025-05-15T03:20:29.246Z Downloaded zerocopy v0.6.6
7162025-05-15T03:20:29.246Z Downloaded newline-converter v0.3.0
7172025-05-15T03:20:29.246Z Downloaded progenitor v0.8.0
7182025-05-15T03:20:29.271Z Downloaded env_filter v0.1.2
7192025-05-15T03:20:29.271Z Downloaded enum-as-inner v0.6.1
7202025-05-15T03:20:29.271Z Downloaded typify-macro v0.2.0
7212025-05-15T03:20:29.271Z Downloaded ssh-encoding v0.2.0
7222025-05-15T03:20:29.271Z Downloaded poly1305 v0.8.0
7232025-05-15T03:20:29.271Z Downloaded des v0.8.1
7242025-05-15T03:20:29.271Z Downloaded derive_more v0.99.20
7252025-05-15T03:20:29.271Z Downloaded rsa v0.9.6
7262025-05-15T03:20:29.296Z Downloaded vcpkg v0.2.15
7272025-05-15T03:20:29.327Z Downloaded typify-macro v0.4.1
7282025-05-15T03:20:29.352Z Downloaded typify-macro v0.3.0
7292025-05-15T03:20:29.352Z Downloaded rustls-pemfile v2.2.0
7302025-05-15T03:20:29.352Z Downloaded powerfmt v0.2.0
7312025-05-15T03:20:29.352Z Downloaded strip-ansi-escapes v0.2.0
7322025-05-15T03:20:29.352Z Downloaded string_cache v0.8.9
7332025-05-15T03:20:29.352Z Downloaded stable_deref_trait v1.2.0
7342025-05-15T03:20:29.352Z Downloaded ssh-cipher v0.2.0
7352025-05-15T03:20:29.352Z Downloaded polyval v0.6.2
7362025-05-15T03:20:29.352Z Downloaded pkcs8 v0.10.2
7372025-05-15T03:20:29.352Z Downloaded diesel_derives v2.2.3
7382025-05-15T03:20:29.377Z Downloaded pin-project v1.1.6
7392025-05-15T03:20:29.377Z Downloaded percent-encoding v2.3.1
7402025-05-15T03:20:29.377Z Downloaded pem v3.0.5
7412025-05-15T03:20:29.377Z Downloaded blake3 v1.5.4
7422025-05-15T03:20:29.402Z Downloaded static_assertions v1.1.0
7432025-05-15T03:20:29.402Z Downloaded ed25519 v2.2.3
7442025-05-15T03:20:29.402Z Downloaded diesel-dtrace v0.4.2
7452025-05-15T03:20:29.402Z Downloaded getrandom v0.3.1
7462025-05-15T03:20:29.402Z Downloaded getrandom v0.2.15
7472025-05-15T03:20:29.402Z Downloaded ff v0.13.0
7482025-05-15T03:20:29.403Z Downloaded curve25519-dalek-derive v0.1.1
7492025-05-15T03:20:29.403Z Downloaded whoami v1.5.2
7502025-05-15T03:20:29.403Z Downloaded rayon v1.10.0
7512025-05-15T03:20:29.428Z Downloaded ron v0.7.1
7522025-05-15T03:20:29.428Z Downloaded deranged v0.3.11
7532025-05-15T03:20:29.428Z Downloaded defmt-parser v0.3.4
7542025-05-15T03:20:29.428Z Downloaded universal-hash v0.5.1
7552025-05-15T03:20:29.428Z Downloaded zerovec v0.10.4
7562025-05-15T03:20:29.453Z Downloaded pkg-config v0.3.31
7572025-05-15T03:20:29.453Z Downloaded diff v0.1.13
7582025-05-15T03:20:29.453Z Downloaded serde_yaml v0.9.34+deprecated
7592025-05-15T03:20:29.453Z Downloaded which v4.4.2
7602025-05-15T03:20:29.453Z Downloaded nu-ansi-term v0.50.1
7612025-05-15T03:20:29.453Z Downloaded tower-layer v0.3.3
7622025-05-15T03:20:29.453Z Downloaded openssl-sys v0.9.107
7632025-05-15T03:20:29.453Z Downloaded hashbrown v0.13.2
7642025-05-15T03:20:29.478Z Downloaded tabwriter v1.4.0
7652025-05-15T03:20:29.478Z Downloaded tabled_derive v0.10.0
7662025-05-15T03:20:29.478Z Downloaded synstructure v0.13.1
7672025-05-15T03:20:29.478Z Downloaded multer v3.1.0
7682025-05-15T03:20:29.478Z Downloaded globset v0.4.15
7692025-05-15T03:20:29.478Z Downloaded ecdsa v0.16.9
7702025-05-15T03:20:29.478Z Downloaded toml v0.7.8
7712025-05-15T03:20:29.479Z Downloaded ron v0.8.1
7722025-05-15T03:20:29.504Z Downloaded futures v0.3.31
7732025-05-15T03:20:29.504Z Downloaded zip v2.6.1
7742025-05-15T03:20:29.504Z Downloaded multimap v0.10.0
7752025-05-15T03:20:29.504Z Downloaded group v0.13.0
7762025-05-15T03:20:29.504Z Downloaded glob v0.3.2
7772025-05-15T03:20:29.504Z Downloaded gethostname v0.5.0
7782025-05-15T03:20:29.504Z Downloaded serde_with_macros v3.12.0
7792025-05-15T03:20:29.504Z Downloaded yoke v0.7.4
7802025-05-15T03:20:29.529Z Downloaded yasna v0.5.2
7812025-05-15T03:20:29.529Z Downloaded lalrpop v0.19.12
7822025-05-15T03:20:29.529Z Downloaded dirs-next v2.0.0
7832025-05-15T03:20:29.529Z Downloaded samael v0.0.18
7842025-05-15T03:20:29.555Z Downloaded parse-zoneinfo v0.3.1
7852025-05-15T03:20:29.555Z Downloaded difflib v0.4.0
7862025-05-15T03:20:29.555Z Downloaded smf v0.2.3
7872025-05-15T03:20:29.555Z Downloaded smallvec v1.14.0
7882025-05-15T03:20:29.555Z Downloaded reedline v0.38.0
7892025-05-15T03:20:29.555Z Downloaded icu_properties_data v1.5.0
7902025-05-15T03:20:29.580Z Downloaded topological-sort v0.2.2
7912025-05-15T03:20:29.580Z Downloaded pin-project-internal v1.1.6
7922025-05-15T03:20:29.580Z Downloaded derive-where v1.2.7
7932025-05-15T03:20:29.580Z Downloaded serde_cbor v0.11.2
7942025-05-15T03:20:29.606Z Downloaded salsa20 v0.10.2
7952025-05-15T03:20:29.606Z Downloaded rusty-fork v0.3.0
7962025-05-15T03:20:29.606Z Downloaded rustversion v1.0.17
7972025-05-15T03:20:29.606Z Downloaded smallvec v0.6.14
7982025-05-15T03:20:29.606Z Downloaded rtoolbox v0.0.2
7992025-05-15T03:20:29.606Z Downloaded rpassword v7.3.1
8002025-05-15T03:20:29.606Z Downloaded pin-project-lite v0.2.14
8012025-05-15T03:20:29.606Z Downloaded peg-runtime v0.8.5
8022025-05-15T03:20:29.606Z Downloaded futures-channel v0.3.31
8032025-05-15T03:20:29.606Z Downloaded fs_extra v1.3.0
8042025-05-15T03:20:29.632Z Downloaded fs-err v2.11.0
8052025-05-15T03:20:29.632Z Downloaded fd-lock v4.0.2
8062025-05-15T03:20:29.632Z Downloaded derive_builder v0.20.2
8072025-05-15T03:20:29.632Z Downloaded schemars v0.8.22
8082025-05-15T03:20:29.657Z Downloaded typed-path v0.9.3
8092025-05-15T03:20:29.657Z Downloaded p521 v0.13.3
8102025-05-15T03:20:29.657Z Downloaded sqlparser v0.45.0
8112025-05-15T03:20:29.682Z Downloaded time-core v0.1.2
8122025-05-15T03:20:29.682Z Downloaded termtree v0.5.1
8132025-05-15T03:20:29.682Z Downloaded phf_shared v0.11.2
8142025-05-15T03:20:29.682Z Downloaded phf v0.11.2
8152025-05-15T03:20:29.682Z Downloaded derive_builder_core v0.20.2
8162025-05-15T03:20:29.682Z Downloaded russh-cryptovec v0.7.3
8172025-05-15T03:20:29.683Z Downloaded nodrop v0.1.14
8182025-05-15T03:20:29.683Z Downloaded slog v2.7.0
8192025-05-15T03:20:29.683Z Downloaded p256 v0.13.2
8202025-05-15T03:20:29.709Z Downloaded phf_codegen v0.11.2
8212025-05-15T03:20:29.709Z Downloaded futures-io v0.3.31
8222025-05-15T03:20:29.709Z Downloaded futures-executor v0.3.31
8232025-05-15T03:20:29.709Z Downloaded futures-core v0.3.31
8242025-05-15T03:20:29.709Z Downloaded funty v2.0.0
8252025-05-15T03:20:29.709Z Downloaded form_urlencoded v1.2.1
8262025-05-15T03:20:29.709Z Downloaded test-strategy v0.4.0
8272025-05-15T03:20:29.709Z Downloaded aho-corasick v1.1.3
8282025-05-15T03:20:29.734Z Downloaded sct v0.7.1
8292025-05-15T03:20:29.734Z Downloaded num-traits v0.2.19
8302025-05-15T03:20:29.734Z Downloaded zip v0.6.6
8312025-05-15T03:20:29.734Z Downloaded xz2 v0.1.7
8322025-05-15T03:20:29.734Z Downloaded xshell v0.2.7
8332025-05-15T03:20:29.734Z Downloaded oso v0.27.3
8342025-05-15T03:20:29.759Z Downloaded hkdf v0.12.4
8352025-05-15T03:20:29.759Z Downloaded crossterm v0.28.1
8362025-05-15T03:20:29.760Z Downloaded xattr v1.3.1
8372025-05-15T03:20:29.760Z Downloaded wyz v0.5.1
8382025-05-15T03:20:29.760Z Downloaded tokio-util v0.7.13
8392025-05-15T03:20:29.785Z Downloaded foreign-types-shared v0.1.1
8402025-05-15T03:20:29.785Z Downloaded serde_urlencoded v0.7.1
8412025-05-15T03:20:29.785Z Downloaded serde_repr v0.1.19
8422025-05-15T03:20:29.785Z Downloaded serde_plain v1.0.2
8432025-05-15T03:20:29.785Z Downloaded serde_bytes v0.11.17
8442025-05-15T03:20:29.785Z Downloaded scopeguard v1.2.0
8452025-05-15T03:20:29.785Z Downloaded schemars_derive v0.8.22
8462025-05-15T03:20:29.785Z Downloaded paste v1.0.15
8472025-05-15T03:20:29.811Z Downloaded password-hash v0.5.0
8482025-05-15T03:20:29.811Z Downloaded password-hash v0.4.2
8492025-05-15T03:20:29.811Z Downloaded num-rational v0.4.2
8502025-05-15T03:20:29.811Z Downloaded num-integer v0.1.46
8512025-05-15T03:20:29.811Z Downloaded num v0.4.3
8522025-05-15T03:20:29.811Z Downloaded normalize-line-endings v0.3.0
8532025-05-15T03:20:29.811Z Downloaded zopfli v0.8.1
8542025-05-15T03:20:29.811Z Downloaded writeable v0.5.5
8552025-05-15T03:20:29.811Z Downloaded omicron-zone-package v0.12.2
8562025-05-15T03:20:29.811Z Downloaded minimal-lexical v0.2.1
8572025-05-15T03:20:29.836Z Downloaded half v1.8.3
8582025-05-15T03:20:29.836Z Downloaded scheduled-thread-pool v0.2.7
8592025-05-15T03:20:29.836Z Downloaded parse-display v0.10.0
8602025-05-15T03:20:29.836Z Downloaded num-iter v0.1.45
8612025-05-15T03:20:29.836Z Downloaded num-complex v0.4.6
8622025-05-15T03:20:29.836Z Downloaded zstd-safe v7.2.3
8632025-05-15T03:20:29.836Z Downloaded pbkdf2 v0.11.0
8642025-05-15T03:20:29.836Z Downloaded parse-display-derive v0.10.0
8652025-05-15T03:20:29.836Z Downloaded num_enum v0.5.11
8662025-05-15T03:20:29.836Z Downloaded num-derive v0.4.2
8672025-05-15T03:20:29.862Z Downloaded num-derive v0.3.3
8682025-05-15T03:20:29.862Z Downloaded zstd v0.13.3
8692025-05-15T03:20:29.862Z Downloaded tui-tree-widget v0.23.0
8702025-05-15T03:20:29.862Z Downloaded tracing-attributes v0.1.27
8712025-05-15T03:20:29.862Z Downloaded thiserror-impl-no-std v2.0.2
8722025-05-15T03:20:29.862Z Downloaded itertools v0.14.0
8732025-05-15T03:20:29.862Z Downloaded itertools v0.13.0
8742025-05-15T03:20:29.887Z Downloaded zone v0.1.8
8752025-05-15T03:20:29.888Z Downloaded zeroize v1.8.1
8762025-05-15T03:20:29.888Z Downloaded typify v0.2.0
8772025-05-15T03:20:29.888Z Downloaded tungstenite v0.23.0
8782025-05-15T03:20:29.888Z Downloaded rcgen v0.12.1
8792025-05-15T03:20:29.888Z Downloaded rayon-core v1.12.1
8802025-05-15T03:20:29.913Z Downloaded itertools v0.10.5
8812025-05-15T03:20:29.913Z Downloaded idna v1.0.3
8822025-05-15T03:20:29.913Z Downloaded hyper v1.6.0
8832025-05-15T03:20:29.913Z Downloaded aes-gcm v0.10.3
8842025-05-15T03:20:29.960Z Downloaded parse-size v1.1.0
8852025-05-15T03:20:29.960Z Downloaded ctr v0.9.2
8862025-05-15T03:20:29.960Z Downloaded zone_cfg_derive v0.3.0
8872025-05-15T03:20:29.960Z Downloaded zone v0.3.1
8882025-05-15T03:20:29.960Z Downloaded zerovec-derive v0.10.3
8892025-05-15T03:20:29.960Z Downloaded zerofrom-derive v0.1.4
8902025-05-15T03:20:29.960Z Downloaded yoke-derive v0.7.4
8912025-05-15T03:20:29.960Z Downloaded xshell-macros v0.2.7
8922025-05-15T03:20:29.960Z Downloaded write16 v1.0.0
8932025-05-15T03:20:29.960Z Downloaded slog-async v2.8.0
8942025-05-15T03:20:29.960Z Downloaded half v2.4.1
8952025-05-15T03:20:29.986Z Downloaded dropshot_endpoint v0.16.0
8962025-05-15T03:20:29.986Z Downloaded url v2.5.3
8972025-05-15T03:20:29.986Z Downloaded itertools v0.12.1
8982025-05-15T03:20:29.986Z Downloaded zone_cfg_derive v0.1.2
8992025-05-15T03:20:29.986Z Downloaded zeroize_derive v1.4.2
9002025-05-15T03:20:29.986Z Downloaded zerofrom v0.1.4
9012025-05-15T03:20:29.986Z Downloaded twox-hash v2.1.0
9022025-05-15T03:20:29.986Z Downloaded slog-term v2.9.1
9032025-05-15T03:20:29.986Z Downloaded shell-words v1.1.0
9042025-05-15T03:20:29.986Z Downloaded papergrid v0.14.0
9052025-05-15T03:20:29.986Z Downloaded owo-colors v4.2.0
9062025-05-15T03:20:29.986Z Downloaded miniz_oxide v0.8.5
9072025-05-15T03:20:29.986Z Downloaded flate2 v1.1.1
9082025-05-15T03:20:30.012Z Downloaded tokio-postgres v0.7.13
9092025-05-15T03:20:30.012Z Downloaded libxml v0.3.3
9102025-05-15T03:20:30.012Z Downloaded slab v0.4.9
9112025-05-15T03:20:30.012Z Downloaded sha1 v0.10.6
9122025-05-15T03:20:30.012Z Downloaded rand_chacha v0.3.1
9132025-05-15T03:20:30.012Z Downloaded radium v0.7.0
9142025-05-15T03:20:30.037Z Downloaded r2d2 v0.8.10
9152025-05-15T03:20:30.037Z Downloaded quinn-udp v0.5.5
9162025-05-15T03:20:30.038Z Downloaded parking_lot v0.12.3
9172025-05-15T03:20:30.038Z Downloaded oxnet v0.1.2
9182025-05-15T03:20:30.038Z Downloaded openssl-probe v0.1.5
9192025-05-15T03:20:30.038Z Downloaded flume v0.11.1
9202025-05-15T03:20:30.038Z Downloaded libm v0.2.8
9212025-05-15T03:20:30.065Z Downloaded aes v0.8.4
9222025-05-15T03:20:30.066Z Downloaded thiserror-no-std v2.0.2
9232025-05-15T03:20:30.066Z Downloaded slog-stdlog v4.1.1
9242025-05-15T03:20:30.066Z Downloaded slog-scope v4.4.0
9252025-05-15T03:20:30.066Z Downloaded slog-json v2.6.1
9262025-05-15T03:20:30.066Z Downloaded slog-envlogger v2.2.0
9272025-05-15T03:20:30.066Z Downloaded slog-dtrace v0.3.0
9282025-05-15T03:20:30.091Z Downloaded slog-bunyan v2.5.0
9292025-05-15T03:20:30.091Z Downloaded siphasher v0.3.11
9302025-05-15T03:20:30.091Z Downloaded rand_seeder v0.3.0
9312025-05-15T03:20:30.091Z Downloaded rand_core v0.9.2
9322025-05-15T03:20:30.091Z Downloaded rand_chacha v0.9.0
9332025-05-15T03:20:30.091Z Downloaded parking_lot_core v0.9.10
9342025-05-15T03:20:30.091Z Downloaded parking_lot_core v0.8.6
9352025-05-15T03:20:30.092Z Downloaded parking_lot v0.11.2
9362025-05-15T03:20:30.092Z Downloaded olpc-cjson v0.1.4
9372025-05-15T03:20:30.092Z Downloaded num_enum_derive v0.5.11
9382025-05-15T03:20:30.092Z Downloaded mime_guess v2.0.5
9392025-05-15T03:20:30.092Z Downloaded mime v0.3.17
9402025-05-15T03:20:30.092Z Downloaded memmap2 v0.9.5
9412025-05-15T03:20:30.117Z Downloaded fixedbitset v0.5.7
9422025-05-15T03:20:30.117Z Downloaded dsl_auto_type v0.1.2
9432025-05-15T03:20:30.117Z Downloaded darling v0.20.10
9442025-05-15T03:20:30.117Z Downloaded vsss-rs v3.3.4
9452025-05-15T03:20:30.117Z Downloaded uuid v1.16.0
9462025-05-15T03:20:30.117Z Downloaded utf8_iter v1.0.4
9472025-05-15T03:20:30.117Z Downloaded simd-adler32 v0.3.7
9482025-05-15T03:20:30.117Z Downloaded publicsuffix v2.3.0
9492025-05-15T03:20:30.143Z Downloaded http v1.3.1
9502025-05-15T03:20:30.143Z Downloaded packed_struct_codegen v0.10.1
9512025-05-15T03:20:30.143Z Downloaded packed_struct v0.10.1
9522025-05-15T03:20:30.143Z Downloaded oso-derive v0.27.3
9532025-05-15T03:20:30.143Z Downloaded foldhash v0.1.3
9542025-05-15T03:20:30.143Z Downloaded defmt v0.3.8
9552025-05-15T03:20:30.143Z Downloaded darling_core v0.20.10
9562025-05-15T03:20:30.143Z Downloaded vte v0.11.1
9572025-05-15T03:20:30.143Z Downloaded vergen v8.3.2
9582025-05-15T03:20:30.168Z Downloaded value-bag v1.9.0
9592025-05-15T03:20:30.168Z Downloaded subprocess v0.2.9
9602025-05-15T03:20:30.168Z Downloaded socket2 v0.5.9
9612025-05-15T03:20:30.168Z Downloaded similar v2.7.0
9622025-05-15T03:20:30.168Z Downloaded quinn v0.11.5
9632025-05-15T03:20:30.168Z Downloaded qorb v0.3.1
9642025-05-15T03:20:30.194Z Downloaded progenitor-impl v0.9.1
9652025-05-15T03:20:30.194Z Downloaded prettyplease v0.2.30
9662025-05-15T03:20:30.194Z Downloaded pretty_assertions v1.4.1
9672025-05-15T03:20:30.194Z Downloaded jiff-static v0.2.13
9682025-05-15T03:20:30.194Z Downloaded icu_locid v1.5.0
9692025-05-15T03:20:30.219Z Downloaded icu_collections v1.5.0
9702025-05-15T03:20:30.220Z Downloaded hyper-util v0.1.11
9712025-05-15T03:20:30.220Z Downloaded hickory-server v0.24.4
9722025-05-15T03:20:30.246Z Downloaded hickory-resolver v0.24.4
9732025-05-15T03:20:30.246Z Downloaded heapless v0.8.0
9742025-05-15T03:20:30.246Z Downloaded crossbeam-channel v0.5.15
9752025-05-15T03:20:30.246Z Downloaded cc v1.2.15
9762025-05-15T03:20:30.271Z Downloaded openssl-macros v0.1.1
9772025-05-15T03:20:30.271Z Downloaded opaque-debug v0.3.1
9782025-05-15T03:20:30.271Z Downloaded number_prefix v0.4.0
9792025-05-15T03:20:30.271Z Downloaded num_threads v0.1.7
9802025-05-15T03:20:30.271Z Downloaded memoffset v0.9.1
9812025-05-15T03:20:30.271Z Downloaded hash32 v0.3.1
9822025-05-15T03:20:30.273Z Downloaded hash32 v0.2.1
9832025-05-15T03:20:30.273Z Downloaded foreign-types-macros v0.2.3
9842025-05-15T03:20:30.273Z Downloaded float-ord v0.3.2
9852025-05-15T03:20:30.273Z Downloaded float-cmp v0.10.0
9862025-05-15T03:20:30.273Z Downloaded flagset v0.4.6
9872025-05-15T03:20:30.273Z Downloaded fixedbitset v0.4.2
9882025-05-15T03:20:30.273Z Downloaded filetime v0.2.25
9892025-05-15T03:20:30.273Z Downloaded dyn-clone v1.0.19
9902025-05-15T03:20:30.273Z Downloaded dunce v1.0.5
9912025-05-15T03:20:30.298Z Downloaded document-features v0.2.10
9922025-05-15T03:20:30.298Z Downloaded displaydoc v0.2.5
9932025-05-15T03:20:30.298Z Downloaded display-error-chain v0.2.2
9942025-05-15T03:20:30.299Z Downloaded defmt-macros v0.3.9
9952025-05-15T03:20:30.299Z Downloaded debug-ignore v1.0.5
9962025-05-15T03:20:30.299Z Downloaded data-encoding v2.6.0
9972025-05-15T03:20:30.299Z Downloaded daft-derive v0.1.3
9982025-05-15T03:20:30.299Z Downloaded walkdir v2.5.0
9992025-05-15T03:20:30.299Z Downloaded uzers v0.12.1
10002025-05-15T03:20:30.299Z Downloaded tokio-tungstenite v0.23.1
10012025-05-15T03:20:30.324Z Downloaded tokio-tungstenite v0.21.0
10022025-05-15T03:20:30.324Z Downloaded tokio-stream v0.1.17
10032025-05-15T03:20:30.324Z Downloaded tokio-rustls v0.26.0
10042025-05-15T03:20:30.324Z Downloaded tokio-rustls v0.25.0
10052025-05-15T03:20:30.324Z Downloaded tokio-rustls v0.24.1
10062025-05-15T03:20:30.324Z Downloaded tinyvec v1.8.0
10072025-05-15T03:20:30.349Z Downloaded indexmap v1.9.3
10082025-05-15T03:20:30.349Z Downloaded crypto-bigint v0.5.5
10092025-05-15T03:20:30.349Z Downloaded const_format v0.2.34
10102025-05-15T03:20:30.349Z Downloaded bytes v1.10.1
10112025-05-15T03:20:30.374Z Downloaded backtrace v0.3.74
10122025-05-15T03:20:30.374Z Downloaded foreign-types v0.5.0
10132025-05-15T03:20:30.375Z Downloaded foreign-types v0.3.2
10142025-05-15T03:20:30.375Z Downloaded dirs-sys-next v0.1.2
10152025-05-15T03:20:30.375Z Downloaded wait-timeout v0.2.0
10162025-05-15T03:20:30.375Z Downloaded utf-8 v0.7.6
10172025-05-15T03:20:30.375Z Downloaded time-macros v0.2.18
10182025-05-15T03:20:30.375Z Downloaded sqlformat v0.3.5
10192025-05-15T03:20:30.400Z Downloaded signal-hook v0.3.17
10202025-05-15T03:20:30.400Z Downloaded bumpalo v3.16.0
10212025-05-15T03:20:30.400Z Downloaded icu_properties v1.5.1
10222025-05-15T03:20:30.400Z Downloaded base64 v0.22.1
10232025-05-15T03:20:30.400Z Downloaded base64 v0.21.7
10242025-05-15T03:20:30.425Z Downloaded untrusted v0.9.0
10252025-05-15T03:20:30.425Z Downloaded untrusted v0.7.1
10262025-05-15T03:20:30.425Z Downloaded tokio-native-tls v0.3.1
10272025-05-15T03:20:30.425Z Downloaded tokio-macros v2.5.0
10282025-05-15T03:20:30.425Z Downloaded tls_codec_derive v0.4.1
10292025-05-15T03:20:30.425Z Downloaded support-bundle-viewer v0.1.0
10302025-05-15T03:20:30.425Z Downloaded strum_macros v0.26.4
10312025-05-15T03:20:30.425Z Downloaded spin v0.9.8
10322025-05-15T03:20:30.451Z Downloaded progenitor-impl v0.8.0
10332025-05-15T03:20:30.451Z Downloaded litrs v0.4.1
10342025-05-15T03:20:30.451Z Downloaded icu_provider v1.5.0
10352025-05-15T03:20:30.451Z Downloaded hmac v0.12.1
10362025-05-15T03:20:30.451Z Downloaded compact_str v0.8.0
10372025-05-15T03:20:30.451Z Downloaded cancel-safe-futures v0.1.5
10382025-05-15T03:20:30.477Z Downloaded waitgroup v0.1.2
10392025-05-15T03:20:30.477Z Downloaded vte_generate_state_changes v0.1.2
10402025-05-15T03:20:30.477Z Downloaded void v1.0.2
10412025-05-15T03:20:30.477Z Downloaded tls_codec v0.4.1
10422025-05-15T03:20:30.477Z Downloaded tinystr v0.7.6
10432025-05-15T03:20:30.477Z Downloaded tiny-keccak v2.0.2
10442025-05-15T03:20:30.477Z Downloaded supports-color v3.0.2
10452025-05-15T03:20:30.477Z Downloaded subtle v2.6.1
10462025-05-15T03:20:30.477Z Downloaded strum_macros v0.25.3
10472025-05-15T03:20:30.477Z Downloaded spki v0.7.3
10482025-05-15T03:20:30.477Z Downloaded icu_normalizer_data v1.5.0
10492025-05-15T03:20:30.477Z Downloaded icu_normalizer v1.5.0
10502025-05-15T03:20:30.503Z Downloaded icu_locid_transform_data v1.5.0
10512025-05-15T03:20:30.503Z Downloaded hyper-staticfile v0.10.1
10522025-05-15T03:20:30.503Z Downloaded heapless v0.7.17
10532025-05-15T03:20:30.503Z Downloaded crossbeam-epoch v0.9.18
10542025-05-15T03:20:30.503Z Downloaded chacha20poly1305 v0.10.1
10552025-05-15T03:20:30.503Z Downloaded base64 v0.13.1
10562025-05-15T03:20:30.503Z Downloaded tinyvec_macros v0.1.1
10572025-05-15T03:20:30.503Z Downloaded sync-ptr v0.1.1
10582025-05-15T03:20:30.503Z Downloaded signature v2.2.0
10592025-05-15T03:20:30.503Z Downloaded signal-hook-registry v1.4.2
10602025-05-15T03:20:30.554Z Downloaded aws-lc-sys v0.26.0
10612025-05-15T03:20:30.794Z Downloaded shlex v1.3.0
10622025-05-15T03:20:30.820Z Downloaded serde-hex v0.1.0
10632025-05-15T03:20:30.820Z Downloaded semver v0.1.20
10642025-05-15T03:20:30.820Z Downloaded secrecy v0.10.3
10652025-05-15T03:20:30.820Z Downloaded secrecy v0.8.0
10662025-05-15T03:20:30.820Z Downloaded sec1 v0.7.3
10672025-05-15T03:20:30.821Z Downloaded rustls-pemfile v1.0.4
10682025-05-15T03:20:30.821Z Downloaded rustc_version v0.4.1
10692025-05-15T03:20:30.821Z Downloaded rustc-hash v2.1.1
10702025-05-15T03:20:30.821Z Downloaded rustc-hash v1.1.0
10712025-05-15T03:20:30.821Z Downloaded litemap v0.7.3
10722025-05-15T03:20:30.821Z Downloaded jobserver v0.1.32
10732025-05-15T03:20:30.821Z Downloaded ipnet v2.11.0
10742025-05-15T03:20:30.821Z Downloaded hickory-client v0.24.4
10752025-05-15T03:20:30.846Z Downloaded headers v0.4.0
10762025-05-15T03:20:30.846Z Downloaded crossbeam-utils v0.8.21
10772025-05-15T03:20:30.846Z Downloaded crc32fast v1.4.2
10782025-05-15T03:20:30.846Z Downloaded cookie v0.18.1
10792025-05-15T03:20:30.846Z Downloaded const_format_proc_macros v0.2.34
10802025-05-15T03:20:30.846Z Downloaded bzip2 v0.5.2
10812025-05-15T03:20:30.846Z Downloaded arc-swap v1.7.1
10822025-05-15T03:20:30.872Z Downloaded allocator-api2 v0.2.18
10832025-05-15T03:20:30.872Z Downloaded ref-cast-impl v1.0.23
10842025-05-15T03:20:30.872Z Downloaded ref-cast v1.0.23
10852025-05-15T03:20:30.872Z Downloaded lock_api v0.4.12
10862025-05-15T03:20:30.872Z Downloaded libloading v0.8.5
10872025-05-15T03:20:30.872Z Downloaded crc-any v2.5.0
10882025-05-15T03:20:30.872Z Downloaded const-oid v0.9.6
10892025-05-15T03:20:30.872Z Downloaded clang-sys v1.8.1
10902025-05-15T03:20:30.872Z Downloaded cargo_metadata v0.18.1
10912025-05-15T03:20:30.897Z Downloaded bzip2 v0.4.4
10922025-05-15T03:20:30.897Z Downloaded blowfish v0.9.1
10932025-05-15T03:20:30.897Z Downloaded blake2 v0.10.6
10942025-05-15T03:20:30.897Z Downloaded async-trait v0.1.88
10952025-05-15T03:20:30.897Z Downloaded ahash v0.8.11
10962025-05-15T03:20:30.897Z Downloaded quick-error v1.2.3
10972025-05-15T03:20:30.897Z Downloaded primeorder v0.13.6
10982025-05-15T03:20:30.897Z Downloaded ppv-lite86 v0.2.20
10992025-05-15T03:20:30.897Z Downloaded lzss v0.8.2
11002025-05-15T03:20:30.897Z Downloaded kstat-rs v0.2.4
11012025-05-15T03:20:30.897Z Downloaded ingot-macros v0.1.0
11022025-05-15T03:20:30.922Z Downloaded indoc v1.0.9
11032025-05-15T03:20:30.922Z Downloaded icu_locid_transform v1.5.0
11042025-05-15T03:20:30.922Z Downloaded iana-time-zone v0.1.63
11052025-05-15T03:20:30.922Z Downloaded httparse v1.9.5
11062025-05-15T03:20:30.923Z Downloaded cookie_store v0.21.1
11072025-05-15T03:20:30.923Z Downloaded signal-hook-tokio v0.3.1
11082025-05-15T03:20:30.923Z Downloaded signal-hook-mio v0.2.4
11092025-05-15T03:20:30.923Z Downloaded serde-big-array v0.5.1
11102025-05-15T03:20:30.923Z Downloaded rustc_version v0.1.7
11112025-05-15T03:20:30.923Z Downloaded ipnetwork v0.21.1
11122025-05-15T03:20:30.923Z Downloaded internet-checksum v0.2.1
11132025-05-15T03:20:30.923Z Downloaded colored v2.2.0
11142025-05-15T03:20:30.948Z Downloaded ciborium v0.2.2
11152025-05-15T03:20:30.948Z Downloaded linked-hash-map v0.5.6
11162025-05-15T03:20:30.948Z Downloaded keccak v0.1.5
11172025-05-15T03:20:30.948Z Downloaded hyper-rustls v0.27.3
11182025-05-15T03:20:30.948Z Downloaded highway v1.3.0
11192025-05-15T03:20:30.948Z Downloaded console v0.15.10
11202025-05-15T03:20:30.948Z Downloaded arrayvec v0.7.6
11212025-05-15T03:20:30.948Z Downloaded argon2 v0.5.3
11222025-05-15T03:20:30.948Z Downloaded maybe-uninit v2.0.0
11232025-05-15T03:20:30.949Z Downloaded maplit v1.0.2
11242025-05-15T03:20:30.949Z Downloaded managed v0.8.0
11252025-05-15T03:20:30.949Z Downloaded lru v0.12.5
11262025-05-15T03:20:30.980Z Downloaded lockfree-object-pool v0.1.6
11272025-05-15T03:20:30.980Z Downloaded linear-map v1.2.0
11282025-05-15T03:20:30.980Z Downloaded libsw-core v0.3.1
11292025-05-15T03:20:30.980Z Downloaded libsw v3.4.0
11302025-05-15T03:20:30.980Z Downloaded libscf-sys v1.1.0
11312025-05-15T03:20:30.980Z Downloaded libefi-sys v0.1.0
11322025-05-15T03:20:30.980Z Downloaded lazycell v1.3.0
11332025-05-15T03:20:30.980Z Downloaded lazy_static v1.5.0
11342025-05-15T03:20:30.980Z Downloaded is-terminal v0.4.13
11352025-05-15T03:20:30.980Z Downloaded buf-list v1.0.3
11362025-05-15T03:20:30.980Z Downloaded bit-set v0.5.3
11372025-05-15T03:20:30.980Z Downloaded bcs v0.1.6
11382025-05-15T03:20:30.980Z Downloaded base64ct v1.6.0
11392025-05-15T03:20:30.980Z Downloaded backoff v0.4.0
11402025-05-15T03:20:31.007Z Downloaded addr2line v0.24.2
11412025-05-15T03:20:31.007Z Downloaded inout v0.1.3
11422025-05-15T03:20:31.007Z Downloaded ingot-types v0.1.0
11432025-05-15T03:20:31.007Z Downloaded ingot v0.1.0
11442025-05-15T03:20:31.007Z Downloaded indoc v2.0.6
11452025-05-15T03:20:31.007Z Downloaded indent_write v2.2.0
11462025-05-15T03:20:31.007Z Downloaded impl-trait-for-tuples v0.2.2
11472025-05-15T03:20:31.007Z Downloaded idna_adapter v1.2.0
11482025-05-15T03:20:31.007Z Downloaded hyper-tls v0.6.0
11492025-05-15T03:20:31.007Z Downloaded humantime v2.1.0
11502025-05-15T03:20:31.007Z Downloaded hubpack v0.1.2
11512025-05-15T03:20:31.007Z Downloaded httpdate v1.0.3
11522025-05-15T03:20:31.007Z Downloaded http-body-util v0.1.3
11532025-05-15T03:20:31.007Z Downloaded crc-catalog v2.4.0
11542025-05-15T03:20:31.007Z Downloaded crc v3.2.1
11552025-05-15T03:20:31.032Z Downloaded cobs v0.2.3
11562025-05-15T03:20:31.032Z Downloaded cipher v0.4.4
11572025-05-15T03:20:31.032Z Downloaded cexpr v0.6.0
11582025-05-15T03:20:31.032Z Downloaded instability v0.3.2
11592025-05-15T03:20:31.032Z Downloaded crossbeam-deque v0.8.5
11602025-05-15T03:20:31.032Z Downloaded cmake v0.1.51
11612025-05-15T03:20:31.032Z Downloaded chrono-tz-build v0.4.0
11622025-05-15T03:20:31.032Z Downloaded chacha20 v0.9.1
11632025-05-15T03:20:31.032Z Downloaded cbc v0.1.2
11642025-05-15T03:20:31.032Z Downloaded castaway v0.2.3
11652025-05-15T03:20:31.032Z Downloaded hostname v0.4.0
11662025-05-15T03:20:31.032Z Downloaded hex-literal v0.4.1
11672025-05-15T03:20:31.032Z Downloaded hex v0.4.3
11682025-05-15T03:20:31.032Z Downloaded heck v0.3.3
11692025-05-15T03:20:31.033Z Downloaded async-bb8-diesel v0.2.1
11702025-05-15T03:20:31.061Z Downloaded convert_case v0.4.0
11712025-05-15T03:20:31.061Z Downloaded constant_time_eq v0.3.1
11722025-05-15T03:20:31.061Z Downloaded ciborium-ll v0.2.2
11732025-05-15T03:20:31.061Z Downloaded cassowary v0.3.0
11742025-05-15T03:20:31.061Z Downloaded bitfield-struct v0.6.2
11752025-05-15T03:20:31.061Z Downloaded bitfield v0.14.0
11762025-05-15T03:20:31.061Z Downloaded bit-vec v0.8.0
11772025-05-15T03:20:31.061Z Downloaded array-init v0.0.4
11782025-05-15T03:20:31.061Z Downloaded bit-vec v0.6.3
11792025-05-15T03:20:31.062Z Downloaded bit-set v0.8.0
11802025-05-15T03:20:31.062Z Downloaded bcrypt-pbkdf v0.10.0
11812025-05-15T03:20:31.062Z Downloaded bb8 v0.8.5
11822025-05-15T03:20:31.062Z Downloaded base16ct v0.2.0
11832025-05-15T03:20:31.062Z Downloaded instant v0.1.13
11842025-05-15T03:20:31.062Z Downloaded icu_provider_macros v1.5.0
11852025-05-15T03:20:31.062Z Downloaded hubpack_derive v0.1.1
11862025-05-15T03:20:31.062Z Downloaded block-padding v0.3.3
11872025-05-15T03:20:31.062Z Downloaded atomic-waker v1.1.2
11882025-05-15T03:20:31.062Z Downloaded assert_matches v1.5.0
11892025-05-15T03:20:31.062Z Downloaded aead v0.5.2
11902025-05-15T03:20:31.089Z Downloaded hostname v0.3.1
11912025-05-15T03:20:31.090Z Downloaded home v0.5.9
11922025-05-15T03:20:31.090Z Downloaded cstr-argument v0.1.2
11932025-05-15T03:20:31.090Z Downloaded crunchy v0.2.2
11942025-05-15T03:20:31.090Z Downloaded cfg_aliases v0.1.1
11952025-05-15T03:20:31.090Z Downloaded async-stream v0.3.6
11962025-05-15T03:20:31.090Z Downloaded async-recursion v1.1.1
11972025-05-15T03:20:31.090Z Downloaded ascii-canvas v3.0.0
11982025-05-15T03:20:31.090Z Downloaded arrayref v0.3.9
11992025-05-15T03:20:31.090Z Downloaded crucible-workspace-hack v0.1.0
12002025-05-15T03:20:31.090Z Downloaded cfg_aliases v0.2.1
12012025-05-15T03:20:31.090Z Downloaded atomicwrites v0.4.4
12022025-05-15T03:20:31.227Z Compiling serde v1.0.219
12032025-05-15T03:20:31.251Z Compiling value-bag v1.9.0
12042025-05-15T03:20:31.251Z Compiling shlex v1.3.0
12052025-05-15T03:20:31.251Z Compiling lock_api v0.4.12
12062025-05-15T03:20:31.252Z Compiling scopeguard v1.2.0
12072025-05-15T03:20:31.252Z Compiling typenum v1.17.0
12082025-05-15T03:20:31.252Z Compiling syn v2.0.101
12092025-05-15T03:20:31.252Z Compiling getrandom v0.2.15
12102025-05-15T03:20:31.556Z Compiling jobserver v0.1.32
12112025-05-15T03:20:31.654Z Compiling generic-array v0.14.7
12122025-05-15T03:20:32.012Z Compiling log v0.4.27
12132025-05-15T03:20:32.289Z Compiling rand_core v0.6.4
12142025-05-15T03:20:32.376Z Compiling smallvec v1.14.0
12152025-05-15T03:20:32.587Z Compiling cc v1.2.15
12162025-05-15T03:20:32.814Z Compiling subtle v2.6.1
12172025-05-15T03:20:32.973Z Compiling const-oid v0.9.6
12182025-05-15T03:20:33.152Z Compiling stable_deref_trait v1.2.0
12192025-05-15T03:20:33.190Z Compiling pkg-config v0.3.31
12202025-05-15T03:20:33.254Z Compiling pin-project-lite v0.2.14
12212025-05-15T03:20:33.364Z Compiling parking_lot_core v0.9.10
12222025-05-15T03:20:33.390Z Compiling rustix v0.38.37
12232025-05-15T03:20:33.484Z Compiling signal-hook-registry v1.4.2
12242025-05-15T03:20:34.250Z Compiling mio v1.0.2
12252025-05-15T03:20:34.341Z Compiling parking_lot v0.12.3
12262025-05-15T03:20:34.464Z Compiling spin v0.9.8
12272025-05-15T03:20:34.716Z Compiling futures-core v0.3.31
12282025-05-15T03:20:34.852Z Compiling aho-corasick v1.1.3
12292025-05-15T03:20:34.919Z Compiling regex-syntax v0.8.5
12302025-05-15T03:20:35.016Z Compiling cpufeatures v0.2.14
12312025-05-15T03:20:35.153Z Compiling serde_json v1.0.140
12322025-05-15T03:20:35.196Z Compiling either v1.14.0
12332025-05-15T03:20:35.288Z Compiling libm v0.2.8
12342025-05-15T03:20:35.484Z Compiling writeable v0.5.5
12352025-05-15T03:20:35.537Z Compiling litemap v0.7.3
12362025-05-15T03:20:35.696Z Compiling socket2 v0.5.9
12372025-05-15T03:20:35.721Z Compiling num-traits v0.2.19
12382025-05-15T03:20:35.979Z Compiling slab v0.4.9
12392025-05-15T03:20:36.053Z Compiling glob v0.3.2
12402025-05-15T03:20:36.504Z Compiling prettyplease v0.2.30
12412025-05-15T03:20:36.719Z Compiling icu_locid_transform_data v1.5.0
12422025-05-15T03:20:36.862Z Compiling futures-sink v0.3.31
12432025-05-15T03:20:36.927Z Compiling getrandom v0.3.1
12442025-05-15T03:20:37.112Z Compiling clang-sys v1.8.1
12452025-05-15T03:20:37.238Z Compiling lazy_static v1.5.0
12462025-05-15T03:20:37.413Z Compiling allocator-api2 v0.2.18
12472025-05-15T03:20:37.439Z Compiling foldhash v0.1.3
12482025-05-15T03:20:37.797Z Compiling icu_properties_data v1.5.0
12492025-05-15T03:20:37.882Z Compiling minimal-lexical v0.2.1
12502025-05-15T03:20:38.070Z Compiling libloading v0.8.5
12512025-05-15T03:20:38.221Z Compiling hashbrown v0.15.1
12522025-05-15T03:20:38.410Z Compiling nom v7.1.3
12532025-05-15T03:20:38.436Z Compiling icu_normalizer_data v1.5.0
12542025-05-15T03:20:38.467Z Compiling home v0.5.9
12552025-05-15T03:20:38.580Z Compiling base64ct v1.6.0
12562025-05-15T03:20:38.711Z Compiling write16 v1.0.0
12572025-05-15T03:20:38.861Z Compiling regex-automata v0.4.8
12582025-05-15T03:20:39.272Z Compiling utf16_iter v1.0.5
12592025-05-15T03:20:39.564Z Compiling utf8_iter v1.0.4
12602025-05-15T03:20:39.589Z Compiling bindgen v0.69.5
12612025-05-15T03:20:39.706Z Compiling percent-encoding v2.3.1
12622025-05-15T03:20:39.749Z Compiling pem-rfc7468 v0.7.0
12632025-05-15T03:20:40.097Z Compiling itertools v0.12.1
12642025-05-15T03:20:40.567Z Compiling synstructure v0.13.1
12652025-05-15T03:20:41.165Z Compiling lazycell v1.3.0
12662025-05-15T03:20:41.438Z Compiling flagset v0.4.6
12672025-05-15T03:20:41.782Z Compiling rustc-hash v1.1.0
12682025-05-15T03:20:41.991Z Compiling cexpr v0.6.0
12692025-05-15T03:20:42.235Z Compiling futures-channel v0.3.31
12702025-05-15T03:20:42.292Z Compiling cmake v0.1.51
12712025-05-15T03:20:42.728Z Compiling futures-task v0.3.31
12722025-05-15T03:20:43.041Z Compiling pin-utils v0.1.0
12732025-05-15T03:20:43.168Z Compiling fs_extra v1.3.0
12742025-05-15T03:20:43.215Z Compiling futures-io v0.3.31
12752025-05-15T03:20:43.384Z Compiling dunce v1.0.5
12762025-05-15T03:20:43.501Z Compiling form_urlencoded v1.2.1
12772025-05-15T03:20:43.550Z Compiling vcpkg v0.2.15
12782025-05-15T03:20:43.658Z Compiling paste v1.0.15
12792025-05-15T03:20:43.781Z Compiling crossbeam-utils v0.8.21
12802025-05-15T03:20:43.853Z Compiling zerocopy v0.8.25
12812025-05-15T03:20:43.992Z Compiling ring v0.17.14
12822025-05-15T03:20:44.406Z Compiling tracing-core v0.1.32
12832025-05-15T03:20:44.787Z Compiling aws-lc-rs v1.12.4
12842025-05-15T03:20:45.200Z Compiling regex v1.11.1
12852025-05-15T03:20:45.272Z Compiling iana-time-zone v0.1.63
12862025-05-15T03:20:45.525Z Compiling openssl-sys v0.9.107
12872025-05-15T03:20:45.799Z Compiling rustls-pki-types v1.10.0
12882025-05-15T03:20:45.965Z Compiling serde_derive v1.0.219
12892025-05-15T03:20:46.287Z Compiling zeroize_derive v1.4.2
12902025-05-15T03:20:46.668Z Compiling zerofrom-derive v0.1.4
12912025-05-15T03:20:46.991Z Compiling yoke-derive v0.7.4
12922025-05-15T03:20:47.103Z Compiling zerovec-derive v0.10.3
12932025-05-15T03:20:47.782Z Compiling zeroize v1.8.1
12942025-05-15T03:20:49.553Z Compiling crypto-common v0.1.6
12952025-05-15T03:20:49.617Z Compiling block-buffer v0.10.4
12962025-05-15T03:20:49.764Z Compiling displaydoc v0.2.5
12972025-05-15T03:20:49.871Z Compiling digest v0.10.7
12982025-05-15T03:20:49.931Z Compiling zerocopy-derive v0.7.35
12992025-05-15T03:20:50.260Z Compiling zerofrom v0.1.4
13002025-05-15T03:20:50.446Z Compiling hmac v0.12.1
13012025-05-15T03:20:50.523Z Compiling yoke v0.7.4
13022025-05-15T03:20:50.753Z Compiling tokio-macros v2.5.0
13032025-05-15T03:20:50.913Z Compiling zerovec v0.10.4
13042025-05-15T03:20:50.940Z Compiling icu_provider_macros v1.5.0
13052025-05-15T03:20:50.965Z Compiling block-padding v0.3.3
13062025-05-15T03:20:51.158Z Compiling sha2 v0.10.8
13072025-05-15T03:20:51.272Z Compiling inout v0.1.3
13082025-05-15T03:20:51.411Z Compiling der_derive v0.7.3
13092025-05-15T03:20:51.583Z Compiling cipher v0.4.4
13102025-05-15T03:20:52.085Z Compiling zerocopy v0.7.35
13112025-05-15T03:20:52.164Z Compiling thiserror-impl v1.0.69
13122025-05-15T03:20:52.190Z Compiling futures-macro v0.3.31
13132025-05-15T03:20:52.337Z Compiling salsa20 v0.10.2
13142025-05-15T03:20:52.589Z Compiling pbkdf2 v0.12.2
13152025-05-15T03:20:52.786Z Compiling scrypt v0.11.0
13162025-05-15T03:20:53.219Z Compiling tinystr v0.7.6
13172025-05-15T03:20:53.325Z Compiling icu_collections v1.5.0
13182025-05-15T03:20:53.516Z Compiling ppv-lite86 v0.2.20
13192025-05-15T03:20:53.656Z Compiling icu_locid v1.5.0
13202025-05-15T03:20:53.721Z Compiling der v0.7.9
13212025-05-15T03:20:53.976Z Compiling futures-util v0.3.31
13222025-05-15T03:20:54.422Z Compiling cbc v0.1.2
13232025-05-15T03:20:54.529Z Compiling aes v0.8.4
13242025-05-15T03:20:54.725Z Compiling tracing-attributes v0.1.27
13252025-05-15T03:20:54.777Z Compiling zerocopy-derive v0.8.25
13262025-05-15T03:20:55.239Z Compiling icu_provider v1.5.0
13272025-05-15T03:20:55.776Z Compiling thiserror v1.0.69
13282025-05-15T03:20:55.943Z Compiling icu_locid_transform v1.5.0
13292025-05-15T03:20:56.263Z Compiling spki v0.7.3
13302025-05-15T03:20:56.642Z Compiling pkcs5 v0.7.1
13312025-05-15T03:20:56.926Z Compiling pest v2.7.14
13322025-05-15T03:20:57.410Z Compiling icu_properties v1.5.1
13332025-05-15T03:20:57.837Z Compiling pkcs8 v0.10.2
13342025-05-15T03:20:58.175Z Compiling tracing v0.1.40
13352025-05-15T03:20:58.419Z Compiling scroll_derive v0.12.0
13362025-05-15T03:20:58.585Z Compiling httparse v1.9.5
13372025-05-15T03:20:58.709Z Compiling tinyvec_macros v0.1.1
13382025-05-15T03:20:58.843Z Compiling tinyvec v1.8.0
13392025-05-15T03:20:59.304Z Compiling bytes v1.10.1
13402025-05-15T03:20:59.353Z Compiling bitflags v2.9.0
13412025-05-15T03:20:59.991Z Compiling semver v1.0.26
13422025-05-15T03:21:00.177Z Compiling indexmap v2.9.0
13432025-05-15T03:21:00.374Z Compiling uuid v1.16.0
13442025-05-15T03:21:00.704Z Compiling tokio v1.43.1
13452025-05-15T03:21:00.831Z Compiling rustc_version v0.4.1
13462025-05-15T03:21:01.528Z Compiling icu_normalizer v1.5.0
13472025-05-15T03:21:01.640Z Compiling http v1.3.1
13482025-05-15T03:21:01.712Z Compiling pest_meta v2.7.14
13492025-05-15T03:21:02.086Z Compiling chrono v0.4.41
13502025-05-15T03:21:02.204Z Compiling scroll v0.12.0
13512025-05-15T03:21:02.859Z Compiling idna_adapter v1.2.0
13522025-05-15T03:21:03.102Z Compiling idna v1.0.3
13532025-05-15T03:21:03.142Z Compiling pest_generator v2.7.14
13542025-05-15T03:21:03.451Z Compiling serde_derive_internals v0.29.1
13552025-05-15T03:21:04.190Z Compiling which v4.4.2
13562025-05-15T03:21:04.700Z Compiling url v2.5.3
13572025-05-15T03:21:04.781Z Compiling http-body v1.0.1
13582025-05-15T03:21:04.881Z Compiling bzip2-sys v0.1.13+1.0.8
13592025-05-15T03:21:05.052Z Compiling zstd-sys v2.0.14+zstd.1.5.7
13602025-05-15T03:21:05.388Z Compiling num-conv v0.1.0
13612025-05-15T03:21:05.685Z Compiling adler2 v2.0.0
13622025-05-15T03:21:05.743Z Compiling foreign-types-shared v0.1.1
13632025-05-15T03:21:05.838Z Compiling untrusted v0.9.0
13642025-05-15T03:21:05.863Z Compiling time-core v0.1.2
13652025-05-15T03:21:05.893Z Compiling powerfmt v0.2.0
13662025-05-15T03:21:05.929Z Compiling rustversion v1.0.17
13672025-05-15T03:21:06.066Z Compiling openssl v0.10.72
13682025-05-15T03:21:06.091Z Compiling try-lock v0.2.5
13692025-05-15T03:21:06.299Z Compiling untrusted v0.7.1
13702025-05-15T03:21:06.329Z Compiling atomic-waker v1.1.2
13712025-05-15T03:21:06.431Z Compiling schemars v0.8.22
13722025-05-15T03:21:06.543Z Compiling goblin v0.8.2
13732025-05-15T03:21:06.569Z Compiling pest_derive v2.7.14
13742025-05-15T03:21:06.615Z Compiling want v0.3.1
13752025-05-15T03:21:06.682Z Compiling deranged v0.3.11
13762025-05-15T03:21:06.798Z Compiling time-macros v0.2.18
13772025-05-15T03:21:06.999Z Compiling foreign-types v0.3.2
13782025-05-15T03:21:07.136Z Compiling miniz_oxide v0.8.5
13792025-05-15T03:21:08.244Z Compiling schemars_derive v0.8.22
13802025-05-15T03:21:10.214Z Compiling tokio-util v0.7.13
13812025-05-15T03:21:10.371Z Compiling rand_core v0.9.2
13822025-05-15T03:21:11.121Z Compiling openssl-macros v0.1.1
13832025-05-15T03:21:11.692Z Compiling h2 v0.4.6
13842025-05-15T03:21:11.907Z Compiling dyn-clone v1.0.19
13852025-05-15T03:21:12.004Z Compiling native-tls v0.2.12
13862025-05-15T03:21:12.182Z Compiling rustls v0.23.19
13872025-05-15T03:21:12.221Z Compiling syn v1.0.109
13882025-05-15T03:21:12.420Z Compiling tower-service v0.3.3
13892025-05-15T03:21:12.504Z Compiling num_threads v0.1.7
13902025-05-15T03:21:12.575Z Compiling httpdate v1.0.3
13912025-05-15T03:21:12.665Z Compiling time v0.3.36
13922025-05-15T03:21:12.892Z Compiling dof v0.3.0
13932025-05-15T03:21:15.355Z Compiling rand_chacha v0.9.0
13942025-05-15T03:21:16.319Z Compiling dtrace-parser v0.2.0
13952025-05-15T03:21:17.486Z Compiling heapless v0.7.17
13962025-05-15T03:21:17.556Z Compiling unicode-normalization v0.1.24
13972025-05-15T03:21:17.933Z Compiling rand_chacha v0.3.1
13982025-05-15T03:21:17.964Z Compiling signature v2.2.0
13992025-05-15T03:21:18.348Z Compiling crossbeam-epoch v0.9.18
14002025-05-15T03:21:18.433Z Compiling cookie v0.18.1
14012025-05-15T03:21:18.747Z Compiling crc32fast v1.4.2
14022025-05-15T03:21:18.781Z Compiling siphasher v0.3.11
14032025-05-15T03:21:19.061Z Compiling slog v2.7.0
14042025-05-15T03:21:19.147Z Compiling hyper v1.6.0
14052025-05-15T03:21:19.173Z Compiling signal-hook v0.3.17
14062025-05-15T03:21:19.468Z Compiling openssl-probe v0.1.5
14072025-05-15T03:21:19.586Z Compiling unicode-properties v0.1.3
14082025-05-15T03:21:19.846Z Compiling base64 v0.22.1
14092025-05-15T03:21:20.139Z Compiling unicode-bidi v0.3.17
14102025-05-15T03:21:20.281Z Compiling rayon-core v1.12.1
14112025-05-15T03:21:20.593Z Compiling zstd-safe v7.2.3
14122025-05-15T03:21:20.795Z Compiling phf_shared v0.11.2
14132025-05-15T03:21:20.932Z Compiling stringprep v0.1.5
14142025-05-15T03:21:21.416Z Compiling crossbeam-deque v0.8.5
14152025-05-15T03:21:21.913Z Compiling hyper-util v0.1.11
14162025-05-15T03:21:21.945Z Compiling usdt-impl v0.5.0
14172025-05-15T03:21:21.970Z Compiling rand v0.8.5
14182025-05-15T03:21:22.004Z Compiling rand v0.9.0
14192025-05-15T03:21:22.890Z Compiling curve25519-dalek v4.1.3
14202025-05-15T03:21:23.170Z Compiling serde_spanned v0.6.8
14212025-05-15T03:21:23.286Z Compiling serde_tokenstream v0.2.2
14222025-05-15T03:21:23.462Z Compiling toml_datetime v0.6.8
14232025-05-15T03:21:23.597Z Compiling md-5 v0.10.6
14242025-05-15T03:21:23.919Z Compiling num-integer v0.1.46
14252025-05-15T03:21:23.944Z Compiling ff v0.13.0
14262025-05-15T03:21:23.983Z Compiling hash32 v0.2.1
14272025-05-15T03:21:24.009Z Compiling memoffset v0.9.1
14282025-05-15T03:21:24.132Z Compiling fallible-iterator v0.2.0
14292025-05-15T03:21:24.220Z Compiling smoltcp v0.9.1
14302025-05-15T03:21:24.377Z Compiling psl-types v2.0.11
14312025-05-15T03:21:24.402Z Compiling base16ct v0.2.0
14322025-05-15T03:21:24.595Z Compiling litrs v0.4.1
14332025-05-15T03:21:24.691Z Compiling gimli v0.31.1
14342025-05-15T03:21:24.747Z Compiling num-bigint-dig v0.8.4
14352025-05-15T03:21:24.821Z Compiling cfg_aliases v0.2.1
14362025-05-15T03:21:24.895Z Compiling portable-atomic v1.11.0
14372025-05-15T03:21:24.964Z Compiling newtype-uuid v1.2.1
14382025-05-15T03:21:24.997Z Compiling nix v0.29.0
14392025-05-15T03:21:25.200Z Compiling postgres-protocol v0.6.8
14402025-05-15T03:21:25.366Z Compiling sec1 v0.7.3
14412025-05-15T03:21:25.852Z Compiling publicsuffix v2.3.0
14422025-05-15T03:21:25.878Z Compiling document-features v0.2.10
14432025-05-15T03:21:26.013Z Compiling num-iter v0.1.45
14442025-05-15T03:21:26.231Z Compiling group v0.13.0
14452025-05-15T03:21:26.910Z Compiling tokio-native-tls v0.3.1
14462025-05-15T03:21:27.434Z Compiling flate2 v1.1.1
14472025-05-15T03:21:27.724Z Compiling ipnetwork v0.21.1
14482025-05-15T03:21:27.969Z Compiling http-body-util v0.1.3
14492025-05-15T03:21:28.060Z Compiling terminal_size v0.4.0
14502025-05-15T03:21:28.320Z Compiling hkdf v0.12.4
14512025-05-15T03:21:28.351Z Compiling crypto-bigint v0.5.5
14522025-05-15T03:21:28.376Z Compiling webpki-roots v0.26.6
14532025-05-15T03:21:28.482Z Compiling curve25519-dalek-derive v0.1.1
14542025-05-15T03:21:28.610Z Compiling async-trait v0.1.88
14552025-05-15T03:21:28.655Z Compiling sync_wrapper v1.0.1
14562025-05-15T03:21:28.680Z Compiling ahash v0.8.11
14572025-05-15T03:21:28.824Z Compiling fs-err v3.1.0
14582025-05-15T03:21:29.021Z Compiling object v0.36.5
14592025-05-15T03:21:29.165Z Compiling addr2line v0.24.2
14602025-05-15T03:21:29.647Z Compiling ipnet v2.11.0
14612025-05-15T03:21:29.883Z Compiling simd-adler32 v0.3.7
14622025-05-15T03:21:29.910Z Compiling rustc-demangle v0.1.24
14632025-05-15T03:21:30.450Z Compiling lockfree-object-pool v0.1.6
14642025-05-15T03:21:30.751Z Compiling managed v0.8.0
14652025-05-15T03:21:30.870Z Compiling buf-list v1.0.3
14662025-05-15T03:21:30.896Z Compiling anyhow v1.0.98
14672025-05-15T03:21:31.220Z Compiling tower-layer v0.3.3
14682025-05-15T03:21:31.292Z Compiling zip v2.6.1
14692025-05-15T03:21:31.527Z Compiling winnow v0.5.40
14702025-05-15T03:21:31.553Z Compiling bumpalo v3.16.0
14712025-05-15T03:21:31.578Z Compiling unicode-width v0.2.0
14722025-05-15T03:21:31.631Z Compiling clap_builder v4.5.35
14732025-05-15T03:21:32.201Z Compiling console v0.15.10
14742025-05-15T03:21:32.227Z Compiling zopfli v0.8.1
14752025-05-15T03:21:33.573Z Compiling elliptic-curve v0.13.8
14762025-05-15T03:21:34.407Z Compiling tower v0.5.2
14772025-05-15T03:21:34.574Z Compiling strum_macros v0.25.3
14782025-05-15T03:21:34.600Z Compiling hubpack_derive v0.1.1
14792025-05-15T03:21:35.155Z Compiling toml_edit v0.19.15
14802025-05-15T03:21:35.563Z Compiling hubpack v0.1.2
14812025-05-15T03:21:36.286Z Compiling backtrace v0.3.74
14822025-05-15T03:21:36.494Z Compiling hyper-tls v0.6.0
14832025-05-15T03:21:36.890Z Compiling oxnet v0.1.2
14842025-05-15T03:21:36.933Z Compiling rayon v1.10.0
14852025-05-15T03:21:37.758Z Compiling signal-hook-mio v0.2.4
14862025-05-15T03:21:37.958Z Compiling cookie_store v0.21.1
14872025-05-15T03:21:38.386Z Compiling zstd v0.13.3
14882025-05-15T03:21:39.406Z Compiling postgres-types v0.2.9
14892025-05-15T03:21:40.698Z Compiling usdt-macro v0.5.0
14902025-05-15T03:21:40.723Z Compiling usdt-attr-macro v0.5.0
14912025-05-15T03:21:40.757Z Compiling phf v0.11.2
14922025-05-15T03:21:41.071Z Compiling ed25519 v2.2.3
14932025-05-15T03:21:41.642Z Compiling strum_macros v0.26.4
14942025-05-15T03:21:42.235Z Compiling bzip2 v0.5.2
14952025-05-15T03:21:42.306Z Compiling bzip2 v0.4.4
14962025-05-15T03:21:42.664Z Compiling enum-as-inner v0.6.1
14972025-05-15T03:21:42.727Z Compiling clap_derive v4.5.32
14982025-05-15T03:21:42.754Z Compiling futures-executor v0.3.31
14992025-05-15T03:21:43.091Z Compiling serde-big-array v0.5.1
15002025-05-15T03:21:43.127Z Compiling serde_urlencoded v0.7.1
15012025-05-15T03:21:43.280Z Compiling pkcs1 v0.7.5
15022025-05-15T03:21:43.373Z Compiling rfc6979 v0.4.0
15032025-05-15T03:21:43.584Z Compiling rustls-pemfile v2.2.0
15042025-05-15T03:21:43.668Z Compiling serde_repr v0.1.19
15052025-05-15T03:21:43.698Z Compiling daft-derive v0.1.3
15062025-05-15T03:21:43.949Z Compiling bstr v1.10.0
15072025-05-15T03:21:44.226Z Compiling float-cmp v0.10.0
15082025-05-15T03:21:44.480Z Compiling encoding_rs v0.8.34
15092025-05-15T03:21:44.756Z Compiling static_assertions v1.1.0
15102025-05-15T03:21:44.878Z Compiling mime v0.3.17
15112025-05-15T03:21:45.416Z Compiling fixedbitset v0.4.2
15122025-05-15T03:21:45.442Z Compiling difflib v0.4.0
15132025-05-15T03:21:45.677Z Compiling whoami v1.5.2
15142025-05-15T03:21:45.919Z Compiling new_debug_unreachable v1.0.6
15152025-05-15T03:21:46.056Z Compiling unicode-segmentation v1.12.0
15162025-05-15T03:21:46.269Z Compiling precomputed-hash v0.1.1
15172025-05-15T03:21:46.341Z Compiling data-encoding v2.6.0
15182025-05-15T03:21:46.426Z Compiling predicates-core v1.0.8
15192025-05-15T03:21:46.856Z Compiling number_prefix v0.4.0
15202025-05-15T03:21:46.926Z Compiling normalize-line-endings v0.3.0
15212025-05-15T03:21:47.002Z Compiling similar v2.7.0
15222025-05-15T03:21:47.115Z Compiling indicatif v0.17.11
15232025-05-15T03:21:47.147Z Compiling predicates v3.1.3
15242025-05-15T03:21:47.203Z Compiling clap v4.5.35
15252025-05-15T03:21:47.373Z Compiling hickory-proto v0.24.4
15262025-05-15T03:21:48.356Z Compiling string_cache v0.8.9
15272025-05-15T03:21:48.422Z Compiling strum v0.26.3
15282025-05-15T03:21:48.659Z Compiling tokio-postgres v0.7.13
15292025-05-15T03:21:48.748Z Compiling toml_edit v0.22.24
15302025-05-15T03:21:48.881Z Compiling petgraph v0.6.5
15312025-05-15T03:21:49.137Z Compiling daft v0.1.3
15322025-05-15T03:21:49.244Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
15332025-05-15T03:21:49.695Z Compiling usdt v0.5.0
15342025-05-15T03:21:50.209Z Compiling rsa v0.9.6
15352025-05-15T03:21:52.869Z Compiling ecdsa v0.16.9
15362025-05-15T03:21:53.681Z Compiling futures v0.3.31
15372025-05-15T03:21:53.812Z Compiling zip v0.6.6
15382025-05-15T03:21:54.399Z Compiling ed25519-dalek v2.1.1
15392025-05-15T03:21:55.862Z Compiling toml v0.7.8
15402025-05-15T03:21:55.952Z Compiling crossterm v0.28.1
15412025-05-15T03:21:56.920Z Compiling tokio-stream v0.1.17
15422025-05-15T03:21:57.233Z Compiling openapiv3 v2.0.0
15432025-05-15T03:21:57.309Z Compiling x509-cert v0.2.5
15442025-05-15T03:21:57.390Z Compiling sha1 v0.10.6
15452025-05-15T03:21:57.415Z Compiling itertools v0.10.5
15462025-05-15T03:21:57.828Z Compiling dirs-sys-next v0.1.2
15472025-05-15T03:21:57.861Z Compiling winnow v0.6.26
15482025-05-15T03:21:57.939Z Compiling peg-runtime v0.8.5
15492025-05-15T03:21:58.367Z Compiling unicode-xid v0.2.6
15502025-05-15T03:21:58.512Z Compiling lalrpop-util v0.19.12
15512025-05-15T03:21:58.567Z Compiling dirs-next v2.0.0
15522025-05-15T03:21:58.780Z Compiling thread_local v1.1.8
15532025-05-15T03:21:58.905Z Compiling slog-async v2.8.0
15542025-05-15T03:21:59.087Z Compiling term v0.7.0
15552025-05-15T03:21:59.330Z Compiling xattr v1.3.1
15562025-05-15T03:21:59.525Z Compiling crossbeam-channel v0.5.15
15572025-05-15T03:21:59.597Z Compiling filetime v0.2.25
15582025-05-15T03:21:59.889Z Compiling is-terminal v0.4.13
15592025-05-15T03:21:59.930Z Compiling take_mut v0.2.2
15602025-05-15T03:22:00.069Z Compiling slog-term v2.9.1
15612025-05-15T03:22:00.123Z Compiling tar v0.4.44
15622025-05-15T03:22:00.562Z Compiling camino v1.1.9
15632025-05-15T03:22:07.179Z Compiling aws-lc-sys v0.26.0
15642025-05-15T03:22:41.675Z Compiling rustls-webpki v0.102.8
15652025-05-15T03:22:47.948Z Compiling tokio-rustls v0.26.0
15662025-05-15T03:22:48.286Z Compiling hyper-rustls v0.27.3
15672025-05-15T03:22:48.614Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
15682025-05-15T03:22:53.380Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15692025-05-15T03:22:53.750Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15702025-05-15T03:22:59.655Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
15712025-05-15T03:22:59.833Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control`
15722025-05-15T03:22:59.904ZMay 15 03:22:59.470 INFO Starting download, target: Cockroach
15732025-05-15T03:22:59.904ZMay 15 03:22:59.471 INFO Starting download, target: Clickhouse
15742025-05-15T03:22:59.904ZMay 15 03:22:59.471 INFO Starting download, target: Console
15752025-05-15T03:22:59.904ZMay 15 03:22:59.471 INFO Starting download, target: DendriteStub
15762025-05-15T03:22:59.935ZMay 15 03:22:59.471 INFO Starting download, target: MaghemiteMgd
15772025-05-15T03:22:59.936ZMay 15 03:22:59.471 INFO Starting download, target: TransceiverControl
15782025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15792025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15802025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15812025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15822025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15832025-05-15T03:22:59.936ZMay 15 03:22:59.473 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15842025-05-15T03:23:00.332ZMay 15 03:22:59.883 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15852025-05-15T03:23:00.757ZMay 15 03:23:00.297 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15862025-05-15T03:23:00.802ZMay 15 03:23:00.314 INFO Download complete, target: Console
15872025-05-15T03:23:01.168ZMay 15 03:23:00.693 INFO Download complete, target: TransceiverControl
15882025-05-15T03:23:03.113ZMay 15 03:23:02.668 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15892025-05-15T03:23:05.709ZMay 15 03:23:05.277 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15902025-05-15T03:23:06.531ZMay 15 03:23:06.098 INFO Download complete, target: MaghemiteMgd
15912025-05-15T03:23:08.709ZMay 15 03:23:08.276 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15922025-05-15T03:23:08.709ZMay 15 03:23:08.276 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15932025-05-15T03:23:09.278ZMay 15 03:23:08.844 INFO Download complete, target: DendriteStub
15942025-05-15T03:23:16.782ZMay 15 03:23:16.350 INFO Checking that binary works, target: Cockroach
15952025-05-15T03:23:17.142ZMay 15 03:23:16.710 INFO Download complete, target: Cockroach
15962025-05-15T03:23:24.060ZMay 15 03:23:23.629 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15972025-05-15T03:23:35.380ZMay 15 03:23:34.949 INFO Checking that binary works, target: Clickhouse
15982025-05-15T03:23:35.600ZMay 15 03:23:35.169 INFO Download complete, target: Clickhouse
15992025-05-15T03:23:35.626ZAll prerequisites installed successfully
16002025-05-15T03:23:35.626Z
16012025-05-15T03:23:35.626Zreal 5:48.861257994
16022025-05-15T03:23:35.626Zuser 16:37.164485514
16032025-05-15T03:23:35.626Zsys 2:44.123755857
16042025-05-15T03:23:35.626Ztrap 0.701776306
16052025-05-15T03:23:35.626Ztflt 0.534105165
16062025-05-15T03:23:35.626Zdflt 1.154409660
16072025-05-15T03:23:35.626Zkflt 0.010560693
16082025-05-15T03:23:35.626Zlock 30:50.829690052
16092025-05-15T03:23:35.626Zslp 1:01:03.932362000
16102025-05-15T03:23:35.626Zlat 1:09.966716547
16112025-05-15T03:23:35.626Zstop 2:34.945535507
16122025-05-15T03:23:35.626Z+ ptime -m cargo xtask download softnpu
16132025-05-15T03:23:36.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.95s
16142025-05-15T03:23:36.680Z Running `target/debug/xtask download softnpu`
16152025-05-15T03:23:38.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s
16162025-05-15T03:23:38.239Z Running `target/debug/xtask-downloader softnpu`
16172025-05-15T03:23:38.293ZMay 15 03:23:37.861 INFO Starting download, target: Softnpu
16182025-05-15T03:23:38.318ZMay 15 03:23:37.863 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu
16192025-05-15T03:23:39.933ZMay 15 03:23:39.501 INFO Download complete, target: Softnpu
16202025-05-15T03:23:39.959Z
16212025-05-15T03:23:39.959Zreal 4.317303865
16222025-05-15T03:23:39.959Zuser 2.092613220
16232025-05-15T03:23:39.959Zsys 1.253102771
16242025-05-15T03:23:39.959Ztrap 0.000475949
16252025-05-15T03:23:39.959Ztflt 0.000124045
16262025-05-15T03:23:39.959Zdflt 0.000292842
16272025-05-15T03:23:39.959Zkflt 0.000000000
16282025-05-15T03:23:39.959Zlock 17.633958095
16292025-05-15T03:23:39.959Zslp 1.373493433
16302025-05-15T03:23:39.959Zlat 0.167776099
16312025-05-15T03:23:39.959Zstop 0.000303815
16322025-05-15T03:23:39.959Z+ export CARGO_INCREMENTAL=0
16332025-05-15T03:23:39.959Z+ CARGO_INCREMENTAL=0
16342025-05-15T03:23:39.959Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev
16352025-05-15T03:23:41.461Z Compiling proc-macro2 v1.0.95
16362025-05-15T03:23:41.461Z Compiling unicode-ident v1.0.18
16372025-05-15T03:23:41.461Z Compiling libc v0.2.172
16382025-05-15T03:23:41.487Z Compiling serde v1.0.219
16392025-05-15T03:23:41.487Z Compiling autocfg v1.4.0
16402025-05-15T03:23:41.487Z Compiling cfg-if v1.0.0
16412025-05-15T03:23:41.488Z Compiling version_check v0.9.5
16422025-05-15T03:23:41.643Z Compiling memchr v2.7.4
16432025-05-15T03:23:41.684Z Compiling shlex v1.3.0
16442025-05-15T03:23:41.780Z Compiling typenum v1.17.0
16452025-05-15T03:23:42.094Z Compiling value-bag v1.9.0
16462025-05-15T03:23:42.311Z Compiling generic-array v0.14.7
16472025-05-15T03:23:42.383Z Compiling lock_api v0.4.12
16482025-05-15T03:23:42.605Z Compiling log v0.4.27
16492025-05-15T03:23:42.645Z Compiling serde_json v1.0.140
16502025-05-15T03:23:42.690Z Compiling libm v0.2.8
16512025-05-15T03:23:42.934Z Compiling num-traits v0.2.19
16522025-05-15T03:23:42.995Z Compiling parking_lot_core v0.9.10
16532025-05-15T03:23:43.020Z Compiling scopeguard v1.2.0
16542025-05-15T03:23:43.182Z Compiling quote v1.0.40
16552025-05-15T03:23:43.245Z Compiling jobserver v0.1.32
16562025-05-15T03:23:43.359Z Compiling semver v1.0.26
16572025-05-15T03:23:43.384Z Compiling getrandom v0.2.15
16582025-05-15T03:23:43.555Z Compiling syn v2.0.101
16592025-05-15T03:23:43.657Z Compiling cc v1.2.15
16602025-05-15T03:23:43.696Z Compiling rustix v0.38.37
16612025-05-15T03:23:43.722Z Compiling getrandom v0.3.1
16622025-05-15T03:23:43.747Z Compiling smallvec v1.14.0
16632025-05-15T03:23:43.772Z Compiling pkg-config v0.3.31
16642025-05-15T03:23:43.901Z Compiling aho-corasick v1.1.3
16652025-05-15T03:23:44.090Z Compiling regex-syntax v0.8.5
16662025-05-15T03:23:44.261Z Compiling itoa v1.0.11
16672025-05-15T03:23:44.520Z Compiling either v1.14.0
16682025-05-15T03:23:44.874Z Compiling slab v0.4.9
16692025-05-15T03:23:44.932Z Compiling once_cell v1.21.3
16702025-05-15T03:23:45.254Z Compiling rand_core v0.6.4
16712025-05-15T03:23:45.472Z Compiling stable_deref_trait v1.2.0
16722025-05-15T03:23:45.757Z Compiling spin v0.9.8
16732025-05-15T03:23:45.795Z Compiling errno v0.3.9
16742025-05-15T03:23:46.196Z Compiling glob v0.3.2
16752025-05-15T03:23:46.305Z Compiling prettyplease v0.2.30
16762025-05-15T03:23:46.500Z Compiling foldhash v0.1.3
16772025-05-15T03:23:46.644Z Compiling allocator-api2 v0.2.18
16782025-05-15T03:23:46.804Z Compiling subtle v2.6.1
16792025-05-15T03:23:46.831Z Compiling equivalent v1.0.1
16802025-05-15T03:23:46.914Z Compiling clang-sys v1.8.1
16812025-05-15T03:23:46.997Z Compiling lazy_static v1.5.0
16822025-05-15T03:23:47.137Z Compiling minimal-lexical v0.2.1
16832025-05-15T03:23:47.241Z Compiling libloading v0.8.5
16842025-05-15T03:23:47.325Z Compiling hashbrown v0.15.1
16852025-05-15T03:23:47.360Z Compiling regex-automata v0.4.8
16862025-05-15T03:23:47.385Z Compiling thiserror v1.0.69
16872025-05-15T03:23:47.573Z Compiling nom v7.1.3
16882025-05-15T03:23:47.573Z Compiling schemars v0.8.22
16892025-05-15T03:23:47.613Z Compiling bindgen v0.69.5
16902025-05-15T03:23:47.833Z Compiling home v0.5.9
16912025-05-15T03:23:48.053Z Compiling itertools v0.12.1
16922025-05-15T03:23:48.449Z Compiling pin-project-lite v0.2.14
16932025-05-15T03:23:48.587Z Compiling lazycell v1.3.0
16942025-05-15T03:23:48.815Z Compiling ryu v1.0.18
16952025-05-15T03:23:49.041Z Compiling rustc-hash v1.1.0
16962025-05-15T03:23:49.192Z Compiling cmake v0.1.51
16972025-05-15T03:23:49.351Z Compiling writeable v0.5.5
16982025-05-15T03:23:49.418Z Compiling fs_extra v1.3.0
16992025-05-15T03:23:49.828Z Compiling litemap v0.7.3
17002025-05-15T03:23:50.154Z Compiling synstructure v0.13.1
17012025-05-15T03:23:50.241Z Compiling cexpr v0.6.0
17022025-05-15T03:23:50.267Z Compiling serde_derive_internals v0.29.1
17032025-05-15T03:23:50.552Z Compiling dunce v1.0.5
17042025-05-15T03:23:50.711Z Compiling byteorder v1.5.0
17052025-05-15T03:23:51.153Z Compiling paste v1.0.15
17062025-05-15T03:23:51.676Z Compiling icu_locid_transform_data v1.5.0
17072025-05-15T03:23:51.901Z Compiling signal-hook-registry v1.4.2
17082025-05-15T03:23:52.478Z Compiling regex v1.11.1
17092025-05-15T03:23:53.172Z Compiling const-oid v0.9.6
17102025-05-15T03:23:53.279Z Compiling serde_derive v1.0.219
17112025-05-15T03:23:53.304Z Compiling zeroize_derive v1.4.2
17122025-05-15T03:23:53.434Z Compiling zerofrom-derive v0.1.4
17132025-05-15T03:23:53.518Z Compiling yoke-derive v0.7.4
17142025-05-15T03:23:54.320Z Compiling zerovec-derive v0.10.3
17152025-05-15T03:23:54.366Z Compiling displaydoc v0.2.5
17162025-05-15T03:23:54.702Z Compiling icu_provider_macros v1.5.0
17172025-05-15T03:23:55.265Z Compiling zeroize v1.8.1
17182025-05-15T03:23:55.409Z Compiling tokio-macros v2.5.0
17192025-05-15T03:23:55.564Z Compiling zerocopy-derive v0.7.35
17202025-05-15T03:23:55.691Z Compiling thiserror-impl v1.0.69
17212025-05-15T03:23:55.888Z Compiling zerofrom v0.1.4
17222025-05-15T03:23:56.112Z Compiling yoke v0.7.4
17232025-05-15T03:23:56.497Z Compiling zerovec v0.10.4
17242025-05-15T03:23:56.566Z Compiling futures-macro v0.3.31
17252025-05-15T03:23:56.707Z Compiling schemars_derive v0.8.22
17262025-05-15T03:23:56.925Z Compiling crypto-common v0.1.6
17272025-05-15T03:23:57.107Z Compiling icu_properties_data v1.5.0
17282025-05-15T03:23:57.145Z Compiling parking_lot v0.12.3
17292025-05-15T03:23:57.359Z Compiling ring v0.17.14
17302025-05-15T03:23:57.930Z Compiling mio v1.0.2
17312025-05-15T03:23:58.037Z Compiling percent-encoding v2.3.1
17322025-05-15T03:23:58.207Z Compiling write16 v1.0.0
17332025-05-15T03:23:58.361Z Compiling tinystr v0.7.6
17342025-05-15T03:23:58.518Z Compiling icu_collections v1.5.0
17352025-05-15T03:23:58.715Z Compiling icu_locid v1.5.0
17362025-05-15T03:23:59.018Z Compiling utf8_iter v1.0.4
17372025-05-15T03:23:59.235Z Compiling fnv v1.0.7
17382025-05-15T03:23:59.297Z Compiling utf16_iter v1.0.5
17392025-05-15T03:23:59.402Z Compiling icu_normalizer_data v1.5.0
17402025-05-15T03:23:59.790Z Compiling icu_provider v1.5.0
17412025-05-15T03:23:59.815Z Compiling der_derive v0.7.3
17422025-05-15T03:24:00.453Z Compiling tracing-attributes v0.1.27
17432025-05-15T03:24:00.770Z Compiling aws-lc-rs v1.12.4
17442025-05-15T03:24:00.874Z Compiling zerocopy v0.8.25
17452025-05-15T03:24:01.266Z Compiling icu_locid_transform v1.5.0
17462025-05-15T03:24:01.492Z Compiling vcpkg v0.2.15
17472025-05-15T03:24:02.788Z Compiling icu_properties v1.5.1
17482025-05-15T03:24:02.872Z Compiling openssl-sys v0.9.107
17492025-05-15T03:24:03.519Z Compiling bitflags v2.9.0
17502025-05-15T03:24:03.544Z Compiling bytes v1.10.1
17512025-05-15T03:24:04.878Z Compiling indexmap v2.9.0
17522025-05-15T03:24:05.703Z Compiling block-buffer v0.10.4
17532025-05-15T03:24:05.903Z Compiling socket2 v0.5.9
17542025-05-15T03:24:05.947Z Compiling heck v0.5.0
17552025-05-15T03:24:06.253Z Compiling icu_normalizer v1.5.0
17562025-05-15T03:24:07.115Z Compiling which v4.4.2
17572025-05-15T03:24:07.626Z Compiling idna_adapter v1.2.0
17582025-05-15T03:24:07.844Z Compiling idna v1.0.3
17592025-05-15T03:24:07.900Z Compiling tokio v1.43.1
17602025-05-15T03:24:08.305Z Compiling digest v0.10.7
17612025-05-15T03:24:08.703Z Compiling form_urlencoded v1.2.1
17622025-05-15T03:24:08.772Z Compiling zerocopy-derive v0.8.25
17632025-05-15T03:24:09.885Z Compiling futures-core v0.3.31
17642025-05-15T03:24:10.173Z Compiling httparse v1.9.5
17652025-05-15T03:24:11.041Z Compiling url v2.5.3
17662025-05-15T03:24:12.147Z Compiling zerocopy v0.7.35
17672025-05-15T03:24:12.529Z Compiling syn v1.0.109
17682025-05-15T03:24:12.819Z Compiling crossbeam-utils v0.8.21
17692025-05-15T03:24:13.128Z Compiling uuid v1.16.0
17702025-05-15T03:24:13.418Z Compiling num-conv v0.1.0
17712025-05-15T03:24:13.534Z Compiling iana-time-zone v0.1.63
17722025-05-15T03:24:13.602Z Compiling time-core v0.1.2
17732025-05-15T03:24:13.796Z Compiling time-macros v0.2.18
17742025-05-15T03:24:14.201Z Compiling chrono v0.4.41
17752025-05-15T03:24:15.633Z Compiling futures-sink v0.3.31
17762025-05-15T03:24:15.658Z Compiling cpufeatures v0.2.14
17772025-05-15T03:24:15.772Z Compiling openssl v0.10.72
17782025-05-15T03:24:16.505Z Compiling hmac v0.12.1
17792025-05-15T03:24:16.798Z Compiling rustc_version v0.4.1
17802025-05-15T03:24:18.275Z Compiling block-padding v0.3.3
17812025-05-15T03:24:18.300Z Compiling aws-lc-sys v0.26.0
17822025-05-15T03:24:18.697Z Compiling openssl-macros v0.1.1
17832025-05-15T03:24:19.098Z Compiling native-tls v0.2.12
17842025-05-15T03:24:19.275Z Compiling rustls v0.23.19
17852025-05-15T03:24:19.657Z Compiling inout v0.1.3
17862025-05-15T03:24:19.703Z Compiling serde_tokenstream v0.2.2
17872025-05-15T03:24:19.907Z Compiling dyn-clone v1.0.19
17882025-05-15T03:24:19.932Z Compiling strsim v0.11.1
17892025-05-15T03:24:20.521Z Compiling cipher v0.4.4
17902025-05-15T03:24:20.945Z Compiling futures-channel v0.3.31
17912025-05-15T03:24:21.368Z Compiling sha2 v0.10.8
17922025-05-15T03:24:21.504Z Compiling scroll_derive v0.12.0
17932025-05-15T03:24:22.122Z Compiling cookie v0.18.1
17942025-05-15T03:24:22.416Z Compiling futures-io v0.3.31
17952025-05-15T03:24:22.696Z Compiling base64ct v1.6.0
17962025-05-15T03:24:22.794Z Compiling ucd-trie v0.1.7
17972025-05-15T03:24:23.101Z Compiling pin-utils v0.1.0
17982025-05-15T03:24:23.215Z Compiling futures-task v0.3.31
17992025-05-15T03:24:23.240Z Compiling pem-rfc7468 v0.7.0
18002025-05-15T03:24:23.240Z Compiling pest v2.7.14
18012025-05-15T03:24:23.498Z Compiling futures-util v0.3.31
18022025-05-15T03:24:23.777Z Compiling http v1.3.1
18032025-05-15T03:24:24.132Z Compiling zstd-sys v2.0.14+zstd.1.5.7
18042025-05-15T03:24:24.761Z Compiling bzip2-sys v0.1.13+1.0.8
18052025-05-15T03:24:25.177Z Compiling flagset v0.4.6
18062025-05-15T03:24:25.420Z Compiling slog v2.7.0
18072025-05-15T03:24:25.536Z Compiling pest_meta v2.7.14
18082025-05-15T03:24:25.814Z Compiling der v0.7.9
18092025-05-15T03:24:28.820Z Compiling serde_spanned v0.6.8
18102025-05-15T03:24:28.849Z Compiling toml_datetime v0.6.8
18112025-05-15T03:24:28.983Z Compiling tracing-core v0.1.32
18122025-05-15T03:24:29.158Z Compiling rustversion v1.0.17
18132025-05-15T03:24:29.600Z Compiling thiserror v2.0.12
18142025-05-15T03:24:29.809Z Compiling rayon-core v1.12.1
18152025-05-15T03:24:29.893Z Compiling anyhow v1.0.98
18162025-05-15T03:24:30.155Z Compiling tracing v0.1.40
18172025-05-15T03:24:30.216Z Compiling spki v0.7.3
18182025-05-15T03:24:30.419Z Compiling pest_generator v2.7.14
18192025-05-15T03:24:30.579Z Compiling salsa20 v0.10.2
18202025-05-15T03:24:30.838Z Compiling ppv-lite86 v0.2.20
18212025-05-15T03:24:30.970Z Compiling pbkdf2 v0.12.2
18222025-05-15T03:24:31.426Z Compiling winnow v0.5.40
18232025-05-15T03:24:31.633Z Compiling litrs v0.4.1
18242025-05-15T03:24:31.810Z Compiling rustls-pki-types v1.10.0
18252025-05-15T03:24:31.920Z Compiling pest_derive v2.7.14
18262025-05-15T03:24:32.651Z Compiling document-features v0.2.10
18272025-05-15T03:24:32.969Z Compiling scrypt v0.11.0
18282025-05-15T03:24:33.459Z Compiling aes v0.8.4
18292025-05-15T03:24:33.583Z Compiling cbc v0.1.2
18302025-05-15T03:24:34.434Z Compiling toml_edit v0.19.15
18312025-05-15T03:24:34.503Z Compiling tokio-util v0.7.13
18322025-05-15T03:24:34.746Z Compiling thiserror-impl v2.0.12
18332025-05-15T03:24:35.837Z Compiling usdt-impl v0.5.0
18342025-05-15T03:24:36.214Z Compiling untrusted v0.7.1
18352025-05-15T03:24:36.443Z Compiling powerfmt v0.2.0
18362025-05-15T03:24:36.540Z Compiling untrusted v0.9.0
18372025-05-15T03:24:37.089Z Compiling deranged v0.3.11
18382025-05-15T03:24:37.326Z Compiling pkcs5 v0.7.1
18392025-05-15T03:24:38.773Z Compiling scroll v0.12.0
18402025-05-15T03:24:39.283Z Compiling heapless v0.7.17
18412025-05-15T03:24:40.098Z Compiling adler2 v2.0.0
18422025-05-15T03:24:40.313Z Compiling atomic-waker v1.1.2
18432025-05-15T03:24:40.381Z Compiling zstd-safe v7.2.3
18442025-05-15T03:24:40.482Z Compiling num_threads v0.1.7
18452025-05-15T03:24:40.647Z Compiling plain v0.2.3
18462025-05-15T03:24:40.740Z Compiling newtype-uuid v1.2.1
18472025-05-15T03:24:41.084Z Compiling signal-hook v0.3.17
18482025-05-15T03:24:41.224Z Compiling goblin v0.8.2
18492025-05-15T03:24:41.344Z Compiling time v0.3.36
18502025-05-15T03:24:41.937Z Compiling miniz_oxide v0.8.5
18512025-05-15T03:24:44.846Z Compiling pkcs8 v0.10.2
18522025-05-15T03:24:44.961Z Compiling http-body v1.0.1
18532025-05-15T03:24:45.443Z Compiling pretty-hex v0.4.1
18542025-05-15T03:24:46.055Z Compiling try-lock v0.2.5
18552025-05-15T03:24:46.246Z Compiling tinyvec_macros v0.1.1
18562025-05-15T03:24:46.354Z Compiling tinyvec v1.8.0
18572025-05-15T03:24:46.544Z Compiling want v0.3.1
18582025-05-15T03:24:46.938Z Compiling dof v0.3.0
18592025-05-15T03:24:48.602Z Compiling h2 v0.4.6
18602025-05-15T03:24:49.069Z Compiling dtrace-parser v0.2.0
18612025-05-15T03:24:49.967Z Compiling curve25519-dalek v4.1.3
18622025-05-15T03:24:50.148Z Compiling async-trait v0.1.88
18632025-05-15T03:24:50.403Z Compiling thread-id v4.2.2
18642025-05-15T03:24:50.428Z Compiling memoffset v0.9.1
18652025-05-15T03:24:50.771Z Compiling foreign-types-shared v0.1.1
18662025-05-15T03:24:50.925Z Compiling num-bigint-dig v0.8.4
18672025-05-15T03:24:51.756Z Compiling portable-atomic v1.11.0
18682025-05-15T03:24:52.067Z Compiling httpdate v1.0.3
18692025-05-15T03:24:52.651Z Compiling smoltcp v0.9.1
18702025-05-15T03:24:52.738Z Compiling tower-service v0.3.3
18712025-05-15T03:24:52.788Z Compiling foreign-types v0.3.2
18722025-05-15T03:24:56.322Z Compiling hyper v1.6.0
18732025-05-15T03:24:59.138Z Compiling rand_core v0.9.2
18742025-05-15T03:25:00.865Z Compiling strum_macros v0.26.4
18752025-05-15T03:25:03.062Z Compiling cfg_aliases v0.2.1
18762025-05-15T03:25:03.197Z Compiling base64 v0.22.1
18772025-05-15T03:25:04.627Z Compiling heck v0.4.1
18782025-05-15T03:25:04.653Z Compiling gimli v0.31.1
18792025-05-15T03:25:05.885Z Compiling nix v0.29.0
18802025-05-15T03:25:07.595Z Compiling rand_chacha v0.9.0
18812025-05-15T03:25:08.407Z Compiling hyper-util v0.1.11
18822025-05-15T03:25:09.651Z Compiling addr2line v0.24.2
18832025-05-15T03:25:10.581Z Compiling crossbeam-epoch v0.9.18
18842025-05-15T03:25:11.203Z Compiling unicode-normalization v0.1.24
18852025-05-15T03:25:13.242Z Compiling rand_chacha v0.3.1
18862025-05-15T03:25:13.980Z Compiling hubpack_derive v0.1.1
18872025-05-15T03:25:14.087Z Compiling ipnetwork v0.21.1
18882025-05-15T03:25:14.116Z Compiling signature v2.2.0
18892025-05-15T03:25:14.404Z Compiling openapiv3 v2.0.0
18902025-05-15T03:25:14.522Z Compiling daft-derive v0.1.3
18912025-05-15T03:25:14.803Z Compiling curve25519-dalek-derive v0.1.1
18922025-05-15T03:25:15.107Z Compiling object v0.36.5
18932025-05-15T03:25:16.081Z Compiling fs-err v3.1.0
18942025-05-15T03:25:16.417Z Compiling ahash v0.8.11
18952025-05-15T03:25:16.903Z Compiling crc32fast v1.4.2
18962025-05-15T03:25:17.190Z Compiling buf-list v1.0.3
18972025-05-15T03:25:18.018Z Compiling siphasher v0.3.11
18982025-05-15T03:25:18.047Z Compiling utf8parse v0.2.2
18992025-05-15T03:25:18.102Z Compiling zip v2.6.1
19002025-05-15T03:25:18.222Z Compiling openssl-probe v0.1.5
19012025-05-15T03:25:18.249Z Compiling anstyle v1.0.10
19022025-05-15T03:25:18.532Z Compiling ident_case v1.0.1
19032025-05-15T03:25:18.702Z Compiling rustc-demangle v0.1.24
19042025-05-15T03:25:18.755Z Compiling unicode-bidi v0.3.17
19052025-05-15T03:25:19.578Z Compiling unicode-properties v0.1.3
19062025-05-15T03:25:19.838Z Compiling darling_core v0.20.10
19072025-05-15T03:25:19.974Z Compiling stringprep v0.1.5
19082025-05-15T03:25:21.519Z Compiling anstyle-parse v0.2.5
19092025-05-15T03:25:21.923Z Compiling phf_shared v0.11.2
19102025-05-15T03:25:22.587Z Compiling backtrace v0.3.74
19112025-05-15T03:25:24.785Z Compiling rand v0.8.5
19122025-05-15T03:25:26.604Z Compiling crossbeam-deque v0.8.5
19132025-05-15T03:25:29.032Z Compiling rand v0.9.0
19142025-05-15T03:25:29.203Z Compiling usdt-macro v0.5.0
19152025-05-15T03:25:29.928Z Compiling usdt-attr-macro v0.5.0
19162025-05-15T03:25:30.234Z Compiling http-body-util v0.1.3
19172025-05-15T03:25:31.143Z Compiling md-5 v0.10.6
19182025-05-15T03:25:31.171Z Compiling num-integer v0.1.46
19192025-05-15T03:25:31.225Z Compiling hash32 v0.2.1
19202025-05-15T03:25:31.432Z Compiling ff v0.13.0
19212025-05-15T03:25:31.599Z Compiling encoding_rs v0.8.34
19222025-05-15T03:25:31.746Z Compiling colorchoice v1.0.2
19232025-05-15T03:25:31.840Z Compiling base16ct v0.2.0
19242025-05-15T03:25:31.961Z Compiling psl-types v2.0.11
19252025-05-15T03:25:32.148Z Compiling is_terminal_polyfill v1.70.1
19262025-05-15T03:25:32.229Z Compiling mime v0.3.17
19272025-05-15T03:25:32.947Z Compiling anstyle-query v1.1.1
19282025-05-15T03:25:33.215Z Compiling fallible-iterator v0.2.0
19292025-05-15T03:25:33.358Z Compiling publicsuffix v2.3.0
19302025-05-15T03:25:33.668Z Compiling anstream v0.6.18
19312025-05-15T03:25:33.869Z Compiling postgres-protocol v0.6.8
19322025-05-15T03:25:34.610Z Compiling sec1 v0.7.3
19332025-05-15T03:25:34.927Z Compiling group v0.13.0
19342025-05-15T03:25:35.155Z Compiling num-iter v0.1.45
19352025-05-15T03:25:38.889Z Compiling darling_macro v0.20.10
19362025-05-15T03:25:39.470Z Compiling tokio-native-tls v0.3.1
19372025-05-15T03:25:39.786Z Compiling flate2 v1.1.1
19382025-05-15T03:25:40.093Z Compiling strum_macros v0.25.3
19392025-05-15T03:25:41.137Z Compiling webpki-roots v0.26.6
19402025-05-15T03:25:41.561Z Compiling rustls-pemfile v2.2.0
19412025-05-15T03:25:42.048Z Compiling hkdf v0.12.4
19422025-05-15T03:25:42.151Z Compiling sync_wrapper v1.0.1
19432025-05-15T03:25:42.328Z Compiling serde_urlencoded v0.7.1
19442025-05-15T03:25:42.516Z Compiling terminal_size v0.4.0
19452025-05-15T03:25:42.746Z Compiling clap_derive v4.5.32
19462025-05-15T03:25:42.775Z Compiling enum-as-inner v0.6.1
19472025-05-15T03:25:42.955Z Compiling crypto-bigint v0.5.5
19482025-05-15T03:25:43.181Z Compiling serde_repr v0.1.19
19492025-05-15T03:25:44.110Z Compiling rustls-webpki v0.102.8
19502025-05-15T03:25:44.593Z Compiling simd-adler32 v0.3.7
19512025-05-15T03:25:45.821Z Compiling bitflags v1.3.2
19522025-05-15T03:25:45.973Z Compiling unicode-width v0.2.0
19532025-05-15T03:25:45.998Z Compiling managed v0.8.0
19542025-05-15T03:25:46.381Z Compiling clap_lex v0.7.4
19552025-05-15T03:25:46.582Z Compiling lockfree-object-pool v0.1.6
19562025-05-15T03:25:46.608Z Compiling tower-layer v0.3.3
19572025-05-15T03:25:46.927Z Compiling ipnet v2.11.0
19582025-05-15T03:25:47.491Z Compiling bumpalo v3.16.0
19592025-05-15T03:25:48.446Z Compiling zopfli v0.8.1
19602025-05-15T03:25:49.685Z Compiling tower v0.5.2
19612025-05-15T03:25:50.480Z Compiling clap_builder v4.5.35
19622025-05-15T03:25:50.587Z Compiling console v0.15.10
19632025-05-15T03:25:51.629Z Compiling tokio-rustls v0.26.0
19642025-05-15T03:25:52.081Z Compiling hyper-rustls v0.27.3
19652025-05-15T03:25:52.239Z Compiling elliptic-curve v0.13.8
19662025-05-15T03:25:52.610Z Compiling oxnet v0.1.2
19672025-05-15T03:25:52.840Z Compiling hyper-tls v0.6.0
19682025-05-15T03:25:54.984Z Compiling darling v0.20.10
19692025-05-15T03:25:55.119Z Compiling zstd v0.13.3
19702025-05-15T03:25:55.379Z Compiling signal-hook-mio v0.2.4
19712025-05-15T03:25:55.560Z Compiling rayon v1.10.0
19722025-05-15T03:25:55.610Z Compiling cookie_store v0.21.1
19732025-05-15T03:25:55.912Z Compiling postgres-types v0.2.9
19742025-05-15T03:25:56.188Z Compiling phf v0.11.2
19752025-05-15T03:25:56.868Z Compiling hubpack v0.1.2
19762025-05-15T03:25:57.040Z Compiling ed25519 v2.2.3
19772025-05-15T03:25:57.068Z Compiling bzip2 v0.5.2
19782025-05-15T03:25:57.289Z Compiling bzip2 v0.4.4
19792025-05-15T03:25:57.665Z Compiling pkcs1 v0.7.5
19802025-05-15T03:25:57.834Z Compiling futures-executor v0.3.31
19812025-05-15T03:25:58.522Z Compiling rfc6979 v0.4.0
19822025-05-15T03:25:58.930Z Compiling float-cmp v0.10.0
19832025-05-15T03:25:59.027Z Compiling serde-big-array v0.5.1
19842025-05-15T03:25:59.182Z Compiling bstr v1.10.0
19852025-05-15T03:25:59.281Z Compiling regress v0.10.3
19862025-05-15T03:25:59.397Z Compiling memmap v0.7.0
19872025-05-15T03:25:59.623Z Compiling data-encoding v2.6.0
19882025-05-15T03:25:59.707Z Compiling fixedbitset v0.4.2
19892025-05-15T03:25:59.840Z Compiling winnow v0.7.3
19902025-05-15T03:26:00.110Z Compiling whoami v1.5.2
19912025-05-15T03:26:00.607Z Compiling unicode-segmentation v1.12.0
19922025-05-15T03:26:00.885Z Compiling predicates-core v1.0.8
19932025-05-15T03:26:01.194Z Compiling number_prefix v0.4.0
19942025-05-15T03:26:01.369Z Compiling new_debug_unreachable v1.0.6
19952025-05-15T03:26:01.395Z Compiling static_assertions v1.1.0
19962025-05-15T03:26:01.433Z Compiling difflib v0.4.0
19972025-05-15T03:26:01.492Z Compiling normalize-line-endings v0.3.0
19982025-05-15T03:26:01.545Z Compiling precomputed-hash v0.1.1
19992025-05-15T03:26:01.662Z Compiling string_cache v0.8.9
20002025-05-15T03:26:01.693Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
20012025-05-15T03:26:02.088Z Compiling predicates v3.1.3
20022025-05-15T03:26:02.373Z Compiling reqwest v0.12.15 (https://github.com/seanmonstar/reqwest?rev=114d97c1a862567b465cb57f14d584626e1cf30c#114d97c1)
20032025-05-15T03:26:02.488Z Compiling indicatif v0.17.11
20042025-05-15T03:26:03.090Z Compiling toml_edit v0.22.24
20052025-05-15T03:26:03.216Z Compiling typify-impl v0.3.0
20062025-05-15T03:26:03.280Z Compiling similar v2.7.0
20072025-05-15T03:26:04.107Z Compiling tokio-postgres v0.7.13
20082025-05-15T03:26:04.941Z Compiling hickory-proto v0.24.4
20092025-05-15T03:26:08.282Z Compiling petgraph v0.6.5
20102025-05-15T03:26:08.923Z Compiling usdt v0.5.0
20112025-05-15T03:26:09.402Z Compiling ecdsa v0.16.9
20122025-05-15T03:26:10.810Z Compiling rsa v0.9.6
20132025-05-15T03:26:11.276Z Compiling futures v0.3.31
20142025-05-15T03:26:11.712Z Compiling zip v0.6.6
20152025-05-15T03:26:12.253Z Compiling ed25519-dalek v2.1.1
20162025-05-15T03:26:12.906Z Compiling crossterm v0.28.1
20172025-05-15T03:26:13.112Z Compiling clap v4.5.35
20182025-05-15T03:26:13.252Z Compiling daft v0.1.3
20192025-05-15T03:26:13.760Z Compiling strum v0.26.3
20202025-05-15T03:26:13.973Z Compiling tokio-stream v0.1.17
20212025-05-15T03:26:14.003Z Compiling toml v0.7.8
20222025-05-15T03:26:14.239Z Compiling x509-cert v0.2.5
20232025-05-15T03:26:15.840Z Compiling sha1 v0.10.6
20242025-05-15T03:26:16.239Z Compiling itertools v0.10.5
20252025-05-15T03:26:16.410Z Compiling winnow v0.6.26
20262025-05-15T03:26:17.665Z Compiling peg-runtime v0.8.5
20272025-05-15T03:26:18.158Z Compiling lalrpop-util v0.19.12
20282025-05-15T03:26:18.704Z Compiling unicode-xid v0.2.6
20292025-05-15T03:26:19.696Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20302025-05-15T03:26:20.078Z Compiling typify-macro v0.3.0
20312025-05-15T03:26:23.701Z Compiling camino v1.1.9
20322025-05-15T03:26:31.183Z Compiling proc-macro-crate v1.3.1
20332025-05-15T03:26:31.775Z Compiling macaddr v1.0.1
20342025-05-15T03:26:32.412Z Compiling itertools v0.13.0
20352025-05-15T03:26:33.064Z Compiling heapless v0.8.0
20362025-05-15T03:26:33.554Z Compiling fastrand v2.1.1
20372025-05-15T03:26:35.397Z Compiling ingot-macros v0.1.0
20382025-05-15T03:26:39.627Z Compiling tempfile v3.13.0
20392025-05-15T03:26:43.005Z Compiling num_enum_derive v0.5.11
20402025-05-15T03:26:50.292Z Compiling structmeta-derive v0.3.0
20412025-05-15T03:26:52.013Z Compiling hash32 v0.3.1
20422025-05-15T03:26:53.996Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20432025-05-15T03:26:54.703Z Compiling smoltcp v0.11.0
20442025-05-15T03:26:57.075Z Compiling structmeta v0.3.0
20452025-05-15T03:26:59.189Z Compiling num_enum v0.5.11
20462025-05-15T03:26:59.609Z Compiling ingot-types v0.1.0
20472025-05-15T03:27:01.120Z Compiling typify v0.3.0
20482025-05-15T03:27:06.880Z Compiling dirs-sys-next v0.1.2
20492025-05-15T03:27:06.959Z Compiling proc-macro-error-attr v1.0.4
20502025-05-15T03:27:07.030Z Compiling cobs v0.2.3
20512025-05-15T03:27:07.136Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20522025-05-15T03:27:07.309Z Compiling unsafe-libyaml v0.2.11
20532025-05-15T03:27:08.779Z Compiling rustls v0.22.4
20542025-05-15T03:27:12.918Z Compiling serde_yaml v0.9.34+deprecated
20552025-05-15T03:27:17.599Z Compiling postcard v1.0.10
20562025-05-15T03:27:18.299Z Compiling dirs-next v2.0.0
20572025-05-15T03:27:22.458Z Compiling progenitor-impl v0.9.1
20582025-05-15T03:27:23.647Z Compiling ingot v0.1.0
20592025-05-15T03:27:27.924Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20602025-05-15T03:27:28.183Z Compiling hex v0.4.3
20612025-05-15T03:27:28.787Z Compiling foreign-types-macros v0.2.3
20622025-05-15T03:27:28.842Z Compiling thread_local v1.1.8
20632025-05-15T03:27:28.906Z Compiling wait-timeout v0.2.0
20642025-05-15T03:27:29.552Z Compiling multer v3.1.0
20652025-05-15T03:27:29.814Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20662025-05-15T03:27:29.893Z Compiling proc-macro-error v1.0.4
20672025-05-15T03:27:29.918Z Compiling foreign-types-shared v0.3.1
20682025-05-15T03:27:30.270Z Compiling quick-error v1.2.3
20692025-05-15T03:27:30.453Z Compiling slog-async v2.8.0
20702025-05-15T03:27:30.537Z Compiling match_cfg v0.1.0
20712025-05-15T03:27:30.667Z Compiling unicode-width v0.1.14
20722025-05-15T03:27:30.980Z Compiling bit-vec v0.8.0
20732025-05-15T03:27:31.302Z Compiling tabwriter v1.4.0
20742025-05-15T03:27:31.495Z Compiling bit-set v0.8.0
20752025-05-15T03:27:31.593Z Compiling hostname v0.3.1
20762025-05-15T03:27:31.928Z Compiling rusty-fork v0.3.0
20772025-05-15T03:27:32.210Z Compiling foreign-types v0.5.0
20782025-05-15T03:27:32.359Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20792025-05-15T03:27:32.384Z Compiling progenitor-macro v0.9.1
20802025-05-15T03:27:32.830Z Compiling term v0.7.0
20812025-05-15T03:27:34.039Z Compiling progenitor-client v0.9.1
20822025-05-15T03:27:35.015Z Compiling slog-json v2.6.1
20832025-05-15T03:27:35.442Z Compiling crossbeam-channel v0.5.15
20842025-05-15T03:27:35.483Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20852025-05-15T03:27:36.264Z Compiling async-stream-impl v0.3.6
20862025-05-15T03:27:36.880Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
20872025-05-15T03:27:36.951Z Compiling rand_xorshift v0.3.0
20882025-05-15T03:27:36.999Z Compiling cstr-argument v0.1.2
20892025-05-15T03:27:37.294Z Compiling is-terminal v0.4.13
20902025-05-15T03:27:37.319Z Compiling dropshot v0.16.0
20912025-05-15T03:27:37.473Z Compiling take_mut v0.2.2
20922025-05-15T03:27:37.498Z Compiling crucible-workspace-hack v0.1.0
20932025-05-15T03:27:37.684Z Compiling unarray v0.1.4
20942025-05-15T03:27:37.709Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
20952025-05-15T03:27:37.735Z Compiling pretty-hex v0.2.1
20962025-05-15T03:27:37.924Z Compiling proptest v1.6.0
20972025-05-15T03:27:38.006Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20982025-05-15T03:27:38.201Z Compiling async-stream v0.3.6
20992025-05-15T03:27:38.408Z Compiling slog-term v2.9.1
21002025-05-15T03:27:38.544Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21012025-05-15T03:27:39.407Z Compiling tokio-rustls v0.25.0
21022025-05-15T03:27:39.898Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21032025-05-15T03:27:40.132Z Compiling slog-bunyan v2.5.0
21042025-05-15T03:27:40.845Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21052025-05-15T03:27:41.087Z Compiling test-strategy v0.4.0
21062025-05-15T03:27:41.115Z Compiling parse-display-derive v0.10.0
21072025-05-15T03:27:42.188Z Compiling progenitor v0.9.1
21082025-05-15T03:27:42.418Z Compiling toml v0.8.20
21092025-05-15T03:27:43.358Z Compiling serde_with_macros v3.12.0
21102025-05-15T03:27:44.055Z Compiling colored v2.2.0
21112025-05-15T03:27:44.410Z Compiling waitgroup v0.1.2
21122025-05-15T03:27:44.683Z Compiling dropshot_endpoint v0.16.0
21132025-05-15T03:27:45.243Z Compiling serde_path_to_error v0.1.16
21142025-05-15T03:27:45.483Z Compiling derive-where v1.2.7
21152025-05-15T03:27:46.235Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21162025-05-15T03:27:46.964Z Compiling hostname v0.4.0
21172025-05-15T03:27:47.272Z Compiling instant v0.1.13
21182025-05-15T03:27:47.480Z Compiling debug-ignore v1.0.5
21192025-05-15T03:27:47.674Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21202025-05-15T03:27:48.025Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
21212025-05-15T03:27:48.115Z Compiling backoff v0.4.0
21222025-05-15T03:27:48.227Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
21232025-05-15T03:27:48.499Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21242025-05-15T03:27:48.611Z Compiling serde_with v3.12.0
21252025-05-15T03:27:48.753Z Compiling parse-display v0.10.0
21262025-05-15T03:27:50.868Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
21272025-05-15T03:27:52.756Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
21282025-05-15T03:27:53.938Z Compiling zone_cfg_derive v0.3.0
21292025-05-15T03:27:55.235Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21302025-05-15T03:27:56.152Z Compiling camino-tempfile v1.3.0
21312025-05-15T03:27:56.959Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21322025-05-15T03:27:57.841Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
21332025-05-15T03:27:57.866Z Compiling progenitor-client v0.10.0
21342025-05-15T03:27:58.341Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
21352025-05-15T03:27:58.845Z Compiling num-derive v0.4.2
21362025-05-15T03:27:59.272Z Compiling sigpipe v0.1.3
21372025-05-15T03:27:59.462Z Compiling jiff v0.2.13
21382025-05-15T03:27:59.486Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21392025-05-15T03:27:59.873Z Compiling libefi-sys v0.1.0
21402025-05-15T03:28:00.862Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
21412025-05-15T03:28:02.369Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21422025-05-15T03:28:02.416Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
21432025-05-15T03:28:02.960Z Compiling zone v0.3.1
21442025-05-15T03:28:03.208Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
21452025-05-15T03:28:05.591Z Compiling itertools v0.14.0
21462025-05-15T03:28:06.049Z Compiling smf v0.2.3
21472025-05-15T03:28:07.198Z Compiling bitfield-struct v0.6.2
21482025-05-15T03:28:08.349Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21492025-05-15T03:28:08.468Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21502025-05-15T03:28:08.878Z Compiling blake3 v1.5.4
21512025-05-15T03:28:09.025Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21522025-05-15T03:28:09.897Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21532025-05-15T03:28:10.080Z Compiling xattr v1.3.1
21542025-05-15T03:28:10.147Z Compiling memmap2 v0.9.5
21552025-05-15T03:28:10.177Z Compiling filetime v0.2.25
21562025-05-15T03:28:10.434Z Compiling same-file v1.0.6
21572025-05-15T03:28:10.548Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21582025-05-15T03:28:10.700Z Compiling arrayref v0.3.9
21592025-05-15T03:28:10.740Z Compiling arrayvec v0.7.6
21602025-05-15T03:28:10.767Z Compiling constant_time_eq v0.3.1
21612025-05-15T03:28:10.835Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21622025-05-15T03:28:10.957Z Compiling walkdir v2.5.0
21632025-05-15T03:28:11.038Z Compiling tar v0.4.44
21642025-05-15T03:28:12.547Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21652025-05-15T03:28:12.976Z Compiling gethostname v0.5.0
21662025-05-15T03:28:13.185Z Compiling cargo-platform v0.1.8
21672025-05-15T03:28:13.213Z Compiling topological-sort v0.2.2
21682025-05-15T03:28:13.446Z Compiling fixedbitset v0.5.7
21692025-05-15T03:28:13.474Z Compiling omicron-zone-package v0.12.2
21702025-05-15T03:28:13.520Z Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common)
21712025-05-15T03:28:13.835Z Compiling cargo_metadata v0.19.2
21722025-05-15T03:28:14.200Z Compiling petgraph v0.7.1
21732025-05-15T03:28:14.549Z Compiling indent_write v2.2.0
21742025-05-15T03:28:16.537Z Compiling shell-words v1.1.0
21752025-05-15T03:28:19.058Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21762025-05-15T03:28:21.291Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21772025-05-15T03:28:24.570Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21782025-05-15T03:28:44.490Z Finished `release` profile [optimized] target(s) in 5m 04s
21792025-05-15T03:28:44.637Z Running `target/release/omicron-package -t test target create -p dev`
21802025-05-15T03:28:44.706ZLogging to: /work/oxidecomputer/omicron/out/LOG
21812025-05-15T03:28:44.731ZCreated new build target 'test' and set it as active
21822025-05-15T03:28:44.731Z
21832025-05-15T03:28:44.731Zreal 5:04.775295959
21842025-05-15T03:28:44.731Zuser 34:09.034142166
21852025-05-15T03:28:44.731Zsys 3:59.680241006
21862025-05-15T03:28:44.731Ztrap 1.520581728
21872025-05-15T03:28:44.731Ztflt 0.941223165
21882025-05-15T03:28:44.731Zdflt 0.799268312
21892025-05-15T03:28:44.731Zkflt 0.000398940
21902025-05-15T03:28:44.731Zlock 1:07:07.793283363
21912025-05-15T03:28:44.732Zslp 2:21:55.043325720
21922025-05-15T03:28:44.732Zlat 2:38.368408628
21932025-05-15T03:28:44.732Zstop 4:43.367901400
21942025-05-15T03:28:44.732Z+ ptime -m cargo run --locked --release --bin omicron-package -- -t test package
21952025-05-15T03:28:46.305Z Finished `release` profile [optimized] target(s) in 1.51s
21962025-05-15T03:28:46.380Z Running `target/release/omicron-package -t test package`
21972025-05-15T03:28:46.450ZLogging to: /work/oxidecomputer/omicron/out/LOG
21982025-05-15T03:28:48.311Z Compiling typify-impl v0.4.1
21992025-05-15T03:28:48.368Z Compiling convert_case v0.4.0
22002025-05-15T03:28:48.393Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
22012025-05-15T03:28:48.393Z Compiling num-rational v0.4.2
22022025-05-15T03:28:48.393Z Compiling num-complex v0.4.6
22032025-05-15T03:28:48.393Z Compiling dirs-sys-next v0.1.2
22042025-05-15T03:28:48.418Z Compiling float-ord v0.3.2
22052025-05-15T03:28:48.663Z Compiling dirs-next v2.0.0
22062025-05-15T03:28:48.688Z Compiling is-terminal v0.4.13
22072025-05-15T03:28:48.813Z Compiling term v0.7.0
22082025-05-15T03:28:48.840Z Compiling half v2.4.1
22092025-05-15T03:28:48.865Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
22102025-05-15T03:28:48.987Z Compiling derive_more v0.99.20
22112025-05-15T03:28:49.460Z Compiling num v0.4.3
22122025-05-15T03:28:49.485Z Compiling ciborium-io v0.2.2
22132025-05-15T03:28:49.560Z Compiling camino v1.1.9
22142025-05-15T03:28:49.595Z Compiling secrecy v0.10.3
22152025-05-15T03:28:49.632Z Compiling ciborium-ll v0.2.2
22162025-05-15T03:28:49.755Z Compiling atomicwrites v0.4.4
22172025-05-15T03:28:49.872Z Compiling password-hash v0.5.0
22182025-05-15T03:28:50.101Z Compiling ciborium v0.2.2
22192025-05-15T03:28:50.265Z Compiling blake2 v0.10.6
22202025-05-15T03:28:50.397Z Compiling base64 v0.21.7
22212025-05-15T03:28:50.470Z Compiling newline-converter v0.3.0
22222025-05-15T03:28:50.699Z Compiling fastrand v2.1.1
22232025-05-15T03:28:51.150Z Compiling argon2 v0.5.3
22242025-05-15T03:28:51.271Z Compiling tempfile v3.13.0
22252025-05-15T03:28:51.394Z Compiling expectorate v1.2.0
22262025-05-15T03:28:51.742Z Compiling rustls v0.22.4
22272025-05-15T03:28:51.778Z Compiling thread_local v1.1.8
22282025-05-15T03:28:51.856Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
22292025-05-15T03:28:51.942Z Compiling wait-timeout v0.2.0
22302025-05-15T03:28:51.969Z Compiling quick-error v1.2.3
22312025-05-15T03:28:52.154Z Compiling match_cfg v0.1.0
22322025-05-15T03:28:52.226Z Compiling bit-vec v0.8.0
22332025-05-15T03:28:52.275Z Compiling hostname v0.3.1
22342025-05-15T03:28:52.370Z Compiling rusty-fork v0.3.0
22352025-05-15T03:28:52.504Z Compiling multer v3.1.0
22362025-05-15T03:28:52.582Z Compiling slog-async v2.8.0
22372025-05-15T03:28:52.663Z Compiling bit-set v0.8.0
22382025-05-15T03:28:52.691Z Compiling progenitor-client v0.9.1
22392025-05-15T03:28:52.915Z Compiling slog-json v2.6.1
22402025-05-15T03:28:52.940Z Compiling crossbeam-channel v0.5.15
22412025-05-15T03:28:53.145Z Compiling rand_xorshift v0.3.0
22422025-05-15T03:28:53.219Z Compiling hex v0.4.3
22432025-05-15T03:28:53.244Z Compiling unarray v0.1.4
22442025-05-15T03:28:53.394Z Compiling take_mut v0.2.2
22452025-05-15T03:28:53.419Z Compiling proptest v1.6.0
22462025-05-15T03:28:53.575Z Compiling slog-bunyan v2.5.0
22472025-05-15T03:28:53.741Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22482025-05-15T03:28:53.798Z Compiling progenitor v0.9.1
22492025-05-15T03:28:53.947Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
22502025-05-15T03:28:54.026Z Compiling slog-term v2.9.1
22512025-05-15T03:28:54.551Z Compiling dropshot v0.16.0
22522025-05-15T03:28:54.620Z Compiling async-stream v0.3.6
22532025-05-15T03:28:54.645Z Compiling toml v0.8.20
22542025-05-15T03:28:54.870Z Compiling waitgroup v0.1.2
22552025-05-15T03:28:54.915Z Compiling serde_path_to_error v0.1.16
22562025-05-15T03:28:55.110Z Compiling hostname v0.4.0
22572025-05-15T03:28:55.312Z Compiling instant v0.1.13
22582025-05-15T03:28:55.474Z Compiling debug-ignore v1.0.5
22592025-05-15T03:28:55.588Z Compiling backoff v0.4.0
22602025-05-15T03:28:55.645Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
22612025-05-15T03:28:55.789Z Compiling parse-display v0.10.0
22622025-05-15T03:28:55.909Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22632025-05-15T03:28:56.125Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
22642025-05-15T03:28:56.248Z Compiling tokio-rustls v0.25.0
22652025-05-15T03:28:56.461Z Compiling serde_with v3.12.0
22662025-05-15T03:28:57.008Z Compiling typify-macro v0.4.1
22672025-05-15T03:28:58.941Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
22682025-05-15T03:28:59.665Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22692025-05-15T03:28:59.860Z Compiling progenitor-client v0.10.0
22702025-05-15T03:29:00.074Z Compiling typify v0.4.1
22712025-05-15T03:29:00.255Z Compiling progenitor-impl v0.10.0
22722025-05-15T03:29:00.389Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
22732025-05-15T03:29:01.518Z Compiling macaddr v1.0.1
22742025-05-15T03:29:01.614Z Compiling cancel-safe-futures v0.1.5
22752025-05-15T03:29:01.955Z Compiling owo-colors v4.2.0
22762025-05-15T03:29:02.035Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22772025-05-15T03:29:02.087Z Compiling libsw-core v0.3.1
22782025-05-15T03:29:02.342Z Compiling libsw v3.4.0
22792025-05-15T03:29:02.653Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22802025-05-15T03:29:03.019Z Compiling utf-8 v0.7.6
22812025-05-15T03:29:03.370Z Compiling linear-map v1.2.0
22822025-05-15T03:29:03.670Z Compiling swrite v0.1.0
22832025-05-15T03:29:03.788Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22842025-05-15T03:29:03.839Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22852025-05-15T03:29:04.599Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22862025-05-15T03:29:05.186Z Compiling progenitor-macro v0.10.0
22872025-05-15T03:29:11.028Z Compiling keccak v0.1.5
22882025-05-15T03:29:11.960Z Compiling sha3 v0.10.8
22892025-05-15T03:29:12.072Z Compiling prettyplease v0.2.30
22902025-05-15T03:29:12.111Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
22912025-05-15T03:29:13.295Z Compiling highway v1.3.0
22922025-05-15T03:29:14.130Z Compiling progenitor v0.10.0
22932025-05-15T03:29:14.367Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
22942025-05-15T03:29:14.712Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22952025-05-15T03:29:15.946Z Compiling tungstenite v0.21.0
22962025-05-15T03:29:16.357Z Compiling semver v0.1.20
22972025-05-15T03:29:16.884Z Compiling linked-hash-map v0.5.6
22982025-05-15T03:29:17.310Z Compiling lru-cache v0.1.2
22992025-05-15T03:29:17.561Z Compiling tokio-tungstenite v0.21.0
23002025-05-15T03:29:18.185Z Compiling rustc_version v0.1.7
23012025-05-15T03:29:18.540Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23022025-05-15T03:29:20.202Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23032025-05-15T03:29:20.479Z Compiling newtype_derive v0.1.6
23042025-05-15T03:29:20.801Z Compiling resolv-conf v0.7.0
23052025-05-15T03:29:22.224Z Compiling hickory-resolver v0.24.4
23062025-05-15T03:29:24.319Z Compiling humantime v2.1.0
23072025-05-15T03:29:25.198Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
23082025-05-15T03:29:26.701Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
23092025-05-15T03:29:27.456Z Compiling universal-hash v0.5.1
23102025-05-15T03:29:27.696Z Compiling thiserror-impl-no-std v2.0.2
23112025-05-15T03:29:28.766Z Compiling opaque-debug v0.3.1
23122025-05-15T03:29:28.890Z Compiling poly1305 v0.8.0
23132025-05-15T03:29:29.061Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
23142025-05-15T03:29:29.691Z Compiling steno v0.4.1
23152025-05-15T03:29:29.738Z Compiling thiserror-no-std v2.0.2
23162025-05-15T03:29:29.892Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
23172025-05-15T03:29:30.136Z Compiling chacha20 v0.9.1
23182025-05-15T03:29:30.197Z Compiling aead v0.5.2
23192025-05-15T03:29:30.536Z Compiling chacha20poly1305 v0.10.1
23202025-05-15T03:29:30.623Z Compiling vsss-rs v3.3.4
23212025-05-15T03:29:30.782Z Compiling qorb v0.3.1
23222025-05-15T03:29:31.746Z Compiling slog-dtrace v0.3.0
23232025-05-15T03:29:32.093Z Compiling bytecount v0.6.8
23242025-05-15T03:29:32.476Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
23252025-05-15T03:29:33.849Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23262025-05-15T03:29:41.356Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
23272025-05-15T03:29:43.461Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23282025-05-15T03:29:49.202Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23292025-05-15T03:29:49.257Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23302025-05-15T03:29:49.257Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23312025-05-15T03:29:49.295Z Compiling display-error-chain v0.2.2
23322025-05-15T03:29:49.295Z Compiling crunchy v0.2.2
23332025-05-15T03:29:49.420Z Compiling maplit v1.0.2
23342025-05-15T03:29:49.633Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23352025-05-15T03:29:50.021Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23362025-05-15T03:29:50.762Z Compiling dsl_auto_type v0.1.2
23372025-05-15T03:29:51.886Z Compiling scheduled-thread-pool v0.2.7
23382025-05-15T03:29:53.137Z Compiling diesel_table_macro_syntax v0.2.0
23392025-05-15T03:29:53.487Z Compiling proc-macro-error-attr2 v2.0.0
23402025-05-15T03:29:54.147Z Compiling tiny-keccak v2.0.2
23412025-05-15T03:29:54.475Z Compiling radium v0.7.0
23422025-05-15T03:29:54.768Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23432025-05-15T03:29:55.007Z Compiling proc-macro-error2 v2.0.1
23442025-05-15T03:29:55.152Z Compiling diesel_derives v2.2.3
23452025-05-15T03:29:55.197Z Compiling r2d2 v0.8.10
23462025-05-15T03:29:55.559Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23472025-05-15T03:29:55.658Z Compiling const_format_proc_macros v0.2.34
23482025-05-15T03:29:55.683Z Compiling zerocopy-derive v0.6.6
23492025-05-15T03:29:57.242Z Compiling bit-vec v0.6.3
23502025-05-15T03:29:57.279Z Compiling tap v1.0.1
23512025-05-15T03:29:57.489Z Compiling maybe-uninit v2.0.0
23522025-05-15T03:29:57.629Z Compiling bit-set v0.5.3
23532025-05-15T03:29:57.914Z Compiling wyz v0.5.1
23542025-05-15T03:29:58.034Z Compiling const_format v0.2.34
23552025-05-15T03:29:58.342Z Compiling zerocopy v0.6.6
23562025-05-15T03:29:59.064Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23572025-05-15T03:29:59.582Z Compiling tabled_derive v0.10.0
23582025-05-15T03:30:01.599Z Compiling papergrid v0.14.0
23592025-05-15T03:30:01.772Z Compiling ascii-canvas v3.0.0
23602025-05-15T03:30:02.204Z Compiling num-derive v0.3.3
23612025-05-15T03:30:02.310Z Compiling ena v0.14.3
23622025-05-15T03:30:02.745Z Compiling funty v2.0.0
23632025-05-15T03:30:03.760Z Compiling diesel v2.2.10
23642025-05-15T03:30:03.870Z Compiling crc-catalog v2.4.0
23652025-05-15T03:30:04.059Z Compiling packed_struct v0.10.1
23662025-05-15T03:30:04.512Z Compiling regex-syntax v0.6.29
23672025-05-15T03:30:05.193Z Compiling diff v0.1.13
23682025-05-15T03:30:05.643Z Compiling bindgen v0.71.1
23692025-05-15T03:30:08.776Z Compiling lalrpop v0.19.12
23702025-05-15T03:30:13.076Z Compiling crc v3.2.1
23712025-05-15T03:30:14.816Z Compiling libscf-sys v1.1.0
23722025-05-15T03:30:15.088Z Compiling tabled v0.18.0
23732025-05-15T03:30:18.061Z Compiling bitvec v1.0.1
23742025-05-15T03:30:21.871Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23752025-05-15T03:30:21.979Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
23762025-05-15T03:30:23.045Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23772025-05-15T03:30:26.083Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
23782025-05-15T03:30:26.252Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23792025-05-15T03:30:26.351Z Compiling packed_struct_codegen v0.10.1
23802025-05-15T03:30:27.211Z Compiling indexmap v1.9.3
23812025-05-15T03:30:27.530Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23822025-05-15T03:30:27.852Z Compiling rustc-hash v2.1.1
23832025-05-15T03:30:27.877Z Compiling nodrop v0.1.14
23842025-05-15T03:30:28.057Z Compiling ref-cast v1.0.23
23852025-05-15T03:30:28.594Z Compiling array-init v0.0.4
23862025-05-15T03:30:29.364Z Compiling polar-core v0.27.3
23872025-05-15T03:30:29.557Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
23882025-05-15T03:30:29.951Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
23892025-05-15T03:30:30.472Z Compiling smallvec v0.6.14
23902025-05-15T03:30:30.911Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
23912025-05-15T03:30:31.913Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
23922025-05-15T03:30:32.249Z Compiling derive_builder_core v0.20.2
23932025-05-15T03:30:32.318Z Compiling headers-core v0.3.0
23942025-05-15T03:30:32.529Z Compiling phf_generator v0.11.2
23952025-05-15T03:30:32.737Z Compiling libxml v0.3.3
23962025-05-15T03:30:33.079Z Compiling ref-cast-impl v1.0.23
23972025-05-15T03:30:33.151Z Compiling async-recursion v1.1.1
23982025-05-15T03:30:33.685Z Compiling termcolor v1.4.1
23992025-05-15T03:30:33.961Z Compiling hashbrown v0.12.3
24002025-05-15T03:30:33.996Z Compiling bitfield v0.14.0
24012025-05-15T03:30:34.281Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24022025-05-15T03:30:34.306Z Compiling env_logger v0.10.2
24032025-05-15T03:30:34.753Z Compiling derive_builder_macro v0.20.2
24042025-05-15T03:30:35.566Z Compiling phf_codegen v0.11.2
24052025-05-15T03:30:35.805Z Compiling headers v0.4.0
24062025-05-15T03:30:37.040Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
24072025-05-15T03:30:39.085Z Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema)
24082025-05-15T03:30:39.126Z Compiling samael v0.0.18
24092025-05-15T03:30:39.755Z Compiling serde-hex v0.1.0
24102025-05-15T03:30:41.482Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
24112025-05-15T03:30:43.840Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
24122025-05-15T03:30:44.197Z Compiling ron v0.8.1
24132025-05-15T03:30:44.383Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
24142025-05-15T03:30:44.691Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
24152025-05-15T03:30:45.654Z Compiling hashbrown v0.13.2
24162025-05-15T03:30:46.890Z Compiling itertools v0.13.0
24172025-05-15T03:30:48.637Z Compiling strum_macros v0.24.3
24182025-05-15T03:30:49.270Z Compiling parse-zoneinfo v0.3.1
24192025-05-15T03:30:49.400Z Compiling crc8 v0.1.1
24202025-05-15T03:30:49.635Z Compiling indoc v1.0.9
24212025-05-15T03:30:49.700Z Compiling crc-any v2.5.0
24222025-05-15T03:30:50.172Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6)
24232025-05-15T03:30:50.372Z Compiling chrono-tz-build v0.4.0
24242025-05-15T03:30:50.491Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
24252025-05-15T03:30:50.524Z Compiling object v0.30.4
24262025-05-15T03:30:51.250Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
24272025-05-15T03:30:59.646Z Compiling derive_builder v0.20.2
24282025-05-15T03:30:59.874Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
24292025-05-15T03:31:00.194Z Compiling impl-trait-for-tuples v0.2.2
24302025-05-15T03:31:01.928Z Compiling oso-derive v0.27.3
24312025-05-15T03:31:02.465Z Compiling quick-xml v0.37.2
24322025-05-15T03:31:02.786Z Compiling vte_generate_state_changes v0.1.2
24332025-05-15T03:31:03.351Z Compiling path-slash v0.1.5
24342025-05-15T03:31:03.498Z Compiling arc-swap v1.7.1
24352025-05-15T03:31:03.637Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e)
24362025-05-15T03:31:04.177Z Compiling slog-scope v4.4.0
24372025-05-15T03:31:04.921Z Compiling vte v0.11.1
24382025-05-15T03:31:05.040Z Compiling oso v0.27.3
24392025-05-15T03:31:06.316Z Compiling chrono-tz v0.10.3
24402025-05-15T03:31:06.966Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
24412025-05-15T03:31:08.266Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24422025-05-15T03:31:11.753Z Compiling diesel-dtrace v0.4.2
24432025-05-15T03:31:12.099Z Compiling unicase v2.7.0
24442025-05-15T03:31:14.162Z Compiling strip-ansi-escapes v0.2.0
24452025-05-15T03:31:14.870Z Compiling slog-stdlog v4.1.1
24462025-05-15T03:31:15.615Z Compiling papergrid v0.11.0
24472025-05-15T03:31:17.631Z Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup)
24482025-05-15T03:31:17.932Z Compiling tabled_derive v0.7.0
24492025-05-15T03:31:19.620Z Compiling bb8 v0.8.5
24502025-05-15T03:31:20.070Z Compiling fd-lock v4.0.2
24512025-05-15T03:31:20.181Z Compiling peg-macros v0.8.5
24522025-05-15T03:31:20.326Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
24532025-05-15T03:31:21.152Z Compiling nu-ansi-term v0.50.1
24542025-05-15T03:31:21.210Z Compiling async-bb8-diesel v0.2.1
24552025-05-15T03:31:21.951Z Compiling reedline v0.38.0
24562025-05-15T03:31:22.326Z Compiling tabled v0.15.0
24572025-05-15T03:31:22.762Z Compiling peg v0.8.5
24582025-05-15T03:31:22.928Z Compiling slog-envlogger v2.2.0
24592025-05-15T03:31:27.618Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
24602025-05-15T03:31:35.297Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
24612025-05-15T03:31:35.601Z Compiling pem v3.0.5
24622025-05-15T03:31:36.904Z Compiling typify-impl v0.2.0
24632025-05-15T03:31:36.938Z Compiling bcs v0.1.6
24642025-05-15T03:31:37.718Z Compiling fxhash v0.2.1
24652025-05-15T03:31:37.959Z Compiling libz-sys v1.1.20
24662025-05-15T03:31:38.532Z Compiling termtree v0.5.1
24672025-05-15T03:31:39.792Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
24682025-05-15T03:31:40.693Z Compiling kstat-rs v0.2.4
24692025-05-15T03:31:41.498Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
24702025-05-15T03:31:43.547Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
24712025-05-15T03:31:45.519Z Compiling typify-macro v0.2.0
24722025-05-15T03:31:48.494Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
24732025-05-15T03:31:49.022Z Compiling nanorand v0.7.0
24742025-05-15T03:31:49.650Z Compiling libgit2-sys v0.17.0+1.8.1
24752025-05-15T03:31:50.366Z Compiling pin-project-internal v1.1.6
24762025-05-15T03:31:50.391Z Compiling parking_lot_core v0.8.6
24772025-05-15T03:31:52.590Z Compiling pin-project v1.1.6
24782025-05-15T03:31:52.769Z Compiling flume v0.11.1
24792025-05-15T03:31:53.452Z Compiling mime_guess v2.0.5
24802025-05-15T03:31:54.779Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
24812025-05-15T03:31:58.595Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
24822025-05-15T03:32:00.445Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
24832025-05-15T03:32:01.155Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24842025-05-15T03:32:01.414Z Compiling castaway v0.2.3
24852025-05-15T03:32:01.654Z Compiling snafu-derive v0.8.5
24862025-05-15T03:32:04.275Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24872025-05-15T03:32:04.618Z Compiling fs-err v2.11.0
24882025-05-15T03:32:04.929Z Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors)
24892025-05-15T03:32:05.275Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125)
24902025-05-15T03:32:05.485Z Compiling snafu v0.8.5
24912025-05-15T03:32:06.709Z Compiling compact_str v0.8.0
24922025-05-15T03:32:10.652Z Compiling typify v0.2.0
24932025-05-15T03:32:10.862Z Compiling unicode-truncate v1.1.0
24942025-05-15T03:32:11.200Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
24952025-05-15T03:32:14.712Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
24962025-05-15T03:32:15.621Z Compiling globset v0.4.15
24972025-05-15T03:32:21.403Z Compiling olpc-cjson v0.1.4
24982025-05-15T03:32:21.726Z Compiling lru v0.12.5
24992025-05-15T03:32:22.106Z Compiling vergen v8.3.2
25002025-05-15T03:32:22.446Z Compiling nibble_vec v0.1.0
25012025-05-15T03:32:22.723Z Compiling serde_plain v1.0.2
25022025-05-15T03:32:23.249Z Compiling cargo-platform v0.1.8
25032025-05-15T03:32:23.709Z Compiling instability v0.3.2
25042025-05-15T03:32:24.627Z Compiling atty v0.2.14
25052025-05-15T03:32:24.832Z Compiling http-range v0.1.5
25062025-05-15T03:32:25.429Z Compiling cassowary v0.3.0
25072025-05-15T03:32:25.512Z Compiling typed-path v0.9.3
25082025-05-15T03:32:28.767Z Compiling io-lifetimes v1.0.11
25092025-05-15T03:32:29.289Z Compiling indoc v2.0.6
25102025-05-15T03:32:30.068Z Compiling endian-type v0.1.2
25112025-05-15T03:32:30.345Z Compiling salty v0.3.0
25122025-05-15T03:32:30.800Z Compiling half v1.8.3
25132025-05-15T03:32:31.706Z Compiling serde_cbor v0.11.2
25142025-05-15T03:32:32.280Z Compiling radix_trie v0.2.1
25152025-05-15T03:32:33.310Z Compiling ratatui v0.29.0
25162025-05-15T03:32:34.335Z Compiling tough v0.20.0
25172025-05-15T03:32:35.281Z Compiling cargo_metadata v0.18.1
25182025-05-15T03:32:37.157Z Compiling git2 v0.19.0
25192025-05-15T03:32:37.820Z Compiling progenitor-impl v0.8.0
25202025-05-15T03:32:41.838Z Compiling parking_lot v0.11.2
25212025-05-15T03:32:44.603Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
25222025-05-15T03:32:45.224Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
25232025-05-15T03:32:49.073Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
25242025-05-15T03:32:49.456Z Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
25252025-05-15T03:32:49.883Z Compiling rand_seeder v0.3.0
25262025-05-15T03:32:50.279Z Compiling lzma-sys v0.1.20
25272025-05-15T03:32:50.927Z Compiling parse-size v1.1.0
25282025-05-15T03:32:50.968Z Compiling rustls v0.21.12
25292025-05-15T03:32:51.260Z Compiling rustix v0.37.28
25302025-05-15T03:32:51.304Z Compiling xshell-macros v0.2.7
25312025-05-15T03:32:51.930Z Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
25322025-05-15T03:32:51.962Z Compiling xshell v0.2.7
25332025-05-15T03:32:52.196Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
25342025-05-15T03:32:52.494Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
25352025-05-15T03:32:53.174Z Compiling hyper-staticfile v0.10.1
25362025-05-15T03:32:53.346Z Compiling progenitor-macro v0.8.0
25372025-05-15T03:32:54.704Z Compiling sled v0.34.7
25382025-05-15T03:33:02.731Z Compiling hickory-client v0.24.4
25392025-05-15T03:33:06.352Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
25402025-05-15T03:33:07.053Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
25412025-05-15T03:33:07.647Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
25422025-05-15T03:33:09.198Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
25432025-05-15T03:33:09.987Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
25442025-05-15T03:33:10.324Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
25452025-05-15T03:33:11.777Z Compiling hickory-server v0.24.4
25462025-05-15T03:33:12.122Z Compiling primeorder v0.13.6
25472025-05-15T03:33:12.819Z Compiling progenitor-client v0.8.0
25482025-05-15T03:33:13.736Z Compiling rustls-webpki v0.101.7
25492025-05-15T03:33:17.399Z Compiling sct v0.7.1
25502025-05-15T03:33:17.920Z Compiling heck v0.3.3
25512025-05-15T03:33:18.282Z Compiling env_filter v0.1.2
25522025-05-15T03:33:19.807Z Compiling csv-core v0.1.11
25532025-05-15T03:33:20.552Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=0e1e055b66ec007c537e5bd45e210c245f9c537d#0e1e055b)
25542025-05-15T03:33:20.668Z Compiling void v1.0.2
25552025-05-15T03:33:20.874Z Compiling lzss v0.8.2
25562025-05-15T03:33:21.009Z Compiling csv v1.3.1
25572025-05-15T03:33:21.328Z Compiling env_logger v0.11.5
25582025-05-15T03:33:22.450Z Compiling zone_cfg_derive v0.1.2
25592025-05-15T03:33:23.154Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
25602025-05-15T03:33:23.692Z Compiling progenitor v0.8.0
25612025-05-15T03:33:23.955Z Compiling p384 v0.13.0
25622025-05-15T03:33:24.536Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
25632025-05-15T03:33:25.517Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
25642025-05-15T03:33:26.138Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25652025-05-15T03:33:27.582Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
25662025-05-15T03:33:28.778Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
25672025-05-15T03:33:28.907Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
25682025-05-15T03:33:29.356Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
25692025-05-15T03:33:29.705Z Compiling tungstenite v0.23.0
25702025-05-15T03:33:32.242Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
25712025-05-15T03:33:32.638Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
25722025-05-15T03:33:32.663Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
25732025-05-15T03:33:32.990Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
25742025-05-15T03:33:33.015Z Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types)
25752025-05-15T03:33:34.953Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25762025-05-15T03:33:35.309Z Compiling nix v0.27.1
25772025-05-15T03:33:35.636Z Compiling serde_bytes v0.11.17
25782025-05-15T03:33:36.153Z Compiling base64 v0.13.1
25792025-05-15T03:33:36.178Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
25802025-05-15T03:33:36.571Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25812025-05-15T03:33:37.248Z Compiling ron v0.7.1
25822025-05-15T03:33:37.809Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
25832025-05-15T03:33:39.506Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
25842025-05-15T03:33:42.099Z Compiling tokio-tungstenite v0.23.1
25852025-05-15T03:33:42.731Z Compiling xz2 v0.1.7
25862025-05-15T03:33:44.394Z Compiling terminal_size v0.2.6
25872025-05-15T03:33:44.648Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
25882025-05-15T03:33:44.845Z Compiling tokio-rustls v0.24.1
25892025-05-15T03:33:46.694Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
25902025-05-15T03:33:50.289Z Compiling zone v0.1.8
25912025-05-15T03:33:51.247Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
25922025-05-15T03:33:51.507Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
25932025-05-15T03:33:52.496Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
25942025-05-15T03:33:52.881Z Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates)
25952025-05-15T03:33:53.413Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
25962025-05-15T03:33:54.342Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
25972025-05-15T03:33:56.572Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
25982025-05-15T03:33:59.405Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
25992025-05-15T03:33:59.673Z Compiling rustls-pemfile v1.0.4
26002025-05-15T03:34:00.378Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
26012025-05-15T03:34:00.466Z Compiling signal-hook-tokio v0.3.1
26022025-05-15T03:34:00.711Z Compiling yasna v0.5.2
26032025-05-15T03:34:00.737Z Compiling twox-hash v2.1.0
26042025-05-15T03:34:01.716Z Compiling secrecy v0.8.0
26052025-05-15T03:34:02.042Z Compiling smawk v0.3.2
26062025-05-15T03:34:02.096Z Compiling is_ci v1.2.0
26072025-05-15T03:34:02.386Z Compiling unicode-linebreak v0.1.5
26082025-05-15T03:34:02.435Z Compiling supports-color v3.0.2
26092025-05-15T03:34:02.918Z Compiling textwrap v0.16.1
26102025-05-15T03:34:03.330Z Compiling rcgen v0.12.1
26112025-05-15T03:34:05.710Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
26122025-05-15T03:34:06.152Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
26132025-05-15T03:34:12.488Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
26142025-05-15T03:34:12.679Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
26152025-05-15T03:34:13.102Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
26162025-05-15T03:34:15.985Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
26172025-05-15T03:34:21.469Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
26182025-05-15T03:34:25.807Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
26192025-05-15T03:34:29.641Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
26202025-05-15T03:34:30.128Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
26212025-05-15T03:34:30.880Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
26222025-05-15T03:34:42.858Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
26232025-05-15T03:34:43.433Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
26242025-05-15T03:34:44.793Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26252025-05-15T03:34:47.559Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
26262025-05-15T03:34:51.630Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
26272025-05-15T03:34:51.964Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
26282025-05-15T03:34:53.413Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26292025-05-15T03:34:59.601Z Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface)
26302025-05-15T03:34:59.893Z Compiling fatfs v0.3.6
26312025-05-15T03:35:00.204Z Compiling subprocess v0.2.9
26322025-05-15T03:35:01.711Z Compiling rtoolbox v0.0.2
26332025-05-15T03:35:01.861Z Compiling assert_matches v1.5.0
26342025-05-15T03:35:02.163Z Compiling rpassword v7.3.1
26352025-05-15T03:35:02.544Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
26362025-05-15T03:35:02.679Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26372025-05-15T03:35:04.564Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
26382025-05-15T03:35:09.958Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
26392025-05-15T03:35:16.457Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
26402025-05-15T03:35:33.138Z Compiling tui-tree-widget v0.23.0
26412025-05-15T03:35:33.570Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
26422025-05-15T03:35:35.378Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
26432025-05-15T03:35:35.695Z Compiling uzers v0.12.1
26442025-05-15T03:35:38.825Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
26452025-05-15T03:35:45.439Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
26462025-05-15T03:35:45.599Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
26472025-05-15T03:35:50.636Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
26482025-05-15T03:36:02.902Z Compiling support-bundle-viewer v0.1.0
26492025-05-15T03:36:06.720Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
26502025-05-15T03:36:11.322Z Compiling multimap v0.10.0
26512025-05-15T03:38:20.047Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
26522025-05-15T03:38:29.980Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
26532025-05-15T03:46:10.018Z Finished `release` profile [optimized] target(s) in 17m 23s
26542025-05-15T03:47:48.995Z
26552025-05-15T03:47:48.995Zreal 19:04.291913090
26562025-05-15T03:47:48.995Zuser 2:07:14.082140787
26572025-05-15T03:47:48.995Zsys 4:11.901084131
26582025-05-15T03:47:48.995Ztrap 4.772514156
26592025-05-15T03:47:48.995Ztflt 1.114068128
26602025-05-15T03:47:48.995Zdflt 4.029780187
26612025-05-15T03:47:48.995Zkflt 0.038071845
26622025-05-15T03:47:48.995Zlock 7:55:54.447376639
26632025-05-15T03:47:49.022Zslp 6:26:14.663252702
26642025-05-15T03:47:49.022Zlat 3:42.599503309
26652025-05-15T03:47:49.022Zstop 2:46.572215118
26662025-05-15T03:47:49.022Z+ mapfile -t packages
26672025-05-15T03:47:49.022Z++ cargo run --locked --release --bin omicron-package -- -t test list-outputs
26682025-05-15T03:47:50.772Z Finished `release` profile [optimized] target(s) in 1.68s
26692025-05-15T03:47:50.850Z Running `target/release/omicron-package -t test list-outputs`
26702025-05-15T03:47:50.922ZLogging to: /work/oxidecomputer/omicron/out/LOG
26712025-05-15T03:47:50.948Z+ ptime -m cargo build --locked --release -p xtask
26722025-05-15T03:47:51.874Z Compiling serde v1.0.219
26732025-05-15T03:47:51.899Z Compiling libc v0.2.172
26742025-05-15T03:47:51.899Z Compiling rustix v0.38.37
26752025-05-15T03:47:51.899Z Compiling serde_json v1.0.140
26762025-05-15T03:47:51.899Z Compiling syn v2.0.101
26772025-05-15T03:47:51.924Z Compiling bitflags v2.9.0
26782025-05-15T03:47:52.345Z Compiling usdt-impl v0.5.0
26792025-05-15T03:47:52.370Z Compiling syn v1.0.109
26802025-05-15T03:47:52.470Z Compiling log v0.4.27
26812025-05-15T03:47:52.502Z Compiling hashbrown v0.15.1
26822025-05-15T03:47:52.761Z Compiling fs-err v3.1.0
26832025-05-15T03:47:52.951Z Compiling once_cell v1.21.3
26842025-05-15T03:47:53.104Z Compiling anyhow v1.0.98
26852025-05-15T03:47:53.235Z Compiling thread-id v4.2.2
26862025-05-15T03:47:53.668Z Compiling indexmap v2.9.0
26872025-05-15T03:47:54.666Z Compiling terminal_size v0.4.0
26882025-05-15T03:47:54.666Z Compiling tempfile v3.13.0
26892025-05-15T03:47:54.904Z Compiling clap_builder v4.5.35
26902025-05-15T03:47:55.484Z Compiling proc-macro-error v1.0.4
26912025-05-15T03:47:56.310Z Compiling tabled_derive v0.7.0
26922025-05-15T03:47:57.532Z Compiling tabled v0.15.0
26932025-05-15T03:47:58.015Z Compiling serde_derive v1.0.219
26942025-05-15T03:47:58.015Z Compiling thiserror-impl v1.0.69
26952025-05-15T03:47:58.043Z Compiling zerocopy-derive v0.7.35
26962025-05-15T03:47:58.044Z Compiling scroll_derive v0.12.0
26972025-05-15T03:47:58.044Z Compiling thiserror-impl v2.0.12
26982025-05-15T03:47:59.175Z Compiling scroll v0.12.0
26992025-05-15T03:47:59.606Z Compiling zerocopy v0.7.35
27002025-05-15T03:47:59.775Z Compiling goblin v0.8.2
27012025-05-15T03:48:00.345Z Compiling thiserror v1.0.69
27022025-05-15T03:48:00.534Z Compiling pest v2.7.14
27032025-05-15T03:48:02.069Z Compiling thiserror v2.0.12
27042025-05-15T03:48:02.261Z Compiling clap_derive v4.5.32
27052025-05-15T03:48:03.017Z Compiling pest_meta v2.7.14
27062025-05-15T03:48:05.731Z Compiling pest_generator v2.7.14
27072025-05-15T03:48:05.976Z Compiling clap v4.5.35
27082025-05-15T03:48:07.161Z Compiling pest_derive v2.7.14
27092025-05-15T03:48:07.856Z Compiling dtrace-parser v0.2.0
27102025-05-15T03:48:09.189Z Compiling serde_tokenstream v0.2.2
27112025-05-15T03:48:09.713Z Compiling toml_datetime v0.6.8
27122025-05-15T03:48:10.349Z Compiling dof v0.3.0
27132025-05-15T03:48:10.701Z Compiling serde_spanned v0.6.8
27142025-05-15T03:48:11.094Z Compiling toml_edit v0.22.24
27152025-05-15T03:48:12.097Z Compiling camino v1.1.9
27162025-05-15T03:48:13.230Z Compiling usdt-macro v0.5.0
27172025-05-15T03:48:14.269Z Compiling usdt-attr-macro v0.5.0
27182025-05-15T03:48:15.373Z Compiling toml v0.8.20
27192025-05-15T03:48:16.480Z Compiling cargo-platform v0.1.8
27202025-05-15T03:48:17.395Z Compiling semver v1.0.26
27212025-05-15T03:48:17.659Z Compiling cargo_toml v0.21.0
27222025-05-15T03:48:18.660Z Compiling cargo_metadata v0.19.2
27232025-05-15T03:48:19.541Z Compiling usdt v0.5.0
27242025-05-15T03:48:20.476Z Compiling camino-tempfile v1.3.0
27252025-05-15T03:48:20.699Z Compiling macaddr v1.0.1
27262025-05-15T03:48:30.467Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
27272025-05-15T03:48:36.639Z Finished `release` profile [optimized] target(s) in 45.63s
27282025-05-15T03:48:36.773Z
27292025-05-15T03:48:36.773Zreal 45.802930704
27302025-05-15T03:48:36.773Zuser 4:36.964190776
27312025-05-15T03:48:36.773Zsys 20.687254638
27322025-05-15T03:48:36.773Ztrap 0.185327715
27332025-05-15T03:48:36.773Ztflt 0.128345285
27342025-05-15T03:48:36.773Zdflt 0.265129416
27352025-05-15T03:48:36.774Zkflt 0.000600912
27362025-05-15T03:48:36.774Zlock 9:02.261676329
27372025-05-15T03:48:36.799Zslp 14:01.699241208
27382025-05-15T03:48:36.799Zlat 14.500941831
27392025-05-15T03:48:36.799Zstop 15.921251502
27402025-05-15T03:48:36.799Z+ export CARGO_PROFILE_DEV_DEBUG=line-tables-only
27412025-05-15T03:48:36.799Z+ CARGO_PROFILE_DEV_DEBUG=line-tables-only
27422025-05-15T03:48:36.799Z+ export CARGO_PROFILE_TEST_DEBUG=line-tables-only
27432025-05-15T03:48:36.799Z+ CARGO_PROFILE_TEST_DEBUG=line-tables-only
27442025-05-15T03:48:36.799Z+ ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics
27452025-05-15T03:48:38.255Z Compiling thiserror-impl v2.0.12
27462025-05-15T03:48:38.293Z Compiling regress v0.10.3
27472025-05-15T03:48:38.324Z Compiling unsafe-libyaml v0.2.11
27482025-05-15T03:48:38.324Z Compiling ident_case v1.0.1
27492025-05-15T03:48:38.349Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
27502025-05-15T03:48:38.349Z Compiling match_cfg v0.1.0
27512025-05-15T03:48:38.411Z Compiling quick-error v1.2.3
27522025-05-15T03:48:38.436Z Compiling tempfile v3.13.0
27532025-05-15T03:48:38.522Z Compiling darling_core v0.20.10
27542025-05-15T03:48:38.573Z Compiling hostname v0.3.1
27552025-05-15T03:48:38.625Z Compiling progenitor-client v0.10.0
27562025-05-15T03:48:38.802Z Compiling structmeta-derive v0.3.0
27572025-05-15T03:48:38.855Z Compiling rustls v0.22.4
27582025-05-15T03:48:39.182Z Compiling macaddr v1.0.1
27592025-05-15T03:48:39.207Z Compiling hex v0.4.3
27602025-05-15T03:48:39.237Z Compiling multer v3.1.0
27612025-05-15T03:48:39.576Z Compiling serde_yaml v0.9.34+deprecated
27622025-05-15T03:48:39.658Z Compiling debug-ignore v1.0.5
27632025-05-15T03:48:39.880Z Compiling toml v0.8.20
27642025-05-15T03:48:39.905Z Compiling slog-json v2.6.1
27652025-05-15T03:48:40.275Z Compiling async-stream-impl v0.3.6
27662025-05-15T03:48:41.046Z Compiling thiserror v2.0.12
27672025-05-15T03:48:41.071Z Compiling structmeta v0.3.0
27682025-05-15T03:48:41.171Z Compiling wait-timeout v0.2.0
27692025-05-15T03:48:41.238Z Compiling dropshot v0.16.0
27702025-05-15T03:48:41.432Z Compiling typify-impl v0.3.0
27712025-05-15T03:48:41.462Z Compiling bit-vec v0.8.0
27722025-05-15T03:48:41.658Z Compiling async-stream v0.3.6
27732025-05-15T03:48:41.686Z Compiling rusty-fork v0.3.0
27742025-05-15T03:48:41.923Z Compiling bit-set v0.8.0
27752025-05-15T03:48:41.980Z Compiling slog-bunyan v2.5.0
27762025-05-15T03:48:42.256Z Compiling waitgroup v0.1.2
27772025-05-15T03:48:42.324Z Compiling dropshot_endpoint v0.16.0
27782025-05-15T03:48:42.352Z Compiling serde_path_to_error v0.1.16
27792025-05-15T03:48:42.508Z Compiling rand_xorshift v0.3.0
27802025-05-15T03:48:42.665Z Compiling hostname v0.4.0
27812025-05-15T03:48:42.864Z Compiling instant v0.1.13
27822025-05-15T03:48:42.915Z Compiling unarray v0.1.4
27832025-05-15T03:48:43.058Z Compiling test-strategy v0.4.0
27842025-05-15T03:48:43.105Z Compiling proptest v1.6.0
27852025-05-15T03:48:43.137Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
27862025-05-15T03:48:43.167Z Compiling progenitor-client v0.9.1
27872025-05-15T03:48:43.333Z Compiling derive-where v1.2.7
27882025-05-15T03:48:43.654Z Compiling darling_macro v0.20.10
27892025-05-15T03:48:43.721Z Compiling tokio-rustls v0.25.0
27902025-05-15T03:48:44.149Z Compiling parse-display-derive v0.10.0
27912025-05-15T03:48:44.585Z Compiling darling v0.20.10
27922025-05-15T03:48:44.730Z Compiling serde_with_macros v3.12.0
27932025-05-15T03:48:46.106Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
27942025-05-15T03:48:46.170Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27952025-05-15T03:48:46.686Z Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map)
27962025-05-15T03:48:46.897Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
27972025-05-15T03:48:46.944Z Compiling serde_with v3.12.0
27982025-05-15T03:48:47.047Z Compiling backoff v0.4.0
27992025-05-15T03:48:47.125Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
28002025-05-15T03:48:47.322Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9)
28012025-05-15T03:48:47.423Z Compiling proc-macro-crate v1.3.1
28022025-05-15T03:48:47.684Z Compiling parse-display v0.10.0
28032025-05-15T03:48:47.839Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28042025-05-15T03:48:48.194Z Compiling crucible-workspace-hack v0.1.0
28052025-05-15T03:48:48.281Z Compiling num_enum_derive v0.5.11
28062025-05-15T03:48:48.313Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
28072025-05-15T03:48:48.544Z Compiling itertools v0.13.0
28082025-05-15T03:48:49.237Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28092025-05-15T03:48:49.316Z Compiling heapless v0.8.0
28102025-05-15T03:48:49.641Z Compiling proc-macro-error v1.0.4
28112025-05-15T03:48:50.228Z Compiling hash32 v0.3.1
28122025-05-15T03:48:50.255Z Compiling foreign-types-macros v0.2.3
28132025-05-15T03:48:50.319Z Compiling num_enum v0.5.11
28142025-05-15T03:48:50.344Z Compiling smoltcp v0.11.0
28152025-05-15T03:48:50.501Z Compiling foreign-types-shared v0.3.1
28162025-05-15T03:48:50.858Z Compiling tabwriter v1.4.0
28172025-05-15T03:48:51.181Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28182025-05-15T03:48:51.207Z Compiling ingot-macros v0.1.0
28192025-05-15T03:48:51.286Z Compiling cstr-argument v0.1.2
28202025-05-15T03:48:51.372Z Compiling foreign-types v0.5.0
28212025-05-15T03:48:51.411Z Compiling pretty-hex v0.2.1
28222025-05-15T03:48:51.523Z Compiling cobs v0.2.3
28232025-05-15T03:48:51.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
28242025-05-15T03:48:51.641Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
28252025-05-15T03:48:51.836Z Compiling postcard v1.0.10
28262025-05-15T03:48:51.918Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
28272025-05-15T03:48:51.944Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
28282025-05-15T03:48:52.156Z Compiling typify-impl v0.4.1
28292025-05-15T03:48:52.414Z Compiling colored v2.2.0
28302025-05-15T03:48:52.439Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28312025-05-15T03:48:53.029Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28322025-05-15T03:48:53.476Z Compiling itertools v0.14.0
28332025-05-15T03:48:53.776Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28342025-05-15T03:48:53.945Z Compiling typify-macro v0.3.0
28352025-05-15T03:48:54.636Z Compiling camino-tempfile v1.3.0
28362025-05-15T03:48:55.057Z Compiling smf v0.2.3
28372025-05-15T03:48:55.961Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
28382025-05-15T03:48:56.126Z Compiling zone_cfg_derive v0.3.0
28392025-05-15T03:48:56.151Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
28402025-05-15T03:48:56.298Z Compiling num-derive v0.4.2
28412025-05-15T03:48:56.568Z Compiling sigpipe v0.1.3
28422025-05-15T03:48:56.648Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
28432025-05-15T03:48:56.734Z Compiling jiff v0.2.13
28442025-05-15T03:48:57.052Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
28452025-05-15T03:48:57.110Z Compiling ingot-types v0.1.0
28462025-05-15T03:48:57.325Z Compiling zone v0.3.1
28472025-05-15T03:48:57.488Z Compiling num-rational v0.4.2
28482025-05-15T03:48:57.593Z Compiling typify v0.3.0
28492025-05-15T03:48:57.781Z Compiling progenitor-impl v0.9.1
28502025-05-15T03:48:57.909Z Compiling ingot v0.1.0
28512025-05-15T03:48:58.094Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
28522025-05-15T03:48:58.610Z Compiling num-complex v0.4.6
28532025-05-15T03:48:58.819Z Compiling universal-hash v0.5.1
28542025-05-15T03:48:58.860Z Compiling opaque-debug v0.3.1
28552025-05-15T03:48:58.990Z Compiling float-ord v0.3.2
28562025-05-15T03:48:59.062Z Compiling secrecy v0.10.3
28572025-05-15T03:48:59.194Z Compiling half v2.4.1
28582025-05-15T03:48:59.325Z Compiling convert_case v0.4.0
28592025-05-15T03:48:59.453Z Compiling num v0.4.3
28602025-05-15T03:48:59.626Z Compiling keccak v0.1.5
28612025-05-15T03:48:59.773Z Compiling ciborium-io v0.2.2
28622025-05-15T03:48:59.936Z Compiling sha3 v0.10.8
28632025-05-15T03:49:00.155Z Compiling derive_more v0.99.20
28642025-05-15T03:49:00.515Z Compiling ciborium-ll v0.2.2
28652025-05-15T03:49:00.824Z Compiling password-hash v0.5.0
28662025-05-15T03:49:00.928Z Compiling blake2 v0.10.6
28672025-05-15T03:49:01.463Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28682025-05-15T03:49:01.650Z Compiling aead v0.5.2
28692025-05-15T03:49:02.025Z Compiling utf-8 v0.7.6
28702025-05-15T03:49:02.051Z Compiling argon2 v0.5.3
28712025-05-15T03:49:02.377Z Compiling tungstenite v0.21.0
28722025-05-15T03:49:03.366Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28732025-05-15T03:49:03.661Z Compiling progenitor-macro v0.9.1
28742025-05-15T03:49:04.130Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
28752025-05-15T03:49:04.394Z Compiling ciborium v0.2.2
28762025-05-15T03:49:04.731Z Compiling typify-macro v0.4.1
28772025-05-15T03:49:05.248Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=9e79588b11a69ff3d40f9aa29af97e31a0045c4b#9e79588b)
28782025-05-15T03:49:05.345Z Compiling poly1305 v0.8.0
28792025-05-15T03:49:05.607Z Compiling chacha20 v0.9.1
28802025-05-15T03:49:05.738Z Compiling base64 v0.21.7
28812025-05-15T03:49:06.087Z Compiling tokio-tungstenite v0.21.0
28822025-05-15T03:49:06.122Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28832025-05-15T03:49:06.366Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
28842025-05-15T03:49:06.391Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
28852025-05-15T03:49:06.587Z Compiling atomicwrites v0.4.4
28862025-05-15T03:49:06.641Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28872025-05-15T03:49:06.733Z Compiling thiserror-impl-no-std v2.0.2
28882025-05-15T03:49:06.940Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
28892025-05-15T03:49:06.966Z Compiling semver v0.1.20
28902025-05-15T03:49:06.991Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1)
28912025-05-15T03:49:07.105Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28922025-05-15T03:49:07.365Z Compiling rustc_version v0.1.7
28932025-05-15T03:49:07.403Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
28942025-05-15T03:49:07.453Z Compiling typify-impl v0.2.0
28952025-05-15T03:49:07.538Z Compiling newline-converter v0.3.0
28962025-05-15T03:49:07.564Z Compiling primeorder v0.13.6
28972025-05-15T03:49:07.746Z Compiling owo-colors v4.2.0
28982025-05-15T03:49:07.800Z Compiling cancel-safe-futures v0.1.5
28992025-05-15T03:49:08.056Z Compiling libefi-sys v0.1.0
29002025-05-15T03:49:08.172Z Compiling linked-hash-map v0.5.6
29012025-05-15T03:49:08.197Z Compiling typify v0.4.1
29022025-05-15T03:49:08.385Z Compiling progenitor-impl v0.10.0
29032025-05-15T03:49:08.465Z Compiling newtype_derive v0.1.6
29042025-05-15T03:49:08.490Z Compiling lru-cache v0.1.2
29052025-05-15T03:49:08.556Z Compiling expectorate v1.2.0
29062025-05-15T03:49:08.857Z Compiling chacha20poly1305 v0.10.1
29072025-05-15T03:49:09.094Z Compiling resolv-conf v0.7.0
29082025-05-15T03:49:09.122Z Compiling thiserror-no-std v2.0.2
29092025-05-15T03:49:09.147Z Compiling libsw-core v0.3.1
29102025-05-15T03:49:09.147Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
29112025-05-15T03:49:09.292Z Compiling vsss-rs v3.3.4
29122025-05-15T03:49:09.488Z Compiling bitfield-struct v0.6.2
29132025-05-15T03:49:09.623Z Compiling unicase v2.7.0
29142025-05-15T03:49:09.814Z Compiling fixedbitset v0.5.7
29152025-05-15T03:49:09.962Z Compiling arc-swap v1.7.1
29162025-05-15T03:49:10.447Z Compiling slog-scope v4.4.0
29172025-05-15T03:49:10.534Z Compiling petgraph v0.7.1
29182025-05-15T03:49:10.755Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29192025-05-15T03:49:11.280Z Compiling hickory-resolver v0.24.4
29202025-05-15T03:49:11.366Z Compiling libsw v3.4.0
29212025-05-15T03:49:12.076Z Compiling polyval v0.6.2
29222025-05-15T03:49:12.503Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
29232025-05-15T03:49:12.887Z Compiling proc-macro-error-attr2 v2.0.0
29242025-05-15T03:49:13.114Z Compiling indent_write v2.2.0
29252025-05-15T03:49:13.417Z Compiling linear-map v1.2.0
29262025-05-15T03:49:13.707Z Compiling salty v0.3.0
29272025-05-15T03:49:13.804Z Compiling parking_lot_core v0.8.6
29282025-05-15T03:49:13.829Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29292025-05-15T03:49:13.950Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
29302025-05-15T03:49:14.023Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
29312025-05-15T03:49:14.280Z Compiling proc-macro-error2 v2.0.1
29322025-05-15T03:49:14.371Z Compiling progenitor-macro v0.10.0
29332025-05-15T03:49:14.398Z Compiling progenitor v0.9.1
29342025-05-15T03:49:14.774Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
29352025-05-15T03:49:14.966Z Compiling ghash v0.5.1
29362025-05-15T03:49:15.003Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
29372025-05-15T03:49:15.237Z Compiling slog-stdlog v4.1.1
29382025-05-15T03:49:15.427Z Compiling p384 v0.13.0
29392025-05-15T03:49:15.596Z Compiling num-derive v0.3.3
29402025-05-15T03:49:15.621Z Compiling ctr v0.9.2
29412025-05-15T03:49:15.986Z Compiling lzma-sys v0.1.20
29422025-05-15T03:49:16.305Z Compiling gethostname v0.5.0
29432025-05-15T03:49:16.529Z Compiling slog-dtrace v0.3.0
29442025-05-15T03:49:16.644Z Compiling xshell-macros v0.2.7
29452025-05-15T03:49:16.678Z Compiling highway v1.3.0
29462025-05-15T03:49:16.942Z Compiling papergrid v0.14.0
29472025-05-15T03:49:17.325Z Compiling libscf-sys v1.1.0
29482025-05-15T03:49:17.350Z Compiling xshell v0.2.7
29492025-05-15T03:49:17.411Z Compiling aes-gcm v0.10.3
29502025-05-15T03:49:17.436Z Compiling mime_guess v2.0.5
29512025-05-15T03:49:17.577Z Compiling slog-envlogger v2.2.0
29522025-05-15T03:49:17.733Z Compiling steno v0.4.1
29532025-05-15T03:49:18.219Z Compiling tabled_derive v0.10.0
29542025-05-15T03:49:19.007Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29552025-05-15T03:49:19.288Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
29562025-05-15T03:49:19.656Z Compiling typify-macro v0.2.0
29572025-05-15T03:49:20.221Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
29582025-05-15T03:49:20.625Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29592025-05-15T03:49:21.056Z Compiling heck v0.3.3
29602025-05-15T03:49:21.081Z Compiling progenitor-client v0.8.0
29612025-05-15T03:49:21.182Z Compiling ssh-encoding v0.2.0
29622025-05-15T03:49:21.418Z Compiling blowfish v0.9.1
29632025-05-15T03:49:21.562Z Compiling env_filter v0.1.2
29642025-05-15T03:49:21.593Z Compiling nibble_vec v0.1.0
29652025-05-15T03:49:21.668Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29662025-05-15T03:49:21.826Z Compiling endian-type v0.1.2
29672025-05-15T03:49:21.851Z Compiling humantime v2.1.0
29682025-05-15T03:49:22.076Z Compiling radix_trie v0.2.1
29692025-05-15T03:49:22.101Z Compiling env_logger v0.11.5
29702025-05-15T03:49:22.178Z Compiling bcrypt-pbkdf v0.10.0
29712025-05-15T03:49:22.324Z Compiling ssh-cipher v0.2.0
29722025-05-15T03:49:22.654Z Compiling zone_cfg_derive v0.1.2
29732025-05-15T03:49:22.698Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c)
29742025-05-15T03:49:22.731Z Compiling tabled v0.18.0
29752025-05-15T03:49:23.431Z Compiling typify v0.2.0
29762025-05-15T03:49:23.457Z Compiling progenitor-impl v0.8.0
29772025-05-15T03:49:23.457Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29782025-05-15T03:49:23.561Z Compiling parking_lot v0.11.2
29792025-05-15T03:49:23.921Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
29802025-05-15T03:49:24.338Z Compiling qorb v0.3.1
29812025-05-15T03:49:24.761Z Compiling progenitor v0.10.0
29822025-05-15T03:49:24.786Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
29832025-05-15T03:49:24.904Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29842025-05-15T03:49:25.020Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
29852025-05-15T03:49:25.248Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
29862025-05-15T03:49:25.294Z Compiling password-hash v0.4.2
29872025-05-15T03:49:26.040Z Compiling fxhash v0.2.1
29882025-05-15T03:49:26.073Z Compiling same-file v1.0.6
29892025-05-15T03:49:26.291Z Compiling http-range v0.1.5
29902025-05-15T03:49:26.370Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63)
29912025-05-15T03:49:26.628Z Compiling base64 v0.13.1
29922025-05-15T03:49:26.727Z Compiling walkdir v2.5.0
29932025-05-15T03:49:27.142Z Compiling ron v0.7.1
29942025-05-15T03:49:27.327Z Compiling sled v0.34.7
29952025-05-15T03:49:28.308Z Compiling pbkdf2 v0.11.0
29962025-05-15T03:49:28.672Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29972025-05-15T03:49:28.972Z Compiling xz2 v0.1.7
29982025-05-15T03:49:28.997Z Compiling progenitor-macro v0.8.0
29992025-05-15T03:49:29.391Z Compiling zone v0.1.8
30002025-05-15T03:49:30.180Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
30012025-05-15T03:49:30.482Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
30022025-05-15T03:49:30.652Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30032025-05-15T03:49:30.860Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30042025-05-15T03:49:31.588Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30052025-05-15T03:49:32.746Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
30062025-05-15T03:49:33.604Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
30072025-05-15T03:49:34.589Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
30082025-05-15T03:49:35.428Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30092025-05-15T03:49:35.923Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
30102025-05-15T03:49:36.463Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
30112025-05-15T03:49:36.662Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
30122025-05-15T03:49:36.754Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30132025-05-15T03:49:36.880Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
30142025-05-15T03:49:37.521Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30152025-05-15T03:49:38.394Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
30162025-05-15T03:49:38.747Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30172025-05-15T03:49:38.806Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
30182025-05-15T03:49:38.850Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
30192025-05-15T03:49:39.122Z Compiling progenitor v0.8.0
30202025-05-15T03:49:39.379Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30212025-05-15T03:49:39.404Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30222025-05-15T03:49:39.963Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
30232025-05-15T03:49:41.339Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30242025-05-15T03:49:42.449Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
30252025-05-15T03:49:42.625Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30262025-05-15T03:49:44.038Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36)
30272025-05-15T03:49:44.282Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
30282025-05-15T03:49:44.541Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
30292025-05-15T03:49:44.835Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30302025-05-15T03:49:45.269Z Compiling ssh-key v0.6.6
30312025-05-15T03:49:45.614Z Compiling hickory-client v0.24.4
30322025-05-15T03:49:45.703Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=872aae7d76493f2a4f59711b24dde55523536b40#872aae7d)
30332025-05-15T03:49:46.564Z Compiling p521 v0.13.3
30342025-05-15T03:49:46.848Z Compiling p256 v0.13.2
30352025-05-15T03:49:46.954Z Compiling hickory-server v0.24.4
30362025-05-15T03:49:47.568Z Compiling pem v3.0.5
30372025-05-15T03:49:48.076Z Compiling yasna v0.5.2
30382025-05-15T03:49:48.205Z Compiling headers-core v0.3.0
30392025-05-15T03:49:48.409Z Compiling kstat-rs v0.2.4
30402025-05-15T03:49:48.435Z Compiling secrecy v0.8.0
30412025-05-15T03:49:48.712Z Compiling nanorand v0.7.0
30422025-05-15T03:49:48.737Z Compiling atty v0.2.14
30432025-05-15T03:49:48.934Z Compiling russh-cryptovec v0.7.3
30442025-05-15T03:49:48.987Z Compiling crc8 v0.1.1
30452025-05-15T03:49:49.190Z Compiling md5 v0.7.0
30462025-05-15T03:49:49.237Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05)
30472025-05-15T03:49:49.263Z Compiling flume v0.11.1
30482025-05-15T03:49:49.403Z Compiling rcgen v0.12.1
30492025-05-15T03:49:49.491Z Compiling russh-keys v0.45.0
30502025-05-15T03:49:49.691Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30512025-05-15T03:49:49.902Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=71dd30f454f35c1d33cd8ea0198116f680ac1689#71dd30f4)
30522025-05-15T03:49:50.576Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
30532025-05-15T03:49:52.258Z Compiling headers v0.4.0
30542025-05-15T03:49:52.634Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30552025-05-15T03:49:52.973Z Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler)
30562025-05-15T03:49:53.496Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542)
30572025-05-15T03:49:53.603Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
30582025-05-15T03:49:53.771Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30592025-05-15T03:49:55.206Z Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images)
30602025-05-15T03:49:55.408Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30612025-05-15T03:49:56.833Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
30622025-05-15T03:49:58.143Z Compiling hyper-staticfile v0.10.1
30632025-05-15T03:49:58.396Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30642025-05-15T03:49:59.002Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
30652025-05-15T03:49:59.096Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30662025-05-15T03:49:59.425Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30672025-05-15T03:50:00.166Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a)
30682025-05-15T03:50:00.428Z Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#04681f26)
30692025-05-15T03:50:00.911Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30702025-05-15T03:50:01.642Z Compiling num-bigint v0.4.6
30712025-05-15T03:50:01.787Z Compiling des v0.8.1
30722025-05-15T03:50:02.120Z Compiling subprocess v0.2.9
30732025-05-15T03:50:02.145Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30742025-05-15T03:50:02.890Z Compiling display-error-chain v0.2.2
30752025-05-15T03:50:03.141Z Compiling hex-literal v0.4.1
30762025-05-15T03:50:03.166Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
30772025-05-15T03:50:03.336Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
30782025-05-15T03:50:03.524Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
30792025-05-15T03:50:04.719Z Compiling russh v0.45.0
30802025-05-15T03:50:05.728Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
30812025-05-15T03:50:05.905Z Compiling internet-checksum v0.2.1
30822025-05-15T03:50:09.190Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
30832025-05-15T03:50:11.054Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30842025-05-15T03:50:45.439Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
30852025-05-15T03:51:14.216Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
30862025-05-15T03:51:14.450Z
30872025-05-15T03:51:14.475Zreal 2:37.614377583
30882025-05-15T03:51:14.475Zuser 12:40.655929116
30892025-05-15T03:51:14.475Zsys 2:04.371828860
30902025-05-15T03:51:14.475Ztrap 0.431268630
30912025-05-15T03:51:14.475Ztflt 0.135634228
30922025-05-15T03:51:14.475Zdflt 0.948771825
30932025-05-15T03:51:14.475Zkflt 0.000074316
30942025-05-15T03:51:14.475Zlock 24:10.728696308
30952025-05-15T03:51:14.475Zslp 46:17.902281511
30962025-05-15T03:51:14.475Zlat 44.139682412
30972025-05-15T03:51:14.475Zstop 1:53.514013305
30982025-05-15T03:51:14.475Z+ mkdir tests
30992025-05-15T03:51:14.475Z+ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json
31002025-05-15T03:51:14.475Z+ xargs -I '{}' -t cp '{}' tests/
31012025-05-15T03:51:14.510Zcp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-911186e76336fae1 tests/
31022025-05-15T03:51:14.535Zcp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e3b0dd65df1cb77 tests/
31032025-05-15T03:51:14.560Zcp /work/oxidecomputer/omicron/target/debug/deps/commtest-f5b1413f53c183b6 tests/
31042025-05-15T03:51:14.586Zcp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25789f3a9e9108bc tests/
31052025-05-15T03:51:14.791Z+ 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/*)
31062025-05-15T03:51:14.816Z+ 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-3e3b0dd65df1cb77 tests/commtest-f5b1413f53c183b6 tests/dhcp_server-911186e76336fae1 tests/end_to_end_tests-25789f3a9e9108bc 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
31072025-05-15T03:52:53.276ZCompressing '/work/package.tar.gz' with '/usr/bin/gzip'...
31082025-05-15T03:52:53.276Za .github/buildomat/ci-env.sh 1K
31092025-05-15T03:52:53.276Za out/target/test 1K
31102025-05-15T03:52:53.276Za out/npuzone/npuzone 23144K
31112025-05-15T03:52:53.276Za package-manifest.toml 33K
31122025-05-15T03:52:53.276Za smf/sled-agent/non-gimlet/config.toml 5K
31132025-05-15T03:52:53.276Za target/release/omicron-package 40423K
31142025-05-15T03:52:53.276Za target/release/xtask 10844K
31152025-05-15T03:52:53.276Za target/debug/bootstrap 233987K
31162025-05-15T03:52:53.276Za tests/bootstrap-3e3b0dd65df1cb77 23690K
31172025-05-15T03:52:53.276Za tests/commtest-f5b1413f53c183b6 24208K
31182025-05-15T03:52:53.276Za tests/dhcp_server-911186e76336fae1 23690K
31192025-05-15T03:52:53.276Za tests/end_to_end_tests-25789f3a9e9108bc 293215K
31202025-05-15T03:52:53.276Za out/clickhouse.tar.gz 299694K
31212025-05-15T03:52:53.276Za out/clickhouse_keeper.tar.gz 284911K
31222025-05-15T03:52:53.276Za out/clickhouse_server.tar.gz 299693K
31232025-05-15T03:52:53.276Za out/cockroachdb.tar.gz 145397K
31242025-05-15T03:52:53.276Za out/crucible-dtrace.tar 98K
31252025-05-15T03:52:53.276Za out/crucible-pantry-zone.tar.gz 35736K
31262025-05-15T03:52:53.276Za out/crucible-zone.tar.gz 44876K
31272025-05-15T03:52:53.277Za out/external-dns.tar.gz 47619K
31282025-05-15T03:52:53.277Za out/internal-dns.tar.gz 47620K
31292025-05-15T03:52:53.277Za out/mg-ddm-gz.tar 92145K
31302025-05-15T03:52:53.277Za out/nexus.tar.gz 117706K
31312025-05-15T03:52:53.277Za out/ntp.tar.gz 15174K
31322025-05-15T03:52:53.277Za out/omicron-gateway-softnpu.tar.gz 26781K
31332025-05-15T03:52:53.277Za out/omicron-sled-agent.tar 136995K
31342025-05-15T03:52:53.277Za out/overlay.tar.gz 3K
31352025-05-15T03:52:53.277Za out/oximeter.tar.gz 58515K
31362025-05-15T03:52:53.277Za out/oxlog.tar 4088K
31372025-05-15T03:52:53.277Za out/probe.tar.gz 2764K
31382025-05-15T03:52:53.277Za out/propolis-server.tar.gz 68614K
31392025-05-15T03:52:53.277Za out/pumpkind-gz.tar 26648K
31402025-05-15T03:52:53.277Za out/switch-softnpu.tar.gz 304233K
31412025-05-15T03:52:53.322Z
31422025-05-15T03:52:53.322Zreal 1:38.483959880
31432025-05-15T03:52:53.322Zuser 1:30.745196648
31442025-05-15T03:52:53.322Zsys 9.620131291
31452025-05-15T03:52:53.322Ztrap 0.030775202
31462025-05-15T03:52:53.322Ztflt 0.000000000
31472025-05-15T03:52:53.322Zdflt 0.000000000
31482025-05-15T03:52:53.322Zkflt 0.000000000
31492025-05-15T03:52:53.322Zlock 0.000000000
31502025-05-15T03:52:53.322Zslp 1:30.919799919
31512025-05-15T03:52:53.322Zlat 5.646401427
31522025-05-15T03:52:53.322Zstop 0.000280781
31532025-05-15T03:52:53.322Zprocess exited: duration 2106782 ms, exit code 0
 
31542025-05-15T03:52:53.415Zfound 1 output files
31552025-05-15T03:52:53.415Zuploading: /work/package.tar.gz (2100979557 bytes)
31562025-05-15T03:57:17.149Zuploaded: /work/package.tar.gz